.geschiedenis {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: var(--font-body);
  color:  #003366;
  position: relative;
  z-index: 2;
  text-align: left;
}
.geschiedenis h1 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 2rem;
}

.geschiedenis h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  color: var(--kleur-accent-dark);
  text-align: left;
}

/* === Foto naast tekst === */

.foto-tekst-blok {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.historische-foto {
  flex: 1 1 250px;
  margin: 0;
}

.historische-foto img {
  width: 100%;
  height: auto;
  display: block;
}

.historische-foto figcaption {
  display: block;
  font-style: italic;
  font-size: 0.75rem;
  color: #555;
  margin-top: 0.2rem;
  text-align: center;
}

.historische-tekst {
  flex: 1;
  min-width: 200px;
}

/* === Mobielvriendelijk === */

@media (max-width: 700px) {
   .foto-tekst-blok {
    flex-direction: column;
    align-items: center;
  }

  .historische-foto,
  .historische-tekst {
    width: 70%;
  }

  .historische-foto img {
    max-width: 100%;
  }
}
