@charset "UTF-8";
/**
 *	Additional CSS for Allied Companies, which use a design color in project settings
 *
 **/


@media all {

  body .main {   
    background: url('../../../../pictures/60_jahre_wuerth/bg-60-jahre.jpg') top center repeat-y;
    background-size: cover;
  }
 
  .full_width_slider_wrapper .swiper-container .swiper-slide {
    background: transparent !important;
    background-color: transparent !important;
  }

}