/* ============================================================
   Nørman — één typografische schaal voor de hele site.

   Overschrijft alle bestaande lettergroottes (637 font-size-regels
   in de SiteManager-CSS, geen daarvan met !important).
   Letterfamilies en kleuren blijven ongemoeid: hier staat
   bewust geen font-family en geen color.

   Schaal:  tekst 17/1,6 · H1 40 · H2 28 · H3 21 · menu+knoppen 15
   Onder 768px: alles ~15% kleiner.
   ============================================================ */

/* --- 1. lopende tekst ------------------------------------- */
body,
body p, body li, body dd, body dt, body td, body th,
body blockquote, body figcaption, body address, body label,
body span, body div, body a,
body input, body textarea, body select {
  font-size: 17px !important;
  line-height: 1.6 !important;
}

/* --- 2. koppen -------------------------------------------- */
body h1 { font-size: 72px !important; line-height: 1.2  !important; }
body h2 { font-size: 28px !important; line-height: 1.25 !important; }
body h3 { font-size: 21px !important; line-height: 1.35 !important; }
body h4, body h5, body h6 { font-size: 17px !important; line-height: 1.6 !important; }

/* inline-elementen in koppen volgen de kop, niet de tekstmaat */
body h1 *, body h2 *, body h3 *,
body h4 *, body h5 *, body h6 * {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* --- 3. menu en knoppen ----------------------------------- */
body .s-menu a,
body nav a,
body .s-btn,
body button,
body input[type="submit"],
body input[type="button"] {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

/* --- 4. onder 768px: alles ~15% kleiner ------------------- */
@media (max-width: 767px) {
  body,
  body p, body li, body dd, body dt, body td, body th,
  body blockquote, body figcaption, body address, body label,
  body span, body div, body a,
  body input, body textarea, body select {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  body h1 { font-size: 61px !important; }
  body h2 { font-size: 24px !important; }
  body h3 { font-size: 18px !important; }
  body h4, body h5, body h6 { font-size: 14.5px !important; }

  body .s-menu a,
  body nav a,
  body .s-btn,
  body button,
  body input[type="submit"],
  body input[type="button"] {
    font-size: 13px !important;
  }
}

/* Lokveld tegen bots: buiten beeld, buiten de tabvolgorde en onzichtbaar voor
   schermlezers. Een bot leest de HTML en vult het in, een mens komt er nooit bij. */
.hp-veld{position:absolute!important;left:-9999px!important;top:auto!important;
  width:1px!important;height:1px!important;overflow:hidden!important}
