*{
    font-family: 'Times New Roman', Times, serif;
    color:#373737;
}

.color-inherit{
    color: inherit;
}

/* Navigation */
.nav-item:hover{
    background-color: #4a4b88;
}

.nav-item:hover a{
    color: white;
}

.active{
    background-color: #4a4b88;
}

.active a{
    color: white;
}

.navbar-toggler{
    border: 0 !important;
}

.custom-logo{
    width: 25%;
}

@media (max-width: 991.98px) {
    .custom-logo{
        margin: 0 auto;
        width: 40%;
    }
    .navbar-toggler{
        margin: 0 auto;
    }
    .navbar{
        text-align: center;
    }
}

/* Footer */
footer, footer p, footer hr{
    background-color: #373737;
    color:#969696 !important;
    font-size: 0.8em;
}

footer a{
    color: #969696;
    text-decoration: none;
}

footer a:hover{
    color:#4a4b88;
}

/* Publikationen */
.custom-pub-art li{
    list-style-type: none;
    padding-bottom: 0.8em;
}

.custom-pub-art ul{
    padding-left: 0;
}

.custom-pub-art a{
    color: inherit;
    text-decoration: none;
}

.custom-pub-art a:hover{
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .custom-pub-art iframe{
        width: 280px;
        height: 175px;
    }
}