/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
/* =========================================================
   WZNF DESIGN SYSTEM
   ========================================================= */

:root {
    --wznf-weidegruen: #1E2E1E;
    --wznf-surface: #283D28;
    --wznf-sommerweide: #4A6741;

    --wznf-hofschwarz: #1A1A16;
    --wznf-maegerweiss: #FDFAF4;
    --wznf-weiss: #FFFFFF;

    --wznf-creme: #F4EDD8;
    --wznf-stoppelgold: #D9C89A;
    --wznf-gerstengelb: #C4A84F;

    --wznf-orange: #A06030;
    --wznf-braun: #5C3418;

    --wznf-text: #1A1A16;
    --wznf-text-muted: #6B5E48;
}


/* =========================================================
   MONTSERRAT
   ========================================================= */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-Extralight.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2');
}


/* =========================================================
   GLOBALE TYPOGRAFIE
   ========================================================= */

html,
body {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.dropdown-menu,
.btn,
.form-control,
.badge,
.price,
.product-title,
.card-title {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

body {
    color: var(--wznf-text);
    font-weight: 400;
    line-height: 1.65;
}

h1,
.h1 {
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: var(--wznf-hofschwarz);
}

h2,
.h2 {
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: var(--wznf-hofschwarz);
}

h3,
.h3 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--wznf-hofschwarz);
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    line-height: 1.3;
    color: var(--wznf-hofschwarz);
}


/* =========================================================
   OPC
   ========================================================= */

.opc-ProductStream {
    display: flex;
    justify-content: center;
}


/* =========================================================
   HAUPTNAVIGATION ZENTRIEREN
   ========================================================= */

.menu-center-center .navbar {
    justify-content: center !important;
}

.menu-center-center .navbar-collapse {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.menu-center-center .nav-mobile-body {
    display: flex;
    justify-content: center;
    width: 100%;
}

.menu-center-center .navbar-nav {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 auto !important;
}

.menu-center-center .navbar-nav.mr-auto {
    margin-right: 0 !important;
}

.menu-center-center .nav-scrollbar-inner {
    justify-content: center;
}

.menu-center-center .nav-scrollbar-arrow {
    flex: 0 0 auto;
}


/* =========================================================
   TOPBAR
   ========================================================= */

#header-top-bar {
    display: flex;
    align-items: center;
    height: 34px;
    min-height: auto !important;
    padding: 0 !important;
    font-size: 12px;
    background-color: var(--wznf-hofschwarz) !important;
    color: var(--wznf-creme) !important;
    border: 0 !important;
}

#header-top-bar .container-fluid {
    padding: 0 !important;
}

#header-top-bar .nav {
    margin: 0;
    height: 100%;
    align-items: center;
}

#header-top-bar .nav-link {
    padding: 0 !important;
    line-height: 1.2;
    display: block;
}

.topbar-note {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wzn-announcement-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.wzn-announcement-item {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 6px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}

.wzn-announcement-item.is-active {
    display: flex;
}

#header-top-bar a,
#header-top-bar .nav-link,
#header-top-bar .wzn-announcement-item,
#header-top-bar .wzn-announcement-item a {
    color: var(--wznf-creme) !important;
    text-decoration: none;
}

#header-top-bar .wzn-announcement-item a:hover {
    color: var(--wznf-stoppelgold) !important;
}


/* =========================================================
   HAUPTHEADER
   ========================================================= */

#jtl-nav-wrapper,
#jtl-nav-wrapper > .container-fluid,
#jtl-nav-wrapper .navbar,
#mainNavigation {
    background-color: var(--wznf-weidegruen) !important;
}

#jtl-nav-wrapper {
    border: 0 !important;
}


/* =========================================================
   HAUPTNAVIGATION
   ========================================================= */

#mainNavigation .navbar-nav > .nav-item > .nav-link {
    color: var(--wznf-creme) !important;
    font-weight: 600;
    letter-spacing: 0.015em;
}

#mainNavigation .navbar-nav > .nav-item > .nav-link:hover,
#mainNavigation .navbar-nav > .nav-item > .nav-link:focus {
    color: var(--wznf-stoppelgold) !important;
}

#mainNavigation .navbar-nav > .nav-item.active > .nav-link,
#mainNavigation .navbar-nav > .nav-item > .nav-link.active {
    color: var(--wznf-gerstengelb) !important;
}


/* =========================================================
   HEADER ICONS
   ========================================================= */

#shop-nav {
    background-color: transparent !important;
}

#shop-nav > .nav-item > .nav-link,
#shop-nav .cart-icon-dropdown-price,
#shop-nav .fas {
    color: var(--wznf-creme) !important;
}

#shop-nav > .nav-item > .nav-link:hover,
#shop-nav > .nav-item > .nav-link:hover .fas,
#shop-nav > .nav-item > .nav-link:hover .cart-icon-dropdown-price {
    color: var(--wznf-stoppelgold) !important;
}


/* =========================================================
   UNTERMENÜS / MEGA MENU
   ========================================================= */

#mainNavigation .dropdown-menu,
#mainNavigation .dropdown-menu .dropdown-body,
#mainNavigation .dropdown-menu .subcategory-wrapper {
    background-color: var(--wznf-maegerweiss) !important;
    color: var(--wznf-hofschwarz) !important;
}

#mainNavigation .dropdown-menu {
    border: 1px solid var(--wznf-stoppelgold) !important;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(26, 26, 22, 0.12);
}

#mainNavigation .dropdown-menu a,
#mainNavigation .dropdown-menu .submenu-headline,
#mainNavigation .dropdown-menu .nav-mobile-heading {
    color: var(--wznf-hofschwarz) !important;
    font-weight: 500;
}

#mainNavigation .dropdown-menu a:hover,
#mainNavigation .dropdown-menu .submenu-headline:hover {
    color: var(--wznf-weidegruen) !important;
}

#mainNavigation .dropdown-menu .nav-item {
    background-color: transparent !important;
}


/* =========================================================
   MOBILE HEADER
   ========================================================= */

@media (max-width: 991.98px) {

    #jtl-nav-wrapper,
    #jtl-nav-wrapper > .container-fluid,
    #jtl-nav-wrapper .navbar,
    #mainNavigation,
    .nav-mobile-header,
    .nav-mobile-body {
        background-color: var(--wznf-weidegruen) !important;
    }

    .nav-mobile-body .nav-link,
    .nav-mobile-body a,
    .nav-offcanvas-title {
        color: var(--wznf-creme) !important;
    }

    .nav-mobile-body .nav-link:hover,
    .nav-mobile-body a:hover {
        color: var(--wznf-stoppelgold) !important;
    }

    #burger-menu,
    .navbar-toggler {
        color: var(--wznf-creme) !important;
    }
}

/* =========================================================
   DESKTOP-SUCHE: NUR LUPE
   ========================================================= */

@media (min-width: 992px) {

    #search .twitter-typeahead {
        display: none !important;
    }

    #search .input-group {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    #search .input-group-append {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        margin: 0 !important;
    }

    #search .input-group-append > button.btn-secondary {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: var(--wznf-creme) !important;
    }

    #search .input-group-append > button.btn-secondary > .fa-search {
        display: inline-block !important;
        color: var(--wznf-creme) !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    #search .input-group-append > button.btn-secondary:hover {
        background: var(--wznf-sommerweide) !important;
        color: var(--wznf-stoppelgold) !important;
    }

    #search .input-group-append > button.btn-secondary:hover > .fa-search {
        color: var(--wznf-stoppelgold) !important;
    }
}

/* =========================================================
   FOOTER 2026 – FINAL KONSOLIDIERT
   ========================================================= */

#footer {
    background: var(--wznf-maegerweiss);
    color: var(--wznf-hofschwarz);
    border-top: 1px solid rgba(26, 26, 22, 0.08);
}

#footer > .container,
#footer > .container-fluid {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}


/* =========================================================
   HELLER FOOTER-HAUPTBEREICH
   ========================================================= */

.wznf-footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
}

.wznf-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
}

.wznf-footer-column {
    min-width: 0;
}


/* Oberste Spaltenüberschriften */
.wznf-footer-eyebrow {
    margin-bottom: 20px;
    color: var(--wznf-gerstengelb);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.35em;

    text-transform: uppercase;
}


/* 24/7 Hofladen Eggers */
.wznf-footer-title {
    margin: 0 0 8px;
    color: var(--wznf-hofschwarz);

    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}


/* Kleine Zwischenüberschriften */
.wznf-footer-label {
    margin-top: 16px;
    margin-bottom: 6px;

    color: var(--wznf-text-muted);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2em;

    text-transform: uppercase;
}


/* Normaler Text */
.wznf-footer-text {
    margin: 0;

    color: var(--wznf-hofschwarz);

    font-size: 18px;
    line-height: 1.7;
}

.wznf-footer-muted {
    margin: 12px 0 0;

    color: var(--wznf-text-muted);

    font-size: 17px;
    line-height: 1.7;
}


/* Links */
.wznf-footer-main a {
    color: var(--wznf-hofschwarz);
    text-decoration: none;
    transition: color 0.18s ease;
}

.wznf-footer-main a:hover,
.wznf-footer-main a:focus {
    color: var(--wznf-sommerweide);
    text-decoration: none;
}

.wznf-footer-links {
    display: grid;
    gap: 10px;

    font-size: 18px;
    line-height: 1.6;
}


/* Social Media */
.wznf-footer-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    gap: 16px;
    margin-top: 8px;
}

.wznf-footer-socials a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.wznf-footer-socials i {
    width: 18px;

    color: var(--wznf-weidegruen);

    font-size: 16px;
    text-align: center;
}


/* =========================================================
   ZAHLUNGSARTEN + WIDERRUF
   ========================================================= */

.wznf-footer-payment-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

    gap: 7px;
    margin-top: 38px;
    padding-top: 20px;

    border-top: 1px solid rgba(26, 26, 22, 0.10);
}

.wznf-payment {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 6px;
    min-height: 31px;
    padding: 5px 9px;

    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(26, 26, 22, 0.12);
    border-radius: 3px;

    color: var(--wznf-hofschwarz);

    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.wznf-payment i {
    font-size: 19px;
}

.wznf-payment-paypal i {
    color: #003087;
}

.wznf-payment-visa i {
    color: #1a1f71;
}

.wznf-payment-mastercard i {
    color: #eb001b;
}

.wznf-payment-apple i {
    color: #000;
}

.wznf-payment-google i {
    color: #4285f4;
}

.wznf-payment-ratepay {
    color: #e6007e;
    border-color: rgba(230, 0, 126, 0.35);
}


/* Vertrag widerrufen */
.wznf-footer-cancel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    margin-left: auto;
    padding: 9px 16px;

    background: transparent;
    border: 1px solid var(--wznf-weidegruen);
    border-radius: 3px;

    color: var(--wznf-weidegruen);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;

    white-space: nowrap;
}

.wznf-footer-cancel-button:hover,
.wznf-footer-cancel-button:focus {
    background: var(--wznf-weidegruen);
    color: var(--wznf-creme);
    text-decoration: none;
}


/* Der Preis-/MwSt.-Hinweis steht im dunklen Abschluss */
#footer .footnote-vat {
    display: none !important;
}


/* =========================================================
   DUNKLER FOOTER-ABSCHLUSS
   Logo links, Rechtstext rechts
   ========================================================= */

#footer #copyright.wznf-footer-bottom {
    margin: 0 !important;
    padding: 0 !important;

    background: var(--wznf-hofschwarz) !important;
    color: var(--wznf-stoppelgold) !important;
}

#footer #copyright.wznf-footer-bottom > .wznf-footer-bottom-inner {
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 12px 24px !important;

    column-gap: 24px !important;
}


/* Logo */
#footer #copyright .wznf-footer-bottom-logo {
    display: block !important;

    width: 80px !important;
    max-width: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer #copyright .wznf-footer-bottom-logo img {
    display: block !important;

    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: left center !important;

    filter: none !important;
    opacity: 0.95;
}


/* Rechtstext */
#footer #copyright .wznf-footer-bottom-copy {
    width: auto !important;
    max-width: 650px !important;
    min-width: 0 !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;

    justify-self: end !important;

    text-align: right !important;
}

#footer #copyright .wznf-footer-legal-line,
#footer #copyright .wznf-footer-legal-line > div {
    display: block !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    color: var(--wznf-stoppelgold) !important;

    font-size: 11px !important;
    line-height: 1.45 !important;
    text-align: right !important;
}

#footer #copyright .wznf-footer-copyright {
    margin-top: 2px !important;
}

#footer #copyright .wznf-footer-legal-line a {
    color: var(--wznf-gerstengelb) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

#footer #copyright .wznf-footer-legal-line a:hover {
    color: var(--wznf-creme) !important;
}

#footer #copyright .wznf-footer-system-credits {
    margin-top: 2px !important;

    color: rgba(217, 200, 154, 0.68) !important;

    font-size: 9px !important;
    line-height: 1.35 !important;
    text-align: right !important;
}

#footer #copyright .wznf-footer-system-credits a {
    color: inherit !important;
    text-decoration: underline !important;
}


/* =========================================================
   RESPONSIVE FOOTER
   ========================================================= */

@media (max-width: 991.98px) {
    .wznf-footer-main {
        padding: 60px 24px;
    }

    .wznf-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 40px;
    }
}

@media (max-width: 767.98px) {
    .wznf-footer-cancel-button {
        margin-left: 0;
        margin-top: 12px;
    }

    #footer #copyright.wznf-footer-bottom > .wznf-footer-bottom-inner {
        display: block !important;

        width: 100% !important;
        padding: 14px 20px !important;
    }

    #footer #copyright .wznf-footer-bottom-logo {
        width: 72px !important;
        max-width: 72px !important;
        margin-bottom: 12px !important;
    }

    #footer #copyright .wznf-footer-bottom-logo img {
        width: 72px !important;
        max-width: 72px !important;
    }

    #footer #copyright .wznf-footer-bottom-copy {
        max-width: none !important;
        margin: 0 !important;

        justify-self: auto !important;

        text-align: left !important;
    }

    #footer #copyright .wznf-footer-legal-line,
    #footer #copyright .wznf-footer-legal-line > div,
    #footer #copyright .wznf-footer-system-credits {
        text-align: left !important;
    }
}

@media (max-width: 575.98px) {
    .wznf-footer-main {
        padding: 48px 20px;
    }

    .wznf-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wznf-footer-payment-row {
        margin-top: 30px;
        padding-top: 18px;
    }
}


/* =========================================================
   CSS DEBUG
   Bei jeder Änderung Nummer erhöhen
   ========================================================= */

body::after {
    content: "CSS Override 8";

    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999999;

    padding: 5px 8px;

    background: #1A1A16;
    border: 1px solid #C4A84F;
    border-radius: 3px;

    color: #F4EDD8;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    pointer-events: none;
}
/* CSS Override 9 – Body Hintergrund wie Claude */
body {
    background-color: var(--wznf-maegerweiss) !important;
}

body::after {
    content: "CSS Override 9" !important;
	/* =========================================================
   CSS OVERRIDE 9
   GLOBALER BODY WIE CLAUDE
   ========================================================= */

html {
    font-size: 16px;
}

body {
    background-color: var(--wznf-maegerweiss) !important;

    color: var(--wznf-text) !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}


/* Normaler Fließtext */
main p,
main li {
    font-size: 16px;
    line-height: 1.7;
}


/* Normale Links im Inhaltsbereich */
main a {
    font-size: inherit;
}


/* Kleine Hilfs-/Meta-Texte nicht unnötig aufblasen */
small,
.small {
    font-size: 13px;
}


/* =========================================================
   ÜBERSCHRIFTEN
   Claude-artige Größen und Abstände
   ========================================================= */

h1,
.h1 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

h2,
.h2 {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

h3,
.h3 {
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}


/* Smartphone etwas kompakter */
@media (max-width: 767.98px) {
    body {
        font-size: 16px !important;
    }

    main p,
    main li {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 23px;
    }
}


/* Debug */
body::after {
    content: "CSS Override 10" !important;
}
}
/* =========================================================
   CSS OVERRIDE 10
   BODY / CONTENT GRUNDLAYOUT
   ========================================================= */

html,
body {
    background-color: var(--wznf-maegerweiss) !important;
}

main,
#content,
#content-wrapper,
.page-content,
.container-main {
    background-color: var(--wznf-maegerweiss) !important;
}

body,
main,
#content,
#content-wrapper,
.page-content,
.container-main {
    color: var(--wznf-text) !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

main p,
main li,
#content p,
#content li,
#content-wrapper p,
#content-wrapper li {
    font-size: 17px !important;
    line-height: 1.7 !important;
}


/* Überschriften bewusst sichtbar größer */
h1,
.h1 {
    font-size: clamp(38px, 4vw, 54px) !important;
}

h2,
.h2 {
    font-size: clamp(30px, 3vw, 42px) !important;
}

h3,
.h3 {
    font-size: clamp(24px, 2.2vw, 32px) !important;
}


/* Debug */
body::after {
    content: "CSS Override 10" !important;
}
/* =========================================================
   CSS OVERRIDE 11
   GLOBALER CONTENT WIE CLAUDE
   ========================================================= */

html,
body {
    background-color: var(--wznf-maegerweiss) !important;
}

body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    color: var(--wznf-text) !important;
}


/* Normaler Inhaltsbereich */
main,
#content,
#content-wrapper,
.page-content,
.container-main {
    background-color: var(--wznf-maegerweiss) !important;
}


/* Fließtext wie Claude */
main p,
#content p,
#content-wrapper p,
.page-content p {
    font-size: 17px !important;
    line-height: 1.8 !important;
}


/* Listen etwas kompakter */
main li,
#content li,
#content-wrapper li,
.page-content li {
    font-size: 16px !important;
    line-height: 1.6 !important;
}


/* H1 */
h1,
.h1 {
    font-size: clamp(36px, 4vw, 52px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}


/* Große Inhalts-H2 wie Claude */
h2,
.h2 {
    font-size: clamp(24px, 3vw, 38px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}


/* H3 */
h3,
.h3 {
    font-size: clamp(18px, 1.9vw, 22px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important;
}


/* Abstand zwischen Abschnitten */
main h2,
#content h2,
#content-wrapper h2 {
    margin-top: 52px;
}

main h3,
#content h3,
#content-wrapper h3 {
    margin-top: 40px;
}


/* Debug */
body::after {
    content: "CSS Override 11" !important;
}