/* HWK Freiburg */
.navbar-brand {
    margin-left: 15px;
    height: 90px;
    width: 210px;
    background: url('../img/hwk-freiburg-logo.png') no-repeat left center;
    background-size: 180px;
}

@media (max-width:767px) {
    .navbar-brand {
        height: 66px !important;
    }
}

@media (max-width:1200px) {
    .navbar-brand {
        background-size: 200px;
        height: 86px;
    }
}

.dropdown .glyphicon-login {
    font-size: 16px !important;
}

#header .glyphicon {
    font-size: 22px;
    margin-top: 4px;
}

