.karusellumgebend {
width: 95%;
padding-left: 2.5%;
padding-right: 2.5%;
background: linear-gradient( 0deg, #323a45 60%, #181e27 0%);
}


.carousel {
width: 100%;
height: auto;
}

.carouselbilder img {
width:100%;
height:auto;

}

.carouselbilder {
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

.slick-initialized button.slick-prev {
position: absolute;
border: 0;
height: 45px;
width: 45px;
top: 45%;
background-repeat: no-repeat;
z-index: 10;
background-color: #000;
color: transparent;
background-image: url("../../media/pfeil-links.png");
background-size: 49%;
background-position: center;
cursor: pointer;
background-color: #181e27;
left: 2.5%;
}

.slick-initialized button.slick-next {
position: absolute;
border: 0;
height: 45px;
width: 45px;
top: 45%;
background-repeat: no-repeat;
z-index: 10;
background-color: #000;
color: transparent;
background-image: url("../../media/pfeil-rechts.png");
background-size: 49%;
background-position: center;
cursor: pointer;
background-color: #181e27;
right: 2.5%;
}

#textrahmen17 {
background-color: #323a45;
}

#inhalt18 {
padding-bottom: 0;
}

@media screen and (max-width: 800px) {
#textrahmen19 > div {
width: 47%;
}
}

@media screen and (max-width: 400px) {
#textrahmen19 > div {
width: 100%;
}
}