/* UNIVERSAL – funktioniert bei fast ALLEN WordPress Themes */
header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}
.site-header,
#site-header,
#header,
#masthead,
.top-bar,
.navbar,
#main-header,
.elementor-location-header,
.fl-page-header,
.et-l--header,
.oceanwp-header,
.ast-header-break-point,
.ast-primary-header-bar,
.wp-block-template-part {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: inherit;
}
body { padding-top: 0px !important; }
header,
.site-header,
#site-header,
.navbar,
#masthead {
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
