:root{--brand:#1b6a7c;--brand-dark:#14515f;--brand-soft:#e4f0f3;--ink:#1c2733;--muted:#5a6470;--bg:#fff;--bg-alt:#f5f7f8;--line:#e2e6e9;--badge-bg:#eef1f3;--badge-ink:#4a5261;--maxw:1100px;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15.5px;line-height:1.6}h1,h2,h3,h4{font-weight:700;line-height:1.25}h1{font-size:clamp(1.55rem,3.4vw,2.05rem)}h2{font-size:clamp(1.25rem,2.6vw,1.5rem)}h3{font-size:1.05rem}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:4px}main:focus{outline:none}.skip-link{z-index:100;background:var(--brand);color:#fff;border-radius:0 0 8px 8px;padding:.55rem 1rem;font-weight:600;transition:top .15s;position:absolute;top:-3rem;left:.75rem}.skip-link:focus{text-decoration:none;top:0}img{max-width:100%;height:auto;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.site-header{border-bottom:1px solid var(--line);z-index:50;background:#fff;position:sticky;top:0}.header-inner{max-width:var(--maxw);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.7rem 1.25rem;display:flex}.logo{align-items:center;display:flex}.logo img{width:auto;height:38px;display:block}.nav-list{flex-wrap:wrap;align-items:center;gap:1.35rem;list-style:none;display:flex}.nav-list>li{position:relative}.main-nav a{color:var(--muted);font-size:.95rem}.main-nav a:hover{color:var(--brand);text-decoration:none}.main-nav a[aria-current=page]{color:var(--brand);font-weight:600}.nav-group-btn{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;font-size:.95rem;display:inline-flex}.nav-group-btn:hover{color:var(--brand)}.nav-item-active>.nav-group-btn,.nav-item-active>a{color:var(--brand);font-weight:600}.nav-caret{border:.3em solid #0000;border-top:.32em solid;border-bottom-width:0;width:0;height:0;transition:transform .15s}.nav-group.open .nav-caret{transform:rotate(180deg)}.nav-list>li.nav-group{margin-bottom:-.55rem;padding-bottom:.55rem}.nav-submenu{border:1px solid var(--line);z-index:60;background:#fff;border-radius:10px;min-width:250px;padding:.4rem;list-style:none;position:absolute;top:100%;left:-.75rem;box-shadow:0 12px 28px #1c27331f}.nav-submenu[hidden]{display:none}.nav-submenu a{border-radius:7px;padding:.45rem .7rem;display:block}.nav-submenu a:hover{background:var(--brand-soft);color:var(--brand)}.nav-submenu a[aria-current=page]{background:var(--brand-soft)}.nav-cta{background:var(--brand);border-radius:999px;padding:.45rem 1rem;font-weight:600;color:#fff!important}.nav-cta:hover{background:var(--brand-dark)}.nav-toggle{border:1px solid var(--line);cursor:pointer;color:var(--ink);background:0 0;border-radius:8px;padding:.4rem .6rem;font-size:1.1rem;display:none}@media (width<=860px){.nav-toggle{display:block}.main-nav{border-bottom:1px solid var(--line);background:#fff;max-height:calc(100vh - 70px);padding:.6rem 1.25rem 1.2rem;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.main-nav.open{display:block}.nav-list{flex-direction:column;align-items:stretch;gap:.1rem}.nav-list>li.nav-group{margin-bottom:0;padding-bottom:0}.nav-list>li>a,.nav-group-btn{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:100%;padding:.6rem 0;display:flex}.nav-submenu{border:0;border-left:2px solid var(--brand-soft);min-width:0;box-shadow:none;border-radius:0;margin:.2rem 0 .5rem .2rem;padding:0 0 0 .7rem;position:static}.nav-cta{width:auto;margin-top:.9rem;border-bottom:0!important;display:inline-block!important}}.breadcrumb{border-bottom:1px solid var(--line);background:#fff}.breadcrumb ol{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.3rem;padding-top:.55rem;padding-bottom:.55rem;font-size:.85rem;list-style:none;display:flex}.breadcrumb li{align-items:center;gap:.3rem;display:flex}.breadcrumb li+li:before{content:"›";color:var(--muted);opacity:.65}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--brand)}.breadcrumb [aria-current=page]{color:var(--ink);font-weight:600}.section{padding:3.2rem 0}.section.alt{background:var(--bg-alt)}.section-head{max-width:680px;margin-bottom:2rem}.section-head p{color:var(--muted);margin-top:.5rem}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.8rem;font-weight:700}.hero{background:linear-gradient(180deg, var(--brand-soft) 0%, #fff 85%);padding:3.4rem 0 3rem}.hero h1{max-width:720px}.hero .lead{max-width:640px;color:var(--muted);margin:1rem 0 1.6rem;font-size:1.04rem}.btn-row{flex-wrap:wrap;gap:.8rem;display:flex}.btn{border-radius:999px;padding:.65rem 1.35rem;font-size:.98rem;font-weight:600;display:inline-block}.btn.primary{background:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand-dark);text-decoration:none}.btn.ghost{border:1.5px solid var(--brand);color:var(--brand)}.btn.ghost:hover{background:var(--brand-soft);text-decoration:none}.grid{gap:1.15rem;display:grid}.grid.cols-3{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid.cols-4{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden}.card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #14273317}a.card{color:inherit}a.card:hover{text-decoration:none}.card-leer{background:var(--bg-alt);border-style:dashed}.card-leer:hover{box-shadow:none;transform:none}.card-leer h2{color:var(--muted)}.card .thumb{aspect-ratio:16/10;background:var(--bg-alt);overflow:hidden}.card .thumb img{object-fit:cover;width:100%;height:100%}.card .thumb.contain img{object-fit:contain;background:#fff;padding:.8rem}.card .thumb.leer{background:var(--brand-soft)}.card-body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.1rem 1.15rem;display:flex}.card-body p{color:var(--muted);flex:1;font-size:.9rem}.card .cat{color:var(--brand);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.badges{flex-wrap:wrap;gap:.35rem;display:flex}.badge{background:var(--badge-bg);color:var(--badge-ink);border-radius:5px;padding:.16rem .55rem;font-size:.72rem}.badge.os{color:#166534;background:#dcfce7}.filters{flex-wrap:wrap;gap:.5rem;margin:1.4rem 0;display:flex}.chip{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:.42rem 1rem;font-family:inherit;font-size:.9rem;transition:all .15s}.chip:hover{border-color:var(--brand);color:var(--brand)}.chip.active{background:var(--brand);border-color:var(--brand);color:#fff}.logo-strip{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));place-items:center;gap:2rem;display:grid}.logo-strip img{filter:grayscale();opacity:.65;width:auto;max-width:190px;transition:all .2s}.logo-strip img:hover{filter:none;opacity:1}.prose{max-width:760px}.prose h2{margin:2rem 0 .7rem}.prose h3{margin:1.5rem 0 .5rem}.prose p{margin:.8rem 0}.prose ul,.prose ol{margin:.8rem 0 .8rem 1.4rem}.prose li{margin:.3rem 0}.prose img{border-radius:var(--radius);border:1px solid var(--line);width:auto;max-width:min(560px,100%);height:auto;max-height:420px;margin:1.4rem 0}.prose blockquote{border-left:3px solid var(--brand);color:var(--muted);margin:1rem 0;padding-left:1rem}.prose figure{width:fit-content;min-width:min(320px,100%);max-width:100%;margin:1.4rem 0}.prose figure img{margin:0}.prose figcaption{color:var(--muted);margin-top:.45rem;font-size:.88rem}.meta-line{color:var(--muted);margin-bottom:1.6rem;font-size:.9rem}.feature-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feature h3{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.feature p{color:var(--muted);font-size:.95rem}.feature .dot{background:var(--brand);border-radius:50%;flex:none;width:10px;height:10px}.site-footer{background:var(--ink);color:#c3ccd4;margin-top:4rem}.footer-inner{max-width:var(--maxw);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin:0 auto;padding:2.6rem 1.25rem 1.6rem;display:grid}.site-footer h4{color:#fff;margin-bottom:.7rem;font-size:.95rem}.site-footer a{color:#c3ccd4}.site-footer a:hover{color:#fff}.site-footer ul{list-style:none}.site-footer li{margin:.35rem 0;font-size:.92rem}.footer-nav ul{margin:.15rem 0 .7rem .85rem}.footer-nav-group{color:#fff;font-weight:600}.footer-bottom{text-align:center;color:#8b96a1;border-top:1px solid #ffffff1f;padding:1rem;font-size:.85rem}.contact-box{background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius);max-width:480px;padding:1.6rem}.contact-box p{margin:.4rem 0}.anleitungen{border-left:3px solid var(--brand);max-width:760px;margin-top:2.6rem;padding-left:1.2rem}.anleitungen h2{margin:0 0 .5rem}.anleitungen ul{margin:1rem 0 0 1.1rem}.anleitungen li{margin:.6rem 0}.form{max-width:640px}.form-feld{border:0;margin-bottom:1.35rem;padding:0}.form-feld>label,.form-feld>legend{margin-bottom:.3rem;padding:0;font-size:.95rem;font-weight:600;display:block}.pflicht{color:var(--brand);margin-left:.15rem}.form-hinweis{color:var(--muted);margin:0 0 .45rem;font-size:.87rem}.form input[type=text],.form input[type=email],.form input[type=tel],.form select,.form textarea{width:100%;font:inherit;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:8px;padding:.6rem .75rem;font-size:.97rem}.form textarea{resize:vertical;min-height:8rem}.form input:hover,.form select:hover,.form textarea:hover{border-color:#c6cdd3}.form [aria-invalid=true]{background:#fff7f6;border-color:#b3261e}.radio-liste{gap:.5rem;display:grid}.radio-zeile{align-items:flex-start;gap:.6rem;display:flex}.radio-zeile input{width:1.05rem;height:1.05rem;accent-color:var(--brand);flex:none;margin-top:.35rem}.radio-zeile label{cursor:pointer;font-weight:400}.radio-label{font-size:.95rem;font-weight:600;display:block}.radio-hint{color:var(--muted);font-size:.85rem;display:block}.form-fehler{color:#b3261e;margin-top:.35rem;font-size:.88rem;font-weight:600}.form-fehler[hidden]{display:none}.form-fehler-box{background:#fff7f6;border:1px solid #b3261e;border-left-width:4px;border-radius:8px;margin-bottom:1.6rem;padding:.9rem 1.1rem}.form-fehler-box[hidden]{display:none}.form-fehler-box ul{margin:.4rem 0 0 1.2rem}.form-fehler-box a{color:#b3261e}.form-datenschutz{color:var(--muted);margin:1.4rem 0 1.2rem;font-size:.87rem}.form-alternativen{color:var(--muted);margin-top:1.2rem;font-size:.9rem}.honigtopf{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}table.specs{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.92rem}table.specs td{border:1px solid var(--line);padding:.45rem .7rem}table.specs td:first-child{background:var(--bg-alt);width:38%;font-weight:600}.doku table{border-collapse:collapse;width:100%;margin:1.2rem 0;font-size:.94rem}.doku th,.doku td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:.5rem .7rem}.doku thead th{background:var(--bg-alt);font-weight:600}@media (width<=760px){.doku table{display:block;overflow-x:auto}.doku th,.doku td{min-width:12rem}}.bezugsweg{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-alt);border-left-width:4px;max-width:760px;margin:0 0 1.8rem;padding:.9rem 1.1rem}.bezugsweg p{margin:.2rem 0}.bezugsweg p+p{color:var(--muted);font-size:.92rem}.bezugsweg.ton-gut{background:#f0fdf4;border-left-color:#15803d}.bezugsweg.ton-neutral{border-left-color:var(--brand);background:var(--brand-soft)}.bezugsweg.ton-warnung{background:#fffbeb;border-left-color:#b45309}.status{border-radius:5px;padding:.16rem .55rem;font-size:.72rem;font-weight:600}.status-gut{color:#166534;background:#dcfce7}.status-neutral{background:var(--brand-soft);color:var(--brand-dark)}.status-warnung{color:#92400e;background:#fef3c7}.produkt-card h2{font-size:1.05rem}.download-liste{margin-left:0;list-style:none}.download-liste li{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.download-liste .badge{flex:none}.muted{color:var(--muted);font-size:.88rem}
