.hamburger--3dx .hamburger-box, .hamburger--3dx-r .hamburger-box, .hamburger--3dy .hamburger-box, .hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 20px;
    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(--donker-blauw);
}

.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: 4px;
        border-radius: 4px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        background-color: var(--donker-blauw);
    }

        .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)
    }

.col1 {
    width: calc((100% / 12) * 1);
}
.col2 {
    width: calc((100% / 12) * 2);
}
.col3 {
    width: calc((100% / 12) * 3);
}
.col4 {
    width: calc((100% / 12) * 4);
}
.col5 {
    width: calc((100% / 12) * 5);
}
.col6 {
    width: calc((100% / 12) * 6);
}
.col7 {
    width: calc((100% / 12) * 7);
}
.col8 {
    width: calc((100% / 12) * 8);
}
.col9 {
    width: calc((100% / 12) * 9);
}
.col10 {
    width: calc((100% / 12) * 10);
}
.col11 {
    width: calc((100% / 12) * 11);
}
.col12 {
    width: calc((100% / 12) * 12);
}
.alignRight{
    text-align:right;
    justify-content:flex-end;
}
.alignCenter{
    text-align:center;
    justify-content:center;
}
@font-face {
    font-family: 'Flexo-Regular';
    src: url('fonts/Flexo-Regular.eot');
    src: url('fonts/Flexo-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Flexo-Regular.woff2') format('woff2'), url('fonts/Flexo-Regular.woff') format('woff'), url('fonts/Flexo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Medium';
    src: url('fonts/Flexo-Medium.eot');
    src: url('fonts/Flexo-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Flexo-Medium.woff2') format('woff2'), url('fonts/Flexo-Medium.woff') format('woff'), url('fonts/Flexo-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Demi';
    src: url('fonts/Flexo-Demi.eot');
    src: url('fonts/Flexo-Demi.eot?#iefix') format('embedded-opentype'), url('fonts/Flexo-Demi.woff2') format('woff2'), url('fonts/Flexo-Demi.woff') format('woff'), url('fonts/Flexo-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flexo-Bold';
    src: url('fonts/Flexo-Bold.eot');
    src: url('fonts/Flexo-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Flexo-Bold.woff2') format('woff2'), url('fonts/Flexo-Bold.woff') format('woff'), url('fonts/Flexo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anteb-Light';
    src: url('fonts/Anteb-Light.eot');
    src: url('fonts/Anteb-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Anteb-Light.woff2') format('woff2'), url('fonts/Anteb-Light.woff') format('woff'), url('fonts/Anteb-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xx3w38');
  src:  url('fonts/icomoon.eot?xx3w38#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xx3w38') format('truetype'),
    url('fonts/icomoon.woff?xx3w38') format('woff'),
    url('fonts/icomoon.svg?xx3w38#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-brief:before {
  content: "\e900";
}
.icon-envelop:before {
  content: "\e901";
}
.icon-facebook .path1:before {
  content: "\e902";
  color: rgb(232, 241, 247);
}
.icon-facebook .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(14, 69, 117);
}
.icon-linkedin .path1:before {
  content: "\e904";
  color: rgb(232, 241, 247);
}
.icon-linkedin .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(14, 69, 117);
}
.icon-linkedin .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(14, 69, 117);
}
.icon-links:before {
  content: "\e907";
}
.icon-locatie:before {
  content: "\e908";
}
.icon-pijl:before {
  content: "\e909";
}
.icon-rechts:before {
  content: "\e90a";
}
.icon-telefoon:before {
  content: "\e90b";
}
.icon-twitter .path1:before {
  content: "\e90c";
  color: rgb(232, 241, 247);
}
.icon-twitter .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(14, 69, 117);
}
.icon-whattsapp .path1:before {
  content: "\e90e";
  color: rgb(232, 241, 247);
}
.icon-whattsapp .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(14, 69, 117);
}
.icon-facebook2:before {
    content: "\e910";
    color: #717171;
}

.icon-linkedin2:before {
    content: "\e911";
    color: #717171;
}
:root {
    --donker-blauw: rgb(14,69,117);
    --licht-blauw: rgb(195,207,214);
    --blauw-active: var(--blauw-tint-1);
    --blauw-tint-1: rgb(196,219,236);
    --blauw-tint-2: rgb(193,206,213);
    --donkerblauw-tint-1: rgb(95,178,214);
    --donkerblauw-tint-2: rgb(150,191,221);
    --nieuws-blauw-tint-1: rgb(245,247,248);
    --nieuws-blauw-tint-2: rgb(231,241,246);
    --nieuws-blauw-tint-3: var(--blauw-tint-2);
    --contactform-blauw: var(--nieuws-blauw-tint-2);
    --geel-tint-1: rgba(249, 206, 138, 1);
    --geel-tint-2: rgba(246, 221, 205, 1);
    --nieuws-geel-tint-1: rgb(252,244,238);
    --nieuws-geel-tint-2: rgb(254,238,214);
    --geel-active: var(--geel-tint-1);
    --geel-hover: rgba(234,173,135);
    --wrapper-width: 1180px;
    --topbar-font: 15px/18px 'Flexo-Demi';
    --menu-font-color: rgb(63, 63, 63);
    --menu-font: 18px 'Flexo-Demi';
    --default-font: 17px/27px 'Flexo-Medium';
    --intro-font: 20px/34px 'Flexo-Medium';
    --footer-font: 15px/27px 'Flexo-Demi';
    --button-font: 15px 'Flexo-Demi';
    --default-font-color: rgb(63,63,63);
    --homeslider-titel-groot: 60px/72px 'Flexo-Demi';
    --homeslider-titel-klein: 42px/55px 'Flexo-Demi';
    --h1: 37px/53px 'Flexo-Demi';
    --h2: 27px/33px 'Flexo-Demi';
    --h1-content: var(--homeslider-titel-groot);
    --h2-content: var(--homeslider-titel-klein);
    --h3: 25px/30px 'Flexo-Demi';
    --h4: 18px/21px 'Flexo-Bold';
    --dienst-overzicht-font: var(--topbar-font);
    --nieuws-datum: 11px 'Flexo-Demi';
    --nieuws-overzicht-tekst: 15px/27px 'Flexo-Regular';
    --review-titel: 40px 'Flexo-Demi';
    --kruimpad-font: var(--topbar-font);
    --teamlid-eigenschappen: var(--h4);
}
.hamburger{
    display:none;
}
body {
    margin: 0;
    padding: 0;
    font: var(--default-font);
    color: var(--default-font-color);
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font: var(--h1);
    color: var(--donker-blauw);
    margin: 0 0 50px;
}

.content h1 {
    font: var(--h1-content);
}

.content h2 {
    font: var(--h2-content);
    margin: 0;
    color: var(--donker-blauw);
}

.ontmoetOnsTeam h2 {
    font: var(--h1);
    color: var(--donker-blauw);
}

h2 {
    font: var(--h2);
    color: var(--licht-blauw);
    margin: 0 0 50px;
}

.dienst h2, .dienstUitgelichtContainer h2 {
    color: var(--donker-blauw);
    font: var(--h2);
}

h3 {
    font: var(--h3);
}

h4 {
    font: var(--h4);
    margin: 0 0 20px;
}

.nieuwsOverzicht h4 {
    font: var(--button-font);
    margin: 0 0 10px;
}

.wrapper {
    position: relative;
    width: var(--wrapper-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.btn {
    text-decoration: none;
    display: inline-flex;
    align-content: center;
    align-items: center;
    padding: 0 15px;
    height: 45px;
    font: var(--button-font);
    transition: ease-in-out all 0.5s;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn.btnLeesMeer {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 5px;
        color: rgb(113, 113, 113);
        border-top: 1px solid rgba(221, 227, 231, 1);
        border-bottom: 1px solid rgba(221, 227, 231, 1);
    }

.nieuwsLijst .btnLeesMeer {
    border-bottom: 0;
}

.nieuwsLijst .btn.btnLeesMeer:hover {
    color: var(--geel-hover);
}

.btn.btnLeesMeer span {
    margin-left: auto;
}

.contactGegevens .btn.btnLeesMeer {
    text-transform: none;
    padding-left: 30px;
    position: relative;
}

    .contactGegevens .btn.btnLeesMeer span {
        margin-left: 0 !important;
        margin-right: 10px;
        font-size: 15px;
        position: absolute;
        left: 0;
    }

        .contactGegevens .btn.btnLeesMeer span.icon-rechts {
            margin-left: auto !important;
            font: var(--button-font);
            position: relative;
        }

.btn.btnLeesMeer:hover {
    color: var(--default-font-color);
}

.btn span {
    margin: 0 0 0 20px;
    font-size: 10px;
}

.btn.blauw {
    border-color: var(--donker-blauw);
    color: var(--donker-blauw);
}

    .btn.blauw:hover {
        background: var(--donker-blauw);
        color: #FFF;
    }

    .btn.blauw.transparent {
        border-color: transparent;
        color: var(--donker-blauw);
        padding: 0;
        background: transparent;
    }

        .btn.blauw.transparent:hover {
            background: transparent;
            color: var(--geel-hover);
        }

.dienstenOverzichtContainer, .teamlidOverzichtContainer {
    position: relative;
}

.teamlidOverzichtContainer {
    margin-top: 120px;
}

    .dienstenOverzichtContainer.volgpagina, .teamlidOverzichtContainer.volgpagina {
        padding: 50px 0 70px;
    }

        .dienstenOverzichtContainer.volgpagina:before, .teamlidOverzichtContainer.volgpagina:before {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: calc(50% + 300px);
            display: block;
            content: '';
            background-position: top left;
            background-repeat: no-repeat;
            -webkit-mask-image: url(/images/bg_volg.svg);
            mask-image: url(/images/bg_volg.svg);
            transition: ease-in-out background 0.3s;
            mask-size: cover;
            -webkit-mask-size: cover;
        }

        .dienstenOverzichtContainer.volgpagina.geel, .teamlidOverzichtContainer.volgpagina.geel {
            background: var(--nieuws-geel-tint-1);
        }

            .dienstenOverzichtContainer.volgpagina.geel:before, .teamlidOverzichtContainer.volgpagina.geel:before {
                background: var(--nieuws-geel-tint-2);
            }

        .dienstenOverzichtContainer.volgpagina.blauw, .teamlidOverzichtContainer.volgpagina.blauw {
            background: var(--blauw-tint-1);
        }

            .dienstenOverzichtContainer.volgpagina.blauw:before, .teamlidOverzichtContainer.volgpagina.blauw:before {
                background: var(--blauw-tint-2);
            }

.dienstenOverzicht.col12 .col3.dienst .buttonContainer, .teamlidOverzicht.col12 .col3.teamlid .buttonContainer, .tekstBlok .wrapper .col8 .buttonContainer, .nieuwsContainer .nieuwsLijst .buttonContainer, .dienstOverzichtPagina .dienst .buttonContainer, .dienstUitgelichtContainer .col7 .buttonContainer, .dienst .buttonContainer, .baanDetail .buttonContainer, .contactFormulier .buttonContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

header {
    position: relative;
}

.topBar {
    position: relative;
    width: 100%;
    height: 30px;
    background: var(--blauw-tint-1);
}

    .topBar .wrapper {
        height: 100%;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
    }

        .topBar .wrapper a {
            color: var(--donker-blauw);
            font: var(--topbar-font);
            text-decoration: none;
            margin: 0 0 0 40px;
        }

            .topBar .wrapper a span {
                display: inline-block;
                margin: 0 5px 0 0;
            }

.menuContainer {
    position: sticky;
    top: 0;
    height: 115px;
    z-index: 9999;
    background-color: #FFF;
}

    .menuContainer:after {
        display: block;
        content: '';
        width: 100%;
        position: absolute;
        bottom: -5px;
        height: 5px;
        background: -moz-linear-gradient(50% 101.97% 90deg,rgba(173,173,173, 0) 0%,rgba(173,173,173, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(173,173,173, 0) 0%, rgba(173,173,173, 1) 100%);
        background: -webkit-gradient(linear,50% 101.97%,50% -175.39%,color-stop(0,rgba(173,173,173, 0) ),color-stop(1,rgba(173,173,173, 1) ));
        background: -o-linear-gradient(90deg, rgba(173,173,173, 0) 0%, rgba(173,173,173, 1) 100%);
        background: -ms-linear-gradient(90deg, rgba(173,173,173, 0) 0%, rgba(173,173,173, 1) 100%);
        background: linear-gradient(0deg, rgba(173,173,173, 0) 0%, rgba(173,173,173, 1) 100%);
        opacity: 0;
        transition: ease-in-out opacity 0.3s;
    }

    .menuContainer.sticky:after {
        opacity: 1;
    }

    .menuContainer .wrapper, header .homeHeaderSlider .wrapper {
        height: 100%;
        align-content: center;
        align-items: center;
    }

    .menuContainer .logo {
        height: 90px;
        width: 290px;
    }

    .menuContainer nav {
        width: calc(100% - 290px);
        position: relative;
        text-align: right;
    }

        .menuContainer nav ul {
            list-style: none;
            display: flex;
            justify-content: flex-end;
        }

            .menuContainer nav ul li {
                margin: 0 0 0 20px;
            }

                .menuContainer nav ul li a {
                    display: inline-block;
                    padding: 2px 5px;
                    text-decoration: none;
                    color: var(--menu-font-color);
                    font: var(--menu-font);
                    border-bottom: 2px solid transparent;
                    transition: ease-in-out border-color 0.3s;
                }

                    .menuContainer nav ul li a:hover {
                        border-color: var(--geel-tint-1);
                    }

                    .menuContainer nav ul li a.active {
                        border-color: var(--donker-blauw);
                    }

header .homeHeaderSlider {
    position: relative;
    height: 720px;
}

    header .homeHeaderSlider .homeHeaderSlideContainer {
        height: 720px;
        position: relative;
    }

    header .homeHeaderSlider .homeHeaderSlide {
        height: 580px;
        position: relative;
    }

        header .homeHeaderSlider .homeHeaderSlide:after {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: calc(50% + 300px);
            display: block;
            content: '';
            -webkit-mask-image: url(/images/bg_blauw.svg);
            mask-image: url(/images/bg_blauw.svg);
            mask-size: auto 100%;
            -webkit-mask-size: auto 100%;
            mask-position: top left;
            -webkit-mask-position: top left;
        }

        header .homeHeaderSlider .homeHeaderSlide.blauw {
            background-color: var(--blauw-tint-1);
        }

            header .homeHeaderSlider .homeHeaderSlide.blauw:after {
                background-color: var(--blauw-tint-2);
            }

        header .homeHeaderSlider .homeHeaderSlide.geel {
            background-color: var(--geel-tint-1);
        }

            header .homeHeaderSlider .homeHeaderSlide.geel:after {
                width: calc(50% + 380px);
                -webkit-mask-image: url(/images/bg_geel.svg);
                mask-image: url(/images/bg_geel.svg);
                background-color: var(--geel-tint-2);
            }

    header .homeHeaderSlider .homeHeaderSliderContent {
        padding-right: calc((100% / 12) * 1);
        box-sizing: border-box;
        z-index: 10;
    }

        header .homeHeaderSlider .homeHeaderSliderContent .titelGroot {
            font: var(--homeslider-titel-groot);
            color: var(--donker-blauw);
        }

        header .homeHeaderSlider .homeHeaderSliderContent .titelKlein {
            font: var(--homeslider-titel-klein);
            color: var(--donker-blauw);
        }

    header .homeHeaderSlider .homeHeaderSliderFoto {
        position: absolute;
        top: 50px;
        height: 620px;
        width: 620px;
        z-index: 10;
        border-radius: 20px;
        animation-duration: 1s;
        margin-left: 30px;
    }

    header .homeHeaderSlider .homeHeaderSlide.blauw .homeHeaderSliderFoto {
        -webkit-box-shadow: -30px 35px 0px 0px var(--blauw-tint-1);
        box-shadow: -30px 35px 0px 0px var(--blauw-tint-1);
    }

    header .homeHeaderSlider .homeHeaderSlide.geel .homeHeaderSliderFoto {
        -webkit-box-shadow: -30px 35px 0px 0px var(--geel-tint-1);
        box-shadow: -30px 35px 0px 0px var(--geel-tint-1);
    }

    header .homeHeaderSlider .slick-dots {
        position: absolute;
        top: 370px;
        list-style-type: none;
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
        justify-content: center;
    }

        header .homeHeaderSlider .slick-dots button {
            display: none;
        }

        header .homeHeaderSlider .slick-dots li {
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background: #FFF;
            border: 2px solid #FFF;
            box-sizing: border-box;
            margin: 0 3px;
        }

        header .homeHeaderSlider .slick-dots.blauw li.slick-active {
            background: var(--blauw-active) !important;
        }

        header .homeHeaderSlider .slick-dots.geel li.slick-active {
            background: var(--geel-active) !important;
        }

    header .homeHeaderSlider .btnPrev, header .homeHeaderSlider .btnNext {
        position: absolute;
        bottom: 330px;
        left: 20px;
        z-index: 10;
        color: #FFF;
        font-size: 30px;
        cursor: pointer;
    }

    header .homeHeaderSlider .btnNext {
        left: auto;
        right: 20px;
    }

.volgPaginaHeader {
    position: relative;
    height: 400px;
}

    .volgPaginaHeader:before {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        display: block;
        content: '';
        background-position: top left;
        background-repeat: no-repeat;
        -webkit-mask-image: url(/images/bg_volg.svg);
        mask-image: url(/images/bg_volg.svg);
        transition: ease-in-out background 0.3s;
    }

    .volgPaginaHeader.blauw {
        background: var(--blauw-tint-1);
    }

        .volgPaginaHeader.blauw:before {
            background: var(--blauw-tint-2);
        }

    .volgPaginaHeader.donkerblauw {
        background: var(--donkerblauw-tint-1);
    }

        .volgPaginaHeader.donkerblauw:before {
            background: var(--donkerblauw-tint-2);
        }

    .volgPaginaHeader.geel {
        background: var(--geel-tint-1);
    }

        .volgPaginaHeader.geel:before {
            background: var(--geel-tint-2);
        }

.dienstenOverzichtContainer.volgpagina, .teamlidOverzichtContainer.volgpagina {
    margin: 0 0 100px;
}

.teamlidOverzichtContainer.volgpagina {
    margin: 60px 0 100px;
}

.dienstenOverzicht.col12, .teamlidOverzicht.col12 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 0 130px -30px;
}

.dienstenOverzichtContainer.bgActief .dienstenOverzicht.col12 {
    margin-bottom: 0
}

.dienstenOverzichtContainer.volgpagina .dienstenOverzicht.col12, .teamlidOverzichtContainer.volgpagina .teamlidOverzicht.col12 {
    margin: 0 0 0 -30px;
}

.dienstenOverzicht.col12 .col3.dienst, .teamlidOverzicht.col12 .col3.teamlid {
    width: calc((100% / 4) - 30px);
    margin: 0 0 0 30px;
    position: relative;
    padding: 0 0 70px;
    font: var(--dienst-overzicht-font)
}

.teamlidOverzicht.col12 .col3.teamlid {
    margin-bottom: 90px;
}

.teamlidOverzichtContainer.volgpagina .teamlidOverzicht.col12 .col3.teamlid {
    margin-bottom: 60px;
}

.teamlidOverzicht.col12 .col3.teamlid .functie {
    color: rgb(113,113,113);
}

.dienstenOverzicht.col12 .col3.dienst img, .teamlidOverzicht.col12 .col3.teamlid img {
    border-radius: 10px;
    margin: 0 0 25px;
    width: 100%;
}

.tekstBlok {
    position: relative;
}

    .tekstBlok .wrapper {
        justify-content: center;
    }

        .tekstBlok .wrapper .col8 {
            padding: 0 0 70px;
            position: relative;
        }

            .tekstBlok .wrapper .col8 .buttonContainer, .baanDetail .buttonContainer, .buttonContainer.baan {
                text-align: right;
            }

.nieuwsContainer, .dienstUitgelichtContainer, .dienstenOverzichtContainer.bgActief {
    position: relative;
    transition: ease-in-out background 0.3s;
    padding: 65px 0 60px;
    margin: 125px 0 100px;
    min-height: 500px;
}

    .nieuwsContainer:before, .dienstUitgelichtContainer:before, .dienstenOverzichtContainer.bgActief:before {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: calc(50% + 300px);
        display: block;
        content: '';
        background-position: top left;
        background-repeat: no-repeat;
        -webkit-mask-image: url(/images/bg_nieuws.svg);
        mask-image: url(/images/bg_nieuws.svg);
        mask-size: auto 100%;
        -webkit-mask-size: auto 100%;
        transition: ease-in-out background 0.3s;
    }

    .nieuwsContainer.blauw, .dienstUitgelichtContainer.blauw, .dienstenOverzichtContainer.bgActief.blauw {
        background: var(--nieuws-blauw-tint-1);
    }

        .nieuwsContainer.blauw:before, .dienstUitgelichtContainer.blauw:before, .dienstenOverzichtContainer.bgActief.blauw:before {
            background: var(--nieuws-blauw-tint-2);
        }

    .nieuwsContainer.geel, .dienstUitgelichtContainer.geel, .dienstenOverzichtContainer.bgActief.geel {
        background: var(--nieuws-geel-tint-1);
    }

        .nieuwsContainer.geel:before, .dienstUitgelichtContainer.geel:before, .dienstenOverzichtContainer.bgActief.geel:before {
            background: var(--nieuws-geel-tint-2);
        }

    .nieuwsContainer.geel {
        background: var(--nieuws-geel-tint-1);
    }

        .nieuwsContainer.geel:before {
            background: var(--nieuws-geel-tint-2);
        }
    .nieuwsContainer .nieuwsLijst{
        position:relative;
    }
    .nieuwsContainer .nieuwsLijst ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(221, 227, 231, 1);
    }

        .nieuwsContainer .nieuwsLijst ul li {
            width: 100%;
            box-sizing: border-box;
            padding: 0 0 0 5px;
            color: rgb(113, 113, 113);
            border-top: 1px solid rgba(221, 227, 231, 1);
            height: 35px;
            display: flex;
            align-content: center;
            align-items: center;
            position: relative;
        }

            .nieuwsContainer .nieuwsLijst ul li a {
                width: calc(100% - 30px);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                text-decoration: none;
                color: rgb(113, 113, 113);
                font: var(--button-font);
                
            }

            .nieuwsContainer .nieuwsLijst ul li:hover a, .nieuwsContainer .nieuwsLijst ul li:hover span {
                color: var(--geel-hover);
            }
            .nieuwsContainer .nieuwsLijst ul li span{
                position:absolute;
                font-size:10px;
                right:5px;
            }
            .nieuwsDetailContainer {
                box-sizing: border-box;
                padding: 0 0 0 30px;
                z-index: 10;
            }

    .nieuwsDetailContainer.volgpagina {
        margin: 80px 0 80px auto;
    }

.nieuwsDetail {
    border-radius: 10px;
    width: calc(((var(--wrapper-width)/12)*8) - 30px);
    display: flex !important;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 25px;
}

    .nieuwsDetail h3 {
        color: #FFF;
        margin: 20px 0 30px;
    }

    .nieuwsDetail .nieuwsFoto {
        padding: 0 0 0 20px;
        box-sizing: border-box;
        text-align: right;
    }

        .nieuwsDetail .nieuwsFoto img {
            width: 100%;
            margin: -55px 0 20px;
            border-radius: 10px;
        }

.nieuwsContainer.blauw .nieuwsDetailContainer .nieuwsDetail, .nieuwsDetailContainer.volgpagina.blauw .nieuwsDetail {
    background: var(--blauw-active);
}

.nieuwsContainer.geel .nieuwsDetailContainer .nieuwsDetail {
    background: var(--geel-active);
}

.nieuwsDetail .nieuwsFoto a {
    text-transform: none;
}

.nieuwsDetail .nieuwsDatum {
    font: var(--nieuws-datum);
}

.nieuwsFoto .btn.blauw.transparent {
    padding: 0;
    height: auto;
}

.reviewContainer {
    position: relative;
    margin: 0 0 120px;
}

    .reviewContainer .review {
        color: rgb(113, 113, 113);
    }

    .reviewContainer .reviewTitel {
        font: var(--review-titel);
        color: var(--donker-blauw);
        display: block;
        margin: 20px 0;
    }

    .reviewContainer .col4 {
        text-align: center;
    }

    .reviewContainer .reviewFoto {
        border-radius: 100%;
        padding: 10px;
        border: 1px solid var(--blauw-tint-2);
    }

.contactFormContainer {
    position: relative;
}

.contentTekst .contactFormContainer {
    margin: 30px 0 0;
}

.contactFormContainer .col3 {
    padding: 50px 0 0 0;
    box-sizing: border-box;
}

.contactFormContainer .col9 {
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.contactFormContainer .contactFormulier {
    width: 100%;
    background: var(--nieuws-blauw-tint-2);
    box-sizing: border-box;
    padding: 50px 30px 80px;
    border-radius: 10px;
    font: var(--button-font);
    color: rgb(113,113,113);
}

footer .contactFormContainer .contactFormulier {
    padding: 50px 15px 80px;
    position: relative;
    display: flex;
}

    footer .contactFormContainer .contactFormulier .buttonContainer {
        display: flex;
        bottom: 30px;
        width: calc(100% - 30px);
        left: 15px;
    }

.contactFormContainer .contactFormulier .col6 {
    padding: 0 15px;
}

.contactFormContainer .contactFormulier .buttonContainer {
    display: flex;
    bottom: 30px;
}

    .contactFormContainer .contactFormulier .buttonContainer .btn {
        height: auto;
        text-transform: none;
    }

        .contactFormContainer .contactFormulier .buttonContainer .btn span {
            font-size: 15px !important;
        }

            .contactFormContainer .contactFormulier .buttonContainer .btn span.icon-rechts {
                font-size: 10px !important;
            }

.contentTekst .contactFormContainer .contactFormulier {
    height: auto;
}

.contactFormContainer .contactFormulier .label {
    margin: 0 0 5px;
    width: 100%;
}

.contactFormContainer .contactFormulier .formBox {
    margin: 0 0 20px;
    width: 100%;
}

.footerGegevens {
    background: var(--blauw-tint-2);
    padding: 200px 0 70px;
    margin-top: -90px;
    font: var(--footer-font);
    color: var(--donker-blauw);
}

    .footerGegevens span {
        font-size: 35px;
    }

    .footerGegevens h3 {
        margin: 10px 0;
    }

    .footerGegevens a {
        color: var(--donker-blauw);
        text-decoration: none;
        transition: ease-in-out color 0.3s;
    }

        .footerGegevens a:hover {
            color: var(--geel-hover);
        }

    .footerGegevens .slogan {
        margin: 80px 0 60px;
    }

        .footerGegevens .slogan h2 {
            color: #FFF !important;
        }

.realisatie {
    position: relative;
    height: 50px;
}

    .realisatie .wrapper {
        align-content: center;
        align-items: center;
        font-size: 13px;
        height: 100%;
    }

        .realisatie .wrapper a, .realisatie .wrapper span {
            color: rgb(113, 113, 113);
            text-decoration: none;
            font-size: 13px;
        }

        .realisatie .wrapper span {
            display: inline-block;
            margin: 0 10px;
        }

.content {
    position: relative;
    margin: -350px 0 0;
}

    .content .thumbnail img {
        width: 100%;
        border-radius: 10px;
    }

    .content.blauw .thumbnail img {
        box-shadow: 30px 35px 0px 0px var(--blauw-tint-1);
    }

    .content.donkerblauw .thumbnail img {
        box-shadow: 30px 35px 0px 0px var(--donkerblauw-tint-1);
    }

    .content.geel .thumbnail img {
        box-shadow: 30px 35px 0px 0px var(--geel-tint-1);
    }

    .content .col7.contentContainer {
        padding: 40px 0 0 30px;
        box-sizing: border-box;
    }

    .content .col7.contentContainer {
        margin-left: auto;
    }

        .content .col7.contentContainer .contentHeader {
            height: 240px;
            padding: 0 0 0 30px;
            box-sizing: border-box;
        }

        .content .col7.contentContainer .contentKruimelPadContainer {
            background: #FFF;
            height: 70px;
            padding: 40px 30px 0 30px;
            box-sizing: border-box;
            border-top-right-radius: 10px;
        }

        .content .col7.contentContainer .contentKruimelPad {
            height: 100%;
            border-bottom: 1px solid rgba(221, 227, 231, 1);
            box-sizing: border-box;
            font: var(--kruimpad-font);
            color: var(--donker-blauw);
        }

            .content .col7.contentContainer .contentKruimelPad a {
                color: rgb(113, 113, 113);
                text-decoration: none;
            }

            .content .col7.contentContainer .contentKruimelPad span {
                font-size: 10px;
                margin: 0 5px;
            }

        .content .col7.contentContainer .contentTekst {
            padding: 40px 30px 0 30px;
        }

            .content .col7.contentContainer .contentTekst .introTekst {
                font: var(--intro-font);
                margin: 0 0 40px;
            }

            .content .col7.contentContainer .contentTekst img {
                width: 100% !important;
                height: auto !important;
                border-radius: 10px;
                margin: 40px 0;
            }

.contentImageContainer {
    margin: 100px 0 110px -100px;
}

    .contentImageContainer img {
        width: calc(100% + 100px);
        border-radius: 10px;
    }

.content.blauw .contentImageContainer img, .content .dienstUitgelichtContainer.blauw .contentImageContainer img {
    box-shadow: -30px 35px 0px 0px var(--blauw-tint-1);
}

.content.geel .contentImageContainer img, .content .dienstUitgelichtContainer.geel .contentImageContainer img {
    box-shadow: -30px 35px 0px 0px var(--geel-tint-1);
}

.ontmoetOnsTeam {
    margin: 100px 0 110px;
}

.teamDetail ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .teamDetail ul li {
        padding: 0 0 0 20px;
        background-image: url('/images/list_bullet.svg');
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: left center;
        font: var(--teamlid-eigenschappen);
        color: var(--donker-blauw);
        line-height: 27px !important;
    }

.dienstOverzichtPagina {
    position: relative;
    margin: 30px 0 110px;
}

    .dienstOverzichtPagina .dienst {
        display: flex;
        flex-wrap: wrap;
        margin: 50px 0 0;
    }

        .dienstOverzichtPagina .dienst .col5 {
            padding: 0 0 0 calc((100% / 12)*2);
            box-sizing: border-box;
        }

            .dienstOverzichtPagina .dienst .col5 img {
                width: 100%;
                border-radius: 10px;
            }

        .dienstOverzichtPagina .dienst .col7 {
            position: relative;
            padding: 0 0 70px 60px;
            box-sizing: border-box;
        }

            .dienstOverzichtPagina .dienst .col7 .buttonContainer, .dienstUitgelichtContainer .col7 .buttonContainer, .content .col7.contentContainer .contentTekst.dienst .buttonContainer, .baanDetail .buttonContainer {
                text-align: right;
                width: calc(100% - 60px);
            }

                .dienstOverzichtPagina .dienst .col7 .btn.btnLeesMeer, .dienstUitgelichtContainer .col7 .btn.btnLeesMeer, .baanDetail .buttonContainer .btn.btnLeesMeer, .buttonContainer.baan .btn.btnLeesMeer {
                    width: auto;
                }

                    .dienstOverzichtPagina .dienst .col7 .btn.btnLeesMeer span, .dienstUitgelichtContainer .col7 .btn.btnLeesMeer span, .baanDetail .buttonContainer .btn.btnLeesMeer span, .buttonContainer.baan .btn.btnLeesMeer span {
                        margin-left: 45px;
                    }

.dienstUitgelichtContainer .col7 {
    padding-left: 30px;
    box-sizing: border-box;
}

.dienstUitgelichtContainer .wrapper {
    justify-content: flex-end;
}

.dienstUitgelichtContainer .contentImageContainer {
    margin: 0 0 100px -100px;
}

.dienstUitgelichtContainer .contentTekst {
    padding: 0 30px 70px 30px;
    position: relative;
}

.content .col7.contentContainer .contentTekst.dienst {
    padding-bottom: 70px;
    padding-top: 0;
    position: relative;
}

.baanDetail.content .col7.contentContainer .contentTekst {
    position: relative;
    padding-bottom: 70px;
}

.socialShare {
    font: var(--footer-font);
    color: rgb(113, 113, 113);
    display: flex;
    align-content: center;
    align-items: center;
}

    .socialShare a {
        font-size: 25px;
        margin: 0 3px;
        text-decoration: none;
    }

        .socialShare a:first-of-type {
            margin-left: 20px;
        }

.nieuwsOverzicht .wrapper {
    justify-content: flex-end;
}

.nieuwsOverzicht .col7 {
    padding: 40px 60px;
    box-sizing: border-box;
}

.nieuwsOverzicht .nieuwsItem {
    font: var(--nieuws-overzicht-tekst);
    display: flex;
    border-top: 1px solid rgba(221, 227, 231, 1);
    padding: 15px 0;
}

    .nieuwsOverzicht .nieuwsItem:last-of-type {
        border-bottom: 1px solid rgba(221, 227, 231, 1);
    }

    .nieuwsOverzicht .nieuwsItem .datum {
        font: var(--nieuws-datum);
    }

    .nieuwsOverzicht .nieuwsItem .col8 {
        padding: 10px 30px 0 0;
        box-sizing: border-box;
    }

    .nieuwsOverzicht .nieuwsItem .col2.link {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        font-size: 10px;
    }

    .nieuwsOverzicht .nieuwsItem .col2 img {
        width: 100%;
        border-radius: 10px;
    }

.box {
    width: 100%;
    height: 33px;
    padding: 0 20px;
    font: var(--default-font) !important;
    border: 0;
}

.dxuc-root table {
    height: 100%;
}

.dxucTextBox {
    border: 0;
    padding: 0;
}

.dxucControl .dxucBrowseButton a {
    color: #FFF;
}

dxucBrowseButton {
    border: 0;
}

.dxucTextBox input {
    font: var(--default-font) !important;
}

.checkbox {
    font: var(--default-font) !important;
    height: 30px;
    vertical-align: middle;
}

.dxeTextBoxSys td.dxic, .dxichCellSys, .dxichTextCellSys {
    padding: 0;
}

.dxichCellSys {
    padding: 0 10px 0 0;
}

.dxichTextCellSys {
    padding: 0 0 0;
    vertical-align: top;
    font-size: 15px !important;
}

.box.memoBox {
    padding: 20px;
}

.dxeListBox {
    border: 0;
}

    .dxeListBox div.dxlbd {
        background: #F3F7F4;
        border: 0;
    }

.dxeMemoSys textarea {
    height: 160px;
    padding: 20px 0;
}

footer .dxeMemoSys textarea {
    height: 185px;
    padding: 20px 0;
}

.contactGegevens {
    margin: 80px 0;
}

    .contactGegevens .btnLeesMeer {
        border-bottom: 0;
    }

        .contactGegevens .btnLeesMeer:last-of-type {
            border-bottom: 1px solid rgba(221, 227, 231, 1);
        }

.map {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 60px 0 100px;
}

#map {
    position: relative;
    width: calc(100% + 150px);
    margin-left: -150px;
    height: 600px;
}

.map .mapOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 250px;
    right: 0;
    margin: auto;
    z-index: 20;
    height: 200px;
    background: var(--blauw-tint-2);
    color: var(--donker-blauw);
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 10px;
    width: 270px;
    font: var(--button-font);
}

    .map .mapOverlay h3 {
        width: 100%;
        margin-bottom: 10px;
    }

.eigenschappen {
    font: var(--h4);
    color: var(--donker-blauw);
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: circle;
}

@media screen and (max-width:1340px) {
    :root {
        --wrapper-width: 930px;
        --topbar-font: 15px/18px 'Flexo-Demi';
        --menu-font: 18px 'Flexo-Demi';
        --default-font: 17px/27px 'Flexo-Medium';
        --intro-font: 20px/34px 'Flexo-Medium';
        --footer-font: 15px/27px 'Flexo-Demi';
        --button-font: 15px 'Flexo-Demi';
        --homeslider-titel-groot: 50px/54px 'Flexo-Demi';
        --homeslider-titel-klein: 32px/44px 'Flexo-Demi';
        --h1: 37px/53px 'Flexo-Demi';
        --h2: 27px/33px 'Flexo-Demi';
        --h3: 22px/30px 'Flexo-Demi';
        --h4: 18px/21px 'Flexo-Bold';
        --nieuws-datum: 11px 'Flexo-Demi';
        --nieuws-overzicht-tekst: 15px/27px 'Flexo-Regular';
        --review-titel: 40px 'Flexo-Demi';
    }

    header .homeHeaderSlider .homeHeaderSliderFoto {
        top: 90px;
        right: 0;
        height: 450px;
        width: 450px;
    }

    .menuContainer {
        height: 100px;
    }

        .menuContainer .logo {
            height: 85px;
            width: 270px;
            padding-top: 10px;
        }

    header .homeHeaderSlider, header .homeHeaderSlider .homeHeaderSlideContainer {
        height: 575px;
        margin-bottom: 60px;
    }

        header .homeHeaderSlider .homeHeaderSlide {
            height: 500px;
        }

    .dienstenOverzicht.col12 .col3.dienst, .teamlidOverzicht.col12 .col3.teamlid {
        margin: 0 0 0 20px;
    }

    .teamlidOverzicht.col12 .col3.teamlid {
        margin-bottom: 40px;
    }

    .dienstenOverzicht.col12, .teamlidOverzicht.col12 {
        width: calc(100% + 20px);
        margin: 0 0 50px -20px;
    }

        .dienstenOverzicht.col12 .col3.dienst, .teamlidOverzicht.col12 .col3.teamlid {
            width: calc((100% / 4) - 20px);
        }

    .ontmoetOnsTeam {
        margin: 50px 0 110px;
    }

    .volgPaginaHeader {
        height: 350px;
    }

    .content {
        margin: -270px 0 0;
    }
        .content .col7.contentContainer .contentHeader {
            height: 180px;
        }
        .content .col7.contentContainer {
            padding: 20px 0 0 20px;
            box-sizing: border-box;
        }
    header .homeHeaderSlider .homeHeaderSlide.blauw .homeHeaderSliderFoto {
        -webkit-box-shadow: -20px 25px 0px 0px var(--blauw-tint-1);
        box-shadow: -20px 25px 0px 0px var(--blauw-tint-1);
    }

    header .homeHeaderSlider .homeHeaderSlide.geel .homeHeaderSliderFoto {
        -webkit-box-shadow: -20px 25px 0px 0px var(--geel-tint-1);
        box-shadow: -20px 25px 0px 0px var(--geel-tint-1);
    }

    .content.blauw .contentImageContainer img, .content .dienstUitgelichtContainer.blauw .contentImageContainer img {
        box-shadow: -20px 25px 0px 0px var(--blauw-tint-1);
    }

    .content.geel .contentImageContainer img, .content .dienstUitgelichtContainer.geel .contentImageContainer img {
        box-shadow: -20px 25px 0px 0px var(--geel-tint-1);
    }

    .content.blauw .thumbnail img {
        box-shadow: 20px 25px 0px 0px var(--blauw-tint-1);
    }

    .content.donkerblauw .thumbnail img {
        box-shadow: 20px 25px 0px 0px var(--donkerblauw-tint-1);
    }

    .content.geel .thumbnail img {
        box-shadow: 20px 25px 0px 0px var(--geel-tint-1);
    }

    .contentImageContainer img {
        margin-left: -100px;
    }

    .map, #map {
        height: 400px;
    }

    .menuContainer nav {
        width: calc(100% - 270px);
    }

        .menuContainer nav ul li {
            margin: 0 0 0 15px;
        }
}

@media screen and (max-width:1000px) {
    :root {
        --wrapper-width: calc(100% - 60px);
        --topbar-font: 15px/18px 'Flexo-Demi';
        --menu-font: 18px 'Flexo-Demi';
        --default-font: 17px/27px 'Flexo-Medium';
        --intro-font: 20px/34px 'Flexo-Medium';
        --footer-font: 15px/27px 'Flexo-Demi';
        --button-font: 15px 'Flexo-Demi';
        --homeslider-titel-groot: 32px/36px 'Flexo-Demi';
        --homeslider-titel-klein: 24px/32px 'Flexo-Demi';
        --h1: 28px/36px 'Flexo-Demi';
        --h2: 22px/26px 'Flexo-Demi';
        --h3: 22px/26px 'Flexo-Demi';
        --h4: 18px/21px 'Flexo-Bold';
        --nieuws-datum: 11px 'Flexo-Demi';
        --nieuws-overzicht-tekst: 15px/27px 'Flexo-Regular';
        --review-titel: 24px 'Flexo-Demi';
    }
    .hamburger {
        display: block;
    }
    .menuContainer nav {
        display: none;
    }

    header .homeHeaderSlider .homeHeaderSliderFoto {
        top: 150px;
        right: 0;
        height: 270px;
        width: 270px;
    }

    header .homeHeaderSlider, header .homeHeaderSlider .homeHeaderSlideContainer {
        height: 460px;
        margin-bottom: 60px;
    }

        header .homeHeaderSlider .homeHeaderSlide {
            height: 385px;
            padding: 0 30px;
        }

        header .homeHeaderSlider .col6.homeHeaderSliderContent {
            width: calc(100% - 270px);
        }

        header .homeHeaderSlider .col6 {
            width: 270px;
        }

        header .homeHeaderSlider .btnPrev, header .homeHeaderSlider .btnNext {
            bottom: 150px;
        }

        header .homeHeaderSlider .slick-dots {
            bottom: 160px;
            top: auto;
        }
    .nieuwsContainer, .dienstUitgelichtContainer, .dienstenOverzichtContainer.bgActief {
        min-height:300px;
    }
    .nieuwsContainer{
        padding:30px 0;
    }
    .nieuwsContainer h2{
        margin:0 0 10px;
    }
        .nieuwsContainer .nieuwsLijst {
            position: relative;
            padding-top: 60px;
        }
    .contactFormContainer .col3, .contactFormContainer .col9 {
        width: 100%;
        padding:0;
    }
    .footerGegevens .col2, .footerGegevens .col3{
        width:calc(100% / 3);
        margin-bottom:30px;
    }
    .footerGegevens .slogan {
        margin: 50px 0 30px;
    }
    .footerGegevens{
        padding-bottom:30px;
    }
    .volgPaginaHeader {
        height: 230px;
    }
    .content {
        margin: -190px 0 0;
    }
    .thumbnail {
        width: calc((100% / 12) * 4);
    }
    .content .col7.contentContainer {
        width: calc((100% / 12) * 8);
    }
        .content .col7.contentContainer .contentHeader {
            height: 120px;
        }
        .content .col7.contentContainer .contentKruimelPadContainer {
            height: 50px;
            padding: 15px 30px 0 30px;
        }
    header .homeHeaderSlider .homeHeaderSlide.blauw .homeHeaderSliderFoto {
        -webkit-box-shadow: -10px 15px 0px 0px var(--blauw-tint-1);
        box-shadow: -10px 15px 0px 0px var(--blauw-tint-1);
    }

    header .homeHeaderSlider .homeHeaderSlide.geel .homeHeaderSliderFoto {
        -webkit-box-shadow: -10px 15px 0px 0px var(--geel-tint-1);
        box-shadow: -10px 15px 0px 0px var(--geel-tint-1);
    }

    .content.blauw .contentImageContainer img, .content .dienstUitgelichtContainer.blauw .contentImageContainer img {
        box-shadow: -10px 15px 0px 0px var(--blauw-tint-1);
    }

    .content.geel .contentImageContainer img, .content .dienstUitgelichtContainer.geel .contentImageContainer img {
        box-shadow: -10px 15px 0px 0px var(--geel-tint-1);
    }

    .content.blauw .thumbnail img {
        box-shadow: 10px 15px 0px 0px var(--blauw-tint-1);
    }

    .content.donkerblauw .thumbnail img {
        box-shadow: 10px 15px 0px 0px var(--donkerblauw-tint-1);
    }

    .content.geel .thumbnail img {
        box-shadow: 10px 15px 0px 0px var(--geel-tint-1);
    }
    .content .col7.contentContainer {
        padding: 20px 0 0 10px;
        box-sizing: border-box;
    }
    .contentImageContainer {
        margin: 50px 0 60px 0;
        padding: 0 30px 0 30px;
        box-sizing:border-box;
    }
        .contentImageContainer img {
            width: 100%;
            border-radius: 10px;

            margin-left: 0;
        }
    .dienstOverzichtPagina .dienst .col5 {
        padding: 0 20px 0 0;
        box-sizing: border-box;
        width: calc((100% / 12) * 4);
    }
    .dienstOverzichtPagina .dienst .col7 {
        position: relative;
        padding: 0 0 70px 0;
        width: calc((100% / 12) * 8);
    }
        .dienstOverzichtPagina .dienst .col7 .buttonContainer {
            width: calc(100% - 20px);
        }
    .baanDetail .col5 {
        width: calc((100% / 12) * 4);
    }
    .baanDetail .col5 .thumbnail{
        width:100%;
    }
    .contactGegevens{
        font-size:11px;
    }
    .contentTekst .contactFormulier .buttonContainer{
        flex-wrap:wrap;
        position:relative;
        bottom:auto !important;
        width:100%;
    }
        .contentTekst .contactFormulier .buttonContainer .col8, .contentTekst .contactFormulier .buttonContainer .col4 {
            width: 100%;
        }
        .contentTekst .contactFormulier .buttonContainer .col4 {
            text-align: right;
            margin-top: 20px;
        }
    .contentTekst .checkbox label {
        font-size: 12px !important;
    }
    .contactGegevens .btn.btnLeesMeer{
        font-size:11px;
    }
    .map, #map {
        height: 600px;
    }
    header .homeHeaderSlider .homeHeaderSlide:after{
        width:calc(100% - 200px);
    }
    .nieuwsOverzicht .col7 {

        padding-left:0;
    }
    nav.is-active {
        display: flex;
        width: 100%;
        position: fixed;
        top: 130px;
        left: 0;
        height: calc(100vh - 130px);
        background: #FFF;
    }
    .menuContainer nav ul {
        width: 100%;
        flex-wrap: wrap;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 0;
    }
        .menuContainer nav ul li {
            width: 100%;
            text-align: center;
            margin: 15px 0;
        }
    .menuContainer.is-active {
        position: fixed;
        width: 100%;
        top: 30px;
    }
        .menuContainer.is-active:after {
            display: none;
        }
    .topBar.is-active {
        width: 100%;
        top: 0;
        position: fixed;
        z-index:999;
    }
    .hamburger {
        top: 40px;
    }
    }
@media screen and (max-width:740px) {
    :root {
        --wrapper-width: calc(100% - 50px);
    }
    .topBar{
        display:none;
    }
    .menuContainer {
        height: 60px;
    }
        .menuContainer .logo {
            height: 30px;
            width: 105px;
        }
    header .homeHeaderSlider .col6{
        position:relative;
    }
    header .homeHeaderSlider .col6.homeHeaderSliderContent {
        order: 2;
        padding-top:60px;
        width:100%;
    }
    header .homeHeaderSlider .homeHeaderSliderFoto{
        position:relative;
        top:0;
    }
    header .homeHeaderSlider .homeHeaderSlide{
        padding:0;
    }
    .slick-arrow{
        display:none !important;
    }
    header .homeHeaderSlider, header .homeHeaderSlider .homeHeaderSlideContainer, header .homeHeaderSlider .homeHeaderSlide {
        height: auto;
    }
        header .homeHeaderSlider .homeHeaderSlide {
            padding:30px 0;
        }
            header .homeHeaderSlider .homeHeaderSlide.blauw .homeHeaderSliderFoto, header .homeHeaderSlider .homeHeaderSlide.geel .homeHeaderSliderFoto {
                -webkit-box-shadow: -10px 10px 0px 0px #FFF;
                box-shadow: -10px 10px 0px 0px #FFF;
                width: 190px;
                height: 190px;
                border-radius: 5px;
                margin-left: 10px;
            }
        header .homeHeaderSlider .slick-dots {
            bottom: auto;
            top: 250px;
        }
        header .homeHeaderSlider .homeHeaderSlide:after, header .homeHeaderSlider .homeHeaderSlide.geel:after {
            width: calc(100% - 50px);
        }
    .dienstenOverzicht.col12 .col3.dienst, .teamlidOverzicht.col12 .col3.teamlid{
        width:100%;
        margin:0 0 80px;
    }
    .dienstenOverzicht.col12, .teamlidOverzicht.col12 {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .tekstBlok .wrapper .col8 {
        width: 100%;
        padding: 0 0 70px;
        position: relative;
    }
    .nieuwsDetailContainer, .nieuwsDetail .nieuwsFoto {
        width: 100%;
        order: -1;
        padding: 0;
    }
        .nieuwsContainer.blauw .nieuwsDetailContainer .nieuwsDetail, .nieuwsDetailContainer.volgpagina.blauw .nieuwsDetail {
            flex-wrap: wrap;
            padding: 20px;
        }
    .nieuwsDetail .nieuwsContent {
        width: 100%;
        order: 1;
        padding: 0 0 50px;
    }
    .nieuwsDetail .nieuwsFoto .btn {
        position: absolute;
        bottom: 20px;
        right: 30px;
    }
    .nieuwsDetail .nieuwsFoto img {
        width: 100%;
        margin: -45px 0 20px;
        border-radius: 10px;
    }
    .nieuwsContainer .nieuwsLijst{
        width:100%;
        padding-bottom:70px;
    }
    .reviewContainer .reviewFoto {
        border-radius: 100%;
        padding: 2px;
        border: 1px solid var(--blauw-tint-2);
        width: 100%;
    }
    .reviewContainer .col4 {
        text-align: center;
        width: calc((100% / 12) * 2);
    }
    .reviewContainer .col8 {
        width: calc((100% / 12) * 10);
        padding-left:20px;
        box-sizing:border-box;
    }
        .reviewContainer .col8 .col8 {
            width: 100%;
            padding-left: 0;
        }
    .contactFormContainer .contactFormulier{
        flex-wrap:wrap;
    }
    .contactFormContainer .contactFormulier .col6 {
        width: 100%;
        padding:0;
    }
    footer .contactFormContainer .contactFormulier {
        padding: 50px 15px 40px;
    }
    footer .contactFormContainer .contactFormulier .buttonContainer {
        flex-wrap: wrap;
        bottom: 0;
        position: relative;
        width: 100%;
        left:0;
    }
    .contactFormContainer .contactFormulier .buttonContainer .col8, .contactFormContainer .contactFormulier .buttonContainer .col4 {
        width: 100%;
    }
    .contactFormContainer .contactFormulier .buttonContainer .col4 {margin-top:20px;    }
    .footerGegevens .col2, .footerGegevens .col3{
        width:50%;
        font-size:11px;
    }
    .realisatie .wrapper span{
        display:none;
    }
    .realisatie{
        height:auto;
        padding:5px 0;
    }
    .volgPaginaHeader {
        height: 360px;
    }
        .volgPaginaHeader:before{
            width:calc(100% - 140px);
            -webkit-mask-size:cover;
            -mask-size:cover;
        }
    .content .col7.contentContainer{
        width:100%;
    }
    .thumbnail, .baanDetail .col5 {
        width: calc((100% / 12) * 6);
    }
    .content {
        margin: -330px 0 0;
    }
        .content.donkerblauw .thumbnail img, .content.geel .thumbnail img, .content.blauw .thumbnail img {
            box-shadow: 10px 10px 0px 0px #FFF;
        }
        .content .col7.contentContainer .contentHeader{
            padding:0;
        }
        .content .col7.contentContainer .contentKruimelPadContainer{
            display:none;
        }
        .content .col7.contentContainer .contentTekst {
            padding: 40px 0;
        }
        .content .col7.contentContainer .contentHeader {
            height: 138px;
        }
    .nieuwsContainer:before, .dienstUitgelichtContainer:before, .dienstenOverzichtContainer.bgActief:before {
        width: calc(100% - 140px);
    }
    .dienstOverzichtPagina .dienst .col5{
        width:100%;
        padding:0;
    }
    .dienstOverzichtPagina .dienst .col7 {
        width: 100%;
        padding: 20px 0 70px;
    }
        .dienstOverzichtPagina .dienst .col7 .buttonContainer {
            width: calc(100% - 0px);
        }
    .ontmoetOnsTeam {
        margin: 20px 0 50px;
    }
    .dienstenOverzichtContainer.volgpagina .dienstenOverzicht.col12, .teamlidOverzichtContainer.volgpagina .teamlidOverzicht.col12{
        margin:0;
    }
    .teamlidOverzichtContainer {
        margin-top: 0;
    }
    .content .col7.contentContainer {
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .contactGegevens{
        display:none;
    }
    .map{
        overflow:visible;
    }
        .map .mapOverlay {
            position: absolute;
            top: auto;
            bottom: -40px;
            left: 55px;
        }
    .map, #map{
        height:480px;
    }
    nav.is-active {
        top: 60px;
        height: calc(100vh - 90px);
    }
    .hamburger {
        top: 20px;
    }
    .menuContainer.is-active {
        top: 0;
    }
    .topBar.is-active {
        width: 100%;
        bottom: 0;
        top:auto;
        position: fixed;
        z-index: 9999;
        display: block;
    }
    .topBar .wrapper a{
        width:50%;
        margin:0;
    }
        }