@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:100 900;src:url(/fonts/inter-latin-wght-normal.woff2) format("woff2")}:root{color-scheme:dark;--bg: #101112;--surface: #17191b;--surface-light: #f4f1ea;--text: #f5f1e8;--text-dark: #161819;--muted: #b8bab4;--muted-dark: #4f5652;--line: rgba(245, 241, 232, .16);--line-dark: rgba(22, 24, 25, .16);--cyan: #62c9d6;--green: #8bd56b;--warm: #f0b86a;--max: 1180px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}body::selection{background:var(--cyan);color:#081012}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}h1,h2,h3,p,dl,dd,ul{margin-top:0}h1,h2,h3{letter-spacing:-.02em}h1{max-width:880px;margin-bottom:26px;font-size:5.4rem;line-height:.98}h2{max-width:820px;margin-bottom:22px;font-size:3.4rem;line-height:1.04}h3{margin-bottom:10px;font-size:1.22rem;line-height:1.25}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(var(--max),calc(100% - 40px));margin:18px auto 0;padding:12px 14px 12px 18px;border:1px solid rgba(245,241,232,.14);border-radius:8px;background:#101112bd;backdrop-filter:blur(18px)}.brand{flex:0 0 auto;font-weight:800}nav{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:.92rem}nav a{transition:color .18s ease;white-space:nowrap}nav a:hover{color:var(--text)}.nav-divider{width:1px;height:20px;background:var(--line)}.language{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:#f5f1e80f;color:var(--muted);font-size:.82rem;font-weight:800;letter-spacing:.02em;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.language:hover{border-color:#f5f1e852;background:#f5f1e81f;color:var(--text);transform:translateY(-1px)}.language .asset-icon{width:14px;height:14px}.nav-toggle{display:none;flex:0 0 auto;flex-direction:column;justify-content:center;gap:5px;width:42px;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:#f5f1e80f;cursor:pointer}.nav-toggle__bar{display:block;width:100%;height:2px;border-radius:2px;background:var(--text);transition:transform .2s ease,opacity .16s ease}.is-nav-open .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.is-nav-open .nav-toggle__bar:nth-child(2){opacity:0}.is-nav-open .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:760px;overflow:hidden;display:flex;align-items:center;padding:130px 20px 92px}.hero-video,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-video{object-fit:cover;background:#101112 url(data:image/jpeg;base64,/9j//gAQTGF2YzYxLjE5LjEwMQD/2wBDAAgQEBMQExYWFhYWFhoYGhsbGxoaGhobGxsdHR0iIiIdHR0bGx0dICAiIiUmJSMjIiMmJigoKDAwLi44ODpFRVP/xABhAAEBAQEAAAAAAAAAAAAAAAADAgUHAQEBAQAAAAAAAAAAAAAAAAAEAAEQAQACAQQBBQEBAAAAAAAAAAERAgAxEiEDkWFBUdEiFVIRAAMBAAAAAAAAAAAAAAAAAAASASH/wAARCAAOABgDASIAAhEAAxEA/9oADAMBAAIRAxEAPwDjBezfdDuXVIJeOcW07n5NYeHEr1PuiCLXaEg6TqZdirbcUKicVlY5x0mAm0ELM/p4J548Trkbn/VvJ95qdfVbskItJH79vUg1xv5/Z89fm31mrCen/9k=) center / cover no-repeat}.hero-video__layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease-in-out}.hero-video__layer.is-active{opacity:1}.hero-overlay{background:linear-gradient(90deg,#101112b8,#10111280 48%,#10111233),linear-gradient(180deg,#10111214,#1011129e)}.hero-inner{position:relative;z-index:2;width:min(var(--max),100%);margin:0 auto}.eyebrow,.section-kicker,.item-meta{margin:0 0 14px;color:var(--cyan);font-size:1.06rem;font-weight:600;letter-spacing:-.01em;text-transform:none}.hero h1{max-width:none;margin-bottom:14px;white-space:nowrap;font-size:clamp(3rem,7vw,5.4rem)}.hero-subtitle{margin:0 0 30px;color:var(--cyan);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.1}.hero-copy{max-width:710px;margin-bottom:34px;color:var(--muted);font-size:1.22rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-host{display:inline-flex;align-items:center;gap:7px;margin-top:22px;color:var(--muted);font-size:.82rem;letter-spacing:.02em;opacity:.75}.hero-host svg{opacity:.8}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:8px;font-weight:800;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--text);color:#111315}.button.secondary{border:1px solid var(--line);background:#f5f1e80f}.section{width:100%;padding:108px max(20px,calc((100% - var(--max)) / 2))}.about-section,.projects-section{background:var(--surface-light);color:var(--text-dark)}.contact-section{background:var(--surface)}.timeline-section,.homelab-section{background:var(--bg);border-top:1px solid rgba(245,241,232,.1)}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:56px;align-items:end}.section-heading p,.about-copy p,.timeline-entry p,.project-item p,.homelab-section p,.contact-section p{color:var(--muted);font-size:1.06rem}.about-section .section-kicker,.projects-section .section-kicker,.projects-section .item-meta{color:#1f8b99}.about-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);gap:64px;align-items:start}.about-copy p,.projects-section .section-heading p,.project-item p{color:var(--muted-dark)}.portrait{margin:0;border-radius:8px;overflow:hidden;background:#d7d4ca}.portrait img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center 20%}.profile-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:70px 0 0;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.profile-facts div{padding:22px 24px;border-right:1px solid var(--line-dark)}.profile-facts div:last-child{border-right:0}.profile-facts dt{margin-bottom:8px;color:#1f8b99;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.profile-facts dd{margin-left:0;color:var(--text-dark);font-weight:750;line-height:1.35}.inline-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.certs-heading{margin:56px 0 0;color:var(--text);font-size:1.35rem}.certs{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:22px}.cert{padding:22px 24px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#f5f1e80f,#f5f1e805),#f5f1e806}.cert strong{display:block;color:var(--text);font-size:1.05rem;font-weight:750;line-height:1.3}.cert small{display:block;margin-top:8px;color:var(--cyan);font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.timeline{position:relative;display:grid;gap:18px;margin-top:44px}.timeline-item{position:relative;display:grid;grid-template-columns:190px minmax(0,1fr);gap:38px;align-items:stretch;overflow:hidden;padding:30px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,rgba(98,201,214,.1),transparent 44%),#f5f1e808}.timeline-item:nth-child(2n){margin-left:72px;background:linear-gradient(90deg,rgba(240,184,106,.1),transparent 44%),#f5f1e806}.timeline-item:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--cyan)}.timeline-item:nth-child(2n):before{background:var(--warm)}.timeline-meta{display:grid;align-content:space-between;gap:26px;min-height:154px}.timeline-number{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(98,201,214,.4);border-radius:8px;color:var(--cyan);font-size:.9rem;font-weight:850;background:#1011129e}.timeline-item:nth-child(2n) .timeline-number{border-color:#f0b86a6b;color:var(--warm)}.timeline-item time{color:var(--warm);font-size:1rem;font-weight:800;line-height:1.25}.timeline-entry{display:grid;align-content:center;min-height:154px}.timeline-entry h3{max-width:760px;margin-bottom:18px;font-size:1.65rem}.timeline-entry p:last-child{max-width:780px;margin-bottom:0}.company{margin-bottom:8px;color:var(--cyan);font-size:.82rem;font-weight:750;text-transform:uppercase}.inline-list{padding-top:16px}.inline-list li{border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.84rem;padding:5px 10px}.projects-section .inline-list li{border-color:var(--line-dark);color:var(--muted-dark)}.project-list{display:grid;gap:14px;margin-top:46px}.project-item{display:grid;grid-template-columns:150px minmax(0,1fr) minmax(240px,.56fr);gap:30px;align-items:start;padding:28px;border:1px solid var(--line-dark);border-radius:8px;background:linear-gradient(90deg,rgba(36,123,134,.1),transparent 38%),#16181909}.project-item .item-meta{margin-bottom:0;padding-top:4px}.project-body h3{font-size:1.45rem}.project-body p{margin-bottom:0}.project-tags .inline-list{justify-content:flex-end;padding-top:2px}.homelab-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);gap:64px;align-items:center}.homelab-image{margin:0;overflow:hidden;border-radius:8px}.homelab-image img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.04)}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:64px;align-items:center;border-top:1px solid rgba(245,241,232,.1)}.contact-section .button{margin-top:28px}.contact-links{display:grid;border-top:1px solid var(--line)}.contact-link{display:grid;grid-template-columns:26px minmax(0,1fr);gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line);color:var(--text);transition:color .18s ease}.contact-link:hover{color:var(--cyan)}.asset-icon{display:block;width:20px;height:20px;object-fit:contain;filter:invert(78%) sepia(35%) saturate(687%) hue-rotate(138deg) brightness(89%) contrast(89%)}.contact-link strong,.contact-link small{display:block}.contact-link strong{line-height:1.25}.contact-link small{color:var(--muted);font-size:.92rem;overflow-wrap:anywhere}@media(max-width:980px){h1{font-size:4.2rem}h2{font-size:2.7rem}.section-heading,.about-layout,.homelab-section,.contact-section{grid-template-columns:1fr}.profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-facts div:nth-child(2){border-right:0}.profile-facts div:nth-child(-n+2){border-bottom:1px solid currentColor}.profile-facts div:nth-child(-n+2){border-bottom-color:var(--line-dark)}.project-item{grid-template-columns:1fr;gap:10px}.timeline-item,.timeline-item:nth-child(2n){margin-left:0}.project-tags .inline-list{justify-content:flex-start}}@media(max-width:720px){.site-header{position:fixed;width:calc(100% - 24px);margin-top:12px;padding:10px 12px}.brand{flex:0 1 auto;min-width:0;overflow:hidden;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.nav-toggle{display:flex}#primary-nav{position:absolute;top:calc(100% + 8px);left:0;right:0;flex-direction:column;align-items:stretch;gap:2px;padding:10px;border:1px solid rgba(245,241,232,.14);border-radius:10px;background:#101112f5;backdrop-filter:blur(18px);font-size:1rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.is-nav-open #primary-nav{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}#primary-nav a{padding:11px 12px;border-radius:8px}#primary-nav a:hover{background:#f5f1e80f}#primary-nav .nav-divider{height:1px;width:auto;margin:4px}#primary-nav .language{justify-content:center;height:42px;margin-top:6px}nav{gap:12px;font-size:.86rem}.hero{min-height:700px;padding:112px 16px 76px}h1{font-size:3.25rem}.hero h1{white-space:normal}h2{font-size:2.25rem}.hero-copy{font-size:1.08rem}.section{padding:78px 16px}.profile-facts,.timeline-item{grid-template-columns:1fr}.profile-facts div{border-right:0;border-bottom:1px solid var(--line-dark)}.profile-facts div:last-child{border-bottom:0}.timeline-item{gap:12px;padding:24px 20px}.timeline-meta{min-height:0;grid-template-columns:58px minmax(0,1fr);align-items:center;align-content:center}.timeline-entry,.timeline-entry h3,.timeline-entry p:last-child{min-height:0}.timeline-entry h3{font-size:1.42rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:18px}.footer-links{gap:14px 24px}}.site-footer{width:100%;padding:36px max(20px,calc((100% - var(--max)) / 2));border-top:1px solid var(--line);background:var(--bg)}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 28px}.footer-copy{margin:0;color:var(--muted);font-size:.88rem}.footer-links{display:flex;flex-wrap:wrap;gap:22px;color:var(--muted);font-size:.88rem}.footer-links a{transition:color .18s ease}.footer-links a:hover{color:var(--text)}.legal{width:100%;max-width:var(--max);margin:0 auto;padding:132px 20px 88px}.legal-body{max-width:70ch;line-height:1.65}.legal-body h1{margin-bottom:.5rem;font-size:clamp(2.6rem,6vw,3.6rem);line-height:1.05}.legal-body h2{margin-top:2.5rem;margin-bottom:.6rem;font-size:1.5rem}.legal-body h3{margin-top:1.75rem;margin-bottom:.4rem;font-size:1.12rem}.legal-body p,.legal-body ul{margin-block:.75rem;color:var(--muted);font-size:1.02rem}.legal-body strong{color:var(--text)}.legal-body a{color:var(--cyan);overflow-wrap:anywhere}.legal-body a:hover{text-decoration:underline}.legal-untertitel{margin-top:0;margin-bottom:2rem;color:var(--muted);font-size:.98rem}.legal-hervorhebung{font-size:.9em}.legal-stand{margin-top:2.5rem;font-size:.9rem;opacity:.7}@media(max-width:720px){.legal{padding:110px 16px 64px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
