body{
    margin: 0;
    padding: 0;
    background-color: rgb(255,250,227);
    color: #5A3218;
    font-family: "ivysoft-variable", sans-serif;
    line-height: 1.8vw;
}
.topnav {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 40px;
    background-color: rgb(202,211,172);
    text-align: right;
    align-items: center;
} 
.topnav a {
  color: #ffffff;
  text-align: center;
  margin: 0px 60px;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
  position: relative;
}
.alinks{
    display: flex;
    justify-content: space-between;
}

.alinks a:hover::after {
  width: 100%;
  content: '';
  height: 3px;
  background: rgb(255,250,227);
  position: absolute;
  left: 0;
  bottom: -10px;
}
.logo img {
    width: 300px;
    height: auto;
    margin-right: 20px;
}
.introbox{
    max-width: 100%;
    margin: 50px;
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 30px;
    display: inline-block;
    text-align: center;
    justify-content: space-around;
}
.introimage{
    height: auto;
    max-width: 40%;
}
.introimage img{
  width: 100%;
  display: block;
  float: left;
}
.intro{
   width: 35%;
   float: left;
   margin-left: 200px;
}
.intro h1{
    padding-top: 30px;
    font-size: 50px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #5A3218;
    text-align: left;
}
.intro p{
    font-size: 25px;
    color: #5A3218;
    text-align: left;
    font-weight: 400;
}
.vectorclass {
    float: right;
    width: 10%; 
    margin-top: 80px;
}
.vectorclass img {
    width: 40%;
    display: block;
    margin-top: 0;
}
.videobox{
    background-color: rgb(202,211,172);
    max-width: 100%;
    padding: 50px;
    text-align: center; 
}
.videobox video{
    width: 100%;
    height: auto;
    display: inline-block; 
}
.responsive-video {
  position: relative;
  width: 60%;
  max-width: 100%;    
  margin: 0 auto;     
  height: auto;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}
.video h1{
    font-size: 50px;
    font-weight: 500;
    color: #5A3218;
    text-align: center; 
    margin-bottom: 25px;
    padding: 0;
}
.video-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-text p{
    width: 60%;
    font-size: 25px;
    color: #5A3218;
    text-align: center; 
    margin-bottom: 20px;
    font-weight: 400;
}
h2{
    font-size: 30px;
    color: #5A3218;
    text-align: center;
    margin-top: 20px;
}
.arrow{
    display: flex;
    justify-content: right;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 150px;
}
.arrow img{
    width: 300px;
    height: auto;
}
#workshopbox{
    margin-bottom: 150px;
}
#workshopbox h1{
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 500;
    color: #5A3218;
    text-align: center;
    align-items: center;
}
.workshops{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: auto;
    padding: 20px;
}
.workshop{
    padding: 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Voeg dit toe */
    min-height: 500px; /* Vaste minimale hoogte */
}
.workshop h3{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #5A3218;
    text-align: center;
}
.workshop p{
    font-size: 20px;
    font-weight: 400;
    color: #5A3218;
    text-align: center;
    margin-bottom: 25px;
    flex-grow: 1; 
    display: flex;
    align-items: center;
}
.workshop img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}
.workshop a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5A3218;
    font-weight: 500;
    font-size: 25px;
    cursor: pointer;
    border: none;
    font-family: "ivysoft-variable", sans-serif;
    text-decoration: none;
}
h4 {
    font-size: 25px;
    font-weight: 500;
    color: #5A3218;
    text-align: center;
    margin-bottom: 10px;
}
.teambox{
    margin-bottom: 200px;
}
.teambox h1{
    margin-top: 150px;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 500;
    color: #5A3218;
    text-align: center;
}

.team{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: auto;
    padding: 20px;
}
.team-member{
    padding: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.team-member h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.team-member h4 {
    font-size: 25px;
    font-weight: 400;
    color: #5A3218;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-member p {
    width: 80%;
    font-size: 20px;
    font-weight: 400;
    color: #5A3218;
    text-align: center;
    margin-bottom: 15px;
}
.workshopintro{
    margin: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
}
.workshopimage{
    height: auto;
    width: 40%;
}
.workshopimage img{
  width: 100%;
  display: block;
  float: left;
}
.workshopintrotext{
   width: 40%;
}
.workshopintrotext h1{
    font-size: 50px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #5A3218;
    text-align: left;
}
.workshopintrotext p{
    font-size: 25px;
    font-weight: 400;
    color: #5A3218;
    text-align: left;
}
.niveau{
    background-color:  rgb(202,211,172);
    display: flex;
    max-width: 100%;
    justify-content: space-around;
    margin: auto;
    margin: 75px 0px 75px 0px;
    padding: 20px;
    
}
.niveau p{
    font-size: 25px;
    font-weight: 400;
}
.doelbox{
    max-width: 100%;
    margin: 50px;
    padding: 30px;
    display: inline-block
}
.doelbox h1{
    font-size: 50px;
    margin: auto;
    font-weight: 500;
    margin-bottom: 150px;
    color: #5A3218;
    text-align: center;
}
.doel{
    display: flex;
    margin: auto;
    margin-top: 100px;
    justify-content: space-around;
    align-items: center;
}
.doel2{
    display: flex;
    margin: auto;
    justify-content: space-around;
    margin-top: 100px;
    align-items: center;
}
.doel3{
    display: flex;
    margin: auto;
    justify-content: space-around;
    margin-top: 100px;
    
}
.doel img{
    width: 100%; 
    height: auto;
}
.doel2 img{
    width: 60%; 
    height: auto;
}
.doel3 img{
    width: 100%; 
    height: auto;
}
.doeltekst{
   width: 40%;
}
.doeltekst h3{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    color: #5A3218;
    margin-bottom: 25px;
}
.doeltekst p{
    font-size: 25px;
    font-weight: 400;
    color: #5A3218;
    text-align: left;
}
.doeltekst2{
   width: 40%;
}
.doeltekst2 h3{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    color: #5A3218;
    text-align: left;
    margin-bottom: 25px;
}
.doeltekst2 p{
    font-size: 25px;
    font-weight: 400;
    color: #5A3218;
    text-align: left;
}
.doeltekst3{
   width: 40%;
}
.doeltekst3 h3{
    margin-top: 110px;
    font-size: 30px;
    font-weight: 500;
    color: #5A3218;
    margin-bottom: 25px;
}
.doeltekst3 p{
    font-size: 25px;
    font-weight: 400;
    color: #5A3218;
    text-align: left;
}
.stappenplan {
  padding: 50px 0;
}

.stappenplan-container {
  width: 75%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #f4faf1;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stappenplan h2 {
  text-align: center;
  color: #5A3218;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
}

.stap {
  margin-bottom: 25px;
}

.stap h3 {
  color: #5A3218;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

.stap p {
  color: #5A3218;
  font-size: 20px;
  line-height: 1.3;
}

.benodigdheden {
  background-color: rgb(202,211,172);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.benodigdheden h3 {
  margin-bottom: 10px;
  color: #5A3218;
  font-weight: 500;
}

.benodigdheden ul {
  list-style-type: disc;
  padding-left: 20px;
}

.benodigdheden li {
  margin-bottom: 8px;
  color: #5A3218;
}
.resultatenbox{
    max-width: 100%;
    height: auto;
}
.resultatenbox h1{
    font-size: 50px;
    margin: 0;
    margin-top: 100px;
    font-weight: 500;
    margin-bottom: 100px;
    color: #5A3218;
    text-align: center;
}
.resultaten{
    display: flex;
    width: 60%;
    justify-content: center;
    gap: 40px;
    margin: auto;
    padding: 20px;
    height: auto;
}
.resultaten img{
    width: 100%;
    height: auto;
   
}
.button-link {
    width: 20%;
    display: flex;
    margin: auto;
    background-color: rgb(202,211,172);
    padding: 25px 50px;
    color: #5A3218;
    font-weight: 500;
    font-size: 25px;
    cursor: pointer;
    border: none;
    font-family: "ivysoft-variable", sans-serif;
    margin-bottom: 150px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.button-link2 {
    width: 20%;
    display: flex;
    margin: auto;
    background-color: rgb(202,211,172);
    padding: 25px 50px;
    color: #5A3218;
    font-weight: 500;
    font-size: 25px;
    cursor: pointer;
    border: none;
    font-family: "ivysoft-variable", sans-serif;
    margin-top: 150px;
    margin-bottom: 150px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.button-link3 {
    width: auto; /* Verander van 5% naar auto */
    display: inline-flex; /* Verander naar inline-flex */
    padding: 10px 20px; /* Voeg padding toe voor ruimte rond de tekst */
    background-color: rgb(202,211,172);
    border-radius: 25px;
    color: #5A3218;
    font-weight: 500;
    font-size: 25px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.galerij{
    width: 95%;
    margin: auto;
    margin-bottom: 150px;
}
.galerijheader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.back-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-decoration: none;
    margin-right: 10px;
    transition: background 0.2s;
}
.galerijheader h1{
    font-size: 30px;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.galerijimages{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
.galerijimages img{
    width: 400px;
    height: 400px;
    
}
.imagevector img{
    width: 100%;
    height: auto;
}
.contact{
    width: 100%;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 150px;
}
.contact .content{
    text-align: center;
    max-width: 80%;
}
.contact .content h1{
    font-size: 50px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #5A3218;
}
.contact .content p{
    font-size: 20px;
    color: black;
}
.container{
    background-color: white;
    padding: 50px;
    width: 60%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
}
.contactinformatiebox{
    width: 50%;
    padding: 50px;
    background-color: #5A3218;
    border-radius: 25px;
}
.contactinformatiebox h2{
    font-size: 50px;
    color: white;
    margin-bottom: 25px;
    text-align: center;
}
.contactinformatie {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contactitem {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 15px;
}
.contacttekst h3{
    color: white;
    margin-bottom: 10px;
}
.contacttekst p{
    font-size: 20px;
    color: white;

}
.contacticon{
    display: flex;
    font-size: 30px;
    color: white;
    width: 60px;
    height: auto;
    align-items: center;
    justify-content: center;
}
.contactform{
    width: 40%;
    padding: 20px;
}
.contactform h2{
    font-size: 40px;
    margin-bottom: 50px;

}
.contactform .inputbox{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
.contactform .inputbox input,
.contactform .inputbox textarea
{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    resize: none;
    margin-bottom: 20px;
}
.contactform .inputbox span{
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0;
    font-size: 16px;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contactform .inputbox input:focus ~ span,
.contactform .inputbox input:valid ~ span,
.contactform .inputbox textarea:focus ~ span,
.contactform .inputbox textarea:valid ~ span{
    color: rgb(210,161,114);
    font-size: 12px;
    transform: translateY(-20px);
}
.contactform .inputbox input[type="submit"]{
    width: 120px;
    background: #5A3218;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
    
}
footer{
    width: 100%;
    background-color: rgb(202,211,172);
}

.footer {
    width: 80%;
    padding: 40px;
    display: flex;
    margin-top: 50px;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}
.footer-section {
    flex: 1;
    flex-direction: column;
    align-items: center; 
}

.footer-section h3 {
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
    text-align: center; 
}

.footer-section p, .footer-section a {
    font-size: 16px;
    text-decoration: none;
    color: white;
    margin: 5px 0;
}

.footer-section img {
    width: 300px;
    height: auto;  
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    color: white;
    font-size: 35px;
}

.contact-info, .about-links {
    text-align: left;
    display: flex;
    margin: auto;
}
.social-icons p{
    font-size: 20px;
    margin-top: 10px;
}
@media (max-width: 1646px) {
    .button-link {
        width: 30%;
        margin: auto;
        margin-bottom: 100px;
    }
}
@media (max-width: 1563px) {
    .workshopintrotext h1{
        line-height: 1;
    }
    .intro p, .workshopintrotext p, .video-text p, .workshop p, .team-member p, .doeltekst p, .doeltekst2 p, .doeltekst3 p, .contactinformatiebox p, .content p {
        line-height: 1.3;
    }
}
@media (max-width: 1500px) {
    .intro {
        margin-left: 50px;
        width: 40%;
    }
    .intro p, .workshopintrotext p, .video-text p {
        font-size: 20px;
    }
    .intro h1, .video h1, #workshopbox h1, .workshopintrotext h1, .teambox h1, .doelbox h1, .resultatenbox h1, .content h1, .contactinformatiebox h2 {
        font-size: 40px;
    }
    .vectorclass {
        width: 8%;
        margin-top: 100px;
    }
    .workshop {
        width: 40%;
    }
    .team-member {
        width: 40%;
    }
    
}
@media (max-width: 1337px) {
    .arrow {
        margin-right: 50px;
    }
}
@media (max-width: 1285px) {
   .workshopintrotext h1{
    line-height: normal;
   }
}
@media (max-width: 1200px) {
    body{
        line-height: normal;
    }
    .introbox {
        margin: 50px 20px;
    }
    .intro {
        width: 100%;
        margin-left: 0;
    }
    .introimage {
        max-width: 700px;
        width: 60%;
        height: auto;
        margin: auto;
    }
    .intro p {
        width: 70%;
        margin-inline: auto;
        text-align: center;
        
    }
    .intro h1 {
        text-align: center;
        margin: 20px 0 ;
    }
    .introimage {
        width: 100%;
    }
    .vectorclass {
        display: none;
    }
    .workshopintro {
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }   
    .workshopimage {
        width: 100%;
        margin-bottom: 20px;
    }
    .workshopintrotext {
        width: 100%;
        text-align: center;
    }
    .workshopintrotext p{
        width: 100%;
        margin-inline: auto;
        text-align: center;
    }
    .workshopintrotext h1 {
        font-size: 40px;
        text-align: center;
    }
    .video h1{
        margin: 20px 0;
    }
    .video-tekst {
        margin: 0;
    }
    .videobox video {
        width: 100%;
    }
    .workshop {
        width: 80%;
    }
    #workshopbox h1 {
        margin: 0;
    }
    #workshopbox p{
        text-align: center;
    }
    .team-member {
        width: 80%;
    }
    .arrow img {
        width: 180px;
    }
    .doelbox h3 {
        font-size: 25px;
    }
     .doelbox p {
        font-size: 20px;
    }
    .buttonwerkboek {
        width: 100%;
        margin: auto;
        margin-bottom: 100px;
        font-size: 16px;
        text-align: center;
    }
    .doel {
        flex-direction: column;
        align-items: center;
    }
    .doeltekst p {
        font-size: 20px;
        text-align: center;
    }
    .doeltekst h3 {
        font-size: 25px;
        text-align: center;
         margin: 15px 0;
    }
    .doel img {
        width: 100%;
        height: auto;
        order: 1;
    }
    .doeltekst {
        width: 100%;
        text-align: center;
        order: 2;
         margin: 15px 0;
    }
     .doel2 {
        flex-direction: column;
        align-items: center;
    }
    .doel2 img {
        order: 1;
    }
    .doeltekst2 p{
        font-size: 20px;
        text-align: center;
    }
    .doeltekst2 {
        width: 100%;
        text-align: center;
        order: 2;
        margin: 15px 0;
    }
    .doeltekst2 h3 {
        font-size: 25px;
        text-align: center;
         margin: 15px 0;
        
    }
     .doel3 {
        flex-direction: column;
        align-items: center;
    }
    .doel3 img {
        width: 100%;
        height: auto;
    }
    .doeltekst3 {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    .doeltekst3 p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
    .doeltekst3 h3 {
        font-size: 25px;
        margin: 15px 0;
        text-align: center;
    }
    .doel3 {
        margin-bottom: 80px;
    }
    .doelbox h1 {
        margin-bottom: 30px;
    }
    .contactinformatiebox h2{
        margin: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 1111px) {
    .topnav a {
        margin: 0px 20px;
        font-size: 25px;
    }
    .logo img {
        width: 200px;
    }
    .team-member img {
        width: 250px;
        height: 250px;
    }
    .footer {
        width: 100%;
        padding: 40px 0;
    }
    .footer-section img {
        width: 200px;
    }
    .footer-section h3 {
        font-size: 20px;
    }   
    .footer-section p, .footer-section a {
        font-size: 14px;
    }
    .social-icons a {
        font-size: 30px;
    }
    .social-icons {
        font-size: 30px;
        justify-content: center;
    }
    .resultaten {
        width: 250px;
        height: 250px;
    }
    .container {
        flex-direction: column;
        align-items: center;
        width: 90%;
        padding: 20px;
    }
    .container {
        width: 80%;
    }
    .contactform {
        width: 70%;
        padding: 20px;
    }
    .contactinformatiebox h2 {
        margin-bottom: 20px;
    }
    .contactinformatiebox {
        width: 75%;
        margin-top: 30px;
        align-items: center;
    }
    .contactitem {
        width: 50%;
        align-items: center;
        margin-inline: auto;
    }
}
@media (max-width: 958px) {
    .team-member img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 900px) {
    .team,
    .workshops {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    #workshopbox {
        margin-bottom: 100px;
    }
    .workshop,
    .team-member {
        width: 90%;
    }
    .teambox {
        margin-top: 150px;
    }
    .teambox h1{
        margin-top: 0px;
    }   
    .team-member img {
        width: 400px;
        height: 400px;
    }
    .resultaten {
        display: flex;           
        flex-direction: column;
        height: auto;
        gap: 30px;
        align-items: center;
    }
    .resultaten img {
        width: 300px;
        height: 300px;
    }
    .niveau {
        margin-bottom: 0;
    }
    .contactinformatiebox {
        width: 90%;
        margin-top: 30px;
        padding: 20px;
    }
}
@media (max-width: 800px) {
    .introbox {
        margin: 40px;
        padding: 20px;
    }
    .intro h1 {
        font-size: 40px;
    }
    .intro p, .workshopintrotext p, .contactitem p, .video-text p, .doeltekst p, .doeltekst2 p, .doeltekst3 p, .contactinformatiebox p, .content p {
        font-size: 18px;
        width: 90%;
    }
    .doeltekst p, .doeltekst2 p, .doeltekst3 p {
        margin: auto;
    }
    .video-text p {
        width: 90%;
        font-size: 18px;
    }
    .niveau {
        margin-bottom: 0px;
    }
}
@media (max-width: 750px) {
    .contactitem {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 700px) {
    .topnav {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .topnav a {
        margin: 10px 10px;
        font-size: 20px;
    }
    .logo img {
        width: 250px;
        margin: 0;
    }
    .introbox {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .workshopintro {
        margin-bottom: 0px;
    }
    .footer {
        flex-direction: column;
        width: 100%;
        padding: 40px 0;
    }
    .footer-section img {
        width: 250px;
        margin: 10px 0;
    }
    .footer-section p, .footer-section a {
        font-size: 20px;
        margin: 10px 0;
    }
    .social-icons a {
        font-size: 20px;
    }
    .social-icons {
        font-size: 20px;
        justify-content: center;
    }
    .resultatenbox h1 {
        margin-top: 0px;
    }
    .niveau  {
        font-size: 20px;
        gap: 30px;
        margin-inline: auto;
        margin: 0 4 0px;
    }
    .niveau p {
        font-size: 18px;
    }
    .galerijheader h1{
        font-size: 25px;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .introbox {
        margin: 10px;
        padding: 10px;
    }
    .intro h1, .video h1, #workshopbox h1, .teambox h1, .workshopintrotext h1, .doelbox h1, .stappenplan-container h2, .resultatenbox h1, .contactinformatiebox h2, .content h1 {
        font-size: 30px;
    }
    .stappenplan-container h2 {
        margin-bottom: 25px;
    }
    .stap h3 {
        font-size: 20px;
    }
    .stap p {
        font-size: 16px;
    }
    .workshop h3 {
        font-size: 25px;
    }
    .doelbox h1 {
        margin-bottom: 0px;
    }
    .doel{
        margin-top: 30px;
    }
    .doel3 {
        margin-top: 40px;
    }
    .doelbox{
        margin-bottom: 0px;
    }
    .intro p {
        font-size: 16px;
        width: 100%;
    }
    .video-text p {
        width: 100%;
        font-size: 16px;
    }
    .arrow img {
        width: 150px;
    }
    .workshopintrotext p {
        font-size: 16px;
    }
    .niveau {
        margin-top: 25px;
    }
    .niveau p{
        font-size: 16px;
    }
    .resultatenbox h1 {
        margin-bottom: 0px;
    }
}
@media (max-width: 500px) {
    .play-button {
        font-size: 20px;
    }
    .team-member img {
        width: 300px;
        height: 300px;
    } 
    .galerijimages img{
    width: 300px;
    height: 300px;  
    }
    .imagevector{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .imagevector img{
        width: 75%;
        height: auto;
    }
    .doelbox{
        margin: 0;
    }
    .workshopintro{
        margin: 0;
    }

}
@media (max-width: 415px){
    .imagevector img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 400px) {
    .topnav a {
        font-size: 18px;
    }
    .logo img {
        width: 200px;
    }
    .intro h1, .video h1, #workshopbox h1, .teambox h1, .workshopintrotext h1, .doelbox h1, .resultatenbox h1, .contactinformatiebox h2, .content h1 {
        font-size: 25px;
    }
    .intro p, .video-text p, .workshopintrotext p, .niveau p , .doeltekst p, .doeltekst2 p, .doeltekst3 p, .contactinformatiebox p, .content p {
        font-size: 14px;
        width: 100%;
    }
    .doeltekst h3, .doeltekst2 h3, .doeltekst3 h3 {
        font-size: 20px;
    }
    .arrow img {
        width: 120px;
    }
}

/* Animatie keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Navigation animaties */
.topnav a {
    transition: all 0.3s ease;
}

.topnav a:hover {
    transform: translateY(-3px);
    color: rgba(255, 255, 255, 0.9);
}

/* Intro sectie animaties */
.intro {
    animation: fadeInLeft 1s ease-out;
}

.introimage {
    animation: fadeInRight 1s ease-out 0.3s both;
}

.vectorclass {
    animation: bounce 2s infinite;
}

/* Video sectie animaties */
.video h1 {
    animation: fadeInUp 1s ease-out;
}

.video-text {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.play-button {
    transition: all 0.3s ease;
}

.play-button:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 5px 15px rgba(90, 50, 24, 0.3));
}

/* Arrow animaties */
.arrow img {
    transition: transform 0.3s ease;
    animation: pulse 3s infinite;
}

.arrow img:hover {
    transform: scale(1.1) rotate(5deg);
}

/* Workshop animaties */
.workshop {
    animation: fadeInUp 1s ease-out both;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop:nth-child(1) { animation-delay: 0.1s; }
.workshop:nth-child(2) { animation-delay: 0.3s; }
.workshop:nth-child(3) { animation-delay: 0.5s; }

.workshop:hover {
    transform: translateY(-10px);
}

.workshop img {
    transition: transform 0.3s ease;
}

.workshop:hover img {
    transform: scale(1.05);
}

/* Team member animaties */
.team-member {
    animation: fadeInUp 1s ease-out both;
    transition: transform 0.3s ease;
}

.team-member:nth-child(1) { animation-delay: 0.1s; }
.team-member:nth-child(2) { animation-delay: 0.3s; }
.team-member:nth-child(3) { animation-delay: 0.5s; }

.team-member:hover {
    transform: scale(1.05);
}

.team-member img {
    transition: transform 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.1);
}

/* Social icons animaties */
.social-icons a {
    transition: all 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-5px) scale(1.2);
    color: #5A3218;
}

/* Button hover effects voor workshop links */
.workshop a {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.workshop a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.workshop a:hover::before {
    left: 100%;
}
workshopintro {
    animation: fadeInUp 1s ease-out;
}

.workshopimage {
    animation: fadeInLeft 1s ease-out 0.3s both;
    transition: transform 0.3s ease;
}

.workshopimage:hover {
    transform: scale(1.02);
}

.workshopintrotext {
    animation: fadeInRight 1s ease-out 0.5s both;
}

.niveau {
    animation: fadeInUp 1s ease-out 0.7s both;
}

.niveau p {
    transition: all 0.3s ease;
}

.niveau p:hover {
    transform: translateY(-5px);
    color: white;
    text-shadow: 0 2px 5px rgba(90, 50, 24, 0.3);
}

/* Doel secties animaties */
.doel {
    animation: fadeInLeft 1s ease-out both;
    transition: all 0.3s ease;
}

.doel:nth-child(2) { animation-delay: 0.2s; }

.doel:hover {
    transform: translateY(-5px);
}

.doel2 {
    animation: fadeInRight 1s ease-out 0.4s both;
    transition: all 0.3s ease;
}

.doel2:hover {
    transform: translateY(-5px);
}

.doel3 {
    animation: fadeInLeft 1s ease-out 0.6s both;
    transition: all 0.3s ease;
}

.doel3:hover {
    transform: translateY(-5px);
}

/* Doeltekst hover effecten */
.doeltekst h3, .doeltekst2 h3, .doeltekst3 h3 {
    transition: color 0.3s ease;
}

.doeltekst h3:hover, .doeltekst2 h3:hover, .doeltekst3 h3:hover {
    color: rgb(202,211,172);
}

.doeltekst p, .doeltekst2 p, .doeltekst3 p {
    transition: all 0.3s ease;
}

.doeltekst:hover p, .doeltekst2:hover p, .doeltekst3:hover p {
    color: rgba(90, 50, 24, 0.8);
    transform: translateX(10px);
}

/* Resultaten sectie animaties */
.resultatenbox h1 {
    animation: fadeInUp 1s ease-out 0.8s both;
}

.resultaten {
    animation: fadeInUp 1s ease-out 1s both;
}

.resultaten img {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.resultaten img:hover {
    transform: scale(1.1) rotate(2deg);
    box-shadow: 0 15px 35px rgba(90, 50, 24, 0.3);
    z-index: 10;
    position: relative;
}

.resultaten img:nth-child(1) {
    transition-delay: 0.1s;
}

.resultaten img:nth-child(2) {
    transition-delay: 0.2s;
}

.resultaten img:nth-child(3) {
    transition-delay: 0.3s;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

/* Text animatie effecten */
.doeltekst, .doeltekst2, .doeltekst3 {
    position: relative;
    overflow: hidden;
}

.doeltekst::before, .doeltekst2::before, .doeltekst3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(202, 211, 172, 0.1), transparent);
    transition: left 0.8s ease;
}

.doel:hover .doeltekst::before,
.doel2:hover .doeltekst2::before,
.doel3:hover .doeltekst3::before {
    left: 100%;
}

/* Mobile optimalisaties */
@media (max-width: 768px) {
    .doel:hover, .doel2:hover, .doel3:hover {
        transform: none;
    }
    
    .resultaten img:hover {
        transform: scale(1.05);
    }
    
    .button-link:hover, .button-link2:hover, .button-link3:hover {
        transform: translateY(-3px);
    }
}
.contactform .inputbox input[type="submit"]:hover {
    background: rgba(90, 50, 24, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(90, 50, 24, 0.3);
}
.button-link, .button-link2, .button-link3 {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.button-link:hover, .button-link2:hover, .button-link3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 50, 24, 0.3);
    background-color: rgba(202, 211, 172, 0.9);
}

.button-link::before, .button-link2::before, .button-link3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.button-link:hover::before, .button-link2:hover::before, .button-link3:hover::before {
    left: 100%;
}


.contactform .inputbox input[type="submit"]:hover {
    background: rgba(90, 50, 24, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(90, 50, 24, 0.3);
}
.lijn {
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lijn::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(
        to right,
        #5A3218 0px,
        #5A3218 20px,
        transparent 20px,
        transparent 40px
    );
    animation: drawLine 3s ease-in-out infinite;
    transform: translateY(-50%);
}

.lijn::after {
    content: '';
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(
        to right,
        #5A3218 0px,
        #5A3218 20px,
        transparent 20px,
        transparent 40px
    );
    animation: drawLine 3s ease-in-out infinite reverse;
    transform: translateY(50%);
}

@keyframes drawLine {
    0% {
        transform: translateX(-100%) translateY(-50%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%) translateY(-50%);
        opacity: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 768px) {
    .workshop:hover, .team-member:hover {
        transform: none;
    }
    
    .vectorclass {
        animation: none;
    }
    
    .arrow img {
        animation: none;
    }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(202,211,172); 
  color: #5A3218;
  cursor: pointer;
  border-radius: 50%; 
  font-size: 18px;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(90, 50, 24, 0.3);
}

#myBtn:hover {
  background-color: rgba(90, 50, 24, 0.8);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(90, 50, 24, 0.4);
}