/* ===== HEADER ===== */
.header,
.container-header,
nav.navbar,
.navbar {
    background-color: #ffffff !important;
    background-image: none !important;
    position: relative !important;
    min-height: 110px !important;
}

.navbar-brand,
.brand-logo {
    background-color: #ffffff !important;
}

/* ===== BANNER-BILD oben rechts ===== */
.container-banner {
    position: absolute !important;
    right: 15px !important;
    top: 5px !important;
    z-index: 999 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.container-banner img {
    max-height: 110px !important;
    width: auto !important;
}

/* ===== LINKS goldfarben ===== */
a, .nav-link, .navbar-nav .nav-link {
    color: #c8922a !important;
}
a:hover, .nav-link:hover {
    color: #a07020 !important;
}

/* ===== SIDEBAR Menüboxen ===== */
.card:has(ul.hauptmenu),
.card:has(ul.hauptmenu) .card-body,
.card:has(ul.rechtliches),
.card:has(ul.rechtliches) .card-body {
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
}

.sidebar-left .card-body {
    padding: 8px 12px !important;
}

.sidebar-left .nav-item a {
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    padding: 1px 0 !important;
    display: block !important;
}

.sidebar-left .mod-menu {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar-left .nav-item {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== ADRESSZEILE transparent ===== */
.adresse,
.adresse .card,
.adresse.card,
.adresse .card-body {
    border: none !important;
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

#mod-custom115 p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
}

/* ===== FOOTER ===== */
footer.container-footer {
    padding: 0 !important;
    background-color: #ffffff !important;
    border-top: none !important;
}

footer .grid-child {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 15px !important;
    background-color: #ffffff !important;
    border-top: 3px solid #c8a05a !important;
}

#mod-custom92 {
    display: none !important;
}

#mod-custom136 p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #555555 !important;
}

/* ===== NACH-OBEN LINK ===== */
#back-top {
    position: static !important;
    color: #c8922a !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

#back-top::after {
    content: "Nach oben" !important;
}

#back-top .icon-arrow-up {
    display: none !important;
}

#mod-custom136 {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

#mod-custom136 p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #555555 !important;
}

/* H1 Seitenüberschrift kleiner */
h1 {
    font-size: 1.4em !important;
    font-weight: normal !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 8px !important;
    margin-bottom: 10px !important;
}

/* Fließtext Zeilenabstand */
.com-content-article__body p {
    line-height: 1.8 !important;
    margin-bottom: 8px !important;
}

/* Galerie - kein Rahmen */
.fading-gallery,
.fading-gallery * {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Banner auf mobilen Geräten ausblenden */
@media (max-width: 768px) {
    .container-banner {
        display: none !important;
    }
}


/* Mini Bildergalerie - kein Rahmen, rechtsbündig */
.mini-product-gallery,
.mini-product-gallery .card,
.mini-product-gallery .card-body,
.mini-product-gallery .moduletable {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right !important;
    padding: 0 !important;
}

.mini-product-gallery img {
    border: none !important;
}


/* Mindesthöhe damit Footer unten bleibt */
.container-component {
    min-height: calc(100vh - 300px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Treppengalerie card Rahmen entfernen */
.main-bottom.card.stairs-gallery {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.main-bottom.card.stairs-gallery .card-body {
    padding: 0 !important;
    background: transparent !important;
}

