body {
    background: rgb(59, 0, 119)
}
main{
    background: rgb(250,250,250);
}
.header-buttons {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    align-items: center;
}
.hamburger{
    display: none;
}
.hamburger img{
    height: 100%;
    padding: 2.5em 2.5em 2.5em 1em;
}
.hamburgermenu{
    position: relative;
    top: 1em;
    left: -1em;
    width: 50vw;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(255, 212, 13);
    z-index: 1;
    display: none;
}
.hamburgermenu a{
    color: rgb(59, 0, 119);
}
header {
    display: flex;
    justify-content: space-between;
    height: 22vh;
    background-color: rgb(59, 0, 119);
}
header a{
    font-family: "marvin", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 212, 13);
}
.logo{
    width: 50%;
}
.logo img {
    height: 100%;
    padding: 1em 1em 1em 2.5em;
}
.underline{
    display: block;
    margin: 0 auto;
    margin-top: 0.5em;
    max-height: 0.5em;
}
.main-container {
    width: 64%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
h1, h2, h3, h4{
    font-family: "marvin", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1{
    font-size: 2rem;
    line-height: 2.5em;
    color: rgb(255, 212, 13);
}
h2{
    font-size: 1.5em;
    line-height: 2.5em;
    color: rgb(59, 0, 119);
}
h3{
    font-size: 2.5em;
    line-height: 1.5em;
    color: rgb(59, 0, 119);
}
h4{
    font-size: 1.125em;
    color: rgb(59, 0, 119);
    margin-bottom: 1em;
}

p {
    font-family: Telex, sans-serif;
    font-size: 1.125em;
    line-height: calc(1.125em * 1.4);
    margin-bottom: 1.5em;
    color: rgb(59, 0, 119);
}
.intro {
    width: 64%;
    display: flex;
    justify-content: space-between;
    background-color: rgb(59, 0, 119);
    margin: 0 auto;
}
.intro p{
    color: rgb(250, 250, 250);
}
.info-workshop{
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 3em auto 0 auto;
}
.info-workshop p, .info-workshop h2{
    color: rgb(250, 250, 250);
    display: inline;
}
.tekst-kop{
    width: 50%;
    margin: auto 0;
}
.foto-kader {
    width: 45%;
    position: relative;
    margin: auto 0;
    padding: 7%;
}
.margin-bot{
    margin: 1em 0;
}
.uitsnede {
    border-radius: 50%;
    border: solid 6px rgb(255, 212, 13);
    z-index: 1;
    position: relative;
}
.z1{
    z-index: 1;
    position: relative;
}
.vormpjes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.cirkel-vorm-rechts{
    position: absolute;
    width: 30%;
    height: 30%;
    top: 20%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 3  ;
}
.cirkel-vorm-links{
    position: absolute;
    width: 30%;
    height: 30%;
    top: 20%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 3  ;
}
.cirkel-vorm-galerij{
    position: absolute;
    width: 35%;
    height: 35%;
    top: 7%;
    left: 16%;
    transform: translate(-50%, -50%);
    z-index: 3  ;
}
.intro-container{
    width: 100%;
    background-color: rgb(59, 0, 119);
    padding-top: 4%;
}

.informatie-kop{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.workshop-content .foto-kader{
    width: 100%;
    padding: 15% 12% 12% 12%;   
}
.workshop-content {
    flex-grow: 1;
}
.videoPlayer-container{
    background-color: rgb(59, 0, 119);
    border-radius: 10px;
    overflow: hidden;
    width: 64%;
    margin: 0 auto 4.5em auto;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.videoPlayer-container p{
    color: rgb(250,250,250);
    padding: 0 10% 0 10%;
    text-align: center;
    font-size: 1.1em;
    line-height: calc(1.1em * 1.4);
    margin: 0 auto;
}
.videoPlayer-container h3{
    color: rgb(255, 212, 13);
    padding: 0 10% 0 10%;
    text-align: center;
    font-size: 1.5em;
    margin: 1em 0;
}
.videoPlayer{
    position: relative;
    margin: 0 auto;
    padding: 5% 10% 10% 10%;
}
.video{
    width: 100%;
    border: solid 6px rgb(255, 212, 13);
    border-radius: 6px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.videoPlayer .vormpjes{
    z-index: 0;
}
.workshopthumb-container{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.titelworkshop{
    margin: 4.5rem auto 1em auto;
    text-align: center;
}
.workshopthumb{
    width: 25%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 30%;
}
.workshop-content a{
    position: relative;
    z-index: 1;
}
.workshopthumb img{
    margin-bottom: 1em;
}
footer{
    background-color: rgb(59, 0, 119);
    color: rgb(252, 252, 252);
}
.footer-container{
    width: 64%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer h3{
    font-size: 1.5em;
    color: rgb(255, 212, 13);
}
footer p{
    color: rgb(250,250,250);
    font-size: 1em;
    line-height: calc(1em * 1.4);
    text-decoration: underline;
    cursor: pointer;
}
.contact{
    width: 50%;
}
.footerlinks{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
footer .logo{
max-width: fit-content;
}
.footerrechts{
    width: 50%;
    text-align: center;
    margin: auto 0;
}
.kronkel{
     margin-top: 10em;
     margin-bottom: -0.2em;
     border: 0;
     display: block;
}
.kronkel-boven{
    margin-bottom: 6rem;
}
.footer-buttons li{
    width: 15%;
    margin-bottom: 1em;
}
.footer-buttons{
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
}
.button{
    width: fit-content;
    height: fit-content;
    margin: 1em auto 2em auto;
    background-color: rgb(255, 212, 13);
    font-family: "marvin", sans-serif;
    font-size: 1em;
    line-height: calc(1em * 1.4);
    font-weight: 400;
    font-style: normal;
    color: rgb(59, 0, 119);
    border-radius: 20px;
    padding: 0.2em 0.8em;
}
.team-container{
    display: flex;
    justify-content: space-between;
}
.team-container .persoon{
    width: 35%;
    text-align: center;
    margin: 0 auto;
}

.team-container .foto-kader{
    width: 100%;
    padding: 10%;
}
.intro h2{
    color: rgb(250,250,250);
}
.kunstwerk-container{
    width: 64%;
    margin: 10em auto 10em auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2em;
}
.kunstwerk{
    width: 30%;
}
.kunstwerk img{
    border: solid 6px rgb(255, 212, 13);
    border-radius: 5px;
}
.border{
    border: solid 6px rgb(255, 212, 13);
    border-radius: 3px;
}
.blauw{
    border: solid 6px rgb(58, 134, 255);
}
.roze{
    border: solid 6px rgb(255,0,110);
}
.oranje{
    border: solid 6px rgb(251,86,7);
}
.paars{
    border: solid 6px rgb(59, 0, 119);
}
.galerij-voorbeelden{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
@media all and (max-width: 1300px){
    /* 1.5 1.125 */
    .info-workshop h2{
        font-size: 1.2em;
    }
    .info-workshop p{
        font-size: 1em;
    }
}

@media all and (max-width: 1120px){
    h1{
        font-size: 1.5rem;
        line-height: 2.5em;
    }
    h2{
        line-height: 1.5em;
        margin-bottom: 0.5em;
    }
    .workshopthumb{
        width: 40%;
        margin-bottom: 6em;
    }
    .info-workshop div{
        width:50%;
        margin-bottom: 1em;
    }
}

@media all and (max-width: 650px){
    .info-workshop h2{
        display: block;
        line-height: 1.2em;
    }

    .titelworkshop{
        font-size: 1.7em;
    }

}

@media all and (max-width: 900px){
    .intro, .informatie-kop, .workshopthumb-container, .team-container, .footer-container, .kunstwerk-container{
        flex-direction: column;
    }
    .tekst-kop, .foto-kader, .informatie-kop, .workshopthumb, .team-container div, .footerlinks, .footerrechts, .kunstwerk-container .kunstwerk{
        width: 100%;
    }
    .footer-container .footerlinks{
        justify-content: center;
    }
    .galerij-voorbeelden .kunstwerk img{
        border: solid 3px rgb(255, 212, 13);
        border-radius: 5px;
    }
    .footer-container .logo{
        width: 51%;
    }
    .footer-container .logo img{
        width: 100%;
        padding: 15%;
    }
    .info-workshop{
        text-align: center;
    }
    .contact{
        text-align: center;
    }
    .footerlinks{
        margin-bottom: 2em;
        flex-wrap: wrap;
    }
    .foto-kader {
        order: 2;
        display: block;
        margin: 0 auto;
        margin-top: 2em;
        padding: 10%;
    }
    
    .tekst-kop {
        order: 1;
    }
    .intro{
        text-align: center;
        padding-bottom: 2em;
    }
    h3, .titelworkshop{
        text-align: center;
    }

    .header-buttons{
        display: none;
    }
    .hamburger{
        display: block;
    }
    
    .team-container h2{
        margin-bottom: 2em;
    }
    .team-container .persoon{
        width: 80%;
    }
    .videoPlayer-container{
        width: 100%;
    }
}
@media all and (max-width: 420px){
    h1{
        font-size: 1.4rem;
        line-height: calc(1.4rem * 1.5);
        margin-bottom: 1.5em;
    }
    h3{
        font-size: 2rem;
        line-height: 1.5em;
    }
    header{
        margin-bottom: 2em;
    }
}
@media all and (max-width: 900px) and (min-width: 650px){
    .intro .foto-kader{
        width: 70%;
        margin: 0 auto;
    }
    .team-container .persoon{
        width: 50%;
    }
    .footerlinks .logo{
        padding: 2.5em;
    }
}
.play-pause{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.play-pause img{
    width: 12vw;
    cursor: pointer;
}
.contact a{
    text-decoration: underline;
}
