section.hero.slider .hero-carousel {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.hero.slider .swiper-slide {
  padding-bottom: calc(5vh + var(--margin));
  display: flex;
  background: gray;
  color: white;
}
section.hero.slider .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.hero.slider .swiper-slide .bg::after, section.hero.slider .swiper-slide .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.hero.slider .swiper-slide .bg::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 44.39%);
  pointer-events: none;
}
section.hero.slider .swiper-slide .bg img {
  z-index: -1;
  transform: translateZ(0);
  object-position: 50% 50%;
  object-fit: cover;
}
section.hero.slider .swiper-slide.s1 .text {
  max-width: 760px;
}
section.hero.slider .swiper-slide .text {
  position: relative;
  opacity: 0;
  margin: auto calc(var(--margin) + var(--col)) 0;
  max-width: 870px;
  z-index: 1;
}
@media (max-width: 1279px) {
  section.hero.slider .swiper-slide .text {
    max-width: 640px;
  }
  section.hero.slider .swiper-slide .text .t1 {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  section.hero.slider .swiper-slide .text .t1 {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
section.hero.slider .swiper-slide .text h1 {
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  section.hero.slider .swiper-slide .text h1 {
    margin-bottom: 0;
  }
}
section.hero.slider .swiper-slide .text span {
  display: block;
}
section.hero.slider .swiper-slide .text .button {
  opacity: 0;
  margin-top: 16px;
  margin-bottom: 24px;
}
section.hero.slider .swiper-pagination {
  position: absolute;
  bottom: var(--margin);
  left: 0;
  margin: 0 calc(var(--margin) + var(--col)) 0;
  z-index: 2;
  display: flex;
  max-width: 80rem;
  width: 56%;
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.4s;
  position: relative;
  height: 20px;
  width: 100%;
  flex-shrink: 1;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet-active {
  opacity: 1;
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet:not(:last-child) {
  margin-right: 2rem;
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet:after, section.hero.slider .swiper-pagination > span.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 10%;
  transform-origin: left;
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet:after {
  animation-duration: 15s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet:before {
  background-color: var(--white);
}
section.hero.slider .swiper-pagination > span.swiper-pagination-bullet-active:after {
  background-color: var(--orange1);
  transform: translateZ(0) scaleX(0);
  animation-name: grow;
}
@keyframes grow {
  0% {
    transform: translateZ(0) scaleX(0);
  }
  100% {
    transform: translateZ(0) scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  section.hero.slider .swiper-pagination {
    bottom: auto;
    top: calc((17% + 4.8rem) / 2);
  }
  section.hero.slider .swiper-pagination > span:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1279px) {
  section.hero.slider .hero-carousel img {
    object-position: 50% 70%;
    font-family: "object-fit: cover; object-position: 50% 70%";
  }
  section.hero.slider .hero-carousel:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 64.75%);
  }
  section.hero.slider .swiper-pagination {
    margin: 0;
    padding: 0 var(--margin);
    max-width: none;
    width: 100%;
    bottom: auto;
    top: 8rem;
  }
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/15d354c82a033fd7d52028d35dcdd98f3404b9b4.css.map */