/* Anpassung ThomasG 251201 */

#sp-header.header-sticky {
    background: #0099dbf0;
}
body:not(.home) #sp-header {
    background: #0099dbf0;
    position: relative;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { color: #fff; font-weight: bold; }
.sp-megamenu-parent>li.active>a { color: #cc0000cc; }
.sp-megamenu-parent>li:hover>a { color: #cc0000cc; } 
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a { color: #cc0000cc; }

.fab { color: #fff; }

/* Menü ausblenden unter 1600px */
@media ( max-width: 1600px) {
  nav>ul.d-none { display: none !important; }
}

#slider { margin-top: 0 !important; }
