.pos_HausKart .more_info {
    display: none !important;
}

.hBxknL {
    font-family: "Dinengschriftstd", arial, sans-serif;
    text-transform: uppercase;
}

.KGTAV {
    font-family: "Dinengschriftstd", arial, sans-serif;
    text-transform: uppercase;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

/* STX-92913: visible the continue button */
@media screen and (max-width: 990px) {
    body.rwd #main_content_login .text,
    body.rwd #main_content_registration .social .button a .text {
        display: inline-block;
    }
}

/*CAS-28311-N3G5R4*/
#page_selection_subscription_performances
    #main_content_seasonticket_validation
    span.alternative_button.modify_seats
    > a,
#page_cart_reservation
    div.seasonticket_content.seasonticket_content_visible
    span.alternative_button.modify_seats
    > a,
#page_cart_shoppingCart
    div.seasonticket_content.seasonticket_content_visible
    span.alternative_button.modify_seats
    > a,
#page_checkout_orderSummary
    div.seasonticket_content.seasonticket_content_visible
    span.alternative_button.modify_seats
    > a {
    display: none !important;
}
/*END-CAS-28311-N3G5R4*/

/*CAS-47462-K8R3X7*/
#page_selection_item #visit_group_details_content {
    display: none !important;
}
/*CAS-47462-K8R3X7 - END*/

/* CAS-44992-K0R5B2 */
.more_info .alternative_button .text {
    text-transform: initial;
    font-weight: normal;
}

.alternative_button.continue .symbol {
    width: 15px;
    height: 15px;
    top: 62%;
}
/* END - CAS-44992-K0R5B2 */

/* CAS-51972-M7L3D4 ----related to CAS-48204-X9P7T1 */

#popup_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1000;
    text-align: center;
    transition: all 0.2s ease-in-out;
    top: 0px;
    /*  */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.iframe_container {
    display: inline-block;
    margin-top: 20px;
    width: 46%;
    height: 90%;
    background: #ffffff;
    border: 2px solid;
    overflow: scroll;
    padding-bottom: 20px;
    overflow-x: hidden;
}

#popup_close {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 22px;
    padding: 5px;
    display: block;
    height: 26px;
    background: black;
    margin-left: 2px;
}

@media only screen and (max-width: 660px) {
    .iframe_container {
        /* padding-top: 50px; */
        padding-bottom: 20px;
    }
}

/* END - CAS-51972-M7L3D4 */

/* CAS-56473-F4M2T3 */

#popup_container #iframe_container #ems-wf-dest {
    font-size: 13px;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-twoColumn {
    margin-left: 50px;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-oneColumn,
#popup_container #iframe_container #ems-wf-dest .ems-wf-twoColumn,
#popup_container
    #iframe_container
    #ems-wf-dest
    .ems-wf-AttributesBooleanElement,
#popup_container #iframe_container #ems-wf-dest .ems-wf-checkboxGroup {
    padding: 5px 50px;
    text-align: left;
}

#popup_container #iframe_container #ems-wf-dest .content_title {
    background: #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
}

#popup_container
    #iframe_container
    #ems-wf-dest
    .content_title
    .title_container
    .main_title.ems-wf-title {
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 8px 0;
    display: block;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-subtitle {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-inputElement {
    padding: 0px !important;
}

#popup_container
    #iframe_container
    #ems-wf-dest
    .ems-wf-inputElement
    input[type="text"] {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-inputElement select {
    width: 100%;
}

#popup_container
    #iframe_container
    #ems-wf-dest
    .ems-wf-inputElement
    .ems-wf-label {
    font-weight: bold;
}

#popup_container
    #iframe_container
    #ems-wf-dest
    .ems-wf-inputElement
    .ems-wf-button {
    margin-left: 50px;
    border-style: none;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-separator {
    width: 0px;
    display: inline-block;
}

#popup_container #iframe_container #ems-wf-dest .forgot_password {
    padding-top: 20px;
}

#popup_container #iframe_container #ems-wf-dest .ems-wf-button {
    cursor: pointer;
}

.mobile #popup_container {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
}
.mobile .iframe_container {
    width: 78% !important;
    height: 100vh;
    overflow: scroll;
    padding-top: 0px;
    padding-bottom: 20px;
}

.mobile
    #popup_container
    #iframe_container
    #ems-wf-dest
    .ems-wf-inputElement.field {
    width: 75%;
}

.mobile #popup_close {
    right: 9%;
    background: none;
}

/* Underline privacy link */
.accept_privacy_policy .ios_toggle_label a {
    text-decoration: underline;
}

#ems-wf-dest > div:nth-child(15) a {
    text-decoration: underline;
    font-weight: 600;
}

/* END CAS-56473-F4M2T3 */

/* Case 00018037 */

#popup_wrapper {
    position: fixed !important;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1000;
    text-align: center;
    transition: all 0.2s ease-in-out;
    top: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}

#modal_container {
    width: 50%;
    position: relative;
    height: fit-content;
    background-color: #ffffff;
}

#modal_close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.saalplan_noti {
    width: 100%;
}

#product_10228878456288_book {
    cursor: pointer;
}

#modal_container #product_10228878456288_book {
    display: block;
    color: #ffffff;
    font-size: 11px;
    background-color: #000000;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}

@media screen and (max-width: 990px) {
    #modal_container {
        width: 85%;
    }

    #modal_container #product_10228878456288_book {
        font-size: 13px;
    }
}

/* END Case 00018037 */
