/* =========================================================
   KOBALZ FOOTER PLUGIN v1.0.3
   Aus my-nova.css ausgelagert.
   Quelle: KOBALZ FOOTER - VERSION 2 KOMPLETT.
========================================================= */

/* =========================================================
   KOBALZ FOOTER - VERSION 2 KOMPLETT
   Inklusive Widerrufsbutton
   Für JTL NOVA / NOVAChild
========================================================= */


/* =========================================================
   1. FOOTER GRUNDLAGE
========================================================= */

#footer {
    width: 100% !important;
    max-width: none !important;

    margin: 70px 0 0 0 !important;
    padding: 34px 0 26px 0 !important;

    background: #f4f6f8 !important;
    color: #1f2f3d !important;

    border-top: 1px solid #dde3e8 !important;
    box-shadow: none !important;

    font-family: "Oswald", Arial, sans-serif !important;
}


/* Footer-Container volle Breite */
#footer > .container {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
}


/* =========================================================
   2. ECHTER FOOTER-KARTENBEREICH
   Nur #footer-boxes stylen
========================================================= */

#footer #footer-boxes {
    width: 100% !important;
    max-width: none !important;

    display: grid !important;
    grid-template-columns: 1.35fr 0.9fr 1fr 0.9fr !important;
    column-gap: 28px !important;
    row-gap: 24px !important;

    align-items: stretch !important;

    margin: 0 !important;
    padding: 28px !important;

    background: #ffffff !important;
    border: 1px solid #dfe4e8 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045) !important;
}


/* Bootstrap-Spalten neutralisieren */
#footer #footer-boxes > [class*="col"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;

    margin: 0 !important;
    padding: 26px 28px 22px 28px !important;

    background: #ffffff !important;

    border: 1px solid #dfe4e8 !important;
    border-top: 3px solid #008000 !important;
    border-radius: 2px !important;

    min-height: 210px !important;

    box-shadow: none !important;
}


/* =========================================================
   3. LOGO-KARTE LINKS
========================================================= */

#footer #footer-boxes::before {
    content: "Praktische Küchenhelfer, Backformen und ausgewählte Produkte für Küche, Haushalt und Genuss.\A\A Klar beschrieben, sorgfältig ausgewählt und zuverlässig geliefert." !important;

    white-space: pre-line !important;

    display: block !important;

    min-height: 210px !important;

    padding: 78px 28px 24px 28px !important;

    background-color: #ffffff !important;
    background-image: url("/bilder/intern/shoplogo/shoplogo_s.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 28px 24px !important;
    background-size: 195px auto !important;

    border: 1px solid #dfe4e8 !important;
    border-radius: 2px !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    color: #1f2f3d !important;

    box-sizing: border-box !important;
}


/* =========================================================
   4. SICHER EINKAUFEN KARTE RECHTS
========================================================= */

#footer #footer-boxes::after {
    content: "Sicher einkaufen\A\A✓ Versand aus Deutschland\A✓ Sichere Zahlungsarten\A✓ Persönlicher Service\A✓ Transparente Versandinformationen" !important;

    white-space: pre-line !important;

    display: block !important;

    min-height: 210px !important;

    padding: 30px 28px 22px 28px !important;

    background: #ffffff !important;

    border: 1px solid #dfe4e8 !important;
    border-top: 3px solid #008000 !important;
    border-radius: 2px !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;

    color: #1f2f3d !important;

    box-sizing: border-box !important;
}


/* =========================================================
   5. INNERE BOXEN ENTSCHACHTELN
========================================================= */

#footer #footer-boxes .box,
#footer #footer-boxes .box-linkgroup,
#footer #footer-boxes .box-normal {
    background: transparent !important;

    border: 0 !important;
    border-top: 0 !important;

    box-shadow: none !important;

    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   6. FOOTER ÜBERSCHRIFTEN
========================================================= */

#footer #footer-boxes .productlist-filter-headline,
#footer #footer-boxes .box-normal-link {
    display: block !important;

    margin: 0 0 20px 0 !important;
    padding: 0 !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;

    color: #111111 !important;

    background: transparent !important;
    border: 0 !important;

    text-decoration: none !important;
}


/* Desktop: mobile Aufklapp-Links ausblenden */
@media (min-width: 768px) {
    #footer #footer-boxes .box-normal-link {
        display: none !important;
    }

    #footer #footer-boxes .productlist-filter-headline {
        display: flex !important;
    }

    #footer #footer-boxes .collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


/* Aufklapp-Pfeile/Striche entfernen */
#footer #footer-boxes .box-normal-link::before,
#footer #footer-boxes .box-normal-link::after,
#footer #footer-boxes .productlist-filter-headline::before,
#footer #footer-boxes .productlist-filter-headline::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   7. FOOTER LINKS
========================================================= */

#footer #footer-boxes ul,
#footer #footer-boxes .nav,
#footer #footer-boxes .nav-panel {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

#footer #footer-boxes li,
#footer #footer-boxes .nav-item {
    display: block !important;

    margin: 0 0 14px 0 !important;
    padding: 0 !important;
}

#footer #footer-boxes a,
#footer #footer-boxes .nav-link {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;

    color: #1f2f3d !important;
    text-decoration: none !important;

    background: transparent !important;
    border: 0 !important;

    transition: color 0.18s ease !important;
}

#footer #footer-boxes a:hover,
#footer #footer-boxes .nav-link:hover {
    color: #008000 !important;
    text-decoration: none !important;
}


/* =========================================================
   8. WIDERRUFSBUTTON IM FOOTER
========================================================= */

#footer #footer-boxes .kobalz-footer-widerruf-item {
    display: block !important;

    margin: 18px 0 0 0 !important;
    padding: 0 !important;
}

#footer #footer-boxes a.kobalz-footer-widerrufsbutton,
#footer #footer-boxes .nav-link.kobalz-footer-widerrufsbutton,
#footer a.kobalz-footer-widerrufsbutton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 190px !important;
    min-height: 38px !important;

    margin: 0 !important;
    padding: 9px 18px !important;

    background: #ffffff !important;
    border: 1px solid #008000 !important;
    border-radius: 2px !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    color: #008000 !important;
    text-align: center !important;
    text-decoration: none !important;

    box-shadow: none !important;
    transition: all 0.18s ease !important;
}

#footer #footer-boxes a.kobalz-footer-widerrufsbutton:hover,
#footer #footer-boxes .nav-link.kobalz-footer-widerrufsbutton:hover,
#footer a.kobalz-footer-widerrufsbutton:hover {
    background: #008000 !important;
    border-color: #008000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}


/* =========================================================
   9. MOBILE-TRENNLINIEN ENTFERNEN
========================================================= */

#footer #footer-boxes .box-normal-hr {
    display: none !important;
}


/* =========================================================
   10. PREISHINWEIS UNTEN
========================================================= */

#footer .footnote-vat {
    width: 100% !important;

    clear: both !important;

    margin: 24px 0 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
}

#footer .footnote-vat .small,
#footer .footnote-vat a {
    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;

    color: #4d5861 !important;
}

#footer .footnote-vat .small {
    display: block !important;
    text-align: left !important;
}

#footer .footnote-vat a {
    color: #1f2f3d !important;
    text-decoration: underline !important;
}

#footer .footnote-vat a:hover {
    color: #008000 !important;
}


/* =========================================================
   11. SOCIAL ICONS
========================================================= */

#footer .social-media,
#footer .social-icons,
#footer .social,
#footer .footer-social,
#footer .box-social,
#footer .nav-social {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;

    width: 100% !important;

    margin: 22px 0 0 0 !important;
    padding: 0 !important;
}

#footer a[href*="facebook"],
#footer a[href*="instagram"] {
    width: 36px !important;
    height: 36px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #008000 !important;
    color: #008000 !important;
    background: #ffffff !important;

    text-decoration: none !important;
    margin-right: 6px !important;
}

#footer a[href*="facebook"]:hover,
#footer a[href*="instagram"]:hover {
    background: #008000 !important;
    color: #ffffff !important;
}

#footer > .container > a[href*="facebook"],
#footer > .container > a[href*="instagram"],
#footer > .container-fluid > a[href*="facebook"],
#footer > .container-fluid > a[href*="instagram"] {
    float: right !important;
}


/* =========================================================
   12. COPYRIGHT / ZWEITER FOOTER KOMPLETT AUSBLENDEN
========================================================= */

#footer #copyright,
#footer #copyright *,
#copyright,
#copyright * {
    display: none !important;
    visibility: hidden !important;

    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
}


/* Sicherheit: Pseudo-Elemente nur bei #footer-boxes erlauben */
#footer .row:not(#footer-boxes)::before,
#footer .row:not(#footer-boxes)::after {
    display: none !important;
    content: none !important;
    background-image: none !important;
}


/* =========================================================
   13. SCROLL-TO-TOP BUTTON
========================================================= */

#footer .smoothscroll-top,
.smoothscroll-top,
#to-top {
    width: 46px !important;
    height: 46px !important;

    right: 22px !important;
    bottom: 22px !important;

    border-radius: 4px !important;

    background: #008000 !important;
    color: #ffffff !important;

    border: 1px solid #008000 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}

#footer .smoothscroll-top:hover,
.smoothscroll-top:hover,
#to-top:hover {
    background: #006b00 !important;
    color: #ffffff !important;
    border-color: #006b00 !important;
}


/* =========================================================
   14. TABLET
========================================================= */

@media (min-width: 992px) and (max-width: 1299.98px) {
    #footer > .container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    #footer #footer-boxes {
        grid-template-columns: 1.2fr 0.9fr 1fr 0.9fr !important;
        column-gap: 22px !important;
        padding: 28px !important;
    }

    #footer #footer-boxes::before,
    #footer #footer-boxes::after,
    #footer #footer-boxes > [class*="col"] {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #footer #footer-boxes::before {
        padding-top: 82px !important;
        background-position: 22px 26px !important;
        background-size: 190px auto !important;
    }
}


/* =========================================================
   15. MOBILE FOOTER
========================================================= */

@media (max-width: 991.98px) {
    #footer {
        margin-top: 48px !important;
        padding: 28px 0 28px 0 !important;
    }

    #footer > .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #footer #footer-boxes {
        grid-template-columns: 1fr !important;
        row-gap: 18px !important;

        padding: 18px !important;
    }

    #footer #footer-boxes::before {
        min-height: auto !important;

        padding: 84px 22px 22px 22px !important;

        background-position: 22px 22px !important;
        background-size: 180px auto !important;

        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    #footer #footer-boxes::after {
        min-height: auto !important;

        padding: 22px !important;

        font-size: 15px !important;
    }

    #footer #footer-boxes > [class*="col"] {
        min-height: auto !important;

        padding: 22px !important;
    }

    #footer #footer-boxes .box-normal-link {
        display: block !important;

        font-size: 18px !important;
        font-weight: 600 !important;
    }

    #footer #footer-boxes .productlist-filter-headline {
        display: none !important;
    }

    #footer #footer-boxes .collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #footer #footer-boxes a,
    #footer #footer-boxes .nav-link {
        font-size: 15px !important;
    }

    #footer #footer-boxes a.kobalz-footer-widerrufsbutton,
    #footer #footer-boxes .nav-link.kobalz-footer-widerrufsbutton {
        width: 100% !important;
        min-width: 0 !important;
    }

    #footer .footnote-vat {
        margin-top: 20px !important;
    }

    #footer .social-media,
    #footer .social-icons,
    #footer .social,
    #footer .footer-social,
    #footer .box-social,
    #footer .nav-social {
        justify-content: flex-start !important;
        margin-top: 18px !important;
    }

    #footer > .container > a[href*="facebook"],
    #footer > .container > a[href*="instagram"],
    #footer > .container-fluid > a[href*="facebook"],
    #footer > .container-fluid > a[href*="instagram"] {
        float: none !important;
    }
}

/* =========================================================
   KOBALZ FOOTER WIDERRUFSBUTTON - FEINSCHLIFF
========================================================= */

#footer #footer-boxes a.kobalz-footer-widerrufsbutton,
#footer #footer-boxes .nav-link.kobalz-footer-widerrufsbutton {
    min-width: 190px !important;
    min-height: 38px !important;

    padding: 8px 18px !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    background: #ffffff !important;
    border: 1px solid #008000 !important;
    color: #008000 !important;
}

#footer #footer-boxes a.kobalz-footer-widerrufsbutton:hover,
#footer #footer-boxes .nav-link.kobalz-footer-widerrufsbutton:hover {
    background: #008000 !important;
    border-color: #008000 !important;
    color: #ffffff !important;
}


/* =========================================================
   KOBALZ FOOTER v1.0.3 - ROBUSTER FOOTER-BOX-FIX
   Greift auch, wenn der Footer-Wrapper per Plugin als Klasse normalisiert wurde.
========================================================= */

#footer :is(#footer-boxes, .kobalz-footer-boxes) {
    width: 100% !important;
    max-width: none !important;

    display: grid !important;
    grid-template-columns: 1.35fr 0.9fr 1fr 0.9fr !important;
    column-gap: 28px !important;
    row-gap: 24px !important;

    align-items: stretch !important;

    margin: 0 !important;
    padding: 28px !important;

    background: #ffffff !important;
    border: 1px solid #dfe4e8 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045) !important;
    box-sizing: border-box !important;
}

#footer :is(#footer-boxes, .kobalz-footer-boxes) > [class*="col"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;

    margin: 0 !important;
    padding: 26px 28px 22px 28px !important;

    background: #ffffff !important;

    border: 1px solid #dfe4e8 !important;
    border-top: 3px solid #008000 !important;
    border-radius: 2px !important;

    min-height: 210px !important;

    box-shadow: none !important;
    box-sizing: border-box !important;
}

#footer :is(#footer-boxes, .kobalz-footer-boxes)::before {
    content: "Praktische Küchenhelfer, Backformen und ausgewählte Produkte für Küche, Haushalt und Genuss.\A\A Klar beschrieben, sorgfältig ausgewählt und zuverlässig geliefert." !important;

    white-space: pre-line !important;
    display: block !important;
    min-height: 210px !important;

    padding: 78px 28px 24px 28px !important;

    background-color: #ffffff !important;
    background-image: url("/bilder/intern/shoplogo/shoplogo_s.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 28px 24px !important;
    background-size: 195px auto !important;

    border: 1px solid #dfe4e8 !important;
    border-radius: 2px !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    color: #1f2f3d !important;
    box-sizing: border-box !important;
}

#footer :is(#footer-boxes, .kobalz-footer-boxes)::after {
    content: "Sicher einkaufen\A\A✓ Versand aus Deutschland\A✓ Sichere Zahlungsarten\A✓ Persönlicher Service\A✓ Transparente Versandinformationen" !important;

    white-space: pre-line !important;
    display: block !important;
    min-height: 210px !important;

    padding: 30px 28px 22px 28px !important;

    background: #ffffff !important;

    border: 1px solid #dfe4e8 !important;
    border-top: 3px solid #008000 !important;
    border-radius: 2px !important;

    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;

    color: #1f2f3d !important;
    box-sizing: border-box !important;
}

#footer :is(#footer-boxes, .kobalz-footer-boxes) :is(.box, .box-linkgroup, .box-normal) {
    background: transparent !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    #footer :is(#footer-boxes, .kobalz-footer-boxes) {
        grid-template-columns: 1.2fr 0.9fr 1fr 0.9fr !important;
        column-gap: 22px !important;
        padding: 28px !important;
    }

    #footer :is(#footer-boxes, .kobalz-footer-boxes)::before,
    #footer :is(#footer-boxes, .kobalz-footer-boxes)::after,
    #footer :is(#footer-boxes, .kobalz-footer-boxes) > [class*="col"] {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #footer :is(#footer-boxes, .kobalz-footer-boxes)::before {
        padding-top: 82px !important;
        background-position: 22px 26px !important;
        background-size: 190px auto !important;
    }
}

@media (max-width: 991.98px) {
    #footer :is(#footer-boxes, .kobalz-footer-boxes) {
        grid-template-columns: 1fr !important;
        row-gap: 18px !important;
        padding: 18px !important;
    }

    #footer :is(#footer-boxes, .kobalz-footer-boxes)::before {
        min-height: auto !important;
        padding: 84px 22px 22px 22px !important;
        background-position: 22px 22px !important;
        background-size: 180px auto !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    #footer :is(#footer-boxes, .kobalz-footer-boxes)::after {
        min-height: auto !important;
        padding: 22px !important;
        font-size: 15px !important;
    }

    #footer :is(#footer-boxes, .kobalz-footer-boxes) > [class*="col"] {
        min-height: auto !important;
        padding: 22px !important;
    }
}
