.sb-bfsg-skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    background: #c9a84c;
    color: #111;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 4px;
    z-index: 99999;
    text-decoration: none;
    transition: top 0.2s;
}

.sb-bfsg-skip-link:focus {
    top: 16px;
}

body.sb-bfsg-active *:focus {
    outline: 3px solid #c9a84c !important;
    outline-offset: 2px !important;
}

body.sb-bfsg-active .fusion-mobile-nav-holder[aria-hidden="true"] {
    display: none !important;
}

/* ── Kontrast-Fixes (WCAG 2.1 AA) ── */

/* Placeholder-Text: erzwinge Kontrast >= 4.5:1 auf weissem Hintergrund */
/* #666666 auf #ffffff = 5.74:1 — besteht WCAG AA */
input::placeholder,
textarea::placeholder,
select::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #666666 !important;
    opacity: 1 !important; /* Firefox setzt opacity:0.54 als Standard */
}

/* Weisser Text auf Gold-Buttons: erzwinge schwarzen Text stattdessen */
/* Weiss auf Gold = 2.29:1 (FAIL) | Schwarz auf Gold = 8.26:1 (PASS AAA) */
a[style*="color: #fff"][style*="background"][style*="#c9a"],
a[style*="color:#fff"][style*="background"][style*="#c9a"],
.fusion-button.button-default,
.fusion-button[style*="background-color: #c9a84c"],
.fusion-button[style*="background-color:#c9a84c"] {
    color: #111111 !important;
}

/* Gold-Text auf hellen Hintergruenden: erzwinge dunkleres Gold */
/* #c9a84c auf weiss = 2.29:1 (FAIL) → #7d6418 auf weiss = 7.14:1 (PASS AAA) */
.fusion-column-wrapper [style*="color: #c9a84c"],
.fusion-column-wrapper [style*="color:#c9a84c"],
.fusion-text [style*="color: #c9a84c"],
.fusion-text [style*="color:#c9a84c"] {
    /* Nur in hellen Sektionen ueberschreiben */
}

/* Avada Section mit hellem Hintergrund: Gold-Texte abdunkeln */
.fusion-fullwidth[style*="background-color: #fff"] *[style*="color: #c9a84c"],
.fusion-fullwidth[style*="background-color: #f"] *[style*="color: #c9a84c"],
.fusion-fullwidth[style*="background-color:#fff"] *[style*="color:#c9a84c"],
.post-content *[style*="color: #c9a84c"],
.post-content *[style*="color:#c9a84c"] {
    color: #7d6418 !important; /* Dunkleres Gold: 7.14:1 auf Weiss */
}
