@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url("/css/inter-latin-NRMW37G5.woff2") format("woff2")}@font-face{font-family:Merriweather;font-style:normal;font-weight:400 700;font-display:swap;src:url("/css/merriweather-latin-UQBWMYSV.woff2") format("woff2")}:root{--color-bg: #f8f8f5;--color-text: #1f2933;--color-accent: #3f6ebc;--color-highlight: #b68b3a;--color-line: #d9d9d9;--color-success: #3f8f5c;--color-muted: #6b7280;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Merriweather", Georgia, "Times New Roman", serif}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;background:var(--color-bg);border-bottom:1px solid var(--color-line);box-shadow:0 2px 8px #1f29330f;margin:0 -1.5rem 1rem;padding:.75rem 1.5rem}.site-header__brand{display:flex;align-items:center}.site-header__logo{display:block;height:auto;max-height:48px;width:auto}.site-header__title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--color-text)}.site-header__nav{display:flex;align-items:center;gap:1.2rem}.lang-switch{display:flex;gap:.4rem;font-size:.85em}.lang-switch a,.lang-switch__current{color:var(--color-muted)}.lang-switch__current{font-weight:700;color:var(--color-text)}.nav-toggle{display:none}.nav-toggle-label{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:22px;cursor:pointer}.nav-toggle-label span{display:block;height:2px;background:var(--color-text);border-radius:1px}header nav>ul{display:flex;flex-wrap:wrap;gap:1.2rem;list-style:none;padding:0;margin:0}header nav li{position:relative}header nav a{color:var(--color-text)}header nav ul ul{position:absolute;top:100%;left:0;z-index:50;display:none;flex-direction:column;gap:0;list-style:none;margin:.4rem 0 0;padding:.4rem 0;min-width:200px;background:#fff;border:1px solid var(--color-line);border-radius:8px;box-shadow:0 8px 20px #1f29331f}header nav li:hover>ul,header nav li:focus-within>ul{display:flex}header nav ul ul li{width:100%}header nav ul ul a{display:block;padding:.5rem 1rem;font-size:.9em;white-space:nowrap}header nav ul ul a:hover{background:var(--color-bg);color:var(--color-accent)}header nav a.active{font-weight:700;color:var(--color-accent)}@media(max-width:640px){.site-header{margin:0 -1.5rem 1rem}.nav-toggle-label{display:flex}.site-header__nav{display:none;width:100%;order:3}.nav-toggle:checked~.site-header__nav{display:block}header nav>ul{flex-direction:column;gap:.6rem}header nav ul ul{position:static;display:flex;flex-direction:column;gap:.4rem;margin:.3rem 0 0;padding:0 0 0 1rem;min-width:0;background:none;border:none;box-shadow:none}header nav ul ul a{padding:0;font-size:.85em;opacity:.8}}footer{background:var(--color-text);color:var(--color-bg);margin-top:2rem;padding:1.25rem 1.5rem;border-radius:10px}footer a{color:var(--color-bg)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.project-card{position:relative;display:flex;flex-direction:column;background:#fff;color:var(--color-text);border:1px solid var(--color-line);border-radius:10px;overflow:hidden;text-decoration:none;transition:transform .2s}.project-card:hover{transform:scale(1.02)}.project-card__image-wrap{position:relative;aspect-ratio:4 / 3;background:var(--color-line)}.project-card__image{width:100%;height:100%;object-fit:cover;display:block}.project-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-muted);font-size:.85em}.project-card__body{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.project-card__title{margin:0;font-size:1.1em}.project-card__title a{color:var(--color-text)}.project-card__meta{font-size:.85em;color:var(--color-muted)}.project-card__summary{font-size:.9em;color:var(--color-text);margin:0}.project-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:auto;padding-top:6px}.badge{position:absolute;top:8px;padding:2px 8px;border-radius:999px;font-size:.75em;font-weight:600;color:#fff}.badge--status{right:8px;background:var(--color-muted)}.badge--inline{position:static;display:inline-block}.badge--fertig{background:var(--color-success)}.badge--in-arbeit{background:var(--color-highlight)}.badge--pausiert{background:var(--color-muted)}.badge--featured{left:8px;background:var(--color-accent)}.tag{background:var(--color-bg);border:1px solid var(--color-line);color:var(--color-text);border-radius:4px;padding:2px 6px;font-size:.75em}.project-hero{width:100%;max-height:480px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.project-meta{display:flex;flex-wrap:wrap;gap:0 10px;align-items:center;color:var(--color-muted);font-size:.9em;margin-bottom:.5rem}.project-meta a{color:var(--color-accent)}.project-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1rem}.home-hero{position:relative;display:flex;align-items:flex-end;min-height:380px;border-radius:10px;overflow:hidden;margin-bottom:2.5rem;background:var(--color-line)}.home-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.home-hero__body{position:relative;z-index:1;width:100%;padding:2rem 1.5rem 1.5rem;background:linear-gradient(to top,#1f2933eb,#1f293380 65%,#1f293300);color:#fff}.home-hero__title{margin:0 0 .4rem;font-size:2rem;color:#fff}.home-hero__meta{font-size:.95rem;opacity:.9;margin-bottom:.75rem}.home-hero__summary{max-width:640px;margin:0 0 1.2rem;line-height:1.5}.button{display:inline-block;padding:.6rem 1.3rem;border-radius:6px;font-weight:600;text-decoration:none}.button--primary{background:var(--color-accent);color:#fff}.button--primary:hover{background:var(--color-highlight)}.home-latest h2{margin-bottom:.5rem}@media(max-width:640px){.home-hero{min-height:280px}.home-hero__title{font-size:1.5rem}}.project-gallery{margin-top:2rem}.gallery-phase{margin-bottom:2rem}.gallery-phase h3{margin-bottom:.75rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.gallery-item{display:block;padding:0;border:1px solid var(--color-line);border-radius:8px;overflow:hidden;background:none;cursor:pointer;aspect-ratio:4 / 3}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.lightbox{position:fixed;inset:0;background:#1f2933eb;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;z-index:100}.lightbox[hidden]{display:none}.lightbox__image{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:6px}.lightbox__caption{color:#fff;margin-top:.75rem;text-align:center;max-width:640px}.lightbox__close,.lightbox__prev,.lightbox__next{position:absolute;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1}.lightbox__close{top:1rem;right:1.5rem}.lightbox__prev{left:1rem;top:50%;transform:translateY(-50%)}.lightbox__next{right:1rem;top:50%;transform:translateY(-50%)}.timeline{margin-top:2rem;padding-left:2rem;border-left:3px solid var(--color-line)}.timeline-year{position:relative;margin-bottom:2.5rem}.timeline-year:last-child{margin-bottom:0}.timeline-year__marker{position:relative;margin-left:-2.9rem;margin-bottom:.75rem;padding-left:1.4rem;font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--color-accent)}.timeline-year__marker:before{content:"";position:absolute;left:0;top:.5rem;width:12px;height:12px;border-radius:50%;background:var(--color-accent)}.timeline-year__entries{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.timeline-entry{display:flex;gap:12px;text-decoration:none;color:var(--color-text);background:#fff;border:1px solid var(--color-line);border-radius:8px;overflow:hidden;transition:transform .15s}.timeline-entry:hover{transform:translateY(-2px)}.timeline-entry__image,.timeline-entry__placeholder{width:110px;height:90px;flex-shrink:0;object-fit:cover}.timeline-entry__placeholder{background:var(--color-line)}.timeline-entry__body{padding:10px 12px 10px 0;min-width:0}.timeline-entry__title{margin:0 0 4px;font-size:1rem}.timeline-entry__summary{margin:0;font-size:.85rem;color:var(--color-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:480px){.timeline{padding-left:1.2rem}.timeline-year__marker{margin-left:-1.9rem}}.ref-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:20px}.ref-card{display:block;padding:14px 16px;background:#fff;border:1px solid var(--color-line);border-radius:10px;text-decoration:none;color:var(--color-text);transition:transform .15s}.ref-card:hover{transform:translateY(-2px)}.ref-card__title{margin:0 0 4px;font-size:1.05em}.ref-card__summary{margin:0;font-size:.85em;color:var(--color-muted)}.ref-builds{margin-top:2rem}.ref-builds__list{list-style:none;padding:0;margin-top:.75rem;display:flex;flex-direction:column;gap:10px}.ref-builds__list li{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--color-line);border-radius:8px}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.5;max-width:1100px;margin:0 auto;padding:1rem 1.5rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{color:var(--color-accent);text-decoration:none}article img{display:block;max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.image-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin:1.5rem 0}.image-row img{width:100%;height:auto;margin:0;border-radius:8px}article table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95em}article th,article td{text-align:left;padding:8px 12px;border:1px solid var(--color-line)}article th{background:var(--color-bg);font-family:var(--font-heading)}article tbody tr:nth-child(2n){background:var(--color-bg)}
