:root{--color-primary: #16803c;--color-secondary: #14532d;--color-accent: #22c55e;--color-bg: #ffffff;--color-bg-alt: #f8faf9;--color-text: #1a1a1a;--color-text-muted: #6b7280;--color-border: #e5e7eb;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--max-width: 1120px;--radius: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);scroll-behavior:smooth;line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4{line-height:1.2;color:var(--color-secondary)}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.25rem}section{padding:4rem 0}section:nth-child(2n){background:var(--color-bg-alt)}.site-header{background:var(--color-secondary);color:#fff;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:0;height:72px}.site-header .logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.site-header .logo-icon{width:36px;height:36px;background:var(--color-accent);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.main-nav{display:flex;gap:.25rem}.main-nav a{color:#ffffffd9;padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s;text-decoration:none}.main-nav a:hover,.main-nav a.active{background:#ffffff26;color:#fff;text-decoration:none}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}@media(max-width:768px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--color-secondary);flex-direction:column;padding:1rem;box-shadow:var(--shadow-lg)}.main-nav.open{display:flex}.main-nav a{padding:.75rem 1rem}}.hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:var(--color-secondary)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}.hero-content{position:relative;z-index:1;color:#fff;max-width:640px}.hero-content h1{color:#fff;margin-bottom:1rem}.hero-content p{font-size:1.2rem;opacity:.9;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{border-color:#fff;background:#ffffff1a}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{background:var(--color-bg);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-icon{font-size:2rem;margin-bottom:.75rem}.card h3{margin-bottom:.5rem}.card p{color:var(--color-text-muted);font-size:.95rem}.card.highlighted{border-color:var(--color-primary);border-width:2px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.team-member{text-align:center}.team-member img{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid var(--color-bg-alt);box-shadow:var(--shadow-md)}.team-member h3{margin-bottom:.25rem}.team-member .rolle{color:var(--color-primary);font-weight:600;font-size:.9rem;margin-bottom:.25rem}.team-member .titel{color:var(--color-text-muted);font-size:.85rem;margin-bottom:.75rem}.team-member p.beschreibung{color:var(--color-text-muted);font-size:.9rem;max-width:320px;margin:0 auto}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-box{background:var(--color-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.info-box h3{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.info-box ul{list-style:none}.info-box li{padding:.5rem 0;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;gap:1rem}.info-box li:last-child{border-bottom:none}.info-box .label{color:var(--color-text-muted);font-size:.9rem}.info-box .value{font-weight:500;text-align:right}.map-container{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:16 / 9}.map-container iframe{width:100%;height:100%;border:none}.section-header{text-align:center;margin-bottom:3rem}.section-header p{color:var(--color-text-muted);font-size:1.1rem;max-width:600px;margin:.75rem auto 0}.cta-banner{background:#1a1a2e;color:#fff;text-align:center;padding:3rem 1.5rem}.cta-banner h2{color:#fff;margin-bottom:.75rem}.cta-banner p{color:#fffffff2;margin-bottom:1.5rem;font-size:1.1rem}.cta-banner .btn{background:var(--color-accent);color:#fff;font-weight:700}.cta-banner .btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);filter:brightness(1.1)}.site-footer{background:var(--color-secondary);color:#ffffffb3;padding:3rem 0;margin-top:auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-col h4{color:#fff;margin-bottom:.75rem;font-size:1rem}.footer-col p,.footer-col a{color:#ffffffb3;font-size:.9rem}.footer-col a:hover{color:#fff}.footer-col ul{list-style:none}.footer-col li{padding:.25rem 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:2rem;padding-top:1.5rem;text-align:center;font-size:.85rem}.footer-bottom a{color:#ffffffb3;margin:0 .5rem}.legal-content{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.legal-content h1{margin-bottom:2rem}.legal-content h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem}.legal-content p{margin-bottom:1rem}body.template-modern{--radius: 16px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .12)}body.template-modern h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;letter-spacing:-.02em}body.template-modern h2{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.01em}body.template-modern section{padding:5rem 0}body.template-modern .site-header{background:linear-gradient(135deg,var(--color-secondary) 0%,color-mix(in srgb,var(--color-secondary) 85%,black) 100%);box-shadow:0 2px 20px #00000026}body.template-modern .site-header .container{height:80px}body.template-modern .logo{font-size:1.35rem;letter-spacing:-.01em}body.template-modern .logo-icon{border-radius:12px;width:40px;height:40px;font-size:1.35rem}body.template-modern .main-nav a{border-radius:10px;font-size:.9rem;letter-spacing:.01em;text-transform:uppercase;font-weight:600}body.template-modern .hero{min-height:520px}body.template-modern .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--color-secondary) 0%,rgba(0,0,0,.2) 100%);z-index:1}body.template-modern .hero-image{opacity:.5;filter:saturate(.7)}body.template-modern .hero-content{z-index:2;max-width:700px}body.template-modern .hero-content h1{text-shadow:0 2px 20px rgba(0,0,0,.3)}body.template-modern .hero-content p{font-size:1.35rem;opacity:.95}body.template-modern .btn{border-radius:999px;padding:.85rem 2rem;font-size:.95rem;letter-spacing:.02em;text-transform:uppercase;font-weight:700}body.template-modern .btn-primary{box-shadow:0 4px 14px color-mix(in srgb,var(--color-accent) 40%,transparent)}body.template-modern .btn-primary:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--color-accent) 50%,transparent)}body.template-modern .card{border:none;background:linear-gradient(135deg,#fffffff2,#ffffffd9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);border-left:4px solid var(--color-accent);padding:2rem;border-radius:var(--radius)}body.template-modern .card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}body.template-modern .card.highlighted{border-left-width:4px;border-left-color:var(--color-primary);border-top:none;border-right:none;border-bottom:none}body.template-modern .card-icon{font-size:2.5rem;margin-bottom:1rem}body.template-modern .card h3{font-size:1.15rem;font-weight:700}body.template-modern .card-grid{gap:2rem}body.template-modern section:nth-child(2n){background:linear-gradient(180deg,var(--color-bg-alt) 0%,var(--color-bg) 100%)}body.template-modern .team-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}body.template-modern .team-member{text-align:left;display:grid;grid-template-columns:140px 1fr;grid-template-rows:auto auto auto auto;column-gap:1.5rem;row-gap:.15rem;align-items:start;background:var(--color-bg);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);border-left:4px solid var(--color-accent);transition:box-shadow .2s,transform .2s}body.template-modern .team-member:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}body.template-modern .team-member img{width:140px;height:140px;border-radius:var(--radius);grid-row:1 / -1;margin:0;border:none;box-shadow:var(--shadow-sm)}body.template-modern .team-member h3{margin-bottom:0;font-size:1.15rem}body.template-modern .team-member .titel,body.template-modern .team-member .rolle{font-size:.85rem}body.template-modern .team-member p.beschreibung{max-width:none;margin:0;font-size:.88rem;line-height:1.5}body.template-modern .info-box{border:none;box-shadow:var(--shadow-md);border-radius:var(--radius);padding:2.25rem;border-top:4px solid var(--color-accent)}body.template-modern .info-box h3{font-size:1.15rem;font-weight:700}body.template-modern .cta-banner{background:linear-gradient(135deg,#0f172a,#1e293b);padding:4rem 1.5rem}body.template-modern .cta-banner h2{font-size:clamp(1.75rem,3vw,2.5rem)}body.template-modern .cta-banner .btn{background:var(--color-accent);color:#fff;box-shadow:0 4px 14px #0003}body.template-modern .site-footer{background:linear-gradient(135deg,var(--color-secondary) 0%,color-mix(in srgb,var(--color-secondary) 80%,black) 100%);padding:4rem 0}body.template-modern .footer-col h4{text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;margin-bottom:1rem}body.template-modern .map-container{border-radius:var(--radius)}body.template-modern .section-header{margin-bottom:3.5rem}body.template-modern .section-header p{font-size:1.15rem}@media(max-width:768px){body.template-modern .team-grid{grid-template-columns:1fr}body.template-modern .team-member{grid-template-columns:100px 1fr}body.template-modern .team-member img{width:100px;height:100px}body.template-modern .hero{min-height:400px}body.template-modern .site-header .container{height:72px}body.template-modern .main-nav{top:72px}}body.template-bold{--radius: 8px;--bold-section-padding: clamp(4rem, 8vw, 7rem);--bold-gap: clamp(2rem, 4vw, 4rem)}body.template-bold h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}body.template-bold h2{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.01em;line-height:1.2}body.template-bold h3{font-size:1.25rem;font-weight:600}body.template-bold p{line-height:1.75}body.template-bold section{padding:var(--bold-section-padding) 0}body.template-bold section:nth-child(2n){background:#f7f8fc}body.template-bold .container{max-width:1200px}body.template-bold .site-header{background:var(--color-secondary);position:sticky;box-shadow:0 2px 12px #0000001a}body.template-bold .site-header .container{height:80px}body.template-bold .logo{font-size:1.25rem;font-weight:700}body.template-bold .logo-icon{background:var(--color-accent);border-radius:10px;width:38px;height:38px}body.template-bold .main-nav a{color:#ffffffd9;font-size:.9rem;font-weight:500;letter-spacing:.02em;padding:.5rem 1rem;border-radius:8px}body.template-bold .main-nav a:hover,body.template-bold .main-nav a.active{color:#fff;background:#ffffff1f}body.template-bold .hero{min-height:600px;display:flex;align-items:center;position:relative}body.template-bold .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%);z-index:1}body.template-bold .hero-image{opacity:1;filter:none}body.template-bold .hero-content{z-index:2;max-width:620px}body.template-bold .hero-content h1{margin-bottom:1.25rem}body.template-bold .hero-content p{font-size:1.2rem;opacity:.92;margin-bottom:2rem;line-height:1.7}body.template-bold .btn{border-radius:100px;padding:.9rem 2.25rem;font-size:.95rem;font-weight:600;letter-spacing:.01em;transition:all .25s ease}body.template-bold .btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 4px 15px color-mix(in srgb,var(--color-accent) 35%,transparent)}body.template-bold .btn-primary:hover{filter:brightness(1.1);box-shadow:0 6px 20px color-mix(in srgb,var(--color-accent) 45%,transparent);transform:translateY(-2px)}body.template-bold .btn-outline{border:2px solid rgba(255,255,255,.6);color:#fff}body.template-bold .btn-outline:hover{background:#fff;color:var(--color-secondary);border-color:#fff}body.template-bold .section-header{text-align:center;margin-bottom:var(--bold-gap);position:relative;padding-bottom:1.5rem}body.template-bold .section-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--color-accent);border-radius:2px}body.template-bold .section-header p{font-size:1.1rem;color:var(--color-text-muted);max-width:560px;margin:.75rem auto 0;line-height:1.7}body.template-bold .card-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}body.template-bold .card{background:#fff;border:none;border-radius:12px;box-shadow:0 4px 20px #0000000f;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}body.template-bold .card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--color-accent);transform:scaleX(0);transition:transform .3s ease}body.template-bold .card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}body.template-bold .card:hover:before{transform:scaleX(1)}body.template-bold .card.highlighted{border:none}body.template-bold .card.highlighted:before{transform:scaleX(1);background:var(--color-primary)}body.template-bold .card-icon{font-size:2.75rem;margin-bottom:1.25rem;display:block}body.template-bold .card h3{margin-bottom:.75rem;font-size:1.2rem}body.template-bold .card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}body.template-bold .team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem}body.template-bold .team-member{text-align:center;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;padding-bottom:2rem}body.template-bold .team-member:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}body.template-bold .team-member img{width:100%;height:300px;border-radius:0;object-fit:cover;margin:0 0 1.5rem;border:none;box-shadow:none}body.template-bold .team-member h3{margin-bottom:.25rem;padding:0 1.5rem;font-size:1.2rem}body.template-bold .team-member .rolle{color:var(--color-accent);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding:0 1.5rem;margin-bottom:.25rem}body.template-bold .team-member .titel{color:var(--color-text-muted);font-size:.85rem;padding:0 1.5rem;margin-bottom:.75rem}body.template-bold .team-member p.beschreibung{color:var(--color-text-muted);font-size:.9rem;line-height:1.65;max-width:none;margin:0;padding:0 1.5rem}body.template-bold .info-grid{gap:2rem}body.template-bold .info-box{background:#fff;border:none;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:2.5rem;position:relative;overflow:hidden}body.template-bold .info-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent))}body.template-bold .info-box h3{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-secondary)}body.template-bold .info-box li{padding:.7rem 0}body.template-bold .info-box .label{font-size:.9rem}body.template-bold .info-box .value{font-weight:600;font-size:.95rem}body.template-bold .cta-banner{background:linear-gradient(135deg,var(--color-secondary) 0%,color-mix(in srgb,var(--color-primary) 80%,var(--color-secondary)) 100%);padding:var(--bold-section-padding) 2rem;position:relative;overflow:hidden}body.template-bold .cta-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;border-radius:50%;background:#ffffff0a}body.template-bold .cta-banner:after{content:"";position:absolute;bottom:-30%;left:-10%;width:350px;height:350px;border-radius:50%;background:#ffffff08}body.template-bold .cta-banner h2{font-size:clamp(1.75rem,3vw,2.5rem);position:relative;z-index:1}body.template-bold .cta-banner p{font-size:1.15rem;color:#ffffffe6;position:relative;z-index:1;margin-bottom:2rem}body.template-bold .cta-banner .btn{background:#fff;color:var(--color-secondary);font-weight:700;position:relative;z-index:1;box-shadow:0 4px 15px #00000026}body.template-bold .cta-banner .btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003;filter:none}body.template-bold .site-footer{background:#1a1a2e;padding:4rem 0}body.template-bold .footer-col h4{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#fff}body.template-bold .footer-col p,body.template-bold .footer-col a{color:#ffffffa6;font-size:.9rem;line-height:1.8}body.template-bold .footer-col a:hover{color:var(--color-accent)}body.template-bold .footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:3rem;padding-top:2rem;color:#fff6}body.template-bold .footer-bottom a{color:#ffffff80}body.template-bold .footer-bottom a:hover{color:var(--color-accent)}body.template-bold .map-container{border-radius:16px;box-shadow:0 4px 20px #00000014}@media(max-width:768px){body.template-bold .hero{min-height:480px}body.template-bold .card-grid{grid-template-columns:1fr}body.template-bold .team-grid{grid-template-columns:1fr;gap:1.5rem}body.template-bold .team-member img{height:250px}body.template-bold .info-grid{gap:1.5rem}}.template-switcher[data-astro-cid-b6t37sxz]{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9999;display:flex;align-items:center}.switcher-toggle[data-astro-cid-b6t37sxz]{width:44px;height:44px;border-radius:12px 0 0 12px;background:#1a1a2e;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:-2px 2px 12px #00000026;transition:all .2s}.switcher-toggle[data-astro-cid-b6t37sxz]:hover{width:48px;background:#2d2d44}.switcher-panel[data-astro-cid-b6t37sxz]{position:absolute;right:52px;top:50%;transform:translateY(-50%) scale(.9);background:#fff;border-radius:16px;padding:1rem;box-shadow:0 8px 32px #0000002e;opacity:0;pointer-events:none;transition:all .25s cubic-bezier(.4,0,.2,1);min-width:170px}.switcher-panel[data-astro-cid-b6t37sxz].open{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.switcher-title[data-astro-cid-b6t37sxz]{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#999;font-weight:700;margin-bottom:.5rem;padding:0 .25rem}.switcher-option[data-astro-cid-b6t37sxz]{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem .5rem;border:2px solid transparent;border-radius:10px;background:none;cursor:pointer;transition:all .15s;font-family:inherit;font-size:.9rem;font-weight:500;color:#333}.switcher-option[data-astro-cid-b6t37sxz]:hover{background:#f5f5f5}.switcher-option[data-astro-cid-b6t37sxz].active{border-color:var(--color-primary, #16803c);background:#f0fdf4}.option-preview[data-astro-cid-b6t37sxz]{width:32px;height:32px;border-radius:8px;flex-shrink:0;border:1px solid #e5e7eb}.classic-preview[data-astro-cid-b6t37sxz]{background:linear-gradient(180deg,#14532d 30%,#fff 30% 70%,#f0f0f0 70%)}.modern-preview[data-astro-cid-b6t37sxz]{background:linear-gradient(135deg,#14532d,#16803c 30%,#fff 30% 65%,#22c55e 65% 68%,#fff 68%)}.bold-preview[data-astro-cid-b6t37sxz]{border-radius:8px;background:linear-gradient(180deg,#1a1a2e 35%,#22c55e 35% 38%,#fff 38% 65%,#f7f8fc 65%)}.cloud-preview[data-astro-cid-b6t37sxz]{border-radius:12px;background:linear-gradient(135deg,#f0f4ff,#faf5ff,#f0fdf4);border:1px solid #e8e0f0}
