/* Sticky Header – Conversion-Optimierung */
#masthead.site-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
z-index: 9999 !important;
transition: box-shadow 0.3s ease, background-color 0.3s ease;
background-color: #fff !important;
}
#masthead.site-header.is-sticky,
#masthead.site-header.scrolled,
body.scrolled #masthead.site-header {
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
/* Body-Padding ausgleichen */
body {
padding-top: 72px !important;
}
@media (max-width: 768px) {
body {
padding-top: 60px !important;
}
}