.alza_hero {
  /* margin-left: calc(2.5rem - var(--header-width)); */
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  --swiper-theme-color: white;
  --swiper-navigation-size: 22px;
  padding: 0 2.5rem;
}

.alza_hero .alza-tabs .w-tabs-list {
  max-width: 500px;
  margin: 0 auto;
}

.alza_hero .w-tabs-section-content-h {
  max-width: 100% !important;
}

.alza_hero .alza_hero_bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  margin-left: calc(-2.5rem - var(--header-width));
  opacity: 0.08;
  /* filter: brightness(.8); */
  top: 0;
  /* mask-image: radial-gradient(circle, rgba(255,255,255,0.2) 30%, rgba(0,0,0,1) 100%); */
  background: url(./img/ALZA_Holzstruktur.webp);
}
.alza_hero .alza_hero_bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.alza_hero_supersign {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alza_hero_supersign svg {
  height: 80vh;
  max-width: 80vw;
  opacity: 0.2;
  fill: url(#Gradient1);
}
.alza_hero_content {
  position: relative;
  max-width: 1600px;
  width: 100%;
  /* margin: 0 2.5rem; */
}

.alza-hero-swiper {
  width: 100%;
  height: auto;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
/* .alza-hero-swiper .swiper-slide:not(.swiper-slide-active) {
    filter: blur(8px);
    transition: all .8s ease;
} */
.alza-hero-swiper .swiper-content {
  position: absolute;
  right: 0;
  left: 0;
  margin-left: calc(50% + 140px);
}
.alza-hero-swiper .swiper-content .h2 {
  font-size: 5rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.4rem;
}

.alza-hero-swiper .swiper-content .h6 {
  font-size: 1.2rem;
  margin-bottom: 0rem;
  margin-top: 2rem;
  text-transform: uppercase;
}

.alza-hero-swiper .swiper-wrapper {
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: alza_icons;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\E801";
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\E800";
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  width: 80px;
  display: block;
  height: 80px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: -1;
  transition: all 0.4s ease;
}
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.alza-hero-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.alza-hero-swiper .swiper-slide video,
.alza-hero-swiper .swiper-slide img {
  height: 70vh;
  object-fit: contain;
  max-width: 200px;
}

.alza-hero-swiper .swiper-slide .lxir-hero strong.small {
  font-size: 2rem;
  margin-left: 0.4rem;
}

.alza-hero-swiper .swiper-slide .lxir-hero .vermouth {
  color: #ca6afe;
  font-family: "SA No Rules";
  margin-top: -1.5rem;
  display: block;
}

@media (max-width: 1600px) {
  .alza-hero-swiper .swiper-slide video,
  .alza-hero-swiper .swiper-slide img {
    max-width: 180px;
  }
  .alza-hero-swiper .swiper-content {
    margin-left: calc(50% + 100px);
  }
  .alza-hero-swiper .swiper-content .h2 {
    font-size: 4rem;
  }
  .alza-hero-swiper .swiper-content .h6 {
    font-size: 1rem;
  }
}

@media (max-width: 1100px) {
  .alza_hero {
    margin-left: 0px;
    height: auto;
  }
  .alza_hero .alza_hero_bg {
    margin-left: 0;
  }
  .alza_hero_content {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
  .alza-hero-swiper .swiper-slide video,
  .alza-hero-swiper .swiper-slide img {
    max-height: 40vh;
  }
  .alza-hero-swiper .swiper-slide {
    flex-direction: column;
  }
  .alza-hero-swiper .swiper-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  .alza-hero-swiper .swiper-content .h2 {
    margin-top: 3rem;
  }
  .alza-hero-swiper .swiper-content .h6 {
    text-align: center;
  }
  .alza_hero_supersign {
    align-items: start;
    top: 10rem;
    bottom: unset;
  }
  .alza_hero_supersign svg {
    height: 30vh;
  }
}

@media (max-width: 768px) {
  .alza-hero-swiper .swiper-content .h2 {
    font-size: 2.6rem;
  }
  .alza_hero_content {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
  .alza_hero {
    --swiper-navigation-size: 18px;
    --swiper-navigation-sides-offset: -8px;
    height: auto;
    --swiper-navigation-top-offset: 30%;
  }
  .alza-hero-swiper .swiper-slide video,
  .alza-hero-swiper .swiper-slide img {
    max-height: 38vh;
    /* margin-top: -6vh; */
    max-width: 120px;
  }
  .swiper-button-next:before,
  .swiper-button-prev:before {
    width: 52px;
    height: 52px;
  }
  .alza-hero-swiper .swiper-slide .lxir-hero .vermouth {
    margin-top: -0.75rem;
  }
  .alza_hero .alza-tabs.w-tabs > .w-tabs-list .w-tabs-item {
    padding: 0.2rem;
    font-size: 15px;
    text-overflow: clip;
    overflow: visible;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1200px) and (orientation: landscape) {
  .alza-hero-swiper .swiper-slide video,
  .alza-hero-swiper .swiper-slide img {
    max-width: 140px;
  }
  .alza-hero-swiper .swiper-content h2 {
    font-size: 3rem;
  }
}
