.CarouselImage16{
    background-image: url('Bild_l.webp');
} 

.carousel-caption16 {
  background-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 350px) {   
     .CarouselImage16{
    	background-image: url('Bild_sm.webp')!important;
    } 
}

@media screen and (max-width: 600px) {   
     .CarouselImage16{
    	background-image: url('Bild_md.webp');
    } 
}

@media (min-width: 992px) {      
       .CarouselImage16{        
          background-image: url('Bild_l.webp');
      } 
}
@media (min-width: 1200px) {    
      .CarouselImage16{         
         background-image: url('Bild_xl.webp');
     } 

