/*! WANDKIND Startseite v1 (27.09.2026, Paket /root/cf-start-20260927) – nur geladen, wenn der Schalter an ist (Vorschau-Link
   ?cf_vorschau=… oder nach golive.sh). Alles unter .cf-start-v1, außer den zwei Zeilen „Kopf der Startseite“ unten (sie wirken
   nur, weil diese Datei nur auf der neuen Startseite geladen wird). Design wie Motivseite v3 / Kategorie v1 / Fußzeile v1:
   Quicksand, --wk-green-ink #467A4A (Text/Knöpfe mit Weiß, 5,07:1), --wk-soft #F5F3EF, dünne Linien #E4E0D9, Blatt-Radien, viel Luft.
   Handy zuerst (70 % der Kunden): 360–575 px eine Spalte bzw. Reihen zum Wischen, ab 768 px Tablet, ab 992 px Desktop. */
.cf-start-v1{--wk-green:#7BB17E;--wk-green-ink:#467A4A;--wk-green-dark:#3B6A3F;--wk-green-tint:#E5EFE5;--wk-text:#2B3136;--wk-heading:#1B1F22;--wk-muted:#5F666C;--wk-line:#E4E0D9;--wk-soft:#F5F3EF;--wk-font:"Quicksand",sans-serif;--wk-leaf-lg:0 40px 0 40px;--wk-leaf-md:0 30px 0 30px;--wk-leaf-sm:0 16px 0 16px;--cf-start-gutter:16px;display:block;width:100%;color:var(--wk-text);font-family:var(--wk-font);font-size:16px;line-height:1.55;overflow-x:clip;-webkit-font-smoothing:antialiased}
@media (min-width:576px){.cf-start-v1{--cf-start-gutter:20px}}
@media (min-width:1200px){.cf-start-v1{--cf-start-gutter:32px}}
.cf-start-v1 *,.cf-start-v1 *::before,.cf-start-v1 *::after{box-sizing:border-box}
.cf-start-v1 :is(a,button,summary,[tabindex]):focus-visible{outline:2px solid var(--wk-green-ink);outline-offset:3px;box-shadow:none}
.cf-start-v1 :is(h1,h2,h3,p,ul,ol,figure){margin:0}
/* Listen-Reset mit Spezifität 0,2,0 (vorher :is(ul,ol)[role] = 0,2,1 → schlug den Innenabstand der Wisch-Reihen) */
.cf-start-v1 [role="list"],.cf-start-v1 .cf-start-usp,.cf-start-v1 .cf-start-chips,.cf-start-v1 .cf-start-steplist{padding:0;list-style:none}
.cf-start-v1 .cf-start-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.cf-start-v1 .cf-start-wrap{width:100%;max-width:1620px;margin:0 auto;padding:0 var(--cf-start-gutter)}

/* Kopf der Startseite: das Theme zieht den Inhalt NUR auf der Startseite 35 px unter die Navigation (für den alten Kopf-Slider).
   Neue Startseite: kein Versatz. (Die frühere rosa Navigationsleiste neutralisiert das Theme schon selbst per !important.) */
.is-act-home .container-main{margin-top:0;padding-top:0}

/* Bildboxen: feste Seitenverhältnisse (kein Springen beim Laden), Bild füllt die Box */
.cf-start-v1 .cf-start-img{position:relative;display:block;width:100%;overflow:hidden;background:var(--wk-soft);border-radius:var(--wk-leaf-sm)}
.cf-start-v1 .cf-start-img>img,.cf-start-v1 .cf-start-imgel{display:block;width:100%;height:100%;max-width:none;object-fit:cover;border:0}
.cf-start-v1 .cf-start-img>img{position:absolute;inset:0}
@media (hover:hover){.cf-start-v1 a:hover .cf-start-img>img{transform:scale(1.03)}}
.cf-start-v1 .cf-start-img>img{transition:transform .4s ease}
@media (prefers-reduced-motion:reduce){.cf-start-v1 .cf-start-img>img{transition:none}.cf-start-v1 a:hover .cf-start-img>img{transform:none}}

/* Überschriften, Kicker, Einleitungen, Text-Links, Knöpfe */
.cf-start-v1 .cf-start-kicker{margin:0 0 6px;font-size:13px;font-weight:700;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:var(--wk-green-ink)}
.cf-start-v1 .cf-start-h1{margin:0;font-family:var(--wk-font);font-size:30px;font-weight:700;line-height:1.14;letter-spacing:-.01em;color:var(--wk-heading);hyphens:manual;overflow-wrap:break-word}
.cf-start-v1 .cf-start-h2{margin:0;font-family:var(--wk-font);font-size:24px;font-weight:700;line-height:1.22;color:var(--wk-heading);overflow-wrap:break-word}
.cf-start-v1 .cf-start-h3{margin:0;font-family:var(--wk-font);font-size:18px;font-weight:700;line-height:1.3;color:var(--wk-heading)}
.cf-start-v1 .cf-start-intro{max-width:760px;margin:8px 0 0;font-size:16px;line-height:1.6;color:var(--wk-muted)}
.cf-start-v1 .cf-start-head{margin:0 0 20px}
.cf-start-v1 .cf-start-head--row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:8px 24px}
.cf-start-v1 .cf-start-head-main{flex:1 1 520px;min-width:0}
.cf-start-v1 .cf-start-textlink{display:inline-flex;align-items:center;min-height:44px;font-size:16px;font-weight:700;color:var(--wk-green-ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.cf-start-v1 .cf-start-textlink:hover{color:var(--wk-green-dark);text-decoration-thickness:2px}
.cf-start-v1 .cf-start-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 28px;border:2px solid var(--wk-green-ink);border-radius:var(--wk-leaf-md);font-family:var(--wk-font);font-size:16px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}
.cf-start-v1 .cf-start-btn--primary{background:var(--wk-green-ink);color:#fff}
.cf-start-v1 .cf-start-btn--primary:hover{background:var(--wk-green-dark);border-color:var(--wk-green-dark);color:#fff;text-decoration:none}
.cf-start-v1 .cf-start-btn--ghost{background:#fff;color:var(--wk-green-ink)}
.cf-start-v1 .cf-start-btn--ghost:hover{background:var(--wk-green-tint);color:var(--wk-green-dark);text-decoration:none}
.cf-start-v1 .cf-start-sec{padding:40px 0}
.cf-start-v1 .cf-start-sec--soft{background:var(--wk-soft)}
.cf-start-v1 .cf-start-sec--soft .cf-start-img{background:#EAE6DF}

/* 1) Hero: Handy Bild oben (order), Text darunter; ab 992 px Text links, Bild rechts */
.cf-start-v1 .cf-start-hero{padding:12px 0 28px;background:var(--wk-soft)}
.cf-start-v1 .cf-start-hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
.cf-start-v1 .cf-start-hero-media{order:-1}
/* Handy/Tablet: Bild 16:9, max. 60vh (Handy quer) – h1 und Knöpfe möglichst im ersten Bildschirm */
.cf-start-v1 .cf-start-hero-media>img,.cf-start-v1 .cf-start-hero-media .cf-start-imgel{display:block;width:100%;height:auto;max-height:60vh;aspect-ratio:16/9;object-fit:cover;border-radius:var(--wk-leaf-md);background:#EAE6DF}
/* Handy: Knöpfe direkt unter der h1 (im ersten Bildschirm), Einleitung danach – im HTML (Vorlesen) bleibt die Reihenfolge h1 → Text → Knöpfe */
.cf-start-v1 .cf-start-hero-panel{display:flex;flex-direction:column;min-width:0}
.cf-start-v1 .cf-start-hero-panel .cf-start-ctas{order:2}
.cf-start-v1 .cf-start-hero-panel .cf-start-lead{order:3}
.cf-start-v1 .cf-start-hero-panel .cf-start-hero-note{order:4}
.cf-start-v1 .cf-start-hero .cf-start-kicker{margin-bottom:10px;font-size:14px;letter-spacing:0;text-transform:none}   /* Slogan nicht in Versalien */
.cf-start-v1 .cf-start-brandname{font-weight:700;letter-spacing:.14em}   /* Wort WANDKIND im Hero-Kicker */
.cf-start-v1 .cf-start-lead{max-width:620px;margin:16px 0 0;font-size:16px;line-height:1.6;color:var(--wk-text)}
.cf-start-v1 .cf-start-ctas{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin:18px 0 0}
@media (min-width:992px){.cf-start-v1 .cf-start-lead{margin-top:12px}.cf-start-v1 .cf-start-ctas{margin-top:24px}}
.cf-start-v1 .cf-start-hero-note{margin:14px 0 0;font-size:14px;line-height:1.4;color:var(--wk-muted)}
.cf-start-v1 .cf-start-hero-note a{display:inline-block;padding:13px 0;margin:-13px 0;color:var(--wk-muted);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.cf-start-v1 .cf-start-hero-note a:hover{color:var(--wk-green-ink)}
@media (min-width:576px){
    .cf-start-v1 .cf-start-ctas{display:flex;flex-wrap:wrap;gap:12px}
    .cf-start-v1 .cf-start-h1{font-size:36px}
}
@media (min-width:768px){
    .cf-start-v1 .cf-start-hero{padding:20px 0 40px}
    .cf-start-v1 .cf-start-h1{font-size:42px}
    .cf-start-v1 .cf-start-lead{font-size:18px}
}
@media (min-width:992px){
    .cf-start-v1 .cf-start-hero{padding:40px 0 56px;background:linear-gradient(90deg,var(--wk-soft) 0,var(--wk-soft) 62%,#fff 62%)}
    .cf-start-v1 .cf-start-hero-grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:48px}
    .cf-start-v1 .cf-start-hero-media{order:0}
    .cf-start-v1 .cf-start-hero-media>img,.cf-start-v1 .cf-start-hero-media .cf-start-imgel{max-height:none;aspect-ratio:3/2;border-radius:var(--wk-leaf-lg)}
    .cf-start-v1 .cf-start-hero-panel{display:block;padding:24px 0}
}
@media (min-width:1200px){.cf-start-v1 .cf-start-h1{font-size:50px}.cf-start-v1 .cf-start-hero-grid{gap:72px}}

/* 2) Vorteile-Zeile (wie Kategorie v1): Handy eine Zeile zum Wischen */
.cf-start-v1 .cf-start-usp{display:flex;flex-wrap:nowrap;gap:22px;width:100%;max-width:1620px;margin:0 auto;padding:14px var(--cf-start-gutter);border-bottom:1px solid var(--wk-line);overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.cf-start-v1 .cf-start-usp::-webkit-scrollbar{display:none}
.cf-start-v1 .cf-start-usp li{display:flex;flex:0 0 auto;align-items:center;gap:8px;min-width:0;margin:0;font-size:14px;font-weight:600;line-height:1.3;color:var(--wk-text);white-space:nowrap}
.cf-start-v1 .cf-start-usp svg,.cf-start-v1 .cf-start-more-icon,.cf-start-v1 .cf-start-chev{flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cf-start-v1 .cf-start-usp svg{width:24px;height:24px;color:var(--wk-green-ink)}
@media (min-width:768px){.cf-start-v1 .cf-start-usp{justify-content:space-between;padding-top:18px;padding-bottom:18px;overflow:visible}.cf-start-v1 .cf-start-usp li{flex:0 1 auto;font-size:15px;white-space:normal}}
@media (max-width:767.98px) and (hover:hover) and (pointer:fine){.cf-start-v1 .cf-start-usp{flex-wrap:wrap;gap:8px 20px;overflow:visible}}

/* 3) Welten: Handy 2 Spalten (Fototapeten/Wandtattoos höher), ab 992 px oben 2 große, darunter 4 kleine */
.cf-start-v1 .cf-start-worldgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px;margin:0;padding:0;list-style:none}
.cf-start-v1 .cf-start-world{margin:0;min-width:0}
.cf-start-v1 .cf-start-world-link{display:block;height:100%;color:var(--wk-heading);text-decoration:none}
.cf-start-v1 .cf-start-world-img{aspect-ratio:1/1}
.cf-start-v1 .cf-start-world.is-big .cf-start-world-img{aspect-ratio:4/5}
.cf-start-v1 .cf-start-world-txt{display:block;margin:10px 0 0}
.cf-start-v1 .cf-start-world-name{display:block;font-size:17px;font-weight:700;line-height:1.3;color:var(--wk-heading)}
.cf-start-v1 .cf-start-world-sub{display:block;margin-top:2px;font-size:14px;line-height:1.4;color:var(--wk-muted)}
.cf-start-v1 .cf-start-world-link:hover .cf-start-world-name{color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:3px}
@media (min-width:768px){.cf-start-v1 .cf-start-worldgrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 20px}.cf-start-v1 .cf-start-world.is-big{grid-column:span 2}.cf-start-v1 .cf-start-world.is-big .cf-start-world-img{aspect-ratio:16/10}}
@media (min-width:992px){.cf-start-v1 .cf-start-world-name{font-size:19px}.cf-start-v1 .cf-start-world.is-big .cf-start-world-name{font-size:24px}.cf-start-v1 .cf-start-world.is-big .cf-start-world-img{border-radius:var(--wk-leaf-lg)}}

/* 4) Beliebte Fototapeten: Chips + Karten (Handy: Reihe zum Wischen, ab 992 px 4 Spalten) */
/* Wisch-Reihen: 6 px Innenabstand, damit die Fokus-Kontur nicht abgeschnitten wird (negativer Außenabstand gleicht aus) */
.cf-start-v1 .cf-start-chips{display:flex;gap:8px;margin:-4px calc(-1 * var(--cf-start-gutter)) 20px;padding:6px var(--cf-start-gutter) 6px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.cf-start-v1 .cf-start-chips::-webkit-scrollbar{display:none}
.cf-start-v1 .cf-start-chips li{flex:0 0 auto;margin:0}
.cf-start-v1 .cf-start-chip{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border:1px solid var(--wk-line);border-radius:var(--wk-leaf-sm);background:#fff;font-size:15px;font-weight:600;line-height:1.2;color:var(--wk-heading);white-space:nowrap;text-decoration:none;transition:border-color .15s ease}
.cf-start-v1 .cf-start-chip:hover{border-color:var(--wk-green-ink);color:var(--wk-heading);text-decoration:none}
@media (min-width:992px),(hover:hover) and (pointer:fine){.cf-start-v1 .cf-start-chips{flex-wrap:wrap;margin:0 0 24px;padding:2px 0 6px;overflow:visible}}
.cf-start-v1 .cf-start-motifrow{display:grid;grid-auto-flow:column;grid-auto-columns:74%;gap:14px;margin:-6px calc(-1 * var(--cf-start-gutter)) 0;padding:6px var(--cf-start-gutter) 6px;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding:0 var(--cf-start-gutter);scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.cf-start-v1 .cf-start-card{margin:0;min-width:0;scroll-snap-align:start}
.cf-start-v1 .cf-start-card-link{display:flex;flex-direction:column;gap:2px;height:100%;color:var(--wk-heading);text-decoration:none}
.cf-start-v1 .cf-start-card-img{aspect-ratio:3/2;margin:0 0 10px}
.cf-start-v1 .cf-start-card-name{display:-webkit-box;overflow:hidden;font-size:16px;font-weight:700;line-height:1.35;color:var(--wk-heading);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.cf-start-v1 .cf-start-card-link:hover .cf-start-card-name{color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:3px}
@media (min-width:576px){.cf-start-v1 .cf-start-motifrow{grid-auto-columns:46%}}
@media (min-width:992px){.cf-start-v1 .cf-start-motifrow{grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-columns:auto;gap:36px 24px;margin:0;padding:0;overflow:visible;scroll-snap-type:none}}

/* 5) So funktioniert’s */
.cf-start-v1 .cf-start-steplist{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin:0;counter-reset:none}
.cf-start-v1 .cf-start-step{position:relative;margin:0;padding:20px 20px 22px 76px;border:1px solid var(--wk-line);border-radius:var(--wk-leaf-sm);background:#fff}
.cf-start-v1 .cf-start-stepnum{position:absolute;left:20px;top:18px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--wk-green-tint);font-size:18px;font-weight:700;color:var(--wk-green-dark)}
.cf-start-v1 .cf-start-step p{margin:6px 0 0;font-size:15px;line-height:1.6;color:var(--wk-text)}
.cf-start-v1 .cf-start-steps-cta{margin:24px 0 0}
@media (min-width:768px){.cf-start-v1 .cf-start-steplist{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cf-start-v1 .cf-start-step{padding:24px 24px 26px}.cf-start-v1 .cf-start-stepnum{position:static;margin:0 0 14px}}

/* 6) Wandtattoos fürs Kinderzimmer: Kacheln + Themen */
.cf-start-v1 .cf-start-tattoos{scroll-margin-top:96px}
.cf-start-v1 .cf-start-tilegrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px;margin:0;padding:0;list-style:none}
.cf-start-v1 .cf-start-tile{margin:0;min-width:0}
.cf-start-v1 .cf-start-tile-link{display:block;height:100%;color:var(--wk-heading);text-decoration:none}
.cf-start-v1 .cf-start-tile-img{aspect-ratio:1/1}
.cf-start-v1 .cf-start-tile-txt{display:block;margin:10px 0 0}
.cf-start-v1 .cf-start-tile-pre{display:block;font-size:13px;font-weight:600;line-height:1.35;color:var(--wk-muted)}
.cf-start-v1 .cf-start-tile-name{display:block;font-size:17px;font-weight:700;line-height:1.3;color:var(--wk-heading)}
.cf-start-v1 .cf-start-tile-link:hover .cf-start-tile-name{color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:3px}
@media (min-width:768px){.cf-start-v1 .cf-start-tilegrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}}
@media (min-width:1200px){.cf-start-v1 .cf-start-tilegrid{grid-template-columns:repeat(6,minmax(0,1fr))}}
.cf-start-v1 .cf-start-themes-title{margin:36px 0 14px}
.cf-start-v1 .cf-start-themes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.cf-start-v1 .cf-start-themes li{margin:0;min-width:0}
.cf-start-v1 .cf-start-theme{display:flex;flex-direction:column;justify-content:center;height:100%;min-height:56px;padding:10px 14px;border:1px solid var(--wk-line);border-radius:var(--wk-leaf-sm);background:#fff;color:var(--wk-heading);text-decoration:none;transition:border-color .15s ease,background-color .15s ease}
.cf-start-v1 .cf-start-theme:hover{border-color:var(--wk-green-ink);text-decoration:none;color:var(--wk-heading)}
.cf-start-v1 .cf-start-theme-name{font-size:15px;font-weight:700;line-height:1.3}
.cf-start-v1 .cf-start-theme-sub{margin-top:2px;font-size:13px;line-height:1.35;color:var(--wk-muted)}
.cf-start-v1 .cf-start-theme--all{border-color:var(--wk-green-ink);background:var(--wk-green-tint);color:var(--wk-green-dark)}   /* 5,5:1 (grün-ink auf Hellgrün nur 4,3:1) */
.cf-start-v1 .cf-start-theme--all:hover{background:#fff;color:var(--wk-green-dark)}
@media (min-width:768px){.cf-start-v1 .cf-start-themes{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}
@media (min-width:1200px){.cf-start-v1 .cf-start-themes{grid-template-columns:repeat(4,minmax(0,1fr))}}
.cf-start-v1 .cf-start-more-link{margin:18px 0 0}

/* 7) Unsere Empfehlungen: Smx-Produktkarten (Markup wie bisher) ruhig im v3-Stil – Bild 1:1, Name, Preis, Herz immer sichtbar */
.cf-start-v1 .cf-start-recogrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}
@media (min-width:768px){.cf-start-v1 .cf-start-recogrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 20px}}
@media (min-width:1200px){.cf-start-v1 .cf-start-recogrid{grid-template-columns:repeat(6,minmax(0,1fr))}}
.cf-start-v1 .cf-start-reco{min-width:0}
.cf-start-v1 .cf-start-reco .card.product-box{position:relative;height:100%;margin:0;border:0;background:none;box-shadow:none}
.cf-start-v1 .cf-start-reco .card.product-box .card-body{display:flex;flex-direction:column;padding:0;overflow:visible}
.cf-start-v1 .cf-start-reco .card.product-box .product-image-wrapper{position:relative;flex:none;width:100%;height:auto;aspect-ratio:1/1;margin:0 0 10px;overflow:hidden;border-radius:var(--wk-leaf-sm);background:#fff}
.cf-start-v1 .cf-start-reco .card.product-box .product-image-link{display:block;position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}
.cf-start-v1 .cf-start-reco .card.product-box .product-image-link:focus-visible{outline:2px solid var(--wk-green-ink);outline-offset:-2px}
.cf-start-v1 .cf-start-reco .card.product-box .product-image{display:block;width:100%;height:100%;max-height:none;object-fit:cover;transform:none}
/* Merkzettel: Theme-Weiß am Container und top/right 1rem am Kreis neutralisiert (Kreis statisch in der Ecke, wie Kategorie v1) */
.cf-start-v1 .cf-start-reco .card.product-box .product-wishlist{display:block;position:absolute;top:6px;right:6px;bottom:auto;left:auto;z-index:3;width:auto;height:auto;margin:0;padding:0;border:0;background:none;line-height:0}
.cf-start-v1 .cf-start-reco .card.product-box .product-wishlist .product-wishlist-action-circle{position:static;top:auto;right:auto;bottom:auto;left:auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--wk-heading);opacity:1;transform:none;box-shadow:none}
.cf-start-v1 .cf-start-reco .card.product-box .product-wishlist .product-wishlist-action-circle::before{width:100%;height:100%;left:0;top:0}
.cf-start-v1 .cf-start-reco .card.product-box .product-wishlist .product-wishlist-action-circle:hover{background:#fff}
.cf-start-v1 .cf-start-reco .card.product-box .icon>svg path{fill:currentColor}
.cf-start-v1 .cf-start-reco .card.product-box .product-wishlist .product-wishlist-added .icon-wishlist,.cf-start-v1 .cf-start-reco .card.product-box .product-wishlist .product-wishlist-action-circle:hover .icon-wishlist{color:var(--wk-green-ink)}
.cf-start-v1 .cf-start-reco .card.product-box .product-badges{position:absolute;top:10px;left:10px;z-index:2}
.cf-start-v1 .cf-start-reco .card.product-box .product-info{display:flex;flex-direction:column;gap:2px;min-height:0;margin:0;padding:0;text-align:left}
.cf-start-v1 .cf-start-reco .card.product-box .product-name{display:-webkit-box;width:100%;max-width:100%;height:auto;margin:0;overflow:hidden;font-family:var(--wk-font);font-size:15px;font-weight:700;line-height:1.35;color:var(--wk-heading);text-align:left;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.cf-start-v1 .cf-start-reco .card.product-box .product-name:hover{color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:2px}
/* Preis im Fluss unter dem Namen (Theme: .product-price absolut unten/zentriert, .product-price-info max. 35 %) */
.cf-start-v1 .cf-start-reco .card.product-box .product-price-info{display:block;position:static;width:auto;max-width:none;height:auto;margin:2px 0 0;padding:0;min-height:0;text-align:left}
.cf-start-v1 .cf-start-reco .card.product-box .product-price-wrapper,.cf-start-v1 .cf-start-reco .card.product-box .product-price{display:inline;position:static;top:auto;bottom:auto;width:auto;height:auto;min-height:0;overflow:visible;margin:0;padding:0;text-align:left;font-family:var(--wk-font);font-size:15px;font-weight:600;line-height:1.4;color:var(--wk-text);visibility:visible;opacity:1}
.cf-start-v1 .cf-start-reco .card.product-box :is(.product-action,.product-variant-characteristics,.product-description,.product-rating,.product-cheapest-price){display:none}

/* 8) Über WANDKIND */
.cf-start-v1 .cf-start-brand-box{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;padding:28px 22px;border:1px solid var(--wk-line);border-radius:var(--wk-leaf-lg);background:var(--wk-soft)}
.cf-start-v1 .cf-start-brand-logo{display:block;width:200px;max-width:100%;height:auto}
.cf-start-v1 .cf-start-brand-txt p{max-width:760px;margin:10px 0 0;font-size:16px;line-height:1.6;color:var(--wk-text)}
.cf-start-v1 .cf-start-brand-links{display:flex;flex-wrap:wrap;gap:0 28px;margin:10px 0 0;padding:0;list-style:none}
.cf-start-v1 .cf-start-brand-links li{margin:0}
@media (min-width:768px){.cf-start-v1 .cf-start-brand-box{grid-template-columns:260px minmax(0,1fr);align-items:center;gap:48px;padding:40px 48px}.cf-start-v1 .cf-start-brand-logo{width:260px}}

/* 9) Ratgeber: alle bisherigen Texte, lesbare Spalte; mit JS nach ≈ 14 Zeilen eingeklappt (Knopf „Weiterlesen“) */
.cf-start-v1 .cf-start-guide{border-top:1px solid var(--wk-line)}
.cf-start-v1 .cf-start-guide-col,.cf-start-v1 .cf-start-faq-col{min-width:0}
/* 27.09.: Ratgeber/FAQ mit Bild ab 992px */
body:has(.cf-start-v1){overflow-x:clip}.cf-start-v1 .cf-start-split-media{display:none;margin:0;overflow:hidden;border-radius:var(--wk-leaf-lg,0 40px 0 40px);background:var(--wk-soft)}.cf-start-v1 .cf-start-split-media img{display:block;width:100%;height:100%;object-fit:cover}.cf-start-v1 .cf-start-split-media--guide{aspect-ratio:4/3}.cf-start-v1 .cf-start-split-media--faq{aspect-ratio:3/2}.cf-start-v1 .cf-start-help{margin-top:24px;padding:24px;background:var(--wk-soft);border-radius:var(--wk-leaf-md,0 30px 0 30px)}.cf-start-v1 .cf-start-help p{margin:8px 0 16px;color:var(--wk-text)}@media (min-width:992px){.cf-start-v1 .cf-start-split{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:56px;align-items:start}.cf-start-v1 .cf-start-split-aside{position:sticky;top:24px}.cf-start-v1 .cf-start-split-media{display:block}.cf-start-v1 .cf-start-help{margin-top:20px}}
.cf-start-v1 .cf-start-guide-body{position:relative;font-size:16px;line-height:1.7;color:var(--wk-text)}
.cf-start-v1 .cf-start-guide-body.is-collapsed{max-height:28em;overflow:hidden}
@media (min-width:768px){.cf-start-v1 .cf-start-guide-body.is-collapsed{max-height:22.5em}}
.cf-start-v1 .cf-start-guide-body.is-collapsed::after{content:"";position:absolute;left:0;right:0;bottom:0;height:5em;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 90%);pointer-events:none}
.cf-start-v1 .cf-start-guide-body.is-collapsed:focus-within{max-height:none;overflow:visible}
.cf-start-v1 .cf-start-guide-body.is-collapsed:focus-within::after{content:none}
.cf-start-v1 .cf-start-rg{margin:0 0 20px}
.cf-start-v1 .cf-start-guide-body .cf-start-rg :is(h2,h3,h4){margin:28px 0 8px;font-family:var(--wk-font);font-weight:700;line-height:1.3;color:var(--wk-heading);text-align:left;text-transform:none;letter-spacing:0}
.cf-start-v1 .cf-start-guide-body .cf-start-rg h2{font-size:22px}   /* CMS-Klassen „headline h1 center“ des Themes übersteuert */
.cf-start-v1 .cf-start-guide-body .cf-start-rg :is(h3,h4){font-size:17px}
.cf-start-v1 .cf-start-rg:first-child>:first-child{margin-top:0}
/* erste CMS-h2 = Abschnittstitel (Größe wie .cf-start-h2) */
.cf-start-v1 .cf-start-guide-body #cf-start-guide-t{margin:0 0 12px;font-size:24px;line-height:1.22}
@media (min-width:768px){.cf-start-v1 .cf-start-guide-body #cf-start-guide-t{font-size:30px}}
@media (min-width:992px){.cf-start-v1 .cf-start-guide-body #cf-start-guide-t{font-size:34px}}
.cf-start-v1 .cf-start-rg :is(p,div,span,strong,b,li){font-size:inherit;line-height:inherit;text-align:left}
.cf-start-v1 .cf-start-rg p{margin:0 0 12px}
.cf-start-v1 .cf-start-rg .center,.cf-start-v1 .cf-start-rg [style*="text-align"]{text-align:left!important}
.cf-start-v1 .cf-start-rg a{color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:2px}
.cf-start-v1 .cf-start-rg a:hover{color:var(--wk-green-dark)}
.cf-start-v1 .cf-start-rg-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:4px 32px}
.cf-start-v1 .cf-start-guide-body .cf-start-rg-item h3{margin-top:18px}
@media (min-width:768px){.cf-start-v1 .cf-start-rg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-start-v1 .cf-start-guide-body .cf-start-rg h2{font-size:26px}}
.cf-start-v1 .cf-start-more{display:inline-flex;align-items:center;gap:6px;min-height:44px;margin:4px 0 0;padding:0;border:0;background:none;font-family:var(--wk-font);font-size:16px;font-weight:700;color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.cf-start-v1 .cf-start-more:hover{color:var(--wk-green-dark)}
.cf-start-v1 .cf-start-more[hidden]{display:none}
.cf-start-v1 .cf-start-more-icon{width:18px;height:18px;stroke-width:2;transition:transform .2s ease}
.cf-start-v1 .cf-start-more[aria-expanded="true"] .cf-start-more-icon{transform:rotate(180deg)}

/* 10) Häufige Fragen (wie Kategorie v1) */
.cf-start-v1 .cf-start-faq{border-top:1px solid var(--wk-line)}
.cf-start-v1 .cf-start-faqlist{margin:16px 0 0;border-top:1px solid var(--wk-line)}
.cf-start-v1 .cf-start-acc{margin:0;border-bottom:1px solid var(--wk-line)}
.cf-start-v1 .cf-start-acc>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:14px 0;list-style:none;cursor:pointer;font-family:var(--wk-font);font-size:16px;font-weight:700;line-height:1.35;color:var(--wk-heading)}
.cf-start-v1 .cf-start-acc>summary::-webkit-details-marker{display:none}
.cf-start-v1 .cf-start-acc>summary:hover{color:var(--wk-green-ink)}
.cf-start-v1 .cf-start-chev{width:22px;height:22px;stroke-width:2;color:var(--wk-green-ink);transition:transform .2s ease}
.cf-start-v1 .cf-start-acc[open]>summary .cf-start-chev{transform:rotate(180deg)}
.cf-start-v1 .cf-start-acc-body{padding:0 0 18px;font-size:15px;line-height:1.6;color:var(--wk-text)}
.cf-start-v1 .cf-start-acc-body p{margin:0;font-size:inherit;line-height:inherit}
.cf-start-v1 .cf-start-acc-body a{color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:2px}
@media (prefers-reduced-motion:reduce){.cf-start-v1 :is(.cf-start-chev,.cf-start-more-icon,.cf-start-btn,.cf-start-chip,.cf-start-theme){transition:none}}

/* Desktop-Abstände */
@media (min-width:768px){.cf-start-v1 .cf-start-h2{font-size:30px}.cf-start-v1 .cf-start-head{margin-bottom:28px}}
@media (min-width:992px){.cf-start-v1 .cf-start-sec{padding:64px 0}.cf-start-v1 .cf-start-h2{font-size:34px}.cf-start-v1 .cf-start-intro{font-size:17px}}
@media (forced-colors:active){.cf-start-v1 :is(.cf-start-btn,.cf-start-chip,.cf-start-theme,.cf-start-step,.cf-start-brand-box){border:1px solid CanvasText}}
/* 27.09.: Kundenstimmen als seitlicher Slider */.cf-start-v1 .cf-start-rev-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.cf-start-v1 .cf-start-rev-nav{display:none;gap:8px;flex:0 0 auto}.cf-start-v1 .cf-start-rev-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--wk-line);border-radius:50%;background:#fff;color:var(--wk-heading);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.cf-start-v1 .cf-start-rev-btn svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cf-start-v1 .cf-start-rev-btn:hover:not(:disabled){border-color:var(--wk-green-ink);background:var(--wk-green-tint)}.cf-start-v1 .cf-start-rev-btn:disabled{opacity:.35;cursor:default}.cf-start-v1 .cf-start-rev-btn:focus-visible{outline:2px solid var(--wk-green-ink);outline-offset:2px}.cf-start-v1 .cf-start-revlist{display:flex;gap:16px;margin:20px calc(var(--cf-start-gutter)*-1) 0;padding:6px var(--cf-start-gutter) 10px;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--cf-start-gutter);overscroll-behavior-x:contain;scrollbar-width:none;scroll-behavior:smooth}.cf-start-v1 .cf-start-revlist::-webkit-scrollbar{display:none}.cf-start-v1 .cf-start-revlist:focus-visible{outline:2px solid var(--wk-green-ink);outline-offset:2px}.cf-start-v1 .cf-start-rev{flex:0 0 86%;scroll-snap-align:start;display:flex}.cf-start-v1 .cf-start-rev-fig{display:flex;flex-direction:column;width:100%;margin:0;padding:24px;background:var(--wk-soft);border-radius:var(--wk-leaf-md)}.cf-start-v1 .cf-start-rev-icon{display:block;flex:0 0 auto;width:32px;height:24px;margin:0 0 14px;fill:var(--wk-green)}.cf-start-v1 .cf-start-rev-q{flex:1 1 auto;margin:0;font-size:16px;line-height:1.6;color:var(--wk-text)}.cf-start-v1 .cf-start-rev-q p{margin:0}.cf-start-v1 .cf-start-rev-n{margin-top:18px;padding-top:14px;border-top:1px solid var(--wk-line);font-weight:700;color:var(--wk-heading)}.cf-start-v1 .cf-start-revnote{margin:14px 0 0;font-size:13px;line-height:1.5;color:var(--wk-muted)}@media (min-width:768px){.cf-start-v1 .cf-start-rev-nav:not([hidden]){display:flex}.cf-start-v1 .cf-start-revlist{margin:24px 0 0;padding:6px 0 10px;scroll-padding-left:0}.cf-start-v1 .cf-start-rev{flex-basis:calc((100% - 16px)/2)}}@media (min-width:1200px){.cf-start-v1 .cf-start-rev{flex-basis:calc((100% - 32px)/3)}}
/* 27.09. Nachtrag 4: Kuscheltier-Teaser neben den Fragen (auch am Handy unter den Fragen) */.cf-start-v1 .cf-start-plush{display:block;max-width:420px;margin:24px 0 0;color:var(--wk-heading);text-decoration:none}.cf-start-v1 .cf-start-plush-img{display:block;overflow:hidden;aspect-ratio:1/1;border-radius:var(--wk-leaf-lg);background:#fff;border:1px solid var(--wk-line)}.cf-start-v1 .cf-start-plush-img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cf-start-v1 .cf-start-plush-cap{display:inline-flex;align-items:center;gap:6px;min-height:44px;margin-top:6px;font-size:15px;font-weight:700;color:var(--wk-green-ink);text-decoration:underline;text-underline-offset:3px}.cf-start-v1 .cf-start-plush-cap svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.cf-start-v1 .cf-start-plush:hover .cf-start-plush-img img{transform:scale(1.03)}.cf-start-v1 .cf-start-plush:hover .cf-start-plush-cap svg{transform:translateX(3px)}.cf-start-v1 .cf-start-plush:focus-visible{outline:2px solid var(--wk-green-ink);outline-offset:4px;border-radius:var(--wk-leaf-sm)}@media (min-width:992px){.cf-start-v1 .cf-start-plush{max-width:none;margin-top:0}}

/* ===== Handy-Korrekturen 27.09.2026 (Paket /root/cf-mobil-20260927, Handy-Audit startseite.md) – nur Vorschau (Startseite v1) ===== */
/* 3: Vorteile-Zeile am Handy als 2 × 2-Raster statt Wisch-Reihe (vorher war nur 1 von 4 Vorteilen ganz zu sehen; ≈ 55 px höher) */
@media (max-width:767.98px){
    .cf-start-v1 .cf-start-usp{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;overflow:visible}
    .cf-start-v1 .cf-start-usp li{white-space:normal;align-items:flex-start}
}
/* 4: Häufige Fragen – die Hilfe-Box „Noch Fragen?“ steht jetzt direkt unter den Fragen, das Kuscheltier-Bild danach (Vorlage
   ratgeber.html.twig); ab 992 px daneben: Hilfe-Box oben, Bild darunter */
@media (min-width:992px){.cf-start-v1 .cf-start-help{margin-top:0}.cf-start-v1 .cf-start-plush{margin-top:20px}}
/* 5: Sprung „Wandtattoos fürs Kinderzimmer“ (Hero-Knopf, Welten-Kachel): Überschrift oben statt 96 px Rest des vorigen Abschnitts
   (die Kopfzeile ist nach dem Sprung ausgeblendet; kommt sie beim Hochscrollen zurück, bleibt der Kicker bei 64 px sichtbar) */
@media (max-width:991.98px){.cf-start-v1 .cf-start-tattoos{scroll-margin-top:24px}}
/* 6: Hinweis unter den Kundenstimmen (§ 5b UWG), „Wandtattoos fürs …“ und Themen-Unterzeilen 14 statt 13 px */
.cf-start-v1 .cf-start-revnote,.cf-start-v1 .cf-start-tile-pre,.cf-start-v1 .cf-start-theme-sub{font-size:14px}
/* 7: Unsere Empfehlungen – die ganze Karte ist tippbar (Link des Produktnamens über die Karte gezogen; Herz liegt darüber, z-index 3) */
.cf-start-v1 .cf-start-reco .card.product-box .product-name::after{content:"";position:absolute;inset:0;z-index:1}
/* 8: zwei weiße Abschnitte ohne Farbwechsel/Linie direkt nacheinander: 40 statt 80 px Luft (Desktop 64 statt 128 px);
   Ratgeber und Häufige Fragen haben oben eine Linie und behalten ihren Abstand */
.cf-start-v1 .cf-start-sec:not(.cf-start-sec--soft):not(.cf-start-guide):not(.cf-start-faq)+.cf-start-sec:not(.cf-start-sec--soft):not(.cf-start-guide):not(.cf-start-faq){padding-top:0}
/* 10: Überschriften ohne einzelnes Wort in der letzten Zeile (nur Umbruch, Wörter unverändert; ältere Browser ignorieren es) */
.cf-start-v1 :is(.cf-start-h2,.cf-start-h3,.cf-start-kicker){text-wrap:balance}
