body:before {
background-image: url(http://www.spvg20brakel.de/File/brakel-bg.jpg);
min-width: calc(200vh + 180px);
width: 100%;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
background-position: center top;
}

.zizou .slider.slick-slider.index .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}




.p-teaser {
    position: relative;
    display: block;
    width: 468px;
    max-width: calc(100% - 30px);
    margin: 20px auto 60px;
}
.p-teaser img {
    width: 100%;
    height: auto;
    display: block;
}

