/*
@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.service-card {
  --kc-teaser-display: grid;
  --kc-teaser-background-color: var(--card-bg);
  --kc-teaser-padding: 20px 20px 18px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "icon icon" "title title" "desc desc" "more link";
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  border: 1px solid var(--rule-color);
  border-radius: var(--border-radius);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.kc-teaser.service-card::before {
  content: "";
  grid-area: icon;
  width: 26px;
  height: 26px;
  margin-bottom: 14px;
  background-color: var(--primary-color);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
}
.kc-teaser.service-card .kc-teaser-title {
  grid-area: title;
  --kc-teaser-title-font-family: var(--secondary-font);
  --kc-teaser-title-font-size: 20px;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-line-height: 1.15;
  --kc-teaser-title-color: var(--text-color);
  --kc-teaser-title-margin: 0 0 8px;
}
.kc-teaser.service-card .kc-teaser-description {
  grid-area: desc;
  --kc-teaser-description-font-family: var(--primary-font);
  --kc-teaser-description-font-size: 14.5px;
  --kc-teaser-description-line-height: 1.5;
  --kc-teaser-description-color: var(--text-color-muted);
  --kc-teaser-description-margin: 0;
}
.kc-teaser.service-card .kc-teaser-more_content,
.kc-teaser.service-card .kc-teaser-read_more_label {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--rule-hairline);
  align-self: start;
}
.kc-teaser.service-card .kc-teaser-more_content {
  grid-area: more;
  font-family: var(--mono-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text-color);
  padding-right: var(--space-xs);
}
.kc-teaser.service-card .kc-teaser-read_more_label {
  grid-area: link;
  --kc-teaser-read_more_label-margin: 0;
  --kc-teaser-read_more_label-padding: 0;
  --kc-teaser-read_more_label-transform: none;
  --kc-teaser-read_more_label-background-color: transparent;
  --kc-teaser-read_more_label-font-family: var(--primary-font);
  --kc-teaser-read_more_label-font-size: 14.5px;
  --kc-teaser-read_more_label-font-weight: 600;
  --kc-teaser-read_more_label-color: var(--primary-color-dark);
  --kc-teaser-read_more_label-width: auto;
  white-space: nowrap;
  text-decoration: none;
}
.kc-teaser.service-card .kc-teaser-read_more_label:hover {
  --kc-teaser-read_more_label-color: var(--primary-color);
}
.kc-teaser.service-card:hover {
  border-color: var(--primary-color-light);
  box-shadow: 0 1px 3px rgba(20, 35, 28, 0.06);
}

.kc-teaser.service-card.icon-haus::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M3.5 10.5L12 4l8.5 6.5V20a1 1 0 01-1 1h-15a1 1 0 01-1-1v-9.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.5 21v-6h5v6%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M3.5 10.5L12 4l8.5 6.5V20a1 1 0 01-1 1h-15a1 1 0 01-1-1v-9.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.5 21v-6h5v6%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.kc-teaser.service-card.icon-garten::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M12 21c0-6 3-10.5 8-12-.5 6.5-3.5 10.5-8 12z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12 21c0-5-2.5-8.5-8-9.5.5 5.5 3 9 8 9.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12 21v-4%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M12 21c0-6 3-10.5 8-12-.5 6.5-3.5 10.5-8 12z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12 21c0-5-2.5-8.5-8-9.5.5 5.5 3 9 8 9.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12 21v-4%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

.kc-teaser.service-card.icon-winter::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M12 3v18M4.2 7.5l15.6 9M19.8 7.5l-15.6 9%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M9.5 5L12 7.4 14.5 5M9.5 19L12 16.6 14.5 19%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M12 3v18M4.2 7.5l15.6 9M19.8 7.5l-15.6 9%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M9.5 5L12 7.4 14.5 5M9.5 19L12 16.6 14.5 19%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.kc-teaser.service-card.icon-auto::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M3 15.5h18v3.5a.5.5 0 01-.5.5h-2.5a.5.5 0 01-.5-.5v-1H6.5v1a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5v-3.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M4.5 15.5l2-6a1.5 1.5 0 011.4-1h8.2a1.5 1.5 0 011.4 1l2 6%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M3 15.5h18v3.5a.5.5 0 01-.5.5h-2.5a.5.5 0 01-.5-.5v-1H6.5v1a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5v-3.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M4.5 15.5l2-6a1.5 1.5 0 011.4-1h8.2a1.5 1.5 0 011.4 1l2 6%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.kc-teaser.service-card.icon-umzug::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M3.5 8.5h17V19a1 1 0 01-1 1h-15a1 1 0 01-1-1V8.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M2.5 4.5h19v4h-19zM10 12.5h4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M3.5 8.5h17V19a1 1 0 01-1 1h-15a1 1 0 01-1-1V8.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M2.5 4.5h19v4h-19zM10 12.5h4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.kc-teaser.service-card.icon-reinigung::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M7.5 9.5h9V20a1 1 0 01-1 1h-7a1 1 0 01-1-1V9.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.5 9.5V5a1.5 1.5 0 011.5-1.5h2A1.5 1.5 0 0114.5 5v4.5M7.5 13.5h9%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27%3E%3Cpath d=%27M7.5 9.5h9V20a1 1 0 01-1 1h-7a1 1 0 01-1-1V9.5z%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.5 9.5V5a1.5 1.5 0 011.5-1.5h2A1.5 1.5 0 0114.5 5v4.5M7.5 13.5h9%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.kc-teaser.step-card {
  --kc-teaser-display: block;
  --kc-teaser-background-color: transparent;
  --kc-teaser-padding: 18px 0 0;
  counter-increment: kc-step;
  border-top: 2px solid var(--text-color);
}
.kc-teaser.step-card::before {
  content: counter(kc-step);
  display: block;
  margin-bottom: 10px;
  font-family: var(--secondary-font);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary-color-pale);
}
.kc-teaser.step-card .kc-teaser-title {
  --kc-teaser-title-font-family: var(--secondary-font);
  --kc-teaser-title-font-size: 20px;
  --kc-teaser-title-font-weight: 700;
  --kc-teaser-title-line-height: 1.6;
  --kc-teaser-title-color: var(--text-color);
  --kc-teaser-title-margin: 0 0 8px;
  display: block;
}
.kc-teaser.step-card .kc-teaser-description {
  --kc-teaser-description-font-family: var(--primary-font);
  --kc-teaser-description-font-size: 15.5px;
  --kc-teaser-description-line-height: 1.6;
  --kc-teaser-description-color: var(--text-color-muted);
  --kc-teaser-description-margin: 0;
}

.kc-teaser.voice-card {
  --kc-teaser-display: grid;
  --kc-teaser-background-color: var(--cream-soft);
  --kc-teaser-padding: 24px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "stars stars" "desc  desc" "more  note";
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  border: 1px solid var(--rule-color);
  border-radius: var(--border-radius);
  height: 100%;
}
.kc-teaser.voice-card .kc-teaser-title {
  grid-area: stars;
  --kc-teaser-title-font-family: var(--primary-font);
  --kc-teaser-title-font-size: 16px;
  --kc-teaser-title-font-weight: 400;
  --kc-teaser-title-line-height: 1.6;
  --kc-teaser-title-color: var(--primary-color);
  --kc-teaser-title-margin: 0 0 14px;
  display: block;
  letter-spacing: 3px;
}
.kc-teaser.voice-card .kc-teaser-description {
  grid-area: desc;
  --kc-teaser-description-font-family: var(--primary-font);
  --kc-teaser-description-font-size: 16.5px;
  --kc-teaser-description-line-height: 1.6;
  --kc-teaser-description-color: #3a463f;
  --kc-teaser-description-margin: 0;
}
.kc-teaser.voice-card .kc-teaser-more_content,
.kc-teaser.voice-card .kc-teaser-expand_more_content {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--rule-color);
  font-family: var(--mono-font);
  font-size: 12.5px;
  line-height: 20px;
  align-self: start;
}
.kc-teaser.voice-card .kc-teaser-more_content {
  grid-area: more;
  font-weight: 600;
  color: var(--text-color);
  padding-right: var(--space-xs);
}
.kc-teaser.voice-card .kc-teaser-expand_more_content {
  grid-area: note;
  justify-self: end;
  font-weight: 400;
  color: var(--text-color-faint);
  text-align: right;
}

@media (max-width: 580px) {
  .kc-teaser.voice-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "stars" "desc" "more" "note";
  }
  .kc-teaser.voice-card .kc-teaser-expand_more_content {
    margin-top: 2px;
    padding-top: 0;
    border-top: 0;
    justify-self: start;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .kc-teaser.step-card::before {
    font-size: 42px;
  }
}

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