@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");

/* Algemene opmaak */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
     background: linear-gradient(to bottom, #000000, #000000, #000000, #000000);
    background-size: 100% 400%;
    animation: gradientFade 50s ease infinite;
    background-color: #000000;
    font-family: "Raleway", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
     position: relative;   /* voeg dit toe */
  z-index: 0;   
}

main{
    display: flex;
    background: #000000;
    flex-direction: column;
    justify-content: center; /* Centraal op het scherm */
    align-items: center;
    padding: 100px 0px;
    max-width: 100vw;
}
iframe{
    display: block;
    margin-bottom: 200px;
}
.container {
    margin-top: 300px;
    width: 70%;
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.info-titel {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    transition: color 0.3s;
}
p {
    font-size: 18px;
    color: white;
}
.footer {
    width: 100%;
    background: none;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: auto;
}
.bijdrage-container {
    margin-top: 20px;
    text-align: center;
}

.bijdrage-container h3 {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

.bijdrage-container p {
    font-size: 18px;
    color: white;
    margin: 5px 0;
}
/* Responsieve opmaak */
@media screen and (max-width: 768px) {
    .container {
        width: 90%;
        padding: 15px;
    }

    .info-titel {
        font-size: 20px;
    }
}

.info-secties {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; 
    margin-top: 20px;
    width: 100%;
}

.sectie {
    background-color: #f4f7fc; 
    padding: 15px;
    margin: 10px;
    width: 60%; 
    border-radius: 8px;
    text-align: center;
    height: 170px;
}

.sectie h3 {
    color: #003366;
    margin-bottom: 10px;
}
.supersigma{
  color: #003366;
}
.supersigma:hover{
  color: #2976c4;
  text-decoration: underline;
}
.sectie a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 0;
}

.sectie a:hover {
    text-decoration: underline;
}
.info-btn {
    background-color: #003366;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 5px;
}

.info-btn:hover {
    background-color: #002244;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Twee kolommen */
    gap: 20px; /* Ruimte tussen de divs */
    margin-top: 20px;
}

/* Standaard styling voor de vakken */
.vak {
    height: 300px; /* Statische hoogte voor de vakken */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;    
}
.vak.rechts-boven:hover{
    transform: scale(1.01);
}
.vak.links-boven:hover{
    transform: scale(1.01);
}
/* Breedte div (iframe) krijgt de volledige breedte van de container */
.vak.onderaan {
    grid-column: span 2;  /* Span over beide kolommen */
    height: auto;          /* Flexibele hoogte */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.vak.rechts-boven {
    background-image: url(/images/c58a4281-6e46-4448-a689-d3fc2913e13e.png);
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div vult */
    background-position: center; /* Centreert de afbeelding in de div */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
}
.froto {
    height: 80px;
    width: 100%;
  }
/* Styling voor de iframe binnen de breedte div */
.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 verhouding voor de iframe */
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
} 

.container {
    width: 90%;
    max-width: 1200px;
}
.about {
  padding: 30px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 10px;
  margin: 200px;
  margin-top: 100px;
  transition: 0.2s all;
}

.about header {
  font-size: 2rem;
  color: white;
}

.about header h1 {
  text-align: left;
}

.about .info-titel {
  font-family: "Raleway";
  font-weight: 180;
  letter-spacing: 2px;
  word-spacing: 3px;

  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.about aside {
  width: 300px;
  background-color: black;
  padding: 20px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  top: 25%;
  border-radius: 10px 0 0 10px;
}

.about h4 {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.about section {
  margin-bottom: 20px;
  padding: 20px;
  color: white;
}

.about ul {
  margin-left: 40px;
}

.about a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.about .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.about .item {
  background: #000000;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(84, 84, 84, 0.668);
}

.about .item:hover {
  box-shadow: 0 0 50px 5px rgba(84, 84, 84, 0.668);
  transform: scale(1.01);
}

.about .Photo-Item img {
  width: 100%;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0.5rem 0;
  padding: 0 1rem;
}

.intro .column {
  flex: 1;
  margin: 0 0.5rem;
}

.intro .column-1 {
  max-width: 45%;
}

.intro .column-2 {
  max-width: 55%;
}

.intro .column-2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

/* ✅ Responsive styles - DRY (Don't Repeat Yourself) version */

/* Max-width 1440px and below */
@media screen and (max-width: 1440px) {
  .parallax {
    background-position: left !important;
  }
  .about,
  .about section {
    margin: 20px 10px;
    padding: 15px;
    font-size: 1rem;
  }

  .about header {
    font-size: 1.5rem;
    text-align: center;
  }

  .about h2 {
    font-size: 1.2rem;
  }

  .about aside {
    position: relative;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 20px;
    top: auto;
    right: auto;
  }

  .footer {
    font-size: 0.9rem;
    padding-top: 5px;
  }
}

/* Max-width 768px and below - additional tweaks */
@media screen and (max-width: 768px) {
  .intro {
    flex-direction: column;
    padding: 0 0.5rem;
  }

  .intro .column-1,
  .intro .column-2 {
    max-width: 100%;
    margin: 0.3rem 0;
  }

  .scroll-field .scroll-container {
    height: 350px;
  }

  .intro .column-2 img {
    height: 350px;
  }

  .scroll-field h2 {
    font-size: 1.5rem;
  }

  .scroll-field p,
  .scroll-field ul {
    font-size: 1.1rem;
  }
}

/* Max-width 600px and below - only override if different */
@media screen and (max-width: 600px) {
  /* Als hier iets specifieks moet worden aangepast, voeg toe */
}
