section.kapitel-services {
  padding-top: clamp(20px, 50px - (30) * (100vw - 375px) / 905, 50px);
  padding-bottom: clamp(20px, 50px - (30) * (100vw - 375px) / 905, 50px);
}
section.kapitel-services .services-title {
  font-size: clamp(24px, 12 * (100vw - 375px) / 905 + 24px, 36px);
  line-height: 140%;
  font-weight: 300;
  margin-bottom: clamp(20px, 16 * (100vw - 375px) / 905 + 20px, 36px);
  text-transform: uppercase;
}
section.kapitel-services .swiper-wrapper {
  margin-bottom: 40px;
}
section.kapitel-services .service-row {
  --bs-gutter-x: 30px;
}
section.kapitel-services .service-item {
  aspect-ratio: 552/367;
  display: block;
  position: relative;
}
section.kapitel-services .service-item .service-item-image {
  height: 100%;
}
section.kapitel-services .service-item .service-item-image img {
  z-index: -1;
  transition: transform var(--transition);
}
section.kapitel-services .service-item .service-item-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  z-index: 1;
  opacity: 1;
  transition: opacity var(--transition);
}
section.kapitel-services .service-item .service-item-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: opacity var(--transition);
}
section.kapitel-services .service-item .service-item-more {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  justify-content: center;
  text-align: center;
  width: 100%;
}
section.kapitel-services .service-item .service-item-title {
  font-size: clamp(26px, 8 * (100vw - 375px) / 905 + 26px, 34px);
  line-height: 110%;
  font-weight: 300;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 24px;
  height: clamp(50px, 24 * (100vw - 375px) / 905 + 50px, 74px);
  text-align: center;
  padding: 0 24px;
  z-index: 3;
  text-transform: uppercase;
  overflow: hidden;
}
section.kapitel-services .service-item:hover .service-item-image img {
  transform: scale(1.2);
}
section.kapitel-services .service-item:hover .service-item-image:after {
  opacity: 0;
}
section.kapitel-services .service-item:hover .service-item-image:before {
  opacity: 1;
}
section.kapitel-services .swiper-pagination {
  bottom: 0;
}
section.kapitel-services .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: rgb(217, 217, 217);
  opacity: 1;
}
section.kapitel-services .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-red);
}

@media all and (max-width: 1723px) {
  section.kapitel-services .service-item .service-item-title {
    font-size: clamp(26px, 5 * (100vw - 375px) / 905 + 26px, 31px);
  }
}
@media all and (max-width: 1599px) {
  section.kapitel-services .service-item .service-item-more {
    top: 40%;
  }
  section.kapitel-services .service-item .service-item-title {
    font-size: clamp(26px, 1 * (100vw - 375px) / 905 + 26px, 27px);
    padding: 0 12px;
  }
}
@media all and (max-width: 1350px) {
  section.kapitel-services .service-item .service-item-title {
    font-size: 26px;
  }
}
@media all and (max-width: 1299px) {
  section.kapitel-services .service-item .service-item-title {
    font-size: 26px;
    height: 54px;
  }
}
@media all and (max-width: 768px) {
  section.kapitel-services .service-item .service-item-title {
    height: auto;
  }
}
/*# sourceMappingURL=services.css.map */
