.facts{--bone: #f6f7f2;--ink: #181818;--plum: #291a24;--rose: #fce0ef;--sage: #e7e9e0;--peri: #bfc9f5;--lime: #e3eaba;--cream: #fdffe9;--koralle: #e67b64;--koralle-text: #bc3a1e;--text: #2e2d2b;--text-leise: #6f6d69;--text-mittel: #6b6963;--linie: rgba(24, 24, 24, .1);--rahmen: rgba(24, 24, 24, .48);--serif: "Nyght", "Nyght Serif", Georgia, serif;--sans: "Figtree", "Helvetica Neue", Helvetica, sans-serif;--breite: 1240px;--rand: 100px;background:var(--bone);color:var(--ink);font-family:var(--sans);font-weight:300}@media(max-width:989px){.facts{--rand: 20px}}.facts *,.facts *:before,.facts *:after{box-sizing:border-box}.facts :where(h1,h2,h3,.serif){font-family:var(--serif);font-weight:400;letter-spacing:-.01em;margin:0}.facts :where(p){margin:0}.facts :where(a){color:inherit;text-decoration:none}.facts :where(img){display:block;max-width:100%}.facts :where(button){font-family:inherit;border:0;background:none;padding:0;cursor:pointer;color:inherit}.facts :where(a,button,input,summary,[tabindex]):focus-visible{outline:2px solid var(--koralle-text);outline-offset:3px;border-radius:5px}.facts__wrap{max-width:calc(var(--breite) + var(--rand) * 2);margin:0 auto;padding-inline:var(--rand)}.facts__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--koralle-text)}.facts__meta{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-leise)}.facts__crumbs{font-size:12px;letter-spacing:.06em;color:var(--text-leise);padding-block:22px 0}.facts__crumbs [aria-current]{color:var(--ink)}.facts__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 32px;border-radius:999px;background:var(--ink);color:#fcfcfc;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .15s ease}.facts__btn:hover{background:#2f2f2f;color:#fcfcfc;transform:translateY(-1px)}.facts__btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--rahmen)}.facts__btn--ghost:hover{background:var(--ink);color:#fcfcfc}.facts__btn--rose{background:var(--rose);color:var(--plum)}.facts__btn--rose:hover{background:#fbd0e6;color:var(--plum)}.facts__masthead{display:flex;align-items:flex-end;justify-content:space-between;gap:64px;padding-block:34px 44px}.facts__title{font-size:clamp(3.25rem,7vw,6.5rem);line-height:.92;letter-spacing:-.025em}.facts__standfirst{margin-top:24px;font-size:20px;line-height:1.6;color:#4b4a47;max-width:34ch;text-wrap:pretty}.facts__suche{display:flex;align-items:center;gap:12px;min-height:54px;padding:0 22px;border-radius:999px;background:#fff;border:1px solid var(--rahmen);width:380px;max-width:100%}.facts__suche input{flex:1;border:0;outline:none;background:none;font-size:15px;font-weight:300;color:var(--ink)}.facts__suche input::placeholder{color:var(--text-leise)}.facts__masthead>*{min-width:0}.facts__suchform{min-width:0}@media(max-width:749px){.facts__masthead{flex-direction:column;align-items:stretch;gap:26px;padding-block:24px 32px}.facts__masthead>div[style]{max-width:100%!important}}.facts__chips{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:44px}.facts__chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--rahmen);font-size:13px;font-weight:500;white-space:nowrap;transition:background .15s ease,color .15s ease}.facts__chip:hover{background:#1818180f}.facts__chip[aria-current=true]{background:var(--ink);color:#fcfcfc;border-color:var(--ink)}.facts__chip span{opacity:.6;font-variant-numeric:tabular-nums}@media(max-width:749px){.facts__chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-inline:calc(var(--rand) * -1);padding-inline:var(--rand)}.facts__chips::-webkit-scrollbar{display:none}}.facts__featured{display:flex;align-items:stretch;border-radius:20px;overflow:hidden;background:var(--rose);margin-bottom:72px}.facts__featured-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:22px;padding:64px 60px}.facts__featured h2{font-size:clamp(2rem,3.2vw,2.875rem);line-height:1.1;max-width:20ch;text-wrap:pretty}.facts__featured p{font-size:17px;line-height:1.65;color:#52454c;max-width:46ch;text-wrap:pretty}.facts__featured-media{width:560px;flex-shrink:0}.facts__featured--ohne-bild .facts__featured-text{padding:56px 60px}.facts__featured--ohne-bild h2{max-width:28ch}.facts__featured--ohne-bild p{max-width:68ch}.facts__featured-media img{width:100%;height:100%;object-fit:cover}@media(max-width:989px){.facts__featured{flex-direction:column-reverse}.facts__featured-media{width:100%;height:200px}.facts__featured-text{padding:26px 24px 30px;gap:12px}}.facts__leer{padding:70px 0;text-align:center;font-size:17px;color:#6b6963}.facts__suchform{margin:0}.facts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px 40px}@media(max-width:989px){.facts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px}}@media(max-width:749px){.facts__grid{grid-template-columns:1fr;gap:36px}}.facts__card{display:flex;flex-direction:column;gap:16px}.facts__card-thumb{position:relative;overflow:hidden;border-radius:14px;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;background:var(--sage)}.facts__card-thumb img,.facts__card-thumb svg{transition:transform .5s cubic-bezier(.2,.7,.3,1)}.facts__card-thumb img{width:100%;height:100%;object-fit:cover}.facts__card:hover .facts__card-thumb img,.facts__card:hover .facts__card-thumb svg{transform:scale(1.03)}.facts__card:hover .facts__card-title{color:var(--koralle-text)}.facts__card-title{font-size:25px;line-height:1.22;transition:color .15s ease;text-wrap:pretty}.facts__card-teaser{font-size:15px;line-height:1.6;color:var(--text-mittel);text-wrap:pretty}.facts__tag{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;min-height:26px;padding:0 12px;border-radius:999px;background:#fffffff2;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink)}.facts__card-kat{display:none}@media(max-width:749px){.facts__card{flex-direction:row;gap:16px;align-items:flex-start}.facts__card-thumb{width:104px;flex-shrink:0;aspect-ratio:1 / 1;border-radius:12px}.facts__card-thumb svg{width:56px;height:56px}.facts__card-title{font-size:18px;line-height:1.28}.facts__card-teaser,.facts__card-thumb .facts__tag{display:none}.facts__card-kat{display:inline;color:var(--koralle-text)}.facts__card-lang{display:none}}.facts__band{display:flex;align-items:center;gap:56px;border-radius:20px;background:var(--plum);color:var(--bone);padding:48px 60px;margin-block:76px}.facts__band h2{font-size:38px;line-height:1.15;color:var(--bone);max-width:18ch}.facts__band p{font-size:16px;line-height:1.65;color:#f6f7f2b8;max-width:46ch}.facts__band .facts__eyebrow{color:var(--koralle)}.facts__band-bild{width:230px;height:230px;flex-shrink:0;object-fit:cover;border-radius:14px}.facts__band-preis{font-family:var(--serif);font-size:46px}.facts__band-alt{font-size:15px;color:#f6f7f29e;text-decoration:line-through}@media(max-width:989px){.facts__band{flex-direction:column;text-align:center;gap:18px;padding:32px 26px 34px}}.facts__news{display:flex;align-items:center;gap:60px;border-radius:20px;background:var(--sage);padding:56px 60px;margin-block:90px 100px}.facts__news h2{font-size:36px;line-height:1.15;max-width:20ch;text-wrap:pretty}.facts__news p{font-size:15px;line-height:1.6;color:#5d5c57}.facts__news small{font-size:12px;line-height:1.5;color:#676662}.facts__news form{display:flex;flex-direction:column;gap:12px;width:440px;flex-shrink:0}.facts__news-row{display:flex;gap:10px}.facts__news .facts__news-fehler{color:var(--koralle-text);font-weight:500}.facts__news .facts__news-ok{color:var(--ink);font-weight:500}.facts__news input[aria-invalid=true]{border-color:var(--koralle-text)}.facts__news input{flex:1;min-height:54px;padding:0 24px;border-radius:999px;border:1px solid var(--rahmen);background:var(--bone);font-size:15px;font-weight:300;outline:none}@media(max-width:989px){.facts__news{flex-direction:column;gap:18px;padding:30px 24px 32px}.facts__news form{width:100%}.facts__news-row{flex-direction:column}}.facts__pager{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:72px}.facts__pager-spur{width:220px;height:3px;border-radius:999px;background:var(--linie);overflow:hidden}.facts__pager-spur>i{display:block;height:100%;background:var(--koralle-text)}.facts__fortschritt{position:sticky;top:0;z-index:5;height:3px;background:#18181814}.facts__fortschritt>i{display:block;height:100%;width:0;background:var(--koralle-text);transition:width .12s linear}.facts__artikelkopf{padding-block:30px 40px}.facts__artikelkopf h1{font-size:clamp(2.25rem,4.6vw,4.125rem);line-height:1.06;letter-spacing:-.02em;max-width:20ch;text-wrap:pretty}.facts__dek{font-size:21px;line-height:1.6;color:#4b4a47;max-width:48ch;margin-top:26px;text-wrap:pretty}.facts__byline{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:38px;padding-top:26px;border-top:1px solid var(--linie);flex-wrap:wrap}@media(max-width:749px){.facts__artikelkopf{padding-block:22px 30px}.facts__dek{font-size:18px;line-height:1.55;margin-top:20px}.facts__byline{gap:18px;margin-top:28px;padding-top:20px}.facts__byline [style*="width:1px"]{display:none}}.facts__avatar{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:var(--rose);font-family:var(--serif);font-size:19px;color:var(--koralle-text)}.facts__share{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--rahmen)}.facts__share:hover{background:var(--ink)}.facts__share:hover svg{stroke:var(--bone)}.facts__kopfband{background:var(--kategoriefarbe, var(--rose));padding-bottom:48px}.facts__kopfband .facts__crumbs{color:#795e6c;padding-block:34px 0}.facts__kopfband .facts__crumbs [aria-current]{color:#3d2a35}.facts__kopfband .facts__dek{color:#52454c}.facts__kopfband .facts__meta{color:#795e6c}.facts__kopfband .facts__avatar{background:#fff}.facts__kopfband+.facts__wrap .facts__koerper{padding-top:64px}.facts__held{border-radius:20px;overflow:hidden;margin-bottom:12px}.facts__held img{width:100%;height:auto}.facts__bildunterschrift{font-size:13px;line-height:1.5;color:var(--text-leise)}.facts__weiterlesen{padding:60px 0 96px}@media(max-width:749px){.facts__weiterlesen{padding-bottom:64px}}.facts__koerper{display:flex;gap:40px;align-items:flex-start;padding-bottom:40px}.facts__toc{width:220px;flex-shrink:0;position:sticky;top:120px;display:flex;flex-direction:column;gap:18px}.facts__toc a{display:block;font-size:14px;line-height:1.45;padding:9px 0 9px 16px;border-left:2px solid var(--linie);color:var(--text-mittel);transition:color .18s ease,border-color .18s ease}.facts__toc a:hover{color:var(--ink)}.facts__toc a[aria-current=true]{border-left-color:var(--koralle-text);color:var(--ink);font-weight:500}.facts__seitenleiste{width:240px;flex-shrink:0;position:sticky;top:120px}.facts__prose{flex:1 1 700px;max-width:700px;min-width:0;container-type:inline-size}.facts__prose{overflow-wrap:break-word}.facts__prose p{font-size:19px;line-height:1.78;color:var(--text);margin:0 0 26px;text-wrap:pretty}.facts__prose h2{font-size:36px;line-height:1.18;margin:56px 0 20px;scroll-margin-top:90px}.facts__prose h3{font-size:23px;line-height:1.3;margin:36px 0 12px}.facts__prose ul,.facts__prose ol{margin:0 0 26px;padding-left:22px}.facts__prose li{font-size:19px;line-height:1.7;color:var(--text);margin-bottom:12px}.facts__prose strong{font-weight:600}.facts__prose a:not(.facts__btn){text-decoration:underline;text-underline-offset:3px}.facts__prose img:not(.facts__einschub-bild){border-radius:14px;margin-block:32px}.facts__prose blockquote{margin:44px 0;padding:0 0 0 28px;border-left:3px solid var(--koralle-text)}.facts__prose blockquote p{font-family:var(--serif);font-size:27px;line-height:1.4;color:var(--ink)}.facts__prose table{width:100%;border-collapse:collapse;margin:0 0 26px;font-size:16px}.facts__prose th,.facts__prose td{padding:12px 18px;text-align:left;line-height:1.5;border-bottom:1px solid var(--linie)}.facts__prose td{white-space:nowrap}.facts__prose thead th{font-weight:600;color:var(--ink);border-bottom-width:2px;vertical-align:bottom}.facts__prose tbody tr:last-child td{border-bottom:0}@media(max-width:1439px){.facts__toc{display:none}}@media(max-width:1199px){.facts__seitenleiste{display:none}.facts__prose{max-width:none}}@media(max-width:749px){.facts__prose p,.facts__prose li{font-size:17px;line-height:1.75}.facts__prose h2{font-size:27px;margin:40px 0 16px}.facts__prose blockquote p{font-size:22px}.facts__prose table{display:block;width:100%;max-width:100%;overflow-x:auto;font-size:15px;-webkit-overflow-scrolling:touch}.facts__prose th,.facts__prose td{padding:10px 14px}}.facts__kurzfassung{display:flex;flex-direction:column;gap:16px;padding:32px 36px;border-radius:16px;background:var(--rose);margin-bottom:44px}.facts__kurzfassung .facts__eyebrow{color:#925171}.facts__kurzfassung ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.facts__kurzfassung li{display:flex;gap:12px;font-size:16px;line-height:1.6;color:#4a3540;margin:0}.facts__kurzfassung li:before{content:"\2192";color:var(--koralle-text);flex-shrink:0}.facts__einschub{display:block;border-radius:18px;background:var(--plum);margin:48px 0;overflow:hidden}.facts__einschub-bild{display:block;width:100%;height:auto}.facts__einschub-text{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:30px 38px 34px}.facts__einschub .facts__btn{align-self:flex-start;margin-top:6px}@container (min-width: 820px){.facts__einschub{display:grid;grid-template-columns:minmax(0,46%) minmax(0,1fr);align-items:center}.facts__einschub-text{padding:34px 38px}}.facts__einschub .facts__eyebrow{color:var(--koralle)}.facts__einschub-titel{font-family:var(--serif);font-size:27px;line-height:1.25;color:var(--bone);text-wrap:pretty}.facts__einschub p{font-size:15px;line-height:1.6;color:#f6f7f2ad;margin:0}@media(max-width:749px){.facts__einschub-text{padding:24px 24px 28px}}.facts__faq details{border-bottom:1px solid rgba(24,24,24,.12)}.facts__faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;min-height:44px;cursor:pointer;list-style:none;font-family:var(--serif);font-size:21px;line-height:1.3}@media(max-width:749px){.facts__faq summary{align-items:flex-start;gap:16px;font-size:19px;padding:20px 0}.facts__faq summary:after{line-height:1.2}}.facts__faq summary::-webkit-details-marker{display:none}.facts__faq summary:after{content:"+";font-size:22px;color:var(--koralle-text);flex-shrink:0;transition:transform .2s ease}.facts__faq details[open] summary:after{transform:rotate(45deg)}.facts__faq details p{font-size:17px;line-height:1.7;color:#4b4a47;margin:0 0 26px;max-width:60ch}.facts__autor{display:flex;gap:22px;padding:30px 32px;border-radius:16px;background:var(--sage);margin-top:56px}.facts__autor p{font-size:15px;line-height:1.6;color:#5d5c57;margin:0}.facts__autor a{font-size:14px;font-weight:500;color:var(--koralle-text)}.facts__produktkarte{display:flex;flex-direction:column;gap:14px;padding:22px;border-radius:16px;background:#fff;border:1px solid rgba(24,24,24,.1)}.facts__produktkarte-bild{border-radius:10px;overflow:hidden}.facts__produktkarte-bild img{width:100%;height:150px;object-fit:cover}.facts__produktkarte p{font-size:13px;line-height:1.55;color:var(--text-mittel);margin:0}.facts__produktkarte-alt{font-size:13px;color:#76746e;text-decoration:line-through}.facts__kaufleiste{position:sticky;bottom:0;z-index:6;display:none;align-items:center;gap:14px;padding:12px var(--rand) calc(12px + env(safe-area-inset-bottom));background:#f6f7f2f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--linie)}@media(max-width:1199px){.facts__kaufleiste{display:flex}}.facts__kaufleiste .facts__btn{min-height:48px;padding:0 26px;font-size:14px;flex-shrink:0}.facts__kaufleiste>div{min-width:0}.facts__kaufleiste>div>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facts__kacheln{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:32px 0 40px}@media(max-width:749px){.facts__kacheln{grid-template-columns:1fr;gap:10px}}.facts__kachel{display:flex;flex-direction:column;gap:8px;padding:22px 24px;border-radius:14px}.facts__kachel b{font-family:var(--serif);font-size:21px;font-weight:400}.facts__kachel span{font-size:14px;line-height:1.55}@media(prefers-reduced-motion:reduce){.facts *,.facts *:before,.facts *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/vinodo-facts.css.map */
