/*
@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;
}
*/
.fa-karte {
  position: relative;
  padding: clamp(22px, 3vw, 32px);
  background: var(--card-bg);
  border: 1.5px dashed var(--primary-color);
  border-radius: 8px;
}

.fa-badge {
  position: absolute;
  top: -11px;
  left: 22px;
  padding: 5px 10px;
  border-radius: 3px;
  background: var(--primary-color);
  font-family: var(--mono-font);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.38px;
  text-transform: uppercase;
  color: var(--white);
}

.fa-titel {
  margin: 10px 0 6px;
  font-family: var(--secondary-font);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-color);
}

.fa-untertitel {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color-muted);
}

.fa-falle {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fa-zone {
  padding: 14px;
  border: 1.5px dashed var(--rule-dashed);
  border-radius: var(--border-radius);
  background: var(--cream-soft);
}
.fa-zone.ist-ziel {
  border-color: var(--primary-color);
  background: var(--primary-color-lightest);
}

.fa-zone-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 22px 10px;
  text-align: center;
  cursor: pointer;
  color: var(--primary-color);
}

.fa-zone-haupt {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--text-color);
}

.fa-zone-hinweis {
  font-family: var(--mono-font);
  font-size: 12px;
  color: var(--secondary-color-text);
}

.fa-datei {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.fa-vorschau {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 12px;
}

.fa-thumb {
  position: relative;
  aspect-ratio: 1/1;
}
.fa-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--rule-color);
  border-radius: 4px;
}

.fa-thumb-weg {
  position: absolute;
  top: -7px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--text-color);
  font-size: 11px;
  line-height: 1;
  color: var(--white);
  cursor: pointer;
}

.fa-thumb-mehr {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border: 1.5px dashed var(--rule-dashed);
  border-radius: 4px;
  background: transparent;
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
}

.fa-zaehler {
  margin: 10px 0 0;
  font-family: var(--mono-font);
  font-size: 12px;
  color: var(--secondary-color-text);
}

.fa-zeile {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.fa-plz,
.fa-frei,
.fa-kontakt {
  box-sizing: border-box;
  height: 53px;
  padding: 12px 14px;
  border: 1.5px solid var(--rule-dashed);
  border-radius: 5px;
  background: var(--cream-soft);
  color: var(--text-color);
}
.fa-plz::-moz-placeholder, .fa-frei::-moz-placeholder, .fa-kontakt::-moz-placeholder {
  color: var(--text-color-faint);
}
.fa-plz::placeholder,
.fa-frei::placeholder,
.fa-kontakt::placeholder {
  color: var(--text-color-faint);
}
.fa-plz:focus-visible,
.fa-frei:focus-visible,
.fa-kontakt:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 1px;
}

.fa-plz {
  width: 140px;
  font-family: var(--mono-font);
  font-size: 16px;
  font-weight: 600;
}

.fa-frei {
  flex: 1 1 0%;
  min-width: 170px;
  font-family: var(--primary-font);
  font-size: 15.5px;
}

.fa-kontakt {
  flex: 1 1 100%;
  font-family: var(--primary-font);
  font-size: 15.5px;
}

.fa-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-color-muted);
}
.fa-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--primary-color);
}

.fa-fehler {
  margin: 12px 0 0;
  padding: 10px 14px;
  border: 1px solid #b45a48;
  border-radius: 5px;
  background: #f5ece9;
  font-size: 14.5px;
  line-height: 1.5;
  color: #8a3b2e;
}

.fa-senden {
  width: 100%;
  margin-top: 14px;
  padding: 17px 20px;
  border: 0;
  border-radius: 5px;
  background: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
}
.fa-senden:hover {
  background: var(--primary-color-dark);
}

.fa-microcopy {
  margin: 12px 0 0;
  text-align: center;
  font-family: var(--mono-font);
  font-size: 12px;
  line-height: 1.6;
  color: var(--secondary-color-text);
}

.fa-fussnote {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px dashed var(--rule-color);
  font-family: var(--mono-font);
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--secondary-color-text);
}

.fa-karte-fertig {
  border-style: solid;
  border-color: var(--primary-color);
  background: var(--primary-color-lightest);
}
.fa-karte-fertig .fa-fussnote {
  border-top-color: var(--primary-color-pale);
  color: var(--text-color-muted);
}

/*# sourceMappingURL=foto-anfrage.css.map*/