/* ========== ALGEMENE TEKSTSTIJLEN ========== */
/* Basis kopteksten en paragrafen op de homepagina */

h1 {
  font-size: clamp(1.6rem, 1.8vw + 1rem, 2.8rem);
  color: #004d73;
  line-height: 1.25;
}

h2 {
  font-size: clamp(1.4rem, 1.4vw + 0.9rem, 2.2rem);
  color: #004d73;
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.2rem, 1.1vw + 0.7rem, 1.8rem);
  color: #004d73;
  line-height: 1.4;
}

h4 {
  font-size: clamp(1rem, 0.9vw + 0.6rem, 1.4rem);
  color: #004d73;
  line-height: 1.5;
}

p,
li {
  font-size: clamp(1rem, 0.6vw + 0.5rem, 1.15rem);
  line-height: 1.6;
}

/* Ruimte rondom secties op de home */
section {
  padding: 5rem 0;
}

/* Achtergrondkleuren per home-sectie */
.home-intro {
  background-color: #ffffff;
}

.home-fotos-over {
  background-color: #f8fcff;
  border-top: 1px solid #cad5df;
  border-bottom: 1px solid #cad5df;
}

.home-voorzieningen {
  background-color: #ffffff;
}

.home-cta {
  background-color: #f8fcff;
  padding: 2rem 0 0rem;
  border-top: 1px solid #cad5df;
}

/* Primair blauw, aansluitend op je merk */
.bg-primary {
  background-color: #0077b6 !important;
}
