body {
  background-color: black;

}



.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    ". emial emial emial . . . . . . . navbar navbar navbar"
    ". . . . . . . . . . . . . ."
    ". . titel titel titel titel titel titel titel titel titel titel . ."
    ". . onder-titel onder-titel onder-titel onder-titel onder-titel onder-titel onder-titel onder-titel onder-titel onder-titel . ."
    ". . . . . . . . . . . . . ."
    ". . figuren figuren . . . . . . figuren1 figuren1 . ."
    ". . figuren figuren . . . . . . figuren1 figuren1 . ."
    ". . . . . . . . . . . . . ."
    ". . . tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 . . ."
    ". . . tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 . . ."
    ". . . tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 . . ."
    ". . . tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 tegel-1 . . ."
    ". . . . . . . . . . . . . ."
    ". . . tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 . . ."
    ". . . tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 . . ."
    ". . . tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 . . ."
    ". . . tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 tegel-2 . . ."
    ". . . . . . . . . . . . . .";
}

.emial {
  grid-area: emial;
  color: red;

  margin-top: 20px;
}

.navbar {
  grid-area: navbar;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  margin-top: 20px;
  color: white;
}


.titel {
  grid-area: titel;
  color: red;
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.onder-titel {
  grid-area: onder-titel;

  color: white;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 30px;
  padding-top: 10px;
}

.figuren {
  grid-area: figuren;
}

.figuren1 {
  grid-area: figuren1;
}

.tegel-1 {
  grid-area: tegel-1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  justify-self: center;
  width: 550px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  transition: 1s ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.tegel-2 {
  grid-area: tegel-2;
  background-image: url(/img/wp5102664.webp);
  display: flex;
  justify-self: center;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-between;
  width: 550px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  transition: 1s ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);

}




.Contactnav {
  display: flex;
  flex-direction: row-reverse;
  text-decoration: none;
  color: white;

}

.Home {

  display: flex;
  flex-direction: row-reverse;
  text-decoration: none;
  color: white;
}

.project {

  color: white;
  text-decoration: none;


}

.tegel-1d {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
  font-size: 20px;
  width: 150px;
  height: 100px;
  align-items: stretch;
  padding-left: 2vh;

}

.datum {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 20px;
  font-size: 20px;
  padding-top: 5px;
  padding-right: 69px;
  width: 153px;

}

.logo_ijselmeervogels1 {
  width: 30px;
  height: 30px;
}

img {
  display: flex;
  padding-top: 10px;
  width: 200px;
  height: 100px;
  position: relative;
  left: 50vh;
  bottom: 13vh;

}

.foto1 {
  display: flex;
  width: 100px;
  height: 100px;


}

.tegel-2d {
  display: flex;
  flex-direction: column;
  padding-left: 1vw;
  width: 75vh;
}

.tegel-2:hover {}

.link1 {
  color: black;
  text-decoration: none;
  padding: 3px 3px;
  padding-left: 20px;
  width: 50px;
  height: 30px;
  background-color: red;
  position: relative;
  top: 3vh;
  border-radius: 5px;
}

.Project {
  width: 170px;
  font-size: 20px;

}

.link2 {
  font-size: 20px;
  text-decoration: none;
  padding: 2px 2px;
  background-color: red;
  position: relative;
  top: 0vh;
  padding-left: 3vh;
  color: black;
  width: 50px;
  height: 25px;
  margin-left: 2vh;
  border-radius: 5px;


}

.tegel-1:hover {
  transform: scale(1.7);
}

.tegel-2:hover {
  transform: scale(1.7);
}

li:hover {
  color: red;
}

.nav {
  position: relative;
  background-color: #333;
  padding: 10px;
  display: none;
}

.menu {
  display: none;
  /* Verberg menu standaard */
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #444;
  z-index: 1000;
}

.menu.show {
  display: flex;
  /* Toon menu bij "show"-klasse */
}

.menu a {
  padding: 10px;
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
}

.menu a:hover {
  background-color: #555;
}

.menu-toggle {
  display: block;
  /* Toon hamburger op alle schermen */
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .menu {
    display: flex;
    /* Toon menu standaard op grotere schermen */
    position: static;
    flex-direction: row;
  }

  .menu-toggle {
    display: none;
    /* Verberg hamburger op grotere schermen */
  }
}


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

  html,
  body {
    overflow: hidden;
    /* Schakel alle scrollfunctionaliteit uit */
    margin: 0;
    /* Verwijder ongewenste marges */
    width: 100%;
    height: 120%;
    /* Zorg dat de breedte gelijk is aan de viewport */

  }


  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
  }

  .nav {
    display: flex;
    grid-area: 1 / 1 / 2 / 9;
    height: 4vh;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  .emial {
    grid-area: 1 / 1 / 2 / 5;
    padding-left: 1vw;
    display: none;
  }

  .navbar {
    grid-area: 1 / 3 / 2 / 9;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;

    position: relative;
    left: 10vw;
    display: none;
  }

  .titel {
    grid-area: 2 / 1 / 3 / 9;
    font-size: 7vw;
    position: relative;
    left: 0;
    display: block;
    padding-left: 10vw;
  }

  .onder-titel {
    grid-area: 3 / 1 / 4 / 9;
    display: block;
    font-size: 5.8vw;
    padding-left: 1vw;
    position:
      relative;
    bottom: 10vw;
  }

  .tegel-1 {
    grid-area: 4 / 1 / 6 / 9;
    display: flex;
    width: 80vw;
    justify-self: start;
    position: relative;
    left: 10vw;
    bottom: 15vw;

  }

  .tegel-2 {
    grid-area: 6 / 1 / 8 / 9;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 10vw;
  }

  .footer {
    grid-area: 8 / 1 / 9 / 9;
  }


  a {
    padding-left: 1vw;
  }

  .tegel-1:hover {
    transform: scale(1.0);
  }

  .tegel-2:hover {
    transform: scale(1.0);
  }

  .tegel-2d {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu {
    display: none;
    /* Verberg menu standaard */
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #333;
    padding: 10px 0;
    z-index: 1000;
  }

  .menu.show {
    display: flex;
    /* Toon menu als "show" aanwezig is */
    flex-direction: column-reverse;
    height: 100px;
  }

  .menu a {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    color: white;
    text-decoration: none;
  }

  .menu a:hover {
    background-color: #444;
  }

  .menu-toggle {
    display: block;
    /* Toon de hamburgerknop */
    cursor: pointer;
  }
}