:root{--kds-green-900: #1f4718;--kds-green-800: #24491b;--kds-green-700: #2e5e22;--kds-green-500: #5c7a50;--kds-green-200: #ced8c9;--kds-green-100: #e6ede2;--kds-paper: #ffffff;--kds-surface: #fffdf8;--kds-cream: #f8f1ea;--kds-sand: #f3f3eb;--kds-brown: #7a4a22;--kds-brown-soft: #e8d9c9;--kds-ink: #212528;--kds-ink-soft: #5b6159;--kds-border: #e2ded6;--kds-border-strong: #8a857a;--kds-success: #16794b;--kds-warning: #9a6500;--kds-danger: #b42318;--kds-info: #16639f;--kds-section-muted-bg: var(--kds-cream);--kds-section-accent-bg: var(--kds-sand);--kds-radius-card: 1.4rem;--kds-radius-button: 1.2rem;--kds-radius-pill: 999px;--kds-shadow: 0 1.2rem 3.2rem rgba(31, 71, 24, .08)}.kds-section{color:var(--kds-ink);background:var(--kds-paper);padding-block:clamp(4rem,4.4vw,6.4rem)}.kds-section--muted{background:var(--kds-section-muted-bg)}.kds-section--accent{background:var(--kds-section-accent-bg)}.kds-section.kds-section--flush{padding-block:0 clamp(2.4rem,3vw,4rem)}.kds-breadcrumb-bar{padding-block:1.6rem .4rem}.kds-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:0 .24rem;margin:0;padding:0;list-style:none;font-size:1.3rem}.kds-breadcrumb__item{display:flex;align-items:center;gap:.24rem}.kds-breadcrumb__link{color:var(--kds-ink-soft);text-decoration:none}.kds-breadcrumb__link:hover{color:var(--kds-green-700);text-decoration:underline}.kds-breadcrumb__link:focus-visible{outline:3px solid var(--kds-green-700);outline-offset:2px;border-radius:.4rem}.kds-breadcrumb__sep{color:var(--kds-border-strong);padding-inline:.56rem}.kds-breadcrumb__current{color:var(--kds-ink);font-weight:700}.kds-trustline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.44rem 0;margin:0;padding:1.76rem 0;list-style:none;border-block:1px solid var(--kds-border)}.kds-trustline__item{display:flex;align-items:center;gap:.96rem;padding-inline:1.44rem}.kds-trustline__item+.kds-trustline__item{border-left:1px solid var(--kds-border)}.kds-trustline__item:nth-child(odd){border-left:0;padding-left:0}.kds-trustline__icon{display:grid;width:3.44rem;height:3.44rem;flex:none;place-items:center;border:1px solid var(--kds-green-200);border-radius:50%;color:var(--kds-green-700)}.kds-trustline__svg{width:1.76rem;height:1.76rem}.kds-trustline__text{color:var(--kds-ink-soft);font-size:1.3rem;line-height:1.3}@media screen and (min-width:750px){.kds-trustline{grid-template-columns:repeat(4,minmax(0,1fr))}.kds-trustline__item:nth-child(odd){border-left:1px solid var(--kds-border);padding-left:1.44rem}.kds-trustline__item:first-child{border-left:0;padding-left:0}}.kds-container{width:min(100% - 3.2rem,120rem);margin-inline:auto}.kds-eyebrow{margin:0 0 1.2rem;color:var(--kds-green-700);font-size:1.4rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.kds-title{margin:0;max-width:20ch;font-size:clamp(3.2rem,5vw,6rem);line-height:1.02;letter-spacing:-.035em}.kds-title--md{max-width:32ch;font-size:clamp(2rem,1.6vw,2.2rem);font-weight:700;line-height:1.25;letter-spacing:-.015em;text-align:left}.kds-lead{max-width:73.6rem;margin:1.6rem 0 0;color:var(--kds-ink-soft);font-size:clamp(1.68rem,2vw,2rem);line-height:1.6}.kds-search{display:flex;gap:1.2rem;margin-top:2.8rem;max-width:76.8rem}.kds-search__input{min-width:0;flex:1;min-height:4.8rem;border:1px solid var(--kds-border-strong);border-radius:var(--kds-radius-button);padding:1.2rem 1.6rem;font:inherit;font-size:1.6rem;color:var(--kds-ink);background:var(--kds-paper)}.kds-search__input::placeholder{color:var(--kds-ink-soft)}.kds-button{display:inline-flex;min-height:4.8rem;align-items:center;justify-content:center;border:1px solid var(--kds-green-700);border-radius:var(--kds-radius-button);padding:1.2rem 2.4rem;font:inherit;font-size:1.6rem;font-weight:700;text-decoration:none;color:var(--kds-paper);background:var(--kds-green-700);cursor:pointer}.kds-button:hover{border-color:var(--kds-green-800);background:var(--kds-green-800)}.kds-button:focus-visible,.kds-search__input:focus-visible,.kds-chip:focus-visible,.kds-document:focus-visible,.kds-card:focus-within{outline:3px solid var(--kds-green-700);outline-offset:3px}.kds-chips{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.6rem}.kds-chip{display:inline-flex;border:1px solid var(--kds-green-500);border-radius:var(--kds-radius-pill);padding:.88rem 1.6rem;color:var(--kds-green-700);background:var(--kds-paper);font-weight:600;text-decoration:none}.kds-chip:hover{border-color:var(--kds-green-700);background:var(--kds-green-100)}.kds-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem;margin-top:3.2rem}.kds-card{position:relative;grid-column:span 4;overflow:hidden;border:1px solid var(--kds-border);border-radius:var(--kds-radius-card);background:var(--kds-paper);box-shadow:var(--kds-shadow)}.kds-card__media{aspect-ratio:4 / 3;background:var(--kds-green-100)}.kds-card__media img{width:100%;height:100%;object-fit:cover}.kds-card__body{padding:2rem}.kds-card__title{margin:0;font-size:2.16rem;line-height:1.2}.kds-card__text{margin:1.2rem 0 0;color:var(--kds-ink-soft);line-height:1.55}.kds-card__link{color:inherit;text-decoration:none}.kds-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.kds-section__head{display:flex;align-items:center;justify-content:space-between;gap:.8rem 2.4rem;flex-wrap:wrap}.kds-section__head-text{text-align:left}.kds-textlink{color:var(--kds-green-700);font-size:1.4rem;font-weight:700;text-decoration:none;white-space:nowrap}.kds-textlink:hover{text-decoration:underline}.kds-textlink:focus-visible{outline:3px solid var(--kds-green-700);outline-offset:3px;border-radius:.4rem}.kds-textlink__arrow{margin-left:.6rem}.kds-grid--tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2.4rem}.kds-tile{position:relative;overflow:hidden;border-radius:1.2rem;aspect-ratio:8 / 7;background:var(--kds-green-100)}.kds-tile__image{display:block;width:100%;height:100%;object-fit:cover}.kds-tile__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#111411b8,#11141199 30%,#11141138 55%,#11141100 78%)}.kds-tile__title{position:absolute;right:4.8rem;bottom:1.2rem;left:1.2rem;margin:0;color:var(--kds-paper);font-size:1.4rem;font-weight:600;line-height:1.3;letter-spacing:0}.kds-tile--plain .kds-tile__title{color:var(--kds-ink)}.kds-tile__link{color:inherit;text-decoration:none}.kds-tile__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.kds-tile:focus-within{outline:3px solid var(--kds-green-700);outline-offset:3px}.kds-tile__badge{position:absolute;right:1.2rem;bottom:1.2rem;display:grid;width:2.8rem;height:2.8rem;place-items:center;border-radius:50%;color:var(--kds-ink);background:var(--kds-paper)}.kds-tile__svg{width:1.5rem;height:1.5rem}@media screen and (min-width:750px){.kds-grid--tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem}}.kds-solution{display:grid;gap:2rem;overflow:hidden;border-radius:var(--kds-radius-card);padding:1.6rem;background:var(--kds-cream)}.kds-solution__media{position:relative;aspect-ratio:16 / 10;border-radius:var(--kds-radius-card);background:var(--kds-paper);overflow:hidden}.kds-solution__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.kds-solution__badge{position:absolute;z-index:2;top:2.4rem;left:2.4rem;display:grid;width:12rem;height:12rem;place-content:center;justify-items:center;gap:.4rem;border-radius:50%;padding:1rem;color:var(--kds-paper);background:var(--kds-green-700);text-align:center}.kds-solution__badge-svg{width:2.2rem;height:2.2rem}.kds-solution__badge-text{max-width:9ch;font-size:1.3rem;font-weight:700;line-height:1.25}.kds-solution__body{padding:0 .8rem 1.2rem}.kds-solution__text{margin-top:1.2rem;max-width:46rem;color:var(--kds-ink-soft);font-size:1.4rem;line-height:1.6}.kds-solution__usps{display:grid;gap:1.6rem;margin:2.4rem 0 0;padding:0;list-style:none}.kds-solution__usp{display:flex;align-items:flex-start;gap:1.12rem}.kds-solution__usp-icon{display:grid;width:3.6rem;height:3.6rem;flex:none;place-items:center;border:1px solid var(--kds-green-500);border-radius:50%;color:var(--kds-green-700);background:transparent}.kds-solution__usp-svg{width:1.8rem;height:1.8rem}.kds-solution__usp-title{display:block;color:var(--kds-ink);font-size:1.3rem;font-weight:700;line-height:1.3}.kds-solution__usp-note{display:block;margin-top:.2rem;color:var(--kds-ink-soft);font-size:1.2rem;line-height:1.4}.kds-solution__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.8rem}.kds-button--outline{color:var(--kds-green-700);background:transparent;border-color:var(--kds-green-700)}.kds-button--outline:hover{color:var(--kds-green-800);border-color:var(--kds-green-800);background:var(--kds-green-100)}@media screen and (min-width:990px){.kds-solution{grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:3.2rem;padding:2.4rem;align-items:stretch}.kds-solution--no-media{grid-template-columns:minmax(0,1fr)}.kds-solution__media{aspect-ratio:auto}.kds-solution__image{position:absolute;top:0;right:0;bottom:0;left:0}.kds-solution__body{padding:1.6rem 1.6rem 1.6rem 0}.kds-solution--no-media .kds-solution__body{padding:1.6rem}.kds-solution__usps{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:2rem}}.kds-trust-grid,.kds-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;margin-top:3.2rem}.kds-list-grid{grid-template-columns:repeat(auto-fit,minmax(25.6rem,1fr))}.kds-panel{border:1px solid var(--kds-border);border-radius:var(--kds-radius-card);padding:2.4rem;background:var(--kds-paper);box-shadow:var(--kds-shadow)}.kds-panel h3{margin-top:0}.kds-richtext>:first-child{margin-top:0}.kds-richtext>:last-child{margin-bottom:0}.kds-richtext a{color:var(--kds-green-700)}.kds-bullets{padding-left:2rem}.kds-bullets li+li{margin-top:.8rem}.kds-pduo{display:grid;gap:2rem;align-items:stretch}.kds-pcard{display:flex;flex-direction:column}.kds-pcard--verdict{background:var(--kds-cream)}.kds-pcard__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem}.kds-pcard__head .kds-title{margin:0}.kds-pcard__mark{display:grid;width:4rem;height:4rem;flex:none;place-items:center;border:1px solid var(--kds-green-200);border-radius:50%;color:var(--kds-green-700)}.kds-pcard__mark--lead{order:-1}.kds-pcard--verdict .kds-pcard__head{justify-content:flex-start;align-items:center}.kds-pcard__mark-svg{width:2rem;height:2rem}.kds-pcard__text{margin-top:1.6rem;color:var(--kds-ink-soft);line-height:1.6}.kds-checklist ul{margin:0;padding:0;list-style:none}.kds-checklist li{position:relative;padding-left:3.2rem;min-height:2.4rem}.kds-checklist li+li{margin-top:1.12rem}.kds-checklist li:before{content:"";position:absolute;top:.24rem;left:0;width:2.16rem;height:2.16rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E5E22' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m8.25 12.25 2.5 2.5 5-5.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.kds-pcard__lists{margin-top:2rem}.kds-pcard__list-title{margin:0 0 .8rem;font-size:1.52rem;font-weight:700}.kds-pcard__signature{display:flex;align-items:center;justify-content:flex-end;gap:.64rem;margin:auto 0 0;padding-top:2rem;color:var(--kds-green-700);font-size:1.5rem;font-style:italic}.kds-pcard__signature-svg{width:1.68rem;height:1.68rem;display:block}@media screen and (min-width:990px){.kds-pduo{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:2.4rem}.kds-pduo--single{grid-template-columns:minmax(0,1fr)}}.kds-steps{display:grid;grid-template-columns:minmax(0,1fr);gap:2.4rem;margin:2.4rem 0 0;padding:0;list-style:none;counter-reset:kds-step}.kds-step{display:flex;align-items:flex-start;gap:1.2rem}.kds-step__num{display:grid;width:2.4rem;height:2.4rem;flex:none;place-items:center;border-radius:50%;color:var(--kds-paper);background:var(--kds-green-700);font-size:1.3rem;font-weight:700}.kds-step__title{margin:0 0 .4rem;font-size:1.3rem;font-weight:700;line-height:1.3}.kds-step__text{color:var(--kds-ink-soft);font-size:1.25rem;line-height:1.45}.kds-step__media{margin-top:.96rem}.kds-step__media img{display:block;width:100%;height:auto;border-radius:1rem}@media screen and (min-width:750px){.kds-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}.kds-benefits{display:grid;gap:2rem 0;margin:2.4rem 0 0;padding:0;list-style:none}.kds-benefit{display:flex;flex-direction:column;align-items:center;gap:.96rem;padding:.4rem 1.44rem;text-align:center}.kds-benefit+.kds-benefit{border-left:1px solid var(--kds-border)}.kds-benefit__icon{display:grid;width:4rem;height:4rem;flex:none;place-items:center;color:var(--kds-green-700)}.kds-benefit__svg{width:2.6rem;height:2.6rem}.kds-benefit__text{color:var(--kds-ink-soft);font-size:1.25rem;font-weight:600;line-height:1.35;text-wrap:balance}.kds-trust--with-icon{display:flex;align-items:flex-start;gap:1.6rem}.kds-trust__icon{display:grid;width:4.8rem;height:4.8rem;flex:none;place-items:center;border-radius:50%;color:var(--kds-paper);background:var(--kds-green-700)}.kds-trust__svg{width:2.4rem;height:2.4rem}.kds-trust__body>:first-child{margin-top:0}.kds-trust__body>:last-child{margin-bottom:0}.kds-trust__body h3{font-size:1.68rem}.kds-values{display:grid;gap:0;margin:1.6rem 0 0;padding:0;list-style:none}.kds-value{display:flex;align-items:flex-start;gap:1.2rem;padding-block:1.4rem}.kds-value+.kds-value{border-top:1px solid var(--kds-border)}.kds-value:first-child{padding-top:0}.kds-value:last-child{padding-bottom:0}.kds-value__icon{display:grid;width:3.6rem;height:3.6rem;flex:none;place-items:center;border-radius:50%;color:var(--kds-paper);background:var(--kds-green-700)}.kds-value__svg{width:1.8rem;height:1.8rem}.kds-value__title{margin:0 0 .2rem;font-size:1.4rem;font-weight:700;line-height:1.3}.kds-value__text{color:var(--kds-ink-soft);font-size:1.3rem;line-height:1.5}.kds-duo{display:grid;gap:2rem;margin-top:0}.kds-duo__col{height:100%}.kds-guides{display:grid;grid-template-columns:repeat(auto-fit,minmax(14.4rem,1fr));gap:1.6rem;margin-top:2rem}.kds-guide{position:relative}.kds-guide__media{overflow:hidden;border-radius:1.2rem;aspect-ratio:4 / 3;background:var(--kds-green-100)}.kds-guide__image{display:block;width:100%;height:100%;object-fit:cover}.kds-guide__title{margin:.96rem 0 0;font-size:1.5rem;font-weight:700;line-height:1.3}.kds-guide__link{color:var(--kds-ink);text-decoration:none}.kds-guide__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.kds-guide:focus-within{outline:3px solid var(--kds-green-700);outline-offset:4px;border-radius:1.2rem}.kds-guide__meta{margin:.56rem 0 0;color:var(--kds-ink-soft);font-size:1.3rem;line-height:1.4}@media screen and (min-width:990px){.kds-duo:not(.kds-duo--single){grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);align-items:stretch}}.content-for-layout>.shopify-section:has(>.kds-newsletter){flex-grow:0;background:var(--kds-green-100)}.kds-newsletter{background:var(--kds-green-100);padding-block:2.8rem}.kds-newsletter__inner{display:grid;gap:2.4rem;align-items:center}.kds-newsletter__message{display:flex;align-items:center;gap:1.6rem}.kds-newsletter__icon{display:grid;width:4.4rem;height:4.4rem;flex:none;place-items:center;border-radius:50%;color:var(--kds-paper);background:var(--kds-green-900)}.kds-newsletter__svg{width:2.2rem;height:2.2rem}.kds-newsletter__heading{margin:0;max-width:30ch;color:var(--kds-ink);font-size:1.6rem;font-weight:700;line-height:1.35;letter-spacing:0}.kds-newsletter__fields{display:flex;flex-wrap:wrap;gap:1.2rem}.kds-newsletter__fields .kds-search__input{flex:1 1 22.4rem}.kds-newsletter__message-text{flex:1 0 100%;margin:0;font-size:1.5rem;font-weight:600}.kds-newsletter__message-text--error{color:var(--kds-danger)}.kds-newsletter__message-text--success{color:var(--kds-success)}.kds-newsletter__notes{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;margin:.8rem 0 0;padding:0;list-style:none;color:var(--kds-ink-soft);font-size:1.2rem}.kds-newsletter__note{display:flex;align-items:center;gap:.56rem}.kds-newsletter__tick{display:inline-grid;color:var(--kds-green-700)}.kds-newsletter__tick-svg{width:1.44rem;height:1.44rem}@media screen and (min-width:900px){.kds-newsletter__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem}.kds-newsletter__notes{justify-content:flex-start}}.kds-table-wrap{overflow-x:auto;margin-top:2.4rem;border:1px solid var(--kds-border);border-radius:var(--kds-radius-card);background:var(--kds-paper)}.kds-table{width:100%;border-collapse:collapse;min-width:60.8rem}.kds-table th,.kds-table td{border-bottom:1px solid var(--kds-border);padding:1.6rem;text-align:left;vertical-align:middle}.kds-table thead th{background:transparent;border-bottom:1px solid var(--kds-border);color:var(--kds-ink-soft);font-size:1.2rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.kds-table tbody th{font-weight:600}.kds-table tbody tr:last-child th,.kds-table tbody tr:last-child td{border-bottom:0}.kds-table td:last-child{color:var(--kds-ink-soft)}.kds-table--suitability{min-width:41.6rem}.kds-table--suitability th,.kds-table--suitability td{padding:1.1rem 1.6rem;font-size:1.4rem}.kds-table--suitability tbody th{font-weight:600}.kds-table--suitability tbody td{color:var(--kds-ink-soft)}.kds-table__rec{text-align:right;white-space:nowrap}.kds-table--suitability thead th.kds-table__rec{text-align:right}.kds-table--suitability .kds-status{font-size:1.2rem;padding:.3rem .8rem;gap:.4rem}.kds-table--suitability .kds-status__icon{width:1.4rem;height:1.4rem}.kds-status{display:inline-flex;align-items:center;gap:.8rem;border:1px solid currentcolor;border-radius:var(--kds-radius-pill);padding:.48rem 1.2rem;background:var(--kds-paper);font-size:1.5rem;font-weight:700;white-space:nowrap}.kds-status__icon{width:1.8rem;height:1.8rem;flex:none}.kds-status--geeignet{color:var(--kds-success)}.kds-status--bedingt{color:var(--kds-warning)}.kds-status--nicht-geeignet{color:var(--kds-danger)}.kds-status--neutral{color:var(--kds-ink-soft)}.kds-faq{margin-top:2.4rem;border:1px solid var(--kds-border);border-radius:var(--kds-radius-card);padding-inline:2rem;background:var(--kds-paper)}.kds-faq details+details{border-top:1px solid var(--kds-border)}.kds-faq--flush{border:0;border-radius:0;padding-inline:0;background:none}.kds-fduo{display:grid;gap:2rem;align-items:stretch}@media screen and (min-width:990px){.kds-fduo{grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);gap:2.4rem}.kds-fduo--single{grid-template-columns:minmax(0,1fr)}}.kds-faq summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.3rem 0;font-size:1.4rem;font-weight:600;cursor:pointer;list-style:none}.kds-faq summary::-webkit-details-marker{display:none}.kds-faq summary:focus-visible{outline:3px solid var(--kds-green-700);outline-offset:-2px;border-radius:var(--kds-radius-button)}.kds-faq__chevron{width:1.6rem;height:1.6rem;flex:none;color:var(--kds-ink-soft);transition:transform .2s ease}.kds-faq details[open] .kds-faq__chevron{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.kds-faq__chevron{transition:none}}.kds-faq__answer{padding:0 0 1.6rem;max-width:83.2rem;color:var(--kds-ink-soft);font-size:1.4rem}.kds-documents{display:grid;gap:1.2rem;margin-top:2.4rem}.kds-document{display:flex;justify-content:space-between;gap:1.6rem;border:1px solid var(--kds-border-strong);border-radius:var(--kds-radius-button);padding:1.6rem;color:var(--kds-ink);text-decoration:none}.kds-document:hover{background:var(--kds-green-100)}@media(max-width:749px){.kds-search{flex-direction:column}.kds-card{grid-column:span 12}.kds-trust-grid,.kds-list-grid{grid-template-columns:1fr}.kds-section{padding-block:4.8rem}}.card-wrapper .card--card{background-color:var(--kds-paper);border-color:#ecece4}.card-wrapper.product-card-wrapper .card__media,.card-wrapper.product-card-wrapper .card__inner{background-color:var(--kds-paper)}.card-wrapper .card--card{transition:box-shadow .15s ease}.card-wrapper:hover .card--card,.card-wrapper:focus-within .card--card{box-shadow:0 .6rem 2rem #1f47181a}@media(prefers-reduced-motion:reduce){.card-wrapper .card--card{transition:none}}.card-wrapper .card__heading a{color:var(--kds-ink);font-weight:700}.card-wrapper .card__heading{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;font-size:1.5rem;line-height:1.3;min-height:1.3em}.card-wrapper .card__heading>a{display:inline}.card-wrapper .card-information>.price{color:var(--kds-ink);font-size:1.5rem;font-weight:700;letter-spacing:0}.card-wrapper .card--card .card__content{padding:1.2rem}.card-wrapper .card--card .card__inner .card__information{padding-bottom:.4rem}.card-wrapper:has(.quick-add) .card__content{grid-template-columns:minmax(0,1fr) auto;align-items:end}.card-wrapper:has(.quick-add) .card__information{grid-column:1}.card-wrapper .quick-add{grid-column:2;grid-row:2;align-self:end;margin:0 1.2rem 1.2rem .8rem}.card-wrapper .quick-add__submit.button{--color-button: 46, 94, 34;--color-button-text: 255, 255, 255;--alpha-button-background: 1;width:3.4rem;height:3.4rem;min-width:0;min-height:0;padding:0;border-radius:50%;font-size:0;letter-spacing:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.9 5h2.3l2.1 9.4h8.5l1.8-6.6H7.1'/%3E%3Ccircle cx='9.6' cy='18.3' r='1.3'/%3E%3Ccircle cx='16.5' cy='18.3' r='1.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:2.16rem 2.16rem}.card-wrapper .quick-add__submit.button:before,.card-wrapper .quick-add__submit.button:after{border-radius:50%}.card-wrapper .quick-add__submit.button:after{--border-opacity: calc(1 - var(--buttons-border-opacity))}.card-wrapper .quick-add__submit.button:not([disabled]):not([aria-disabled=true]):hover{--color-button: 36, 73, 27}.shopify-section>.isolate:has(>.collection){background:var(--kds-paper)}.collection__title.title-wrapper{text-align:left}.collection__title.title-wrapper>.title{margin:0;font-size:clamp(2rem,1.6vw,2.2rem);font-weight:700;line-height:1.25;letter-spacing:-.015em}@media screen and (min-width:990px){.collection:has(>.collection__view-all){display:grid;grid-template-columns:minmax(0,1fr)}.collection>.collection__title,.collection>.collection__view-all{grid-area:1 / 1;align-self:center}.collection:has(>.collection__view-all)>slider-component{grid-area:2 / 1}.collection>.collection__view-all{z-index:1;width:100%;max-width:var(--page-width);margin:0 auto;padding:0 8rem;text-align:right;pointer-events:none}.collection>.collection__view-all a{pointer-events:auto;color:var(--kds-green-700);font-size:1.5rem;font-weight:700;text-decoration:none}.collection>.collection__view-all a:after{content:"\2192";content:"\2192" / "";margin-left:.6rem}.collection>.collection__view-all a:hover{text-decoration:underline}}.product-form__submit.button--secondary{--color-button: 46, 94, 34;--color-button-text: 255, 255, 255;--alpha-button-background: 1}.product-form__submit.button--secondary:after{--border-opacity: calc(1 - var(--buttons-border-opacity))}.product-form__submit.button--secondary:not([disabled]):not([aria-disabled=true]):hover{--color-button: 36, 73, 27}.footer .footer-block__heading{margin-bottom:1.2rem;color:var(--kds-ink);font-size:1.3rem;font-weight:700;letter-spacing:.01em}.footer .footer-block__details-content .list-menu__item--link{padding-block:.4rem;color:var(--kds-ink-soft);font-size:1.3rem;line-height:1.4}.footer .footer-block__details-content .list-menu__item--link:hover,.footer .footer-block__details-content .list-menu__item--link:focus-visible{color:var(--kds-green-700)}.footer .footer-block__brand-info{text-align:left}.footer .footer-block__brand-info .rte{max-width:24ch;margin-top:1.2rem;color:var(--kds-ink-soft);font-size:1.3rem;line-height:1.5}.footer .footer-block__brand-info .footer-block__image-wrapper{margin:0}@media screen and (min-width:750px){.footer .footer__localization:empty+.footer__column--info{align-items:flex-end}}@media screen and (min-width:750px){.footer .footer__content-bottom-wrapper--center{justify-content:space-between}.footer .footer__content-bottom-wrapper--center .footer__copyright{display:flex;width:100%;align-items:center;justify-content:space-between;gap:2.4rem;text-align:left}}.footer .copyright__content,.footer .policies li a{color:var(--kds-ink-soft);font-size:1.2rem}.footer .footer__content-bottom{border-top:1px solid var(--kds-border)}.header__heading-logo{height:6rem;width:auto;max-width:100%}.header__inline-menu>.list-menu--inline>li .header__menu-item{padding-inline:1.3rem;color:var(--kds-ink)}.header__inline-menu .header__submenu .header__menu-item{padding-inline:2rem}.footer .policies li a:hover{color:var(--kds-green-700)}.kds-hero{padding-block:0}.kds-hero__content{width:min(100% - 3.2rem,120rem);margin-inline:auto;padding-block:clamp(4rem,6vw,7.2rem)}.kds-hero .kds-title{max-width:17ch;font-weight:800;font-size:clamp(3.2rem,3.6vw,4.64rem);line-height:1.1}.kds-title__line{display:block}.kds-hero .kds-lead,.kds-hero .kds-search{max-width:54.4rem}.kds-button--icon{min-width:5.6rem;padding-inline:1.8rem}.kds-button__svg{width:2.4rem;height:2.4rem}.kds-hero__media{position:relative}.kds-hero__image{display:block;width:100%;height:100%;object-fit:cover}.kds-hero__card{width:min(100% - 3.2rem,41.6rem);margin:-2.5rem auto 4rem;border-radius:var(--kds-radius-card);padding:2rem 2.2rem;background:var(--kds-paper);box-shadow:0 1.6rem 4rem #1f471829}.kds-hero__list{display:grid;gap:1.6rem;margin:0;padding:0;list-style:none}.kds-hero__item{display:flex;align-items:flex-start;gap:1.2rem}.kds-hero__icon{display:grid;width:3.6rem;height:3.6rem;flex:none;place-items:center;border-radius:50%;color:var(--kds-green-700);background:var(--kds-green-100)}.kds-hero__svg{width:2rem;height:2rem}.kds-hero__title{display:block;color:var(--kds-ink);font-size:1.52rem;font-weight:700;line-height:1.3}.kds-hero__note{display:block;margin-top:.2rem;color:var(--kds-ink-soft);font-size:1.4rem;line-height:1.4}@media screen and (min-width:990px){.kds-hero__inner:not(.kds-hero__inner--no-media){display:grid;grid-template-columns:max(1.6rem,(100% - 120rem) / 2) minmax(0,.78fr) minmax(0,1fr);align-items:stretch}.kds-hero__inner:not(.kds-hero__inner--no-media) .kds-hero__content{grid-column:2;width:auto;margin-inline:0;padding-right:4rem}.kds-hero__inner:not(.kds-hero__inner--no-media) .kds-hero__media{grid-column:3}.kds-hero__inner:not(.kds-hero__inner--no-media) .kds-hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.kds-hero__card{position:absolute;top:50%;right:clamp(1.6rem,2.5vw,3.6rem);width:min(35.2rem,82%);margin:0;transform:translateY(-50%)}}body{font-size:clamp(1.6rem,1.55rem + .2vw,1.8rem)}h1,.h1{font-weight:800;font-size:clamp(3.4rem,2.55rem + 1.8vw,5.2rem)}h2,.h2{font-weight:700;font-size:clamp(2.6rem,2.15rem + 1.1vw,3.8rem)}h3,.h3{font-weight:700;font-size:clamp(2rem,1.85rem + .4vw,2.5rem)}.header__menu-item,.header__active-menu-item{font-size:clamp(1.5rem,1.47rem + .1vw,1.6rem);font-weight:600}.button,.shopify-challenge__button,.customer button,button.shopify-payment-button__button--unbranded{font-size:1.6rem;font-weight:600}.product__info-container .price__regular .price-item--regular,.product__info-container .price-item--sale,.product__info-container .price-item--last{font-size:clamp(2.4rem,2.15rem + .7vw,3.2rem);font-weight:700}.product__title h1,.product__title h2{font-size:clamp(2.6rem,2.4rem + .3vw,2.8rem);line-height:1.2;overflow-wrap:anywhere}.product__info-container .price__regular .price-item--regular,.product__info-container .price-item--sale,.product__info-container .price-item--last{font-size:2.6rem}@media screen and (min-width:750px){.product__info-container:has(>.product-form__quantity){display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:1.2rem}.product__info-container:has(>.product-form__quantity)>*{flex:0 0 100%}.product__info-container>.product-form__quantity{flex:0 0 auto;margin-block:0 1.6rem}.product__info-container>.product-form{flex:1 1 24rem;margin-block:0 1.6rem}}.product-form__submit>span{display:inline-flex;align-items:center;gap:.8rem}.product-form__submit>span:before{content:"";width:1.9rem;height:1.9rem;flex:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.9 5h2.3l2.1 9.4h8.5l1.8-6.6H7.1'/%3E%3Ccircle cx='9.6' cy='18.3' r='1.3'/%3E%3Ccircle cx='16.5' cy='18.3' r='1.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.product-form__quantity .quantity{width:11rem;min-height:4.8rem}.card__heading{-webkit-line-clamp:2!important;min-height:2.6em}.collection .title-wrapper-with-link .title,.collection .title-wrapper--no-top-margin .title{text-align:left}.collection .title-wrapper-with-link{justify-content:space-between}.title-wrapper-with-link .title,.title-wrapper--no-top-margin .title{text-align:left}.title-wrapper-with-link{justify-content:space-between;align-items:center}.card__heading{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;word-break:normal}.product__media-wrapper media-gallery{position:relative}.kds-media-badge{position:absolute;z-index:3;top:clamp(1.2rem,2.2vw,2.4rem);left:clamp(1.2rem,2.2vw,2.4rem);display:grid;width:clamp(8rem,8.5vw,10.4rem);height:clamp(8rem,8.5vw,10.4rem);place-items:center;border:3px solid var(--kds-surface);border-radius:var(--kds-radius-pill);padding:.8rem;background:var(--kds-green-700);color:#fff;font-size:clamp(1.1rem,.95rem + .25vw,1.3rem);font-weight:700;line-height:1.2;text-align:center;text-wrap:balance;-webkit-hyphens:auto;hyphens:auto;box-shadow:0 .6rem 1.6rem #1f471838;pointer-events:none}.template-product .product__info-container .product__text{margin-block:.4rem 1.6rem;color:var(--kds-ink-soft);font-size:1.5rem;line-height:1.6}.template-product .product__info-container .product__text.caption-with-letter-spacing{display:none}.kds-shipnotes{margin:.4rem 0 1.6rem;padding:0;list-style:none}.kds-shipnote{display:flex;align-items:center;gap:.8rem;color:var(--kds-ink-soft);font-size:1.4rem;line-height:1.5}.kds-shipnote+.kds-shipnote{margin-top:.6rem}.kds-shipnote__icon{display:inline-grid;flex:none;color:var(--kds-green-700)}.kds-shipnote__svg{width:1.8rem;height:1.8rem}.kds-shipnote__hl{color:var(--kds-green-700);font-weight:700}.kds-trustline--buybox{margin-top:.8rem;border-top:1px solid var(--kds-border);padding-block:1.6rem 0;gap:1.6rem 0}.kds-trustline--buybox .kds-trustline__text{font-size:1.25rem}@media screen and (min-width:750px){.kds-trustline--buybox{grid-template-columns:repeat(2,minmax(0,1fr))}.kds-trustline--buybox .kds-trustline__item:nth-child(odd){border-left:0;padding-left:0}.kds-trustline--buybox .kds-trustline__item:nth-child(2n){border-left:1px solid var(--kds-border)}}@media screen and (min-width:1200px){.kds-trustline--buybox{grid-template-columns:repeat(4,minmax(0,1fr))}.kds-trustline--buybox .kds-trustline__item:nth-child(odd),.kds-trustline--buybox .kds-trustline__item:nth-child(2n){border-left:1px solid var(--kds-border);padding-left:1.2rem}.kds-trustline--buybox .kds-trustline__item:first-child{border-left:0;padding-left:0}}.kds-vmduo{display:grid;gap:1.6rem;align-items:stretch}@media screen and (min-width:990px){.kds-vmduo{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.kds-vmduo--single{grid-template-columns:minmax(0,1fr)}}.kds-vcard{display:grid;overflow:hidden;border:1px solid var(--kds-border);border-radius:var(--kds-radius-card);background:var(--kds-cream);box-shadow:var(--kds-shadow)}.kds-vcard__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;padding:2.4rem}.kds-vcard__body .kds-title{margin:0}.kds-vcard__text{margin:0;color:var(--kds-ink-soft);font-size:1.4rem;line-height:1.6}.kds-vbtn{display:inline-flex;align-items:center;gap:.8rem;border:0;border-radius:var(--kds-radius-button);padding:1rem 1.8rem;background:var(--kds-green-700);color:#fff;font-family:inherit;font-size:1.4rem;font-weight:600;cursor:pointer}.kds-vbtn:hover{background:var(--kds-green-800)}.kds-vbtn:focus-visible{outline:3px solid var(--kds-green-900);outline-offset:2px}.kds-vbtn__svg{width:1.4rem;height:1.4rem;flex:none}.kds-vcard__media{position:relative;min-height:18rem;background:var(--kds-green-900)}.kds-vcard__video,.kds-vcard__cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.kds-vcard__video{border:0;background:#000;object-fit:cover}.kds-vcard__cover{display:grid;border:0;padding:0;background:none;place-items:center;cursor:pointer}.kds-vcard__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.kds-vcard__play{position:relative;display:grid;width:5.2rem;height:5.2rem;place-items:center;border:2px solid #ffffff;border-radius:var(--kds-radius-pill);background:#14201061;color:#fff}.kds-vcard__play-svg{width:2rem;height:2rem;margin-left:.2rem}.kds-vcard__cover:focus-visible{outline:3px solid var(--kds-green-700);outline-offset:-3px}.kds-vcard--playing .kds-vcard__cover{display:none}@media screen and (min-width:750px){.kds-vcard{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}.kds-vcard__media{min-height:100%}}.kds-matrix{display:flex;flex-direction:column;padding:2.4rem}.kds-matrix__head{margin:0;align-items:baseline;gap:1.6rem}.kds-matrix__head .kds-title{margin:0}.kds-matrix__reclabel{flex:none;color:var(--kds-ink-soft);font-size:1.2rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.kds-table-wrap--flush{margin-top:1.6rem;overflow-x:visible;border:0;border-radius:0;background:none}.kds-table--compact{min-width:0}.kds-table--compact thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.kds-table--compact th,.kds-table--compact td{padding:.9rem 0;font-size:1.4rem}.kds-table--compact tbody th{color:var(--kds-ink);font-weight:400}.kds-table--compact tbody tr:last-child th,.kds-table--compact tbody tr:last-child td{border-bottom:0}.kds-status--icon{gap:0;border:0;padding:0;background:none}.kds-status--icon .kds-status__icon{width:2rem;height:2rem}.kds-status--pruefen{color:var(--kds-info)}.kds-faq--flush{display:grid;gap:.4rem;margin-top:1.6rem}.kds-faq--flush details{border:1px solid var(--kds-border);border-radius:.8rem}.kds-faq--flush details+details{border-top:1px solid var(--kds-border)}.kds-faq--flush summary{padding:.6rem 1.2rem;line-height:1.35}.kds-faq--flush details[open] summary{border-bottom:1px solid var(--kds-border)}.kds-faq--flush .kds-faq__answer{padding:1rem 1.2rem}.template-product .kds-section,.template-product .kds-section.kds-section--flush{padding-block:0 1.6rem}.template-product .kds-section>.kds-container>.kds-title{margin-top:0}.template-product .kds-table-wrap{margin-top:1.6rem}.footer a[href="/pages/jetzt-bestellung-widerrufen"]{display:inline-flex;align-items:center;gap:.6rem;margin-top:.6rem;padding:.8rem 1.6rem;border-radius:999px;background:var(--kds-green-700, #2E5E22);color:#fff!important;font-weight:700}.footer a[href="/pages/jetzt-bestellung-widerrufen"]:hover{background:var(--kds-green-800, #24491B);text-decoration:none}.kds-benefit__svg{width:4.4rem;height:4.4rem}.kds-benefit__icon{width:auto;height:auto;background:none}.card__heading{font-weight:700}.kds-card-benefit{margin:.3rem 0 0;color:var(--kds-ink-soft, #5B6159);font-size:1.25rem;font-weight:400;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card .price,.card .price-item{font-weight:700}.card .rating{margin-top:.3rem}.card--standard .card__inner .card__media,.card__media{aspect-ratio:1 / 1}.card__media img{object-fit:contain;padding:1.2rem;background:#fff}.card-information{display:flex;flex-direction:column;align-items:flex-start}.card-information .kds-card-benefit{order:1}.card-information .caption-large{order:2}.card-information .price{order:3;margin-top:.8rem}.card-information .rating{order:4;margin-top:.4rem}.header__menu-item svg{margin-left:.5rem;position:static;transform:none;vertical-align:middle}.header__menu-item{display:inline-flex;align-items:center}.kds-social-proof{display:flex;align-items:center;gap:1rem;margin:.6rem 0 .4rem}.kds-social-proof__avatars{display:inline-flex}.kds-social-proof__avatars img{width:2.8rem;height:2.8rem;border-radius:50%;border:2px solid var(--kds-green, #2E5E22);background:#fff;object-fit:cover}.kds-social-proof__avatars img+img{margin-left:-.9rem}.kds-social-proof__text{font-size:1.4rem;line-height:1.45;color:#141f11d9}.kds-social-proof__text strong{font-weight:700}.kds-social-proof__verified{width:1.6rem;height:1.6rem;vertical-align:-.3rem;margin-left:.2rem}.kds-usp-list{list-style:none;margin:1.4rem 0 .4rem;padding:0}.kds-usp-list__item{font-size:1.5rem;line-height:1.55;margin-bottom:1rem}.kds-usp-list__item:last-child{margin-bottom:0}.kds-payment-icons{list-style:none;display:flex;flex-wrap:wrap;gap:.8rem;margin:1.4rem 0 0;padding:0}.kds-payment-icons__pill{display:inline-flex;align-items:center;justify-content:center;background:#f6f6f7;border:1px solid rgba(20,31,17,.08);border-radius:.8rem;padding:.5rem 1.1rem}.kds-payment-icons__pill svg{height:2.4rem;width:auto;display:block}.product__info-container .rating-star{--letter-spacing: .9;--font-size: 1.7}.product__info-container .rating-text,.product__info-container .rating-count{font-size:1.4rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/kds-base.css.map */
