/* Anpassung ThomasG 251201 */

#sp-header.header-sticky {
    background: #0099dbf0;
}
body:not(.home) #sp-header {
    background: #0099dbf0;
    position: fixed !important;
  	animation: none !important;
  	height: 50px !important;
}
#sp-header .logo { height: inherit !important; }

.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; }

body:not(.com-sppagebuilder) #sp-section-2 { margin-top: 8em; }

/* Suche ausblenden unter 1600px */
@media ( max-width: 1600px) {
  #nav>ul.d-none { display: none !important; }
  #sp-menu>div>div:nth-child(2) { display: none !important; }
}
/* Menü ausblenden unter 1290px */
@media ( max-width: 1290px) {
  nav>ul.d-none { display: none !important; }
  ##sp-menu>div>div:nth-child(2) { display: none !important; }
  #slider { padding: 1em 0 !important; }
  #slider .sppb-row-container { max-width: 98% !important; }
  #slider .sppb-btn { font-size: .875em !important; margin-top: .5em; }
}
@media ( max-width: 800px) {
  #slider .spp-btn { }
}

#slider { margin-top: 0 !important; height: 47.1vw; padding: 3em 0 !important; background-position: 50% 50px !important; }
#slider .sppb-row-container { height: 100%; display: flex; justify-content: flex-end; max-width: 100% !important; }
#slider .sppb-row { display: flex; align-items: end; }
#slider .sppb-btn { width: 12em; margin-top: .8em; padding: .4em .8em; text-align: right; opacity: .85; }