.versteckt {
    display: none;
    transition: top 1s ease, display 1s ease;
}


.signup_button {
    display: block;
    margin: 20px auto 20px auto;
    min-width: 45%;
    height: 48px;
    padding: 6px 12px 6px 36px;
    font-size: 16px;
    line-height: 24px;
    background-color: #eaebee;
    border: 1px solid #ffffff;
    border-radius: 24px;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 500;
    /*cursor: pointer*/
    ;
}

.signup_button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 9px;
    margin-left: 0;
    background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'9\' viewBox=\'0 0 12 9\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M7.5 0l-.7.7L10.1 4H0v1h10.1L6.8 8.3l.7.7 4.3-4.3.2-.2-.2-.2L7.5 0z\' fill=\'rgb(255, 255, 255)\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.signup_button_active:hover::after,
.signup_button_active:focus::after {
    width: 12px;
    margin-left: 13px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    cursor: pointer;

}

.signup_input {
    display: block;
    margin: 20px auto 20px auto;
    width: 40%;
    height: 34px;
    padding: 6px 12px 6px 36px;
    font-size: 16px;
    line-height: 24px;

    border: 1px solid rgba(54, 54, 54, 0.1);
    border-radius: 0;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.099 1H1.9L7 4.4 12.099 1zM1 1.6V9h12V1.6L7.277 5.417 7 5.601l-.277-.185L1 1.601zM0 0h14v10H0V0z' fill='rgb(50,50,50)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px 10px;
}

.tp-backdrop {
    background: #ffffff;
}


.tp-backdrop.tp-active {
    z-index: 6000000 !important;
    backdrop-filter: blur(4px);
    backdrop-webkit-filter: blur(4px);
    backdrop-moz-filter: blur(4px);
    backdrop-o-filter: blur(4px);
    backdrop-ms-filter: blur(4px);
    background: #ffffff;
}

.tp-modal {
    z-index: 6000001 !important;
}



h1 {
    margin-left: 37px !important;
}

.onetz-newsletter .onetz-section-first {
    margin-top: -64px !important;
}

[type="checkbox"]+label {
    position: absolute;
}

[type="checkbox"]:checked+label.sub_error_msg::after {
    display: block;
    content: "Leider ist ein Fehler aufgetreten.";
    width: 110px;
    color: red;
    margin-left: -25px;
    margin-top: 30px;
    position: relative;
    font-size: 12px;
}

[type="checkbox"]:checked+label.sub_added_msg::after {
    display: block;
    content: "Die Anmeldung war erfolgreich.";
    width: 110px;
    color: green;
    margin-left: -25px;
    margin-top: 30px;
    position: relative;
    font-size: 12px;
}

[type="checkbox"]:checked+label.sub_added_msg_anon::after {
    display: block;
    content: "Bestätigungsmail verschickt!";
    width: 110px;
    color: green;
    margin-left: -25px;
    margin-top: 30px;
    position: relative;
    font-size: 12px;
}

[type="checkbox"]+label.sub_added_msg::after {
    display: block;
    content: "Die Abmeldung war erfolgreich.";
    width: 110px;
    color: red;
    margin-left: -25px;
    margin-top: 30px;
    position: relative;
    font-size: 12px;
}

[type="checkbox"] {
    position: relative;
    /*left: 15px;
  top: -4px;*/
    z-index: 0;
    -webkit-appearance: none;
    appearance: none;
}

[type="checkbox"]+label::before {
    width: 38px;
    height: 38px;
    background-image: url("https://media.onetz.de/piano_static/NL-Add.png");
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 1;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    outline: 2px solid #ffffff;
    box-shadow: none;
}

[type="checkbox"]:checked+label::before {
    background-image: url("https://media.onetz.de/piano_static/NL-Away.png");
}

#content-area .content {
    background-color: #ffffff;
}

.sso-campaign-action-msg.success {
    font-size: 13px;
    padding-top: 10px;
}

.sso-campaign-item input {
    width: 0px;
    height: 1px;
    margin-right: 45px !important;
}

.sso-campaign-description {
    font-size: 0px !important;
    line-height: 20px;
}

.sso-campaign-item {
    /*float: right!important;*/
}


.onetz-newsletter.onetz-section {
    display: inline-block;
    width: 100%;
}

.onetz-newsletter-name {
    color: #282828;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    font-weight: 600;
}

.onetz-newsletter-item {
    display: block;
    float: left;
    padding-right: 15px;
    border-left: 1px solid #e0e0e0;
    width: 20%;
    margin-bottom: 80px;
    padding-left: 24px;
    height: 315px;
    min-width: 170px;
}

.onetz-newsletter-item.reg {
    height: 160px;
}

.onetz-newsletter-gray {
    background-color: #eaebee;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 20px 50px 36px;
}

.onetz-newsletter-headline {
    text-align: left;
    font-size: 20px;
    line-height: 44ppx !important;
    padding: 14px 0px 0px 30px;
}

.onetz-newsletter-headline b {
    font-weight: 900 !important;
    color: #282828;
    font-family: "Open Sans", "Helvetica", sans-serif;
}

/*.onetz-newsletter-wrapper {padding: 25px;}*/

.onetz-plus-headline {
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 45px 0 10px 0;
    margin-top: -35px !important;
    margin-bottom: -30px !important;
}

.onetz-newsletter-headline-img-size {
    display: inline;
    vertical-align: middle;
    width: 190px;
    height: auto;
}

.onetz-newsletter-headline-h2_style {
    display: inline;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 900 !important;
    color: #282828;
}

.onetz-newsletter-icon {
    float: left;
    width: 120px !important;
}

.onetz-newsletter-external-link-icon {
    padding-right: 33px;
    width: 40px !important;
    float: right;
}

.onetz-newsletter-addicon {
    float: right;
}

.img.onetz-newsletter-icon {
    width: 120px !important;
}

.onetz-newsletter-clear {
    clear: both;
    padding-top: 1px;
}

.onetz_newsletter_infotext,
.onetz_newsletter_infotext_reg {
    margin: -29px -16px 44px 38px;
}


.NL_signup_new_user_inner {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

#NL_signup_new_user,
.hidden_signup,
.sticky_signup,
.fixed_bottom_pos {
    transition: top 1s ease, display 1s ease;
}

@media only screen and (max-width: 1040px) {
    .sso-campaign-item input {
        margin-right: 5px !important;
    }
}

@media only screen and (max-width:715px) {
    .hidden_signup {
        top: calc(100% + 310px) !important;
        transition: top 1s ease;
        display: none;
    }

    #NL_signup_new_user {
        height: 0;
        padding-bottom: 0;
        background-color: #eaebee;
        z-index: 100;
        position: sticky;
        top: calc(100% + 210px);
        transition: top 1s ease;
    }

    .sticky_signup {
        top: calc(100% - 210px) !important;
        transition: top 1s ease;
    }

    .fixed_bottom_pos {
        top: calc(100% - 440px) !important;
        transition: top 1s ease;
    }

    .NL_signup_new_user_inner {
        background-color: #eaebee;
    }

    .signup_input {
        width: calc(90% - 50px);
    }

    .signup_button {
        width: calc(90% - 50px);
        padding: 6px 12px;
    }

    .signup_button_active {
        border: 0;
    }

    .section_last {
        margin-bottom: 180px;
    }
}

@media only screen and (max-width: 400px) {
    .onetz-newsletter-headline-h2_style {
        font-size: 34px;
    }

    .onetz-newsletter-item {
        height: 100%;
        margin-bottom: 20px;
        width: 80%;
        border-left: 0px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .onetz-newsletter-name {
        font-size: 17px;
    }

    .sso-campaign-item input {
        margin-right: 65px !important;
    }

    .sso-campaign-action-msg.success {
        padding-top: 27px;
        font-size: 16px;
    }

    .onetz-newsletter-item.reg {
        height: 100%;
    }

    .onetz-newsletter-list {
        padding: 10px;
    }

    .onetz-newsletter-gray {
        margin: 15px 0px 30px 0px;
    }

    .onetz_newsletter_infotext {
        margin: -15px 0px 12px 0px;
    }

    .onetz_newsletter_infotext_reg {
        margin: -20px 0px 24px 0px;
    }
}

div.dnt_anim_overlay {
    z-index: 7000000;
    background-color: #eaebee;
    background-image: url(https://media.onetz.de/piano_static/checkout/backdrop.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    color: white;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.dnt_anim_loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}