/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
body .swipe-container,
html .swipe-container {
  --group-full-padding-left: var(--global-padding);
  --block-default-wide-padding-left: var(--global-padding);
  --block-default-wide-padding-right: var(--global-padding);
}
body .swiper-pagination-bullets,
html .swiper-pagination-bullets {
  width: calc(var(--content-width) + 2 * var(--global-padding)) !important;
  max-width: 100%;
  margin: 0 auto;
  gap: 10px;
  --swiper-pagination-bullet-horizontal-gap: 0;
  left: 0;
  right: 0;
  justify-content: start;
}
body .swiper-pagination-bullets .swiper-pagination-bullet,
html .swiper-pagination-bullets .swiper-pagination-bullet {
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-color: var(--secondary-color-light);
  width: 60px;
  height: 5px;
}
@media (max-width: 580px) {
  body .swiper-pagination-bullets .swiper-pagination-bullet,
html .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
  }
}
body .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
html .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 10px;
}
@media (max-width: 580px) {
  body .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
html .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 5px;
  }
}
body .home-intro-container .swiper-pagination-bullets,
html .home-intro-container .swiper-pagination-bullets {
  max-width: calc(100% - 2 * var(--global-padding));
}
body .home-intro-container .swiper-pagination-bullets,
html .home-intro-container .swiper-pagination-bullets {
  --swiper-pagination-bottom: 45px;
  position: absolute;
  z-index: 100;
}
body .teaser-swipe-container swiper-slide,
html .teaser-swipe-container swiper-slide {
  height: 100%;
}
body .teaser-swipe-container .teaser-container,
html .teaser-swipe-container .teaser-container {
  height: 100%;
}
body .teaser-swipe-container .kc-teaser,
html .teaser-swipe-container .kc-teaser {
  --kc-teaser-padding: 70px 40px;
}