:root {
    --blauw: rgb(21,96,189);
    --zwart: rgb(34,67,102);
    --blauw-licht: rgb(209,236,247);
    --blauw-lichter: rgb(225,231,243);
    --blauw-fluor: rgb(0,255,255);
    --zwart: rgb(28,41,106);
    --geel: rgb(241,182,58);
    --geel-licht: rgb(255,239,49);
    --roze: rgb(255,186,233);
    --oranje: rgb(255,139,0);
}
@media screen and (max-width:1280px) {
    :root {
        --hamburger-color-sticky: var(--creme);
        --hamburger-color--hover-sticky: var(--creme);
        --hamburger-color-hover: var(--creme);
        --hamburger-color: var(--creme);
    }
}
:root {
    --col1: calc((100% / 12) * 1);
    --col2: calc((100% / 12) * 2);
    --col3: calc((100% / 12) * 3);
    --col4: calc((100% / 12) * 4);
    --col5: calc((100% / 12) * 5);
    --col6: calc((100% / 12) * 6);
    --col7: calc((100% / 12) * 7);
    --col8: calc((100% / 12) * 8);
    --col9: calc((100% / 12) * 9);
    --col10: calc((100% / 12) * 10);
    --col11: calc((100% / 12) * 11);
    --col12: calc((100% / 12) * 12);
    --col1px: calc((var(--wrapper-width) / 12) * 1);
    --col2px: calc((var(--wrapper-width) / 12) * 2);
    --col3px: calc((var(--wrapper-width) / 12) * 3);
    --col4px: calc((var(--wrapper-width) / 12) * 4);
    --col5px: calc((var(--wrapper-width) / 12) * 5);
    --col6px: calc((var(--wrapper-width) / 12) * 6);
    --col7px: calc((var(--wrapper-width) / 12) * 7);
    --col8px: calc((var(--wrapper-width) / 12) * 8);
    --col9px: calc((var(--wrapper-width) / 12) * 9);
    --col10px: calc((var(--wrapper-width) / 12) * 10);
    --col11px: calc((var(--wrapper-width) / 12) * 11);
    --col12px: calc((var(--wrapper-width) / 12) * 12);
}
header, section, footer {
    position: relative;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: var(--wrapper-width);
}

.col1 {
    width: var(--col1);
}

.col2 {
    width: var(--col2);
}

.col3 {
    width: var(--col3);
}

.col4 {
    width: var(--col4);
}

.col5 {
    width: var(--col5);
}

.col6 {
    width: var(--col6);
}

.col7 {
    width: var(--col7);
}

.col8 {
    width: var(--col8);
}

.col9 {
    width: var(--col9);
}

.col10 {
    width: var(--col10);
}

.col11 {
    width: var(--col11);
}

.col12 {
    width: var(--col12);
}

.col1px {
    width: var(--col1px);
}

.col2px {
    width: var(--col2px);
}

.col3px {
    width: var(--col3px);
}

.col4px {
    width: var(--col4px);
}

.col5px {
    width: var(--col5px);
}

.col6px {
    width: var(--col6px);
}

.col7px {
    width: var(--col7px);
}

.col8px {
    width: var(--col8px);
}

.col9px {
    width: var(--col9px);
}

.col10px {
    width: var(--col10px);
}

.col11px {
    width: var(--col11px);
}

.col12px {
    width: var(--col12px);
}

.alignRight {
    text-align: right;
    justify-content: flex-end;
}

.colAlignRight {
    justify-content: flex-end;
    margin-left:auto !important;
}

.alignCenter {
    text-align: center;
    justify-content: center;
}

.colAlignCenter {
    display: flex !important;
    justify-content: center !important;
}

.pullRight {
    margin-left: auto;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?3wfzju');
    src: url('fonts/icomoon.eot?3wfzju#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?3wfzju') format('truetype'), url('fonts/icomoon.woff?3wfzju') format('woff'), url('fonts/icomoon.svg?3wfzju#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
.col1Tekst li::after,
.col2FotoTekst .number:before,
.metNummer h2:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-locatie:before {
    content: "\e903";
}

.icon-marker:before {
    content: "\e904";
}

.icon-materiaal:before {
    content: "\e905";
}

.icon-mobiel:before {
    content: "\e906";
}

.icon-pistevlag-a:before {
    content: "\e907";
}

.icon-pistevlag-b:before {
    content: "\e908";
}

.icon-rechts:before {
    content: "\e909";
}

.icon-ster:before {
    content: "\e90a";
}

.icon-telefoon:before {
    content: "\e90b";
}

.icon-berg:before {
    content: "\e90c";
}

.icon-bus:before {
    content: "\e90d";
}

.icon-envelop:before {
    content: "\e90e";
}

/*
    Light 300
    Regular 400
    Medium 500
SemiBold 600
Bold 700
ExtraBold 800*/

:root {
    --meta-nav: 400 14px/17px "Inter", sans-serif;
    --nav: 900 18px/22px "Nata Sans", sans-serif;
    --h1: 900 40px/48px "Nata Sans", sans-serif;
    --h2: 900 32px/38px "Nata Sans", sans-serif;
    --h2-klant-verhaal: 900 26px/31px "Nata Sans", sans-serif;
    --h3: 900 21px/25px "Nata Sans", sans-serif;
    --h4: 900 18px/22px "Nata Sans", sans-serif;
    --default-tekst: 400 16px/32px "Inter", sans-serif;
    --default-tekst-bold: 700 16px/32px "Inter", sans-serif;
    --default-groot: 400 18px/38px "Inter", sans-serif;
    --button-tekst: 900 18px/22px "Nata Sans", sans-serif;
    --button-tekst-klein: 900 14px/17px "Inter", sans-serif;
    --credits: 400 12px/14px "Inter", sans-serif;
    --button-medium: 700 15px/17px "Inter", sans-serif;
    --fact: 900 80px/90px "Nata Sans", sans-serif;
    --number: 900 16px "Nata Sans", sans-serif;
}
@media screen and (max-width: 1900px) {
    :root {
    }

}
    @media screen and (max-width: 1400px) {
        :root {
        }
    }

    @media screen and (max-width:1280px) {
        :root {
        }
    }

    @media screen and (max-width:760px) {
        :root {
        }
    }

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.input-wrapper {
    position: relative;
    padding:0 !important;

}

.custom-placeholder {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #999;
    pointer-events: none;
    z-index: 999;
    font: var(--place-holder);
}

.input-wrapper input {
    width: 100%;
}
label.error {
    display: none !important;
}

form input.error, form textarea.error {
    background: #e78585 !important
}

label.checkBoxContainer {
    display: block;
    position: relative;
    width: auto;
    margin: 0 20px 0 0 !important;
    height: auto !important;
    line-height: normal !important;
    padding: 0 0 0 25px;
    font: var(--default-tekst) !important;
    align-content: center !important;
    align-items: center !important;
    width: fit-content !important;
}

    label.checkBoxContainer a {
        text-decoration: underline;
    }

.checkBoxContainer .checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: var(--box-background);
    box-sizing: border-box;
    background-color: none;
    transition: ease-in-out background-color .3s;
    bottom: 0;
    margin: auto;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.checkBoxContainer .checkbox:checked ~ .checkmark:after {
    display: flex;
    content: "x";
}

.checkBoxContainer .checkmark:after {
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: var(--zwart);
    justify-content: center;
    align-content: center;
    align-items: center;
}

form .contactRow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin:0 0 10px 0;
}

    form .contactRow.firstRow {
        margin: 40px 0 10px;
    }

.formulier label, .zoekContainer label {
    width: 100%;
    font: var(--default-tekst);
    color: #fff
}

.formulier label {
    width: 170px;
    height: auto;
    line-height: normal;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 10px 0 0;
    color: var(--zwart);
    font: var(--default-tekst-bold);
    height: var(--height-input);
    line-height: var(--height-input);
}
.formulier.contact label{
    color: #000;
}
.formulier .box, .zoekVeldContainer .box, .prijs-velden .box, .km-velden .box {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    display: block;
    color: var(--blauw);
    height: var(--height-input);
    line-height: var(--height-input);
    border: 0;
    flex: 1;
    border: 1px solid var(--box-border);
    background: var(--box-background);
    margin: 0 0 20px;
    font: var(--input-tekst);
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0;
    border-radius: var(--button-radius);
}

.prijs-velden .box, .km-velden .box {
    margin: 0 0 10px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
}

.formulier input[type="radio"].box {
    height: 25px;
    width: 25px;
    padding: 0;
    width: auto;
    flex: none;
    margin: 0 10px 0 0;
}

.radioButtons, .radioButtons label {
    display: flex;
    align-content: center;
    align-items: center;
}

    .radioButtons label {
        margin: 0 20px 0 0;
    }

.formulier .box.firstInput {
    margin: 55px 0 20px;
}

.zoekVeldContainer .box {
    background: #FFF;
    margin: 0 10px 0 0;
}

.search .box:hover {
    background: var(--blauw);
    color: var(--licht-grijs);
}

.formulier .box::placeholder, .search .box::placeholder {
    color: #CECECE;
}

.formulier .selectBoxContainer {
    width: calc(100% - var(--grid-gap));
}

.formulier textarea.box {
    height: 150px;
    width: 100%;
    font: var(--default-tekst);
    padding: 10px 15px;
    border: 0;
    outline: none;
    border-top: 1px solid var(--box-border);

}
.formulier .box.last {
    border-bottom:1px solid var(--box-border)
}
    .formulier .btnContainer {
    margin-top: 40px;
    text-align: right;
}

label.radio {
    width: fit-content;
    display: inline-flex;
    align-content: center;
    align-items: center;
    height: auto;
    line-height: normal;
}

.has-error {
    border: 1px solid red;
    padding: 5px;
}

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1250px) {
    .formulier label {
        line-height: normal;
    }
}

.hamburger--3dx .hamburger-box, .hamburger--3dx-r .hamburger-box, .hamburger--3dy .hamburger-box, .hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger {
    position: absolute;
    height: 30px;
    font: inherit;

    overflow: visible;
    margin: auto 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    display:flex;
    align-content:center;
    align-items:center;
}

.hamburger--emphatic, .hamburger--emphatic-r {
    overflow: hidden
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before {
    background-color: var(--hamburger-color-hover);
}

.sticky .hamburger:hover .sticky .hamburger-inner, .sticky .hamburger:hover .sticky .hamburger-inner:after, .sticky .hamburger:hover .hamburger-inner:before,
.is-active .hamburger:hover .is-active .hamburger-inner, .is-active .hamburger:hover .is-active .hamburger-inner:after, .is-active .hamburger:hover .hamburger-inner:before {
    background-color: var(--hamburger-color--hover-sticky);
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: var(--hamburger-width);
    height: 16px;
    margin-left:0;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: var(--hamburger-width);
        height: 4px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 0;
        background-color: var(--hamburger-color);
        transition:ease-in-out background-color 0.3s;
    }
.sticky .hamburger-inner, .sticky .hamburger-inner:after, .sticky .hamburger-inner:before,
.is-active .hamburger-inner, .is-active .hamburger-inner:after, .is-active .hamburger-inner:before {
    background-color: var(--hamburger-color-sticky);
}

        .hamburger-inner:after, .hamburger-inner:before {
            display: block;
            content: ""
        }

        .hamburger-inner:before {
            top: -7px
        }

        .hamburger-inner:after {
            bottom: -7px
        }

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0 cubic-bezier(.645,.045,.355,1) .1s
}

    .hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
        transition: transform 0 cubic-bezier(.645,.045,.355,1) .1s
    }

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent
}

    .hamburger--3dx.is-active .hamburger-inner:before {
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dx.is-active .hamburger-inner:after {
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0 cubic-bezier(.645,.045,.355,1) .1s
}

    .hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
        transition: transform 0 cubic-bezier(.645,.045,.355,1) .1s
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent
}

    .hamburger--3dx-r.is-active .hamburger-inner:before {
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dx-r.is-active .hamburger-inner:after {
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0 cubic-bezier(.645,.045,.355,1) .1s
}

    .hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
        transition: transform 0 cubic-bezier(.645,.045,.355,1) .1s
    }

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent
}

    .hamburger--3dy.is-active .hamburger-inner:before {
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dy.is-active .hamburger-inner:after {
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0 cubic-bezier(.645,.045,.355,1) .1s
}

    .hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
        transition: transform 0 cubic-bezier(.645,.045,.355,1) .1s
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent
}

    .hamburger--3dy-r.is-active .hamburger-inner:before {
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dy-r.is-active .hamburger-inner:after {
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform: translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform: translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform: translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform: translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

    .hamburger--boring.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0
    }

    .hamburger--boring.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(-90deg)
    }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

    .hamburger--collapse .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
    }

    .hamburger--collapse .hamburger-inner:before {
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

    .hamburger--collapse.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
        opacity: 0
    }

    .hamburger--collapse.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transform: rotate(-90deg)
    }

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

    .hamburger--collapse-r .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
    }

    .hamburger--collapse-r .hamburger-inner:before {
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(45deg)
}

    .hamburger--collapse-r.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
        opacity: 0
    }

    .hamburger--collapse-r.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transform: rotate(90deg)
    }

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-duration: .275s
}

    .hamburger--elastic .hamburger-inner:before {
        top: 10px;
        transition: opacity .125s ease .275s
    }

    .hamburger--elastic .hamburger-inner:after {
        top: 20px;
        transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
    }

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0,10px,0) rotate(135deg)
}

    .hamburger--elastic.is-active .hamburger-inner:before {
        transition-delay: 0;
        opacity: 0
    }

    .hamburger--elastic.is-active .hamburger-inner:after {
        transition-delay: 75ms;
        transform: translate3d(0,-20px,0) rotate(-270deg)
    }

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-duration: .275s
}

    .hamburger--elastic-r .hamburger-inner:before {
        top: 10px;
        transition: opacity .125s ease .275s
    }

    .hamburger--elastic-r .hamburger-inner:after {
        top: 20px;
        transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0,10px,0) rotate(-135deg)
}

    .hamburger--elastic-r.is-active .hamburger-inner:before {
        transition-delay: 0;
        opacity: 0
    }

    .hamburger--elastic-r.is-active .hamburger-inner:after {
        transition-delay: 75ms;
        transform: translate3d(0,-20px,0) rotate(270deg)
    }

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

    .hamburger--emphatic .hamburger-inner:before {
        left: 0;
        transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
    }

    .hamburger--emphatic .hamburger-inner:after {
        top: 10px;
        right: 0;
        transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
    }

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0;
    transition-timing-function: ease-out;
    background-color: transparent
}

    .hamburger--emphatic.is-active .hamburger-inner:before {
        top: -80px;
        left: -80px;
        transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
        transform: translate3d(80px,80px,0) rotate(45deg)
    }

    .hamburger--emphatic.is-active .hamburger-inner:after {
        top: -80px;
        right: -80px;
        transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
        transform: translate3d(-80px,80px,0) rotate(-45deg)
    }

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

    .hamburger--emphatic-r .hamburger-inner:before {
        left: 0;
        transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
    }

    .hamburger--emphatic-r .hamburger-inner:after {
        top: 10px;
        right: 0;
        transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
    }

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0;
    transition-timing-function: ease-out;
    background-color: transparent
}

    .hamburger--emphatic-r.is-active .hamburger-inner:before {
        top: 80px;
        left: -80px;
        transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
        transform: translate3d(80px,-80px,0) rotate(-45deg)
    }

    .hamburger--emphatic-r.is-active .hamburger-inner:after {
        top: 80px;
        right: -80px;
        transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
        transform: translate3d(-80px,-80px,0) rotate(45deg)
    }

.hamburger--slider .hamburger-inner:before, .hamburger--slider-r .hamburger-inner:before {
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

    .hamburger--slider .hamburger-inner:before {
        top: 10px
    }

    .hamburger--slider .hamburger-inner:after {
        top: 20px
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg)
}

    .hamburger--slider.is-active .hamburger-inner:before {
        transform: rotate(-45deg) translate3d(-5.71px,-6px,0);
        opacity: 0
    }

    .hamburger--slider.is-active .hamburger-inner:after {
        transform: translate3d(0,-20px,0) rotate(-90deg)
    }

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

    .hamburger--slider-r .hamburger-inner:before {
        top: 10px
    }

    .hamburger--slider-r .hamburger-inner:after {
        top: 20px
    }

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-45deg)
}

    .hamburger--slider-r.is-active .hamburger-inner:before {
        transform: rotate(45deg) translate3d(5.71px,-6px,0);
        opacity: 0
    }

    .hamburger--slider-r.is-active .hamburger-inner:after {
        transform: translate3d(0,-20px,0) rotate(90deg)
    }

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0 linear .13s
}

    .hamburger--spring .hamburger-inner:before {
        top: 10px;
        transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

    .hamburger--spring .hamburger-inner:after {
        top: 20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent
}

    .hamburger--spring.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--spring.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,10px,0) rotate(-45deg)
    }

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

    .hamburger--spring-r .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0 linear
    }

    .hamburger--spring-r .hamburger-inner:before {
        transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

    .hamburger--spring-r.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0 linear .22s;
        opacity: 0
    }

    .hamburger--spring-r.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: rotate(90deg)
    }

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0 linear 75ms
}

    .hamburger--stand .hamburger-inner:before {
        transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0
    }

    .hamburger--stand .hamburger-inner:after {
        transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0
    }

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0 linear .15s;
    transform: rotate(90deg);
    background-color: transparent
}

    .hamburger--stand.is-active .hamburger-inner:before {
        top: 0;
        transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
        transform: rotate(-45deg)
    }

    .hamburger--stand.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
        transform: rotate(45deg)
    }

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0 linear 75ms
}

    .hamburger--stand-r .hamburger-inner:before {
        transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0
    }

    .hamburger--stand-r .hamburger-inner:after {
        transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0
    }

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0 linear .15s;
    transform: rotate(-90deg);
    background-color: transparent
}

    .hamburger--stand-r.is-active .hamburger-inner:before {
        top: 0;
        transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
        transform: rotate(-45deg)
    }

    .hamburger--stand-r.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
        transform: rotate(45deg)
    }

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s
}

    .hamburger--spin .hamburger-inner:before {
        transition: top .1s ease-in .25s,opacity .1s ease-in
    }

    .hamburger--spin .hamburger-inner:after {
        transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg)
}

    .hamburger--spin.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s ease-out,opacity .1s ease-out .12s;
        opacity: 0
    }

    .hamburger--spin.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(-90deg)
    }

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s
}

    .hamburger--spin-r .hamburger-inner:before {
        transition: top .1s ease-in .25s,opacity .1s ease-in
    }

    .hamburger--spin-r .hamburger-inner:after {
        transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(-225deg)
}

    .hamburger--spin-r.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s ease-out,opacity .1s ease-out .12s;
        opacity: 0
    }

    .hamburger--spin-r.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(90deg)
    }

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms
}

    .hamburger--squeeze .hamburger-inner:before {
        transition: top 75ms ease .12s,opacity 75ms ease
    }

    .hamburger--squeeze .hamburger-inner:after {
        transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg)
}

    .hamburger--squeeze.is-active .hamburger-inner:before {
        top: 0;
        transition: top 75ms ease,opacity 75ms ease .12s;
        opacity: 0
    }

    .hamburger--squeeze.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(-90deg)
    }

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-duration: .2s
}

    .hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
        transition-delay: .1s;
        transition-timing-function: linear;
        transition-duration: 0
    }

    .hamburger--vortex .hamburger-inner:before {
        transition-property: top,opacity
    }

    .hamburger--vortex .hamburger-inner:after {
        transition-property: bottom,transform
    }

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    transform: rotate(765deg)
}

    .hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
        transition-delay: 0
    }

    .hamburger--vortex.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(90deg)
    }

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-duration: .2s
}

    .hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
        transition-delay: .1s;
        transition-timing-function: linear;
        transition-duration: 0
    }

    .hamburger--vortex-r .hamburger-inner:before {
        transition-property: top,opacity
    }

    .hamburger--vortex-r .hamburger-inner:after {
        transition-property: bottom,transform
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    transform: rotate(-765deg)
}

    .hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
        transition-delay: 0
    }

    .hamburger--vortex-r.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex-r.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(-90deg)
    }

ol > li[data-list="bullet"] {
    list-style-type: disc;
}

    /* Quill-hulpspan verbergen, anders krijg je eventueel dubbele bullets */
    ol > li[data-list="bullet"] > .ql-ui {
        display: none;
    }
* {
    font-optical-sizing: auto;
}

html {
    scroll-behavior: smooth;
}

.hamburger, .verzonden {
    display: none;
}

p {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: var(--default-tekst);
    background: #FFFF;
    color: var(--zwart);
    counter-reset: h2counter;
}

a {
    font: var(--default-tekst-bold);
    color: var(--bruin);
}

h1, h2, h3, h4, h5 {
    margin: 0;
    color: var(--blauw-donker);
}

h1 {
    font: var(--h1);
}

header .headerFotoContainer .headerContent h1 {
    color: #FFF;
    margin: 30px 0;
}

h2 {
    font: var(--h2);
    margin: 0 0 15px;
}


h3 {
    font: var(--h3);
}

h4 {
    font: var(--h4);
}

header .headerFotoContainer .headerContent h4 {
    color: #FFF;
}

h5 {
    font: var(--h5);
}

a {
    text-decoration: none;
}

header .headerFotoContainer .headerContent h1,
header .headerFotoContainer .headerContent h4,
header .headerFotoContainer .headerContent .btn,
.twoColText h2,
.uspContainer h2,
.uspContainer h3,
nav ul li a,
.col1Tekst h2,
.col1Tekst h3,
.inspiratie .wrapper .reviewTekst,
.col2FotoTekst .wrapper .tekst h2,
footer h3,
footer h4,
.col4Grid h2,
.col4Grid h3,
.lopendeTekst h3,
.col2FotoTekst.skigebied h3,
.contactFormContainer h2{
    text-transform: uppercase;
}

.btn {
    position: relative;
    display: inline-flex;
    height: var(--button-height);
    align-content: center;
    align-items: center;
    font: var(--button-tekst);
    line-height: var(--button-height);
    padding: 0 var(--button-padding-right) 0;
    text-decoration: none;
    width: fit-content;
    z-index: 1;
    white-space: nowrap;
    transition: ease-in-out all 0.3s;
    border-radius: var(--button-radius);
    border: 1px solid rgba(0,0,0,0);
    color: var(--zwart);
}

    .btn.small {
        font: var(--button-tekst-klein);
        padding: 0 var(--button-klein-padding-right) 0;
        --button-height: 35px;
        text-transform: none !important;
    }

.metaNav .btn.small, header .headerFotoContainer .headerContent .btnContainer.contactPagina .btn {
    font: var(--meta-nav);
}
    header .headerFotoContainer .headerContent .btnContainer.contactPagina .btn{
        display:flex;
    }
    .btn.small.btnLink {
        font-weight: normal !important;
    }

.btn.icon-rechts.transparant {
    padding-right: 25px !important;
}

.btn.small.btnLink.icon-telefoon {
    padding: 0;
}

    .btn.small.btnLink.icon-telefoon:before, .btn.icon-telefoon:before, header .headerFotoContainer .headerContent .btnContainer.contactPagina .btn.icon-envelop:before {
        font-size: 12px;
        margin: 0 10px 0 0;
    }

.btn.icon-rechts {
    padding-right: calc(var(--button-padding-right) * 2) !important;
}

    .btn.icon-rechts:before {
        position: absolute;
        right: var(--button-padding-right);
        font-size: 11px;
        height: 100%;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .btn.icon-rechts.transparant:before {
        right: 0;
    }

.btn.lichtblauw {
    color: var(--zwart);
    background: var(--blauw-licht);
}

    .btn.lichtblauw:hover {
        color: var(--zwart);
        background: var(--blauw-licht);
    }

.btn.blauw-fluor {
    background: var(--blauw-fluor);
}

.btn.blauw {
    color: #FFF;
    background: var(--blauw);
}

.btn.geel {
    background: var(--geel-licht);
}

.btn.wit {
    background: #FFF;
}

.icon-ster {
    color: var(--geel);
    margin: 0 1px;
}

    .icon-ster:first-of-type {
        margin-left: 10px;
    }

header .headerFotoContainer .headerContent .btn.transparant {
    padding: 0;
}

header.volgpagina {
    --header-height: 670px;
}

.metaNav {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box;
}

    .metaNav .btn {
        margin: 0 0 0 10px;
    }

nav {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 10px 0 0;
}

    nav .logo {
        width: var(--logo-width);
        height: var(--logo-height);
        margin: 0 var(--col1px) 0 50px;
    }

    nav ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        nav ul li {
            margin: 0 20px;
        }

            nav ul li a {
                font: var(--nav);
                color: var(--blauw);
                transition: ease-in-out color 0.5s;
            }

                nav ul li a:hover {
                    color: var(--blauw-donker);
                }

header .headerFotoContainer {
    position: relative;
    margin: 20px 0 0;
    height: var(--header-height);
}

    header .headerFotoContainer:before {
        position: absolute;
        top: 0;
        left: 0;
        background: url('/img/header_top.svg') repeat-x center bottom;
        background-size: auto 98px;
        height: 28px;
        width: 100%;
        content: '';
        display: block;
        z-index: 10;
    }

    header .headerFotoContainer:after {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url('/img/header_bottom.svg') repeat-x center top;
        background-size: auto 78px;
        height: 65px;
        width: 100%;
        content: '';
        display: block;
        z-index: 10;
        overflow: hidden;
    }

    /*    header .headerFotoContainer .headerFotoWrapper {
        perspective: 100000px;
    }

        header .headerFotoContainer .headerFotoWrapper img {
            transform: rotateX(12deg);
            transform-origin: bottom center;
            transition: transform 0.35s ease;
            animation: headerFoto 3.6s linear forwards;
        }

@keyframes headerFoto {
    0% {
        transform: rotateX(12deg);
    }

    100% {
        transform: rotateX(-10deg);
    }
}*/
    header .headerFotoContainer img {
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover;
        height: var(--header-height);
    }

header.volgpagina .headerFotoContainer img {
    width: calc(var(--col7px) + var(--default-side-margin-viewport));
}

header .headerFotoContainer .headerContent {
    position: absolute;
    top: 200px;
    right: 100px;
    width: var(--col5px);
    font: var(--default-groot);
}

header.volgpagina .headerFotoContainer .headerContent {
    background: var(--blauw-lichter);
    top: 0;
    right: 0;
    width: calc(100% - (var(--col7px) + var(--default-side-margin-viewport)));
    padding: 50px 85px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

    header.volgpagina .headerFotoContainer .headerContent h1,
    header.volgpagina .headerFotoContainer .headerContent h4 {
        color: var(--blauw);
    }

header .headerFotoContainer .headerContent .btnContainer {
    margin: 40px 0 0;
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
}
    header .headerFotoContainer .headerContent .btnContainer.contactPagina {
        display: flex;
        gap: 0;
        font: var(--default-tekst);
    }
        header .headerFotoContainer .headerContent .btnContainer.contactPagina .btn{
            margin:0 0 15px 0;
        }
        .twoColText {
            margin: 60px 0 0;
        }

    .twoColText .col6 {
        padding: 0 var(--col1);
        box-sizing: border-box;
    }

            .twoColText h2 span, .reviewTekst span {
                display: inline-block;
                position: relative;
            }

                .twoColText h2 span:before, .twoColText h2 span:after, .uspContainer h3:before, .uspContainer h3:after, .col4Grid h2 span:before, .col4Grid h2 span:after,
                .reviewTekst span:before, .reviewTekst span:after {
                    position: absolute;
                    left: -5%;
                    height: 15px;
                    background: var(--geel-licht);
                    transform: rotate(-4deg);
                    transform-origin: left center;
                    content: '';
                    display: block;
                    top: 15px;
                    width: 100%;
                    z-index: -1;
                }

        .twoColText h2 span:after, .uspContainer h3:after {
            top: 33px;
            left: 10%;
        }

    .twoColText .col6:first-of-type {
        padding: 0 0 0 var(--col2);
    }

    .twoColText .col6.blauw-fluor h2 span:before, .twoColText .col6.blauw-fluor h2 span:after {
        background: var(--blauw-fluor);
    }

    .twoColText ul {
        padding-inline-start: 20px;
    }

    .twoColText .btnContainer {
        margin: 40px 0 0;
    }

        .twoColText .btnContainer .btn {
            font: var(--button-medium) !important;
        }

.mountainFacts {
    margin: 200px 0 0;
}

    .mountainFacts .wrapper {
        padding: 200px 0 0;
    }

        .mountainFacts .wrapper .fact {
            position: absolute;
            top: 0;
            left: 0;
            font: var(--fact);
            color: var(--blauw);
            text-align: center;
        }

            .mountainFacts .wrapper .fact span {
                font: var(--default-tekst);
                display: block;
            }

            .mountainFacts .wrapper .fact:after {
                position: absolute;
                top: 100%;
                right: 0;
                left: 0;
                margin: auto;
                display: block;
                content: '';
                width: 1px;
                height: 100px;
                border-left: 1px dashed var(--blauw);
            }

            .mountainFacts .wrapper .fact.fact1 {
                left: 10%;
            }

                .mountainFacts .wrapper .fact.fact1:after {
                    height: 110px;
                }

            .mountainFacts .wrapper .fact.fact2 {
                left: 41.3%
            }

                .mountainFacts .wrapper .fact.fact2:after {
                    height: 90px;
                }

            .mountainFacts .wrapper .fact.fact3 {
                left: 71.5%
            }

                .mountainFacts .wrapper .fact.fact3:after {
                    height: 70px;
                }

    .mountainFacts .wave-wrap {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .mountainFacts .skimeisje {
        position: absolute;
        bottom: 25%;
        width: 150px;
        display: block;
        right: 0;
        animation: slide-out 3.6s linear forwards;
    }

@keyframes slide-out {
    0% {
        right: 0;
        bottom: 25%;
        transform: rotate(0);
    }

    10% {
        transform: rotate(-5deg);
    }

    30% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    70% {
        transform: rotate(-0deg);
    }

    100% {
        right: 100%;
        bottom: -20px;
        transform: rotate(-10deg);
    }
}

.mountainFacts .wave {
    width: 2200px;
    flex-shrink: 0;
}

.mountainFacts #wave {
    fill: #d1ecf7;
}

.uspContainer .wrapper {
    padding: 0 var(--col1);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 0 90px;
}

.uspContainer.extraPadding {
    padding: 100px 0 0;
}

.uspContainer .wrapper .titleContainer, .klantVerhalen .titleContainer {
    grid-column: 1 / -1; /* over alle 3 kolommen */
    grid-row: 1;
    margin: 0 0 75px;
}

.klantVerhalen .titleContainer {
    margin: 0;
}

.uspContainer .wrapper .col {
    text-align: center;
    display: grid;
    grid-row: 2 / span 3; /* start na de titelrij */
    grid-template-rows: subgrid;
}

    .uspContainer .wrapper .col span {
        font-size: 50px;
        margin: 0 0 20px;
        display: block;
    }

    .uspContainer .wrapper .col h3 {
        display: inline-block;
        position: relative;
        margin: 0 0 20px;
        padding: 0 30px;
        box-sizing: border-box;
    }

        .uspContainer .wrapper .col h3:before {
            width: calc(100% - 60px);
            margin: 0 auto;
            left: -15px;
            right: 0;
        }

        .uspContainer .wrapper .col h3:after {
            width: calc(100% - 60px);
            margin: 0 auto;
            left: 0;
            right: -15px;
        }

    .uspContainer .wrapper .col.blauw h3:before,
    .uspContainer .wrapper .col.blauw h3:after {
        background: var(--blauw-fluor);
    }

    .uspContainer .wrapper .col.roze h3:before,
    .uspContainer .wrapper .col.roze h3:after {
        background: var(--roze);
    }

.grevinkPromoFotoLift {
    margin: 140px 0;
}

    .grevinkPromoFotoLift .piste {
        border-radius: 60px;
        width: 100%;
    }

.skiliftContainer {
    position: absolute;
    top: 100px;
    width: 45%;
    height: 2000px;
    overflow: hidden;
}

    .skiliftContainer .slogan, .bewijsLast .slogan {
        width: 270px;
        position: absolute;
        right: 0;
        top: 0;
        animation: spin 20s linear infinite;
        z-index: 99;
    }

.bewijsLast .slogan {
    top: 180px;
    right: calc(var(--col9px) + ((100% - var(--col5px) - var(--col9px) - 30px) / 2) - 135px + 15px);
}

.skiliftContainer .skiliften {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 300px;
    overflow: hidden;
}

.skiliftContainer .skilift {
    width: 6290px;
    height: 6355px;
    position: absolute;
    right: 0;
    top: 0;
    animation: liftrechts 150s linear infinite;
}

    .skiliftContainer .skilift.rechts {
        translate: 115px 0;
        animation: liftrechts 150s linear infinite;
    }

    .skiliftContainer .skilift.links { /*de linker lift lijkt nog wat weg te lopen*/
        right: -4500px;
        top: -4500px;
        translate: -175px 0;
        animation: liftlinks 150s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes liftrechts {
    from {
    }

    to {
        right: -4500px;
        top: -4500px;
    }
}

@keyframes liftlinks {
    from {
    }

    to {
        right: 0;
        top: 0;
    }
}

.col1Tekst.extraPadding {
    padding-top: 100px;
}

.col1Tekst.negMargin {
    margin-top: -150px;
}

.gradientLichtBlauw {
    background: linear-gradient(360deg,rgba(255, 255, 255, 1) 20%, var(--blauw-licht) 100%);
}

.col1Tekst.wit {
    background: #FFF;
}

.col1Tekst.blauw {
    background: var(--blauw);
    color: #FFF;
}

.col1Tekst.bgBergen:before {
    position: absolute;
    top: -200px;
    left: 0;
    mask: url('/img/bg_mask_1.svg');
    mask-size: 3840px 720px;
    mask-position: center top;
    background: var(--blauw-licht);
    height: 200px;
    display: block;
    content: '';
    width: 100%;
}

.col1Tekst.wit.bgBergen:before {
    background: #FFF;
}

.col1Tekst.blauw.bgBergen:before {
    background: var(--blauw);
}

.col1Tekst .colAlignCenter .col6,
.col1Tekst .colAlignRight .col6 {
    margin-right: var(--col1);
}

.col1Tekst ul, .col1Tekst ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

    .col1Tekst ul li, .col1Tekst ol li {
        counter-increment: item;
        position: relative;
        padding-left: 60px;
        margin-bottom: 30px;
        padding-top: 5px;
    }

        .col1Tekst ul li::before, .col1Tekst ul li::after,
        .col1Tekst ol li::before, .col1Tekst ol li::after {
            content: counter(item);
            position: absolute;
            left: 0;
            top: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: rotate(-7deg) skewX(-5deg);
            font: var(--number);
            width: 30px;
        }

        .col1Tekst ul li::after,
        .col1Tekst ol li::after {
            top: 0;
            content: "\e907";
            font-size: 50px;
            transform: none;
            font-weight: normal;
        }

        .col1Tekst ul li:nth-child(odd)::before,
        .col1Tekst ol li:nth-child(odd)::before {
            transform: rotate(+7deg) skewX(+5deg);
        }

        .col1Tekst ul li:nth-child(odd)::after,
        .col1Tekst ol li:nth-child(odd)::after {
            content: "\e908";
        }

.col1Tekst .btnContainer {
    margin: 80px 0 0 -10px;
}

.col1Tekst .tekst {
    padding: 100px 0 0 var(--col1);
    box-sizing: border-box;
}

.col1Tekst .col6.foto.liggend img {
    width: 100%;
    border-radius: 60px;
}

.col1Tekst .wrapper.addMargin {
    margin: 140px auto 0;
    z-index: 99;
}

.fotoContainer {
    position: relative;
    display: flex;
    margin: 90px 0 0;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

    .fotoContainer .fotoLinks,
    .fotoContainer .fotoRechts {
        overflow: hidden;
        position: relative;
        border-radius: 16px;
    }

    .fotoContainer .fotoLinks {
        aspect-ratio: 551 / 694;
    }

    .fotoContainer .fotoRechts {
        margin: 120px 0 0;
        aspect-ratio: 1024 / 694;
    }

    .fotoContainer img,
    .fotoContainer img {
        position: absolute;
        top: -10%;
        left: -10%;
        width: 120%; /* groter dan de container */
        height: 120%;
        object-fit: cover;
        will-change: transform;
    }

.inspiratie {
    position: relative;
    margin: 80px 0 0;
}

    .inspiratie .wrapper {
        padding: 0 var(--col1) 0 var(--col2);
        box-sizing: border-box;
    }

        .inspiratie .wrapper .sterren {
            font-size: 30px;
            color: Var(--geel);
            margin: 0 0 20px;
        }

        .inspiratie .wrapper .icon-ster:first-of-type {
            margin-left: 0;
        }

        .inspiratie .wrapper .reviewTekst {
            font: var(--h1);
            z-index:10;
        }
            .inspiratie .wrapper .reviewTekst span:before,
            .inspiratie .wrapper .reviewTekst span:after{
                background:var(--roze);
            }
            .inspiratie .wrapper .reviewTekst span:before {
                top: 35px;
                left: -15px;
            }
            .inspiratie .wrapper .reviewTekst .naam {
                display: block;
                font: var(--default-groot);
                text-transform: none;
                margin: 20px 0 0;
            }
                .inspiratie .wrapper .reviewTekst .naam:before, .inspiratie .wrapper .reviewTekst .naam:after{
                    display:none;
                }
                .inspiratie .wrapper .btnContainer {
                    margin: 30px 0 0;
                }

.bedrijven {
    position: relative;
    margin: 170px 0 0;
}

    .bedrijven .wrapper .bedrijfSlider {
        display: flex;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .bedrijven img {
        height: 50px;
    }

.bewijsLast {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, var(--blauw-licht) 100%);
    padding: 0 0 300px;
}

.col2FotoTekst {
    margin: 120px 0 0;
}

    .col2FotoTekst.extraMargin {
        margin: 320px 0 0;
    }

    .col2FotoTekst.bgBergen:before {
        position: absolute;
        top: -200px;
        left: 0;
        mask: url('/img/bg_mask_1.svg');
        mask-size: 3840px 720px;
        mask-position: center top;
        height: 200px;
        background: #FFF;
        display: block;
        content: '';
        width: 100%;
    }

    .col2FotoTekst.gradientLichtBlauw.bgBergen:before {
        background: var(--blauw-licht);
    }

    .col2FotoTekst img {
        border-radius: 60px;
    }

    .col2FotoTekst.overOns .foto {
        position: relative;
    }

    .col2FotoTekst.overOns.mirrored .foto {
        text-align: right;
    }

    .col2FotoTekst.overOns .foto img {
        width: calc(100% - 135px);
    }

        .col2FotoTekst.overOns .foto img.persoon {
            width: 270px;
            aspect-ratio: 1 / 1;
            border-radius: 100%;
            position: absolute;
            top: 100px;
            right: 0;
        }

    .col2FotoTekst.overOns.mirrored .foto img.persoon {
        right: auto;
        left: 0;
    }

    .col2FotoTekst.overOns.extraPaddingBottom {
        padding-bottom: 240px;
    }

    .col2FotoTekst.overOns .wrapper .tekst {
        margin-right: 0;
    }

    .col2FotoTekst.overOns .wrapper .foto {
        margin-left: var(--col1);
    }

    .col2FotoTekst.noMargin {
        margin: 0;
    }

.metNummer h2 {
    position: relative;
    counter-increment: h2counter;
}

    .metNummer h2:before {
        position: absolute;
        top: 4.5px;
        left: -40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-7deg) skewX(-5deg);
        font: var(--number);
        width: 25px;
        content: counter(h2counter);
    }

    .metNummer h2:after {
        position: absolute;
        left: -40px;
        top: 0;
        content: "\e907";
        font-size: 50px;
        transform: none;
        font-weight: normal;
    }

.metNummer.even h2:before {
    transform: rotate(+7deg) skewX(+5deg);
}

.metNummer.even h2:after {
    content: "\e908";
}

.col2FotoTekst .wrapper {
    z-index: 100;
}

    .col2FotoTekst .wrapper .tekst {
        margin: 100px var(--col1) 0 auto;
    }

    .col2FotoTekst .wrapper .foto {
        margin: 0 0 0 calc(1px - (var(--col1) / 2));
    }

.col2FotoTekst.blauw {
    background: var(--blauw);
    color: #FFF;
}

    .col2FotoTekst.blauw:before {
        background: var(--blauw);
        mask: url('/img/bg_mask_2.svg');
    }

.col2FotoTekst.mirrored .wrapper .foto {
    order: +1;
    transform: translate(0, -250px);
    margin: 0;
}

.col2FotoTekst.noNegMargin.mirrored .wrapper .foto {
    transform: translate(0, 0)
}

.col2FotoTekst .btnContainer {
    margin: 40px 0 0;
}

footer {
    background: var(--blauw-licht);
    padding: 0 0 120px;
}

    footer .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: calc(var(--col1) * 0.7);
        padding: 100px 0 0;
    }

        footer .wrapper.navigatie {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }

        footer .wrapper img {
            max-width: 100%;
        }

        footer .wrapper span {
            font-size: 45px;
        }

    footer h3 {
        margin: 25px 0 10px;
    }

    footer h4 {
        margin: 0 0 10px;
    }

    footer a {
        font-weight: normal;
    }

        footer a.socialLink {
            display: inline-flex;
            align-content: center;
            align-items: center;
        }

            footer a.socialLink:before {
                display: inline-block;
                font-size: 35px;
                margin: 0 10px 0 0;
            }

    footer .sgrz {
        margin: 10px 0 0;
        width: 95px;
    }

.realisatie .wrapper {
    font-size: 12px;
    justify-content: center;
    padding: 10px 0;
}

    .realisatie .wrapper a {
        font-size: 12px;
        font-weight: normal;
    }

    .realisatie .wrapper .sep {
        display: inline-block;
        margin: 0 10px;
    }

.col4Grid {
    margin: 190px 0 400px;
}

    .col4Grid .wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 55px;
        row-gap: 140px;
    }

        .col4Grid .wrapper .item {
            display: grid;
            grid-row: span 3; /* geen vaste start meer — browser plaatst 'm zelf */
            grid-template-rows: subgrid;
            row-gap: 0;
            align-items: start;
        }

            .col4Grid .wrapper .item img {
                width: 100%;
                aspect-ratio: 304 / 385;
                border-radius: 60px;
                margin: 0 0 40px;
            }

/*    .col4Grid h2 {
        align-self: end;
    }*/

    .col4Grid.klantVerhalen h2 {
        font: var(--h2-klant-verhaal);
        align-self: start;
    }
    .col4Grid.klantVerhalen .titleContainer{
        margin:0 0 30px;
    }
    .col4Grid h2 span {
        position: relative;
    }

        .col4Grid h2 span:before, .col4Grid h2 span:after {
            height: 10px;
            max-width: 200px;
        }

        .col4Grid h2 span:after {
            top: 28px;
            left: 5px;
        }

    .col4Grid .wrapper .item:nth-child(4n+1) h2 span::before,
    .col4Grid .wrapper .item:nth-child(4n+1) h2 span::after {
        background-color: var(--geel-licht);
    }

    .col4Grid .wrapper .item:nth-child(4n+2) h2 span::before,
    .col4Grid .wrapper .item:nth-child(4n+2) h2 span::after {
        background-color: var(--blauw-fluor);
    }

    .col4Grid .wrapper .item:nth-child(4n+3) h2 span::before,
    .col4Grid .wrapper .item:nth-child(4n+3) h2 span::after {
        background-color: var(--roze);
    }

    .col4Grid .wrapper .item:nth-child(4n+4) h2 span::before,
    .col4Grid .wrapper .item:nth-child(4n+4) h2 span::after {
        background-color: var(--oranje);
    }
    /* items 5 t/m 8: andere volgorde */
    .col4Grid .wrapper .item:nth-child(5) h2 span::before,
    .col4Grid .wrapper .item:nth-child(5) h2 span::after {
        background-color: var(--roze);
    }

    .col4Grid .wrapper .item:nth-child(6) h2 span::before,
    .col4Grid .wrapper .item:nth-child(6) h2 span::after {
        background-color: var(--oranje);
    }

    .col4Grid .wrapper .item:nth-child(7) h2 span::before,
    .col4Grid .wrapper .item:nth-child(7) h2 span::after {
        background-color: var(--geel-licht);
    }

    .col4Grid .wrapper .item:nth-child(8) h2 span::before,
    .col4Grid .wrapper .item:nth-child(8) h2 span::after {
        background-color: var(--blauw-fluor);
    }
    /* items 9 t/m 12: weer een andere volgorde */
    .col4Grid .wrapper .item:nth-child(9) h2 span::before,
    .col4Grid .wrapper .item:nth-child(9) h2 span::after {
        background-color: var(--blauw-fluor);
    }

    .col4Grid .wrapper .item:nth-child(10) h2 span::before,
    .col4Grid .wrapper .item:nth-child(10) h2 span::after {
        background-color: var(--roze);
    }

    .col4Grid .wrapper .item:nth-child(11) h2 span::before,
    .col4Grid .wrapper .item:nth-child(11) h2 span::after {
        background-color: var(--oranje);
    }

    .col4Grid .wrapper .item:nth-child(12) h2 span::before,
    .col4Grid .wrapper .item:nth-child(12) h2 span::after {
        background-color: var(--geel-licht);
    }

.extraPaddingBottom {
    padding-bottom: 100px;
}

.lopendeTekst {
    margin: 100px 0 0;
}

:root {
    --wrapper-width: 1400px;
    --default-side-margin: calc((100% - var(--wrapper-width)) /2);
    --default-side-margin-viewport: calc((100vw - var(--wrapper-width)) /2);
    --default-padding: 130px;
    --default-top-padding: 25px;
    --button-height: 50px;
    --button-padding-left: 30px;
    --button-padding-right: 30px;
    --button-klein-padding-left: 20px;
    --button-klein-padding-right: 20px;
    --logo-height: 66px;
    --logo-width: 190px;
    --height-input: 70px;
    --hamburger-width: 25px;
    --topbar: 115px;
    --header-height: 980px;
    --button-radius:15px;
}
@media screen and (max-width:1900px) {
    :root {

        --default-padding: 130px;
    }
}
@media screen and (max-width:1600px) {
    :root {

        --default-padding: 100px;

    }
}

@media screen and (max-width:1400px) {
    :root {
        --wrapper-width: calc(100% - 200px);
        --default-padding: 80px;
        --logo-height: auto;
        --logo-width: 200px;
        --header-height: 600px;
        --topbar: 100px;
    }
}

@media screen and (max-width:1280px) {
    :root {
        --wrapper-width: calc(100% - var(--default-padding) - var(--default-padding));
        --default-padding:25px;

    }
}

@media screen and (max-width:760px) {
    :root {
        --header-height: 500px;
        --default-top-padding: 15px;
        --default-padding: 40px;
        --logo-width: 140px;
        --height-input: 55px;
    }
}
