#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
}

#block-search {
    width: 100%;
    background: #111111;
    position: relative;
}

.be-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
}

#be-booking-form {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

body:has(#be-booking-form) .be-hidden,
body:has(#be-booking-form) #site-popup,
body:has(#be-booking-form) .onlinesupport {
    display: none !important;
}

@media (max-width: 768px) {
    .aside-nav-toggler {
        z-index: 99999 !important;
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    html:has(.be-home) #block-search {
        position: absolute;
        bottom: 0;
        z-index: 10;
        background: rgba(0, 0, 0, 0.65);
    }
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    html:not(:has(.be-home)) #block-search {
        position: absolute;
        bottom: 0;
        z-index: 10;
        background: rgba(0, 0, 0, 0.65);
    }
}