/* === Navigation === */

.breadcrumb {
    background: #1e1e1e;
    padding: 8px 14px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.breadcrumb-item a {
    color: #22c55e;
    text-decoration: none;
    font-weight: 500;
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #666;
}
.breadcrumb-item.active {
    color: #aaa;
}


/* === HTML 5 Player verstecken === */
.hidden-audio-proxy {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
}




