body {
    background: black;
    margin: 0;
}

ul {
    list-style-type: none;
}

a {
    cursor: pointer;
}



h1 {
    color: #FFF;
    font-family: "fractul-variable", sans-serif;
    font-size: 5.3em;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
}

h2 {
    color: #FFF;
    font-family: "fractul-variable", sans-serif;
    font-size: 1.9em;
    font-style: normal;
    font-variation-settings: 'wght' 500;
    line-height: normal;
}

h3 {
    color: #FFF;
    font-family: "fractul-variable", sans-serif;
    font-size: 2.5em;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
}

p {
    color: #FFF;
    font-family: "SF Mono";
    font-size: 1.4em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button {
    width: 280px;
    height: 68px;
    border-radius: 56px;
    border: none;
    background: linear-gradient(90deg, #E5253D 0%, #2B3184 100%);
    color: white;
    font-size: 1.3em;
    font-weight: 700;
}


.klik-hier {
    text-align: center;
    width: 40%;
    border: 2px solid #FFF;
    border-radius: 56px;
}







header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.cont-head {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-left: 5%;
    padding-right: 5%;
}

.btn-menu {
    width: 133px;
    height: 53px;
    border-radius: 52px;
    background: none;
    border: 2px solid #FFF;
    color: white;
    font-size: 1.25em;
    font-weight: 400;
    font-family: 'SF Mono', sans-serif;
    text-align: center;
}

.off-screen-menu {
    background-color: black;
    height: 100vw;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    z-index: 100;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-top: -30%;
    font-size: 1.5em;
    color: white;
    transition: .3s ease;

}

.off-screen-menu.active {
    right: 0;
}



.foto-cont {
    margin-top: 100px;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
}



.foto-cont img {
    max-width: 100%;
    height: auto;
}

.head-text {
    display: flex;
    flex-direction: column;
    color: white;
    width: 60%;
    font-size: 1.25em;
    font-weight: bold;
    height: auto;
    justify-content: center;
}

.head-text h2 {
    margin-top: -5%;
}


.intro-text {
    margin-top: -5%;
    position: relative;
    width: 100%;
    height: auto;
}

.intro-text img {
    width: 85%;
    position: absolute;
    margin-top: 10%;
    right: -34.5%;
    transform: translateX(-40%);
}

.text-vakje1 {
    position: absolute;
    width: 60%;
    height: auto;
    margin-top: 45%;
    margin-left: 5%;
    border-radius: 49px;
    padding: 5%;
    background: linear-gradient(185deg, rgba(228, 38, 60, 0.90) 5.17%, rgba(43, 49, 132, 0.90) 90.73%);
}

.text-vakje1 h2 {
    font-size: 3em;
    font-variation-settings: 'wght' 700;

}

.tekst-vakje1 h3 {
    font-size: 3em;
    font-weight: 600;
    margin-top: 50px
}


.einde-text {
    margin-bottom: 10%;
}

.why-code {
    margin-top: 135%;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 20%;
}




.cont-workshops {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: space-between;
}

.cont-workshops a {
    text-align: center;
    width: calc(100% / 3 - 20px);
    height: auto;
    padding: 0.2%;
    border-radius: 49px;
}

.cont-workshops img {
    margin-top: 5%;
    width: 100%;
}

.thumb {
    width: 85%;
    height: 50%;
    margin: 0 auto;
    padding: 5%;
}

.thumbs {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.one {
    background: linear-gradient(89deg, #E5253D 0.45%, #B01548 99.55%);
}

.two {
    background: linear-gradient(90deg, #B01548 0.37%, #2B3184 99.63%);
}

.three {
    background: linear-gradient(271deg, #146276 0.45%, #2B3184 99.55%);
}

.thumb-text {
    width: 90%;
    text-align: left;
    margin-top: 10%;
    margin-left: 5%;
    margin-bottom: 5%;
}


.btn-workshops button {
    display: block;
    margin: 0 auto;
    margin-top: 7%;
}




.cont-docu {
    position: relative;
    width: 100%;
}

.flex-cont-docu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin-left: 20%;
    margin-top: -90%;
}

.filmpje {
    width: 100%;
    margin-top: 5%;

}

.maan {
    margin-top: 5%;
    width: 70%;
    margin: 0 auto;
}



.cont-foto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 5%;
    padding: 5%;
    max-width: 1200px;
}

.cont-team h1 {
    margin-left: 10%;
    margin-top: 10%;
}

.cont-team h2 {
    font-size: 1.25em;
    text-align: center;
}

.foto-thumb {
    width: calc(100% / 4 -30px);
    height: auto;
    margin-bottom: 5%;
}


.footer-vakje {
    width: 90%;
    border-radius: 40px 40px 0px 0px;
    background: linear-gradient(180deg, #E5253D 0%, #2B3184 100%);
    display: flex;
    margin: 0 auto;

    justify-content: space-between;
    padding: 5%;
}

.space {
    width: calc(100% / 3);
}

.small {
    width: 60%;
    margin-top: 10%;
}

.footer-bottom {
    bottom: 0;
    width: 100%;
    background: black;
    text-align: center;
}

.space ul {
    padding: 0%;
}

.gegevens img {
    width: 30%;
    display: block;
    margin-top: 5%;

}

.gegevens {
    margin-left: 10%;
}

.space img {
    margin-bottom: 5%;
}

.explore li {
    margin-bottom: 20px;
}

a {
    text-decoration: none;

}



.head-text2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25%;
}





.info1 {
    margin-top: 10%;
    position: relative;
}

.info1 img {
    width: 40%;
}

.vak-info1 {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    width: 60%;
    height: auto;
    margin-top: -55%;
    margin-left: 30%;
    border-radius: 49px;
    padding: 2%;
    background: linear-gradient(89deg, #E5253D 0.45%, #B01548 99.55%);
}

.planet {
    width: 40%;
    margin-left: 60%;
    margin-top: 5%;
    right: 0%;
}

.vak-info2 {
    margin-top: -59%;
    margin-left: 7%;
}

.text-info1 {
    width: 50%;
}

.text-info1 h3 {
    width: 50%;
}

.vak-info1 img {
    width: 40%;
}

.vak-info3 {
    margin-top: -55%;
}

.blauw {
    width: 40%;
}

.download {
    display: block;
    margin: 0 auto;
    margin-top: 15%;
}

footer {
    margin-top: 10%;
}




.cont-galerij {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15%;
    margin-bottom: 20%;
}

.foto-vak-gall {
    display: inline;
    width: calc(100% / 3 - 2%);
    aspect-ratio: 1/1;
    border-radius: 20%;
    background: linear-gradient(89deg, #E5253D 0.45%, #B01548 99.55%);
    margin-bottom: 5%;

}

.foto-vak-gall img {
    width: 90%;
    display: block;
    margin: 5% auto;
    border-radius: 20%;
}

.text-gall {
    margin-top: 10%;
    margin-left: 10%;
}

.cont-gall-work {
    margin-top: 5%;
}

.gall-btn {
    display: block;
    margin: 0 auto;
    margin-top: -15%;


}



@media screen and (max-width: 1100px) {

    body {
        font-size: 70%;
    }

    button {
        width: 150px;
        height: 40px;
        font-size: 10px;
    }

    .cont-workshops a {
        border-radius: 30px;
    }

    .off-screen-menu {
        margin-top: -20%;
        ;
    }




}

@media screen and (max-width: 700px) {

    .foto-thumb {
        width: calc(100% / 2 - 30px);
    }

    .cont-foto img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .foto-vak-gall {
        width: calc(100% / 2 - 3%);
    }

    .vak-info1 {
        width: 80%;
        margin-left: 10%;
    }

    .info1 {
        margin-bottom: 25%;
    }

    .text-info1 {
        width: 70%;
        padding: 1%;
    }

    .info3 {
        margin-bottom: 20%;
    }

    .vak-info1 img {
        width: 23%;
    }

    .off-screen-menu {
        margin-top: -10%;

    }
}


@media screen and (max-width: 500px) {

    body {
        font-size: 50%;
    }

    .maan {
        margin-top: 15%;
    }

    .cont-head img {
        width: 70%;
    }

    .btn-menu {
        width: 100px;
        height: 40px;
        font-size: 1em;
    }

    .why-code {
        margin-top: 160%;
    }

    .cont-workshops a {
        width: 45%;
        height: auto;
        border-radius: 20px;
    }

    .three {
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .thumb-text {
        font-size: 70%;
    }

    .cont-team {
        margin-top: 15%;
    }

    .off-screen-menu {
        margin-top: 5%;
    }
}