/*
Theme Name: Larapress Travel Hunter
Template: larapress
Version: 1.0
Description: A child theme of Larapres for trips.
Author: Your Name or Organization
*/

body {
    margin: 0;
    font: 300 16px/2 'Poppins', Verdana, sans-serif;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin: 0 0 8px 0;
    line-height: 1.5;
    color: var(--secondary-color);
    font-weight: 500;
}

p {
    margin: 0 0 18px 0;
}

b,
strong {
    font-weight: 600;
}

img {
    vertical-align: middle;
    border-style: none;
}

p img {
    width: 100%;
    height: 100%;
}

figure img {
    max-width: 100%;
    margin-bottom: 0.5rem;
    line-height: 1;
}

figure {
    margin: 0;
}

figcaption {
    padding: 10px 15px;
    top: -30px;
    position: relative;
    border-left: 4px solid var(--secondary-color);
    width: fit-content;
    margin-left: 5%;
    background-color: #fff;
    box-shadow: 0 1px 35px rgb(0 0 0 / 10%);
}

.testnodisplay,
.testnodisplay2 {
    display: none !important;
}

.testdisplay,
.testdisplay2 {
    display: unset !important;
}

.pijl {
    position: absolute;
    right: 10%;
}

table {
    margin-bottom: 20px;
    width: 100%;
    color: #222;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.3rem;
}

h4,
.h4 {
    font-size: 1.2rem;
}

h5,
.h5 {
    font-size: 1.1rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font100 {
    font-size: 100%;
}

.font95 {
    font-size: 95%;
}

.font90 {
    font-size: 90%;
}

.font85 {
    font-size: 85%;
}

.font80 {
    font-size: 80%;
}

.font75 {
    font-size: 75%;
}

th,
td {
    padding: 5px;
}

#color tr:hover,
.color tr:hover {
    background-color: #eee;
}

#color tr:first-child,
.color tr:first-child {
    background-color: var(--primary-color);
    color: #fff;
}

.hover:hover {
    opacity: 0.8;
}

.aanbieders {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 15px;
}

.pt-7p {
    padding-top: 7%;
}

blockquote {
    display: block;
    margin: 5%;
    border: 4px dotted #fff;
    padding: 0.5em 0.5em 0 0.5em;
    background-color: #d5f1f3;
    color: #333;
}

blockquote a,
blockquote a:hover {
    color: #155;
    text-decoration: underline;
    margin: 0 0 1rem;
}

li::marker {
    color: var(--primary-color);
}

ol {
    list-style: none;
    counter-reset: li;
}

ol li::before {
    content: counter(li);
    color: var(--primary-color);
    display: inline-block;
    font-weight: 700;
    width: 2em;
    margin-left: -2em;
}

ol li {
    counter-increment: li;
}

hr2 {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: block;
}

.price-block {
    position: absolute;
    right: 0;
    top: 1em;
    background-color: #f62c14;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: .2em 0.8em;
}

.price {
    font-weight: 550;
    font-size: 19px;
}

.price2 {
    font-weight: 250;
    font-size: 14px;
}

.price3 {
    font-weight: 550;
    font-size: 20px;
}

.prijs {
    color: #333;
    font-weight: 525;
    font-size: 30px;
}

.prijs2 {
    color: #333;
    font-weight: 525;
    font-size: 30px;
}

@media (max-width: 700px) {
    .prijs2 {
        font-size: 20px;
    }
}

.categorie-block {
    position: absolute;
    left: 1em;
    bottom: 1em;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 5px;
    padding: .2em 0.8em;
    font-weight: 450;
    font-size: 14px;
}

.prijslabel {
    color: #fff;
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    /* Zorgt ervoor dat de padding en border-radius correct werken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 5px;
}

@keyframes swing {

    0%,
    100% {
        transform: rotate(-0deg);
    }

    20% {
        transform: scale(.95);
    }

    50% {
        transform: rotate(0deg);
    }

    80% {
        transform: scale(.95);
    }
}

#summary span.collapse:not(.show) {
    max-height: 95px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

#summary span.collapsing {
    min-height: 95px !important;
}

#summary a.readmore.collapsed:after {
    content: 'Bekijk meer';
}

#summary a.readmore:not(.collapsed):after {
    content: 'Bekijk minder';
}

#summary2 div.collapse:not(.show) {
    height: 600px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

#summary2 div.collapsing {
    min-height: 600px !important;
}

#summary2 a.readmore.collapsed:after {
    content: 'Lees meer';
}

#summary2 a.readmore:not(.collapsed):after {
    content: 'Lees minder';
}

#samenvatting div.collapse:not(.show) {
    max-height: 283px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 60;
    -webkit-box-orient: vertical;
}

#samenvatting div.collapsing {
    min-height: 241px !important;
}

#samenvatting a.readmore.collapsed:after {
    content: 'Meer aanbieders';
}

#samenvatting a.readmore:not(.collapsed):after {
    content: 'Minder aanbieders';
}

.travisheader {
    margin: -9.9em -50em -1em 32em;
    width: 15em;
}

@media (max-width: 700px) {
    .travisheader {
        display: none;
    }
}

@media (min-width: 700px) {
    .travisheader {
        margin: -9.9em -50em -1em 32em;
    }
}

@media (min-width: 840px) {
    .travisheader {
        margin: -9.9em -50em -1em 32em;
    }
}

@media (min-width: 992px) {
    .travisheader {
        margin: -9.9em -50em -1em 45em;
    }
}

@media (min-width: 1200px) {
    .travisheader {
        margin: -9.9em -40em -1em 52em;
    }
}

.travisaanbieding {
    margin: -24em 0em -20em 39em;
    width: 15em;
}

@media (max-width: 800px) {
    .travisaanbieding {
        display: none;
    }
}

@media (min-width: 800px) {
    .travisaanbieding {
        margin: -24em 0em -20em 35em;
    }
}

@media (min-width: 992px) {
    .travisaanbieding {
        margin: -30em 0em -20em 48em;
    }
}

@media (min-width: 1200px) {
    .travisaanbieding {
        margin: -30em 0em -20em 55em;
    }
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row,
.row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    min-width: 300px;
    font-size: 18px;
    border-top: 5px solid var(--primary-color);
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-menu .nav-item:hover,
.dropdown-menu .nav-item:hover .nav-link,
.dropdown-menu .nav-item:hover .nav-link i {
    background-color: var(--primary-color);
    color: #fff !important;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        padding: 0 2rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        padding: 0 .5rem;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-size: 80%;
    font-weight: 400;
    padding: 0.3rem 0.5rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--primary-color);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.h350 {
    height: 350px !important;
}

.h300 {
    height: 275px !important;
}

.h200 {
    height: 200px !important;
}

.h150 {
    height: 150px !important;
}

a {
    color: var(--primary-color);
    font-weight: 500;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--primary-color);
}

.ftco-navbar-light {
    background: #fff !important;
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: transparant !important;
        position: relative;
        top: 0;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-size: 14px;
    padding: 14px 20px;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: var(--primary-color);
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    width: 8.2em;
    margin-top: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta.cta-colored span {
    border-color: var(--primary-color);
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    transform: translate(0%);
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ftco-navbar-light.scrolled .nav-item.cta>a {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    padding: 8px 20px !important;
    margin-top: 6px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-light.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: var(--primary-color);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {}

.ftco-navbar-light.scrolled .nav-link.active {
    color: var(--primary-color) !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: all ease-out;
    -o-transition: all ease-out;
    transition: all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: all ease-out;
    -o-transition: all ease-out;
    transition: all ease-out;
}

.ftco-navbar-deal {
    display: none;
    background: transparent !important;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .ftco-navbar-deal {
        background: transparant !important;
        position: relative;
        bottom: 0;
    }
}

.ftco-navbar-deal .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    opacity: 1 !important;
}

.ftco-navbar-deal .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff;
}

.ftco-navbar-deal .navbar-nav>.nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-deal .navbar-nav>.nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-deal .navbar-nav>.nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-deal .navbar-nav>.nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-deal .navbar-nav>.nav-item.cta>a {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    width: 8.2em;
    margin-top: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-deal .navbar-nav>.nav-item.cta>a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-deal .navbar-nav>.nav-item.cta.cta-colored span {
    border-color: var(--primary-color);
}

.ftco-navbar-deal .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-deal.scrolled {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: -130px;
    background: #fff !important;
    color: #333 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.ftco-navbar-deal.scrolled h2 {
    color: #fff !important;
}

.ftco-navbar-deal.scrolled .nav-item.cta>a {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    padding: 8px 20px !important;
    margin-top: 6px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-deal.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-deal.scrolled .nav-item.cta.cta-colored span {
    border-color: var(--primary-color);
}

@media (max-width: 991.98px) {
    .ftco-navbar-deal.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-deal.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-deal.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-deal.scrolled .nav-link {}

.ftco-navbar-deal.scrolled .nav-link.active {
    color: var(--primary-color) !important;
}

.ftco-navbar-deal.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-deal.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: #eee;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
}

.slider-text {
    color: #fff;
    text-shadow: 0.3px 0.3px 20px #333;
}

.slider-text h1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    font-weight: 200;
}

@media (max-width: 991.98px) {
    .slider-text h1 {
        font-size: 25px;
    }
}

.slider-text h1 strong {
    font-weight: 700;
}

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}

.slider-text p strong {
    font-weight: 600;
}

.slider-text p strong a {
    color: #000;
}

.header p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    background-color: var(--primary-color);
    width: 75%;
    padding: 8px 0 8px 10px;
}

.slider-text .browse span {
    margin-right: 10px;
    font-size: 13px;
    color: #000;
}

.slider-text .browse span a {
    color: #000;
    padding: 10px 15px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .slider-text .browse span a {
        margin-bottom: 1px;
    }
}

.slider-text .browse span a i {
    color: #000;
    font-size: 20px;
    margin-right: 7px;
}

.slider-text .browse span a:hover {
    color: white;
    background: var(--primary-color);
}

.slider-text .browse span a:hover i {
    color: #fff;
}

.slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

.slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.slider-text .breadcrumbs span a {
    color: #fff;
}

.slider-text .bread {
    font-weight: 700 !important;
    padding: 0 10px;
    width: 100%;
}

.slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.slider-text .btn-primary:hover,
.slider-text .btn-primary:focus {
    background: #fff !important;
    color: #000;
}

.logos {
    padding: 10px 0 0 0;
}

.logos .item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.logos .owl-item.active {
    opacity: 0.8;
}

.logos .owl-item.active:hover {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: var(--primary-color) !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0.4;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -20px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -15px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -15px;
}

.logos .owl-dots .owl-dot {
    display: none;
}

.bg-light {
    background: #d5f1f3 !important;
}

.bg-primary {
    background: var(--primary-color);
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px !important;
    -webkit-box-shadow: none !important;
    padding: .375rem 1rem !important;
    box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #e57300;
    background: #e57300;
    color: #fff;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid var(--primary-color);
    background: #fff;
    color: var(--primary-color);
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: var(--primary-color);
    color: #fff;
}

.btn.btn-second {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}

.btn.btn-second:hover {
    border: 1px solid #29aab0;
    background: #29aab0;
    color: #fff;
}

.btn.btn-second.btn-outline-primary {
    border: 1px solid var(--secondary-color);
    background: #fff;
    color: var(--secondary-color);
}

.btn.btn-second.btn-outline-primary:hover {
    border: 1px solid #fff;
    background: var(--secondary-color);
    color: #fff;
}

.btn.btn-outline-second {
    border: 1px solid var(--secondary-color);
    background: #fff;
    color: var(--secondary-color);
}

.btn.btn-outline-second:hover {
    border: 1px solid #29aab0;
    background: #fff;
    color: #29aab0;
}


.btn.btn-third {
    background: #ffaf00;
    border: 1px solid #ffaf00;
    color: #fff;
}

.btn.btn-third:hover {
    border: 1px solid #f8a616;
    background: #f8a616;
    color: #fff;
}

.btn.btn-outline-third {
    border: 1px solid #ffaf00;
    background: #fff;
    color: #ffaf00;
}

.btn.btn-outline-third:hover {
    border: 1px solid #f8a616;
    background: #fff;
    color: #f8a616;
}

.blue,
.blue:focus {
    color: var(--secondary-color);
    text-align: center;
}

a.blue:hover {
    color: #29aab0;
}

.orange,
.oranje {
    color: var(--primary-color);
}

.red {
    color: #f62c14;
}

.grey {
    color: #a0a0a0;
}

.yellow {
    color: #ffaf00;
}

a.yellow:hover {
    color: #f8a616;
}

.btn.btn-primary2 {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.btn.btn-primary2:hover {
    border: 1px solid var(--primary-color);
    background: #ff8c19;
    color: #fff;
}

.btn.btn-second2 {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}

.btn.btn-second2:hover {
    border: 1px solid var(--secondary-color);
    background: #29a9af;
    color: #fff;
}

.wit,
.wit:hover,
.wit:active {
    color: #fff;
}

.zwart {
    color: #000 !important;
}

.onderstreept,
.onderstreept:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-decoration-thickness: 2px;
}

.vergelijk {
    margin: 0px 0 2px -20px;
    max-height: 40px;
}

.voordelen {
    color: #000;
    margin: 0px 0 0 0;
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
}

.btn.btn-outline-white {
    border: 1px solid #fff;
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color);
}

#accordion .card {
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#accordion .card .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#accordion .card .card-header a {
    padding: 12px 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

#accordion .card .card-header a span {
    float: right;
}

#accordion .card .card-header a span i {
    color: var(--primary-color);
}

#accordion .card-body {
    border: 1px solid transparent;
    padding: 20px;
}

#accordion [aria-expanded="false"]>.expanded,
#accordion [aria-expanded="true"]>.collapsed {
    display: none;
}

.services-section .container .row {
    margin: 0px 100px 30px 100px;
    background-color: #fff;
    height: 100px;
    z-index: 2;
    position: relative;
    padding: 0 20px 0 20px;
}

/*
  @media (max-width: 575.98px) {
  .services-section .container .row {
        margin: -110px 30px 0px 30px;}}
  @media (max-width: 767.98px) {
   .services-section .container .row {
        margin: -130px 10px 0px 10px;}}
  @media (min-width: 991.98px)  {
    .services-section .container .row {
        margin: -138px 10px 0px 10px;}}
  @media (min-width: 1199.98px) {
    .services-section .container .row {
        margin: -138px 100px 0px 100px;}}
  */
.acco-section .container .row {
    margin: -140px 60px 0px 60px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 20px 10px 20px 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .acco-section .container .row {
        margin: -190px 0px 0px 0px;
    }
}

@media (max-width: 767.98px) {
    .acco-section .container .row {
        margin: -140px 0px 0px 0px;
    }
}

@media (min-width: 991.98px) {
    .acco-section .container .row {
        margin: -160px 120px 0px 120px;
    }
}

@media (min-width: 1199.98px) {
    .acco-section .container .row {
        margin: -170px 200px 0px 200px;
    }
}

.ftco-destination .owl-carousel .owl-stage-outer {
    padding-bottom: 0em;
    margin-bottom: -1.5em;
    position: relative;
}

.shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
}

.destination {
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 700px) {
    .destination {
        padding: 0 10%;
    }
}

.destination .img,
.destination .img:hover {
    display: block;
    height: 300px;
    border-radius: 5% 5% 0 0;
}

.destination .img-2,
.destination .img-2:hover {
    height: 200px;
    border-radius: 5% 5% 0 0;
}

.destination .img-3,
.destination .img-3:hover {
    height: 100%;
    border-radius: 5% !important;
}

.destination .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.destination .icon span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.2em;
}

.destination .icon2 {
    width: 100px;
    height: 100px;
    background: #fff;
    opacity: 1;
}

.destination:hover .icon {
    opacity: 1;
}

.destination:hover .icon2 {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.destination img,
.destination img:hover,
.destination .img-2:hover,
.destination .img:hover,
.destination .container2,
.blog-entry img,
.blog-entry img:hover {
    border-radius: 5% 5% 0 0;
    background-color: #fff;
}

.destination .text {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    background: #fff;
    font-size: 14px;
    border-radius: 0px 0 15px 15px;
}

.destination .text .h3 {
    font-size: 1.1em;
    margin-bottom: 0.5rem;
}

.destination .text .h3 a {
    color: #000;
}

.destination .text span.listing {
    font-size: 14px;
}

.destination .text .rate i {
    font-size: 16px;
    color: #ffaf00;
}

.destination .text .rate span {
    padding-left: 5px;
    font-size: 10px;
}

.destination .text .days span {
    font-size: 13px;
    color: black;
}

.destination .text .bottom-area {
    margin-bottom: 0;
}

.destination .text .bottom-area span {
    font-size: 14px;
}

@media (min-width: 768px) {
    .destination .text .bottom-area span:last-child {
        margin-left: 5px;
    }
}

.hotel-img {
    height: 600px;
    margin-bottom: 2em;
}

.ftco-section-parallax {
    position: relative;
}

.ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 1em 0;
    background: #d5f1f3;
}

.ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important;
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border-color: #000;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.ftco-section .ftco-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.ftco-section .ftco-primary-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.ftco-section {
    padding: 1em 0 0 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 1em 0;
    }
}

.blogs {
    margin-top: 3em;
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}

#map {
    height: 400px;
    width: 100%;
}

@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 300;
}

.heading-section h2 strong {
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 30px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.hotel-img,
.hero-wrap,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.user-img {
    margin-bottom: 15px;
}

.testimony-wrap {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
    background: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    /* Verticaal uitlijnen */
    align-items: center;
    /* Centreer de inhoud */
    padding: 25px;
    background-color: #d5f1f3;
}

.testimony-wrap .user-img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    position: relative;
}

.testimony-wrap .user-img .quote {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimony-wrap .user-img .quote i {
    color: #fff;
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.testimony-wrap .position {
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.ftco-section {
    position: relative;
    width: 100%;
    display: block;
}

#section-counter,
.section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after,
.section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: var(--secondary-color);
}

#section-counter2 {
    position: relative;
    z-index: 0;
}

#section-counter2:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #111;
}

.ftco-counter {
    padding: 1.5em 0;
    margin: 4em 0em 4em 0em;
}

.ftco-counter .text strong.number {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}

.ftco-counter .text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: var(--primary-color);
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.blurry {
    -webkit-filter: blur(2.5px) saturate(1.15);
    -moz-filter: blur(2.5px) saturate(1.15);
    -o-filter: blur(2.5px) saturate(1.15);
    -ms-filter: blur(2.5px) saturate(1.15);
    filter: blur(2.5px) saturate(1.15);
}

.overflow {
    overflow: hidden;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
}

.blog-entry {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text .heading {
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: var(--primary-color);
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.blog-entry .meta>div a:hover {
    color: #000;
}

.block-18 .icon>span {
    font-size: 40px;
}

.block-18 .text strong {
    font-size: 30px;
}

.block-18 .text span {
    display: block;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.block-21 .text .heading a {
    color: #000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: var(--primary-color);
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
}

.sidebar-wrap {
    padding: 20px;
    border: 1px solid var(--secondary-color);
    margin-bottom: 30px;
}

.rate {
    margin-bottom: 14px;
}

.rate i {
    color: #ffaf00;
    margin: 0 1.4px;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box .h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

/* CSS voor overlay images home */
.container2,
.container3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image {
    opacity: 1;
    display: block;
    transition: .3s ease;
    backface-visibility: hidden;
    overflow: hidden;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    clear: float;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    color: #fff;
    opacity: 0.9;
    overflow: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.middle2 {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px;
    margin: 0;
}

.middle3 {
    transition: .1s ease;
    opacity: 1;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 10px;
    margin: 0;
}

.container2:hover .image {
    opacity: 0.6;
    -webkit-transform: rotate(-1deg) scale(1.1);
    transform: rotate(-1deg) scale(1.1);
    overflow: hidden;
}

@media (max-width: 700px) {
    .container2:hover .image {
        opacity: 1;
        /* Keep the opacity at full */
        transform: none;
        /* Remove the rotate and scale effect */
    }
}

.container2:hover .middle {
    opacity: 1;
}

.background {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

/* EIND CSS voor overlay images home */

/* Search bar */
#searchbar {
    position: relative;
}

#searchbar #sliding-panel-outer {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 30px;
    width: 240px;
    height: 120%;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
    transition: width 0.4s ease;
}

#searchbar #sliding-panel-inner {
    width: 240px;
}

#searchbar .search-label {
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    right: 0;
    top: 0;
    line-height: 30px;
}

#searchbar .search-label .fa-times,
#searchbar.collapsed .search-label .fa-search {
    display: inline-block;
}

#searchbar .search-label .fa-search,
#searchbar.collapsed .search-label .fa-times {
    display: none;
}

#searchbar.collapsed #sliding-panel-outer {
    width: 0px;
}

#zoekbar {
    float: left;
    width: 80%;
    padding: 7px;
    height: 120%;
    color: var(--primary-color);
    border: 0;
}

button[type=submit] {
    display: flex;
    justify-content: center;
    /* Horizontaal centreren */
    align-items: center;
    /* Verticaal centreren */
    border: 0px solid #fff;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    width: 30px;
    /* Voeg een breedte en hoogte toe voor het gewenste formaat */
    height: 30px;
    margin-right: 5px;
    margin-top: 2px;
    float: right;
}

button[type=submit]:hover {
    background: var(--primary-color);
    color: #ffdab5;
}

.max400 {
    max-width: 400px;
    max-height: 400px;
}

.max100 {
    max-width: 100px;
}

.icons {
    font-size: 0.99em;
    color: #555;
}

.icons i {
    color: #555;
    padding-right: 7px;
    font-size: 16px;
    line-height: 1.5;
}

.oranjeicons i {
    color: var(--primary-color);
    padding-right: 7px;
}

#cookie-bar-button {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

#cookie-bar-prompt-button {
    color: #fff !important;
}

#cookie-bar {
    background: var(--secondary-color) !important;
    color: #fff !important;
}

#cookie-bar a {
    color: #fff !important;
    border: none !important;
}

.partners {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #595959;
    margin-bottom: -10px;
}

.btn-rond {
    border: solid 2px rgba(255, 255, 255, 0.47);
    box-shadow: 0px 0px 0px 5px var(--primary-color);
    width: 100%;
    height: 60px;
    background: var(--primary-color);
    color: #fff;
    vertical-align: middle;
    line-height: 55px;
    font-weight: 600;
    opacity: 1;
    border-radius: 2.5rem;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-rond:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rondje {
    border-radius: 50%;
    background: #fff;
    width: 100px;
    height: 100px;
    color: var(--secondary-color);
    font-size: 40px;
}

.rondje:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: .3s;
    background: var(--primary-color);
    color: #fff;
}

.image-vorm {
    width: 350px;
    height: 250px;
    background: center no-repeat;
    background-size: cover;
    border-radius: 15px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.lm {
    display: none;
}

/* Zorgt ervoor dat de knop standaard niet zichtbaar is */
.totop.top {
    display: none;
}

.totop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
    text-align: center;
    /* Zorg ervoor dat zowel de knop als de tekst gecentreerd zijn */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centreer alle inhoud binnen de container */
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.topbutton {
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
    display: flex;
    /* Gebruik flex om iconen goed te centreren */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    transform: rotate(-60deg);
    margin-bottom: 4px;
    margin-top: 4px;
}

.topbutton:hover {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.topbutton i {
    color: #fff;
    /* Zorg ervoor dat het vliegtuigje wit blijft */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centreer het icoon binnen de knop */
}

/* Styling voor de tekst "Naar boven" */
.toptekst {
    color: var(--primary-color);
    /* Oranje kleur voor de tekst */
    font-size: 10px;
    display: block;
    /* Zorg ervoor dat de tekst onder de knop staat */
    transform: none;
    /* Geen rotatie voor de tekst */
    line-height: 1.3;
    padding: 3px;
}

#loadMore {
    display: block;
    padding: 10px;
    margin: 0 27%;
    text-align: center;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
    background-color: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.changePrice {
    display: block;
    font-weight: 400;
    text-align: center;
    color: var(--primary-color);
}

.modal-body {
    overflow-y: unset;
    max-height: calc(100vh - 200px);
}

/** Popup Travis */
.positie {
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    padding-right: 0;
    width: auto;
    height: auto;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.travis2 {
    margin: 0 -15em -4.5em 8em !important;
    width: 50% !important;
}

#myModal2 img {
    width: 100%;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}

#myModal2 .modal-body {
    padding: 0;
}

#myModal2 .modal-dialog {
    width: 100%;
    max-width: 230px;
}

#myModal2 .formWrap {
    padding: 5px 15px;
    text-align: center;
}

#myModal2 h1 {
    font-size: 26px;
    margin-bottom: 10px;
}

#myModal2 hr {
    width: 50px;
    height: 2px;
    background: #ff8800;
    border: none;
    margin-top: 3px;
}

#myModal2 p {
    margin-bottom: 0;
}

#myModal2 p a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #f52;
    color: #f52;
    margin-right: 10px;
}

#myModal2 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 2000;
    background-color: #fff;
    border-radius: 100%;
    padding: 0 4px;
}

.modal-content {
    border-radius: 1rem;
}

@media (max-width: 767px) {
    #myModal2 .modal-dialog {
        max-width: 400px;
        padding: 0 10%;
    }
}

/** Einde popup */


/** 12go button */
#one2go.o2gorange form .o2ggo {
    border-radius: 0 !important;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 50;
}

#ftco-loader,
.ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen,
.ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show,
.ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.ftco-loader.show.filter {
    opacity: 0.5;
}

#ftco-loader .circular,
.ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path,
.ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -75;
    }

    100% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: -199;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-height {
    transition: height .5s ease-in-out;
}

.ftco-animated {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--secondary-color) !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--secondary-color) !important;
}

.irs--round .irs-handle {
    border: 4px solid var(--secondary-color) !important;
}

.irs--round .irs-bar {
    background-color: var(--secondary-color) !important;
}

.ftco-footer {
    font-size: 16px;
    background: var(--secondary-color);
    padding: 6em 0 2em 0;
}

.ftco-footer .ftco-footer-widget span {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 2.3;
    text-decoration: none;
}

.ftco-footer a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 35px;
    width: 35px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 40%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialogPoweredByText {
    display: none !important;
}

#CybotCookiebotDialogPoweredbyImage {
    max-height: 3rem !important;
}

/* MEGA MENU */
.v-center {
    align-items: center;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* header */
.headernav {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 5px;
    padding-top: 0px;
    background-color: #fff;
}

.headernav .item-left {
    flex: 0 0 30%;
}

.headernav .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.headernav .item-center {
    flex: 0 0 70%;
}

.headernav .item-right {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
}

.headernav .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.headernav .menu>ul>li {
    display: inline-block;
    line-height: 40px;
    margin-left: 50px;
}

.headernav .menu>ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}

.headernav .menu>ul>li>a>i {
    font-weight: 700;
    font-size: 18px;
}

.headernav .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) {
    .headernav .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.headernav .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.headernav .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.headernav .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.headernav .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.headernav .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.headernav .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-2 {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-2>.list-item {
    flex: 0 0 50%;
    padding: 0 15px;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-2>.list-item .title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-2>.list-item.text-center .title {
    text-align: center;
}

.headernav .menu>ul>li .sub-menu.mega-menu-column-2>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.headernav .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.headernav .menu>ul>li .sub-menu>ul>li>a:hover,
.headernav .item-right a:hover,
.headernav .menu>ul>li:hover>a {
    color: var(--primary-color);
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-logo,
.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
    margin: 0;
}

.bufferzone {
    position: absolute;
    width: 50px;
    /* Brede bufferzone, aanpasbaar naar wens */
    height: 100%;
    top: 0;
    right: -50px;
    /* Plaats direct naast het menu */
    background: transparent;
    /* Onzichtbaar */
    z-index: 1;
    /* Zorgt ervoor dat het klikbaar is */
}

/*responsive*/
@media (max-width: 991px) {

    .mobile-menu-logo,
    .mobile-menu-head,
    .mobile-menu-trigger {
        display: block;
        margin: 0;
    }

    .headernav .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .headernav .item-left,
    .headernav .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .headernav .mobile-menu-trigger {
        display: flex;
        height: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .headernav .mobile-menu-trigger span {
        display: block;
        height: 0.15em;
        background-color: var(--primary-color);
        width: 24px;
        position: relative;
        margin-left: 8px;
    }

    .headernav .mobile-menu-trigger span:before,
    .headernav .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--primary-color);
    }

    .headernav .mobile-menu-trigger span:before {
        top: -6px;
    }

    .headernav .mobile-menu-trigger span:after {
        top: 6px;
    }

    .headernav .item-right {
        align-items: center;
    }

    .headernav .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .headernav .menu.active {
        transform: translate(0%);
    }

    .headernav .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .headernav .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .headernav .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
        font-size: 18px;
        font-weight: 700;
    }

    .headernav .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .headernav .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .headernav .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .headernav .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .headernav .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: var(--primary-color);
        font-size: 25px;
    }

    .headernav .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .headernav .menu>ul>li .sub-menu.mega-menu,
    .headernav .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .headernav .menu>ul>li .sub-menu.active {
        display: block;
        width: 100%;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .headernav .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .headernav .menu>ul>li .sub-menu>ul>li>a,
    .headernav .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .headernav .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

/* Voor zoekbalk */
/* Algemene stijl voor de zoekbalk */
#custom-zoekbar-container {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Stijl voor de suggestielijst */
#custom-suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
    /* Start with the suggestions hidden */
}

/* Stijl voor sectietitels */
.suggestion-title {
    padding: 8px 15px;
    font-weight: 600;
    background-color: var(--secondary-color);
    /* Aangepaste achtergrondkleur */
    color: white;
    /* Witte tekst */
    border-bottom: 1px solid #ddd;
    pointer-events: none;
    /* Voorkom dat de titels klikken suggereren */
}

/* Stijl voor elk suggestie-item */
#custom-suggestions-list li {
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

#custom-suggestions-list li:last-child {
    border-bottom: none;
}

/* Specifieke stijl voor bestemmingen */
.suggestion-destination {
    padding-left: 5px;
}

/* Specifieke stijl voor hotels */
.suggestion-hotel img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 8px;
    object-fit: cover;
}

.suggestion-hotel .stars {
    margin-left: 10px;
    color: #ffaf00;
    /* Aangepaste sterkleur */
}

/* Hover- en actieve staat voor suggesties */
#custom-suggestions-list li:hover,
#custom-suggestions-list li.active {
    background-color: #d5f1f3;
    /* Aangepaste hoverkleur */
}

/* Verwijder hover-effect voor titels */
.suggestion-title:hover {
    background-color: var(--secondary-color);
    /* Zorg ervoor dat de achtergrondkleur niet verandert bij hover */
}

/* Stijl voor zoekoptie */
#custom-suggestions-list li.search-option {
    background-color: #f7f7f7;
    font-weight: 500;
}

.search-option.no-click {
    cursor: default;
    /* Standaardpijl als cursor */
    pointer-events: none;
    /* Voorkomt klikbare interactie */
}

/* Stijl voor bestemmingen, met spatie na icoon */
.suggestion-destination i {
    margin-right: 8px;
}

.suggestion-populair i {
    margin-right: 8px;
}

/* Uitlijning van de hotelinformatie */
.hotel-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Zorg ervoor dat de titel en de sterren netjes op dezelfde lijn staan */
.hotel-title {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1em;
    gap: 2px;
    /* Minimaliseer de ruimte tussen de titel en de sterren */
    width: 100%;
    margin-bottom: 0px;
    /* Verwijder de marge onder de titel */
    line-height: 1.5;
}

/* Zorg ervoor dat de sterren naast de titel blijven of naar de volgende regel gaan */
.hotel-title .stars {
    white-space: nowrap;
    font-size: 0.9em;
    margin-left: 0px;
    /* Verminder de marge links van de sterren */
    line-height: 0;
    /* Zorgt voor een betere verticale uitlijning met de tekst */
    margin-top: 0px;
    /* Verminder de marge boven de sterren om ze dichter bij de titel te brengen */
}

/* Verklein en kleur de prijs */
.hotel-info .price {
    color: var(--primary-color);
    font-weight: 400;
    margin-top: -2px;
}

/* Remove the extra line at the bottom */
#custom-zoekbar-container::after {
    content: "";
    display: block;
    clear: both;
}

#custom-zoekbar {
    width: 100%;
    padding: 8px 8px 8px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #ddd;
    outline: none;
    box-shadow: none;
    transition: width 0.3s ease, padding 0.3s ease;
    /* Voeg een transitie toe */
    font-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333" width="16" height="16"><path d="M10 2a8 8 0 1 0 4.906 14.32l4.387 4.387a1 1 0 0 0 1.414-1.414l-4.387-4.387A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"/></svg>');
    background-repeat: no-repeat;
    background-position: 15px center;
    /* Icoon aan de linkerkant */
    background-size: 16px;
}

.form-responsive {
    margin-top: 15px;
    width: 100%;
    /* Standaard voor mobiel */
}

@media (min-width: 768px) {
    .form-responsive {
        width: 45%;
        /* Voor schermen breder dan 768px (tablet/desktop) */
    }
}

/* Voor filtering */
.filterbox {
    background-color: #d5f1f3;
    padding: 10px;
    border-radius: 10px;
    margin: 0 1px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.selected-filters {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.selected-filters span {
    margin-left: 5px !important;
}

.selected-filters button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 2px 10px;
    cursor: pointer;
}

.selected-filters .button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 2px 10px;
    margin: 0;
}

#selectedFiltersContainer {
    display: flex;
    align-items: center;
}

#selectedFilters {
    display: flex;
    align-items: center;
}

.filterdropdown {
    padding: 5px 15px;
    font-size: 16px;
    color: var(--secondary-color);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232ebdc4' d='M6 7l4 4 3-3h-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding-right: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    /* of een andere geschikte breedte */
}

.filterdropdown option {
    color: var(--secondary-color);
    background-color: #fff;
}

@media (max-width: 767px) {

    .filterbox,
    .filterdropdown,
    .filterdropdown option,
    .filterdropdown option:checked,
    .filterdropdown option:hover,
    .filterbox .h5,
    #sortButton {
        font-size: 90% !important;
    }

    #selectedFiltersContainer .h5,
    .selected-filters span,
    .selected-filters button,
    .selected-filters .button {
        font-size: 80% !important;
    }
}

.websitevanhetjaar {
    margin-left: 30px;
    width: 85px;
    /* Standaard breedte, voor desktop */
}

@media only screen and (max-width: 768px) {
    .websitevanhetjaar {
        width: 75px;
        /* Breedte voor mobiele apparaten */
        margin-left: 1px;
    }
}

@media (max-width: 768px) {
    .usp {
        display: none;
        width: 100%;
    }

    .usp.active {
        display: block;
    }
}

/* Voor scrollen reviews */
.scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* Zorgt voor horizontaal scrollen */
    padding-bottom: 20px;
    /* Ruimte voor scrolbar */
}

.scrolling-wrapper .item {
    flex: 0 0 auto;
    /* Zorgt ervoor dat items naast elkaar blijven en niet worden verkleind */
    width: 300px;
    /* Pas de breedte aan zoals gewenst */
    margin-right: 20px;
    /* Voeg wat ruimte toe tussen de reviews */
}

.scrolling-wrapper::-webkit-scrollbar {
    height: 8px;
    /* Breedte van de scrollbar */
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* Kleur van de scrollbar */
    border-radius: 10px;
}

.vlag {
    display: inline-block;
    width: 24px;
    height: 16px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    /* voor ronde hoeken */
    vertical-align: middle;
    margin-right: 8px;
    /* ruimte naast de vlag */
    outline: 1px solid #dedede;
    /* optioneel dun randje voor zichtbaarheid op lichte achtergrond */
}

.vlagklein {
    display: inline-block;
    width: 18px;
    height: 12px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    /* voor ronde hoeken */
    vertical-align: middle;
    margin-right: 2px;
    /* ruimte naast de vlag */
    outline: 1px solid #dedede;
    /* optioneel dun randje voor zichtbaarheid op lichte achtergrond */
}

.vlaggroot {
    display: inline-block;
    width: 40px;
    height: 26px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    /* voor ronde hoeken */
    vertical-align: middle;
    margin-right: 18px;
    /* ruimte naast de vlag */
}

.vlag-albanie {
    background-image: url('/site/templates/images/vlaggen/albanie.svg');
}

.vlag-aruba {
    background-image: url('/site/templates/images/vlaggen/aruba.svg');
}

.vlag-bahamas {
    background-image: url('/site/templates/images/vlaggen/bahamas.svg');
}

.vlag-barbados {
    background-image: url('/site/templates/images/vlaggen/barbados.svg');
}

.vlag-belgie {
    background-image: url('/site/templates/images/vlaggen/belgie.svg');
}

.vlag-bonaire {
    background-image: url('/site/templates/images/vlaggen/bonaire.svg');
}

.vlag-bulgarije {
    background-image: url('/site/templates/images/vlaggen/bulgarije.svg');
}

.vlag-brazilie {
    background-image: url('/site/templates/images/vlaggen/brazilie.svg');
}

.vlag-cuba {
    background-image: url('/site/templates/images/vlaggen/cuba.svg');
}

.vlag-curacao {
    background-image: url('/site/templates/images/vlaggen/curacao.svg');
}

.vlag-cyprus {
    background-image: url('/site/templates/images/vlaggen/cyprus.svg');
}

.vlag-dominicaanse-republiek {
    background-image: url('/site/templates/images/vlaggen/dominicaanse-republiek.svg');
}

.vlag-duitsland {
    background-image: url('/site/templates/images/vlaggen/duitsland.svg');
}

.vlag-egypte {
    background-image: url('/site/templates/images/vlaggen/egypte.svg');
}

.vlag-frankrijk {
    background-image: url('/site/templates/images/vlaggen/frankrijk.svg');
}

.vlag-gambia {
    background-image: url('/site/templates/images/vlaggen/gambia.svg');
}

.vlag-griekenland {
    background-image: url('/site/templates/images/vlaggen/griekenland.svg');
}

.vlag-india {
    background-image: url('/site/templates/images/vlaggen/india.svg');
}

.vlag-indonesie {
    background-image: url('/site/templates/images/vlaggen/indonesie.svg');
}

.vlag-italie {
    background-image: url('/site/templates/images/vlaggen/italie.svg');
}

.vlag-jamaica {
    background-image: url('/site/templates/images/vlaggen/jamaica.svg');
}

.vlag-kaapverdie {
    background-image: url('/site/templates/images/vlaggen/kaapverdie.svg');
}

.vlag-kenia {
    background-image: url('/site/templates/images/vlaggen/kenia.svg');
}

.vlag-kroatie {
    background-image: url('/site/templates/images/vlaggen/kroatie.svg');
}

.vlag-malediven {
    background-image: url('/site/templates/images/vlaggen/malediven.svg');
}

.vlag-malta {
    background-image: url('/site/templates/images/vlaggen/malta.svg');
}

.vlag-marokko {
    background-image: url('/site/templates/images/vlaggen/marokko.svg');
}

.vlag-mauritius {
    background-image: url('/site/templates/images/vlaggen/mauritius.svg');
}

.vlag-mexico {
    background-image: url('/site/templates/images/vlaggen/mexico.svg');
}

.vlag-montenegro {
    background-image: url('/site/templates/images/vlaggen/montenegro.svg');
}

.vlag-nederland {
    background-image: url('/site/templates/images/vlaggen/nederland.svg');
}

.vlag-noord-macedonie {
    background-image: url('/site/templates/images/vlaggen/noord-macedonie.svg');
}

.vlag-portugal {
    background-image: url('/site/templates/images/vlaggen/portugal.svg');
}

.vlag-senegal {
    background-image: url('/site/templates/images/vlaggen/senegal.svg');
}

.vlag-seychellen {
    background-image: url('/site/templates/images/vlaggen/seychellen.svg');
}

.vlag-sint-maarten {
    background-image: url('/site/templates/images/vlaggen/sint-maarten.svg');
}

.vlag-spanje {
    background-image: url('/site/templates/images/vlaggen/spanje.svg');
}

.vlag-sri-lanka {
    background-image: url('/site/templates/images/vlaggen/sri-lanka.svg');
}

.vlag-suriname {
    background-image: url('/site/templates/images/vlaggen/suriname.svg');
}

.vlag-tanzania {
    background-image: url('/site/templates/images/vlaggen/tanzania.svg');
}

.vlag-thailand {
    background-image: url('/site/templates/images/vlaggen/thailand.svg');
}

.vlag-tunesie {
    background-image: url('/site/templates/images/vlaggen/tunesie.svg');
}

.vlag-turkije {
    background-image: url('/site/templates/images/vlaggen/turkije.svg');
}

.vlag-verenigde-arabische-emiraten {
    background-image: url('/site/templates/images/vlaggen/verenigde-arabische-emiraten.svg');
}

.vlag-verenigde-staten {
    background-image: url('/site/templates/images/vlaggen/verenigde-staten.svg');
}

.vlag-zuid-afrika {
    background-image: url('/site/templates/images/vlaggen/zuid-afrika.svg');
}
.td-none{
    text-decoration: none !important;
    color: inherit;
}
/*ICONS*/
.icon-check {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="green" d="M504 256c0 136.97-111.03 248-248 248S8 392.97 8 256 119.03 8 256 8s248 111.03 248 248z"/><path fill="white" d="M227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.248-22.627 0L216 308.118l-84.686-84.687c-6.248-6.248-16.379-6.248-22.627 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l120 120c6.248 6.249 16.379 6.249 22.628.001z"/></svg>') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    /* Zorgt dat de checkbox goed uitgelijnd is met de tekst */
    margin-right: 0.5em;
    /* Voegt wat ruimte toe tussen het icoon en de tekst */
}

.section{
    padding: 80px 0;
}
.section--white+.section-counter{
    margin-top: 0;
}