@font-face {
  font-family: "Manrope";
  src: url("assets/Manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --violett: #83217d;
  --leistungsfarbe: #50339b;
  --koralle: #ec6152;
}
* { box-sizing: border-box; }
html { min-width: 280px; background: #fff; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; color: var(--violett); }
.visitenkarte { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.schild { position: relative; flex: 1; display: grid; grid-template-rows: 1fr; min-height: 640px; width: min(1120px, calc(100% - 64px)); margin: 0 auto; text-align: center; }
.marke { position: absolute; top: 40px; left: 0; right: 0; }
.logo { display: block; width: 88px; height: auto; margin: 0 auto 24px; }
h1 { margin: 0; font-size: clamp(26px, 3vw, 38px); font-weight: 750; line-height: 1.25; letter-spacing: .065em; text-transform: uppercase; }
.unterzeile { margin: 6px 0 0; font-size: clamp(16px, 1.8vw, 21px); font-weight: 400; line-height: 1.5; }
.leistungen { align-self: center; color: var(--leistungsfarbe); }
.schwerpunkte { display: flex; justify-content: center; flex-wrap: wrap; gap: 3px 0; padding: 0; margin: 0; list-style: none; font-size: clamp(32px, 4.2vw, 54px); font-weight: 650; line-height: 1.35; letter-spacing: .005em; }
.schwerpunkte li:first-child { flex-basis: 100%; }
.schwerpunkte li:last-child::before { content: ""; display: inline-block; width: 9px; height: 9px; margin: 0 20px 8px; border-radius: 50%; background: var(--koralle); }
.methoden { display: flex; justify-content: center; flex-wrap: wrap; max-width: 880px; padding: 0; margin: 28px auto 0; list-style: none; font-size: clamp(18px, 2vw, 25px); line-height: 1.8; }
.methoden li::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 8px 4px; border-radius: 50%; background: var(--koralle); }
.methoden li:nth-child(odd)::before { display: none; }
.methoden li:nth-child(3) { text-align: right; }
.methoden li:nth-child(3)::after { content: ""; }
.methoden li:nth-child(3), .methoden li:nth-child(4) { margin-top: 1px; }
.kontaktband { background: linear-gradient(105deg, #83217d 0%, #a62d72 52%, #be3a63 100%); color: #fff; }
.kontakt-innen { width: min(960px, calc(100% - 96px)); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 60px; padding: 33px 0 35px; font-size: clamp(20px, 2.1vw, 25px); font-weight: 450; line-height: max(44px, 1.8em); }
.kontaktdaten { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; }
.kontaktlink { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; color: inherit; font: inherit; overflow-wrap: anywhere; text-decoration-line: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 5px; transition: text-decoration-color 160ms ease; }
.kontaktlink:hover { text-decoration-color: #fff; }
.kontaktlink:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.anschrift { margin: 0; font: inherit; }
@media (min-width: 801px) {
  .methoden { display: grid; grid-template-columns: auto auto; width: max-content; max-width: 100%; }
  .methoden li:nth-child(1) { text-align: right; }
  .methoden li:nth-child(even) { text-align: left; }
}
@media (max-width: 800px) {
  .schild { grid-template-rows: auto 1fr; min-height: 0; width: min(580px, calc(100% - 40px)); padding: 40px 0 38px; row-gap: 33px; }
  .marke { position: static; }
  .logo { width: 72px; margin-bottom: 20px; }
  .leistungen { padding-bottom: 0; }
  h1 { font-size: clamp(25px, 5vw, 34px); letter-spacing: .035em; }
  .unterzeile { font-size: clamp(15px, 2.8vw, 19px); }
  .schwerpunkte { max-width: 540px; margin-inline: auto; font-size: clamp(25px, 4.8vw, 34px); line-height: 1.4; }
  .schwerpunkte li:last-child::before { width: 6px; height: 6px; margin: 0 11px 6px; }
  .methoden { display: flex; max-width: 480px; margin-top: 20px; font-size: 15px; line-height: 1.8; }
  .methoden li { margin: 0 !important; }
  .kontakt-innen { width: min(540px, calc(100% - 48px)); gap: 28px; padding: 27px 0 30px; flex-direction: column; align-items: flex-start; }
  .kontakt-innen { font-size: 21px; }
}
@media (max-width: 400px) {
  .schwerpunkte { max-width: 310px; }
  .methoden { max-width: 310px; font-size: 14px; column-gap: 0; }
  .methoden li { flex-basis: 100%; text-align: center !important; }
  .methoden li::before { display: none; }
  .kontakt-innen { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) { .kontaktlink { transition: none; } }

/* Die beiden Methodenzeilen sind wie auf dem Querschild mittig gesetzt. */
.methoden { display: block; width: auto; }
.methoden ul { display: flex; justify-content: center; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.methoden li { text-align: center !important; }
.methoden li::before { display: none; }
.methoden li + li::before { display: inline-block; }
@media (max-width: 400px) {
  .schwerpunkte { display: block; font-size: 25px; }
  .schwerpunkte li + li::before { content: ""; display: block; width: 5px; height: 5px; margin: 9px auto; border-radius: 50%; background: var(--koralle); }
  .methoden li + li::before { display: none; }
}
@media (max-width: 400px) {
  .schwerpunkte li:last-child::before { display: block; width: 5px; height: 5px; margin: 9px auto; }
}
@media (min-width: 801px) and (max-height: 900px) {
  .marke { top: 28px; }
  .logo { width: 64px; margin-bottom: 16px; }
  h1 { font-size: 32px; }
  .unterzeile { font-size: 18px; }
}
