
/* MODERNER AUDIO PLAYER */
.mejs-container {
    width: 400px !important;
    max-width: 100% !important;
    margin: 12px auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12) !important;
}

/* Steuerungsleiste */
.mejs-controls {
    background: #ffffff !important;
    border-radius: 14px !important;
    padding: 0 10px !important;
}

/* Fortschrittsbereich */
.mejs-time-rail {
    padding-top: 5px !important;
}

/* Gesamter Fortschrittsbalken */
.mejs-time-total {
    background: #d2d2d2 !important;
    border-radius: 5px !important;
}

/* Bereits abgespielter Bereich */
.mejs-time-current {
    background: #555555 !important;
    border-radius: 5px !important;
}

/* Geladener Bereich */
.mejs-time-loaded {
    background: #b0b0b0 !important;
    border-radius: 5px !important;
}

/* Play-Button */
.mejs-play button,
.mejs-pause button {
    filter: brightness(0.35) !important;
}

/* Lautstärke */
.mejs-volume-button button {
    filter: brightness(0.35) !important;
}

/* Zeitangaben */
.mejs-currenttime,
.mejs-duration {
    color: #333333 !important;
}
