/* Desktop: einheitliche Überschriften-Größen (überschreibt Kadence-Inline/Block-Varianten) */
@media (min-width: 1024px) {
  main h1 {
    font-size: 2rem !important; /* 32px */
    line-height: 1.25 !important;
  }

  main h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  main h3 {
    font-size: 1.2rem !important; /* ~19px */
    line-height: 1.35 !important;
  }

  /* FAQ/Geo-Nav: gleiche H3-Stufe */
  main .sd-naehe h3 {
    font-size: 1.2rem !important;
    line-height: 1.35 !important;
  }
}
