body {
    font-size: 1.2rem;
}

.business-header {
    height: 25vh;
    min-height: 150px;
    /*background: url('../img/sonne_keyvisual.png') center center no-repeat scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
