/*
@include breakpoint(tablet) {
}
*/
/*
@include transition(timing) {
}
*/
/*
@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;
*/
#editor [data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #888;
  font-style: italic;
  cursor: text;
  white-space: nowrap;
}
#editor [data-type="kc/teaser"] {
  max-width: 300px;
}

.kc-teaser[type="1"] {
  display: var(--kc-teaser-display, block);
  position: var(--kc-teaser-position, relative);
  -webkit-text-decoration: var(--kc-teaser-text-decoration, none);
          text-decoration: var(--kc-teaser-text-decoration, none);
  padding: var(--kc-teaser-padding, 0);
  background-color: var(--kc-teaser-background-color, var(--white));
  height: var(--kc-teaser-height, 100%);
}
.kc-teaser[type="1"] .kc-teaser-media-container {
  display: var(--kc-teaser-media-container-display, block);
  width: var(--kc-teaser-media-container-width, 100%);
  margin: var(--kc-teaser-media-container-margin, 0);
  padding: var(--kc-teaser-media-container-padding, 0);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] {
  overflow: var(--kc-teaser-media-container-overflow, hidden);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="16/9"] {
  aspect-ratio: 16/9;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="9/16"] {
  aspect-ratio: 9/16;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="21/9"] {
  aspect-ratio: 21/9;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="9/21"] {
  aspect-ratio: 9/21;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="32/9"] {
  aspect-ratio: 32/9;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="9/32"] {
  aspect-ratio: 9/32;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop][crop="1/1"] {
  aspect-ratio: 1/1;
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media {
  -o-object-fit: var(--kc-teaser-media-object-fit, cover);
     object-fit: var(--kc-teaser-media-object-fit, cover);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-top.horizontal-left {
  -o-object-position: var(--kc-teaser-media-object-position, top left);
     object-position: var(--kc-teaser-media-object-position, top left);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-top.horizontal-center {
  -o-object-position: var(--kc-teaser-media-object-position, top center);
     object-position: var(--kc-teaser-media-object-position, top center);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-top.horizontal-right {
  -o-object-position: var(--kc-teaser-media-object-position, top right);
     object-position: var(--kc-teaser-media-object-position, top right);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-center.horizontal-left {
  -o-object-position: var(--kc-teaser-media-object-position, center left);
     object-position: var(--kc-teaser-media-object-position, center left);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-center.horizontal-center {
  -o-object-position: var(--kc-teaser-media-object-position, center);
     object-position: var(--kc-teaser-media-object-position, center);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-center.horizontal-right {
  -o-object-position: var(--kc-teaser-media-object-position, center right);
     object-position: var(--kc-teaser-media-object-position, center right);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-bottom.horizontal-left {
  -o-object-position: var(--kc-teaser-media-object-position, bottom left);
     object-position: var(--kc-teaser-media-object-position, bottom left);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-bottom.horizontal-bottom {
  -o-object-position: var(--kc-teaser-media-object-position, bottom center);
     object-position: var(--kc-teaser-media-object-position, bottom center);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.vertical-bottom.horizontal-right {
  -o-object-position: var(--kc-teaser-media-object-position, bottom right);
     object-position: var(--kc-teaser-media-object-position, bottom right);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.fill-cover {
  -o-object-fit: var(--kc-teaser-media-object-fit, cover);
     object-fit: var(--kc-teaser-media-object-fit, cover);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.fill-contain {
  -o-object-fit: var(--kc-teaser-media-object-fit, contain);
     object-fit: var(--kc-teaser-media-object-fit, contain);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.fill-fill {
  -o-object-fit: var(--kc-teaser-media-object-fit, fill);
     object-fit: var(--kc-teaser-media-object-fit, fill);
}
.kc-teaser[type="1"] .kc-teaser-media-container[crop] .kc-teaser-media.fill-none {
  -o-object-fit: var(--kc-teaser-media-object-fit, none);
     object-fit: var(--kc-teaser-media-object-fit, none);
}
.kc-teaser[type="1"] .kc-teaser-media-container .kc-teaser-media {
  display: var(--kc-teaser-media-display, block);
  width: var(--kc-teaser-media-width, 100%);
  height: var(--kc-teaser-media-height, 100%);
  margin: var(--kc-teaser-media-margin, 0 0 var(--global-padding));
}
.kc-teaser[type="1"] .kc-teaser-title {
  display: var(--kc-teaser-title-display, block);
  font-family: var(--kc-teaser-title-font-family, var(--secondary-font));
  font-size: var(--kc-teaser-title-font-size, 18px);
  font-weight: var(--kc-teaser-title-font-weight, 700);
  line-height: var(--kc-teaser-title-line-height, 1);
  color: var(--kc-teaser-title-color, var(--p-color, var(--text-color)));
  -webkit-text-decoration: var(--kc-teaser-title-text-decoration, none);
          text-decoration: var(--kc-teaser-title-text-decoration, none);
  text-align: var(--kc-teaser-title-text-align, left);
  margin: var(--kc-teaser-title-margin, 10px 0 0);
  padding: var(--kc-teaser-title-padding, 0);
  -webkit-hyphens: var(--kc-teaser-title-hyphens, auto);
          hyphens: var(--kc-teaser-title-hyphens, auto);
}
.kc-teaser[type="1"] .kc-teaser-description {
  font-family: var(--kc-teaser-description-font-family, var(--p-font-family));
  font-size: var(--kc-teaser-description-font-size, 0.9rem);
  font-weight: var(--kc-teaser-description-font-weight, var(--p-font-weight));
  line-height: var(--kc-teaser-description-line-height, var(--p-line-height));
  color: var(--kc-teaser-description-color, var(--p-color, var(--text-color)));
  -webkit-text-decoration: var(--kc-teaser-description-text-decoration, none);
          text-decoration: var(--kc-teaser-description-text-decoration, none);
  text-align: var(--kc-teaser-description-text-align, left);
  display: var(--kc-teaser-description-display, block);
  -webkit-hyphens: var(--kc-teaser-description-hyphens, auto);
          hyphens: var(--kc-teaser-description-hyphens, auto);
  margin: var(--kc-teaser-description-margin, 10px 0 0);
  padding: var(--kc-teaser-description-padding, 0);
}
.kc-teaser[type="1"] .kc-teaser-read_more_label {
  display: var(--kc-teaser-read_more_label-display, inline-block);
  margin: var(--kc-teaser-read_more_label-margin, 10px 0 0 100%);
  transform: var(--kc-teaser-read_more_label-transform, translateX(-100%));
  background-color: var(--kc-teaser-read_more_label-background-color, var(--primary-color-dark, var(--primary-color)));
  font-family: var(--kc-teaser-read_more_label-font-family, var(--secondary-font, var(--primary-font)));
  font-weight: var(--kc-teaser-read_more_label-font-weight, 900);
  padding: var(--kc-teaser-read_more_label-padding, 3px 20px);
  color: var(--kc-teaser-read_more_label-color, var(--white));
  -webkit-text-decoration: var(--kc-teaser-read_more_label-text-decoration, none);
          text-decoration: var(--kc-teaser-read_more_label-text-decoration, none);
  text-transform: var(--kc-teaser-read_more_label-text-transform, none);
  text-align: var(--kc-teaser-read_more_label-text-align, none);
  white-space: var(--kc-teaser-read_more_label-white-space, nowrap);
  width: var(--kc-teaser-read_more_label-width, auto);
}

.outer-wrapper .inner-wrapper.teaser-inner-wrapper {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}

.teaser {
  margin-bottom: 6rem;
  position: relative;
}
@media (min-width: 641px) {
  .teaser {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1025px) {
  .teaser {
    margin-bottom: 12rem;
  }
}
.teaser__image {
  position: relative;
  z-index: 1;
  display: block;
}
.teaser__image:before {
  display: block;
  content: "";
  width: 100%;
}
.teaser__image > .aspect-ratio-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.teaser a {
  color: var(--text-color);
}
.teaser__text {
  position: relative;
  max-width: 30rem;
  margin: auto;
  padding-top: 1rem;
}
@media (min-width: 769px) {
  .teaser__text {
    z-index: 100;
    max-width: 16rem;
    padding-top: inherit;
  }
}
@media (min-width: 1025px) {
  .teaser__text {
    max-width: 18rem;
  }
}
.teaser__text__title {
  font-family: F37-Ginger-Light, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 21.2px;
  line-height: 1.125;
  margin-bottom: 0.75rem;
  color: var(--text-color);
}
@media (min-width: 769px) {
  .teaser__text__title {
    font-family: F37-Ginger-Thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .teaser__text__title {
    font-size: 36px;
    margin-bottom: 1rem;
  }
}
.teaser__text__subhead {
  font-family: F37-Ginger-Light, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 21.2px;
  line-height: 1.125;
  margin-bottom: 0.75rem;
  color: var(--text-color);
}
@media (min-width: 769px) {
  .teaser__text__subhead {
    font-family: F37-Ginger-Thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .teaser__text__subhead {
    font-size: 36px;
    margin-bottom: 1rem;
  }
}
.teaser__text__illustration {
  display: none;
}
.teaser__text__illustration img {
  width: 300px;
}
.teaser__text__link {
  font-family: F37-Ginger-Light, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  color: #88ac9c;
}
.teaser__text__link:after {
  content: url(./img/icon--arrow--right.svg);
  position: absolute;
  top: 1px;
  right: -1.5em;
  height: 1em;
  width: 1em;
}
.teaser__text__no-link {
  font-family: F37-Ginger-Light, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #88ac9c;
}
.teaser[type="1"] .teaser__image:before {
  padding-top: 114.2857142857%;
}
@media (min-width: 769px) {
  .teaser[type="1"] .teaser__image {
    max-width: 30rem;
    margin-right: auto;
    margin-left: 0;
  }
  .teaser[type="1"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="1"] .teaser__text {
    position: absolute;
    top: 8rem;
    left: 32rem;
  }
  .teaser[type="1"] .teaser__text__illustration {
    display: block;
    max-width: 200px;
    position: absolute;
    top: -4.5rem;
    left: -6.5rem;
  }
}
@media (min-width: 1025px) {
  .teaser[type="1"] .teaser__text {
    left: 34rem;
  }
  .teaser[type="1"] .teaser__text__illustration {
    max-width: 220px;
  }
}
.teaser[type="2"] .teaser__image:before {
  padding-top: 66.6666666667%;
}
@media (min-width: 769px) {
  .teaser[type="2"] .teaser__image {
    max-width: 30rem;
    margin-left: auto;
    margin-right: 0 !important;
  }
  .teaser[type="2"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="2"] .teaser__text {
    position: absolute;
    top: 2rem;
    left: 18%;
    max-width: 20rem;
  }
}
@media (min-width: 1025px) {
  .teaser[type="2"] .teaser__image {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }
  .teaser[type="2"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="2"] .teaser__text {
    top: 4rem;
    left: 12%;
  }
}
.teaser[type="3"] .teaser__image:before {
  padding-top: 100%;
}
@media (min-width: 769px) {
  .teaser[type="3"] .teaser__image {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .teaser[type="3"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="3"] .teaser__text {
    position: absolute;
    top: 4rem;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .teaser[type="3"] .teaser__text {
    top: 6rem;
  }
}
.teaser[type="4"] .teaser__image:before {
  padding-top: 100%;
}
@media (min-width: 769px) {
  .teaser[type="4"] .teaser__image {
    max-width: 30rem;
    margin-right: auto;
    margin-left: 0;
  }
  .teaser[type="4"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="4"] .teaser__text {
    position: absolute;
    top: 6rem;
    left: 32rem;
  }
  .teaser[type="4"] .teaser__text__illustration {
    display: block;
    max-width: 170px;
    position: absolute;
    top: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1025px) {
  .teaser[type="4"] .teaser__text {
    left: 34rem;
  }
  .teaser[type="4"] .teaser__text__illustration {
    max-width: 185px;
    left: -2.5rem;
  }
}
.teaser[type="5"] .teaser__image:before {
  padding-top: 66.6666666667%;
}
@media (min-width: 769px) {
  .teaser[type="5"] .teaser__image {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .teaser[type="5"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="5"] .teaser__text {
    position: absolute;
    top: 5rem;
    left: 0;
  }
  .teaser[type="5"] .teaser__text__illustration {
    display: block;
    max-width: 140px;
    position: absolute;
    top: -3rem;
    left: -2rem;
  }
}
@media (min-width: 1025px) {
  .teaser[type="5"] .teaser__image {
    max-width: 42rem;
    margin-left: auto;
    margin-right: 13.5%;
  }
  .teaser[type="5"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="5"] .teaser__text {
    top: 6rem;
  }
  .teaser[type="5"] .teaser__text__illustration {
    max-width: 160px;
    top: -3.25rem;
    left: -3rem;
  }
}
.teaser[type="6"] .teaser__image:before {
  padding-top: 100%;
}
@media (min-width: 769px) {
  .teaser[type="6"] .teaser__image {
    max-width: 30rem;
    margin-right: auto;
    margin-left: 0;
  }
  .teaser[type="6"] .teaser__image:after {
    content: " ";
    display: block;
    clear: both;
  }
  .teaser[type="6"] .teaser__text {
    position: absolute;
    top: 4rem;
    left: 32rem;
  }
}
@media (min-width: 1025px) {
  .teaser[type="6"] .teaser__text {
    left: 34rem;
  }
}