/*
@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;
}
*/
p a:hover {
  --link-color: var(--primary-color-light);
  --link-decoration: underline;
  text-underline-offset: 3px;
}

p.is-style-vorzeile {
  --p-font-size: 14px;
  --p-line-height: 1.15;
  --p-color: var(--text-color-light);
  --p-margin: 0;
  letter-spacing: 0.12em;
}
p.is-style-vorzeile a {
  --link-color: var(--text-color-light);
  text-decoration: none;
}

.paragraph-container.is-style-vorzeile-container {
  --paragraph-not-last-margin-bottom: 6px;
}

.paragraph-container:has(+ .is-style-vorzeile-container) {
  --paragraph-not-last-margin-bottom: 26px;
}

p.is-style-unterzeile {
  --p-font-size: 16px;
  --p-line-height: 1.6;
  --p-color: var(--text-color-light);
  --p-margin: 0;
  max-width: 720px;
}

.paragraph-container.is-style-unterzeile-container {
  --paragraph-not-last-margin-bottom: 28px;
}

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