/* Aanvullingen op de originele template-CSS voor de statische versie van de site */

/* Lightbox (vervangt de Joomla JCE Mediabox voor de statische site) */
.wf-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(54, 28, 1, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.wf-lightbox-overlay img {
  max-width: 100%;
  max-height: 90vh;
  box-shadow: 0 0 30px rgba(0,0,0,.5);
  border-radius: 2px;
}
.wf-lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  font-family: Arial, sans-serif;
  opacity: .85;
}
.wf-lightbox-close:hover {
  opacity: 1;
}

/* Contactformulier-opmerking (statische site heeft geen backend) */
.form-note {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

/* Kleine fix: content-area mag niet buiten zijn kolom lopen op mobiel */
#content-area img {
  max-width: 100%;
  height: auto;
}
.fotoreeks img {
  max-width: 100%;
}

/* Praktisch-blok (fact box) - kleur/opmaak zoals origineel */
.praktisch {
  clear: left;
}
