.coatmastersteuerpage #header,
.coatmastersteuerpage .headerwrapper,
.coatmastersteuerpage h3,
.coatmastersteuerpage legend,
.coatmastersteuerpage label,
.coatmastersteuerpage footer {
    display: none !important;
}

.coatmastersteuerpage h2 {
    width: 100%;
}

.coatmastersteuerpage fieldset {
    width: 70%;
    margin-left: 30%;
    margin-top: 70px;
}

.coatmastersteuerpage .closebutton {
    position: fixed;
    top: 100px;
    right: 100px;
    width: 30px;
    height: 30px;
    background-image: url('../images/icon_crossmark_close.svg');
    background-repeat: no-repeat;
    border: none;
}

/*.coatmastersteuerpage .powermail_fieldwrap_e_mail {
  display:none;
}*/

.coatmastersteuerpage .powermail_fieldwrap_type_input input {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    padding-left: 20px;
    height: 45px;
    width: 100%;
    padding-left: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin-bottom: 30px;
}

.coatmastersteuerpage .powermail_field input::placeholder {
    color: #000;
}

.coatmastersteuerpage .powermail_submit {
    background: #000;
    color: #fff;
    border-radius: 0px;
    border: none;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    bottom: 0;
    width: 160px;
    text-align: center;
    padding: 0;
    z-index: 10;
    float: right;
}

@supports (-ms-ime-align: auto) {
    .opencontactbox {
        margin-right: -32px;
    }
}

@media screen and (max-width: 768px) {
    .coatmastersteuerpage .closebutton {
        right: 20px;
        top: 20px;
    }

    .coatmastersteuerpage fieldset {
        width: 100%;
        margin-left: 0;
        margin-top: 35px;
    }

    #order .powermail_fieldwrap_abweichenderechnungsadresse label,
    #order .powermail_fieldwrap_type_check.powermail_fieldwrap_marker label {
        width: 100%;
    }

    #order .invalid {
        bottom: -45px;
    }

    #order .powermail_fieldwrap_type_radio .radio label {
        line-height: normal;
        padding: 21px 50px;
    }

    .powermail_confirmation form {
        width: 100%;
    }

    .powermail_confirmation table tbody tr {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    .powermail_confirmation table tbody tr td {
        width: 100%;
        float: left;
    }

    #order .powermail_confirmation .btn.btn-primary {
        bottom: -23px;
    }

    #coatmasterflexpage .powermail_confirmation h1 {
        font-size: 44px !important;
    }
}
