/* Spezifische Fixes für Tab-Lesbarkeit */
/* Muss nach Bootstrap geladen werden */

.nav-tabs button.nav-link {
    color: #4A5154 !important;
}

.nav-tabs button.nav-link:hover {
    color: #4A5154 !important;
}

.nav-tabs button.nav-link.active,
.nav-tabs button.nav-link.active:hover,
.nav-tabs button.nav-link.active:focus,
.nav-tabs button.nav-link.active:active {
    color: #00234F !important;
    background-color: white !important;
    border-color: #DCDFE1 #DCDFE1 white !important;
    font-weight: 700 !important;
}

