/* TOPFORM 051d – kompakter vertikaler Rhythmus
   Ausschließlich Abstände zwischen CMS-Inhaltsblöcken.
   Keine Breiten, Farben, Hinterlegungen oder Schriftgrößen. */

.public-body main.cms44-page .tf-page-section {
  padding-top: clamp(2rem, 3.2vw, 3rem) !important;
  padding-bottom: clamp(2rem, 3.2vw, 3rem) !important;
}

/* Etwas mehr Raum vor Abschluss-CTA und Formular, ohne den Grundrhythmus zu brechen. */
.public-body main.cms44-page .tf-page-section.cms44-cta,
.public-body main.cms44-page .tf-page-section.cms44-form-section {
  padding-top: clamp(2.5rem, 4vw, 3.75rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem) !important;
}

.public-body main.cms44-page .tf-page-section + .tf-page-section {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  .public-body main.cms44-page .tf-page-section,
  .public-body main.cms44-page .tf-page-section.cms44-cta,
  .public-body main.cms44-page .tf-page-section.cms44-form-section {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}
