/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* Textfarbe des Fragenindex auf schwarz ändern - Bootswatch Theme */
.dropdown-menu > li > a {
    color: #000000 !important; /* Schwarz statt grau */
}

/* Alternative spezifischere Selektor für Bootswatch */
.navbar .dropdown-menu > li > a {
    color: #000000 !important;
}

/* Falls der Fragenindex in der Navigation ist */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000 !important;
}
/* Hover-Effekt beibehalten */
.dropdown-menu > li > a:hover {
    color: #000000 !important;
    background-color: #f5f5f5 !important;
}

/* Aktiver Zustand */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #000000 !important;
}

/* Hintergrund der Navbar auf Weiß setzen */
.navbar,
.navbar-default,
.navbar-header,
.navbar-collapse {
    background-color: #ffffff !important;
    /* Optional: Transparenz entfernen */
    background-image: none !important;
    box-shadow: none !important;
}

h1.survey-name.text-center {
    color: #5676ad !important;
}
