:root {
    --wrapper-width: 1400px;

    --nav-height: 145px;
    --header-info-bar-height: 167px;

    --edge-padding: 48px;
    --edge-padding-large: 120px;

    --border-radius: 24px;
    --border-radius-small: 13px;

    --transition-hover-config: 0.2s ease;
    --transition-text: color var(--transition-hover-config);
}
@media screen and (max-width: 1900px) {
    :root {
        --edge-padding-large: 65px;
        --wrapper-width: 1080px;
    }
}
@media screen and (max-width: 1280px) {
    :root {
        --edge-padding: 30px;
        --wrapper-width: 100%;
        --nav-height: 60px;
        --hamburger-width: 35px;
    }
}
:root {
    --color-background: #f4f2ed;
    --color-red: #e52559;
    --color-brown: #ae9d8f;
    --color-brown-text: #4a433c;
    --color-brown-footer: #e4e0d5;
    --color-brown-title: #9c8876;
    --color-text-hover: #9c8876;
    --hamburger-color: var(--color-brown);
    --hamburger-color-hover: var(--color-brown);
    --hamburger-color-sticky: var(--color-brown);
}

: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);
}

.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;
}

/* figtree-300 - latin */
@font-face {
    font-display: swap;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/figtree-v9-latin-300.woff2") format("woff2");
}
/* figtree-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/figtree-v9-latin-regular.woff2") format("woff2");
}
/* figtree-italic - latin */
@font-face {
    font-display: swap;
    font-family: "Figtree";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/figtree-v9-latin-italic.woff2") format("woff2");
}
/* figtree-600 - latin */
@font-face {
    font-display: swap;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/figtree-v9-latin-600.woff2") format("woff2");
}
/* figtree-600italic - latin */
@font-face {
    font-display: swap;
    font-family: "Figtree";
    font-style: italic;
    font-weight: 600;
    src: url("fonts/figtree-v9-latin-600italic.woff2") format("woff2");
}
/* magdalena-light-300 - latin */
@font-face {
    font-display: swap;
    font-family: "Magdalena Light";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/magdalena-light.woff2") format("woff2");
}
/* mellow-morning-400 - latin */
@font-face {
    font-display: swap;
    font-family: "Mellow Morning";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/mellowmorning-script.woff2") format("woff2");
}

@font-face {
    font-family: "icomoon";
    src:
        url("fonts/icomoon.ttf?bsmvb0") format("truetype"),
        url("fonts/icomoon.woff?bsmvb0") format("woff"),
        url("fonts/icomoon.svg?bsmvb0#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* 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-icons_download:before {
    content: "\e908";
}
.icon-icon_caret_right:before {
    content: "\e907";
}
.icon-icon_arrow_down:before {
    content: "\e900";
}
.icon-icon_caret_down:before {
    content: "\e901";
}
.icon-icon_caret_left:before {
    content: "\e902";
}
.icon-icon_caret_right_red:before {
    content: "\e903";
}
.icon-icon_live:before {
    content: "\e904";
}
.icon-icon_phone:before {
    content: "\e905";
}
.icon-icon_phone_red:before {
    content: "\e906";
}

/*
    Light 300
    Regular 400
    Medium 500
    SemiBold 600
    Bold 700
    ExtraBold 800
*/

:root {
    --font-home-h1: 300 107px/115px "Magdalena Light", serif;
    --font-h1: 300 61px/66px "Magdalena Light", serif;
    --font-h2: 300 30px/40px "Magdalena Light", serif;
    --font-h3: 300 30px/38px "Magdalena Light", serif;

    --font-default: 400 19px/27px "Figtree", sans-serif;

    --font-quote: 300 36px/38px "Magdalena Light", serif;
    --font-nav: 600 15px/18px "Figtree", sans-serif;
    --font-call: 600 10px/12px "Figtree", sans-serif;
    --font-name: 400 40px/48px "Mellow Morning", cursive;
    --font-button: 600 15px/18px "Figtree", sans-serif;
}
@media screen and (max-width: 1900px) {
    :root {
    }
}
@media screen and (max-width: 1600px) {
    :root {
        --font-home-h1: 300 60px/64px "Magdalena Light", serif;
        --font-h1: 300 36px/48px "Magdalena Light", serif; /*gemiddelde van twee genomen*/
        --font-h2: 300 20px / 36px "Magdalena Light", serif;
        --font-h3: 300 23px/30px "Magdalena Light", serif; /*gemiddelde van twee genomen*/
        --font-default: 400 17px/24px "Figtree", sans-serif;
        --font-quote: 300 22px/28px "Magdalena Light", serif;
        --font-nav: 600 13px/16px "Figtree", sans-serif;
        --font-call: 600 8px/10px "Figtree", sans-serif;
        --font-name: 400 28px/35px "Mellow Morning", cursive;
        --font-button: 600 13px/16px "Figtree", sans-serif;
    }
}

@media screen and (max-width: 1280px) {
    :root {
    }
}

@media screen and (max-width: 760px) {
    :root {
        --font-home-h1: 300 34px/37px "Magdalena Light", serif;
        --font-h1: 300 30px/32px "Magdalena Light", serif; /*gemiddelde van twee genomen*/
        --font-h2: 300 28px/36px "Magdalena Light", serif;
        --font-h3: 300 23px/30px "Magdalena Light", serif; /*gemiddelde van twee genomen*/
        --font-default: 400 17px/24px "Figtree", sans-serif;
        --font-quote: 300 22px/28px "Magdalena Light", serif;
        --font-nav: 600 13px/16px "Figtree", sans-serif;
        --font-call: 600 8px/10px "Figtree", sans-serif;
        --font-name: 400 28px/35px "Mellow Morning", cursive;
        --font-button: 600 13px/16px "Figtree", sans-serif;
    }
}

:root {
    dynamic-range-limit: standard;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:not(dialog) {
    margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
    text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

.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
}

.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: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: var(--hamburger-width);
        height: 3px;
        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;
        border-radius:2px;
    }
.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: -10px
        }

        .hamburger-inner:after {
            bottom: -10px
        }

.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)
    }

.animate__animated {
    opacity: 0
}

    .animate__animated.flip {
        opacity: 1 !important;
    }

.animate__delay-02s, .delay1 {
    animation-delay: .5s !important
}

.animate__delay-03s, .delay2 {
    animation-delay: .7s !important
}

.delay3 {
    animation-delay: .9s !important
}

.delay4 {
    animation-delay: 1.1s !important
}

.delay5 {
    animation-delay: 1.3s !important
}

.delay6 {
    animation-delay: 1.5s !important
}

.delay7 {
    animation-delay: 1.7s !important
}

.delay8 {
    animation-delay: 1.9s !important
}

.delayMenu1 {
    animation-delay: .1s !important
}

.delayMenu2 {
    animation-delay: .2s !important
}

.delayMenu3 {
    animation-delay: .3s !important
}

.delayMenu4 {
    animation-delay: .4s !important
}

.delayMenu5 {
    animation-delay: .5s !important
}

.delayMenu6 {
    animation-delay: .6s !important
}

.delayMenu7 {
    animation-delay: .7s !important
}

.delayMenu8 {
    animation-delay: .8s !important
}

.animate__delay-1s {
    animation-delay: 1.5s !important
}

.duration2 {
    animation-duration: 2s !important
}
@keyframes animate__fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px,0,0);
        transform: translate3d(40px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightSmall {
    -webkit-animation-name: animate__fadeInRightSmall;
    animation-name: animate__fadeInRightSmall
}
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUpSmallRotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate3d(0,40px,0);
        transform: rotate(0deg) translate3d(0,40px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(-3deg) translateZ(0);
        transform: rotate(-3deg) translateZ(0)
    }
}
@keyframes fadeInUpSmallRotateNeg {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate3d(0,40px,0);
        transform: rotate(0deg) translate3d(0,40px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(3deg) translateZ(0);
        transform: rotate(3deg) translateZ(0)
    }
}
.rotate.animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmallRotate;
    animation-name: fadeInUpSmallRotate;
}
.rotateNeg.animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmallRotateNeg;
    animation-name: fadeInUpSmallRotateNeg;
}
.animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall
}
@-webkit-keyframes fadeInBottomLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInBottomLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInBottomLeftSmall {
    -webkit-animation-name: fadeInBottomLeftSmall;
    animation-name: fadeInBottomLeftSmall;
}
/* === Global/utility styles === */
.hamburger, .nav-call-button.mobile {
    display: none;
}
.verzonden{
    display:none;
}
.widget-cast {
    width: 100%;
    max-width: 940px;
}

html,
body {
    max-width: 100%;
}

body {
    background-color: var(--color-background);
    color: var(--color-brown-text);
    font: var(--font-default);
    overflow-x: hidden;
}

h1 {
    font: var(--font-h1);
}

h2 {
    font: var(--font-h2);
}

h3 {
    font: var(--font-h3);
}

a {
    color: inherit;
    transition: var(--transition-text);
}

    a:hover {
        color: var(--color-text-hover);
    }

    a.link-button {
        font: var(--font-button);
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: inherit;
        text-decoration: none;
        text-wrap: nowrap;
        white-space: nowrap;
    }

        a.link-button:hover:not(.outline) {
            color: var(--color-text-hover);
        }

        a.link-button.outline {
            padding: 16px 20px;
            outline: 2px solid var(--color-brown-title);
            border-radius: 100vw;
            transition: background-color var(--transition-hover-config);
        }

            a.link-button.outline:hover {
                background-color: #c9bdb5;
            }

    a.red-link,
    .submit-button {
        font: var(--font-button);
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: var(--color-red);
        text-decoration: none;
        cursor: pointer;
    }

        a.red-link:hover,
        .submit-button:hover {
            color: var(--color-text-hover);
        }

.download-link .icon {
    font-size: 24px;
    display: inline-flex;
    translate: 0px 4px;
}

section.brown {
    background-color: var(--color-brown);
}

section.white {
    background-color: white;
}

section.padded {
    padding-bottom: 128px;
}

.divider {
    width: 100px;
    height: 4px;
    background-color: var(--color-brown);
    margin-inline: auto;
    margin-bottom: 50px;
}
.news-content-section.livestream .divider{
    margin:0 auto;
}

.card {
    padding: 45px 68px;
    border-radius: var(--border-radius);
    background-color: var(--color-background);
}

    .card.upbreak {
        margin-top: -270px;
    }

    .card h2 {
        color: var(--color-red);
    }

    .card p:not(:first-child) {
        /*margin-top: 24px;*/
    }

.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

blockquote {
    font: var(--font-quote);
    color: var(--color-red);
}

details {
    border-radius: var(--border-radius-small);
    background-color: white;
    filter: drop-shadow(0px 4px 12px rgb(0 0 0 / 0.08));
}

    details::details-content {
        opacity: 0;
        block-size: 0;
        overflow-y: clip;
        transition: content-visibility 0.4s allow-discrete, opacity 0.4s ease, block-size 0.4s ease;
    }

    details[open]::details-content {
        opacity: 1;
        block-size: auto;
    }

    details[open] .icon {
        rotate: 180deg;
    }

/* Hides default Safari marker */
.accordion-header::-webkit-details-marker {
    display: none;
}

summary {
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    padding: 30px;
    font: var(--font-h2);
    color: var(--color-brown);
    list-style: none;
}

    summary .icon {
        text-align: center;
        margin-left: auto;
        transition: rotate 0.4s ease;
        transform-origin: center 40%;
    }

.accordion-content {
    padding-inline: 30px;
    padding-bottom: 30px;
}

.footer-top {
    display: flex;
}

.footer-logo {
    width: 222px;
    height: auto;
    object-fit: contain;
    margin-left: var(--edge-padding-large);
}

.footer-nav {
    background-color: var(--color-brown-footer);
    padding: 80px;
    margin-left: var(--col1px);
    border-radius: 24px 0px 0px 24px;
    width: 100%;
    translate: 0 50px;
}

.footer-nav-column h2 {
    font: var(--font-nav);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.footer-nav-column-wrapper {
    display: flex;
    gap: 75px;
}

.footer-nav-column ul {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.footer-nav-column a {
    text-decoration: none;
}

.footer-info-wrapper {
    display: flex;
    align-items: center;
    background-color: var(--color-brown-text);
    height: 340px;
    color: white;

    .wrapper {
        gap: 140px;
    }

    dt {
        font-weight: bold;
    }

    dd {
        display: flex;
        flex-direction: column;
    }
}

.footer-info-col {
    max-width: 286px;
}

footer small {
    display: flex;
    justify-content: center;
    padding-block: 16px;
    width: 100%;
    text-align: center;
    background-color: var(--color-brown-footer);
}
footer small span{
    display:block;
    margin: 0 10px;
}
/* === Home/base styles === */
nav {
    height: var(--nav-height);
}

.top-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    padding-inline: var(--edge-padding);
    height: var(--nav-height);
}

    .top-nav a {
        display: flex;
        align-items: center;
        gap: 4px;
        font: var(--font-nav);
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.15em;
        color: inherit;
        transition: var(--transition-text);
    }

        .top-nav a:hover {
            color: var(--color-text-hover);
        }

        .top-nav a.live {
            color: var(--color-red);
        }

            .top-nav a.live:hover {
                color: var(--color-text-hover);
            }

    .top-nav .nav-call-button {
        position: absolute;
        right: 0;
        gap: 16px;
    }

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

    .nav-dropdown::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 24px;
    }

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 24px);
    left: -16px;
    display: none;
    flex-direction: column;
    background-color: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(8px);
    border-radius: var(--border-radius-small);
    box-shadow: 0px 8px 32px rgb(0 0 0 / 0.08);
    min-width: 260px;
    padding: 16px 0;
    z-index: 100;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu {
    display: flex;
}

.top-nav .icon {
    transition: rotate 0.3s ease;
}

.nav-dropdown:hover > a .icon,
.nav-dropdown.active > a .icon {
    rotate: 180deg;
}

.nav-dropdown-menu a {
    padding: 12px 24px;
    font-size: 14px;
}

.nav-call-button {
    display: flex;
    align-items: center;
    gap: 20px;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    padding: inherit;
}

.nav-call-content {
    display: flex;
    flex-direction: column;
}

.nav-call-24 {
    font: var(--font-call);
    color: var(--color-brown-title);
    letter-spacing: 0.03em;
}

.nav-call-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 50px;
    background-color: var(--color-red);
    border-radius: 100vw;
    font-size: 28px;
    color: white;
}

header {
    --_header-height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: calc(var(--_header-height) - var(--nav-height));
}

    header.small {
        --_header-height: 813px;
    }

    header.white {
        background-color: white;
    }
        header.white.livestream {
            --_header-height: 700px;
        }
    header h1 {
        font: var(--font-home-h1);
        color: white;
        max-width: var(--col6px);
        text-wrap: pretty;
        margin-top: 160px;
        margin-left: 40px;
    }

    header img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

.header-shape-left {
    position: relative;
    max-width: 380px;
    translate: 0 -30%;
    z-index: 99;
}

.header-shape-left-bg {
    display: block;
    width: 100%;
    height: 100%;
}

.header-right-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    max-width: none;
}

    /* Moves header container to the right only if it has a header text wrapper in it */
    .header-right-container:has(> .header-text-wrapper) {
        translate: 25% 0;
    }

.header-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.header-shape-right {
    margin-left: auto;
    height: 100%;
    max-width: none;
    translate: 1px 0px;
}

.header-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: var(--edge-padding-large);
    gap: 24px;
    max-width: 600px;
    background-color: var(--color-background);
    z-index: 1;
}

.header-text-inner {
    translate: -45% 0;
}

.header-text-wrapper h1 {
    font: var(--font-h1);
    color: var(--color-brown-title);
    margin: 0;
    max-width: none;
    text-wrap: pretty;
}

.header-text-wrapper p {
    margin-top: 20px;
}

.news-intro {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 144px;
}

.news-title-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    align-self: center;
    justify-self: center;
}

.news-arrow {
    font-size: 32px;
    color: var(--color-brown-title);
    text-decoration: none;
    margin-top: 8px;
}

.news-title {
    font: var(--font-h1);
    color: var(--color-red);
    text-wrap: pretty;
    margin: 0;
    text-align: center;
}
.news-content-section.livestream .news-title{
    margin:20px 0 80px;
}
.news-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: var(--col10px);
    border-radius: var(--border-radius);
    overflow: hidden;
    translate: 0px 120px;
}

.news-intro-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-image {
    margin-inline: auto;
    margin-top: var(--_content-gap);
    border-radius: var(--border-radius-small);
}

.news-content-section p:not(:first-child) {

}
.news-content-section.livestream{
    position:relative;
    z-index:9999;
    margin-top:-400px;
}
.news-content-section iframe{
    width:100%;
    height:auto;
    aspect-ratio:16 / 9;
}
.news-content-section img{
    width:100%;
    height:auto;
}
.logo-wrapper {
    position: absolute;
    inset: 0;
    top: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: calc(var(--edge-padding) / 2);
    z-index:999;
}

.logo {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.header-card {
    position: absolute;
    right: var(--edge-padding-large);
    bottom: calc(var(--header-info-bar-height) + 43px);
    background-color: rgb(255 255 255 / 0.82);
    backdrop-filter: blur(16px) brightness(1.5);
    max-width: 560px;
    box-shadow: 0px 4px 32px rgb(0 0 0 / 0.05);
}

.header-card-name {
    font: var(--font-name);
    margin-top: 30px;
}

.header-card-button-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.header-info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--header-info-bar-height);
    font-weight: 300;
    color: white;
    background-color: var(--color-brown-text);
}

.team-section {
    position: relative;
}

    .team-section.extra-margin-top {
        margin-top: 160px;
    }

    .team-section.upbreak .slider-container {
        translate: 0 -164px;
        margin-top: 0;
    }

    .team-section.upbreak .team-wrapper {
        margin-top: 0;
    }

    .team-section.upbreak .right-arrow {
        translate: 0 -164px;
    }

    .team-section:hover .slider-arrow {
        opacity: 1;
    }

    .team-section .slider-arrow.left-arrow {
        left: 0;
    }

    .team-section .slider-container {
        overflow: visible;
    }

.team-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin-left: var(--col1);
    margin-top: 96px;
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 80px;
}

    .team-wrapper.overflow {
        margin-right: calc(50% - 50vw);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        display: flex;
        gap: 80px;
    }

.team-member {
    scroll-snap-align: start;
    width: var(--col2px);
    flex-shrink: 0;
}

    .team-member:last-child {
        margin-right: 120px;
    }

    .team-member img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 100vw;
    }

    .team-member h2 {
        margin-top: 24px;
        color: var(--color-red);
    }

    .team-member p {
        margin-top: 10px;
        font: var(--font-nav);
        text-transform: uppercase;
        letter-spacing: 0.15em;
    }

.quote-section {
    margin-top: 347px;
}

    .quote-section .card {
        margin-left: calc(var(--col1) - var(--edge-padding));
    }

.quote-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-inline: auto;
    margin-top: 120px;
}

.big-quote {
    font: var(--font-h1);
    color: var(--color-red);
    text-wrap: pretty;
    color: white;
}

.big-quote-sub {
    color: white;
    font: var(--font-h3);
    margin-top: 48px;
}

.block-section {
    --_offset: calc(var(--col1) * -1);
    padding-top: 100px;
    margin-left: var(--_offset);

    .text-box h2 {
        color: var(--color-red);
    }

    .text-box p {
        /*margin-top: 24px;*/
    }

    .image-wrapper {
        border-radius: var(--border-radius);
        overflow: hidden;
    }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

    .block-section.upbreak {
        margin-top: -160px;
    }

    .block-section.large-margin-top {
        margin-top: 160px;
    }

    .block-section.upbreak .image-wrapper {
        margin-top: -170px;
    }

    .block-section.mirrored {
        padding-bottom: 350px;
    }

        .block-section.mirrored .block-section-wrapper {
            flex-direction: row-reverse;
        }

    .block-section .wrapper {
        justify-content: flex-end;
    }

    .block-section.mirrored .wrapper {
        justify-content: flex-start;
    }

.slider-container {
    position: relative;
    width: 100%;
}

    .slider-container:hover .slider-arrow {
        opacity: 1;
    }

.relative-slider-container {
    transform: translateX(calc((var(--_offset) * -1)));
}

.block-section-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 94px;
    width: 100%;
    max-width: calc(var(--wrapper-width) + 50px * 2);
    margin-inline: auto;
}

.block-section.small-padding-top {
    padding-top: 50px;
}

.block-section.big-padding-bottom {
    padding-bottom: 380px;
}

.slider-outer-container {
    position: relative;
    width: 100%;
}

.slider-arrow {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    paint-order: stroke;
    color: var(--color-brown-title);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 32px;
    transition: opacity 0.3s ease;
    -webkit-text-stroke: 8px var(--color-background);
}

    .slider-arrow:hover {
        opacity: 0.7;
        transform: translateY(-50%) scale(1.05);
    }

    .slider-arrow.left-arrow {
        left: calc(var(--col1) - 60px);
    }

    .slider-arrow.right-arrow {
        right: var(--edge-padding);
    }

.blocks-wrapper {
    display: flex;
    gap: 36px;
    max-width: 100vw;
    margin-top: -100px;
}

    .blocks-wrapper.overflow {
        margin-left: var(--col1);
        margin-top: 96px;
        margin-right: calc(50% - 50vw);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 26px;
    }

.block {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    background-color: white;
    border-radius: var(--border-radius-small);
    max-width: 380px;
    padding: 30px;
    scroll-snap-align: start;
    filter: drop-shadow(0px 4px 12px rgb(0 0 0 / 0.08));
}

    .block p {
        margin-top: 12px;
    }

    .block h3 {
        color: var(--color-brown-title);
    }

    .block img {
        padding: 32px;
        padding-top: 0;
    }

    .block .red-link {
        margin-top: auto;
        padding-top: 50px;
    }

.section-text-card {
    margin-top: 100px;
}

    .section-text-card .card {
        translate: 0 -300px;
    }

.section-faq {
    position: relative;
    margin-top: 120px;
}

    .section-faq.responsive-height {
        height: auto;
    }

    .section-faq .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: var(--border-radius);
        translate: 0 -370px;
        overflow: hidden;
    }

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
}

    .faq-wrapper.upbreak {
        translate: 0 -190px;
    }

/* === Sub page styles === */

.intro-section {
    margin-top: 120px;
}

    .intro-section h2 {
        color: var(--color-red);
        margin-bottom: 24px;
    }

    .intro-section.extra-margin-top {
        margin-top: 280px;
    }

.intro-inner {
    display: flex;
    flex-direction: column;
}

.news-content-section {
    --_content-gap: 64px;
    margin-top: 180px;
}

.image-text-section {
    --_padding: 64px;
    --_overset-left: 220px;
    --_image-top-offset: 64px;
    position: relative;
    margin-top: calc(120px + var(--_padding));
}

    .image-text-section:not(.inverted)::before {
        content: "";
        position: absolute;
        top: 290px;
        width: 100%;
        height: 630px;
        background-color: var(--color-brown);
        z-index: -1;
    }

.image-text-wrapper {
    display: flex;
    gap: 75px;
    align-items: flex-start;
    margin-top: var(--_image-top-offset);
    isolation: isolate;
}

    .image-text-wrapper.big-margin-top {
        margin-top: 200px;
    }

.image-text-content {
    position: relative;
}

    .image-text-content h2 {
        color: var(--color-red);
    }

    .image-text-content h3 {
        margin-bottom: 8px;
    }

    /* First of type AND has an H3 above it.  */
    .image-text-content p:first-of-type:has(~ h3) {
        margin-top: 32px;
    }

    .image-text-content ul {
        padding: 0;
        list-style-position: inside;
    }

    .image-text-content::before {
        content: "";
        position: absolute;
        inset: calc(var(--_padding) * -1);
        left: calc(var(--_overset-left) * -1);
        display: flex;
        width: calc(100% + var(--_overset-left) + var(--_padding));
        height: calc(100% + 2 * var(--_padding));
        margin-bottom: 50px;
        background-color: var(--color-background);
        filter: drop-shadow(0px 4px 12px rgb(0 0 0 / 0.08));
        border-radius: var(--border-radius);
        z-index: -1;
    }

.image-text-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    aspect-ratio: 68 / 61;
    margin-top: 116px;
    z-index:9999;
}

    .image-text-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 1/1;
    }

.image-text-section.inverted .image-text-wrapper {
    flex-direction: row-reverse;
}

.image-text-section.white {
    background-color: white;
}

.image-text-section.upbreak .image-text-content {
    margin-top: -80px;
}

.image-text-section.white .image-text-content::before {
    background-color: white;
}

.image-text-section.white::before {
    display: none;
}

.image-text-section.padding-bottom {
    padding-bottom: 256px;
}

.image-text-section.no-margin-top {
    margin-top: 0;
}

.image-text-content.padding-bottom::before {
    height: calc(100% + 2 * var(--_padding) + 82px);
}

.image-text-section.inverted .image-text-content::before {
    left: calc(var(--_padding) * -1);
    background-color: white;
}

.image-text-content.light::before {
    background-color: var(--color-background) !important;
}

.gallery-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 64px;
    z-index: 12;
}

.gallery-item {
    flex: 1;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.big-text-section {
    --_margin: 164px;
    margin-block: var(--_margin);
    color: var(--color-brown-title);
}

    .big-text-section.brown {
        background-color: var(--color-brown);
        color: white;
        padding-bottom: var(--_margin);
    }

    .big-text-section.padding-top {
        padding-top: var(--_margin);
    }

    .big-text-section.large-padding-bottom {
        padding-bottom: calc(var(--_margin) + 100px);
    }

    .big-text-section.no-margin-bottom {
        margin-bottom: 0;
    }

    .big-text-section.no-margin-top {
        margin-top: 0;
    }

    .big-text-section.big-padding-bottom {
        padding-bottom: 256px;
    }

.big-text-title {
    font: var(--font-h1);
    text-wrap: pretty;
}

.big-text-subtitle {
    font: var(--font-h3);
    margin-top: 48px;
}

.big-team-title {
    color: var(--color-brown-title);
}

.big-team-inner {
    margin-top: -130px;
}

.big-team-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 60px 20px;
    margin-top: 64px;
}

    .big-team-wrapper .team-member {
        margin: 0 auto;
    }

    .big-team-wrapper .red-link {
        display: flex;
        margin-top: 24px;
    }

.contact-call-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 24px;
}

    .contact-call-link .icon {
        font-size: 28px;
        display: inline-block;
    }

.contact-column-container {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.contact-buttons-section {
    padding-block: 64px 256px;
}

.contact-button-wrapper:not(:first-of-type) {
    margin-top: 48px;
}

.contact-button-column h2 {
    color: var(--color-red);
    margin-bottom: 48px;
}

.contact-button-column .link-button {
    display: inline-block;
    margin-bottom: 12px;
}

.map-section {
    background-color: white;
    padding-block: 120px;
}

    .map-section h2 {
        color: var(--color-red);
    }

    .map-section p {
        margin-top: 20px;
    }

.map-container {
    margin-left: auto;
    margin-top: -220px;
    border-radius: var(--border-radius);
    overflow: hidden;
    filter: drop-shadow(0px 4px 12px rgb(0 0 0 / 0.08));
}

.contact-form-section {
    padding-block: 136px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin-top: 32px;
}

.form-group {
    display: flex;
    width: 100%;
}

    .form-group label {
        width: var(--col2px);
    }

input,
textarea {
    border-radius: var(--border-radius-small);
    border: 2px solid var(--color-brown);
    padding: 12px 16px;
    background-color: var(--color-background);
    filter: drop-shadow(0px 4px 12px rgb(0 0 0 / 0.08));
    width: 100%;
    resize: vertical;
}

    input::placeholder,
    textarea::placeholder {
        color: var(--color-brown);
        opacity: 0.75;
    }

.submit-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.submit-button {
    background: none;
    border: none;
    outline: none;
}

#adobe-dc-view {
    margin: 150px auto 0;
    width: var(--wrapper-width);
}

@media screen and (max-width: 1900px) {
    header.nieuws{
        height:700px !important;
    }
    .news-content-section {
        --_content-gap: 64px;
        margin-top: 280px;
    }
    .header-shape-left {
        max-width: 260px;
        translate: 0 -30%;
    }

    .top-nav {
        gap: 30px;
    }

        .top-nav .nav-call-button {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 99999;
            padding: 0;
        }

        .top-nav .nav-call-content {
            display: none;
        }

    .header-card {
        max-width: 500px;
        bottom: calc(var(--header-info-bar-height) + 23px);
    }
    header h1 {
        max-width: var(--col10px);

    }
    .card {
        padding: 35px 20px;
    }

    .header-card-button-wrapper {
        gap: 20px;
    }

    .quote-wrapper {
        width: var(--col10);
    }

    .block-section-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 50px;
        margin-inline: auto;
    }

    .blocks-wrapper {
        gap: 16px;
        margin-top: 30px;
    }

    .block {
        max-width: 260px;
        padding: 25px;
    }

    .section-faq .image-wrapper {
        translate: calc(1px - (100vw - var(--wrapper-width)) / 4) -300px;
        width: var(--col9);
    }

    .footer-nav-column-wrapper {
        display: flex;
        gap: 75px;
        flex-wrap: wrap;
    }

    .footer-nav-column {
        width: var(--col3);
    }

        .footer-nav-column:last-of-type {
            margin-left: auto;
            width: var(--col4);
            justify-content: flex-end;
            display: flex;
            margin-top:-200px;
        }

    footer, .footer-top {
        width: 100%;
    }

        footer .footer-nav {
            width: calc(100% - 222px - var(--edge-padding-large) - var(--col1px))
        }

            footer .footer-nav .wrapper {
                width: 100%;
            }

    .footer-info-wrapper {
        .wrapper {
            gap: 70px;
        }
    }

    .footer-info-col {
        max-width: var(--col3);
    }

    section.padded {
        padding-bottom: 128px;
    }

    .slider-container {
        overflow: hidden;
    }

    .header-right-container {
        width: 100%;
        flex-wrap: wrap;
    }

    .header-text-wrapper {
        width: 100%;
        height: 100%;
    }

    .header-shape-right {
        width: 280px;
    }

    .header-right-container:has(> .header-text-wrapper) {
        translate: 0;
    }

    .header-shape-right {
        width: 280px;
        height: 100%;
    }

    header.small, header.white {
        --_header-height: auto;
        height: auto;
    }

    header img {
        height: 475px;
    }

    header.small .header-right-container {
        position: relative;
    }

    header.small .header-text-wrapper {
        max-width: 100%;
        padding: 0;
    }

    header.small .header-text-inner {
        translate: 0;
        width: var(--col7);
        margin: 80px auto 0;
    }

    .intro-section {
        margin-top: 40px;
    }

    header.small .header-shape-left, header.white .header-shape-left {
        position: absolute;
    }

    header.small .image-text-image, header.white .image-text-image {
        margin-top: 70px;
    }

    header.small .image-text-wrapper, header.white .image-text-wrapper {
        gap: 50px;
    }

    .section-faq .faq-wrapper {
        width: var(--col8)
    }

    .team-member p {
        letter-spacing: 0;
    }

    .team-member {
        width: var(--col3px);
    }

    .big-team-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 20px;
        margin-top: 64px;
    }

    .big-team-section .team-member {
        width: 100%;
    }

    .divider {
        margin-bottom: 20px;
    }
    .news-content-section.livestream {
        position: relative;
        z-index: 9999;
        margin-top: 100px;
    }
}

@media screen and (max-width: 1280px) {
    header.nieuws {
        height: 500px !important;
    }
    .news-content-section {
        --_content-gap: 64px;
        margin-top: 180px;
    }
    .hamburger {
        display: block;
        right: 30px;
        top: 20px;
        z-index: 99999999999999999999999999999999999999999999999999;
    }
    .logo-wrapper {
        margin-top: 50px;
    }
    .logo{
        width:150px;
    }
    .nav-background {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none;
    }

    .top-nav {
        display: none;
        position: fixed;
        height: 100vh;
        width: 50vw;
        right: 0;
        top: 0;
        background: var(--color-background);
        z-index: 99999;
        gap: 0;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: center;
        padding: 120px 0 0;
        flex-wrap: wrap;
    }

        .top-nav.is-active {
            display: flex;
        }

        .top-nav .nav-dropdown {
            width: 100%;
            justify-content: center;
            margin: 0 0 30px;
            flex-wrap: wrap;
        }

        .top-nav .nav-dropdown-menu a {
            text-align: left;
            justify-content: flex-start;
        }

        .top-nav .nav-call-content {
            display: flex
        }

        .top-nav a {
            width: 100%;
            justify-content: center;
        }

        .top-nav .nav-call-button {
            justify-content: flex-end;
        }

    .nav-dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 220px;
        margin: 30px 0 0;
    }

    header {
        flex-wrap: wrap;
        --_header-height: auto;
    }

    .header-video {
        height: 630px;
    }

    .header-shape-right {
        width: 90px;
        height: 630px;
    }

    .header-info-bar {
        position: relative;
        width: 100%;
        bottom: auto;
        padding-top: 220px;
        padding-bottom: 40px;
        margin-top: -157px;
        z-index: -1;
        height: auto;
    }

    .header-card {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        margin: 50px auto 0;
        max-width: var(--col7);
    }

    .quote-section .card {
        margin-left: var(--col1px);
    }

    .block-section .text-box {
        width: var(--col8);
        margin: 0 auto;
    }

    .block-section-wrapper {
        flex-wrap: wrap;
    }

    .block-section {
        --_offset: auto;
        padding-top: 100px;
        margin: 0 var(--_offset);
    }

        .block-section .image-wrapper {
            width: var(--col10);
            margin: 0 auto;
        }

    .blocks-wrapper:not(.slider-container .blocks-wrapper) {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        width: 100%;
        padding: 0 var(--edge-padding);
        box-sizing: border-box;
        margin-top: -80px;
    }

        .blocks-wrapper:not(.slider-container .blocks-wrapper) .block {
            width: 100%;
            max-width: 100%;
        }

            .blocks-wrapper:not(.slider-container .blocks-wrapper) .block:first-child {
                grid-row: span 2;
                transform: translate(0, 100px);
            }

    .white .blocks-wrapper:not(.slider-container .blocks-wrapper) .block:first-child {
        grid-row: initial;
        transform: none;
    }

    .slider-container {
        overflow: hidden;
    }

    section.padded.block-section {
        padding-bottom: 0;
    }

    .extraMarginResponsive {
        padding-bottom: 400px !important;
    }

    .section-faq .wrapper {
        padding: 0 25px;
    }

    .section-faq .image-wrapper {
        translate: none;
        left: 25px;
        top: -200px;
    }

    .section-faq .faq-wrapper {
        margin-top: 100px;
    }

    .block-section.upbreak .image-wrapper {
        margin-top: 0;
    }

    footer {
        margin: 100px 0 0;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
    }

    footer .footer-nav {
        width: calc(100% - 25px);
        margin-left: 25px;
        padding: 60px;
    }

        footer .footer-nav .wrapper {
            width: 100%;
            height: 100%;
        }

    .footer-nav-column:last-of-type {
        position: absolute;
        right: 0;
        top: -150px;
        margin-top:0;
    }

    .footer-info-wrapper {
        .wrapper {
            gap: 30px;
        }
    }

    .footer-info-wrapper {
        padding-right: 25px;
    }

    .team-wrapper.overflow {
        gap: 40px;
    }

    .nav-call-button.mobile {
        display: flex;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 99999;
    }

    .small header img, .small .header-shape-right, .white header img, .white .header-shape-right {
        height: 475px;
    }

    .image-text-wrapper {
        width: calc(100% - 50px);
        margin: 0 auto;
        gap: 40px;
    }

    .image-text-section {
        --_padding: 64px;
        --_overset-left: 80px;
        --_image-top-offset: 64px;
        position: relative;
        margin-top: calc(120px + var(--_padding));
    }

    .image-text-image {
        width: var(--col5);
    }

    .image-text-wrapper {
        gap: 0;
    }

    .image-text-content.col7 {
        padding: 0 40px 0 0;
    }

    .image-text-content::before {
        left: auto;
        right: 0;
    }

    .image-text-image {
        padding: 0 40px 0 0;
        border-radius: 0;
    }

    .inverted .image-text-image {
        padding: 0 0 0 40px;
    }

    .image-text-image img {
        border-radius: var(--border-radius);
    }

    .image-text-section.inverted .image-text-content::before {
        left: 0;
        background-color: white;
    }

    .inverted .image-text-content.col7 {
        padding: 0 0 0 40px;
    }

    .big-team-wrapper {
        align-items: start; /* nieuw: kaarten uitlijnen aan de bovenkant van hun rij */
    }

    .big-team-section {
        border-top: 80px solid #FFF;
    }

    .big-team-inner {
        margin-top: 100px;
        width: 100%;
        padding: 0 25px;
    }

    .big-team-wrapper .team-member {
        margin: 0 auto; /* was: margin: auto � alleen nog horizontaal centreren */
    }

    .intro-section.extra-margin-top {
        margin-top: 140px;
    }

    .image-text-wrapper.big-margin-top {
        margin-top: 50px;
    }

    .contact-column-container {
        flex-wrap: wrap;
    }

    .contact-button-column {
        width: 100%;
    }

        .contact-button-column h2 {
            color: var(--color-red);
            margin-bottom: 18px;
        }

    .contact-column-container {
        flex-wrap: wrap;
        width: calc(100% - 50px);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-button-column:first-of-type {
        grid-row: span 2;
    }

    .contact-form-section .col7 {
        width: var(--col10);
    }

    .form-group label {
        width: 150px;
    }

    .map-text-wrapper {
        margin-left: 25px;
    }

    .gallery-wrapper {
        width: calc(100% - 50px);
        margin-right: auto;
        margin-left: auto;
    }

}
@media screen and (max-width: 768px) {
    .top-nav{
        padding:80px 0 0;
        width:100%;
    }
    .logo-wrapper {
        top: -20px !important;
    }
    .logo {
        width: 100px !important;
    }
        .top-nav .nav-dropdown{
            margin:0 0 15px;
        }
    .nav-dropdown-menu {
        margin: 15px 0 0;
    }
    .header-shape-left {
        max-width: 200px;
        translate: 0px -27%;
    }
    .header-shape-right {
        width: 40px;
    }
        .header-shape-right{
            display:none;
        }
        .header-card {
            max-width: calc(100% - 30px);
        }
    .header-card-button-wrapper {
        gap: 20px;
        flex-direction: column;
    }
    .nav-call-button.mobile {
        bottom: 15px;
        right: 15px;
    }
    .hamburger {
        right: 15px;
        top: 20px;
    }
    header h1 {
        margin-top: 50px;
        max-width: calc(100% - 80px);
    }
    .header-video, .header-shape-right {
        height: 460px;
    }
    .header-info-bar {
        margin-top: 40px;
        padding-top: 40px;
    }
    .team-member {
        width: var(--col6px);
    }
        .team-member h2{
            font-size:22px;
        }
    .quote-section .card, .quote-wrapper, .block-section .text-box,
    .blocks-wrapper:not(.slider-container .blocks-wrapper) {
        margin-left: 15px;
        width: calc(100% - 30px);
    }
    .block-section .image-wrapper {
        width: calc(100% - 30px);
    }
    .blocks-wrapper:not(.slider-container .blocks-wrapper) {
        grid-template-columns: 1fr;
    }
        .blocks-wrapper:not(.slider-container .blocks-wrapper) .block:first-child {
            grid-row: span 2;
            transform: none;
        }
    .blocks-wrapper:not(.slider-container .blocks-wrapper) {
        margin: 40px auto 0;
        padding:0;
    }
    .section-text-card .card, .section-faq .faq-wrapper {
        width: 100%;
        margin-top: 40px;
    }
    .section-faq .wrapper {
        padding: 0 15px;
    }
    .section-faq .image-wrapper {
        position:relative;
        translate: none;
        left: auto;
        top: -200px;
        width:100%;
    }
    .blocks-wrapper.overflow {
        margin-top: 0;
        margin-left: 15px;
    }
    footer .footer-nav {
        width: calc(100% - 15px);
        margin-left: 15px;
        padding: 40px 30px;
    }
    .footer-nav-column {
        width: 100%;
    }
    .footer-nav-column-wrapper {
        gap: 40px;
    }
    .footer-info-wrapper {
        height: auto;
        padding:0 15px;
    }
    .footer-info-wrapper {
        .wrapper {
            gap: 20px;
            padding:80px 0 40px;
        }
    }
    .footer-info-col {
        max-width: 100%;
        width: 100%;
    }
    footer small{
        display:block;
    }
    footer small a {
        display: block;
        width: 100%;
    }
    footer small span{
        display: none;
    }
    header img {
        position:relative;
    }
    .logo-wrapper {
        align-items: start;
        justify-content: start;
    }
    header img {
        height: 200px;
    }
    header.small .header-text-inner, .intro-section .col7{
        width: calc(100% - 30px);
    }
    .image-text-wrapper {
        flex-wrap:wrap;
    }
    .image-text-image {
        width:100%;
        padding:0;
    }
    .image-text-image {
        margin-top: 0;
        aspect-ratio: auto;
    }
    .image-text-section {
        --_padding: 64px;
        --_overset-left: 80px;
        --_image-top-offset: 64px;
        position: relative;
        margin-top: calc(10px + var(--_padding));
    }
    .image-text-content::before {
        content: "";
        position: absolute;
        inset: 0;
        left: 0;
        right: 0;
        display: flex;
        width: 100%;
        height: calc(100% + 2 * var(--_padding));
        z-index: -1;
    }
    .image-text-content.col7 {
        width: 100%;
        padding:35px 25px;
        margin:15px 0 0;
    }
    .image-text-wrapper {
        width: calc(100% - 30px);
    }
    .inverted .image-text-image {
        padding: 0 0 0 0;
    }
    .inverted .image-text-content.col7 {
        padding: 35px 25px;
    }
    .team-section {
        position: relative;
        margin: 80px 0 0;
    }
    .big-text-section {
        --_margin: 80px;
    }
    .footer-nav-column:last-of-type {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        justify-content: flex-start;
    }
    .big-text-section.big-padding-bottom {
        padding-bottom: 120px;
        padding-top: 80px;
    }
    .big-team-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 10px;
        margin-top: 64px;
    }
    .team-member h2 {
        font-size: 19px;
    }
    .image-text-section {
        --_padding: 30px;
    }
        .image-text-section:not(.inverted)::before {
            height: calc(100% - 200px);
        }
    .team-section.extra-margin-top {
        margin-top: 0px;
    }
    .header-shape-left {
        max-width: 150px;
        translate: 0px -42%;
    }
    .logo-wrapper {
        top: 14%;
    }
    .logo {
        width: 250px;
    }
    header.small .header-text-inner {
        margin: 40px auto 0;
    }
    .contact-column-container {
        width: calc(100% - 30px);
        grid-template-columns: 1fr;
    }
    .form-group{
        flex-wrap:wrap;

    }
        .form-group label{
            width:100%;
        }
    input, textarea{
        margin:5px 0 0;
    }
    .map-text-wrapper {
        margin:0 15px;
        width:calc(100% - 30px)
    }
    .map-container {
        margin-left: 15px;
        margin-top: 30px;
        border-radius: var(--border-radius);
        overflow: hidden;
        filter: drop-shadow(0px 4px 12px rgb(0 0 0 / 0.08));
        width:calc(100% - 30px);
    }
    .map-container iframe{
        height:300px;
    }
    .contact-form-section .col7{
        width:calc(100% - 30px)
    }
    .big-text-section.no-margin-bottom .col8 {
        width: calc(100% - 30px)
    }
    footer {
        margin: 0;
    }
    .news-content-section .col7 {
        width: calc(100% - 30px);
    }
}