:root { --navy: #002060; --navy-light: #0a3080; --white: #ffffff; --black: #111111; --text: #002060; --muted: #4a5568; --line: #e2e8f0; --bg: #ffffff; --serif: 'Playfair Display', Georgia, serif; --sans: 'Source Sans 3', sans-serif; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: var(--sans); font-weight: 300; color: var(--text); background: var(--bg); line-height: 1.7; overflow-x: hidden; } /* ═══════════════════════════════════════ HEADER / NAV ═══════════════════════════════════════ */ header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: var(--navy); box-shadow: 0 2px 20px rgba(0,0,0,0.25); } .header-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 64px; } /* Logo */ .logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--white); text-decoration: none; letter-spacing: .02em; white-space: nowrap; flex-shrink: 0; } .logo span { font-style: italic; font-weight: 400; } /* Main nav */ nav { display: flex; align-items: center; gap: 0; height: 64px; } .nav-item { position: relative; height: 64px; display: flex; align-items: center; } .nav-link { display: flex; align-items: center; gap: .3rem; padding: 0 .9rem; height: 64px; color: var(--white); text-decoration: none; font-family: var(--sans); font-size: .82rem; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: background .2s; cursor: pointer; border: none; background: transparent; } .nav-link:hover, .nav-link.active { background: rgba(255,255,255,.12); } .nav-link .caret { font-size: .6rem; margin-top: 1px; transition: transform .2s; } .nav-item:hover .caret { transform: rotate(180deg); } /* Dropdown */ .dropdown { position: absolute; top: 64px; left: 0; background: var(--white); border-top: 3px solid var(--navy); box-shadow: 0 8px 32px rgba(0,0,32,.18); min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .22s, transform .22s, visibility .22s; z-index: 300; } .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: none; } .dropdown a { display: block; padding: .7rem 1.3rem; color: var(--navy); text-decoration: none; font-size: .83rem; font-weight: 400; letter-spacing: .04em; border-bottom: 1px solid var(--line); transition: background .15s, padding-left .15s; } .dropdown a:last-child { border-bottom: none; } .dropdown a:hover { background: #f0f4ff; padding-left: 1.6rem; } /* Language toggle */ .lang-toggle { display: flex; align-items: center; margin-left: .5rem; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; overflow: hidden; } .lang-toggle button { padding: .3rem .65rem; border: none; background: transparent; cursor: pointer; font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); transition: background .2s, color .2s; } .lang-toggle button.active { background: var(--white); color: var(--navy); } /* Mobile hamburger */ .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; } .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; } /* ═══════════════════════════════════════ PAGES / SECTIONS ═══════════════════════════════════════ */ .page { display: none; min-height: calc(100vh - 64px - 80px); padding-top: 64px; } .page.active { display: block; } .page-content { max-width: 960px; margin: 0 auto; padding: 4rem 2rem 5rem; } /* Section label */ .eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--navy); margin-bottom: 1rem; opacity: .6; } .eyebrow::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--navy); opacity: .4; } h1.page-title { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 600; line-height: 1.12; color: var(--navy); margin-bottom: 1.5rem; } h1.page-title em { font-style: italic; font-weight: 400; } .lead { font-size: 1.1rem; color: var(--muted); max-width: 68ch; line-height: 1.85; margin-bottom: 3rem; } .divider { width: 3rem; height: 3px; background: var(--navy); margin-bottom: 3rem; opacity: .3; } /* ─── Home ─── */ .hero-band { background: linear-gradient(135deg, var(--navy) 0%, #0a3080 100%); padding: 5rem 2rem; margin-bottom: 3.5rem; } .hero-band-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; } .hero-band h1 { font-family: var(--serif); font-size: clamp(2.2rem,5vw,3.4rem); font-weight: 400; color: var(--white); line-height: 1.15; } .hero-band h1 strong { font-weight: 600; display: block; } .hero-band p { color: rgba(255,255,255,.75); margin-top: 1rem; font-size: 1rem; max-width: 50ch; line-height: 1.8; } .hero-avatar { width: 160px; height: 160px; border-radius: 50%; border: 3px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 3rem; color: rgba(255,255,255,.4); flex-shrink: 0; } .stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-bottom: 3.5rem; } .stat-box { border: 1px solid var(--line); padding: 1.5rem; text-align: center; } .stat-box .num { font-family: var(--serif); font-size: 2.4rem; font-weight: 600; color: var(--navy); line-height: 1; } .stat-box .lbl { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; } .intro-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } .intro-cols p { color: var(--muted); font-size: .97rem; line-height: 1.85; margin-bottom: 1rem; } /* ─── Berufserfahrung / Ausbildung ─── */ .timeline { position: relative; } .timeline::before { content: ''; position: absolute; left: 140px; top: 0; bottom: 0; width: 1px; background: var(--line); } .tl-item { display: grid; grid-template-columns: 140px 1fr; gap: 2.5rem; margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); } .tl-item:last-child { border-bottom: none; } .tl-year { text-align: right; padding-right: 2rem; padding-top: .25rem; } .tl-year span { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .08em; color: var(--navy); background: #eef2ff; padding: .2rem .6rem; border-radius: 2px; } .tl-body h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem; } .tl-body .company { font-size: .88rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: .6rem; } .tl-body p { font-size: .93rem; color: var(--muted); line-height: 1.75; } .tl-dot { position: relative; } .tl-dot::before { content: ''; position: absolute; left: -2.55rem; top: .45rem; width: 10px; height: 10px; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 3px var(--white), 0 0 0 4px var(--line); } /* ─── Case Studies ─── */ .cs-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem; } .cs-tag { padding: .35rem 1rem; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); background: var(--white); transition: all .2s; } .cs-tag:hover, .cs-tag.active { background: var(--navy); color: var(--white); border-color: var(--navy); } .cs-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; } .cs-card { border: 1px solid var(--line); border-radius: 2px; overflow: hidden; transition: box-shadow .25s, transform .25s; cursor: pointer; } .cs-card:hover { box-shadow: 0 8px 32px rgba(0,32,96,.12); transform: translateY(-3px); } .cs-thumb { height: 140px; background: linear-gradient(135deg,#eef2ff,#c7d2fe); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 2rem; color: var(--navy); opacity: .25; position: relative; } .cs-cat { position: absolute; top: .75rem; left: .75rem; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: var(--navy); color: var(--white); padding: .2rem .6rem; border-radius: 1px; } .cs-body { padding: 1.25rem 1.5rem; } .cs-body h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: .4rem; } .cs-body p { font-size: .86rem; color: var(--muted); line-height: 1.7; } /* ─── Skills ─── */ .skills-section { margin-bottom: 3rem; } .skills-section h2 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--navy); margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1px solid var(--line); } .skill-row { display: flex; align-items: center; justify-content: space-between; padding: .7rem 0; border-bottom: 1px solid var(--line); } .skill-row:last-child { border-bottom: none; } .skill-name { font-size: .92rem; color: var(--navy); } .skill-track { width: 180px; height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; } .skill-fill { height: 100%; background: var(--navy); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform 1s ease .3s; } .skills-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; } .chip { padding: .35rem .9rem; border: 1px solid #c7d2fe; background: #eef2ff; color: var(--navy); font-size: .8rem; font-weight: 600; letter-spacing: .04em; border-radius: 2px; } /* ─── Kontakt ─── */ .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; } .contact-info h2 { font-family: var(--serif); font-size: 1.8rem; font-weight: 600; color: var(--navy); margin-bottom: 1rem; } .contact-info p { color: var(--muted); font-size: .96rem; line-height: 1.85; margin-bottom: 2rem; } .contact-list { list-style: none; display: flex; flex-direction: column; gap: .9rem; } .contact-list li a { display: flex; align-items: center; gap: .9rem; text-decoration: none; color: var(--navy); font-size: .93rem; transition: opacity .2s; } .contact-list li a:hover { opacity: .65; } .c-icon { width: 38px; height: 38px; border: 1px solid #c7d2fe; background: #eef2ff; border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; } .form-field { margin-bottom: 1.1rem; } .form-field label { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); opacity: .6; margin-bottom: .4rem; } .form-field input, .form-field textarea { width: 100%; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 2px; font-family: var(--sans); font-size: .93rem; color: var(--navy); background: var(--white); transition: border-color .2s; resize: vertical; } .form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--navy); } textarea { min-height: 120px; } .btn-send { padding: .8rem 2rem; background: var(--navy); color: var(--white); border: none; border-radius: 2px; cursor: pointer; font-family: var(--sans); font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background .2s; } .btn-send:hover { background: #0a3080; } /* ─── Impressum ─── */ .imprint p { color: var(--muted); font-size: .95rem; line-height: 1.85; margin-bottom: 1rem; max-width: 60ch; } .imprint h2 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--navy); margin: 2rem 0 .5rem; } /* ═══════════════════════════════════════ FOOTER ═══════════════════════════════════════ */ footer { background: var(--navy); color: var(--white); padding: 1.8rem 2rem; } .footer-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; } .footer-nav { display: flex; gap: 2rem; list-style: none; } .footer-nav a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .8rem; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; cursor: pointer; } .footer-nav a:hover { color: var(--white); } .footer-copy { font-size: .8rem; color: rgba(255,255,255,.5); } /* ═══════════════════════════════════════ FADE IN ═══════════════════════════════════════ */ .fade { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; } .fade.in { opacity: 1; transform: none; } /* ═══════════════════════════════════════ RESPONSIVE ═══════════════════════════════════════ */ @media (max-width: 860px) { nav { display: none; } nav.open { display: flex; flex-direction: column; align-items: stretch; height: auto; position: absolute; top: 64px; left: 0; right: 0; background: var(--navy); padding-bottom: 1rem; } nav.open .nav-item { height: auto; } nav.open .nav-link { height: auto; padding: .75rem 1.5rem; } nav.open .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: none; border-left: 3px solid rgba(255,255,255,.2); margin-left: 2rem; background: rgba(255,255,255,.05); } nav.open .dropdown a { color: rgba(255,255,255,.8); border-bottom-color: rgba(255,255,255,.1); } .hamburger { display: flex; } .hero-band-inner { grid-template-columns: 1fr; } .hero-avatar { display: none; } .stats-row { grid-template-columns: repeat(2,1fr); } .intro-cols, .cs-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; } .timeline::before { left: 0; } .tl-item { grid-template-columns: 1fr; gap: .5rem; } .tl-year { text-align: left; padding-right: 0; } .tl-dot::before { display: none; } }
.career-detail {
  margin-top: 1.2rem;
}

.career-detail strong {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: .4rem;
  opacity: .75;
}
