.leistungen-background {
    background: #3885bd url("/images/bgteaser/bg_leistungen.jpg") no-repeat center;
    background-size: cover;
    max-height:598px;
    background-position-y: 0;
}
.leistungen--inner {
    color:#fff;
    padding-top:70px;
    padding-bottom:70px;
    display:inline-block;
}
.leistungen--inner .h-text-center {
    text-align: center;
}
.leistungen--inner img {
    max-width:30%;
    max-height:110px;
}
@media (max-width: 767px) {
    .leistungen-background {
        max-height:none;
        background-size:cover;
    }
}