* Grunddesign der Badges */
.visprogess .badge {
    background-color: #eeeeee !important; /* Inaktiv Grau */
    color: #333 !important;
}

/* Farbe für den aktuell aktiven Schritt */
.visprogess .badge.step-active {
    background-color: #d9534f !important; /* Ihr Rotton */
    color: #fff !important;
}
