
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #536355;
}



/* logo */
.logo-image {
  height: 55px;     
  width: auto;
  display: block;  
  max-width: 100%;
  filter: drop-shadow(1px 1px 1px rgba(255, 0, 0, 0.7));
  border-radius: 16px;
  
}




/* Navbar container */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1% 5%;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  box-shadow: -7px 0 7px rgb(255, 0, 0);
  position: fixed;
  z-index: 1000;
}






/* Nav linkls  */
.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}



/* Nav linkls letters  */
.nav-links li a {
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}




/* Nav linkls muis komt boven */
.nav-links li a:hover {
  color: #565be1;
}



/* Menu button (hamburger) */
.nav-button {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}




/* home img text alles  */
.home-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
  padding: 10rem 1%;
  
}


/* Home img  */
.home-image img {
  max-width: 100%;
  width: 80%;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 15%;
  
}


/* home titel  */
.home-text h1 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

  
}


/* home text  */
.home-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #fff;
}



/* home buttons  */
.home-button {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* home buttons letter  */
.home-button a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin: 2%;
}


/* home buttons letter muis komt  */
.home-button a:hover {
  background-color: #555;
}






.overzicht-container {
  display: flex;
  flex-direction: column;  
  align-items: center;     
  text-align: center;
  padding: 10rem 15%;
  
}

/* Başlık ve paragraf */
.overzicht-text h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
 
}

.overzicht-text p {
  font-size: 1.0rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}


.overzicht-image img {
  max-width: 100%;
  width: 50%;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.overzicht-text li {
  color: #fff;
  font-size: 1.0rem;
  margin-bottom: 1rem;
  
}





.activiteiten-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 10rem 5%;
  flex-wrap: wrap; 
}

/* Sol: Resimler */
.activiteiten-image {
  flex: 1;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.activiteiten-image img {
  width: 80%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(1px 1px 1px rgba(255, 0, 0, 0.7));
  margin-bottom: 20%;
}



.activiteiten-image h3 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.activiteiten-image ul {
  list-style: none;
  color: #fff;
  gap: 1rem;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}




.activiteiten-text {
  flex: 1;
  max-width: 50%;
  

}

.activiteiten-text h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-right: 60%;
  margin-top: -8%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.activiteiten-text p {
  color: #fff;
  margin-top: 40%;
  margin-left: -20%;
  margin-bottom: 95%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  
}

.vragen-container {
 margin-right: 60%;
 color: #fff;
 margin-top: -33%;
}


.vragen-text a:hover {

  color: #00ff37; 
}
.vragen-text a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}







.reviews-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 10rem 5%;
  flex-wrap: wrap;
}

/* Sol: Resimler */
.reviews-image {
  flex: 1;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.reviews-image img {
  width: 30%;
  border-radius: 70px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(1px 1px 1px rgba(255, 0, 0, 0.7));
}



.reviews-image h3 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reviews-image ul {
  list-style: none;
  color: #fff;
  gap: 1rem;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}




.reviews-text {
  flex: 1;
  max-width: 50%;
  

}


.reviews-text h1 {
  color: #fff;
  font-size: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.reviews-text p {
  color: #fff;
  margin-top: 20%;
  margin-left: -70%;
  margin-bottom: 36%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  
}


.email-link {
  display: block; 
  color: #b39f9f; 
  text-decoration: none; 
  font-weight: bold ;
}

.email-link:hover {
  color: #00ff37; 
}

.phone-link {
  display: block; 
  color: #b39f9f; 
  text-decoration: none; 
  font-weight: bold ;
}
.phone-link:hover {
  color: #00ff37; 
}


.address-link {
  display: block; 
  color: #b39f9f; 
  text-decoration: none; 
  font-weight: bold ;
}
.address-link:hover {
  color: #00ff37; 
}

.contact-container {
  display: flex;
  flex-direction: column; 
  align-items: center;     
  text-align: center;
  padding: 10rem 15%;
  flex-wrap: wrap;
}

.contact-text h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
 
}

.contact-text p {
  font-size: 1.0rem;
  
  flex-wrap: wrap;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



.contact-text li{
  text-decoration: none;

}



.map-container {
  position: relative;
  padding-bottom: 26%; 
  height: 60%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 32%;
  max-width: 40%;
  margin-top: -7%;
  margin-bottom: 6%;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}






/* Responsive - tablet */
@media (min-width: 675px) and (max-width: 1200px) {
  .navbar {
    padding: 1% 2%;
    background-color: aqua;
    position: fixed;
    z-index: 1000;

  }


  .nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
  }
  
  .nav-links li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border: 2px solid #536355;
    border-color: #00ff37;
    background-color: #00ff37;
    filter: drop-shadow(2px 2px 2px rgb(255, 0, 149));
    border-radius: 50%;
    border-width: 15px;
    font-size: 0.6rem;
    
  }




  .home-container {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 3rem 0%;
    
  }
    


  .home-image img{
    max-width: 100%;
    width: 50%;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);           
    height: auto;
    margin-top: 10%;
    margin-left: 10%;

  }






  .home-text h1 {
    font-size: 2rem;
    margin-top: 0%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 25%;
  
    
  }
  
  
  /* home text  */
  .home-text p {
    
    margin-top: 0%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 20%;
    padding-right: 15%;
  }
  


  .home-button {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 30%;
  }


  .activiteiten-text p {
    margin-top: 45%;
    margin-left: -20%;
    margin-bottom: 100%;
  }



  .reviews-text p {
    
    margin-top: 20%;
    margin-left: -60%;
    margin-bottom: 40%;
   
    
  }




  .map-container {
    position: relative;
    padding-bottom: 26%; 
    height: 60%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: 32%;
    max-width: 40%;
    margin-top: -10%;
  }
  
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
  }





}


/* Responsive - telefoon */
@media (max-width: 675px) {

  .navbar {
    position: fixed;
    z-index: 1000;
  }
  .navbar .nav-links {
    display: none; 
    position: absolute; 
    top: 100%; 
    background-color:#ffffff;
    text-align: center; 
    z-index: 999; 
    flex-direction: column; 
    width: 100%; 
    margin: 0; 
    padding: 0%; 
    left: 0; 
    right: 0; 
    gap: 30px;
    height: 250px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-button {
    display: block;
  }
  .logo-image {
    height: 40px;
  }




  .home-container {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 3rem 0%;
    
  }
    


  .home-image img{
    max-width: 100%;
    width: 50%;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);           
    height: auto;
    margin-top: 10%;
    margin-left: 10%;

  }






  .home-text h1 {
    font-size: 2rem;
    margin-top: 0%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 25%;
  
    
  }
  
  
  /* home text  */
  .home-text p {
    
    margin-top: 0%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 20%;
    padding-right: 15%;
  }
  


  .home-button {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 30%;
  }



  .overzicht-image {
    width: 100%;
  }



  .activiteiten-text p {
    margin-top: 50%;
    margin-left: -20%;
    margin-bottom: 125%;
  }



  .reviews-text p {
    
    margin-top: 55%;
    margin-left: -60%;
    margin-bottom: 60%;
   
    
  }




  .map-container {
    position: relative;
    padding-bottom: 26%; 
    height: 60%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: 22%;
    max-width: 60%;
    margin-top: -25%;
  }
  
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
  }
 

 
}
