:root {
    --zwart: rgb(40,40,40);
    --blauw: rgb(46,67,73);
    --oranje: rgb(200,120,35);
    --grijs: #eaeced;
    --donker-grijs: #a9b4b6;
    --blauw30: rgba(46,67,73, 0.3);
    --hamburger-color: #FFF;
    --hamburger-color-sticky: var(--donkerBlauw);
    --hamburger-color-hover: var(--donkerBlauw);
    --hamburger-color--hover-sticky: var(--donkerBlauw);
}

: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);
}

.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 {
    margin-left: auto;
}

.alignCenter {
    text-align: center;
    justify-content: center;
}

.colAlignCenter {
    display: flex !important;
    justify-content: center !important;
}
.pullRight{
    margin-left:auto;
}

@font-face {
    font-family: 'TTNorms-Regular';
    src: url('fonts/TTNorms-Regular.eot');
    src: url('fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/TTNorms-Regular.woff2') format('woff2'), url('fonts/TTNorms-Regular.woff') format('woff'), url('fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro-Regular';
    src: url('fonts/MarkPro-Regular.eot');
    src: url('fonts/MarkPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Regular.woff2') format('woff2'), url('fonts/MarkPro-Regular.woff') format('woff'), url('fonts/MarkPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro-Bold';
    src: url('fonts/MarkPro-Bold.eot');
    src: url('fonts/MarkPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Bold.woff2') format('woff2'), url('fonts/MarkPro-Bold.woff') format('woff'), url('fonts/MarkPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --navLink: 16px/26px 'MarkPro-Bold';
    --headerTitel: 70px/72px 'MarkPro-Bold';
    --headerSubTitel: 30px/36px 'MarkPro-Bold';
    --koppen: 34px/29px 'MarkPro-Bold';
    --kleineKoppen: 17px/19px 'CodecWarm-ExtraBold';
    --defaultTekst: 18px/28px 'MarkPro-Regular';
    --getallen: 65px/65px 'MarkPro-Bold';
    --getallenOnderschrift: 24px/24px 'MarkPro-Bold';
    --buttonFont: 25px/25px 'MarkPro-Bold';
    --footerLink: 12px/12px 'TTNorms-Regular';
}

@media screen and (max-width:1200px) {
    :root {
        --navLink: 16px/26px 'MarkPro-Bold';
        --headerTitel: 50px/52px 'MarkPro-Bold';
        --headerSubTitel: 20px/26px 'MarkPro-Bold';
        --koppen: 34px/29px 'MarkPro-Bold';
        --getallenOnderschrift: 16px/16px 'MarkPro-Bold';
    }
}
@media screen and (max-width:740px) {
    :root {
        --headerTitel: 30px/32px 'MarkPro-Bold';
        --headerSubTitel: 20px/26px 'MarkPro-Bold';
    }
}
.hamburger--3dx .hamburger-box, .hamburger--3dx-r .hamburger-box, .hamburger--3dy .hamburger-box, .hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger {
    position: absolute;
    right: 50px;
    top: 40px;
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 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: 30px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 30px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 0;
        background-color: var(--hamburger-color);
    }
.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)
    }

body {
    margin: 0;
    padding: 0;
    font: var(--defaultTekst);
}

.goudGradient {
    background: -moz-linear-gradient(5.63% -1161.08% -20deg,rgba(199, 120, 45, 1) 5%,rgba(214, 159, 87, 1) 35%,rgba(212, 154, 80, 1) 37.66%,rgba(206, 134, 56, 1) 49.17%,rgba(202, 121, 39, 1) 61.3%,rgba(200, 113, 28, 1) 74.36%,rgba(199, 110, 25, 1) 90%);
    background: -webkit-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    background: -webkit-gradient(linear,5.63% -1161.08%,94.37% 1261.08%,color-stop(0.05,rgba(199, 120, 45, 1) ),color-stop(0.35,rgba(214, 159, 87, 1) ),color-stop(0.3766,rgba(212, 154, 80, 1) ),color-stop(0.4917,rgba(206, 134, 56, 1) ),color-stop(0.613,rgba(202, 121, 39, 1) ),color-stop(0.7436,rgba(200, 113, 28, 1) ),color-stop(0.9,rgba(199, 110, 25, 1) ));
    background: -o-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    background: -ms-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7782D', endColorstr='#C76E19' ,GradientType=0)";
    background: linear-gradient(110deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7782D',endColorstr='#C76E19', GradientType=1);
}
.teamMember .teamTekst .teamLinkedIn span:after {
    background: -moz-linear-gradient(-10.22% 28.08% -20deg,rgba(199, 120, 45, 1) 5%,rgba(214, 159, 87, 1) 35%,rgba(212, 154, 80, 1) 37.66%,rgba(206, 134, 56, 1) 49.17%,rgba(202, 121, 39, 1) 61.3%,rgba(200, 113, 28, 1) 74.36%,rgba(199, 110, 25, 1) 90%);
    background: -webkit-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    background: -webkit-gradient(linear,-10.22% 28.08%,110.22% 71.92%,color-stop(0.05,rgba(199, 120, 45, 1) ),color-stop(0.35,rgba(214, 159, 87, 1) ),color-stop(0.3766,rgba(212, 154, 80, 1) ),color-stop(0.4917,rgba(206, 134, 56, 1) ),color-stop(0.613,rgba(202, 121, 39, 1) ),color-stop(0.7436,rgba(200, 113, 28, 1) ),color-stop(0.9,rgba(199, 110, 25, 1) ));
    background: -o-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    background: -ms-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
    background: linear-gradient(110deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
}
.btn {
    display: inline-flex;
    align-content: center;
    align-items: center;
    height: 50px;
    color: #000;
    text-decoration: none;
    padding: 0 15px;
   font: var(--buttonFont);
}
.wrapper {
    position: relative;
    width: var(--wrapper-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
h1 {
    font: var(--koppen);
}
h2 {
    font: var(--koppen);
}
a {
    color: var(--zwart);
    text-decoration: none;
}

header, section, footer {
    position: relative;
    margin: 0 var(--default-side-marginPX);
    width: calc(100% * (var(--default-side-marginPX) * 2));
}

header {
    width: 100%;
    margin: 0;
}

    header .topBar {
        position: relative;
        height: var(--height-navBar);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        header .topBar .logoContainer {
            position: absolute;
            top: 0;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        header .topBar img, .logo {
            width: var(--logo-width);
        }

        header .topBar a {
            margin: 0 var(--default-side-marginPX) 0 auto;
            font: var(--navLink);
            z-index:100;
        }

    header .headerFotoContainer {
        position: relative;
        height: 960px;
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

        header .headerFotoContainer:before, header .headerFotoContainer:after {
            position: absolute;
            top: 0;
            width: 100%;
            height: 390px;
            display: block;
            content: "";
            background: -moz-linear-gradient(50% 99.06% 90deg,rgba(46, 67, 73, 0) 0%,rgba(46, 67, 73, 1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            background: -webkit-gradient(linear,50% 99.06%,50% -66.09%,color-stop(0,rgba(46, 67, 73, 0) ),color-stop(1,rgba(46, 67, 73, 1) ));
            background: -o-linear-gradient(90deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            background: -ms-linear-gradient(90deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4349', endColorstr='#2E4349' ,GradientType=0)";
            background: linear-gradient(0deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4349',endColorstr='#2E4349', GradientType=0);
        }

        header .headerFotoContainer:after {
            height: 110px;
            background: -moz-linear-gradient(50% 77.78% 90deg,rgba(46, 67, 73, 0) 0%,rgba(46, 67, 73, 1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            background: -webkit-gradient(linear,50% 77.78%,50% -254.65%,color-stop(0,rgba(46, 67, 73, 0) ),color-stop(1,rgba(46, 67, 73, 1) ));
            background: -o-linear-gradient(90deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            background: -ms-linear-gradient(90deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4349', endColorstr='#2E4349' ,GradientType=0)";
            background: linear-gradient(0deg, rgba(46, 67, 73, 0) 0%, rgba(46, 67, 73, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E4349',endColorstr='#2E4349', GradientType=0);
        }

        header .headerFotoContainer .headerFotoContent {
            position: relative;
            z-index: 100;
            color: #FFF;
            font: var(--headerSubTitel);
            padding: 110px 0 0;
        }

            header .headerFotoContainer .headerFotoContent .titel {
                font: var(--headerTitel);
                display: block;
                margin: 0 0 20px;
            }

.content {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--default-side-marginPX);
}

    .content .fotoCol img {
        width: 100%;
    }

    .content .tekstCol, .team .tekstCol {
        padding: 50px 140px;
        box-sizing: border-box;
    }
.team .tekstCol {
    padding-left: 50px;
    padding-right: 50px;
}
    .getallen, .believe {
    font: var(--getallenOnderschrift);
    color: var(--blauw);
    text-align: center;
    margin: var(--section-margin) 0 0;
}
.believe {
    font: var(--headerSubTitel);
}
    .getallen .col4 {
        position: relative
    }
    .believe .col8{
        padding:60px 0 70px;
    }
        .getallen .col4:before, .team .visiteKaartje .naam:before, .believe .col8:before, .believe .col8:after, .teamOverzicht .fotoTekstContainer .contentOverlay .naam:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            content: "";
            margin: 0 auto;
            width: 100px;
            height: 4px;
            background: -moz-linear-gradient(5.63% -1161.08% -20deg,rgba(199, 120, 45, 1) 5%,rgba(214, 159, 87, 1) 35%,rgba(212, 154, 80, 1) 37.66%,rgba(206, 134, 56, 1) 49.17%,rgba(202, 121, 39, 1) 61.3%,rgba(200, 113, 28, 1) 74.36%,rgba(199, 110, 25, 1) 90%);
            background: -webkit-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
            background: -webkit-gradient(linear,5.63% -1161.08%,94.37% 1261.08%,color-stop(0.05,rgba(199, 120, 45, 1) ),color-stop(0.35,rgba(214, 159, 87, 1) ),color-stop(0.3766,rgba(212, 154, 80, 1) ),color-stop(0.4917,rgba(206, 134, 56, 1) ),color-stop(0.613,rgba(202, 121, 39, 1) ),color-stop(0.7436,rgba(200, 113, 28, 1) ),color-stop(0.9,rgba(199, 110, 25, 1) ));
            background: -o-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
            background: -ms-linear-gradient(-20deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7782D', endColorstr='#C76E19' ,GradientType=0)";
            background: linear-gradient(110deg, rgba(199, 120, 45, 1) 5%, rgba(214, 159, 87, 1) 35%, rgba(212, 154, 80, 1) 37.66%, rgba(206, 134, 56, 1) 49.17%, rgba(202, 121, 39, 1) 61.3%, rgba(200, 113, 28, 1) 74.36%, rgba(199, 110, 25, 1) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7782D',endColorstr='#C76E19', GradientType=1);
        }
.believe .col8:after {
    top:auto;
    bottom:0;
}
    .getallen .getal {
        margin: 10px 0 0;
        font: var(--getallen);
        text-transform: uppercase;
    }

.kernwaarden {
    font: var(--getallenOnderschrift);
    color: #FFF;
    background: var(--blauw);
    text-align: center;
    margin: var(--section-margin) 0 0;
    padding: 120px 0 110px;
}

    .kernwaarden .col3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:calc(var(--col3) - 20px);
        margin:0 10px;
    }

    .kernwaarden img {
        display: inline-flex;
        margin: 0 0 20px;
        width: auto;
        height:110px;
    }

.team {
    /*    margin: var(--section-margin) 0 0;
    display: flex;
    flex-wrap: wrap;*/
    width: calc(100% - (var(--margin-side)*2));
    margin-left: auto;
    margin-right: auto;
    padding: 150px 0;
}
.teamOverzicht {
    background: none;
    padding: 0;
    margin-bottom: 50px;
}

    .teamOverzicht h2 {
        border-color: var(--grijs);
        margin: 100px 0 40px;
    }
.team .wrapper .fotoTekstContainer:hover .imageContainer:after{
    background:var(--oranje);
}
.team .wrapper .fotoTekstContainer .imageContainer:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    top: 0;
    left: 0;
    opacity: .6;
    transition: ease-in-out background .3s;
}
.teamOverzicht .fotoTekstContainer .contentOverlay .naam {
    position: relative;
    color: var(--blauw);
    font: var(--getallenOnderschrift);
}

        .teamOverzicht .fotoTekstContainer .contentOverlay .naam:after {
            bottom: -10px;
            top: auto;
            left: 0;
            right: auto;
        }

    .teamOverzicht .fotoTekstContainer .contentOverlay .functie {
        margin: 15px 0 0;
        color: var(--oranje);
    }

    .teamOverzicht .wrapper.teamMember {
        margin-bottom: 50px;
        background: var(--grijs);
    }

    .teamOverzicht .wrapper .fotoTekstContainer .contentOverlay {
        position:absolute;
        background:#FFF;
        padding: 20px 30px 0;
        height: 100px;
        bottom: 0;
        left: 40px;
        right: 40px;
        box-sizing:border-box;
        width: calc(100% - 80px);
    }

    .teamOverzicht .wrapper.teamMember {
        margin: 0 auto 50px;
    }

        .teamOverzicht .wrapper.teamMember .col4 {
            position:relative;
            width: var(--col4);
        }

.teamMember .teamTekst {
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    color: #000;
}

    .teamMember .teamTekst p {
        display: inline;
    }

.teamMember .teamTekst {
}

    .teamMember .teamTekst .teamLinkedIn {
        display: flex;
        align-content: center;
        align-items: center;
        position: absolute;
        padding: 0 0 0 50px;
        box-sizing: border-box;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        border-top: 2px solid var( --donker-grijs);
        font: var(--linkedin-member);
        color: var(--oranje);
        text-decoration: none;
    }

        .teamMember .teamTekst .teamLinkedIn span {
            display: inline-flex;
            height: 20px;
            width: 20px;
            position: relative;
            z-index: 10;
            color: #FFF;
            justify-content: center;
            align-items: center;
            font-size: 10px;
            margin: 0 0 0 15px;
        }

.team .teamMember .fotoTekstContainer {
    margin-bottom: 0;
}
.teamMember .teamTekst .teamLinkedIn span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transition: all ease-in-out 0.3s;
    transform-origin: top left;
}
.team .wrapper .fotoTekstContainer .imageContainer {
    position: relative;
    height: var(--height-news-foto);
}
.team .wrapper .fotoTekstContainer img {
    height: 100%;
    width:100%;
    object-fit: cover;
    object-position: center center;
}

    /*
.teamOverzicht .wrapper {
    margin-bottom: 50px;
    justify-content: space-between;
}
.teamOverzicht h2 {
    color: #000;
    border-bottom: 1px solid rgb(234,236,237);
    width: 100%;
    padding: 0 0 15px;
    margin: 0 0 80px;
}
.team .fotoTekstContainer {
    position: relative;
    margin-bottom: calc(75px + 50px);
}
.team .wrapper .fotoTekstContainer .imageContainer {
    position: relative;
    height: var(--height-news-foto);
}
.team .wrapper .fotoTekstContainer {
    width: calc(var(--col4) - (50px / 3));
}
.teamOverzicht .fotoTekstContainer .contentOverlay .naam:after {
    bottom: -10px;
    top: auto;
    left: 0;
    right: auto;
}
.teamOverzicht .wrapper:after {
    content: "";
    width: calc(var(--col4) - (50px / 3));
}
.team .wrapper .fotoTekstContainer img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    display: block;
}
.team .wrapper .fotoTekstContainer .imageContainer:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    top: 0;
    left: 0;
    opacity: 0.6;
    transition: ease-in-out background 0.3s;
}
.team .wrapper .fotoTekstContainer:hover .imageContainer:after {
    background: var(--oranje);
}
.team .wrapper .fotoTekstContainer .contentOverlay {
    position: absolute;
    bottom:0;
    right: 40px;
    width: calc(100% - 80px);
    padding: 35px 50px 40px 30px;
    height: 100px;
    box-sizing: border-box;
    background:#FFF;
}
.teamOverzicht .fotoTekstContainer .contentOverlay .naam {
    position: relative;
    color: var(--blauw);
    font: var(--getallenOnderschrift);
}
.teamOverzicht .fotoTekstContainer .contentOverlay .functie {
    margin: 20px 0 0;
    color: var(--oranje);
    font: 15px/18px 'MarkPro-Regular';
    text-transform: uppercase;
}
.teamOverzicht .wrapper .fotoTekstContainer .contentOverlay {
    padding: 20px 30px 0;
    height: 100px;
    bottom: 0;
}*/
    /*    .team .fotoCol {
        display: flex;
        padding: 0 var(--default-side-marginPX) 0 0;
        box-sizing: border-box;
        height: fit-content;
    }

    .team .visiteKaartje {
        width: calc(var(--col3) - 20px);
        background: var(--blauw30);
        padding: 65px 50px 50px;
        margin: 0 0 0 20px;
        text-align: center;
        color:var(--blauw);
    }

        .team .visiteKaartje img {
            width: 100%;
            border-radius: 100%;
            margin: 0 0 35px;
        }

        .team .visiteKaartje .naam {
            padding: 10px 0 0;
            margin: 0 0 10px;
            position: relative;
            font: var(--getallenOnderschrift);
        }*/
    .contact {
    margin: var(--section-margin) 0 0;
    text-align: center;
}
    .contact .wrapper{
        justify-content:center;
    }
    .contactRow {
        position: relative;
        width: 100%;
    }

    .contactRow .box {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        display: block;
        background-color: #FFF;
        color: #000;
        height: 55px;
        line-height: 55px;
        border: 0;
        padding: 17px 9px 0;
        box-sizing: border-box;
        margin: 0 0 9px;
        border:1px solid var(--blauw30);
    }
        .contactRow .box.error {
            border: 1px solid #FF0000;
        }
            .contactRow textarea.box {
            height: 200px;
        }
        .contactRow label.error{
            display:none !important;
        }
        .contactRow .placeholder {
            position: absolute;
            top: 4px;
            left: 9px;
            font-size: 10px;
            color: var(--blauw);
        }
.contact .adresGegevens{
    margin:80px 0 0;
    justify-content:flex-start;
    text-align:left;
    display:flex;
    color:var(--zwart);
}
    .contact .adresGegevens strong {
        font: var(--navLink);
    }
    .contact .formulierVerzonden{
    display:none;
}
.logo {
    margin: var(--section-margin) 0 0;
}
footer {
    margin: var(--default-side-marginPX);
    width: calc(100% * (var(--default-side-marginPX) * 2));
    background: var(--blauw);
    color: #FFF;
    text-align: center;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: var(--footerLink);
}
footer a{
    color:#FFF;
}
    footer   .sep{
        margin:0 10px;
        display:block;
    }
@media screen and (max-width: 1600px) {
    .content .fotoCol {
        width: var(--col4);
    }
    .content .tekstCol {
        width: var(--col8);
    }
    .content .tekstCol, .team .tekstCol {
        padding: 0 70px;
    }
}
@media screen and (max-width: 1400px) {
    .team{
        margin-top: 80px;
    }

        .team .tekstContainer {
            padding: 25px 0 0 80px;
        }

    .team{
        padding: 80px 0 0;
    }
        .team .wrapper .fotoTekstContainer .contentOverlay{
            padding: 20px var(--button-height) 40px 20px;
            height: 220px;
            bottom: calc(1px - 1px - (220px - var(--button-height)));
        }

        .team .fotoTekstContainer{
            margin-bottom: calc(60px + 220px - var(--button-height));
        }

        .team .tekstContainer {
            padding: 25px 0 0 0;
        }
        .team .wrapper.teamMember .fotoTekstContainer .contentOverlay {
            position: relative;
            left: 0;
            width: 100%;
            bottom: 0;
            height: auto;
            padding-bottom: 0;
        }

    .teamOverzicht .wrapper.teamMember .col4 {
        margin: 0;
    }

    .teamOverzicht .wrapper.teamMember {
        padding: 0;
    }
}
@media screen and (max-width:1280px) {
    .teamOverzicht .wrapper.teamMember {
        width: 100%;
    }
    .team .wrapper .fotoTekstContainer .contentOverlay {
        padding: 35px 25px 60px 25px;
    }
    .team .wrapper .fotoTekstContainer {
        width: calc(50% - 9px);
    }
    .team .tekstContainer {
        width: 100%;
        margin-bottom: 70px;
    }
    .teamOverzicht h2 {
        margin: 0 0 40px;
    }

    .team {
        padding-top: 0;
    }
}
    @media screen and (max-width:1000px) {
        header .topBar .logoContainer {
            justify-content: flex-start;
            padding: 0 var(--default-side-marginPX);
            box-sizing: border-box;
        }

        .content {
            flex-direction: column;
            align-content: center;
        }

            .content .fotoCol, .content .tekstCol {
                width: var(--col8);
            }

            .content .tekstCol {
                padding: 0;
            }

            .content .tekstCol {
                padding: 0;
            }

   /*     .team .wrapper {
            flex-direction: column;
            align-content: center;
        }

        .team .tekstCol {
            width: var(--col12);
        }*/

        .contact .formulier.col6, .adresGegevens {
            width: 100%;
        }

        .kernwaarden .col3 {
            width: calc(var(--col6) - 20px);
            margin: 0 10px 40px;
        }
    }

    @media screen and (max-width:740px) {
        header .headerFotoContainer {
            height: 360px;
        }

            header .headerFotoContainer .headerFotoContent {
                padding: 50px 30px 0;
            }

        .content .fotoCol, .content .tekstCol, .believe .col8 {
            width: 100%;
        }

        .team .tekstCol {
            padding: 0;
        }

        .kernwaarden .col3 {
            width: calc(var(--col12) - 20px);
            margin: 0 10px 40px;
        }

        .contact .adresGegevens {
            flex-wrap: wrap;
        }

        .adresGegevens .col6 {
            width: 100%;
            margin: 0 0 20px;
        }
        .team{
            margin-top: 60px;
        }
        
            .team .fotoTekstContainer {
                margin: 0;
                width: 100%;
            }

                .team .wrapper .fotoTekstContainer .contentOverlay{
                    bottom: 0;
                    position: relative;
                    width: 100%;
                    left: 0;
                    right: 0;
                    height: auto;
                }

                        .team .fotoTekstContainer {
                width: 100%;
                margin: 25px 0 0;
            }
            .team{
                width:100%;
            }
            .team .tekstContainer {
                margin-bottom: 45px;
            }

            .team .wrapper .fotoTekstContainer {
                width: 100%;
            }

            .team .wrapper {
                padding-bottom: 80px;
            }
        .teamOverzicht .wrapper.teamMember .col4, .teamMember .teamTekst {
            width: 100%;
        }

        .teamMember .teamTekst {
            padding: 40px 30px 70px;
        }

        .team .wrapper.teamMember .fotoTekstContainer .contentOverlay {
            left: 30px;
            width: calc(100% - 60px);
            position: absolute;
            bottom: 0;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .teamMember .teamTekst .teamLinkedIn {
            padding-left: 30px;
        }
    }
:root {
    --wrapper-width: 1400px;
    --default-side-margin: calc((100% - var(--wrapper-width)) /2);
    --default-side-margin-viewport: calc((100vw - var(--wrapper-width)) /2);
    --height-navBar: 110px;
    --logo-width: 450px;
    --default-side-marginPX: 60px;
    --section-margin: 115px;
    --height-news-foto: 400px;
}
@media screen and (max-width: 1600px) {
    :root {
        --wrapper-width: 1200px;
        --height-navBar: 110px;
        --logo-width: 450px;
        --default-side-marginPX: 60px;
        --section-margin: 115px;
    }
}

@media screen and (max-width:1200px) {
    :root {
        --wrapper-width: 1000px;
    }
}

@media screen and (max-width:1000px) {
    :root {
        --wrapper-width: calc(100% - 120px);
        --logo-width: 250px;
        --height-navBar: 90px;
    }

}
@media screen and (max-width:740px) {
    :root {
        --wrapper-width: calc(100% - 60px);
        --logo-width: 250px;
        --height-navBar: 90px;
        --default-side-marginPX: 30px;
        --logo-width: 180px;
    }
}