/* we hebben een eigen cursor ontworpen die ik even apart heb gezet omdat ik het niet wil opfucken */
body{
    cursor: url("../assets/cursor-pointer/cursor.svg"), auto;
    cursor: url("../assets/cursor-pointer/cursor.png"), auto;
}a, button, .swiper-button-next, .swiper-button-prev, .hamburger-menu-icon, .close-icon{
    cursor: url("../assets/cursor-pointer/pointer.svg") 12 12, auto;
    cursor: url("../assets/cursor-pointer/pointer.png") 12 12, auto;
}


/* link decoratie */
a:link {
    color: black;
    text-decoration: none;
  }
  
  a:visited {
    color: black;
  }
  
  a:hover {
    text-decoration: underline;
}


/* hier komt de rest van de code! */

body{
    scroll-behavior: smooth;
    background-color: #FFFCF3;
    font-family: "fractul-variable", sans-serif;
    font-weight: 700;
}

header{
    height: 90px;
    width: 100%;
    background-color: #FFE573;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    position: sticky;
    top: 0;
    
    }
    header a{
        height: 95%;
        align-self: center;
        padding-left:3px;
    } header img{
        height: 70%;
        padding: 5%;
        }
    .hamburger-menu-icon{
        display: none;
        height: 50%;
        padding: 3.3%;
    }
    header nav{
        width: 50%;
        align-self: center;
        font-size: 1.2em;
    }
    header ul{
        display: flex;
        justify-content: space-around;
}

/* landing page stijl */
#landing-page{
    position: relative;
    height: 79.7vh;
    z-index: 1;
    padding-top: 90px;
}

.quote-landingpage{
    display: block;
    margin:0 auto;
    padding-top: 25vh;
    width: 70%;
}
.quote-landingpage-mobile{
    display:none;
}

    /* icons links boven */
    #zigzag{
        position: absolute;
        top: 120px;
        left: 0px;
        transition: all;
        width: 5vw;
        min-width: 31px;
    }
    #korte-radial{
        position: absolute;
        top: -40px;
        left: 10%;
        transition: transform 1.7s ease;
        width: 7vw;
        min-width: 48px;
    }
        #korte-radial:hover {
            transform: rotate(260deg);
        }
    #driehoek-oog-groen{
        position: absolute;
        top: -20px;
        left: 15%;
        transition: transform 1.7s ease;
        width: 10.5vw;
        min-width: 68px;
    }
        #driehoek-oog-groen:hover {
            transform: rotate(90deg);
        }
    #cirkel-lines-boven{
        position: absolute;
        left:-40px;
        top: 30px;
        animation: spin 8000ms infinite;
        animation-timing-function: linear; 
        width: 9vw;
        min-width: 48px;
    }
    @keyframes spin {
        from {
            transform:rotate(0deg);
        }
        to {
            transform:rotate(360deg);
        }
    }
    /* icons rechts boven */
    #arc-geel{
        position: absolute;
        right:22.3%;
        top: 40px;
        transition: transform 1.7s ease;
        width: 8.5vw;
        min-width: 59px;
    }
        #arc-geel:hover {
            transform: rotate(90deg);
        }
    #puntjeshoek{
        position: absolute;
        right: 3%;
        top: 15px;
        transition: transform 0.1s ease;
        width: 22.5vw;
        min-width: 161px;
    }
        #puntjeshoek:hover {
            transform: scale(1.1);
        }
    #streepjes-arc{
        position: absolute;
        right: 0;
        top: 0;
        width: 13vw;
    }
    #lange-radial{
        position: absolute;
        right: 0;
        top: 220px;
        transition: transform 1.7s ease;
        width: 6vw;
        min-width: 48px;
    }
        #lange-radial:hover {
            transform: rotate(360deg);
        }

        /* icons rechts onder */
    #driehoek-oog-paars{
        position: absolute;
        bottom:10%;
        right:0;
        transition: transform 0.7s ease;
        width: 12vw;        
        min-width: 69px;
    }
        #driehoek-oog-paars:hover {
            transform: translateY(70px);
        }
    #cirkel-lines-onder{
        position: absolute;
        bottom:0;
        right:1%;
        width:8.5vw;
        min-width: 54px;
    }
    #cirkel-oranje {
        position: absolute;
        bottom: -70px;
        right: 7%;
        z-index: 0;
        transition: transform 1.7s ease;
        width: 9.8vw;
        min-width: 55px;
    }
        #cirkel-oranje:hover {
            transform: scale(1.5);
        }
    #vierkantjes{
        position: absolute;
        bottom: 20px;
        right:23%;
        transition: transform 1.7s ease;
        width: 7vw;
        min-width: 44px;
    }
        #vierkantjes:hover {
            transform: rotate(90deg);
        }
    #driehoekjes-paars{
        position: absolute;
        bottom:-3px;
        right:30%;
        animation: bounce 8s infinite;
        width: 19vw;
        width: 120px;
    }
        @keyframes bounce {
        0%, 40% { transform: none; }
        60%, 100% { transform: translateY(-25%);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
        80% {
            transform: translateY(0);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        }
        }

/* icons links onder */
    #bolletjes-geel{
        position: absolute;
        bottom: 30px;
        left: 20%;
        transition: transform 1.7s ease;
        width: 11vw;
        max-width: 20px;
    }
        #bolletjes-geel:hover {
            transform: rotate(90deg);
        }
    #driehoekjes-blauw{
        position: absolute;
        bottom: 10px;
        left: 10%;
        transition: transform 1.7s ease;
        width: 8vw;
        max-width: 145px;
        min-width: 60px;
    }
        #driehoekjes-blauw:hover {
            transform: rotate(90deg);
        }
    #streepbox-onder{
        position: absolute;
        bottom: 35px;
        left: 3px;
        transition: transform 1.7s ease;
        width: 12.5vw;
        max-width: 13.5vw;
        min-width: 100px;
    }
        #streepbox-onder:hover {
            transform: rotate(90deg);
        }
    #dikke-lijn{
        position: absolute;
        bottom: 150px;
        left: 0;
        transition: transform 1.7s ease;
        width: 6vw;
        max-width: 200px;
        min-width: 70px;
    }
        #dikke-lijn:hover {
            transform: rotate(90deg);
        }

/* onmisbaar section*/
#onmisbaar {
    position: relative;
    z-index: 2; 
    background-color: #8CCCC0;
    height: 810px;
    overflow: visible;
}
.onmisbaar-container{
    width: 70%;
    max-width: 900px;
    height: fit-content;
    padding-top: 10vh;
    margin: 0 auto;
    z-index: 35;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translate(0, 100px);
} 
#onmisbaar-titel{
    width: 90%;
    max-width: 850px;
    display: block;
    margin: 0 auto;
    padding-bottom: 5vh;
}
#onmisbaar-tekst-column-container{
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10%;
    padding-left: 20px;
    max-height: 405px;
    min-height: 250px;
}
.onmisbaar-container p{
    font-size:1.2em;
    padding-bottom: 20px;
}

/* grote icons van onmisbaar section*/
#ster-blauw {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    width: 73.5vw;
    min-width: 300px;
    max-width: 1070px;
}
    #gele-rectangle{
        position: absolute;
        top: -10px;
        right: 0; 
        pointer-events: none;
        z-index: -2;
        width: 27vw;
        max-width: 500px;
        min-width: 300px;
    }
    #rood-rondje{
        position: absolute;
        bottom: 10px;
        right: 5%; 
        pointer-events: none;
        z-index: -3;
        width: 43vw;
        max-width: 800px;
        min-width: 300px;
    }
    #blauwe-driekhoek{
        position: absolute;
        bottom: 0;
        left: 0; 
        pointer-events: none;
        z-index: -2;
        width: 35.2vw;
        max-width: 800px;
        min-width: 300px;
    }

.onze-missie-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    width: 750px;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    z-index: 35;
    
}
    #onze-missie #onze-missie-titel{
        padding-bottom: 70px;
    }
    #onmisbaar p{
        font-size: 1em;
        line-height: 24.4px;
    }


/* kracht van code section */
#waarom-code{
    height: 840px;
    position: relative;
    z-index: 3;
}
/* icon positionering */
/* links boven */
    #bolletjes-hoek-paars{
        position: absolute;
        left: 20px;
        top: 20px;
        transition: transform 1.7s ease;
        width: 11vw;
        /* max-width: 200px; */
        }

    #kwart-rondje-geel{
        position: absolute;
        left: 8%;
        top: 40px;
        transition: transform 1.7s ease;
        width: 8.5vw;
        /* max-width: 200px; */
    }
    #vierkantjes-layered{
        position: absolute;
        left:14%;
        top: 75px;
        transition: transform 1.7s ease;
        z-index: 2;
        width: 7.3vw;
        /* max-width: 200px; */
    }
/* rechts boven */
    #radial-paars{
        position: absolute;
        right: 7%;
        top: -40px;
        transition: transform 1.7s ease;
        width: 10vw;
        /* max-width: 200px; */
    }
    #blauw-rondje{
        position: absolute;
        right: 0;
        top: 5%;
        transition: transform 1.7s ease;
        width: 6.4vw;
        /* max-width: 200px; */
    }
    #driehoek-oog-rood{
        position: absolute;
        right: 0;
        top: 150px;
        transition: transform 1.7s ease;
        width: 10.5vw;
        /* max-width: 200px; */
    }
/* rechts onder */
    #roze-streepjes{
        position: absolute;
        right: 0;
        bottom: -10px;
        transition: transform 1.7s ease;
        width: 9vw;
        /* max-width: 200px; */
    }
    #groene-bol{
        position: absolute;
        right: 2%;
        bottom:0;
        transition: transform 1.7s ease;
        width: 6.8vw;
        /* max-width: 200px; */
    }
    #triangle-set{
        position: absolute;
        right: 6%;
        bottom: 0;
        transition: transform 1.7s ease;
        width: 19.6vw;
        /* max-width: 200px; */
    }
/* links onder */
    #layered-driehoeken{
        position: absolute;
        left: 10%;
        bottom:0;
        transition: transform 1.7s ease;
        width: 11vw;
        /* max-width: 200px; */
    }
    #blauw-streep-vak{
        position: absolute;
        left: 0;
        bottom: 30px;
        transition: transform 1.7s ease;
        width: 14.8vw;
        /* max-width: 200px; */
    }
    #oranje-rect{
        position: absolute;
        left: 10px;
        bottom: 50px;
        transition: transform 1.7s ease;
        width: 2.7vw;
        /* max-width: 200px; */
    }

    /* afbeelding en tekst */
.kracht-van-code-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    height: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 50px;
    line-height: 34.4px;
    padding-top: 20vh;
    }
    .kracht-van-code-titel{
        width: 70%;
    }
    .tekst-en-image-container{
        display: flex;
        align-items: center;
    }
    .jesse-kracht-van-code{
        margin-top: -60px;
        width: 40%;
        height: 100%;
    }
    .tekst-container p{
        font-size: 1.1em;
        padding-top: 25px;
}


/* video section */
#video{
    position: relative;
    background-color: #79A4CD;
    height: 840px;
    z-index: 0;
    }
/* icons */
        #dikke-ster{
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%; 
            transform: translate(-50%, -50%) scale(0.95);
            pointer-events: none;
            width: 80vw; 
            overflow: visible;
            max-width: 1200px;
            min-width: 300px;
        }
        #driehoek-oog-paars-video{
            position: absolute;
            transform: rotate(-31deg);
            left: 5%;
            top: 6%;
            /* transition: transform 1.7s ease; */
            z-index: 4;
            width: 11.5vw;
            /* max-width: 200px; */
        }
        #cirkel-lines-groen{
            position: absolute;
            left: 12.5%;
            top: 0;
            transition: transform 1.7s ease;
            z-index: 5;
            width: 12.7vw;
            /* max-width: 200px; */
        }
        #driehoekjes-grootklein{
            position: absolute;
            right: 0;
            bottom: 24%;
            transition: transform 1.7s ease;
            width: 6.5vw;
            /* max-width: 200px; */
        }
        #groen-rondje{
            position: absolute;
            right: 8%;
            bottom: 5%;
            transition: transform 1.7s ease;
            width: 9vw;
            /* max-width: 200px; */
        }
        #roze-driehoek{
            position: absolute;
            right: 13%;
            bottom: 8%;
            transition: transform 1.7s ease;
            z-index: 5;
            width: 5.3vw;
            /* max-width: 200px; */
        }
        #roze-rondje {
            position: absolute;
            left: 0;
            bottom: -7%;
            transition: transform 1.7s ease;
            width: 11vw;
            /* max-width: 200px; */
        }
        #driehoek-lijn-groen {
            position: absolute;
            left: 3%;
            bottom: 70px;
            transition: transform 1.7s ease;
            width: 4.2vw;
            /* max-width: 200px; */
        }
.tekst-en-video-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 47%;
        max-width: 1000px;
        height: 747px;
        margin: 0 auto;
        padding-top: 50px;
    }
    .tekst-en-video-container img{
        width: 29%;
        min-width: 160px;
        padding-bottom: 24px;
        z-index: 6;
    }
    .tekst-en-video-container p{
        padding-bottom: 30px;
        /* font-size: 1.4em; */
        z-index: 6;
    }
.video-scherm-container{
    position: relative;
    z-index: 3;
    /* width: 80%; */
    max-width: 550px;

    }
    #video video{
        width: 100%;
        background-color: #FFFCF3;
        padding: 30px 60px 30px;
        margin-left: -60px;
        border-radius: 20px;
        position: relative;
    }
    .video-btn{ 
        background: none;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
        opacity: 100;
    }
    .video-btn img{ 
        height: 100%;
    }
    .balkje{
        width: 100%;
        height: 10px;
        background: gray;
        position: absolute;
        z-index: 1;
        bottom: 30px;
        left: 60px;
        z-index: 90;
        margin-left: -60px;
    }
    .progress{
        height: 100%;
        width: 0%;
        z-index: 90;
        background: black;
    }


#workshop{
    height: 850px;
    position: relative;
}
        /* icons */
        #gele-rect{
            position: absolute;
            left: 40px;
            top: 17px;
            transition: transform 1.7s ease;
            width: 25vw;
            /* max-width: 200px; */
        }
        #lijntjes-box-roze{
            position: absolute;
            left: 70px;
            top: 65px;
            transition: transform 1.7s ease;
            width: 18vw;
            /* max-width: 200px; */
        }
        #driehoek-oog-oranje{
            position: absolute;
            left: 0;
            top: 64px;
            transition: transform 1.7s ease;
            width: 13.7vw;
            /* max-width: 200px; */
        }
        #driehoek-stapel-groen{
            position: absolute;
            left: 10px;
            bottom: 10px;
            transition: transform 1.7s ease;
            width: 24vw;
            /* max-width: 200px; */
        }
/* rest vd stijl */
.container-workshops-section{
    width: 85%;
    max-width: 1000px;
    height: 80%;
    margin: 0 auto;
    padding-left: 180px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    transform: translate(0,10%);
}
#workshop-blaadjes{
    width: 60%;
}
.tekst-workshop-container{
    font-size: 1.4em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 20;
}
.tekst-workshop-container p{
    font-size: 0.8em;
    padding-bottom: 20px;
    line-height: 29px;
}
.workshop-buttons{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    font-variation-settings: "wght" 400;
    font-size: 0.8em;
}
#workshop-title{
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}

footer{
    height: 250px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #FFE573;
    font-size: 1.3em;
}
.socials{
    display: flex;
    gap: 20px;
    width: 200px;
    padding-bottom: 40px;
}
.socials img{
    width: 50px;
}

.right-side-footer{
    display:flex;
    justify-content: space-between;
    padding-top: 10px;
}
.contact{
    padding-left: 70px;
}
h4{
    padding-bottom: 30px;
}
.right-side-footer p{
    padding-bottom: 10px;
}



#workshop-pagina-stappen{
    background-color: #FFFCF3;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}
/* icons */
    #lange-lijn {
        z-index: 1;
        margin: 0 auto;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 1000px;
        min-width: 800px;
    } 
    #lange-lijn-mobile{
        display: none;
    }
        #geel-streepje{
            position: absolute;
            top: 250px;
            left: 14px;
            width: 3.5vw;
            /* max-width: 200px; */
        }
        #puntjes-hoek{
            position: absolute;
            top: 50px;
            left: 39px;
            width: 12vw;
            /* max-width: 200px; */
        }
        #driehoek-oog-groen-ws{
            position: absolute;
            top: 56px;
            left: 11.5%;
            width: 12vw;
        }
        #gele-driehoekjes{
            position: absolute;
            top: 0;
            right: 15%;
            width: 16vw;
            /* max-width: 200px; */
        }
        #ronde-streepjes{
            position: absolute;
            top: -60px;
            right:0;
            width: 16vw;
            /* max-width: 200px; */
        }
        #rondje-paars{
            position: absolute;
            top: 20px;
            right: 0;
            width: 11vw;
            /* max-width: 200px; */	
        }

        #cirkel-lines-oranje{
            position: absolute;
            top: 600px;
            left: 0;
            width: 8vw;
            /* max-width: 200px; */
        }
        #cirkel-lines-rood{
            position: absolute;
            top: 1400px;
            left:0;
            z-index: 3;
            width: 13vw;
            /* max-width: 200px; */
        }
        #open-cirkel-paars{
            position: absolute;
            top: 700px;
            left: 0;
            width: 15vw;
            /* max-width: 200px; */
        }
        #driehoekjes-blauw-ws1{
            position: absolute;
            bottom: 280px;
            left: 65px;
            z-index: 4;
            width: 8vw;
            transform: rotate(90deg);
            /* max-width: 200px; */
        }
        #driehoekjes-blauw-ws2{
            position: absolute;
            bottom: 380px;
            left: 65px;
            z-index: 4;
            width: 8vw;
            transform: rotate(90deg);
            /* max-width: 200px; */
        }
        #zig-zag{
            position: absolute;
            top: 480px;
            right: 8%;
            width: 5.5vw;
            /* max-width: 200px; */
        }
        #rondje-blauw{
            position: absolute;
            bottom: 379px;
            right: 10%; 
            width:  5vw;
            /* max-width: 200px; */
        }
        #rondje-groen{
            position: absolute;
            bottom: 359px;
            right: 5%; 
            z-index: 4;
            width: 3.5vw;
            /* max-width: 200px; */
        }
        #rondje-rood{
            position: absolute;
            bottom: 339px;
            right: 9%;  
            z-index: 4;
            width: 2vw;
            /* max-width: 200px; */
        }
        #ellipse-rood{
            position: absolute;
            bottom: 100px;
            right:0;
            width: 1.9vw;
            /* max-width: 200px; */
        }
        #ellipse-groen{
            position: absolute;
            bottom: 100px;
            right:0;
            width: 3.4vw;
            /* max-width: 200px; */
        }
        #oranje-cirkel{
            position: absolute;
            bottom: 990px;
            left: 5px;
            width: 20vw;
            /* max-width: 200px; */
        }
        #driehoek-oog-blauw{
            position: absolute;
            top: 1200px;
            right: 0;
            z-index: 1;
            width: 12vw;
            /* max-width: 200px; */
        }
        #streepjes-box{
            position: absolute;
            top: 1330px;
            right:0;
        }
        #driehoekjes-groen-1{
            position: absolute;
            bottom: 700px;
            left: 19.6%;
            z-index: 3;
            width: 10vw;
            /* max-width: 200px; */
        }
        #driehoekjes-groen-2{
            position: absolute;
            bottom: 580px;
            left: 16%;
            z-index: 3;
            rotate: 317deg;
            width: 10vw;
            /* max-width: 200px; */
        }
        #bol-man-groen{
            position: absolute;
            bottom: 0;
            right: 22%;
            width: 10vw;
            /* max-width: 200px; */
        }
        #ellipse-rood{
            position: absolute;
            top: 1344px;
            right: 39%;
            z-index: 5;
            width: 2vw;
            /* max-width: 200px; */
        }
        #ellipse-groen{
            position: absolute;
            top: 1318px;
            right: 35%;
            z-index: 5;
            width: 3vw;
            /* max-width: 200px; */
        }


/* rest van de stijl */
#workshop-titel{
    display: block;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 90px;
    z-index: 50;
}
#workshop-stappen-container{
    /* height: 2304px; */
    width: 69.31%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 33;
}
.stap{
    opacity: 0.9;
    height: fit-content;
    border-radius: 20px;
    display: flex;
    gap: 5%;
    align-items: center;
    position: relative;
    font-size: 1.4em;
}
.mask1 {
    mask-image: url(../assets/afbeeldingen/maskers/X.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    width: 50%;
    height: auto; 
}
.mask1 img {
    width: 100%;
    height: auto;
}
#stap-1 .stap-box{
    background-color: #FFE1CD;
}

.mask2 {
    mask-image: url(../assets/afbeeldingen/maskers/W.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    width: 50%;
    height: auto; 
}
.mask2 img {
    width: 100%;
    height: auto;
}
#stap-2 .stap-box{
    background-color: #CBF3FF;
}

.mask3 {
    mask-image: url(../assets/afbeeldingen/maskers/U.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    width: 50%;
    height: auto; 
}
.mask3 img {
    width: 100%;
    height: auto;
}
#stap-3 .stap-box{
    background-color: #E5FFDE;
}

.mask4 {
    mask-image: url(../assets/afbeeldingen/maskers/Q.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    width: 50%;
    height: auto; 
}
.mask4 img {
    width: 100%;
    height: auto;
}

#stap-4 .stap-box{
    background-color: #FFCBD9;
}


#stap-5 .stap-box{
    background-color: #FCE6FF;
}

.stap-box{
    width: 100%;
    min-width: 340px;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
}
.stappen-titel-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 10px;
    width: 85%;
    padding-bottom: 20px;
    font-variation-settings: "wght" 400;
}
.stappen-titel-container svg{
    width: 90%;
}
.stap p{
    width: 100%;
    line-height: 28px;
}
#een, #twee, #drie, #vier{
    padding: 55px 0 0;
    margin: 0 auto;
    width: 14.5%;
    max-width: 100px;
    min-width: 45px;
}
#vijf{
    padding: 55px 0 0px;
    margin: 0 auto;
    width: 14.5%;
    max-width: 100px;
    min-width: 45px;
}

#stap-5{
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

#download-knopje-workshop-pagina{
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 1.7em;
    background-color: #fffcf37e;
    font-variation-settings: "wght" 400;
}

#galerij{
    height: 800px;
    position: relative;
    overflow: hidden;
}
/* shapes */
        #blauwe-bol{
            position: absolute;
            top: -200px;
            left: -100px;
            z-index: -5;
            width: 38vw;
            min-width: 400px;
            /* max-width: 200px; */
        }
        #oranje-driehoek{
            position: absolute;
            top: -400px;
            right: 80px;
            z-index: -4;
            width: 70vw;
            min-width: 800px;
            /* max-width: 200px; */
        }
        #groene-rect{
            position: absolute;
            bottom: 0;
            left: 15%;
            z-index: -3;
            width: 38vw;
            min-width: 400px;
            /* max-width: 200px; */
        }
        #roze-sterretje{
            position: absolute;
            bottom: -400px;
            right: 0;
            z-index: -2;
            width: 66vw;
            min-width: 450px;
            /* max-width: 200px; */
        }
/* rest van de stijl */
#galerij-titel{
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    padding: 170px 0 70px 0;
    /* padding: 106px 0 100px; */
    z-index: 3;
}




/* Swiper style */
.swiper {
    width: 40%;
    height: 300px;
    margin: 0 auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


@media only screen and (max-width: 900px) {
    /* footer */
    footer{
        flex-direction: column;
        justify-content: space-between;
    }
    .socials{
        padding-bottom: 10px;
    }
    #lange-lijn{
        top: 9%;
    }
    
}



@media only screen and (max-width: 745px) {
    body{
        font-size: 14px;
    }
    nav{
        display: none;
    }
    .hamburger-menu-icon{
        display: block;
        width: 10%;
        padding: 20px;
    }

    .hamburger-menu-icon{
        display: block;
    }

    .onmisbaar-container{
        width: 80%;
        padding-top: 6vh;
        padding-bottom: 10px;
        align-self: center;
        transform: translate(0, 60px);
    }
    #onmisbaar-tekst-column-container{
        flex-wrap: nowrap;  
        width: 87%;
        max-height: 80%;
    }
    .onmisbaar-container p{
        padding-bottom: 10px;
    }

    .kracht-van-code-container{
        flex-direction: column;
        flex-wrap: nowrap;
        padding-top: 10vh;
        padding-left: 0;
        width: 90%;
        }
        .kracht-van-code-titel{
            width: 90%;
            padding: 2vh 0 3vh 5vh;
            margin: 0 auto;
        }
        .tekst-en-image-container{
            flex-direction: column;
            width: 76%;
            margin: 0 auto;
        }
        .tekst-en-image-container img{
            width: 70%;
            display: block;
            padding-top: 40px;
        }
        .tekst-container p{           
            padding-top: 10px;
            font-size: 1.15em;
            line-height: 20px;
    }

    #video{
        height: 500px;
    }
    .tekst-en-video-container{
        height: 100%;
        padding: 0;
    }
    .video-btn{ 
        margin-top: 15px;
    }
    .video-btn img{ 
        height: 40%;
    }

    
    #workshop{
        height: 880px;
    }
    .container-workshops-section{
        width: 75%;
        height: 80%;
        margin: 0 auto;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #workshop-blaadjes{
        width: 80%;
        margin: 0 auto;
    }
    .tekst-workshop-container{
        font-size: 1.15em;
    }
    .tekst-workshop-container p{
        padding-bottom: 15px;
        line-height: 22px;
        font-size: 0.7em;
    }
    #workshop-title{
        padding: 60px 0 30px 0;
        width: 75%;
    }


    /* workshop html */
    #workshop-pagina-stappen{
        /* height: 2043px; */
        font-size: 0.7em;
        line-height: 25px;
    }
    #workshop-stappen-container{
        width: 80%;
    }
    .stap-box{
        width: 60%;
        min-width: 100px;
        padding: 15px;
    }
    .stap-box p{
        line-height: 15px;
    }
    #lange-lijn{
        display: none;
    }
    #lange-lijn-mobile{
        z-index: 3;
        margin: 0 auto;
        display: block;
        position: absolute;
        top:9%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        min-width: 320px;
    }
    #een, #twee, #drie, #vier, #vijf{
        padding: 35px 0 10px;
    }

    #galerij{
        height: 600px;
    }
    /* shapes van galerij*/
            #oranje-driehoek{
                top: -200px;
                right: -300px;
            }
            #roze-sterretje{
                right: -70px;
                bottom: -100px;
            }
            #groene-rect{
                left: -50px;
            }
    /* rest van de stijl */
    #galerij-titel{
        padding-top: 70px;
        padding-bottom: 60px;
        width: 90%;
    }
    
    
    /* Swiper style */
    .swiper {
        width: 80%;
    }
  }

@media only screen and (max-width: 450px) {
    .right-side-footer{
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 400px) {

    body{
        font-size: 10px;
    }
    header{
        height: 60px;
    }

    .quote-landingpage{
        display: none;
    }
    .quote-landingpage-mobile{
        display: block;
        margin:0 auto;
        padding-top: 30vh;
        width: 70%;
    }

    /* onmisbaar section */
    #onmisbaar {
        overflow: hidden;
    }
    .onmisbaar-container{
        width: 85%;
        padding-top: 3vh;
        padding-bottom: 4px;
        transform: translate(0, 40px);
        overflow: hidden;
    }
    .onmisbaar-container div p{
        padding-bottom: 10px;
        line-height: -1em;
    }

    .tekst-en-image-container img{
        padding-top: 50px;
    }


    #video{
        overflow: hidden;
    }
    .tekst-en-video-container{
        height: 100%;
        padding: 0;
    }
    .video-btn{ 
        margin-top: 15px;
    }
    .video-btn img{ 
        height: 20%;
    }
    

    #workshop{
        height: 600px;
    }
        .stappen-titel-container{
            width: 95%;
            padding-bottom: 10px;
        }

        /* footer */
        footer{
            height: 210px;
        }
        footer .contact{
            padding-left: 10px;
        }
        footer .socials img{
            width: 90%;
        }

    /* workshop html */
    #workshop-pagina-stappen{
        font-size: 0.7em;
        line-height: 25px;
    }	
    #workshop-stappen-container{
        width: 90%;
    }
    .stap-box{
        width: 40%;
        min-width: 80px;
        padding: 15px;
    }
    .stap-box p{
        line-height: 15px;
    }
    #een, #twee, #drie, #vier, #vijf{
        padding: 5px 0 10px;
    }
    

    #galerij{
        height: 400px;
    }
    /* rest van de stijl */
    #galerij-titel{
        padding-top: 70px;
        padding-bottom: 20px;
        width: 95%;
    }
    
    /* Swiper style */
    .swiper {
        width: 50%;
    }

    .swiper-wrapper div img{
        width: 70%;
    }    
}
