/* Template for custom configuration with common examples.
   Please copy this file to another location before you edit it!
   Please change the path to the custom file in the Template config like this:
   cd.stylesheet = fileadmin/template/instance.custom.css
*/

@media (min-width: 580px) {
    #headerarea {
        /* Remove header image */
        background-image: none;
        /* Add custom header image
        background-image: url('path/from/css/location/file.jpg');
        */
    }
}

.uzh-white-font, .uzh-white-font a {
    /* Change top right menu color to dark-gray */
    color: #7b828a;
}

/* uzh-cd conform qfq form tabs
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #0028a5;
}

.qfq-form-pill>li>a, .qfq-form-pill>li>a:focus {
    color: #0028a5;
}
*/