/* Virtual tour btn*/
.vt_button {
    display: block;
    width: 160px;
    height: 50px;
    margin: 10px auto;
}

.rooms .vt_button {
    display: block;
    width: 160px;
    height: 50px;
    margin: 10px 0 10px auto;
}

.suites .vt_button {
    display: block;
    width: 160px;
    height: 50px;
    margin: 10px 0 10px auto;
}

#meetings li .vt_button {
    display: block;
    width: 160px;
    height: 50px;
    margin: 10px 0 10px auto;
}

.vt_button {
    display: block;
    width: 160px;
    height: 50px;
    margin: 10px auto;
}

.vt_button img {
    width: 100%;
    height: 100%;
}

.section.roomtype .vt_button, .book .vt_button {
    display: inline-block;
    margin: 10px 0;
}

.rtl .section.roomtype .vt_button, .book .vt_button {
    margin: 0 20px;
}

.roomtype li > div > div .light-btn {
    margin-right: 10px;
}

.lang_de .roomtype li > div > div {
    bottom: 30px;
}

.home .vt_button {
    display: inline-block;
    margin: 10px 25px
}

@media (max-width: 767px) {
    .rtl .section.roomtype .vt_button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }

    .lang_de .roomtype li > div > div {
        bottom: 0;
    }

    .home .vt_button {
        margin: 30px auto;
    }
}

@media (max-width: 900px) and (min-width: 801px) {
    .roomtype li > div {
        padding: 20px;
    }

    .roomtype li > div > div {
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 1099px) and (min-width: 901px) {
    .roomtype li > div {
        padding: 40px;
    }

    .roomtype li > div > div {
        left: 40px;
        bottom: 20px;
    }
}

@media (max-width: 424px) {
    .section.roomtype .vt_button, .book .vt_button {
        display: block;
        width: 70%;
        margin: 20px auto;
    }
}


body.postid-2518 .offer_custom_button,
body.postid-2521 .single_offer > div:last-child {
    display: none;
}

body.postid-2808 a[href^="https://www.sofitel-munich.com/bars-restaurants/delice-la-brasserie"],
body.postid-2810 a[href^="https://www.sofitel-munich.com/de/bars-restaurants/delice-la-brasserie"] {
    display: none;
}

.die_101_logo {
    position: absolute;
    z-index: 200;
    bottom: 20px;
    object-fit: contain;
    max-height: 80px !important;
    height: auto !important;
    margin: 0 !important;
    left: 100px;
    width: 80px !important;
}

/* Macaron banner */
#macaron_cookie_box span.macaronbtn a,
#macaron_cookie_box span.macaronbtn.all a {
    border: 1px solid #000;
}

html[lang='en-US'] .footer-custom__li--datenschutzerklaerung {
    display: none !important;
}

.cta-wrap {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;

    .vt_button {
        margin: 0;
    }
}

#three_d_model.btn {
    background: #fff !important;
    color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    min-width: 130px;
    text-align: center;


    &:after {
        display: none;
    }
}