.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.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: 'TTCommons-Regular';
    src: url('fonts/TTCommons-Regular.eot');
    src: url('fonts/TTCommons-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/TTCommons-Regular.woff2') format('woff2'), url('fonts/TTCommons-Regular.woff') format('woff'), url('fonts/TTCommons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?n5oj8y');
    src: url('fonts/icomoon.eot?n5oj8y#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?n5oj8y') format('truetype'), url('fonts/icomoon.woff?n5oj8y') format('woff'), url('fonts/icomoon.svg?n5oj8y#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-instagram:before {
    content: "\e900";
}

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

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

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

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

.icon-facebook:before {
    content: "\e905";
}

.hamburger--3dx .hamburger-box, .hamburger--3dx-r .hamburger-box, .hamburger--3dy .hamburger-box, .hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger {
    position: relative;
    z-index:9999;

    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0 0 0 30px;
    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(--groen);
}

.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(--groen);
    }

        .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)
    }

* {
    outline: none !important;
}

.hamburger {
    display: none;
}

:root {
    --grijs: rgb(90,90,90);
    --groen: rgba(171, 179, 130, 1);
    --groen-hover: rgba(206, 211, 183, 1);
    --default-font: 22px/28px 'TTCommons-Regular';
    --menu-kaart-font: 18px/28px 'TTCommons-Regular';
    --header-font: 24px/28px 'TTCommons-Regular';
    --button-font: 17px 'TTCommons-Medium';
    --klein-font: 16px 'TTCommons-Medium';
    --klein-font-footer: 16px 'TTCommons-Regular';
    --review-font: 43px 'MonotypeCorsiva';
    --default-side-padding: 50px;
    --wrapper-width: 1160px;
    --footer-width: 1520px;
    --tab-font: 14px 'TTCommons-Medium';
    --form-label: 18px 'TTCommons-DemiBold';
    --vandaag-label: 26px 'TTCommons-DemiBold';
}

body {
    margin: 0;
    padding: 0;
    font: var(--default-font);
    color: #000;
}

h1, h2 {
    font: var(--header-font);
    margin: 0 0 40px;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3.3px;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: var(--wrapper-width);
}

.vork {
    position: fixed;
    margin: 0 auto 0;
    top: 550px;
    width: 17px;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
    animation-timing-function: linear;
}

    .vork.volg, .volg .sliderContainer .sliderContent .btnContainer {
        display: none !important;
    }

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.btn {
    text-decoration: none;
    display: inline-flex;
    align-content: center;
    align-items: center;
    padding: 0 20px;
    height: 70px;
    font: var(--button-font);
    transition: ease-in-out all 0.5s;
    border: 0;
    background: var(--grijs);
    text-transform: uppercase;
    color: #FFF !important;
    letter-spacing: 2.55px;
}

    .btn span {
        font-size: 15px;
        display: inline-block;
        padding: 0 0 0 25px;
    }

    .btn:hover {
        background-color: var(--groen);
    }

header {
    position: relative;
}

    header.volg {
        height: calc(640px + 50px);
    }

        header.volg .sliderContainer, header.volg .sliderContainer .slider .slide {
            height: 640px;
        }

.topbar {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 0 var(--default-side-padding);
    font: var(--klein-font);
    color: var(--grijs)
}

    .topbar a {
        display: inline-block;
        margin: 0 0 0 40px;
        text-decoration: none;
        color: var(--grijs);
    }

.sliderContainer {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
}

    .sliderContainer .slider {
        height: 100%;
    }

        .sliderContainer .slider .slide {
            height: calc(100vh - 50px);
            background-size: cover;
            background-position: center top;
        }

    .sliderContainer .sliderContent {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
    }

        .sliderContainer .sliderContent:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 170px;
            display: block;
            content: '';
            background: -moz-linear-gradient(50% 91.1% 90deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
            background: -webkit-gradient(linear,50% 91.1%,50% -60.18%,color-stop(0,rgba(0, 0, 0, 0) ),color-stop(1,rgba(0, 0, 0, 1) ));
            background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
            background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
            background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000', GradientType=0);
        }

        .sliderContainer .sliderContent img {
            margin: 200px auto 160px;
            width: 450px;
            opacity: 0;
        }

        .sliderContainer .sliderContent .btnContainer {
            display: none;
            z-index: 1000;
        }

header {
    position: relative;
    height: 100vh;
}

    header nav {
        position: relative;
        z-index: 1000;
        width: 100%;
        padding: 0 var(--default-side-padding);
        box-sizing: border-box;
        font: var(--button-font);
        display: flex;
    }

        header nav ul {
            list-style: none;
            display: flex;
            margin: 2px 0 0;
            padding: 0;
        }

            header nav ul li {
                margin: 0 60px 0 0;
            }

                header nav ul li a {
                    text-decoration: none;
                    color: #FFF;
                    height: 80px;
                    display: flex;
                    border-top: 5px solid transparent;
                    align-items: center;
                    letter-spacing: 2.55px;
                    text-transform: uppercase;
                    transition: ease-in-out all 0.5s;
                }

            header nav ul.socialMenu {
                margin-left: auto;
            }

                header nav ul.socialMenu li {
                    margin: 0 60px 0 0;
                }

            header nav ul li a:hover {
                border-color: var(--groen);
                color: var(--groen);
            }

            header nav ul li a.active {
                border-color: #FFF;
            }

            header nav ul li.socialIcon a {
                font-size: 30px;
                border-color: transparent !important;
            }

            header nav ul li.socialIcon {
                margin: 0 0 0 10px;
            }

.columnContainer {
    position: relative;
    display: flex;
    width: 100%;
    padding: 240px 0 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

    .columnContainer.contactpagina {
        padding: 0;
    }

    .columnContainer .tekstCol {
        position: relative;
        padding: 80px 200px 0;
        box-sizing: border-box;
        order: 0;
    }

        .columnContainer .tekstCol a {
            color: var(--groen);
            text-decoration: none;
        }

    .columnContainer .fotoCol {
        position: relative;
        padding: 0 0 0 15px;
        box-sizing: border-box;
        order: 1;
    }

        .columnContainer .fotoCol:nth-child(even) {
            order: 0;
        }

    .columnContainer:nth-child(even) .tekstCol {
        order: 1;
    }

    .columnContainer.formContainer .tekstCol {
        order: -1;
    }

    .columnContainer:nth-child(even) .fotoCol {
        padding: 0 15px 0 0;
    }

    .columnContainer .fotoCol img {
        width: 100%;
    }

    .columnContainer .fotoCol:before {
        position: absolute;
        top: -150px;
        width: calc(100% - 15px);
        height: 100%;
        content: '';
        display: block;
        background: url('/img/foto_overlay_rechts.png') no-repeat top right;
        opacity: 0;
        transition: ease-in-out opacity 1s;
        z-index: 9;
    }

    .columnContainer:nth-child(even) .fotoCol:before {
        top: auto;
        bottom: -250px;
        left: 0;
        background: url('/img/foto_overlay_links.png') no-repeat top left;
    }

    .columnContainer.formContainer .fotoCol:before {
        position: absolute;
        top: -150px;
        width: calc(100% - 15px);
        height: 100%;
        content: '';
        display: block;
        background: url('/img/foto_overlay_rechts.png') no-repeat top right;
        opacity: 0;
        transition: ease-in-out opacity 1s;
        z-index: 9;
    }

    .columnContainer .fotoCol.overLayVisible:before {
        opacity: 1;
    }

    .columnContainer .btnContainer {
        margin: -35px 0 0;
        text-align: center;
        z-index: 200;
        order: 3;
    }

.reviewContainer {
    font: var(--review-font);
    text-align: center;
    margin: 250px 0 200px;
}

footer {
    position: relative;
    background: var(--grijs);
}

    footer .footerFoto {
        position: relative;
        height: 640px;
        background-size: cover;
    }

        footer .footerFoto:before {
            position: absolute;
            top: -150px;
            width: calc(100% - 15px);
            height: calc(100% + 250px);
            content: '';
            display: block;
            background: url('/img/footer_overlay.png') no-repeat top right;
            opacity: 0;
            transition: ease-in-out opacity 1s;
        }

        footer .footerFoto.overLayVisible:before {
            opacity: 1;
        }

    footer .footerGegevens {
        width: var(--footer-width);
        display: flex;
        flex-wrap: wrap;
        padding: 160px 0 140px;
        margin: 0 auto;
        color: #fff;
    }

        footer .footerGegevens img {
            width: 270px;
        }

        footer .footerGegevens .imageCol {
            text-align: center;
            display: block;
        }

        footer .footerGegevens a {
            font: var(--klein-font-footer);
            color: #fff;
            text-decoration: none;
        }

            footer .footerGegevens a:hover {
                color: var(--groen-hover);
            }

        footer .footerGegevens .sep, .realisatie .sep {
            display: inline-block;
            margin: 0 15px;
        }

    footer .footerReserveren {
        width: 100%;
        height: 280px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        box-sizing: border-box;
        background: url('/img/bg_footer.png');
        background-size: cover;
    }

.realisatie {
    font: var(--klein-font-footer);
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .realisatie a {
        color: var(--grijs);
    }

        .realisatie a:hover {
            color: var(--groen);
        }

.menuCategorieTabContainer {
    position: relative;
    width: 100%;
    margin: -64px 0 0;
}

    .menuCategorieTabContainer .wrapper {
        display: flex;
        justify-content: flex-start;
    }

    .menuCategorieTabContainer .tab {
        font: var(--tab-font);
        background: var(--groen-hover);
        color: #000;
        letter-spacing: 2.1px;
        text-transform: uppercase;
        height: 64px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 0 var(--default-side-padding);
        border-right: 1px solid #FFF;
        cursor: pointer;
        transition: ease-in-out background 0.3s;
        text-decoration: none;
    }

        .menuCategorieTabContainer .tab:hover {
            background: var(--groen);
        }

        .menuCategorieTabContainer .tab.active {
            background: #FFF;
        }

        .menuCategorieTabContainer .tab:last-of-type {
            border-right: 0;
        }

.menuKaartCategorieContainer {
    display: flex;
    margin: 120px 0 60px;
}

.menuKaartCategorie {
    position: relative;
    height: 60px;
    display: flex;
    align-items: flex-end;
    margin: 0 35px 0 0;
    border-top: 5px solid transparent;
    cursor: pointer;
    transition: ease-in-out all 0.3s;
    color: rgb(204, 204, 204);
}

    .menuKaartCategorie:hover {
        border-top: 5px solid var(--groen);
        color: var(--groen);
    }

    .menuKaartCategorie.active {
        border-top: 5px solid black;
        color: #000;
    }

.menuKaartSlider {
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.gerechtContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

    .gerechtContainer.payoff {
        padding: 60px 20px;
        border: 0;
        font: var(--menu-kaart-font);
    }

    .gerechtContainer.extraAandacht {
        background: var(--groen);
    }

    .gerechtContainer .gerechtBeschrijving, .gerechtContainer .gerechtPrijs, .gerechtContainer .gerechtOpmerking {
        font: var(--menu-kaart-font);
    }

        .gerechtContainer .gerechtBeschrijving ul, .gerechtContainer .gerechtBeschrijving ul li {
            padding: 0 0 0 10px;
            margin: 0 0 0 0;
            list-style-type: '-';
        }

    .gerechtContainer .gerechtOpmerking {
        font-family: 'TTCommons-Medium';
    }

    .gerechtContainer .gerechtPrijs {
        text-align: right;
    }

.menuKaart {
    position: relative;
}

    .menuKaart:before {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(((100% - var(--wrapper-width)) / 2) - 40px);
        height: 100%;
        background: #FF0000;
        content: '';
        background: url('/img/bg_menukaart_top.png') no-repeat top right;
        background-size: 100% auto;
    }

    .menuKaart:after {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(((100% - var(--wrapper-width)) / 2) - 40px);
        height: 100%;
        background: #FF0000;
        content: '';
        background: url('/img/bg_menukaart_bottom.png') no-repeat bottom left;
        background-size: 100% auto;
    }

.formContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0 0;
}

    .formContainer label {
        width: 120px;
        margin: 0 0 10px;
        font: var(--form-label);
        height: 50px;
        line-height: 50px;
    }

.box {
    position: relative;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding: 0px 20px;
    display: block;
    background-color: var(--groen-hover);
    font: var(--default-font);
    color: rgb(91,91,91);
    height: 50px;
    line-height: 50px;
    border: 0;
    margin: 0 0 10px;
}

.boxRow {
    width: calc(100% - 120px);
    margin: 0 0 0 120px;
}

    .boxRow .btn {
        float: right;
    }

textarea.box {
    height: 200px;
}

.openingsTijden {
    width: 100%;
    margin: 0 0 30px;
}

    .openingsTijden .row {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 30px;
        line-height: 30px;
    }

        .openingsTijden .row .dag {
            width: 280px;
            box-sizing: border-box;
            padding: 0 10px 0 0;
        }

        .openingsTijden .row .tijd {
            width: calc(100% - 280px);
        }

        .openingsTijden .row.vandaag {
            height: 60px;
            display: flex;
            align-content: center;
            align-items: center;
            border-top: 1px solid var(--groen);
            border-bottom: 1px solid var(--groen);
            margin: 0 0 20px;
            color: var(--groen);
            font: var(--vandaag-label);
        }

#map {
    width: 100%;
    height: 640px;
}

.map {
    margin: 170px 0 0;
    position: relative;
    height: 640px;
}

    .map .mapOverlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc((100% - var(--wrapper-width)) / 2);
        right: 0;
        margin: auto 0;
        z-index: 20;
        height: 250px;
        background: #FFF;
        padding: 30px;
        box-sizing: border-box;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 350px;
        font: var(--button-font);
    }

.komEten {
    position: relative;
    margin: 50px 0 100px;
}

    .komEten .wrapper {
        background: var(--groen-hover);
        box-sizing: border-box;
        padding: 40px 45px;
        display: flex;
    }

        .komEten .wrapper .col4 {
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: flex-end;
        }

        .komEten .wrapper h1 {
            margin: 0 0 10px;
            font-size: 40px;
        }

.berichtPopUp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 375px;
    max-width: calc(100% - 50px);
    padding: 20px 50px 50px;
    background: #FFF;
    z-index: 9999;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

    .berichtPopUp a, .berichtContainer a.close {
        font: var(--button-font);
        text-transform: uppercase;
        display: block;
        text-align: center;
        width: 100%;
        color: #000;
        text-decoration: none;
    }

    .berichtPopUp .berichtTitel {
        font: var(--header-font);
        text-transform: uppercase;
        display: block;
        margin: 75px 0 40px;
    }

.berichtContainer {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50%;
    height: calc(100vh - 25px - 80px);
    background: #FFF;
    box-sizing: border-box;
    padding: 0 200px 100px;
    z-index: 999999;
    display: none;
}

.berichtContainerBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #5A5A59;
    opacity: 0.4;
    z-index: 999998;
    content: '';
    display: none;
}

.berichtContainer a.close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: auto;
}

    .berichtContainer a.close span {
        font-size: 12px;
        margin: 0 0 0 5px;
    }

.berichtContainer .berichtSlider {
    margin: 200px 0 0;
}
.berichtContainer .bottomContainer{
    position:absolute;
    bottom:120px;
    display:flex;
    width:calc(100% - 400px);
}
.berichtContainer .bottomContainer .nextBericht, .berichtContainer .bottomContainer .prevBericht {
    position: relative;
    font: var(--klein-font);
    cursor:pointer;
}
    .berichtContainer .bottomContainer .nextBericht{
        margin:0 0 0 auto;
    }
    @media screen and (max-width:1600px) {
        :root {
        --default-font: 18px/22px 'TTCommons-Regular';
        --menu-kaart-font: 18px/28px 'TTCommons-Regular';
        --header-font: 24px/28px 'TTCommons-Regular';
        --button-font: 17px 'TTCommons-Medium';
        --klein-font: 16px 'TTCommons-Medium';
        --klein-font-footer: 16px 'TTCommons-Regular';
        --review-font: 43px 'MonotypeCorsiva';
        --default-side-padding: 50px;
        --wrapper-width: calc(100% - 60px);
        --footer-width: var(--wrapper-width);
        --tab-font: 14px 'TTCommons-Medium';
        --form-label: 18px 'TTCommons-DemiBold';
        --vandaag-label: 26px 'TTCommons-DemiBold';
    }

    .menuKaart .wrapper, .menuCategorieTabContainer .wrapper {
        width: 750px;
    }

    .menuKaart:before, .menuKaart:after {
        width: calc(((100% - 750px) / 2) - 40px);
    }

    h1, h2 {
        margin: 0 0 20px;
    }

    .columnContainer .tekstCol {
        position: relative;
        padding: 40px 50px 0;
        box-sizing: border-box;
        order: 0;
    }

    header nav ul li {
        margin: 0 30px 0 0;
    }

    .columnContainer .btnContainer {
        position: absolute;
        bottom: -80px;
    }

    .columnContainer .fotoCol:before, footer .footerFoto:before {
        background-size: contain !important;
    }

    .columnContainer:nth-child(even) .fotoCol:before {
        bottom: -150px;
    }

    header.volg .sliderContainer, header.volg .sliderContainer .slider .slide, footer .footerFoto, .map, #map {
        height: 440px;
    }

    header.volg {
        height: calc(440px + 50px);
    }

    .sliderContainer .sliderContent img {
        margin: 200px auto 160px;
        width: 250px;
        opacity: 0;
    }

        .sliderContainer .sliderContent img.maaltijdBezorging {
            width: 350px;
        }

    .columnContainer {
        padding: 150px 0 0;
    }

    .openingsTijden .row {
        font-size: 15px;
    }

        .openingsTijden .row .dag {
            width: 220px;
        }

        .openingsTijden .row .tijd {
            width: calc(100% - 220px);
        }

    .reviewContainer {
        font: var(--review-font);
        text-align: center;
        margin: 120px 0 100px;
    }
}

@media screen and (max-width:1080px) {
    :root {
        --default-font: 18px/22px 'TTCommons-Regular';
        --menu-kaart-font: 18px/28px 'TTCommons-Regular';
        --header-font: 24px/28px 'TTCommons-Regular';
        --button-font: 14px 'TTCommons-Medium';
        --klein-font: 16px 'TTCommons-Medium';
        --klein-font-footer: 16px 'TTCommons-Regular';
        --review-font: 43px 'MonotypeCorsiva';
        --default-side-padding: 30px;
        --wrapper-width: calc(100% - 60px);
        --footer-width: var(--wrapper-width);
        --tab-font: 14px 'TTCommons-Medium';
        --form-label: 18px 'TTCommons-DemiBold';
        --vandaag-label: 20px 'TTCommons-DemiBold';
    }

    .menuKaart .wrapper, .menuCategorieTabContainer .wrapper {
        width: 100%;
    }

    .hamburger {
        display: block;
    }

    .menuKaart:before, .menuKaart:after {
        width: calc(((100% - 100%) / 2) - 40px);
    }

    header nav {
        display: none;
    }

    .btn span {
        font-size: 10px;
        padding: 0 0 0 15px;
    }

    footer .footerGegevens {
        flex-wrap: wrap;
        padding: 100px 0 80px;
    }

    .footerGegevens .col4 {
        width: 50%;
        margin: 0 0 50px;
        text-align: center;
    }

    .footerGegevens .imageCol {
        order: -1;
        width: 100%;
    }

    .formContainer label, .box {
        width: 100%;
    }

    .boxRow {
        margin: 0;
        width: 100%;
    }

    .komEten .wrapper {
        flex-wrap: wrap;
        padding: 20px;
    }

        .komEten .wrapper h1 {
            margin: 0 0 10px;
            font-size: 30px;
        }

        .komEten .wrapper .col8, .komEten .wrapper .col4 {
            width: 100%;
            justify-content: center;
        }

        .komEten .wrapper .col8 {
            margin: 0 0 20px;
        }

        .komEten .wrapper .col4 .btn {
            width: 100%;
        }

    .openingsTijden .row {
        flex-wrap: wrap;
        height: auto;
    }

        .openingsTijden .row .dag {
            font-weight: bold;
        }

        .openingsTijden .row .dag, .openingsTijden .row .tijd {
            width: 100%;
        }

    header nav {
        position: fixed;
        top: 50px;
        width: 100%;
        height: calc(100vh - 50px);
        background: var(--groen);
    }

        header nav ul {
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 100px;
        }

        header nav ul, header nav li {
            width: 100%;
            text-align: center;
        }

            header nav ul li a {
                width: 100%;
                justify-content: center;
                height: 60px;
                border-top: 0 !important;
            }

            header nav ul.socialMenu {
                padding-top: 0;
            }

                header nav ul.socialMenu li, header nav ul li {
                    margin: 0;
                }

                    header nav ul li.socialIcon {
                        width: auto;
                        margin: 0 10px;
                    }

    .menuCategorieTabContainer {
        margin: 0;
    }

        .menuCategorieTabContainer .wrapper {
            padding: 0;
            width: 100%;
        }

    .menuKaart .wrapper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .berichtContainer {
        height: calc(100vh - 25px - 80px);
        padding: 0 100px 50px;
    }
}

@media screen and (max-width:750px) {
    :root {
        --default-font: 18px/22px 'TTCommons-Regular';
        --menu-kaart-font: 18px/28px 'TTCommons-Regular';
        --header-font: 24px/28px 'TTCommons-Regular';
        --button-font: 14px 'TTCommons-Medium';
        --klein-font: 16px 'TTCommons-Medium';
        --klein-font-footer: 16px 'TTCommons-Regular';
        --review-font: 30px 'MonotypeCorsiva';
        --default-side-padding: 30px;
        --wrapper-width: calc(100% - 60px);
        --footer-width: var(--wrapper-width);
        --tab-font: 14px 'TTCommons-Medium';
        --form-label: 18px 'TTCommons-DemiBold';
        --vandaag-label: 20px 'TTCommons-DemiBold';
    }

    .adres {
        display: none;
    }

    header.volg .sliderContainer, header.volg .sliderContainer .slider .slide, footer .footerFoto, .map, #map {
        height: 240px;
    }

    header {
        height: 400px;
    }

    .sliderContainer, .sliderContainer .slider .slide {
        height: calc(400px - 50px);
    }

    header.volg {
        height: calc(240px + 50px);
    }

    .sliderContainer .sliderContent img {
        margin: 50px auto 60px;
        width: 250px;
        opacity: 0;
    }

    footer .footerFoto:before {
        position: absolute;
        top: 0;
        width: calc(100% - 15px);
        height: calc(100% + 50px);
    }

    .btn {
        text-decoration: none;
        display: inline-flex;
        align-content: center;
        align-items: center;
        padding: 0 15px;
        height: 50px;
    }

    .columnContainer {
        padding: 80px 0 0;
    }

        .columnContainer .tekstCol.col6, .columnContainer .fotoCol.col6 {
            width: 100%;
        }

        .columnContainer .tekstCol.col6 {
            order: 0;
            padding: 0 30px 40px;
        }

        .columnContainer .fotoCol.col6 {
            order: 1;
            padding: 0;
        }

        .columnContainer .btnContainer {
            position: relative;
            margin-top: 40px;
            bottom: auto;
        }

        .columnContainer .fotoCol:before {
            top: 0;
            right: 0;
        }

        .columnContainer:nth-child(even) .fotoCol:before {
            top: 0;
            left: 0;
            right: auto;
        }

    .vork {
        display: none !important;
    }

    .footerGegevens .col4 {
        width: 100%;
    }

    .realisatie {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
    }

        .realisatie a {
            width: 100%;
            text-align: center;
        }

        .realisatie .sep {
            display: none;
        }

    .sliderContainer .sliderContent:before {
        height: 100px;
    }

    .columnContainer.formContainer {
        margin: 0 !important;
    }


    .map .mapOverlay {
        display: none;
    }

    .menuKaartCategorie {
        position: relative;
        height: 40px;
        display: flex;
        align-items: flex-end;
        margin: 0 15px 0 0;
        border-top: 5px solid transparent;
        cursor: pointer;
        transition: ease-in-out all 0.3s;
        color: rgb(204, 204, 204);
    }
    .berichtContainer {
        height: calc(100vh - 25px - 80px);
        width:calc(100% - 50px);
        padding: 0 50px 50px;
    }
}