/*
@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,
html {
  --kc-teaser-background-color: white;
  --kc-teaser-title-padding: 24px 24px 12px 24px;
  --kc-teaser-title-font-size: 18px;
  --kc-teaser-title-color: var(--primary-color-dark);
  --kc-teaser-title-margin: 0;
  --kc-teaser-title-line-height: 25px;
  --kc-teaser-description-font-size: 14px;
  --kc-teaser-description-color: var(--text-color-light);
  --kc-teaser-description-line-height: 1.6;
  --kc-teaser-description-margin: 0;
  --kc-teaser-description-padding: 0 24px 24px 24px;
}
body .kc-teaser,
html .kc-teaser {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
body .publish-date,
html .publish-date {
  display: block;
  font-family: var(--primary-font);
  font-size: 11px;
  color: var(--text-color-light);
  margin-bottom: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}