@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?rnj7up');
    src:  url('../fonts/icomoon.eot?rnj7up#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rnj7up') format('truetype'),
    url('../fonts/icomoon.woff?rnj7up') format('woff'),
    url('../fonts/icomoon.svg?rnj7up#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-icon_horen:before {
    content: "\e900";
}
.icon-icon_pijl:before {
    content: "\e901";
}
.icon-icon_stap1:before {
    content: "\e902";
}
.icon-icon_stap2:before {
    content: "\e903";
}
.icon-icon_stap3:before {
    content: "\e904";
}
.icon-icon_stap4:before {
    content: "\e905";
}
.icon-icon_stap5:before {
    content: "\e906";
}
.icon-icon_stap6:before {
    content: "\e907";
}
.icon-icon_ster:before {
    content: "\e908";
}
.icon-icon_zien:before {
    content: "\e909";
}

html {
    touch-action: manipulation;
}
*:focus {outline:0;}
*
{
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
a:hover{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
:root {

    --fontFamily: 'Montserrat', sans-serif;
    --fontWeightRegular: 400;
    --fontWeightMedium: 500;
    --fontWeightSemiBold: 600;
    --fontWeightExtraBold: 800;
    --fontSizeBody: 16px;
    --fontSizeHeaderHead: 42px;
    --fontSizeHeader: 36px;
    --fontSizeIntro: 22px;
    --fontSizeServiceIntro: 20px;
    --fontSizeQuote: 31px;
    --fontSizeStar: 24px;
    --fontSizeTabIconZien: 24px;
    --fontSizeTabIconHoren: 40px;
    --fontSizeLookbookQuote: 24px;
    --fontSizeHeadHoeHetWerkt: 22px;
    --fontSizeEndline: 10px;

    --wrapper: 1024px;
    --wrapperSmall: 965px;

    --colorWarmGrijs: #6f625c;
    --colorWarmGrijs5: #6f625c1A;
    --colorVolBlauw: #0094a4;
    --colorVolBlauw10: #0094a41A;
    --colorLichtBlauw: #00abbe;
    --colorVolGeel: #f9c501;
    --colorWarmGeel: #ffee01;
    --colorVolRood: #c63411;
    --colorVolRood10: #c634111A;
    --colorWarmRood: #ec3e14;
    --colorVolGroen: #94a606;
    --colorLichtGroen: #b0c707;
    --colorWit: #FFFFFF;

    --heightHomeNav: 160px;
    --heightHomeNavFixed: 80px;
    --heightNavBar: 34px;
    --headerLogoHeight: 96px;
    --headerLogoHeightFixed: 30px;
    --heightHeader: 456px;
    --heightHeaderPage: 320px;
    --heightLookbook: 180px;
    --widthHeaderP: 400px;
    --heightStepIcon: 96px;
    --fontSizeIconSteps: 60px;



}
.hamburger, .responsive__menu{
    display: none;
}
iframe{
    max-width: 100% !important;
}
*:focus {outline:0;}
figure, header, section, nav, p
{
    margin: 0;
}
p{
    margin-bottom: 1em;
    line-height: 1.5em;
}
p strong{
    font-weight: var(--fontWeightExtraBold);
    text-transform: uppercase;
}
body
{
    color: var(--colorWarmGrijs);
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: var(--heightHomeNav) 0 0 0;
    font-size: var(--fontSizeBody);
    font-family: var(--fontFamily);
    overflow-x: hidden;
}
body:not(.fixed):not(.default){
    padding: 0 !important;
}
figure img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
h1, .h1
{
    color: inherit;
    font-weight: var(--fontWeightExtraBold);
    text-transform: uppercase;
}
h2, .h2
{
    color: inherit;
    font-weight: 100;
}

.clear
{
    clear: both;
}
.floatRight{
    float: right;
}
.txtAlignRight
{
    text-align: right;
}
.txtAlignCenter
{
    text-align: center;
}
.noMargin
{
    margin: 0 !important;
}
.center{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
a
{
    cursor: pointer;
    text-decoration: underline;
    color:  var(--colorVolBlauw);
}
a:hover
{
    cursor: pointer;
    color:  var(--colorLichtBlauw);
    text-decoration: underline;
}

.wrapper{
    max-width: var(--wrapper);
    position: relative;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.flex.top{
    align-items: start;
    justify-content: space-between;
}
.flex.center{
    align-items: center;
}
.succeed{
    color: var(--colorVolGroen);
}
.error{
    color: var(--colorVolRood);
}

nav.nav__top{
    position: fixed;
    height: var(--heightHomeNav);
    left: 0; width: 100%;
    top: 0;
    background-color: var(--colorWit);
    z-index: 99;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body.fixed nav.nav__top{
    height: var(--heightHomeNavFixed);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.figure__logo{
    position: absolute;
    left: 0; top: 0;
    height: var(--headerLogoHeight);
    margin: calc((var(--heightHomeNav) - var(--headerLogoHeight) - var(--heightNavBar)) / 2) 0 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body.fixed .figure__logo{
    height: var(--headerLogoHeightFixed);
    margin: calc((var(--heightHomeNavFixed) - var(--headerLogoHeightFixed) - var(--heightNavBar)) / 2) 0 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
nav.nav__meta {
    position: absolute;
    text-align: right;
    bottom: 75px;
    right: calc(50% - calc(var(--wrapper) / 2));
    width: 270px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body.fixed nav.nav__meta{
    bottom: 50px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
nav.nav__meta span{
    position: relative;
    text-align: center;
    height: var(--fontSizeBody);
}
nav.nav__meta span.splitter{
    width: 1px;
    background-color: var(--colorWarmGrijs);
}
nav.nav__meta a{
    display: block;
    height: var(--fontSizeBody);
    line-height: var(--fontSizeBody);
    color: var(--colorWarmGrijs);
    text-decoration: none;
    font-weight: var(--fontWeightMedium);
    text-transform: uppercase;
}
nav.nav__meta a:hover{
    text-decoration: none;
    font-weight: var(--fontWeightSemiBold);
}

nav.nav__main{
    position: absolute;
    bottom: 0;
    height: var(--heightNavBar);
    width: 100%;
    background-color: var(--colorWarmGrijs)
}
nav.nav__main .wrapper{
    display: flex;
    justify-content: space-between;
}
nav.nav__main .wrapper span{
    position: relative;
    height: var(--heightNavBar);
    text-align: center;
}
nav.nav__main .wrapper span.splitter{
    width: 1px;
    background-color: var(--colorWit);
}
nav.nav__main a{
    text-align: center;
    display: block;
    height: var(--heightNavBar);
    line-height: var(--heightNavBar);
    color: var(--colorWit);
    text-decoration: none;
    font-weight: var(--fontWeightMedium);
    text-transform: uppercase;
}
nav.nav__main a:hover{
    text-decoration: none;
    font-weight: var(--fontWeightSemiBold);
}
header.header__page{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: var(--heightHeaderPage)
}
header.header__page img{
    width: 100%;
    height: var(--heightHeaderPage);
    object-position: center;
    object-fit: cover;
}
header.header__slider{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: var(--heightHeader);
}
header.header__slider .slide{
    position: relative;
    width: 100%;
    float: left;
    height: var(--heightHeader);
    background-size: cover;
    background-position: center
}
header.header__slider p{
    font-size: var(--fontSizeHeader);
    text-align: right;
    float: right;
    clear: both;
    line-height: var(--fontSizeHeaderHead);
}
header.header__slider .headerLine{
    width: unset;
    font-weight: var(--fontWeightSemiBold);
    font-size: var(--fontSizeHeaderHead);
    line-height: var(--fontSizeHeaderHead);
    text-align: right;
    margin-top: 30px;
}
header.header__slider .slide.txtWhite p{
    color: var(--colorWit);
}
.slick-dots li button:before
{
    font-family: 'slick';
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    content: ' ';

    text-align: center;

    opacity: 1;
    border: 0;
    background-color: var(--colorWarmGrijs);
    opacity: 0.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--colorWarmGrijs);
}
article, footer{
    background-color: var(--colorWit);
    padding: 20px 0;
    width: 100%;
}
article.article__intro p, article.article__intro h1{
    font-size: var(--fontSizeIntro);
}
article .h1, footer .h1{
    font-size: var(--fontSizeIntro);
}
.col50{
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 50%;
}
.col50:nth-child(2n){
    padding: 0 0 0 20px;
}
.bgGray{
    background-color: var(--colorWarmGrijs5)
}
.paddingBottomServiceTab{
    padding-bottom: 70px !important;
}
.service__module{
    width: 100%;
    background-color: var(--colorWit);
    position: relative;
}
.service__tabs{
    width: 100%;
    position: absolute;
    height: 50px;
    top: -49px;
    z-index: 10;
}
.tabItem{
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    width :100px;
    background-color: var(--colorWit);
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 20px 20px 0 0;
    margin: 0 10px 0 0;
    border-bottom: 1px solid var(--colorWit);
}
.tabItem span{
    height: 50px;
    vertical-align: middle;
    box-sizing: border-box;
}
.tabItem.zien{
    background-color: var(--colorVolRood);
    color: var(--colorWit);
    border-bottom: 1px solid var(--colorVolRood);
}
.tabItem.horen{
    background-color: var(--colorVolBlauw);
    color: var(--colorWit);
    border-bottom: 1px solid var(--colorVolBlauw);
}
.tabItem.active{
    border-bottom: 1px solid var(--colorWit);
}
.tabItem.zien span{
    font-size:var(--fontSizeTabIconZien);
}
.tabItem.horen span{
    font-size:var(--fontSizeTabIconHoren);
}
.tabItem.zien.active{
    color: var(--colorVolRood);
    border-left: 1px solid var(--colorVolRood);
    border-top: 1px solid var(--colorVolRood);
    border-right: 1px solid var(--colorVolRood);
}
.tabItem.horen.active{
    color: var(--colorLichtBlauw);
    border-left: 1px solid var(--colorVolBlauw);
    border-top: 1px solid var(--colorVolBlauw);
    border-right: 1px solid var(--colorVolBlauw);
}
.tabItem:hover{
    opacity: 0.8;
    cursor: pointer;

}
.tabItem.active, .tabItem.active:hover{
    background-color: var(--colorWit);
    opacity: 1;
}

.serviceTab.zien.active{
    border-top: 1px solid var(--colorVolRood);
}
.serviceTab.horen.active{
    border-top: 1px solid  var(--colorVolBlauw);
}
.serviceTab.zien .lookbook{
    background-color: var(--colorVolRood);
}
.serviceTab.zien .h1, .serviceTab.zien p strong, .serviceTab.zien p.rating{
    color: var(--colorVolRood);
}
.serviceTab.zien .hoeHetWerkt .head{
    color: var(--colorVolRood);
}
.serviceTab.horen .lookbook{
    background-color: var(--colorVolBlauw);
}
.serviceTab.horen .h1, .serviceTab.horen p strong, .serviceTab.horen p.rating{
    color: var(--colorVolBlauw);
}
.serviceTab.horen .hoeHetWerkt .head{
    color: var(--colorVolBlauw);
}

.serviceTab{
    width: 100%;
    opacity: 0;
    pointer-events: none;

    height: 0;
    overflow: hidden;
}
.serviceTab.active{
    opacity: 1;
    height: unset;
    pointer-events: all;
}
.service__content{
    width: 100%;
}

.service__content ol li{
    margin: 0 0 2em 0;
}
.serviceIntro{
    font-size: var(--fontSizeServiceIntro);
}

.leftContent{
    width: calc(100% - 370px - 40px);
    float: left;
    padding: 50px 0;
}
.rightContent{
    width: 370px;
    float: right;
}
.rightContent figure{
    width: 370px;
    height: auto;
}
.rightContent .quote{
    margin: 20px 0 40px 0;
    text-align: right;
    line-height: 1.2em;
    font-size: var(--fontSizeQuote);
    font-weight: var(--fontWeightRegular);
    font-style: italic;;
}
p.rating{
    text-align: right;
    font-size: var(--fontSizeStar);
}
p.rating span{
    display: inline-block;
}
.hoeHetWerkt{
    position: relative;
    width: 100%;
    padding: 30px 0;
    display: none;
}
.hoeHetWerkt.active{
    display: block;
}
.serviceTab.horen .hoeHetWerkt{
    border-top: 1px solid var(--colorVolBlauw);
    background-color: var(--colorVolBlauw10);
}
.serviceTab.zien .hoeHetWerkt{
    border-top: 1px solid var(--colorVolRood);
    background-color: var(--colorVolRood10);
}
.hoeHetWerkt .head{
    text-align: center;
    font-size: var(--fontSizeHeadHoeHetWerkt);
    text-transform: uppercase;
    font-weight: var(--fontWeightExtraBold);
}
.hoeHetWerkt .steps{
    margin: 20px 0 20px 0;
    box-sizing: border-box;
    padding: 0 16px;
    width: calc(100% / 6);
    text-align: center;
}
.hoeHetWerkt .steps span{
    display: block;
    height: var(--heightStepIcon);
    width: 100%;
    font-size: var(--fontSizeIconSteps);
}

.lookbook{
    position: relative;
    height: var(--heightLookbook);
    width: 100%;
}
.lookbookItem{
    box-sizing: border-box;
    display: inline-block;
    height: var(--heightLookbook);
    width: 25%;
}
.lookbookItem img{
    width: 100%;
    height: var(--heightLookbook);
    object-fit: cover;
    object-position: center;
}
.lookbookItem.quoteLookBook{
    display: flex;
    padding: 20px;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: var(--fontSizeLookbookQuote);
    color: var(--colorWit);
}
.lookbookItem.quoteLookBook p{
    margin: 0;
}

footer figure.logo{
    width: 320px;
    height: auto;
}
.button{
    position: relative;
    font-size: var(--fontSizeBody);
    font-weight: var(--fontWeightSemiBold);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0 30px 0 16px;
    border-radius: 20px;
    border: 1px solid var(--colorVolBlauw);
    line-height: 35px;
    color: var(--colorVolBlauw);
    background-color: var(--colorWit);
}
.zien .button{
    border: 1px solid var(--colorVolRood);
    color: var(--colorVolRood);
}
form .button{
    border: 1px solid var(--colorWarmGrijs);
    color: var(--colorWarmGrijs);
}
form textarea, form input, form select{
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 0 16px;
    border: 1px solid var(--colorWarmGrijs);
    margin: 0 0 20px 0;
}
form textarea{
    height: 100px;
    padding: 16px;
}
form .error{
    border-color: var(--colorWarmRood);
}
.errorOutput{
    color: var(--colorWit);
    background-color: var(--colorWarmRood);
    padding: 16px 4px;
    display: block;
    font-size: var(--fontSizeEndline);
    text-align: center;
}
.button:after{
    content: "\e901";
    position: absolute;
    text-align: center;
    right: 0;
    width: 30px;
    height: 100%;

    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 35px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.button:hover{
    opacity: 0.4;
    text-decoration: none;
}

.endline{
    background-color: var(--colorWarmGrijs);
    width: 100%;
    padding: 20px 0;
    font-size: var(--fontSizeEndline);
    color: var(--colorWit);
    text-transform: uppercase;
}
.endline p{
    margin: 0;
}
.endline p a{
    color: var(--colorWit);
}
.faqQuestion{

    font-weight: var(--fontWeightSemiBold);
    cursor: pointer;
    width: 100%;
    margin: 0;
}
.faqQuestion.active, .faqQuestion:hover {
    color:var(--colorWarmRood);
    text-decoration: underline;
}
.faqContent{
    padding: 5px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.tblSamenstelling{
    font-size: var(--fontSizeEndline);
}
@media screen and (max-width: 1200px){

    :root {

        --fontSizeBody: 15px;
        --fontSizeHeaderHead: 36px;
        --fontSizeHeader: 32px;
        --fontSizeIntro: 20px;
        --fontSizeServiceIntro: 18px;
        --fontSizeQuote: 26px;
        --fontSizeStar: 24px;
        --fontSizeTabIconZien: 24px;
        --fontSizeTabIconHoren: 40px;

        --fontSizeLookbookQuote: 20px;
        --fontSizeHeadHoeHetWerkt: 20px;

        --wrapper: 928px;
        --wrapperSmall: 728px;

        --heightHomeNav: 140px;
        --heightHomeNavFixed: 80px;
        --heightNavBar: 34px;
        --headerLogoHeight: 74px;
        --headerLogoHeightFixed: 30px;
        --heightHeader: 410px;
        --heightHeaderPage: 280px;
        --heightLookbook: 180px;
        --widthHeaderP: 400px;
        --heightStepIcon: 96px;
        --fontSizeIconSteps: 60px;

    }
    nav.nav__top{
        height: var(--heightHomeNav);
    }
    body.fixed nav.nav__top{
        height: var(--heightHomeNavFixed);
    }
    nav.nav__meta {
        bottom: 75px;
        right: calc(50% - calc(var(--wrapper) / 2));
        width: 270px;
    }
    body.fixed nav.nav__meta{
        bottom: 50px;
    }
    header.header__slider .headerLine{
        margin-top: 30px;
    }
    .col50{
        padding: 0 20px 0 0;
        width: 50%;
    }
    .col50:nth-child(2n){
        padding: 0 0 0 20px;
    }
    .paddingBottomServiceTab{
        padding-bottom: 70px !important;
    }
    .service__tabs{
        width: 100%;
        height: 50px;
        top: -49px;
    }
    .tabItem{
        height: 50px;
        width :100px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }
    .tabItem span{
        height: 50px;
    }
    .service__content ol li{
        margin: 0 0 1.5em 0;
    }
    .leftContent{
        width: calc(100% - 280px - 40px);
        padding: 50px 0;
    }
    .rightContent{
        width: 280px;
    }
    .rightContent figure{
        width: 280px;
    }
    .rightContent .quote{
        margin: 20px 0 40px 0;
    }
    p.rating{
        text-align: right;
    }
    .hoeHetWerkt{
        padding: 30px 0;
    }
    .hoeHetWerkt .steps{
        margin: 20px 0 20px 0;
        padding: 0 16px;
        width: calc(100% / 6);
    }
    .lookbookItem{
        width: 25%;
    }
    .lookbookItem.quoteLookBook{
        padding: 20px;
    }
    footer figure.logo{
        width: 320px;
    }
    form textarea, form input{
        height: 35px;
        padding: 0 16px;
        margin: 0 0 20px 0;
    }
    form textarea{
        height: 100px;
        padding: 16px;
    }
    .endline{
        padding: 20px 0;
    }
}
@media screen and (max-width: 968px){

    :root {
        --fontSizeBody: 13px;
        --fontSizeHeaderHead: 30px;
        --fontSizeHeader: 28px;
        --fontSizeIntro: 17px;
        --fontSizeServiceIntro: 17px;
        --fontSizeQuote: 20px;
        --fontSizeStar: 24px;
        --fontSizeTabIconZien: 24px;
        --fontSizeTabIconHoren: 40px;

        --fontSizeLookbookQuote: 18px;
        --fontSizeHeadHoeHetWerkt: 17px;

        --wrapper: 728px;
        --wrapperSmall: 640px;

        --heightHomeNav: 80px;
        --heightHomeNavFixed: 80px;
        --heightNavBar: 0px;
        --headerLogoHeight: 50px;
        --headerLogoHeightFixed: 50px;
        --heightHeader: 340px;
        --heightHeaderPage: 240px;
        --heightLookbook: 180px;
        --widthHeaderP: 400px;
        --heightStepIcon: 96px;
        --fontSizeIconSteps: 60px;

    }
    body{
        overflow-x: hidden;
    }
    nav.nav__top{
        height: var(--heightHomeNav);
    }
    body.fixed nav.nav__top{
        height: var(--heightHomeNavFixed);
    }
    nav.nav__meta {
        bottom: 75px;
        right: calc(50% - calc(var(--wrapper) / 2));
        width: 400px;
    }
    body.fixed nav.nav__meta{
        bottom: 50px;
    }
    nav.nav__main .wrapper, .nav__meta span{
        display: none !important;
    }
    header.header__slider .headerLine{
        margin-top: 30px;
    }
    .col50{
        padding: 0 20px 0 0;
        width: 50%;
    }
    .col50:nth-child(2n){
        padding: 0 0 0 20px;
    }
    .paddingBottomServiceTab{
        padding-bottom: 70px !important;
    }
    .service__tabs{
        width: 100%;
        height: 50px;
        top: -49px;
    }
    .tabItem{
        height: 50px;
        width :100px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }
    .tabItem span{
        height: 50px;
    }
    .service__content ol li{
        margin: 0 0 1.5em 0;
    }
    .leftContent{
        width: calc(100% - 280px - 40px);
        padding: 50px 0;
    }
    .rightContent{
        width: 280px;
    }
    .rightContent figure{
        width: 280px;
    }
    .rightContent .quote{
        margin: 20px 0 40px 0;
    }
    p.rating{
        text-align: right;
    }
    .hoeHetWerkt{
        padding: 30px 0;
    }
    .hoeHetWerkt .wrapper{
        flex-wrap: wrap;
    }
    .hoeHetWerkt .steps{
        margin: 20px 0 20px 0;
        padding: 0 16px;
        width: calc(100% / 3);
    }
    .lookbookItem{
        width: 25%;
    }
    .lookbookItem.quoteLookBook{
        padding: 20px;
    }
    footer figure.logo{
        width: 320px;
    }
    form textarea, form input{
        height: 35px;
        padding: 0 16px;
        margin: 0 0 20px 0;
    }
    form textarea{
        height: 100px;
        padding: 16px;
    }
    .endline{
        padding: 20px 0;
    }
    .hamburger{
        display: block;
    }
    .hamburger {
        bottom: 20px;
        right: calc(50% - calc(var(--wrapper) / 2));
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        height: 35px;
        width: 35px;
        font: inherit;
        border: 0;
        overflow: visible;
        margin: 0;
        padding: 0px;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;

        background-color: transparent;
        z-index:99;
    }
    body.fixed .hamburger{
        bottom: 20px;
    }
    .hamburger:hover {
        opacity: .7
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 35px
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 35px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        background-color:  var(--colorWarmGrijs);
    }
    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: ''
    }
    .hamburger-inner:before {
        top: -12px
    }
    .hamburger-inner:after {
        bottom: -12px
    }
    .hamburger--spin .hamburger-inner {
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: .3s
    }
    .hamburger--spin .hamburger-inner:before {
        transition: top .1s ease-in .34s, opacity .1s ease-in
    }
    .hamburger--spin .hamburger-inner:after {
        transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--spin.is-active .hamburger-inner {
        transition-delay: .14s;
        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 .14s;
        opacity: 0
    }
    .hamburger--spin.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
        transform: rotate(-90deg)
    }
    .hamburger--spin-r .hamburger-inner {
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: .3s
    }
    .hamburger--spin-r .hamburger-inner:before {
        transition: top .1s ease-in .34s, opacity .1s ease-in
    }
    .hamburger--spin-r .hamburger-inner:after {
        transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--spin-r.is-active .hamburger-inner {
        transition-delay: .14s;
        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 .14s;
        opacity: 0
    }
    .hamburger--spin-r.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
        transform: rotate(90deg)
    }
    .responsive__menu{
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        display: block;
        width: 320px;
        z-index: 99;
        top: var(--heightHomeNav);
        right: -400px;
        background-color: var(--colorWarmGrijs);
    }
    .responsive__menu span{
        display: block;
        position: relative;
    }
    .responsive__menu span a{
        font-size: var(--fontSizeBody);
        color: var(--colorWit);
        text-decoration: none;
        line-height: 35px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 16px;
        font-weight: var(--fontWeightMedium);
    }
    .hamburger__active .responsive__menu{
        right: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .responsive__menu span.splitter{
        width: 100%;
        height: 1px;
    }
}
@media screen and (max-width: 768px){
    :root {
        --fontSizeBody: 13px;
        --fontSizeHeaderHead: 30px;
        --fontSizeHeader: 28px;
        --fontSizeIntro: 17px;
        --fontSizeServiceIntro: 17px;
        --fontSizeQuote: 20px;
        --fontSizeStar: 24px;
        --fontSizeTabIconZien: 24px;
        --fontSizeTabIconHoren: 40px;

        --fontSizeLookbookQuote: 18px;
        --fontSizeHeadHoeHetWerkt: 17px;

        --wrapper: calc(100% - 50px);
        --wrapperSmall: calc(100% - 50px);

        --heightHomeNav: 80px;
        --heightHomeNavFixed: 80px;
        --heightNavBar: 0px;
        --headerLogoHeight: 30px;
        --headerLogoHeightFixed: 30px;
        --heightHeader: 340px;
        --heightHeaderPage: 240px;
        --heightLookbook: 180px;
        --widthHeaderP: 400px;
        --heightStepIcon: 96px;
        --fontSizeIconSteps: 60px;

    }
    .flex{
        flex-wrap: wrap;
    }
    body{
        overflow-x: hidden;
    }
    nav.nav__top{
        height: var(--heightHomeNav);
    }
    body.fixed nav.nav__top{
        height: var(--heightHomeNavFixed);
    }
    .col50{
        padding: 0 0px 20px 0;
        width: 100%;
    }
    .col50:nth-child(2n){
        padding: 0 0px 20px 0;
    }
    .paddingBottomServiceTab{
        padding-bottom: 70px !important;
    }
    .service__tabs{
        width: 100%;
        height: 50px;
        top: -49px;
    }
    .tabItem{
        height: 50px;
        width :100px;
        line-height: 50px;
        margin: 0 10px 0 0;
    }
    .tabItem span{
        height: 50px;
    }
    .service__content ol li{
        margin: 0 0 1.5em 0;
    }
    .leftContent{
        width: 100%;
        padding: 50px 0;
    }
    .rightContent{
        width: 100%;
    }
    .rightContent figure{
        width: 100%;
    }
    .rightContent .quote{
        margin: 20px 0 40px 0;
    }
    p.rating{
        text-align: right;
    }
    .hoeHetWerkt{
        padding: 30px 0;
    }
    .hoeHetWerkt .wrapper{
        flex-wrap: wrap;
    }
    .hoeHetWerkt .steps{
        margin: 20px 0 20px 0;
        padding: 0 16px;
        width: calc(100% / 2);
    }
    .lookbook{
        height: unset;
    }
    .lookbookItem{
        width: 50%;
    }
    .lookbookItem.quoteLookBook{
        padding: 20px;
    }
    footer figure.logo{
        width: 240px;
    }
    form textarea, form input{
        height: 35px;
        padding: 0 16px;
        margin: 0 0 20px 0;
    }
    form textarea{
        height: 100px;
        padding: 16px;
    }
    .endline{
        padding: 20px 0;
    }

    .hamburger {
        right: calc(50% - calc(var(--wrapper) / 2));
    }
}