.CarouselImage2{
    background-image: url('hottgenroth-sommerakademie-25_Banner_l.webp');
} 

.carousel-caption2 {
  background-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 350px) {   
     .CarouselImage2{
    	background-image: url('hottgenroth-sommerakademie-25_Banner_sm.webp')!important;
    } 
}

@media screen and (max-width: 600px) {   
     .CarouselImage2{
    	background-image: url('hottgenroth-sommerakademie-25_Banner_md.webp');
    } 
}

@media (min-width: 992px) {      
       .CarouselImage2{        
          background-image: url('hottgenroth-sommerakademie-25_Banner_l.webp');
      } 
}
@media (min-width: 1200px) {    
      .CarouselImage2{         
         background-image: url('hottgenroth-sommerakademie-25_Banner_xl.webp');
     } 

