@import"https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Poppins:wght@400;600;700;800&family=Nunito:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--oliv-dunkel: #667526;--oliv: #839C22;--oliv-hell: #A9C24A;--oliv-lime: #ABC442;--oliv-pastell: #eef2df;--wein-dunkel: #5C1338;--wein: #872A5C;--wein-hell: #A6467F;--creme: #fdfbf6;--text: #414141;--font-head: "Poppins", system-ui, sans-serif;--font-script: "Caveat", cursive;--font-body: "Nunito", system-ui, sans-serif;--radius: 1.1rem;--max-width: 1080px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--creme);color:var(--text);font-family:var(--font-body);line-height:1.7}img{max-width:100%;height:auto;border-radius:var(--radius);display:block}a{color:var(--wein)}a:hover{color:var(--wein-dunkel)}h1,h2,h3{font-family:var(--font-head);font-weight:700;color:var(--wein-dunkel);line-height:1.15;margin:.4em 0 .5em}h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800}h2{font-size:clamp(1.6rem,3.5vw,2.1rem)}h3{font-size:1.3rem}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{background:var(--oliv)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding-top:.7rem;padding-bottom:.7rem;flex-wrap:wrap;gap:.75rem}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo img{width:56px;height:56px;border-radius:50%;margin:0}nav.main-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:1.1rem;margin:0;padding:0}nav.main-nav a{text-decoration:none;font-family:var(--font-head);font-weight:600;color:#fff;font-size:.88rem}nav.main-nav a:hover{color:var(--wein-dunkel)}.site-footer{background:var(--oliv-dunkel);color:#fff;margin-top:3rem;padding:2.5rem 0 1.5rem}.site-footer a{color:#fff}.site-footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.site-footer small{opacity:.75}main{padding:0 0 3rem}.btn{display:inline-flex;align-items:center;gap:.6em;background:var(--wein);color:#fff!important;padding:.75rem 1.7rem;border-radius:999px;text-decoration:none;font-family:var(--font-head);font-weight:400;letter-spacing:.2em;text-transform:uppercase;font-size:.82rem;border:none;cursor:pointer;transition:background .2s ease}.btn:after{content:"→";display:inline-block;transition:transform .2s ease}.btn:hover{background:var(--wein-dunkel)}.btn:hover:after{transform:translate(4px)}table{border-collapse:collapse;width:100%;margin:1.5rem 0}th,td{border:1px solid var(--oliv-hell);padding:.5rem .8rem;text-align:left}th{background:var(--oliv-pastell);font-family:var(--font-head)}.form-placeholder{border:2px dashed var(--wein-hell);border-radius:var(--radius);padding:1.5rem;background:var(--oliv-pastell);margin:1.5rem 0}blockquote{border-left:4px solid var(--wein-hell);margin:1.5rem 0;padding:.2rem 1.2rem;font-style:italic;color:var(--wein-dunkel)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.blog-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 10px #5c13381a;text-decoration:none;color:var(--text);display:block}.blog-card img{border-radius:0;margin:0}.blog-card .body{padding:1rem}.blog-card h3{margin-top:0;font-size:1.1rem}.tag{display:inline-block;background:var(--oliv-pastell);color:var(--oliv-dunkel);border-radius:999px;padding:.15rem .7rem;font-size:.75rem;margin:0 .3rem .3rem 0;font-family:var(--font-head);font-weight:600}.title-script{font-family:var(--font-script);font-weight:600;text-transform:none;margin-right:.15em}.page-hero{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:170px;display:flex;align-items:center;background:var(--oliv);margin-bottom:2.5rem}.page-hero .wrap{position:relative;z-index:1}.page-hero h1{color:#fff;margin:0}.page-hero.has-image{min-height:380px;align-items:flex-end;background-size:cover;background-position:center;padding-bottom:0;clip-path:ellipse(75% 100% at 50% 0%);margin-bottom:4.5rem}.page-hero.has-image .wrap{display:none}.hero-logo-badge{width:110px;height:110px;border-radius:50%;position:relative;display:block;margin:-55px 0 0 max(1.25rem,calc((100% - var(--max-width)) / 2 + 1.25rem));box-shadow:0 4px 14px #0000002e}.hero-title-below{max-width:var(--max-width);margin:1rem auto 0;padding:0 1.25rem}.hero-title-below h1{color:var(--wein-dunkel);margin:0}.page-hero.no-image{background:var(--oliv)}.page-content{padding:0 0 2rem}table.preisliste{width:100%;border-collapse:collapse;margin:1rem 0 .5rem;font-variant-numeric:tabular-nums}table.preisliste th,table.preisliste td{border:1px solid #d8d4c8;padding:.35rem .5rem;text-align:right}table.preisliste th{background:#f3f1e9;text-align:center;font-weight:600}table.preisliste td:first-child,table.preisliste th:first-child{text-align:center;font-weight:600}table.preisliste tr.saison td{background:#f3f1e9;font-weight:700}@media(max-width:600px){table.preisliste{font-size:.82rem}table.preisliste th,table.preisliste td{padding:.25rem .3rem}}
