﻿.sppb-form-check-label a {
    color: #ec0a11 !important;
}

.sppb-addon-form-builder .sppb-form-check-label::before {
    border: 2px solid #ec0a11;
}

a:hover, a:focus, a:active {
    color: #fff !important;
}

/* TOP BAR */
#sp-top-bar {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #fff;
}

#sp-top-bar .topbar-inner {
    padding: 0 15px;
}

/* HEADER BASIS (KEIN RAHMEN HIER!) */
#sp-header {
    background: none;
    height: auto;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    z-index: 99;

    animation: spFadeIn .5s;
}

/* STICKY */
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 9999;

    background: transparent;
    animation: spFadeInDown .5s;
}

#sp-header.header-sticky #sp-top-bar {
    backdrop-filter: blur(10px);
}

.header-box {
    padding: 10px 20px;

    border: 2px solid white;
    border-radius: 25px;

    background: rgb(255 255 255 / 0.07);
    backdrop-filter: blur(10px);

    transition: all 0.3s ease;
}

/* STICKY EFFEKT */
#sp-header.header-sticky .header-box {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* LOGO */
.logo-image,
.header-sticky .logo-sticky {
    height: 80px !important;
    margin-top: 0 !important;
}

/* MENU */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    line-height: 100px; /* angepasst wegen header-box */
    font-size: 20px;
    margin: 0;
}

.sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
    color: #ec0a11;
}

.sp-megamenu-parent > li.active > a {
    color: #fff;
}

.sp-megamenu-parent > li.active > a::before {
    content: "\f436"; /* fa-bowling-ball */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* wichtig für solid icons */
    margin-right: 8px;
    color: #ec0a11;
}

/* LINKS */
#sp-top-bar a {
    color: inherit;
    text-decoration: none;
}

#sp-top-bar a:hover {
    opacity: 0.7;
}

.burger-icon > span {
    background-color: #fff;
}

.offcanvas-menu {
    width: 350px;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -350px;
}

.icons .sppb-addon-title {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* Abstand zwischen Icon und Text */
}

.icons .sppb-addon-title-icon {
    flex: 0 0 auto;
    margin-top: 3px; /* optional für bessere Ausrichtung */
}

@media (max-width: 1100px) {
    #sp-top-bar {
        display: none;
    }
    #sp-header.header-sticky .logo-sticky {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .header-box {
        padding: 0;

        border: 2px solid white;
        border-radius: 25px;

        background: rgb(255 255 255 / 0.07);
        backdrop-filter: blur(10px);

        transition: all 0.3s ease;
    }
}

@media (max-width: 992px) {
    .sp-contact-time {
        display: block !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
}

@media (max-width: 576px) {
    #sp-header {
        margin-top: 5px;
    }
    #sp-footer1, #sp-footer2 {
        text-align: center !important;
        margin: 15px 0;
    }
}

@media (max-width: 1273px) {
    .sp-megamenu-parent > li > a {
       font-size: 16px;
    }
}