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;
}

.bg-dark {
    background-color: #e22bd3 !important;
  }

logo {
    background: url(../toepferei/img/eule.png);
    background-size: 90px;
    width: 90px;
    height: 90px;
    display: block;
    float: left;
    margin-left: -15px;
}


/* .business-header h1 {
    padding-left: 100px;
    background: url(../toepferei/img/eule.png);
    background-size: 90px;
    background-repeat:no-repeat;
} */