@import url("https://lib.hmcms.nl/js/2/swiper/css/swiper-bundle.1.css");
@import url("modern-normalize.css");
@import url("widget-calentim.css");
@import url("widget-searcher.css");
@import url("widget-list.css");
@import url("widget-checkout.css");
@import url("form.css");
@import url("layout.css");
@import url("styles.css");
@import url("highlights.css");
@import url("hmcms-popup.css");
@import url("navigation.css");
@import url("navigation-large.css");
@import url("navigation-small.css");
/*@import url("select2.min.css");*/

:root {
	--text-color: #2D302D;
  	--green: #135E60;
  	--brown: #BA9972;
  	--sand: #E5DCCF;
  	--pink: #FFABBB;
  	--orange: #FF8D6B;
}

/* ===== Breadcrumbs ===== */

article.article-breadcrumbs {
    padding: 10px;
    order: 0;
}

main.layout-content:has(.article-breadcrumbs) {
    display: flex;
    flex-flow: column;
}

main.layout-content:has(article:nth-child(3)):has(.article-breadcrumbs) .layout-article:nth-child(2) {
    order: -1;
    margin-bottom: 0;
}

main.layout-content:has(.article-breadcrumbs) .layout-article:nth-child(3):not(.content-media) {
    margin-top: 0;
}

article.article-breadcrumbs {
    padding: 10px;
}

ul.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0 ;
    list-style: none;
    line-height: 1.2;
}

ul.breadcrumbs li::after {
    content: '/';
    margin-left: .5em;
    margin-right: .5em;
}

ul.breadcrumbs li:last-child::after {
    display: none;
}

.scroll-to-top::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-left: 0px;
    border-bottom: 0px;
    transform: translate3d(-50%, -50%,0)rotate(135deg);
    display: block;
    top: 44%;
    left: 50%;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: -60px;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    color: #fff;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background: var(--green);
    border: 3px solid #fff;
    transition: right .3s ease;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 1000000001;
}
.scroll-to-top.scroll-to-top--visible {
    right:15px;
}
@media screen and (max-width: 940px) {
    .scroll-to-top {
        bottom:70px;
    }
}
img.usp-payments__logo.usp-payments__logo--ideal {
    width: 32px;
}
img.usp-payments__logo.usp-payments__logo--bancontact {
    width: 46px;
}
img.usp-payments__logo.usp-payments__logo--sofort {
    width: 96px;
}

li.usp-payments__item {
    display: flex;
}
.reset--date {
    cursor: pointer;
}
.acco-details__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 7px;
}
.acco-details__gallery.acco-details__gallery--hidden {
    display: none;
}
.acco-details__gallery img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    cursor: pointer;
}
.acco-details__gallery-item--big {
    grid-column: span 2;
    grid-row: span 2;
}
@media screen and (max-width:810px){
    .acco-details__gallery-item--big {
        grid-column: span 4;
    }
}
.popup-slider {
    transform: translateY(-100%);
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--text-color);
    transition: transform .5s ease;
    z-index: 1000000;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.body--has-swiper-popup .popup-slider {
    transform: translateY(0);
}
.popup-slider__container {
    width: 1200px;
    max-width: 95vw;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    position: relative;
}
.swiper-popup__info {
    color: #fff;
    margin-top: 20px;
}
.swiper-popup__info-counter {
    color: #fff;opacity: .5;
    position: relative;
}
.popup-slider__close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.popup-slider__close-icon::before,
.popup-slider__close-icon::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    top: 8px;
    left: -2px;
    transform: rotate(45deg);
}
.popup-slider__close-icon::before {
    transform: rotate(-45deg);
}
.swiper-popup-button-next,
.swiper-popup-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #eeeae6;
    border-radius: 50px;
    position: absolute;
    z-index: 100000000;
    opacity: 1;
    top: 50%;
    margin-top: -20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-popup-button-next svg,
.swiper-popup-button-prev svg {
    position: absolute;
}
.swiper-popup-button-next {
    right: 0;
}
.swiper-popup-button-prev {
    left: 0;
}
.swiper-popup__img-container img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    max-height: 90vh;
}


.acco-details__gallery-show-more--desktop {
    display: none;
}

@media screen and (max-width:480px){
    .acco-details__gallery-show-more--desktop {
        display: block;
    }

    .acco-details__gallery {
        display: none;
    }
    .acco-details__gallery-show-more {
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        top: auto;
        padding: 8px;
    }

    .acco-details__gallery {
        grid-gap: 3px;
        margin:0 -1rem -20px;
    }

    .acco-details__gallery .acco-details__gallery-item:not(.acco-details__gallery-item--big) {
        display: none;
    }

    .popup-slider__container {
        padding:0;
    }

    .swiper-popup-button-next, .swiper-popup-button-prev {
        bottom:0;
        border:0 !important;
    }

    .swiper.mySwiper.swiper--mobile {
        max-width: 100vw;
    }

    .acco-details__header .content-container {
        padding:0;
        grid-gap: 10px !important;
    }

    .acco-details__header-content {
        padding:0 1rem;

    }
}

@media screen and (min-width: 481px){
    .mobile-slider {
        display: none;
    }
}

@media screen and (max-width: 480px){
    body .banner__overlay .js-toggle-searcher.button {
        position: fixed;
        text-align: center;
        box-shadow: 0 12px 0 20px #fff, 0 0 10px 8px #0001;
    }
}


.layout-footer .content-container {
    max-width: 1600px;
}

.my-reservations-passwordless input {
    width: 100%;
}

.levels__alt-objects {
    margin: 0px 0 50px;
}

.banner {
    margin:0;
}

@media screen and (max-width:700px) {
    .body--has-receipt .layout-header {
        display: none;
    }

    .body--has-receipt .booking-widget-receipt {
        max-height: 100vh;
        overflow: scroll;
        padding-bottom: 30px;
    }

    .body--has-receipt .checkout-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
    }
}

.tt-acco.tt-suggestion {
    text-align: left;
}

@media screen and (max-width:700px){
    body .tt-menu {
        max-height: 250px;
    }
}


span.select2-search.select2-search--dropdown::before {
    content: 'DIRECT NAAR JOUW 🤍 ACCOMMODATIE';
    background: var(--green);
    color: #fff;
    padding: .5em;
    text-align: center;
    display: block;
    margin: -4px -4px 4px;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    line-height: 1.5;
}

html[lang="de"] span.select2-search.select2-search--dropdown::before {
    content: 'DIREKT ZU IHRER 🤍 UNTERKUNFT';
}


.acco-item__icon-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(19 94 96/85%);
    z-index: 10;
    display: flex;
    flex-flow: row wrap;
    line-height: 1;
    font-size: 13px;
}

.acco-item__icon-bar i.acco-details__header-icon img {
    height: 1em;
    width:1.2em;
    filter: brightness(5);
}

.acco-item__icon-bar li {
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: .4em;
}

.acco-item__icon-bar ul {
    display: flex;
    grid-gap: 2em;
    margin: 0;
    padding: .75em 2em;
}

a.button.booking-widget-extend-link::after {
    content: '';
    position: absolute;
    inset: 0;
}


@media screen and (min-width:361px) and (max-width: 480px){
    .footer-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        font-size: .925em;
    }

    .footer-column {
        padding:8px;
    }
    .footer-column ul li {
        padding:4px 0;
    }
}

@media screen and (max-width:360px){
    .footer-columns {
        font-size: .925em;
    }
    .footer-column ul li {
        padding:4px 0;
    }
}


.questservice-item-container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(295px,1fr));
    grid-gap: 30px;
}

.questservice-item {
    background: #fff;
    padding: 15px 30px;
}



.levels__actions {
    display: none;
    justify-content: flex-end;
}

body:has(.levels__overview.loaded) .levels__actions {
    display: flex;
}

select.order-by_select.ha-levelsorter {
    padding: 10px 50px 10px 20px;
}

.levels-sorter::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid var(--text-color);
    border-left: 0;
    border-top: 0;
    right: 12px;
    top: 14px;
    rotate: 45deg;
}

.levels-sorter {
    position: relative;
}

.inlinePrice {
    display: none !important;
}

