html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*
Fonts:
font-family: 'Comfortaa', cursive;
font-family: 'ArialNova-Light';
*/

/*Setup*/
@font-face {
    src: url(../fonts/ArialNova-Light.ttf);
    font-family: 'ArialNova-Light';
}
html{
    font-size: 10px;
}
body{
    font-family: 'Comfortaa', cursive;
    color: white;
    background: #001652;
}
button{
    background: none;
    border: none;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 2.5rem;
    cursor: pointer;
}
.clear{
    clear: both;
}
a{
    text-decoration: none;
    color: white;
}

h1{
    font-size: 7.4rem;
    line-height: 8.8rem;
    font-weight: bold;
}
h2{
    font-size: 3.8rem;
    line-height: 4.7rem;
}
h3{
    font-size: 3rem;
    line-height: 4.7rem;
}
h4{
    font-size: 2rem;
    line-height: 2.3rem;
}
p{
    font-size: 2rem;
    line-height: 3rem; 
}

/*CSS*/

/*Navigation bar*/
#mainNav{
    max-width: 100%;
    padding:  44px;
    position: relative;
}
.widthCont{
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
#navMenu{
    background: url('../assets/menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 24px;
    margin-top: 1.2rem;
    margin-right: 3.3rem;
    float: left;
    display: none;
}

#navLogo{
    width: 235px;
}
#navLogoGroen{
    background: url('../assets/logo-groen.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 235px;
    height: 47px;
}
#logoBox{
    float: left;
    margin-top: 1rem;
}
#arrow{
    background-image: url('../assets/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    float: right;
    margin-left: 1rem;
    margin-top: 0.7rem;
}
#logoBox a{
    display: block;
    max-width: 235px;
}
#logoBox a img{
    width: 100%;
}
#navTextBox{
    float: right;
}
#mainNav button{
    text-transform: uppercase;
}
#mainNav ul{
    display: inline-block;
}
#mainNav li{
    display: inline;
}
#navTextBox a{
    font-size: 2.5rem;
    text-transform: uppercase;
}
#btn{
    background: #AA64FF;
    padding: 2rem 2.5rem;
    border-radius: 49px;
}
#btnGroen{
    background: #00FFDC;
    padding: 2rem 2.5rem;
    border-radius: 49px;
    color: #3A3FA2;
    font-weight: bold;
}
#logoMenuBox{
    float: left;
}
#navTextBox li{
    margin-left: 4.2rem;
}


#menuBox{
    display: none;
    width: 300px;
   position: absolute;
   top: 150px;
   left: 120px;
}
#menuBox ul{
    display: block;
}
#menuBox li{
    display: block;
    font-size: 2rem;
    margin-top: 2rem;
    text-transform: uppercase;
}

/*Header*/
#mainHead{
    width: 100%;
    height: 100vh;
    background: url('../assets/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    position: relative;
}
#mainHead.active{
    background: #001652;
}
#mainHead::before{
    content: "";
    background: #001652;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#headTextBox{
    max-width: 829px;
    position: absolute;
    bottom: 150px;
    padding: 44px;
}
#headTextBoxCoderen{
    width: 753px;
    text-align: center;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%);  
}
#headTextBoxCoderen h1{
    margin-bottom: 2rem;
}
#infoBox{
    width: 300px;
    margin: 0 auto;
    font-size: 3.3rem;
    line-height: 3.7rem;
    color: #00FFDC;
}
#leerlingen{
    background: url('../assets/aantal-leerlingen.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 34px;
    float: left;
    margin-right: 2rem;
}
#tijdsduur{
    background: url('../assets/tijdsduur.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 34px;
    float: left;
    margin-right: 2rem;
}
#tijd{
    margin-top: 2.3rem;
}
.workshopBtnBox{
    display: none;
    float: left;
    margin-bottom: 2rem;
}
.workshopBtnBox button{
    border-bottom: 2px white solid;
    line-height: 3rem;
}
.workshopBtnBox ul{
    display: block;
}
.workshopBtnBox li{
    display: block;
    font-size: 2rem;
    
}
.workshopBtnBox a{
    font-size: 2rem;
    line-height: 4rem;
    text-transform: none;
}

.workshopBtnBox3{
    display: none;
    float: left;
    margin-bottom: 2rem;
}
.workshopBtnBox3 button{
    border-bottom: 2px white solid;
    line-height: 3rem;
}
.workshopBtnBox3 ul{
    display: block;
}
.workshopBtnBox3 li{
    display: block;
    font-size: 2rem;
    
}
.workshopBtnBox3 a{
    font-size: 2rem;
    line-height: 4rem;
    text-transform: none;
}






/*Main*/

/*Reportage*/
main{
    margin-top: 140px;
}
#reportageTextBox{
    max-width: 854px;
    margin: 0 auto;
    text-align: center;
    padding: 44px;
}
#reportageTextBox span{
    font-style: italic;
}
#reportageTextBox p{
    margin-bottom: 5rem;
}
#vidPlayer{
    width: 100%;
}
#fearBox{
    max-width: 630px;
    margin: 0 auto;
}
#fearBox img{
    width: 100%;
}
#reportageSpeler{
    width: calc(100% - 16px);
    border: #3A3FA2 solid 8px;
    border-radius: 50px;
}





/*LineBox + Lijnen*/
#lineBox1{
    width: 50%;
}
#lineBox1 img{
    width: 100%;
}
#lineBox2{
    width: 30%;
    margin-left: 20%;
    margin-bottom: 60px;
}
#lineBox2 img{
    width: 100%;
}
#lineBox3{
    width: 50%;
    margin-left: 20%;
    margin-bottom: 60px;
}
#lineBox3 img{
    width: 100%;
}
#lineBox4{
    width: 40%;
    margin-left: 15%;
    margin-bottom: 60px;
}
#lineBox4 img{
    width: 100%;
}
.widthCont1399{
    max-width: 1399px;
    margin: 0 auto;
    position: relative;
}
#lineBox5{
    width: 60%;
    position: absolute;
    right: -70px;
    top: 40px;
}
#lineBox5 img{
    width: 100%;
}
#lineBox6{
    width: 50%;
    margin-top: 50px;
}
#lineBox6 img{
    width: 100%;
}
#lineBox7{
    width: 50%;
   position: absolute;
   right: 0;
   top: 50px;
}
#lineBox7 img{
    width: 100%;
}















/*Handleiding*/
#handleidingTitelBox{
    max-width: 884px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}
#handleidingTitelBox p{
    font-family: 'ArialNova-Light';
    margin-top: 6rem;
}


.handleidingContentBox{
    width: 100%;
}
.head{
    color: #3A3FA2;
    font-size: 17rem;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    top: -50px;
}
.handleidingContentText{
    max-width: 550px;
    position: relative;
}
.floatRight{
    float: right;
}
.floatLeft{
    float: left;
}
.handleidingContentText h2{
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.handleidingContentTutorial{
    width: 600px;



}

.tutorial{
    width: calc(100% - 12px);
    border: #00FFDC solid 6px;
    border-radius: 50px;
    overflow: hidden;
}



/*Bestel het pakket*/
#pakket{
    margin-top: 400px;
}
#pakketCont{
    width: 100%;
    height: 435px;
    background: url('../assets/bestel-nu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 350px;
    border-radius: 50px;
}
#pakketTextBox{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#pakketTextBox p{
    font-family: 'ArialNova-Light';
}
#pakketTextBox button{
    background: #00FFDC;
    color: #3A3FA2;
    padding: 35px 200px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 50px;
}




/*Ingebrepen in de workshop*/
#inbegrepen{
    margin-top: 50px;
    text-align: center;
}
#inbegrepenTextBox p{
    font-family: 'ArialNova-Light';
    margin-top: 4rem;
}

#inbegrepenCarrouselBox{
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 75px;
}
.inbegrepenContent{
    width: 885px;
    border-radius: 50px;
    margin-right: 35px;
    margin-left: 35px;
    overflow: hidden;
}
#uitlegboekjes{
    background: url('../assets/uitlegboekjes-liggend.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
#bordspel{
    background: url('../assets/bordspel-liggend.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
#certificaat{
    background: url('../assets/certificaat-liggend.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.inbegrepenContentBox{
    padding-left: 60px;
    padding-top: 15%;
    padding-bottom: 30%;
    max-width: 50%;
    text-align: left;
}
.inbegrepenContentBox p{
    font-family: 'ArialNova-Light';
}
#inbegrependotsBox{
    margin-top: 30px;
}
#inbegrepenDots{
    max-width: fit-content;
    margin: 0 auto;
}
#inbegrepenDots li{
    margin-right: 10px;
    width: 19px;
    height: 10px;
    border-radius: 10px;
    background: #3A3FA2;
    float: left;
}
#inbegrepenDots li.slick-active{
    margin-right: 10px;
    width: 38px;
    height: 10px;
    border-radius: 10px;
    background: #00FFDC;
    float: left;
}
.slick-dots li button { 
    font-size: 0; 
 }



/*Workshops*/
#workshopTextBox{
    text-align: center;
    max-width: 854px;
    margin: 0 auto;
    margin-top: 250px;
    padding: 44px;
}
#workshopTextBox p{
    margin-top: 60px;
}

.workshopCont{
    max-width: 1200px;
    background: url('../assets/workshop.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 60px;
    border-radius: 56px;
    margin-top: 100px;
}
.workshopCont#contRight{
    background: url('../assets/workshop-left.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#workshopContRight{
    float: right;
}

.workshopContTextBox{
    max-width: 500px;
}
.workshopContTextBox h2{
    padding-bottom: 1.5rem;
}
.workshopContTextBox h4{
    padding-bottom: 1rem;
}
.workshopContTextBox p{
    font-family: 'ArialNova-Light';
}
.catEasy{
    background: url('../assets/cat-easy.png');
    background-size: contain;
    width: 28px;
    height: 29px;
    float: right;
    margin-right: 50%
}
.catMedium{
    background: url('../assets/cat-medium.png');
    background-size: contain;
    background-repeat: space;
    background-position: initial;
    width: 62px;
    height: 29px;
    float: right;
    margin-right: calc(50% - 34px);
}
.catHard{ 
    background: url('../assets/cat-hard.png');
    background-size: contain;
    background-repeat: space;
    background-position: initial;
    width: 96px;
    height: 29px;
    float: right;
    margin-right: calc(50% - 68px);
}

.easy{
    color: #00FFDC;
}
.medium{
    color: #FFFF64;
}
.hard{
    color: #FFA338;
}


/*Reviews*/
#reviewTextBox{
    width: 100%;
    text-align: center;
    margin-top: 250px;
}
#reviewCarrouselBox{
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 100px;
}
/* #reviewCarrousel::-webkit-scrollbar{
    display: none;
} */

.reviewContent{
    width: 747px;
    background: #AA64FF;
    border-radius: 56px;
    margin-right: 35px;
    margin-left: 35px;
}
.reviewContentBox{
    padding: 45px 145px 80px 140px;  
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reviewCats3{
    background: url('../assets/cat-easy.png');
    background-size: contain;
    background-repeat: space;
        background-position: initial;
    width: 201px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.reviewCats4{
    background: url('../assets/cat-easy.png');
    background-size: contain;
    background-repeat: space;
    background-position: initial;
    width: 260px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.reviewContentBox h2{
    font-weight: bold;
}
.reviewContentBox p{
    color: black;
    opacity: 0.3;
    margin-top: 2rem;
}
#dotsBox{
    margin-top: 30px;
}
#reviewDots{
    max-width: fit-content;
    margin: 0 auto;
}
#reviewDots li{
    margin-right: 10px;
    width: 19px;
    height: 10px;
    border-radius: 10px;
    background: #3A3FA2;
    float: left;
}
#reviewDots li.slick-active{
    margin-right: 10px;
    width: 38px;
    height: 10px;
    border-radius: 10px;
    background: #AA64FF;
    float: left;
}
.slick-dots li button { 
    font-size: 0; 
 }





 /*Wie zijn wij*/
#wieZijnWijTextBox{
    text-align: center;
    width: 100%;
    margin-top: 250px;
}
#wijContainer{
    margin-top: 100px;
    width: 100%;
}
.persoonBox{
    max-width: 250px;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}
.persoon{
    width: 250px;
    height: 250px;
    background: #FFA338;
    border-radius: 50%;
}
.persoonBoxText{
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 37px;
}
#collin{
    background: url('../assets/collin.JPG');
    background-size: cover;
    background-position: center;
}
#douwe{
    background: url('../assets/douwe.JPG');
    background-size: cover;
    background-position: center;
}
#ylona{
    background: url('../assets/ylona.JPG');
    background-size: cover;
    background-position: center;
}
#patrick{
    background: url('../assets/patrick.JPG');
    background-size: cover;
    background-position: center;
}





/*Scribbles*/
.scribbleBox{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#scribbleWorkshop{
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
#scribbleWorkshop img{
    width: 100%;

}

#scribbleReview{
    width: 80%;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%);
}
#scribbleReview img{
    width: 100%;
}


#scribbleWieZijnWij{
    width: 80%;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%);
}
#scribbleWieZijnWij img{
    width: 100%;
}








/*Downloads*/
#download{
    margin-top: 520px;
}

#downloadTextBox{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
#downloadTextBox p{
    font-family: 'ArialNova-Light';
    margin-top: 6rem;
    margin-bottom: 11rem;
}
#download a{
    background: #3A3FA2;
    padding: 35px 50px;
    padding-left: 90px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 67px;
    position: relative;
    font-size: 2rem;
    margin-top: 6rem;
}
#lock{
    background: url('../assets/lock.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 39px;
    position: absolute;
    top: 25px;
    left: 37px;
}




/*Footer*/
#mainFooter{
    width: 100%;
    background: #3A3FA2;
    position: relative;
    margin-top: 400px;
}
#footerWidth{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px;
}
#footerTextLeft{
    float: left;
}
#footerTextRight{
    float: right;
    text-align: right;
}
#mainFooter li{
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 5rem;
    cursor: pointer;
}
#footerLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    transform: translate(-50%, -50%);
}
#cats{
    width: 450px;
    margin: 0 auto;
    position: relative;
}
#catLeft{
    max-width: 140px;
    position: absolute;
    left: 0;
    top: -115px;
}
#catRight{
    max-width: 140px;
    position: absolute;
    right: 0;
    top: -118px;
}
#catMiddle{
    max-width: 100px;
    position: absolute;
    left: 50%;
    top: -135px;
    transform: translate(-50%);
}





/*Media querry's*/
@media screen and (max-width: 1550px){
    #lineBox5 img{
        display: none;
    }
}
@media screen and (max-width: 1399px){
    #lineBox7 img{
        display: none;
    }
    #download{
        margin-top: 100px;
    }

}
@media screen and (max-width: 1250px){
    #navTextBox{
        display: none;
    }
    #navMenu{
        display: block;
    }
}
@media screen and (max-width: 1235px){
    .floatLeft{
        float: none;
    }
    .floatRight{
        float: none;
    }
    .handleidingContentTutorial{
        margin-top: 40px;
    }
    .handleidingContentBox{
        width: fit-content;
        margin: 0 auto;
        margin-top: 200px;
    }
    #lineBox2 img{
        display: none;
    }
    #lineBox3 img{
        display: none;
    }
    #lineBox4 img{
        display: none;
    }
}
@media screen and (max-width: 1256px){
    #wijContainer{
        width: 600px;
        margin: 0 auto;
        margin-top: 100px;
    }
    .persoon#ylona{
        float: right;
    }
    .persoon#douwe{
        float: right;
    }
    #persoonClear{
        clear: both;
    }
    .persoonBox{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1150px){
    .scribbleBox{
        display: none;
    }
}
@media screen and (max-width: 960px){
    #inbegrepenCarrouselBox{
        max-width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 75px;
    }
    .inbegrepenContent{
        width: calc(99vw - 40px);
        margin-left: 0px;
        margin-right: 0px
    }

}
@media screen and (max-width: 940px){
    h1{
        font-size: 6rem;
    }
    #footerLogo{
        display: none;
    }
    #headTextBoxCoderen{
        width: 600px;  
    }
}
@media screen and (max-width: 817px){
    #reviewCarrouselBox{
        max-width: calc(100% - 40px)
    }
    .reviewContent{
        width: calc(100vw - 40px);
        margin-left: 0px;
        margin-right: 0px
    }
    .inbegrepenContentBox{
        padding-top: 10%;
    }

}
@media screen and (max-width: 745px){
    #pakketTextBox button{
        padding: 35px 30%;
    }
}
@media screen and (max-width: 720px){
    h1{
        font-size: 4rem;
        line-height: 5rem;
    }
    .reviewContent h2{
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .reviewCats4{
        height: 30px;
        width: 130px;
        margin-bottom: 2rem;
    }
    .reviewCats3{
        height: 30px;
        width: 100px;
        margin-bottom: 2rem;
    }
    .reviewContentBox{
        padding-bottom: 45px;
    }
    #headTextBoxCoderen{
        width: 400px;  
    }
    .inbegrepenContent h2{
        font-size: 3rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 680px){
    .handleidingContentBox{
        width: 100%;
    }
    .handleidingContentTutorial{
        width: 100%;
    }
}
@media screen and (max-width: 675px){
    #workshopContRight{
        float: left;
    }
    #inbegrepenCarrousel{
        height: max-content;
    }
    .inbegrepenContentBox{
        padding-top: 30%;
        max-width: 70%;
    }
    #bordspel{
        background: url('../assets/bordspel-staand.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #uitlegboekjes{
        background: url('../assets/uitlegboekjes-staand.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #certificaat{
        background: url('../assets/certificaat-staand.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 610px){
    .catEasy{
        margin-right: 40%;
    }
    .catMedium{
        margin-right: calc(40% - 34px);
    }
    .catHard{
        margin-right: calc(40% - 68px);
    }
}
@media screen and (max-width: 600px){
    #wijContainer{
        width: 300px;
    }
}
@media screen and (max-width: 530px){
    .reviewContentBox{
        padding: 10%;
    }
}
@media screen and (max-width: 520px){
    .catEasy{
        margin-right: 20%;
    }
    .catMedium{
        margin-right: calc(20% - 34px);
    }
    .catHard{
        margin-right: calc(20% - 68px);
    }
    .workshopContTextBox h2{
        font-size: 3rem;
    }
    #pakketTextBox button{
        padding: 35px 20%;
    }
}
@media screen and (max-width: 490px){
    #footerTextRight{
        float: none;
        text-align: left;
    }
    #footerTextLeft{
        float: none;
    }
    #catLeft{
        display: none;
    }
    #catRight{
        display: none;
    }
    #catMiddle{
        display: none;
    }
    .workshopCont{
        background: url('../assets/workshop-staand.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .workshopCont#contRight{
        background: url('../assets/workshop-staand.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 425px){
    .catEasy{
        margin-right: calc(100% - 28px);
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .catMedium{
        margin-right: calc(100% - 62px);
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .catHard{
        margin-right: calc(100% - 96px);
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #logoMenuBox a{
        max-width: 170px;
        margin-top: 7px;
    }
}
@media screen and (max-width: 400px){
    #headTextBoxCoderen{
        width: 250px;  
        text-align: left;
    }
    #leerlingen{
        display: none;
    }
    #tijdsduur{
        display: none;
    }
    #download a{
        padding: 20px;
    }
    #lock{
        display: none;
    }
}
@media screen and (max-width: 366px){
    #pakketTextBox button{
        padding: 10%;
        font-size: 2rem;
    }
}