/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/customer-slider/customer-slider.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/*
@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;
*/
.customer-slider-container {
  position: relative;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 45px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

swiper-container swiper-slide > * {
  touch-action: pan-y;
}
swiper-container.height-ratio {
  aspect-ratio: var(--swiper-height-value);
}
swiper-container.height-ratio swiper-slide,
swiper-container.height-ratio swiper-slide > section {
  aspect-ratio: var(--swiper-height-value);
}
swiper-container.height-px, swiper-container.height-vh {
  height: var(--swiper-height-value);
}
swiper-container.height-px swiper-slide,
swiper-container.height-px swiper-slide > section, swiper-container.height-vh swiper-slide,
swiper-container.height-vh swiper-slide > section {
  height: var(--swiper-height-value);
}
