/* Größere Abstände oberhalb von Überschriften */
h1, h2, h3, h4, h5, h6 {
margin-top: 2em !important;
}
/* Spezifische Anpassungen für verschiedene Überschriften */
h1 {
margin-top: 3em !important;
}
h2 {
margin-top: 2.5em !important;
}
h3 {
margin-top: 2em !important;
}
/* Für Block-Editor Überschriften */
.wp-block-heading {
margin-top: 2em !important;
}
/* Erste Überschrift im Container ohne zusätzlichen Abstand */
.wp-block-group > h1:first-child,
.wp-block-group > h2:first-child,
.wp-block-group > h3:first-child,
.wp-block-group > .wp-block-heading:first-child {
margin-top: 0 !important;
}
