body {
  font-family: Arial;
  margin: 0;
  color: #333;
}

/* HEADER */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background: #121212;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.logo {
  width: 150px;
}

nav a {
  margin: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* HERO */
.hero {
  background: url("images/test afbeelding.jpg") center/cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.hero {
  height: 50vh;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero {
  transition: background-image 2s ease-in-out;
}

/* BUTTON */
.btn {
  display: inline-block;
  background: #FFD16F;
  color: white;
  padding: 12px 50px;
  margin: 25px;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 5px;
}

/* SERVICES */
.services {
  padding: 40px;
  text-align: center;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  width: 250px;
}

.card img {
  width: 100%;
  border-radius: 10px;
}

/* CTA */
.cta {
  background: #121212;
  color: white;
  text-align: center;
  padding: 40px;
}

/* PAGE */
.page {
  padding: 40px;
}

/* FORM */
.form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.form input, .form textarea {
  margin-bottom: 10px;
  padding: 10px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  background: #f1f1f1;
}

.choice-container {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 40px;
}

.choice-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 200px;
  overflow: hidden;
  text-decoration: none;
}

.choice-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 0px;
  text-align: center;
}

.choice-card:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.card {
  width: 250px;
  text-decoration: none;
  color: black;
  text-align: center;
  transition: 0.3s;
}

.card img {
  width: 100%;
  border-radius: 10px;
}

.card:hover {
  transform: scale(1.05);
}

.story-section {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-content {
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  border-radius: 10px;
}

/* MOBIEL */
@media (max-width: 768px) {

  .header {
    flex-direction: column;
  }

  nav {
    display: flex;
    flex-direction: column;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .choice-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 28px;
  }

}

.story-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.bg-slide.active {
  opacity: 1;
}


.story-content {
  position: relative;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 30px;
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
}

/* HERO CENTREREN */
.hero {
  height: 50vh;
  display: flex;
  justify-content: center;   /* horizontaal midden */
  align-items: center;       /* verticaal midden */
  text-align: center;
  background-size: cover;
  background-position: center;
}

/* TEKST BLOK */
.story-content {
  background: rgba(0,0,0,0.6);
  padding: 30px;
  border-radius: 10px;
  color: white;
}


/* BASIS STORY SECTION */
.story-section {
  position: relative;
  min-height: 80vh; /* hoogte van sectie */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SEMI-TRANSPARANT TEKSTBLOK */
.story-content {
  background: rgba(0,0,0,0.6);
  padding: 30px;
  border-radius: 10px;
  color: white;
  max-width: 800px;
  text-align: center;
}

/* 10px SCHEIDINGS LIJN */
.story-section.with-divider {
  position: relative;
  padding-bottom: 10px;
}

.story-section.with-divider::after {
  content: "";
  display: block;
  height: 10px; /* dikte van de lijn */
  background-color: #121212; /* pas dit aan naar de kleur van je header */
  width: 100%;
  position: relative;
  top: 0;
}

/* DIVIDER LIJN */
.divider {
  height: 10px;                   /* dikte van de lijn */
  background-color: #121212;      /* vervang door de kleur van je header */
  width: 100%;
}


/* SPECIFIEK VOOR OVER ONS PAGINA */
.overons-section {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* 50% DONKERE OVERLAY */
.overons-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* 50% shade */
  z-index: 1;
}

/* ZORG DAT TEKST ERBOVEN LIGT */
.overons-section .story-content {
  position: relative;
  z-index: 2;
}


/* SPECIFIEK VOOR PARTICULIER PAGINA */
.particulier-section {
  position: relative;
}

/* 50% OVERLAY (MATCH MET OVER ONS) */
.particulier-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* EXACT 50% */
  z-index: 1;
}

/* ZORGT DAT TEKST ERBOVEN KOMT */
.particulier-section .story-content {
  position: relative;
  z-index: 2;
}