* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  nav ul {
    list-style: none;
  }
  
  nav a {
    font-size: 30px;
    text-decoration: none;
    color: #876559;
    font-family: Arial, Helvetica, sans-serif;
  
    padding:10px 30px;
    border-radius:15px;
  }
  
  nav li {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    margin: 35px;
  }
  
  nav a.active {
    background-color: #dfc5bb;
  }
  
  nav a:hover {
    background-color: #dfc5bb;
  }
  
  nav {
    overflow: hidden;
    background-color: #f7ebe7;
    top: 0;
  }

  .hamburgerklikken{
    display:none;
  }
  
  nav img {
    width:10%;
    float:left;
    margin-left:15px;
  }

  .hamburgericoon {
    display: none;
  }

  body{
    background-color: #e3d3ce;
  }
  @font-face {
    font-family: 'BrightMarching-Regular'; 
    src: url('../fonts/BrightMarching-Regular.otf') format('woff2'),
         url('../fonts/BrightMarching-Regular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  .tekst{

    font-size: 18px;
    font-family: 'Poppins', 'Arial', sans-serif; /* mooier lettertype */
    line-height: 1.3;
  }




  header h1{
    text-align: center;
    font-size: 60px;
    color: #b5998f;
    padding-top: 25px;
    padding-bottom: 50px;
    font-family: 'BrightMarching-Regular';
  }

  .quotes3 h3{
    text-align: center;
    font-size: 60px;
    color: #b5998f;
    padding-top: 85px;
    padding-bottom: 50px;
    font-family: 'BrightMarching-Regular';
    transition: transform 0.3s ease, color 0.3s ease;
  }


  .quotes3 h3:hover {
    transform: scale(1.1); /* wordt 10% groter */
    color: #ffffff; /* verandert naar wit */
  }
  

  .mindset h1{
    text-align: center;
    font-size: 60px;
    color: #c6a89e;
    padding-top: 85px;
    padding-bottom: 50px;
    font-family: 'BrightMarching-Regular';
    transition:transform 0.3s ease, color 0.3s ease;
  }


  .mindset h1:hover {
  transform: scale(1.1); /* wordt 10% groter */
  color: #ffffff; /* verandert naar wit */
}


  aside h2 {
    text-align: center;
    font-size: 150px;
    padding-top: 160px;
    font-family: 'GreatVibes-Regular';
    color: #b08070;
    transition: transform 0.3s ease, color 0.3s ease; /* zorgt voor vloeiende overgang voor beide */
  }
  
  aside h2:hover {
    transform: scale(1.05); /* wordt 5% groter */
    color: white; /* verandert naar wit */
  }


aside h3{
  text-align: center;
  font-size: 55px;
  padding-top: 25px;
  padding-bottom: 50px;
  transition: transform 0.3s ease, color 0.3s ease; /* zorgt voor vloeiende overgang voor beide */
  font-family: 'BrightMarching-Regular';
  color: #D29B89;
}


aside h3:hover {
  transform: scale(1.05); /* wordt 5% groter */
  color: white; /* verandert naar wit */
}





aside img{
  width:45%;
  text-align:center;
  transition: 0.3s ease-in-out;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); /* Zelfde schaduw als de button */
  border-radius: 25px;

}
aside img:hover {
  transform: scale(1.05); /* Vergroot de afbeelding lichtjes */
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3); /* Maakt de schaduw iets sterker */
}



aside{
  background-image: url('../afbeeldingen/achtergrond.avif');
  background-size:cover;
  height:970px;
  text-align: center;
  margin-bottom:100px;
 }


 


 .overmezelf {
  background-image: url('../afbeeldingen/zee12.jpg');
  background-size:cover;
  height:850px;
}





.overmezelf h2{
  font-size: 220px;
  font-family: 'GreatVibes-Regular';
  color: #ddd3ce;
  text-align: center;
  padding-top: 230px;
  transition: transform 0.3s ease, color 0.3s ease; /* zorgt voor vloeiende overgang voor beide */
}


.overmezelf h2:hover {
  transform: scale(1.1); /* wordt 10% groter */
  color: white; /* verandert naar wit */
}

.quotes{
  background-image: url('../afbeeldingen/banner.jpg');
  background-size: cover;
  height: 470px;

}

.quotes h2{
  font-size: 180px;
  font-family: 'GreatVibes-Regular';
  color: #dfccc4;
  text-align: center;
  padding-top: 130px;
  transition:transform 0.3s ease, color 0.3s ease;
}

.quotes h2:hover {
  transform: scale(1.1); /* wordt 10% groter */
  color: #f0e6e1; /* verandert naar wit */
}



.carriere{
  background-image: url('../afbeeldingen/career.jpg');
  background-size: cover;
  height: 520px;
}

.carriere h2{
  font-size: 195px;
  font-family: 'GreatVibes-Regular';
  color: #dfccc4;
  text-align: center;
  padding-top: 130px;
  transition:transform 0.3s ease, color 0.3s ease;
}

.carriere h2:hover {
  transform: scale(1.1); /* wordt 10% groter */
  color: #ffffff; /* verandert naar wit */
}



section img:hover {
  transform: scale(1.05);
}

section img{
  border-radius:40px;
}

section {
  margin:80px 50px 30px 50px;
  display: grid;
  gap:40px;
  grid-template-columns: repeat(4, 1fr); 
  border-radius: 40px;
}

section p{
 
  font-size: 18px;
  font-family: 'Poppins', 'Arial', sans-serif; /* mooier lettertype */
  line-height: 1.3;
}


section article {
  width: 100%;
  display: block;
  padding:30px 60px;
  border-radius:40px;
}

section article h2{
  font-size: 50px;
  font-family: 'BrightMarching-Regular';
  padding-bottom: 45px;
  padding-top: 22px;
  transition: transform 0.3s ease; 
  line-height: 1.3;
  }

 

section:first-of-type article,
section:nth-of-type(3) article {
 grid-row:1/2;
 grid-column:2/5;
 background-color: #f2e5e1;
}


section:first-of-type article:hover,
section:nth-of-type(3) article:hover,
section:nth-of-type(2) article:hover,
section:nth-of-type(4) article:hover {
  background-color: white; /* achtergrond verandert naar wit */
}

section:first-of-type img,
section:nth-of-type(3) img {
  width: 100%;
  display: block;
  border-radius:40px;
  transition:0.3s ease-in-out;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  object-fit: cover;
}

section:nth-of-type(2) article,
section:nth-of-type(4) article
 {
  grid-row:1/2;
  grid-column:1/4;
  background-color: #f9f0ee;
 }

 section:nth-of-type(2) img,
 section:nth-of-type(4) img {
  width: 100%;
  display: block;
  border-radius:40px;
  transition:0.3s ease-in-out;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  object-fit: cover;
 }


 @font-face {
  font-family: 'GreatVibes-Regular'; 
  src: url('../fonts/GreatVibes-Regular.ttf') format('woff2'),
       url('../fonts/GreatVibes-Regular.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}








main img:hover {
  transform: scale(1.05);
}
 
main {
  margin:60px 50px 30px 50px;
  display: grid;
  gap:30px;
  grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: repeat(2, 1fr); 
  border-radius: 40px;


}

main img {
  width: 100%;
  display: block;
  border-radius:40px;
  transition:0.3s ease-in-out;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
}







main > img:nth-child(1){
  grid-row:1/2;
  grid-column:1/2;
}


main > article:nth-child(2) {
  grid-row:1/2;
  grid-column:2/4;
  background-color: #f7ebe7;
  border-radius:40px;
  display: block;
  padding:20px 40px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease; 
}

main > article:nth-child(2):hover {

 background-color: #ffffff; /* verandert naar wit */
}

main > article:nth-child(2) h2{
  font-size:55px;
  font-family: 'GreatVibes-Regular';
  padding-top: 15px;
  padding-bottom: 20px;
}
main > article:nth-child(2) p{
    font-size: 18px;
    font-family: 'Poppins', 'Arial', sans-serif; /* mooier lettertype */
    line-height: 1.3;
  
}

main > img:nth-child(2){
  grid-row:1/2;
  grid-column:4/5;
}
main > img:nth-child(3){
  grid-row:2/3;
  grid-column:1/2;
}
main > img:nth-child(4){
  grid-row:2/3;
  grid-column: 4/5;
}
main > img:nth-child(5){
  grid-row:2/3;
  grid-column:2/4;
}


figure {
  display: grid;
  grid-template-columns: repeat(6, 16%);
  grid-template-rows: 250px;
  gap: 15px;
  margin: 100px 50px;
}

figure img:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

figure img:nth-child(4) {

  grid-column: 3 / 4;
  grid-row: 3 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(5) {
  grid-column:1 / 2;
  grid-row:3 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(6) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(7) {
  grid-column: 6 / 7;
  grid-row: 3 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(8) {
  grid-column: 5 / 6;
  grid-row: 3 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(9) {

  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(10) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(11) {
  grid-column: 4 / 5;
  grid-row: 2/ 3;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img:nth-child(12) {
  grid-column: 4 / 5;
  grid-row: 3 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}


figure img:nth-child(13) {
  grid-column: 5 / 7;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder vervorming */
  border-radius: 25px;
}

figure img {
  transition: 0.3s ease-in-out;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); /* Zelfde schaduw als de button */
}

figure img:hover {
  transform: scale(1.05); /* Vergroot de afbeelding lichtjes */
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3); /* Maakt de schaduw iets sterker */
}

footer {
  width: 100%;
  background-color: #f7ebe7;
  padding:50px;
  margin-top: 150px;
}

footer p {
  text-align: center;
  font-size: 23px;
}

footer p a {
  text-decoration: none;
  color:black;
}

@media only screen and (max-width: 480px) {
  
  #hoofd nav img {
    width:25%;
    float:right;
    margin-right:15px;
  }

  #hoofd nav li {
    float: none;
    display: block;
    margin: 47px auto;
  }

  #hoofd nav ul li a {
    font-size: 17px; /* of 18px of kleiner naar keuze */
  }

  #hoofd nav a {
    border-bottom: 2px solid rgb(0, 0, 0);
  border-radius: 0; /* zorgt voor rechte hoeken */
    text-decoration: none; /* verwijdert standaard onderstreping */
  margin-left: 10px;
  }

  #hoofd nav ul {
    margin-top: 40px;
  }

  #hoofd nav .hamburgericoon {
    border-bottom: none; /* Géén lijn onder hamburger */
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 10px; /* of hoeveel je maar wilt */
    margin-left: 10px; /* of hoeveel je maar wilt */
    font-size: 30px;
    border: none;
    display:block;
    float: left;
  }

  #hoofd .menudicht {
    display: none !important;
  }

  #hoofd header h1 {
    font-size:50px;
  }

  #hoofd aside h2 {
    font-size:70px;
    padding-top:100px;
  }

  #hoofd aside h3 {
    font-size:27px;
  }
  #hoofd aside img {
    width:88%;

  }


  #hoofd aside {
    background-image: url('../afbeeldingen/achtergrond.avif');
    height: 650px;
}



#hoofd .overmezelf {
  background-image: url('../afbeeldingen/zee12.jpg');
  height: 405px;
}

#hoofd .overmezelf h2 {
  font-size: 90px;
padding-top:80px;
}

  #hoofd section {
    display: grid;
    grid-template-columns: 1fr;
    gap:20px;
    margin:20px;
  }

  #hoofd section article {
    grid-column:1;
    grid-row:1;
   padding: 25px 25px 35px 25px;
  }

  #hoofd section img {
    grid-column:1;
    grid-row:2;
    width: 100%;
    display: block;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }


#hoofd .tekst{
  display:none;
}

#hoofd section article h2 {
  font-size: 38px;
  padding-bottom: 25px;
}

#hoofd section p {
  font-size: 15px;

}


#hoofd .quotes {

  height: 300px;
}

#hoofd .quotes h2 {
  font-size: 90px;
  padding-top: 90px;
}


#hoofd .quotes3 h3 {
  font-size: 38px;
}

#hoofd main {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 180px 180px 180px 180px 180px;
  gap: 10px;
  margin: 20px;
}


#hoofd main article {
  grid-row:2/5;
  grid-column:1/3;

}

#hoofd main p {
font-size:15px;
}

#hoofd main article {
  grid-row:1/3;
  grid-column:1/3;
}

main > img:nth-child(1) {
  grid-row:5/6;
  grid-column:2/3;
}

main > img:nth-child(3) {
  grid-row:3/4;
  grid-column:1/2;
}

main > img:nth-child(4) {
  grid-row:3/4;
  grid-column:2/3;
  
}

main > img:nth-child(5) {
  grid-row:4/5;
  grid-column:1/3;
}

main > img:nth-child(6) {
  grid-row:5/6;
  grid-column:1/2;
}
    

.carriere {
  height:200px;
}

.carriere h2 {
  font-size: 80px;
  padding-top: 67px;
}
    

.mindset h1 {
  font-size: 39px;
  padding-top: 50px;
  padding-bottom:5px;
}
  
#hoofd footer  {
  padding:20px;
}

#hoofd footer p {
  font-size: 15px;
}

#hoofd figure {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(7, 180px);
  gap: 10px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 27.2px;
}

figure img:nth-child(1){
  grid-column:1 / 3;
  grid-row:6 / 7;
}

figure img:nth-child(2){
  grid-row:4/6;
  grid-column:1/2;
}

figure img:nth-child(3){
  grid-row:3/4;
  grid-column:1/2;
}

figure img:nth-child(4){
  grid-row:3/4;
  grid-column:2/3;
}
figure img:nth-child(5){
  grid-row:7/8;
  grid-column:2/3;
}


figure img:nth-child(6){
  grid-row:3/4;
  grid-column:2/3;
}

figure img:nth-child(7){
  grid-row:7/8;
  grid-column:1/2;
}

figure img:nth-child(8){
  grid-row:5/5;
  grid-column:2/3;
}

figure img:nth-child(9){
  grid-row:4/5;
  grid-column:2/3;
}

figure img:nth-child(10){
  grid-row:1/2;
  grid-column:2/3;
}

figure img:nth-child(11){
  grid-row:1/2;
  grid-column:1/2;
}

figure img:nth-child(12){
  grid-row:3/4;
  grid-column:2/3;
}


figure img:nth-child(13) {
  grid-row:2/3;
  grid-column:1/3;
}

}