/* Breadcrumb-Kontrast-Verbesserung */
.breadcrumb a {
    color: #8b2a0f !important; /* Dunkleres Rot für besseren Kontrast (4.5:1) */
    text-decoration: underline !important;
    text-decoration-color: currentColor !important;
    text-underline-offset: 2px !important;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #6b1f0a !important; /* Noch dunkler beim Hover/Focus */
    text-decoration-thickness: 2px !important;
}

.breadcrumb a[aria-current="page"] {
    color: #333 !important; /* Dunkler für aktuelle Seite */
    font-weight: 600 !important;
}
