.paywall-fader {
    position: relative;
    max-width: 650px;
    width: 100%;
    min-height: 150px;
    top: -150px;
    margin-bottom: -150px;
    margin-left: 105px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 71%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 71%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 71%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.stadt .paywall-fader {
    position: relative;
    max-width: 650px;
    width: 100%;
    min-height: 150px;
    top: -150px;
    margin-bottom: -150px;
    margin-left: 105px;
    background: none;
    background: none;
    background: none;
    filter: none;
}

@media (max-width: 1024px) {
    .paywall-fader {
        margin-left: 0;
        max-width: none;
    }
}

.paywall {
    max-width: 700px;
    width: 100%;
    margin:  32px auto;
    background: #fff;
    padding: 50px 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #313131;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (min-width: 650px) {
    .paywall {
        padding: 72px 44px;
    }
}

.paywall h3 {
    font-size: 36px;
    margin-top: 0;
    /* margin-bottom: 58px; */
    font-weight: 500;
    font-family: 'Georgia';
    color: #241f21;
    position: relative;
    line-height: normal;
}
/* .paywall h3:after {
    content: '';
    width: 100%;
    height: 2px;
    border-bottom: 1px dotted #6f6f6f;
    position: absolute;
    bottom: -32px;
    left: 0;
} */

.article .text .paywall h3 {
    margin-top: 0;
}

.article .text .paywall h3,
.article .text .paywall p {
    margin-left: 0;
    margin-right: 0;
}

.paywall .wk-plus-logo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.paywall h3 .wk-plus-logo {
    max-width: 45px;
    margin-left: 10px;
    transform: translateY(-8%);
}

h4 .wk-plus-logo {
    max-width: 45px;
    margin-left: 0px;
    transform: translateY(-8%);
}

.paywall .benefits {
    color: #241f21;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Georgia';
}

.paywall .benefits a {
    color: #d32930;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.paywall .benefits a:hover {
    text-decoration: none;
}

.paywall form label a {
    color: #d32930;
    font-weight: 400;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}
.paywall form label a:hover {
    text-decoration: none;
}

.paywall .benefits ul {
    list-style: none;
    padding-left: 24px;
    margin: 0;
}

.paywall .benefits ul li {
    position: relative;
    padding-left: 15px;
}

.paywall .benefits ul li::before {
    content: '';
    display: block;
    background: url(../assets/images/paywall/paywall_checkmark.svg) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 100%;
    top: 0;
}

.paywall .benefits ul li:not(:last-child) {
    margin-bottom: 20px;
}

.paywall .benefits ul li span {
    white-space: nowrap;
}

.paywall .benefits .wk-plus-logo {
    max-width: 30px;
    margin-right: 5px;
}

.paywall form label {
    color: #241f21;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
}

.paywall form input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 0;
}

.paywall form label {
    width: 100%;
}

@media only screen and (min-width: 650px) {
    .paywall {
        width: 80%;
    }
}

.paywall form .wkplus-angebote-text, .wkplus-nutzungsbedingungen-text {
    font-size: 16px;
    margin-left: 10px;
    width: calc(100% - 35px);
    margin-bottom: 10px;
}

.paywall form input[type="email"], .paywall form input[type="password"], .wplus-registration form input[type="text"] {
    width: 100%;
    display: block;
    border: 2px solid #989693;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 1.25em;
}

@media only screen and (min-width: 650px) {
    .paywall form input[type="email"], .paywall form input[type="password"], .wplus-registration form input[type="text"] {
        width: 80%;
    }
}

.paywall form button[type="submit"] {
    display: inline-block;
    background: #d32930;
    border: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.375em;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 30px;
    font-family: "minion-pro", serif;
    margin-top: 6px;
}

.paywall form input[type="submit"] {
    display: inline-block;
    background: #d32930;
    border: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.375em;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 30px;
    font-family: "minion-pro", serif;
    margin-top: 6px;
    /* Fixed Umbruch */
    white-space: normal;
}

.paywall .btn-katalog {
    display: inline-block;
    background: #d32930;
    /*TODO Live nehmen  */
    /* background: #d94025; */
    border: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.375em;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 30px;
    font-family: "minion-pro", serif;
    margin-top: 16px;
    /* Fixed Umbruch */
    white-space: normal;
}

.paywall .checkbox-flex {
    display: flex;
}

.paywall hr {
    border: 0;
    border-top: 1px solid #999999;
}

.paywall > p.small-legals{
    font-size: 1em;
    color: #989898;
}

@media (max-width: 650px) {
    .paywall {
        font-size: 14px;
    }

    .paywall .benefits {
        padding: 5%;
    }
}

@media (max-width: 425px) {
    .paywall {
        font-size: 13px;
    }
}

.item h3 .wk-plus-logo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.item h3 .wk-plus-logo {
    max-width: 28px;
    margin-right: 5px;
    transform: translateY(-20%);
}

.d-none {
    display: none;
}

.forget-password {
    text-align: right;
    font-family: 'Georgia';
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
    color: #241f21;
    font-size: 16px;
}

.lead-in h2 .wk-plus-logo {
    max-width: 55px;
    transform: translateY(-8%);
}

@media (max-width: 650px) {
    .lead-in h2 .wk-plus-logo {
        max-width: 35px;
    }
}

.page-template-weltkunstplus .breadcrumb {
    background: #9c8f75 !important;
}

.page-template-weltkunstplus .breadcrumb .leading h2,
.page-template-weltkunstplus .breadcrumb.leading span,
.page-template-weltkunstplus .breadcrumb.leading .h2 {
    color: #ffffff;
}


h2.sublogo-partner-zol {
    top: 80px;
}

nav.navbar-wkplus {
    background-color: #9c8f75;
    border: none;
    border-radius: 0;
    height: 30px;
    margin-bottom: 10px;
    min-height: 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

nav.navbar-wkplus .navbar-wkplus-control {
    color: #ffffff;
    text-decoration: underline;
    font-size: 13px;
}
nav.navbar-wkplus .navbar-wkplus-control:hover {
    text-decoration: none;
}

.header .wplus-logo {
    margin: 0;
}

.header .wplus-sublogo-partner-zol {
    margin: 0;
}

.header .wplus-backbutton {
    position: absolute;
    right: 0;
}

.footer .wplus-social {
    border: none;
}

.wplus-registration input, .wplus-registration h3, .wplus-anmelden input, .wplus-anmelden h3 {
    text-align: initial !important;
}

.wplus-registration .benefits {
    padding: 0;
}

:is(p, span) {
}

.wplus-paywall a.btn {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.wplus-paywall .benefits h2 {
    margin: 0 !important;
}

.wplus-account-container {
    padding: 0;
    margin: 0;
    width: 100%;
}

.wplus-account {
    max-width: none;
}

.wplus-checkout {
    width: 100%;
    max-width: none;
    padding: 0;
}

#plenigoIFrameWrappersnippets {
    max-width: none !important;
}
.page-template-wkplus-registrieren-page .wplus-checkout{
    padding: 20px;
}


/*_ WPLUS REGISTRIER SEITEN  */
.page-template-wkplus-registrieren-page, 
.page-template-wkplus-anmelden-page{
    background-color: #eceef1;
}
.page-template-wkplus-registrieren-page #page-wrapper,
.page-template-wkplus-registrieren-page #content-wrapper,
.page-template-wkplus-danke-page #page-wrapper,
.page-template-wkplus-danke-page #content-wrapper,
.page-template-wkplus-katalog-page #page-wrapper,
.page-template-wkplus-katalog-page #content-wrapper,
.page-template-wkplus-anmelden-page #page-wrapper,
.page-template-wkplus-anmelden-page #content-wrapper{
    max-width: none;
    background-color: transparent;
}
.page-template-wkplus-registrieren-page .header, 
.page-template-wkplus-danke-page .header, 
.page-template-wkplus-katalog-page .header, 
.page-template-wkplus-anmelden-page .header{
    background-color: #fff;
}
.page-template-wkplus-registrieren-page .header .logos,
.page-template-wkplus-danke-page .header .logos,
.page-template-wkplus-katalog-page .header .logos,
.page-template-wkplus-anmelden-page .header .logos{
    max-width: 960px;
    position: relative;
    left: 0;
}
.page-template-wkplus-registrieren-page .header p a,
.page-template-wkplus-danke-page .header p a,
.page-template-wkplus-katalog-page .header p a,
.page-template-wkplus-anmelden-page .header p a
{
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .page-template-wkplus-registrieren-page .wplus-backbutton,
    .page-template-wkplus-danke-page .wplus-backbutton,
    .page-template-wkplus-katalog-page .wplus-backbutton,
    .page-template-wkplus-anmelden-page .wplus-backbutton{
        right: 15px;
        top: 30%;
    }
}


/* WPLUS ANMELDUNG */
.page-template-wkplus-anmelden-page #page-wrapper footer .social,
.page-template-wkplus-danke-page #page-wrapper footer .social,
.page-template-wkplus-katalog-page #page-wrapper footer .social,
.page-template-wkplus-registrieren-page #page-wrapper footer .social {
    display: flex;
    justify-content: center;
} 

/* WPLUS KATALOG */
.katalog h3 {
    font-family: "minion-pro", serif;
    /* text-align: center; */
}

.katalog h3::after {
    display: none;
}

/* .katalog header::after {
    content: '';
    border-bottom: 1px solid lightgrey;
    width: 100%;
    position: absolute;
} */

.katalog .paywall {
    /* padding: 0 10px; */
    width: 95%;
    margin-inline: auto;
}

.katalog .paywall .content {
    /* margin-bottom: 70px; */
}

/* .katalog .paywall .content img {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    display: block;
    padding: 0 5%;
} */

.katalog .paywall .content .text p{
    margin-bottom: 16px;
}

@media (min-width: 650px) {
    .katalog .paywall .content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* .katalog .paywall .content img {
        width: 46%;
    } */

    /* .katalog .paywall .content .text {
        width: 52%;
        padding-left: 36px;
    } */

    /* .katalog h3 {
        font-size: 46px;
    } */
}

@media (min-width: 1000px) {
    .katalog .paywall .content .text {
        width: 52%;
        padding-left: 36px;
    }
}


/* PAYWALL in page */

.paywall.wplus-paywall {
    width: 100%;
    background-color: #eceef1;
    padding: 10px 6px;
}

.paywall.wplus-paywall .benefits .paywall_dropdown_arrow{
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: 15px;
    width: 15px;
    transform: rotateZ(0deg);
    transition: transform 0.3s ease-in-out;
}

.paywall.wplus-paywall h3 {
    text-align: center;
    margin-bottom: 0;
    font-family: "minion-pro", serif;
    font-size: 34px;
}
.paywall.wplus-paywall h3:after {
    display: none;
}

.paywall.wplus-paywall .benefits {
    background: #fff;
    position: relative;
    transition: 0.2s ease-in-out;
    padding: 20px;
}

.paywall.wplus-paywall .benefits .paywall_dropdown{
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.paywall.wplus-paywall .wplus_paywall_monatlich.dropdown_show .paywall_dropdown{
    height: 190px;
}
.paywall.wplus-paywall .wplus_paywall_jaehrlich.dropdown_show .paywall_dropdown{
    height: 260px;
}

.paywall.wplus-paywall .dropdown_show .paywall_dropdown {
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.paywall.wplus-paywall .dropdown_show .benefits{
    padding-bottom: 45px !important;
    box-shadow: 0 0 8px #808080;
}
.paywall.wplus-paywall .dropdown_show .paywall_dropdown_arrow{
    transform: rotateZ(180deg);
    transition: transform 0.3s ease-in-out;
}

.paywall.wplus-paywall .btn-katalog {
    color: #fff;
    font-size: 22px;
    width: 100%;
}

.paywall.wplus-paywall .benefits h4,
.paywall.wplus-paywall .benefits p,
.paywall.wplus-paywall .benefits span,
.paywall.wplus-paywall .benefits ul,
.paywall.wplus-paywall .benefits li,
.paywall.wplus-paywall .benefits img{
    pointer-events: none;
}

.paywall.wplus-paywall .benefits h4{
    font-family: "minion-pro", serif;
    text-align: left;
    margin: 0;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}

.paywall.wplus-paywall .benefits p{
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.paywall.wplus-paywall .benefits p span{
    text-align: right;
}

.paywall.wplus-paywall .info-login{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.paywall.wplus-paywall .info-login a{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #d32930;
}

@media (min-width: 768px) {

    .paywall.wplus-paywall .benefits {
        padding: 45px;
        padding-bottom: 0px;
    }
    /*TODO Bei Livenahme löschen */
    .paywall.wplus-paywall.intern .benefits {
        padding: 45px;
        padding-bottom: 0px;
    }

    .paywall.wplus-paywall .benefits .paywall_dropdown_arrow{
        top: 55px;
        left: 15px;
        width: 20px;
    }

    .paywall.wplus-paywall .wplus_paywall_monatlich.dropdown_show .paywall_dropdown,
    .paywall.wplus-paywall .wplus_paywall_jaehrlich.dropdown_show .paywall_dropdown{
        height: 220px;
    }

    .paywall.wplus-paywall {
        padding: 18px;
    }

    .paywall.wplus-paywall .benefits h4{
        font-size: 26px;
    }

    .paywall.wplus-paywall h3 {
        font-size: 34px;
    }
}

.wplus-info-error {
    color: #d32930 !important;
}

.paywall .message h3 {
    font-size: 2rem !important;
}
@media (min-width: 768px) {
    .paywall .message h3 {
        font-size: 2.5rem !important;
    }
}


/*_ ANGEBOT BUEHNE GENERAL */

.angebot_buehne{
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: "minion-pro", serif;
    flex-direction: column;
}
.angebot_buehne .packshot {
    width: 60%;
    max-width: 400px;
    margin-bottom: 15px;
}
/* .katalog .paywall .content.angebot_buehne img, */
.angebot_buehne .packshot img {
    position: relative;
    width: 100%;
    z-index: 10;
}
.angebot_buehne .btn-buehne {
    display: inline-block;
    position: relative;
    /* background: #d32930; */
    background: #d94025;
    border: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.375em;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 30px;
    font-family: "minion-pro", serif;
    margin-top: 16px;
    white-space: normal;
    z-index: 10;
}
.angebot_buehne .text {
    padding-left: 0px;
}
.angebot_buehne .buehne_headline {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.1;
}
.angebot_buehne .buehne_headline img {
    width: 35px;
    position: relative;
    bottom: 5px;
}
.angebot_buehne .benefits_info{
    margin-bottom: 20px;
    font-size: 16px;
}
.angebot_buehne .benefits_headline{
    font-size: 16px;
    font-weight: 600;
}
.angebot_buehne .benefits_list{
    margin-top: 5px;
}
.angebot_buehne .benefits_bulletpoint{
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
}
.angebot_buehne .benefits_bulletpoint::before {
    content: '';
    display: block;
    background: url(../assets/images/paywall/plus.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: calc(100% + 7px);
    top: calc(50% - 7px);
}
.angebot_buehne .text .paywall-wrapper{
    text-align: center;
}
@media (min-width: 770px) {
    .angebot_buehne .benefits_list{
        margin-top: 10px;
    }
    .angebot_buehne .benefits_bulletpoint{
        margin-bottom: 10px;
    }
    .angebot_buehne .packshot {
        margin-bottom: 0;
    }
    .angebot_buehne .buehne_headline img {
        width: 50px;
    }
}
@media (min-width: 1000px) {
    .angebot_buehne .text {
        padding-left: 36px;
    }
    .angebot_buehne .benefits_list{
        margin-top: 15px;
    }
    .angebot_buehne .text .paywall-wrapper{
        text-align: left;
    }
    .angebot_buehne .buehne_headline img {
        width: 60px;
    }
}


/*_ ANGEBOT BUEHNE KATALOGSEITE */
.page-template-wkplus-katalog-page .paywall {
    margin: 0 auto;
    padding: 50px 0;
}
.page-template-wkplus-katalog-page .paywall.wplus-checkout{
    /* content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #edeae3;
    z-index: 0;
    left: 0;
    right: 0; */

    box-shadow: 0 0 0 100vmax #edeae3;
    clip-path: inset(0 -100vmax);
    background-color: #edeae3;
}

@media (min-width: 770px) {
    .angebot_buehne .buehne_headline {
        font-size: 34px;
    }
    .angebot_buehne .benefits_bulletpoint{
        font-size: 18px;
    }
    .angebot_buehne .benefits_info{
        font-size: 18px;
    }
    .angebot_buehne .benefits_headline{
        font-size: 18px;
    }
}

@media (min-width: 1000px) {
    .angebot_buehne{
        flex-direction: row;
    }
    
    .angebot_buehne .buehne_headline {
        font-size: 46px;
    }

    .angebot_buehne .packshot {
        width: 100%;
    }

    .angebot_buehne .benefits_info{
        font-size: 20px;
    }

    .angebot_buehne .benefits_bulletpoint{
        font-size: 18px;
    }
}



/*_ W+ Überischt */
.page-template-weltkunstplus .wplus_buehne {
    padding: 20px;
    width: 300px;
    margin-inline: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

@media (min-width: 770px) {
    .page-template-weltkunstplus .wplus_buehne{
        width: 720px;
    }
    .page-template-weltkunstplus .wplus_buehne .packshot{
        max-width: 320px;
    }
    .page-template-weltkunstplus .angebot_buehne .buehne_headline {
        font-size: 28px;
    }
    .page-template-weltkunstplus .angebot_buehne .benefits_info{
        font-size: 18px;
    }
    .page-template-weltkunstplus .angebot_buehne .benefits_headline{
        font-size: 18px;
    }
}
@media (min-width: 1000px) {
    .page-template-weltkunstplus .wplus_buehne{
        width: auto;
        margin-inline: 30px;
    }
    .page-template-weltkunstplus .angebot_buehne .buehne_headline {
        font-size: 34px;
    }
}