@charset "UTF-8";
/*
@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;
}
*/
.kc-teaser[type="1"] {
  --kc-teaser-padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.kc-teaser[type="1"].is-style-step {
  --kc-teaser-padding: 8px 0 0;
  --kc-teaser-title-font-size: 18px;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-margin: 10px 0 0;
  --kc-teaser-description-margin: 10px 0 0;
  border-bottom: 0;
  counter-increment: schritt;
  position: relative;
}
.kc-teaser[type="1"].is-style-step::before {
  content: counter(schritt);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  background: var(--primary-color);
  box-shadow: 0 0 0 6px var(--white);
  position: relative;
  z-index: 1;
}
.kc-teaser[type="1"].is-style-step::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 44px;
  right: calc(-1 * var(--grid-column-gap, 20px));
  height: 2px;
  background: var(--secondary-color-light);
}

.grid-container .grid {
  counter-reset: schritt;
}
.grid-container .grid > .teaser-container:last-child .kc-teaser.is-style-step::after {
  content: none;
}

.has-grey-light-background-color .kc-teaser.is-style-step::before {
  box-shadow: 0 0 0 6px var(--grey-light);
}

.kc-teaser[type="1"].is-style-card {
  --kc-teaser-padding: 22px 22px 20px;
  --kc-teaser-background-color: var(--white);
  --kc-teaser-title-font-size: 21px;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-color: var(--primary-color);
  --kc-teaser-title-line-height: 1.25;
  --kc-teaser-title-margin: 0;
  --kc-teaser-description-font-size: 14.5px;
  --kc-teaser-description-color: var(--text-color-light);
  --kc-teaser-description-margin: 10px 0 0;
  --kc-teaser-media-margin: -22px -22px 18px;
  --kc-teaser-media-container-width: calc(100% + 44px);
  --kc-teaser-read_more_label-margin: auto 0 0;
  --kc-teaser-read_more_label-transform: none;
  --kc-teaser-read_more_label-background-color: transparent;
  --kc-teaser-read_more_label-color: var(--primary-color);
  --kc-teaser-read_more_label-padding: 8px 0 0;
  --kc-teaser-read_more_label-font-family: var(--primary-font);
  --kc-teaser-read_more_label-font-weight: 700;
  --kc-teaser-read_more_label-font-size: 14.5px;
  border: 1px solid var(--grey-dark);
  border-bottom: 1px solid var(--grey-dark);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s var(--weich), box-shadow 0.35s var(--weich), border-color 0.35s var(--weich);
}
.kc-teaser[type="1"].is-style-card:hover:has(.kc-teaser-read_more_label) {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(8, 31, 68, 0.16);
  border-color: var(--secondary-color);
}
.kc-teaser[type="1"].is-style-card .kc-teaser-media-container {
  --kc-teaser-media-container-margin: -22px -22px 18px;
  width: calc(100% + 44px);
}
.kc-teaser[type="1"].is-style-card .kc-teaser-media {
  --kc-teaser-media-margin: 0;
  transition: transform 0.6s var(--weich);
}
.kc-teaser[type="1"].is-style-card:hover .kc-teaser-media {
  transform: scale(1.05);
}
.kc-teaser[type="1"].is-style-card .kc-teaser-description {
  white-space: pre-line;
}
.kc-teaser[type="1"].is-style-card .kc-teaser-read_more_label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.kc-teaser[type="1"].is-style-card .kc-teaser-read_more_label::after {
  content: " →";
  display: inline-block;
  transition: transform 0.35s var(--weich);
}
.kc-teaser[type="1"].is-style-card:hover {
  --kc-teaser-read_more_label-color: var(--primary-color-light);
}
.kc-teaser[type="1"].is-style-card:hover .kc-teaser-read_more_label::after {
  transform: translateX(4px);
}

a.kc-teaser.is-style-card {
  text-decoration: none;
  color: inherit;
}

.kc-teaser[type="1"].is-style-term {
  --kc-teaser-padding: 0;
  --kc-teaser-title-font-size: 15.5px;
  --kc-teaser-title-font-weight: 600;
  --kc-teaser-title-line-height: 1.55;
  --kc-teaser-description-font-size: 15.5px;
  --kc-teaser-description-color: var(--text-color);
  --kc-teaser-description-margin: 0;
  border-bottom: 0;
}
.kc-teaser[type="1"].is-style-term .kc-teaser-title,
.kc-teaser[type="1"].is-style-term .kc-teaser-description {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}
.kc-teaser[type="1"].is-style-term .kc-teaser-title {
  white-space: nowrap;
}
.kc-teaser[type="1"].is-style-term {
  --kc-teaser-display: grid;
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.grid-container .grid:has(> .teaser-container > .kc-teaser.is-style-term) {
  grid-template-columns: max-content minmax(0, 1fr);
  --grid-row-gap: 0;
  --grid-column-gap: 32px;
}
.grid-container .grid:has(> .teaser-container > .kc-teaser.is-style-term) > .teaser-container {
  display: contents;
}
.grid-container .grid:has(> .teaser-container > .kc-teaser.is-style-term) .kc-teaser.is-style-term {
  --kc-teaser-display: contents;
}

@media (max-width: 900px) {
  .kc-teaser[type="1"].is-style-step {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 4px;
    --kc-teaser-padding: 0;
    --kc-teaser-title-margin: 0;
    --kc-teaser-description-margin: 4px 0 0;
  }
  .kc-teaser[type="1"].is-style-step::before {
    grid-row: 1/span 2;
  }
  .kc-teaser[type="1"].is-style-step::after {
    top: 44px;
    bottom: calc(-1 * var(--grid-row-gap, 20px) - 8px);
    left: 18px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .kc-teaser[type="1"].is-style-step .kc-teaser-description {
    grid-column: 2;
  }
  .kc-teaser[type="1"].is-style-term {
    grid-template-columns: minmax(0, 1fr);
  }
  .kc-teaser[type="1"].is-style-term .kc-teaser-title {
    white-space: normal;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .kc-teaser[type="1"].is-style-term .kc-teaser-description {
    padding-top: 2px;
  }
  .grid-container .grid:has(> .teaser-container > .kc-teaser.is-style-term) {
    grid-template-columns: minmax(0, 1fr);
  }
  .kc-teaser[type="1"].is-style-card {
    --kc-teaser-padding: 18px 18px 16px;
    --kc-teaser-media-margin: -18px -18px 16px;
  }
  .kc-teaser[type="1"].is-style-card .kc-teaser-media-container {
    --kc-teaser-media-container-margin: -18px -18px 16px;
    width: calc(100% + 36px);
  }
}

/*# sourceMappingURL=teaser.css.map*/