

.jubileum {
  max-width: 960px;
  margin: 0 auto;
  padding: 0.4rem 2rem 3rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 2px 4px 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;
}
.jubileum p,
.jubileum ul,
.jubileum h2,
.jubileum figure,
.jubileum .fotoalbum-link {
  margin-block: 1.5rem;
}

.jubileum h1 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 2rem;
}

.jubileum h2 {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: var(--kleur-accent-dark);
  text-align: left;
}

.jubilarissen-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 0.5rem;
}

.lijn {
  width: 50%;
  height: 4px;
  background-color: #f2c94c;
  border-radius: 2px;
}

/* === Foto naast tekst === */

.foto-tekst-blok {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.jubileum-foto {
  flex: 1 1 250px;
  margin: 0;
}

.jubileum-foto img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* === Onder de foto ===*/
.jubileum-foto figcaption {
  display: block;
  font-style: italic;
  font-size: 0.75rem;
  color: #555;
  margin-top: 0.2rem;
  text-align: center;
}

.jubileum-tekst {
  min-width: 200px;
   margin-top: 2rem;
  margin-bottom: 2rem;
}

/* === 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%;
  }
}
.hero-side.jubileum {
  background-image: url('/img/ton-sur-ton-confetti.svg');
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.2;
}


/* === Foto op jubileumpagina === */
.jubileum-foto {
  max-width: 480px;
  margin: 2rem auto;
  text-align: center;
}

.jubileum-foto img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.jubileum-foto figcaption {
  font-style: italic;
  margin-top: 0.5rem;
  color: #666;
}

/* === Albumpagina layout === */
.foto-album {
  margin-top: 3rem;
}

.album-header {
  text-align: center;
  margin-bottom: 2rem;
}

.album-cover {
  width: 200px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 6px;
}

.album-grid img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.album-grid img:hover {
  opacity: 1;
}
