/* Skip link, sichtbarer Fokus, rechtliche Kurzhinweise */

.ml-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    z-index: 100000;
    background: #0f172a;
    color: #f8fafc;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
}

.ml-skip-link:focus {
    position: fixed;
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 18px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.35);
    outline: 2px solid #D4AF37;
    outline-offset: 2px;
}

#main-content:focus {
    outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
    outline: 2px solid #D4AF37;
    outline-offset: 2px;
}

.burger-btn:focus-visible {
    outline-offset: 4px;
}

.modal-legal-hint {
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    background: #f1f5f9;
    border-left: 4px solid #D4AF37;
    border-radius: 0 6px 6px 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #334155;
}

.modal-legal-hint strong {
    color: #0f172a;
}

.ml-legal-binding-notice {
    margin: 0 0 1.5rem;
    padding: 1rem 1.1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #475569;
}

.ml-legal-binding-notice strong {
    color: #0f172a;
}

@media (prefers-reduced-motion: reduce) {
    .ml-skip-link {
        transition: none;
    }
}
