:root{--green:#2e7d32;--green2:#66bb6a;--bg:#f5fbf6;--card:#ffffff}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui, Arial, sans-serif;background:linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);color:#1f2a1f;line-height:1.7}
header{background:linear-gradient(135deg, #e8f5e9, #c8e6c9);box-shadow:0 6px 20px rgba(0,0,0,0.08)}
.fetter-text{font-weight:bold}
.header-top{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:5px 10px;gap:20px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--green);font-size:1.2rem}
.logo-box{width:40px;height:40px;border-radius:10px;background:white;display:flex;align-items:center;justify-content:center;font-size:1.4rem}
.logo img{width:185px;height:59px}
.nav-desktop{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav-desktop a{text-decoration:none;color:#1f2a1f;font-weight:600;padding:8px 12px;border-radius:999px;background:#f3f8f4;border:1px solid rgba(0,0,0,0.06);transition:0.2s;white-space:nowrap}
.nav-desktop a:hover{background:white;color:var(--green);border-color:var(--green)}
.hero{text-align:center;padding:30px 20px}
.hero h1{margin:10px 0 5px;font-size:2.2rem;color:var(--green)}
.container{max-width:1100px;margin:auto;padding:20px}
.card{background:var(--card);border-radius:18px;padding:20px;margin-bottom:20px;box-shadow:0 10px 25px rgba(0,0,0,0.06)}
h1{color:var(--green);font-size:1.5em}
h2{color:var(--green);font-size:1.5em}
h3{color:var(--green);font-size:1.5em}
.card a{color:var(--green);text-decoration:underline}
.card a:hover{color:var(--green)}
.card li a{text-decoration:none;color:#2e7d32;font-weight:500;transition:color 0.2s ease}
.empfehlung a{display:inline-flex;align-items:center;gap:4px;text-decoration:underline}
.card li:hover{color:#1b5e20}
.card img{width:100%}
.card a.button{color:#fff;text-decoration:none}
footer a{color:black;text-decoration:none}
footer a:hover{color:#333}
.hero-grid{display:grid;grid-template-columns:260px 1fr;gap:20px;align-items:start}
.image-placeholder{width:260px;height:220px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:600;border:2px dashed #66bb6a}
.image-placeholder img{width:250px;height:200px}
.steckbrief{background:#f8fbf8;padding:15px;border-radius:14px;border:1px solid rgba(46,125,50,0.12)}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}
.product{background:#fff;border-radius:16px;padding:18px;box-shadow:0 10px 25px rgba(0,0,0,0.08)}
.button{display:inline-block;margin-top:10px;background:linear-gradient(135deg,var(--green),var(--green2));color:white;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:600}
.box{background:linear-gradient(145deg,#ffffff,#f3faf4);border-radius:16px;padding:18px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,0.06);border:1px solid rgba(46,125,50,0.08)}
.box img{width:250px;height:200px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}
footer{text-align:center;padding:30px;color:#4a6b4d;background:#eef7ef;margin-top:30px}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0 0 1.5rem;padding:0px 0px 0px 25px;list-style:none;font-size:0.95rem;}
.breadcrumb li{display:flex;align-items:center}
.breadcrumb li + li::before{content:"›";margin:0 0.6rem;color:#999}
.breadcrumb a{color:#2c6e49;text-decoration:none;transition:color 0.2s ease}
.breadcrumb a:hover{color:#1f4f35;text-decoration:underline}
.breadcrumb [aria-current="page"]{color:#666;font-weight:600}
.breadcrumb-mobile{display:none;padding-left:10px;margin:0 0 1.5rem;font-size:0.95rem}
.breadcrumb-mobile a{color:#2c6e49;text-decoration:none;font-weight:600}
.footer{background:linear-gradient(135deg, #5b7d42 0%, #6f944d 100%);color:#fff;padding:30px 20px 20px}
.footer-container{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}
.footer-col h2{color:#ffe07a;margin-bottom:15px;font-size:1.15rem}
.footer-col h3{color:#ffe07a;margin-bottom:15px;font-size:1.15rem}
.footer-col p{line-height:1.7;opacity:.95;margin:0}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:10px}
.footer-col a{color:#fff;text-decoration:none;transition:all .3s ease}
.footer-col a:hover{color:#ffe07a}
.social-links{display:flex;flex-direction:column;gap:12px}
.footer-trust{margin-top:20px;padding:14px;background:rgba(255,255,255,.12);border-radius:12px;line-height:1.7;font-size:.95rem}
.footer-bottom{margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);text-align:center;font-size:.9rem;opacity:.9}
.grid_kalender{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:stretch}
.card_kalender{background:#fff;border-radius:18px;padding:24px;box-shadow:0 8px 25px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%}
.card_kalender ul{padding-left:20px;line-height:1.8;margin-bottom:25px}
.tip{margin-top:auto;background:#fff8db;border-left:5px solid #f0c419;padding:12px;border-radius:8px}
.season{display:inline-block;background:#eef7ea;padding:6px 12px;border-radius:20px;margin:10px 0;font-weight:bold}
ul{padding-left:20px;line-height:1.8}
.topbar{height:38px;border-bottom:1px solid var(--border);font-size:13px;color:var(--muted);background:linear-gradient(135deg, #e8f5e9, #c8e6c9)}
.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}
.topbar-left{display:flex;align-items:center;gap:8px}
.topbar-right{display:flex;gap:28px}
.topbar-right span{text-decoration:none;color:var(--muted);transition:var(--transition)}
@media (max-width:768px){
.footer{padding:40px 20px 20px}
.footer-container{gap:30px}
.footer-col h2{font-size:1.05rem}
.footer-col h3{font-size:1.05rem}
.footer-trust{font-size:.9rem}
}
@media (max-width:480px){
.footer{text-align:center}
.footer-container{grid-template-columns:1fr;gap:25px}
.footer-col ul{text-align:center}
.social-links{align-items:center}
.social-links a{width:220px;text-align:center}
.footer-trust{max-width:320px;margin:20px auto 0}
}
@media (max-width:768px){
.breadcrumb-desktop{display:none}
.breadcrumb-mobile{display:block}
}
@media (max-width: 990px){
.box img{width:220px;height:176px}
}
@media (max-width: 890px){
.box img{width:200px;height:160px}
}
@media (max-width: 800px){
.box img{width:250px;height:200px}
}
@media (max-width: 768px){
.container{max-width:1000px;margin:auto;padding:8px}
.card{background:var(--card);border-radius:18px;padding:8px;margin-bottom:20px;box-shadow:0 10px 25px rgba(0,0,0,0.06)}
.header-top{flex-direction:column;align-items:flex-start}
.nav-desktop{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-top:10px;-webkit-overflow-scrolling:touch}
.nav-desktop::-webkit-scrollbar{display:none}
.box img{width:250px;height:200px}
.nav-desktop a{flex:0 0 auto}
.hero h1{font-size:1.8rem}
.hero-grid{grid-template-columns:1fr}
.image-placeholder{width:100%;height:200px}
h1{color:var(--green);font-size:1.2em}
h2{color:var(--green);font-size:1.2em}
h3{color:var(--green);font-size:1.2em}
}
@media (max-width: 670px){
.box img{width:200px;height:160px}
}
@media (max-width: 560px){
.box img{width:250px;height:200px}
}
@media(max-width:1100px){
.topbar-right{display:none}
}