/** Shopify CDN: Minification failed

Line 74:0 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.custom_slideshow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 45px;
}

.custom_slideshop_content {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.custom_slideshow_left,
.custom_slideshow_right {
  width: 50%;
}

/* Vertikale Zentrierung für linken Inhalt */
.custom_slideshow_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

  .custom_slideshow_left h1
  {
    color: #FFF;
    font-weight: 700;
  }

    .custom_slideshow_left p
  {
    color: #FFF;
    font-size: 18px;
    line-height: 1.3em;
  }

  
/* Desktop-Hintergrund */
@media (min-width: 768px) {
  .custom_slideshow {
    background-image: url('/cdn/shop/files/SOS_Hero_Anton_klein.webp?v=1752504011');
  }
}

/* Mobil-Hintergrund */
@media (max-width: 767px) {
  .custom_slideshow {
    background-image: url('/cdn/shop/files/Banner-Aktion_Repair-Mobil.webp?v=1752499944');
    flex-direction: column;
    min-height: 500px;
    padding: 20px;
  }

  .custom_slideshow_left{
    width: 100%;
    padding-top: 300px;
    padding-right: 0px;
  }
{
    width: 100%;
  }
  
  .custom_slideshow_right {
    width: 100%;
  }
}