/* Ausgelagert aus dem <style>-Block von en/about.html, fr/about.html, it/about.html, ueber-uns.html.
   Inhalt unveraendert uebernommen. */
  body { font-family: Inter, sans-serif; background: #f8f9ff; color: #0b1c30; }
  h1, h2, h3, .font-title { font-family: 'Plus Jakarta Sans', sans-serif; }
  .soft-glow { box-shadow: 0 4px 24px -4px rgba(14,165,233,0.14); }
  html { scroll-behavior: smooth; }
  .nav-link { font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; color: #3e4850; padding: 8px 10px; border-radius: 999px; transition: background .15s, color .15s; text-decoration: none; white-space: nowrap; line-height: 1.2; }
  .nav-link:hover { background: #e5eeff; color: #006591; }
  .main-nav { display: none; align-items: center; gap: 2px; min-width: 0; }
  @media (min-width: 1024px) { .main-nav { display: flex; } }
  .site-header-inner { max-width: 1120px; }
  .nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
  .nav-cta, .language-pill { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; line-height: 1.15; flex-shrink: 0; }
  .nav-cta { padding-left: 18px; padding-right: 18px; }
  .language-pill { min-width: 44px; }
  a.bg-primary-container, button.bg-primary-container { background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 55%, #006591 130%); box-shadow: 0 8px 22px -8px rgba(2, 132, 199, 0.55); }
  .grad-text { background: linear-gradient(115deg, #0ea5e9 10%, #006591 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
  .sec-kicker { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #0ea5e9; margin-bottom: 8px; }
  section[id] { scroll-margin-top: 84px; }
  html, body { max-width: 100%; overflow-x: clip; }
  @supports not (overflow: clip) { html, body { overflow-x: hidden; } }
  main, header, footer { max-width: 100%; }
  .crumbs { font-size: 12px; color: #3e4850; }
  .crumbs a { color: #006591; text-decoration: none; }
  .crumbs a:hover { text-decoration: underline; }
  .person-card { background: #fff; border: 1px solid #e5eeff; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
  @media (min-width: 640px) { .person-card { flex-direction: row; text-align: left; gap: 20px; align-items: flex-start; } }
  .person-avatar { width: 96px; height: 96px; border-radius: 50%; background: linear-gradient(135deg, #0ea5e9, #006591); display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 34px; flex-shrink: 0; }
  .person-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; color: #0b1c30; margin-bottom: 4px; }
  .person-card .role { font-family: 'Plus Jakarta Sans', sans-serif; color: #0ea5e9; font-size: 13px; font-weight: 700; margin-bottom: 8px; letter-spacing: .05em; text-transform: uppercase; }
  .person-card p { font-size: 14px; line-height: 1.6; color: #3e4850; }
  .person-card .socials { margin-top: 10px; display: flex; gap: 12px; justify-content: center; }
  @media (min-width: 640px) { .person-card .socials { justify-content: flex-start; } }
  .person-card .socials a { color: #006591; font-size: 13px; text-decoration: underline; }
  .principle-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
  @media (min-width: 768px) { .principle-grid { grid-template-columns: 1fr 1fr; } }
  .principle { background: #fff; border: 1px solid #e5eeff; border-radius: 14px; padding: 20px; }
  .principle h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; color: #0b1c30; margin-bottom: 6px; }
  .principle p { font-size: 14px; line-height: 1.6; color: #3e4850; }
  .principle .icon { display: inline-flex; width: 36px; height: 36px; border-radius: 10px; background: #e0f2fe; color: #006591; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 10px; }
  .timeline { position: relative; padding-left: 24px; border-left: 2px solid #e5eeff; }
  .timeline-item { position: relative; margin-bottom: 24px; padding-left: 8px; }
  .timeline-item::before { content: ''; position: absolute; left: -33px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: #0ea5e9; border: 2px solid #fff; box-shadow: 0 0 0 2px #e0f2fe; }
  .timeline-item .tl-date { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #0ea5e9; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
  .timeline-item h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 15px; color: #0b1c30; margin-bottom: 4px; }
  .timeline-item p { font-size: 14px; line-height: 1.55; color: #3e4850; }

