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