/*
@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 {
  position: relative;
}
body .swipe-container:after,
html .swipe-container:after {
  content: "Entdecken";
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body swiper-slide,
html swiper-slide {
  --group-padding-top: 0;
  --group-padding-bottom: 0;
  --group-full-padding-left: 0;
  --group-full-padding-right: 0;
  --h1-font-family: var(--tertiary-font);
  --h1-font-size: clamp(2rem, 5vw, 3.5rem);
  --h1-line-height: 1.3;
  --heading-margin-bottom: 1rem;
  --h1-font-weight: 400;
  --h1-text-transform: none;
  --p-font-size: 0.85rem;
  --p-font-weight: 400;
}
body swiper-slide h1,
html swiper-slide h1 {
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}
body swiper-slide p,
html swiper-slide p {
  text-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
body swiper-slide .has-background > .wp-block-group,
html swiper-slide .has-background > .wp-block-group {
  height: 100%;
  position: relative;
}
body swiper-slide .has-background > .wp-block-group:before,
html swiper-slide .has-background > .wp-block-group:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
  z-index: -1;
}
body swiper-slide .has-background > .wp-block-group .wp-block-group__inner-container,
html swiper-slide .has-background > .wp-block-group .wp-block-group__inner-container {
  position: absolute;
  top: calc(50% + 50px);
  left: 0;
  width: 100%;
  height: 50%;
}