.bgimage {
    background-size: contain;
    background-repeat: no-repeat;
}

.bottomleftsmall {
    background-position:40% bottom
}
.leftbig{
    background-position:left bottom;
}

.bottomleftbig{
    background-position:left bottom;
}

.bottomrightbig{
    background-position:right bottom;
}

.slider-content {
    margin: 0 20vw;
    max-width: 50vw;
}

.slider-content h2 {
    line-height: 1.2;
}

.slider .leistungen .slidehover {
    width: 100%;
}

@media screen and (max-width: 900px) {

    .slider-content {
        margin: initial;
        max-width: initial;
        padding-bottom: 25px;
    }

}
