/* Skip-Link nur beim Fokus sichtbar */
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* gut sichtbarer Tastaturfokus */
:focus-visible {
    outline: 3px solid #0d6efd;
    outline-offset: 2px;
}

/* bestehende Styles (Beispiele) */
.table-hover tbody tr {
    cursor: pointer;
}
/* optional: kannst du lassen, Zeilen sind trotzdem über Links erreichbar */
.small-muted {
    font-size: .9rem;
    color: #666;
}

.badge-status {
    background: #efe;
    color: #232;
}

.badge-stufe {
    background: #eef;
    color: #223;
}
