
@import url('https://fonts.googleapis.com/css2?family=Rock+3D&display=swap');

* {
    font-family: 'Quicksand', sans-serif;
    margin-top: 0px;
    box-sizing: border-box;
}

html, body{
  background-color: #f5ede6 ;
  height: 100%;
  margin: 0px 1px 8px 0px;
}

/* HEADER */

header {
    position: fixed;
    margin-left: 0px;  
    min-width: 100%;
    z-index: 9999;
}

.naam {
    font-family: "Rock 3D", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    text-shadow: 5px 1px 5px rgb(207, 203, 203);
    text-align: center;

    background-image: url(./Media/25842.jpg) ;
    background-size: cover;

    color: #ddd2d2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px 0px 0px 0px;
    border: 1,5px groove black ;   
}

.dropdown {
    position: relative;
    
  }

.menu {
    list-style: none;
    text-decoration: none;
    display: none;
    flex-direction: column;
    position: sticky;
    margin-top: 10px;
    border: 2px solid #000000;
    background-color:#2a2a2a;
    padding: 2px;
    width: 40% ;
}


.menu li a {
    color: white;   
    font-size: medium;
}

.menu li a:hover {
    background-color: rgba(49, 47, 47, 0.89);    
}

  
.menu-icon {
    padding: 3px 10px 6px 10px;
    background-color:#000000;
    color: #e3dfde;
}

#menu-toggle {
    display: none;
}

#menu-toggle:checked + .menu-icon + .menu {
    display: flex;
}
  

a {
    text-decoration:none;
    color: rgba(2, 2, 2, 0.605);
}

a:active {
  color: red;
}



/* HOME */
.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news a {
 display: block;
}

.news img {
  display: block;
}

.nieuws_poster {
  display: block;
  max-width: 95%;
  border-radius: 50px;
  border-style:groove;
  border-color: black;  
  margin: 0px 4px 10px 8px;
}

.auditie_link {
  color: #792222;
  text-align: center;
  font-size: large;
}



/* OPMAAK FOTO home + media */

.foto-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 0px 0px 100px 0px;
}


.foto-home img {
    width: 100%; 
    height: auto; 
    border-radius: 50px;
    border-style: dotted;
    border-color: black;  
}

img {
  max-width: 100%;
  min-width: 80%;
  padding: 20px 20px 20px 20px;
}

.foto-galerij {
  display: flex;
}

picture {
  width: 90%;
}

/*MEDIA*/

video {
  width: 80vw;
  height: auto;
  padding: 5px;
  border-radius: 20px;
  border: 1px rgb(0, 0, 0);
  border-style: ridge;
  margin: 3px 3px;
  background-color: black;
}

.foto-home iframe {
    width: 80vw;     
    max-width: 1280px; 
    aspect-ratio: 16 / 9;  
    padding: 5px;
    border-radius: 20px;
}




/* OPMAAK TEKST */
p {
    margin: 20px 20px 0px 20px;
    padding-bottom: 10px;
    text-align: center;
}

h1, h2 {
    padding-top: 180px;
    margin-left: 20px;
}

h3, h4 {
  margin-left: 20px;
}

span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/* ABOUT */
.about-helft {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;   
}



/* FOOTER */

footer { 
  background-color: #000000;
  padding: 20px; 
  font-size: 0.9em;
  color: whitesmoke;
  display: flex;
  min-width: 100%;
  margin-right: -8px;
  bottom: 0;
}



/* CONTACT*/

table {
  margin-bottom: 100px;
  border: 4px dotted #000000;
  padding: 10px;
  background-color: #dddddd;
}

/* CONTACT */

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 60vw;
    padding: 100px;
}



/* DESKTOP */
@media (min-width: 1200px){

  /* TEKST */

  h1, h2 {
    padding-top: 200px;
    margin-left: 20px;
  }

  /* OPMAAK ABOUT */
   .intro_home {
    max-width: 40vw;
    font-size: 1rem;
    text-align: left;
    padding: 20px;  
    background-color: #3b303090;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-style: ridge;
  }


  /* OPMAAK HOME */

  .intro_center {
    max-width: 40vw;
    font-size: 1rem;
    text-align: center;
    margin-left: 28vw;
  }

  .foto-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding-bottom:100px ;
    padding-left: 15px;
  }

  .naam {
     font-size: 3.5rem;
  }

  /* opmaak foto + video */

  img {
    max-width: 33%;
    min-width: 20%;
    padding: 20px 20px 20px 20px;
  }
 
  .foto-home img {
    width: 30%;
    max-width: 100%;
    height: auto;
    margin: 10px;
  }

  video {
    width: 40vw;
    height: auto;
    padding: 5px;
  }

  .foto-home iframe {
    width: 40vw;     
    max-width: 1280px; 
    aspect-ratio: 16 / 9;  
    padding: 5px;
  }

  figure {
    padding-left: 4vw;
  }

  .foto-home:first-of-type iframe {
    width: 65vw;
  }


  /* MENU DESKTOP*/
  .menu-icon {
    display: none;
  }

  .menu {
    display: flex;
    flex-direction: row;
    background-color:rgba(49, 47, 47, 0.89);
    justify-content: space-between;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px ;
    margin-top: 10px;
    gap: 20px;
  }

  .menu li a {
    border: none;
    color: white;
    padding: 0.5rem 1rem;
  }

  
  
  /* nieuws */
  .nieuws_poster {
    max-width: 28%;
    border-radius: 50px;
    border-style:groove;
    border-color: black;  
    margin: 0px 4px 10px 8px
  }


  input[type="text"],
  input[type="email"],
  input[type="number"],
  textarea,
  select {
        width: 40vw;
        padding-bottom: 20px;
  }

  /* TIPS LAY-OUT */

  ol li{
    padding: 0px 4vw 0px 4vw;
  }

}


/* TABLET */
@media (min-width: 700px){

  /* MENU */
  .menu-icon {
    display: none;
  }

  .menu {
    display: flex;
    flex-direction: row;
    background-color:rgba(49, 47, 47, 0.89);
    justify-content: space-evenly;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    gap: 20px;
  }

  .menu li a {
    border: none;
    color: white;
    padding: 0.5rem 1rem;
  }

  .naam {
     font-size: 3rem;
  }

  h3 {
    margin-top: 20px;
  }

  /* CONTACT */

  input[type="text"],
  input[type="email"],
  input[type="number"],
  textarea,
  select {
        width: 40vw;
        padding-bottom: 20px;
  }

}




