@charset "utf-8";
:root { --tt-text: rgb(43, 24, 102); --tt-link: rgb(107, 61, 255); --tt-btn: rgb(51, 217, 177); }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; background: #fff; color: var(--tt-text);
       font-family: Roboto, Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.6; }
#wrapper { max-width: 56rem; margin: 0 auto; padding: 0 1.25rem 3rem; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tt-link); }
.tt-head { padding: 1.5rem 0; }
.tt-head--dunkel { background: var(--tt-text); padding: 1.25rem 1.5rem;
                   margin-bottom: 2rem; display: flex; justify-content: flex-end; }
.tt-logo { max-height: 72px; width: auto; }
.tt-hero { margin: 0 0 2.5rem; }
.tt-hero img { width: 100%; object-fit: cover; max-height: 22rem; }

/* Kopfbereich: Meta-Zeile, Titel, Kennziffer und Bewerben-Button zentriert (Vorlage) */
.tt-kopf { text-align: center; margin: 0 0 2.5rem; }
.tt-meta { margin: 0 0 .5rem; font-size: .875rem; letter-spacing: .02em; opacity: .75; }
.tt-kennziffer { margin: .25rem 0 0; font-size: .9375rem; opacity: .75; }
h1 { margin: 0; font-size: 2.25rem; line-height: 1.2; font-weight: 700; }
h2 { margin: 2em 0 .6em; font-size: 1.25rem; }
.tt-text > *:first-child { margin-top: 0; }
.tt-text ul { padding-left: 1.25rem; }
.tt-text li { margin: .45em 0; }

/* Eckdaten: hellgraue Box (rgb(248,248,250), radius 8px, padding 48/32px — an der
   Vorlage gemessen); darin zwei Spalten, Bezeichnung fett links, Wert daneben
   (Grid, gap 20px/64px, 18px, Label 600, Wert 400, kein Rahmen) */
.tt-facts { display: grid; grid-template-columns: minmax(9rem, 17rem) 1fr;
            gap: 1.25rem 4rem; margin: 3rem 0; font-size: 1.125rem;
            background: #f8f8fa; border-radius: .5rem; padding: 3rem 2rem; }
.tt-fact { display: contents; }
.tt-fact dt { font-weight: 600; }
.tt-fact dd { margin: 0; }

/* Ansprechperson: rundes Foto links, Text rechts, Gruppe mittig; 80px Luft
   darüber und darunter wie in der Vorlage (`block-padding`) */
.tt-kontakt { display: flex; flex-wrap: wrap; align-items: center;
              justify-content: center; gap: 1.75rem; margin: 5rem 0; }
.tt-kontakt img { width: 170px; height: 170px; border-radius: 50%; object-fit: cover;
                  flex: none; }
.tt-kontakt p { margin: 0; }
.tt-kontakt-label { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase;
                    font-weight: 600; }
.tt-kontakt-name { margin-top: .35rem !important; font-size: 1.5rem; font-weight: 700;
                   color: var(--tt-link); }
.tt-kontakt-rolle { margin-top: .2rem !important; }

/* Imagefilm: 16:9, ohne feste Höhe */
.tt-video { margin: 3rem 0; }
.tt-video-rahmen { position: relative; padding-top: 56.25%; }
.tt-video-rahmen iframe { position: absolute; inset: 0; width: 100%; height: 100%;
                          border: 0; }

/* Standort: links die Anschrift auf der Firmenfarbe (weiße Schrift, zentriert),
   rechts die Karte — 50/50 wie in der Vorlage */
.tt-standort { display: grid; grid-template-columns: 1fr 1fr; margin: 3rem 0;
               overflow: hidden; }
.tt-standort-text { display: flex; flex-direction: column; justify-content: center;
                    background: var(--tt-text); color: #fff; text-align: center;
                    padding: 2.5rem 1.5rem; }
.tt-standort-text h2 { margin: 0 0 .75rem; font-size: 1.75rem; }
.tt-standort-text p { margin: 0; }
.tt-standort-text a, .tt-anfahrt { color: #fff; }
.tt-karte { width: 100%; height: 100%; min-height: 18rem; border: 0; }
.tt-anfahrt { display: inline-block; font-weight: 600; text-decoration: none; }

/* FAQs: nur die Fragen sichtbar, Antwort per Klick. Das Original zeigt ein Plus,
   das beim Öffnen um 45° zum Kreuz dreht — genau das macht die Transformation. */
.tt-faq { margin: 3rem 0; }
.tt-faq h2 { text-align: center; font-size: 1.75rem; }
.tt-faq details { border-bottom: 1px solid rgba(43, 24, 102, .15); }
.tt-faq summary { display: flex; justify-content: space-between; gap: 1.5rem;
                  padding: 1rem 0; font-weight: 600; cursor: pointer;
                  list-style: none; }
.tt-faq summary::-webkit-details-marker { display: none; }
.tt-faq summary::after { content: "+"; font-weight: 400; font-size: 1.5rem;
                         line-height: 1; display: inline-block; flex: none;
                         transition: transform .3s; }
.tt-faq details[open] summary::after { transform: rotate(-45deg); }
.tt-faq-text > *:first-child { margin-top: 0; }
.tt-faq-text > *:last-child { margin-bottom: 1.25rem; }

/* Über uns: Überschrift zentriert, Text linksbündig, darunter die Kennzahlen */
.tt-about { margin: 3rem 0; }
.tt-about h2 { text-align: center; font-size: 1.75rem; }
.tt-zahlen { display: flex; flex-wrap: wrap; gap: .5rem 3rem; margin: 2rem 0 0; }
.tt-zahlen > div { display: flex; gap: .5rem; }
.tt-zahlen dt { font-weight: 600; }
.tt-zahlen dd { margin: 0; }

/* Bewerben-Button: mintgrüne Pille, zentriert (Maße an der Vorlage gemessen) */
.tt-apply { margin: 2rem 0 0; text-align: center; }
.tt-apply a { display: inline-block; padding: 1rem 1.75rem; border-radius: 2.5rem;
              background: var(--tt-btn); color: #fff; font-weight: 600; font-size: 1rem;
              text-decoration: none; }
@media (max-width: 700px) {
  h1 { font-size: 1.6rem; }
  #wrapper { padding: 0 1rem 2rem; }
  .tt-standort { grid-template-columns: 1fr; }
  .tt-facts { grid-template-columns: 1fr; gap: .25rem 0; font-size: 1rem;
              padding: 1.5rem 1.25rem; }
  .tt-fact { display: block; margin-bottom: 1rem; }
  .tt-kontakt { justify-content: flex-start; }
  .tt-kontakt img { width: 120px; height: 120px; }
}
@media print {
  body { background: #fff; }
  .tt-apply a { color: var(--tt-text); background: none;
                border: 1px solid var(--tt-text); }
  .tt-video, .tt-karte { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

b, strong { font-weight: bold; }

#wrapper, .wrapper { padding-bottom: 2.5rem; }
