.sommer-2026-slide__text {
  margin: 0 0 38px;
  color: #fff !important;
  font-family: "Work Sans", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.22;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.sommer-2026-slide__backgrounds {
  overflow: hidden;
}

.sommer-2026-slide__backgrounds,
.sommer-2026-slide__overlay {
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
}

.sommer-2026-slide__background {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.sommer-2026-slide__background > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
}

.sommer-2026-slide__background--1 {
  z-index: 1;
}

.sommer-2026-slide__background--2 {
  z-index: 2;
  opacity: 0;
  animation: sommer-2026-background-2 18s ease-in-out infinite;
}

.sommer-2026-slide__background--3 {
  z-index: 3;
  opacity: 0;
  animation: sommer-2026-background-3 18s ease-in-out infinite;
}

.sommer-2026-slide__button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff !important;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
}

#rev_slider_7_1 .tparrows {
  display: none !important;
}

.sommer-2026-slide__button:hover,
.sommer-2026-slide__button:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}

@keyframes sommer-2026-background-2 {
  0%, 22.22% { opacity: 0; }
  33.33%, 66.66% { opacity: 1; }
  77.77%, 100% { opacity: 0; }
}

@keyframes sommer-2026-background-3 {
  0%, 55.55% { opacity: 0; }
  66.66%, 88.88% { opacity: 1; }
  100% { opacity: 0; }
}

@media (max-width: 1024px) {
  .sommer-2026-slide__text {
    font-size: 41px;
  }
}

@media (max-width: 778px) {
  .sommer-2026-slide__text {
    margin-bottom: 30px;
    font-size: 37px;
  }
}

@media (max-width: 480px) {
  .sommer-2026-slide__text {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 1.26;
  }

  .sommer-2026-slide__button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sommer-2026-slide__background--2,
  .sommer-2026-slide__background--3 {
    animation: none;
  }
}
