/* Startseite: Lesbarkeit, 09.09.2026. Nach den bestehenden Styles laden. */
.fd2-home-print .fd2-section-label,
.fd2-home-objects .fd2-section-label,
.fd2-home-studio-proof .fd2-section-label {
  color: #d0d0d0;
}

/* Der Studio-Hinweis liegt über einem Foto: eine feste Fläche sichert den Kontrast. */
.fd2-home-studio-hero-copy > .fd2-section-label {
  display: inline-block;
  background: #161616;
  color: #f5f5f5;
  padding: .5rem .75rem;
}

.fd2-home-contact .fd2-kicker {
  color: #161616;
}

.fd2-home-gateway-print .fd2-home-gateway-body > span {
  color: #ff9a3d;
}

.fd2-home-gateway-body > strong,
.fd2-home-gateway-all,
.fd2-home-print-grid > div > .fd2-home-print-actions > a.is-primary,
.fd2-home-objects a,
.fd2-home-studio-hero-copy > div > a.is-primary {
  color: #161616;
}

.fd2-home-gateway-body > strong span,
.fd2-home-gateway-all span,
.fd2-home-print-grid > div > .fd2-home-print-actions > a.is-primary span,
.fd2-home-objects a span,
.fd2-home-studio-hero-copy > div > a.is-primary span {
  color: inherit;
}

/* Größere Beschriftungen dürfen bei schmalen Ansichten auf zwei Zeilen laufen. */
.fd2-home-gateway-body > strong,
.fd2-home-gateway-all,
.fd2-home-print-grid > div > .fd2-home-print-actions > a,
.fd2-home-objects a,
.fd2-home-studio-hero-copy > div > a,
.fd2-home-studio-proof-grid > div > div > a,
.fd2-home-print-products > a > div > b,
.fd2-home-studio-brand > strong {
  font-size: .875rem;
  line-height: 1.45;
  letter-spacing: .06em;
  padding-top: .875rem;
  padding-bottom: .875rem;
  height: auto;
  overflow-wrap: anywhere;
}

.fd2 .fd2-section-label,
.fd2 .fd2-kicker,
.fd2-home-gateway-body > span,
.fd2-home-print figcaption,
.fd2-home-print-products > a > div > span,
.fd2-home-objects figcaption span,
.fd2-home-studio-brand > span,
.fd2-home-contact-options > a > span:first-child,
.fd2-home-contact-whatsapp > div > span,
.fd2-home-contact-whatsapp > div > small,
.fd2-home-contact-options > p {
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: .06em;
}

.fd2-home-studio-brand > p {
  font-size: .875rem;
  line-height: 1.6;
}

.fd2-home-studio-brand {
  grid-template-rows: minmax(24px, auto) 126px minmax(100px, 1fr) auto;
}

.fd2-home-contact-person {
  font-size: .75rem !important;
  line-height: 1.5;
}

/* Der WhatsApp-Hinweis muss auch auf der weißen Hover-Fläche lesbar bleiben. */
.fd2-home-contact-whatsapp:hover > div > small {
  color: #595959;
}
