/* HWK Halle */
.navbar-brand {
    margin-left: 15px;
    height: 90px;
    width: 240px;
    background: url('../img/hwk-stuttgart.svg') no-repeat left center;
    background-size: 200px;
} 

@media (max-width:767px) {
    .navbar-brand {
        height: 66px;
    }     
}
