:root{--green:#16a34a;--green-dark:#15803d;--green-light:#dcfce7;--green-50:#f0fdf4;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--border:#e5e7eb;--bg:#ffffff;--surface:#f9fafb;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 10px 30px rgba(0,0,0,.1);--max-w:1260px;--header-h:64px;--primary:#16a34a}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);height:var(--header-h);transition:transform .25s ease}.header-inner{display:flex;align-items:center;gap:1rem;height:var(--header-h)}.logo{display:flex;align-items:center;gap:8px;font-size:1.2rem;color:var(--text);text-decoration:none;flex-shrink:0}.logo-text strong{color:var(--green)}.logo-icon,.logo-leaf{font-size:1.4rem}.logo-sm{font-size:1rem}.logo-img{height:36px;width:auto;display:block}.logo-img--footer{height:30px}.main-nav{display:flex;align-items:center;gap:0;margin-left:auto}.nav-link{padding:7px 9px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:0.82rem;font-weight:500;transition:color .15s,background .15s;white-space:nowrap}.nav-link:hover{color:var(--text);background:var(--surface);text-decoration:none}.nav-cta{margin-left:6px;padding:8px 14px;background:var(--green);color:#fff;border-radius:99px;font-size:0.82rem;font-weight:600;transition:background .15s;white-space:nowrap;flex-shrink:0}.nav-cta:hover{background:var(--green-dark);text-decoration:none}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto}.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:.2s}.usp-bar{background:var(--green);padding:7px 0;overflow:hidden}.usp-bar-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.usp-item{color:#fff;font-size:0.78rem;font-weight:400;text-decoration:none;white-space:nowrap;transition:opacity .15s}.usp-item:hover{opacity:.85;text-decoration:none}.usp-item strong{font-weight:700}.usp-icon{opacity:.85;margin-right:2px}.usp-divider{color:rgba(255,255,255,.4);font-size:0.85rem;user-select:none}@media (max-width:640px){.usp-bar-inner{gap:4px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.usp-bar-inner::-webkit-scrollbar{display:none}.usp-divider{display:none}.usp-item{font-size:0.73rem;padding-right:10px}}.drawer-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999;backdrop-filter:blur(2px)}.drawer-overlay.open{display:block}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(360px,92vw);background:#fff;z-index:1000;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;box-shadow:-4px 0 32px rgba(0,0,0,.12)}.drawer.open{transform:translateX(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.drawer-logo img{height:28px;width:auto;display:block}.drawer-close{width:36px;height:36px;border:1.5px solid var(--border);border-radius:50%;background:none;cursor:pointer;font-size:1rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .15s}.drawer-close:hover{background:var(--green-50);color:var(--green)}.drawer-body{flex:1;overflow-y:auto;padding:8px 0 32px}.drawer-section-label{font-size:0.7rem;font-weight:700;letter-spacing:.08em;color:var(--text-muted);padding:16px 20px 6px;margin:0}.drawer-item{display:flex;align-items:center;gap:12px;padding:11px 20px;text-decoration:none;color:var(--text);border-bottom:1px solid #f3f4f6;transition:background .12s}.drawer-item:hover{background:var(--green-50)}.drawer-item:last-of-type{border-bottom:none}.drawer-item-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.drawer-item-text{flex:1;display:flex;flex-direction:column;gap:2px}.drawer-item-text strong{font-size:.95rem;font-weight:600;line-height:1.3}.drawer-item-text small{font-size:.78rem;color:var(--text-muted);font-weight:400}.drawer-chevron{color:var(--text-muted);font-size:1.2rem;line-height:1}.drawer-btn{display:block;margin:8px 20px 0;padding:14px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;text-align:center;text-decoration:none;transition:opacity .15s,background .15s}.drawer-btn--primary{background:var(--green);color:#fff}.drawer-btn--primary:hover{opacity:.9}.drawer-btn--outline{border:2px solid var(--green);color:var(--green);background:#fff}.drawer-btn--outline:hover{background:var(--green-50)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:99px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;border:2px solid transparent;white-space:nowrap}.btn:hover{text-decoration:none}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.btn-outline{background:transparent;color:var(--green);border-color:var(--green)}.btn-outline:hover{background:var(--green-50)}.btn-lg{padding:14px 32px;font-size:1rem}.btn-sm{padding:7px 16px;font-size:0.8rem}.btn-block{width:100%}.hero{background:linear-gradient(135deg,var(--green-50) 0%,#fff 60%);padding:80px 0 72px;overflow:hidden}.hero-inner{max-width:760px}.hero-badge{display:inline-block;background:var(--green-light);color:var(--green-dark);font-size:0.8rem;font-weight:700;padding:4px 14px;border-radius:99px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.06em}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:20px;color:var(--text)}.hero-accent{color:var(--green)}.hero-sub{font-size:1.15rem;color:var(--text-muted);margin-bottom:32px;max-width:560px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.hero-stats{display:flex;align-items:center;gap:0;flex-wrap:wrap;gap:4px}.stat{display:flex;flex-direction:column;align-items:center;padding:0 24px}.stat strong{font-size:1.5rem;font-weight:800;color:var(--text)}.stat span{font-size:0.8rem;color:var(--text-muted);font-weight:500}.stat-divider{width:1px;height:40px;background:var(--border)}.stat:first-child{padding-left:0}.page-hero{padding:64px 0;background:var(--green-50);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.page-hero.has-img{background-size:cover;background-position:center;color:#fff}.page-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;margin-bottom:12px}.page-hero p{font-size:1.1rem;color:var(--text-muted)}.page-hero.has-img p{color:rgba(255,255,255,.85)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.55),rgba(0,0,0,.4))}.page-hero.has-img .container{position:relative;z-index:1}.page-hero--sm{padding:40px 0}.page-hero--provider,.page-hero--product{padding:60px 0 52px;background-color:#1a2e1a}.page-hero--provider .hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.72) 0%,rgba(0,60,0,.55) 100%)}.page-hero--product .hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.42) 100%)}.provider-hero-inner{display:flex;align-items:flex-start;gap:40px}.provider-hero-left{flex:1}.ph-badge{display:inline-block;background:var(--green);color:#fff;font-size:0.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px}.ph-stats{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin:14px 0 22px}.ph-stat{font-size:0.95rem;color:rgba(255,255,255,.88);display:flex;align-items:center;gap:5px}.ph-stat+.ph-stat::before{content:'·';margin-right:8px;opacity:.5}.ph-stat--price{font-weight:700;font-size:1.05rem;color:#fff}.breadcrumb--light,.breadcrumb--light a{color:rgba(255,255,255,.65)}.breadcrumb--light a:hover{color:#fff}.bg-surface{background:var(--surface)}.section-steps,.section-top,.section-table,.section-faq,.section-blog,.section-vergleich,.section-single,.section-page{padding:64px 0}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:12px;text-align:center}.section-sub{color:var(--text-muted);text-align:center;margin-bottom:48px;font-size:1.05rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.step-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:center;transition:box-shadow .2s,transform .2s,border-color .2s}.step-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--green)}.step-img{width:100%;height:190px;object-fit:cover;display:block}.step-card .step-num,.step-card h3,.step-card p{padding-left:28px;padding-right:28px}.step-num{width:48px;height:48px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;margin:24px auto 16px}.step-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px}.step-card p{color:var(--text-muted);font-size:0.95rem;padding-bottom:28px}.top-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:32px}.top-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;position:relative;transition:box-shadow .2s,border-color .2s,transform .2s}.top-card:hover{box-shadow:var(--shadow-lg);border-color:var(--green);transform:translateY(-3px)}.top-card--winner{border-color:var(--green);box-shadow:0 0 0 3px var(--green-light),var(--shadow-md)}.top-card-rank{font-size:0.75rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.top-card-name{font-size:1.1rem;font-weight:700;margin-bottom:10px}.top-card-rating{margin-bottom:12px}.top-card-price{margin-bottom:16px;display:flex;flex-direction:column;gap:2px}.price-label{font-size:0.75rem;color:var(--text-muted)}.price-val{font-size:1.1rem;font-weight:700;color:var(--text)}.price-follow{font-size:0.85rem;color:var(--green-dark);font-weight:600}.provider-badge,.badge{display:inline-block;background:var(--green);color:#fff;font-size:0.7rem;font-weight:700;padding:3px 10px;border-radius:99px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.badge-inline{display:inline-block;background:var(--green-light);color:var(--green-dark);font-size:0.7rem;font-weight:700;padding:2px 8px;border-radius:99px;margin-right:6px}.section-cta-wrap{text-align:center;margin-top:32px}.table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow)}.compare-table{width:100%;border-collapse:collapse;background:#fff;font-size:0.9rem}.compare-table th{padding:14px 16px;text-align:left;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface);border-bottom:2px solid var(--border)}.compare-table td{padding:14px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.compare-table tr:last-child td{border-bottom:none}.compare-table tr:hover td{background:var(--green-50)}.td-name{font-weight:600}.td-price{font-size:0.95rem}.td-cta{text-align:right}.rating-sm{font-size:0.8rem;color:var(--text-muted);margin-left:4px}.stars{color:var(--green);letter-spacing:1px}.star.half{opacity:.6}.star.empty{color:var(--border)}.rating-val{font-size:0.85rem;color:var(--text-muted);font-weight:600;margin-left:4px}.rating-num{font-size:0.85rem;color:var(--text-muted);font-weight:600}.filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:wrap}.filter-label{font-size:0.85rem;font-weight:600;color:var(--text-muted);margin-right:4px}.filter-btn{padding:7px 16px;border-radius:99px;font-size:0.85rem;font-weight:600;border:1.5px solid var(--border);color:var(--text-muted);background:#fff;cursor:pointer;transition:all .15s;text-decoration:none}.filter-btn:hover,.filter-btn.active{border-color:var(--green);color:var(--green);background:var(--green-50);text-decoration:none}.provider-list{display:flex;flex-direction:column;gap:12px}.provider-row{display:grid;grid-template-columns:40px 1fr auto auto;gap:16px;align-items:center;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:20px 24px;transition:border-color .15s,box-shadow .15s}.provider-row:hover{border-color:var(--green);box-shadow:var(--shadow-md)}.provider-row--winner{border-color:var(--green);background:var(--green-50)}.provider-rank{font-size:1.1rem;font-weight:800;color:var(--text-light);text-align:center}.provider-row--winner .provider-rank{color:var(--green)}.provider-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.provider-name{font-size:1.05rem;font-weight:700}.provider-rating{display:flex;align-items:center;gap:6px}.provider-prices{display:flex;gap:24px;flex-wrap:wrap}.price-block{display:flex;flex-direction:column}.price-lbl{font-size:0.75rem;color:var(--text-muted);font-weight:500}.price-num{font-size:1rem;font-weight:700;color:var(--text)}.provider-ctas{display:flex;gap:8px;flex-wrap:wrap}.disclaimer{margin-top:32px;font-size:0.8rem;color:var(--text-light);padding-top:16px;border-top:1px solid var(--border)}.single-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start;padding-top:48px;padding-bottom:64px}.post-content{font-size:1.05rem;line-height:1.85;color:var(--text)}.post-content>p:first-of-type{font-size:1.12rem;color:#374151;line-height:1.75;font-weight:400}.post-content h2{font-size:1.5rem;font-weight:800;margin:2.2em 0 .7em;color:var(--text);padding-bottom:8px;border-bottom:2px solid var(--green-light)}.post-content h3{font-size:1.2rem;font-weight:700;margin:1.8em 0 .6em;color:var(--text)}.post-content h4{font-size:1.05rem;font-weight:700;margin:1.5em 0 .5em}.post-content p{margin-bottom:1.3em}.post-content ul{margin:0 0 1.3em 0;padding:0;list-style:none}.post-content ul li{padding-left:1.4em;position:relative;margin-bottom:.55em}.post-content ul li::before{content:'';position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--green)}.post-content ol{margin:0 0 1.3em 1.6em}.post-content ol li{margin-bottom:.55em}.post-content a{color:var(--green-dark);font-weight:500;text-decoration:underline;text-decoration-color:rgba(22,163,74,.3);text-underline-offset:2px}.post-content a:hover{color:var(--green);text-decoration-color:var(--green)}.post-content .btn-primary{color:#fff !important;font-weight:600;text-decoration:none}.post-content .btn-outline{color:var(--green) !important;font-weight:600;text-decoration:none}.post-content .btn{text-decoration:none !important}.post-content strong{font-weight:700}.post-content em{font-style:italic}.post-content blockquote{border-left:3px solid var(--green);padding:14px 22px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);margin:1.8em 0;border-radius:0 10px 10px 0;font-style:italic;color:#374151;font-size:1.05rem}.post-content .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5em 0;border-radius:var(--radius)}.post-content table{width:100%;min-width:320px;border-collapse:collapse;font-size:0.9rem}.post-content th{background:var(--surface);font-weight:700}.post-content th,.post-content td{padding:10px 14px;border:1px solid var(--border);text-align:left}.post-content img{border-radius:var(--radius-lg);margin:1.8em 0;max-width:100%}.post-content figure{margin:1.8em 0}.post-content figcaption{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:6px}.ilink{color:var(--green-dark) !important;text-decoration:underline;text-decoration-color:rgba(22,163,74,.35);text-underline-offset:2px;font-weight:500}.ilink:hover{color:var(--green) !important;text-decoration-color:var(--green)}.article-hero{position:relative;background:linear-gradient(135deg,#0a2315 0%,#0f3320 55%,#163b24 100%);padding:56px 0;overflow:hidden;background-size:cover;background-position:center;color:#fff}.article-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.1) 0%,transparent 70%);pointer-events:none}.article-hero .container{position:relative;z-index:1}.article-hero .breadcrumb{color:rgba(255,255,255,.45);margin-bottom:16px}.article-hero .breadcrumb a{color:rgba(255,255,255,.65)}.article-hero .breadcrumb a:hover{color:#4ade80}.article-hero.has-img{min-height:400px}.article-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;margin-bottom:12px;color:#fff;line-height:1.2}.article-meta{font-size:.875rem;color:rgba(255,255,255,.6);margin-top:10px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.article-meta .reading-time::before{content:'⏱ '}.article-updated{color:rgba(255,255,255,.5);font-size:.8rem}.article-img{border-radius:var(--radius-lg);margin-bottom:32px;width:100%;max-height:420px;object-fit:cover}.post-img-full{margin:32px 0}.post-img-full figcaption{font-size:.8rem;color:var(--text-muted);margin-top:8px;text-align:center}.post-video-embed{margin:32px 0}.post-video-embed figcaption{font-size:.8rem;color:var(--text-muted);margin-top:8px;text-align:center}.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-lg);background:#000}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.article-footer-cta{margin-top:48px;padding:28px;background:var(--green-50);border:1.5px solid var(--green-light);border-radius:var(--radius-lg);display:flex;align-items:center;gap:20px;flex-wrap:wrap}.article-footer-cta p{margin:0;font-weight:600;flex:1}.author-box{display:flex;gap:16px;align-items:flex-start;border-top:1.5px solid var(--border);margin-top:40px;padding-top:28px}.author-avatar{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--green-50);border:2px solid var(--green-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.author-avatar img{width:32px;height:32px}.author-name{display:block;font-weight:700;font-size:0.95rem;margin-bottom:6px}.author-bio{font-size:0.85rem;color:var(--text-muted);margin:0;line-height:1.55}.single-sidebar{position:sticky;top:calc(var(--header-h)+24px)}.sidebar-cta{background:linear-gradient(145deg,#0f2d1c 0%,#1a4d2e 100%);border-radius:var(--radius-lg);padding:24px;text-align:center;margin-bottom:20px;position:relative;overflow:hidden}.sidebar-cta::before{content:'';position:absolute;top:-60px;right:-60px;width:160px;height:160px;background:radial-gradient(circle,rgba(74,222,128,.18) 0%,transparent 70%);pointer-events:none}.scta-label{font-size:0.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#4ade80;margin-bottom:8px}.scta-name{font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:8px}.scta-rating{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px;color:#fff}.scta-rating span{color:rgba(255,255,255,.7);font-size:.85rem}.scta-price{margin-bottom:18px;font-size:.9rem;color:rgba(255,255,255,.6)}.scta-price strong{color:#4ade80;font-size:1.5rem;font-weight:900}.scta-note{font-size:0.72rem;color:rgba(255,255,255,.45);margin-top:8px}.sidebar-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-bottom:20px}.sidebar-box h3{font-size:.9rem;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.sidebar-box p{font-size:0.875rem;color:var(--text-muted);margin-bottom:14px}.sidebar-posts{list-style:none;margin:0;padding:0}.sidebar-posts li{padding:0;border-bottom:1px solid var(--border)}.sidebar-posts li:last-child{border-bottom:none}.sidebar-posts a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:color .15s;line-height:1.4}.sidebar-posts a::after{content:'→';color:var(--text-muted);font-size:.8rem;flex-shrink:0;transition:transform .15s,color .15s}.sidebar-posts a:hover{color:var(--green)}.sidebar-posts a:hover::after{color:var(--green);transform:translateX(3px)}.provider-info-card{background:#fff;border:2px solid var(--green-light);border-radius:var(--radius-lg);padding:28px;margin-bottom:32px}.pic-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.pic-name{font-size:1.3rem;font-weight:800}.pic-stats{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:20px}.pic-stat{display:flex;flex-direction:column;gap:4px}.pic-lbl{font-size:0.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.pic-price{font-size:1.15rem;color:var(--green-dark)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--green)}.blog-card-img-wrap{display:block;aspect-ratio:16/9;overflow:hidden}.blog-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card-img-wrap img{transform:scale(1.03)}.blog-card-body{padding:20px}.blog-date{font-size:0.78rem;color:var(--text-light);font-weight:500;display:block;margin-bottom:8px}.blog-card h3{font-size:1rem;font-weight:700;margin-bottom:8px;line-height:1.4}.blog-card h3 a{color:var(--text)}.blog-card h3 a:hover{color:var(--green);text-decoration:none}.blog-card p{font-size:0.875rem;color:var(--text-muted);margin-bottom:12px;line-height:1.6}.read-more{font-size:0.875rem;font-weight:600;color:var(--green)}.faq-container{max-width:760px}.section-testimonials{padding:64px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.testi-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s,border-color .2s}.testi-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--green)}.testi-img{width:100%;height:200px;object-fit:cover;display:block}.testi-body{padding:20px 22px 24px}.testi-stars{color:#f59e0b;font-size:1rem;margin-bottom:10px}.testi-quote{font-size:0.9rem;line-height:1.65;color:var(--text);margin-bottom:14px;font-style:italic}.testi-author{font-size:0.78rem;font-weight:600;color:var(--text-muted)}@media (max-width:860px){.testimonials-grid{grid-template-columns:1fr 1fr}.testimonials-grid .testi-card:last-child{display:none}}@media (max-width:540px){.testimonials-grid{grid-template-columns:1fr}.testimonials-grid .testi-card:last-child{display:block}}.faq-list{margin-top:40px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;overflow:hidden;background:#fff}.faq-item summary{padding:18px 22px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:1.4rem;font-weight:300;color:var(--green);transition:transform .2s;flex-shrink:0}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item[open] summary{color:var(--green)}.faq-body{padding:0 22px 18px;color:var(--text-muted);font-size:0.95rem;line-height:1.7}.breadcrumb{font-size:0.8rem;color:var(--text-muted);margin-bottom:14px}.breadcrumb a{color:var(--text-muted);font-weight:500}.breadcrumb a:hover{color:var(--text);text-decoration:none}.page-content-wrap{max-width:760px}.site-footer{background:var(--surface);border-top:2px solid var(--border);color:var(--text);padding:56px 0 0;margin-top:auto}.footer-inner{display:grid;grid-template-columns:280px 1fr;gap:64px;margin-bottom:40px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-brand .logo{color:var(--text);margin-bottom:16px}.footer-brand .logo-text{color:var(--text)}.footer-brand .logo-text strong{color:var(--green)}.footer-brand p{font-size:0.875rem;color:var(--text-muted);line-height:1.6}.footer-col h4{font-size:0.75rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--text-muted);margin-bottom:14px}.footer-col a{display:block;font-size:0.875rem;color:var(--text);margin-bottom:10px;font-weight:500}.footer-col a:hover{color:var(--green);text-decoration:none}.footer-bottom{border-top:1px solid var(--border);padding:16px 0;background:#f8f8f8}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-copy{font-size:0.75rem;color:var(--text-muted);margin:0}.footer-legal-nav{display:flex;gap:16px;flex-wrap:wrap}.footer-legal-nav a{font-size:0.72rem;color:var(--text-light);font-weight:400;white-space:nowrap}.footer-legal-nav a:hover{color:var(--text-muted);text-decoration:none}.footer-update{font-size:0.75rem;color:var(--text-light);margin-top:8px}.text-muted{color:var(--text-muted)}.sticky-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--green);padding:10px 14px;z-index:200;box-shadow:0 -4px 20px rgba(0,0,0,.12);gap:10px;align-items:center;justify-content:space-between}.smc-inner{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.smc-icon{width:36px;height:36px;border-radius:8px;background:var(--green-light);color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.sticky-mobile-cta .smc-text{font-size:0.84rem;font-weight:600;color:var(--text);line-height:1.3}.sticky-mobile-cta .smc-text small{display:block;font-weight:400;font-size:0.75rem;color:var(--text-muted)}.sticky-mobile-cta .btn{flex-shrink:0;white-space:nowrap;font-size:0.82rem;padding:8px 14px}.smc-close{width:28px;height:28px;border:none;background:none;color:var(--text-muted);font-size:1rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:background .12s,color .12s}.smc-close:hover{background:var(--surface);color:var(--text)}@media (max-width:768px){.sticky-mobile-cta{display:flex}}.inline-cta-box{background:var(--green-50);border:1.5px solid var(--green-light);border-radius:var(--radius-lg);padding:20px 24px;margin:2em 0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.inline-cta-box p{margin:0;font-weight:600;font-size:0.95rem;flex:1}.inline-cta-box small{display:block;font-weight:400;font-size:0.8rem;color:var(--text-muted);margin-top:2px}.hero-trust-card{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 18px;box-shadow:var(--shadow-md);margin-top:32px;font-size:0.875rem}.hero-trust-card .htc-stars{color:var(--green);letter-spacing:1px;font-size:1rem}.hero-trust-card .htc-text strong{color:var(--text);display:block;font-size:0.875rem}.hero-trust-card .htc-text small{color:var(--text-muted);font-size:0.78rem}.hero-trust-divider{width:1px;height:32px;background:var(--border)}.section-about{padding:64px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-tag{display:inline-block;background:var(--green-light);color:var(--green-dark);font-size:0.78rem;font-weight:700;padding:4px 12px;border-radius:99px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.about-grid h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;margin-bottom:16px;line-height:1.25}.about-grid p{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:20px}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}.about-fact{background:var(--surface);border-radius:var(--radius);padding:16px 18px;border:1px solid transparent;transition:box-shadow .2s,transform .2s,border-color .2s}.about-fact:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--green);background:#fff}.about-fact strong{display:block;font-size:1.5rem;font-weight:800;color:var(--green)}.about-fact span{font-size:0.8rem;color:var(--text-muted);font-weight:500}.about-visual{display:flex;flex-direction:column;gap:0}.about-img{width:100%;height:260px;object-fit:cover;border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:block}.about-checks{display:flex;flex-direction:column;gap:14px;padding:20px 24px 24px;background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg)}.about-check-item{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;transition:box-shadow .15s}.about-check-item:hover{box-shadow:var(--shadow-md)}.about-check-icon{width:36px;height:36px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:0.9rem}.about-check-text strong{display:block;font-weight:700;font-size:0.95rem;margin-bottom:2px}.about-check-text span{font-size:0.8rem;color:var(--text-muted)}@media (max-width:768px){.about-grid{grid-template-columns:1fr;gap:32px}.about-facts{grid-template-columns:1fr 1fr}}.product-price-box{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;background:var(--green-50);border:1.5px solid var(--green-light);border-radius:var(--radius);padding:16px 20px;margin-bottom:24px}.ppb-label{font-size:0.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}.ppb-price{font-size:1.4rem;font-weight:800;color:var(--green-dark)}.ppb-note{font-size:0.8rem;color:var(--text-muted)}.pharmacy-table-wrap{margin:2rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.pharmacy-table-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:1rem}.pharmacy-table-head h2{font-size:1.2rem;margin-bottom:0}.pharmacy-table-wrap h2{font-size:1.2rem;margin-bottom:1rem}.cpref-badge{font-size:0.78rem;color:var(--text-muted);white-space:nowrap}.cpref-badge a{color:var(--green);font-weight:600}.cannapreis-ref{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--green-50);border:1px solid var(--green-light);border-radius:var(--radius);padding:14px 20px;margin:1.5rem 0;font-size:0.9rem}.cpref-left{display:flex;align-items:center;gap:10px;color:var(--text-muted)}.cpref-left svg{color:var(--green);flex-shrink:0}.cpref-left a{color:var(--green-dark)}.cpref-deeplink{display:inline-flex;align-items:center;gap:4px;background:var(--green);color:#fff !important;border-radius:var(--radius-sm);padding:7px 14px;font-size:0.82rem;font-weight:600;white-space:nowrap;transition:background .15s;text-decoration:none !important}.cpref-deeplink:hover{background:var(--green-dark)}.pharmacy-table{width:100%;border-collapse:collapse;font-size:0.9rem}.pharmacy-table thead th{background:var(--green-50);padding:10px 12px;text-align:left;font-weight:700;border-bottom:2px solid var(--green-light)}.pharmacy-table tbody tr:nth-child(even){background:#f9f9f9}.pharmacy-table tbody td{padding:10px 12px;border-bottom:1px solid #eee;vertical-align:middle}.pharmacy-table .price-col{font-weight:700;color:var(--green-dark);white-space:nowrap}.pharmacy-table tbody td:first-child{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.pharmacy-table thead th:nth-child(2),.pharmacy-table tbody td:nth-child(2){display:none}.pharmacy-table tbody td:first-child{max-width:140px}}.store-contact-box{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin:1rem 0 1.5rem}.scb-info{padding:16px 20px;background:var(--green-50);display:flex;flex-direction:column;gap:8px}.scb-row{display:flex;align-items:flex-start;gap:8px;font-size:0.92rem;color:var(--text);line-height:1.4}.scb-row svg{flex-shrink:0;color:var(--green);margin-top:2px}.scb-row a{color:var(--green)}.scb-ctas{display:flex;gap:10px;padding:14px 16px;background:#fff;flex-wrap:wrap}.scb-cta-phone,.scb-cta-maps{flex:1;min-width:140px;display:inline-flex;align-items:center;justify-content:center;gap:7px}@media (max-width:600px){.scb-ctas{flex-direction:column}.scb-cta-phone,.scb-cta-maps{min-width:0;width:100%}}.store-map-wrap{margin:1.5rem 0}.product-attrs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.attr-chip{display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:99px;padding:5px 14px;font-size:0.8rem}.attr-key{font-weight:700;color:var(--text-muted)}.attr-val{font-weight:600;color:var(--text)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:32px}.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--green)}.product-card-img{display:block;aspect-ratio:1;overflow:hidden;background:var(--surface)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-img--empty{display:flex;align-items:center;justify-content:center;font-size:2.5rem}.product-card-body{padding:14px}.product-card-body h3{font-size:0.9rem;font-weight:600;margin-bottom:6px;line-height:1.4}.product-card-body h3 a{color:var(--text)}.product-card-body h3 a:hover{color:var(--green);text-decoration:none}.product-price{font-size:0.85rem;font-weight:700;color:var(--green-dark);margin-bottom:10px}.product-grid--sm{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.shop-cta-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--green-50);border:1.5px solid var(--green-light);border-radius:var(--radius);padding:14px 20px;margin-bottom:28px;flex-wrap:wrap}.shop-cta-banner p{margin:0;font-weight:500;font-size:0.95rem}.shop-filter-bar{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.sfb-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-filter-bar .filter-label{font-size:0.85rem;color:var(--text-muted);font-weight:500;margin-right:4px;white-space:nowrap}.shop-filter-bar .filter-btn{padding:5px 12px;border-radius:20px;font-size:0.82rem;font-weight:500;background:var(--surface);border:1.5px solid var(--border);color:var(--text);text-decoration:none;transition:all .15s;cursor:pointer;line-height:1.4}.shop-filter-bar .filter-btn:hover{border-color:var(--green);color:var(--green)}.shop-filter-bar .filter-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.sfb-no-results{color:var(--text-muted);font-size:0.9rem;margin:8px 0 16px}.sfb-row--sort{flex-wrap:nowrap}.sfb-sort-pills{display:flex;gap:6px;flex-wrap:wrap}.sfb-sort-select{display:none;padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:0.88rem;font-weight:500;background:#fff;color:var(--text);min-height:44px;flex:1}@media (max-width:640px){.sfb-sort-pills{display:none}.sfb-sort-select{display:block}.sfb-row--sort{flex-wrap:nowrap;gap:8px;align-items:center}}.product-card-meta{display:flex;gap:5px;margin-bottom:6px;flex-wrap:wrap}.pc-badge{font-size:0.72rem;font-weight:700;padding:2px 7px;border-radius:10px}.pc-badge--thc{background:#fef3c7;color:#92400e}.pc-badge--cbd{background:#d1fae5;color:#065f46}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.page-info{font-size:0.875rem;color:var(--text-muted);font-weight:500}@media (max-width:1024px){.footer-inner{grid-template-columns:1fr;gap:32px}.footer-links{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.main-nav{display:none}.burger{display:flex}.hero{padding:40px 0 36px}.hero h1{font-size:clamp(1.6rem,6vw,2.4rem)}.hero-sub{font-size:.95rem}.hero-stats{gap:6px 0;flex-wrap:wrap;justify-content:center}.stat{padding:0 12px}.hero-ctas{flex-direction:column;gap:10px}.hero-ctas .btn{width:100%;text-align:center;justify-content:center;padding:14px 20px}.trust-items{gap:12px 20px}.trust-item{font-size:.8rem}.top-cards{grid-template-columns:1fr 1fr;gap:12px}.top-card{padding:16px}.provider-row{grid-template-columns:36px 1fr;grid-template-rows:auto auto auto;gap:8px;padding:14px 16px}.provider-rank{grid-row:1;font-size:.85rem}.provider-main{grid-column:2}.provider-prices{grid-column:1 / -1;display:flex;gap:16px}.provider-ctas{grid-column:1 / -1}.provider-ctas .btn{width:100%;justify-content:center}.provider-badge{font-size:.7rem;padding:2px 8px}.winner-highlight{padding:20px 16px}.wh-stats{flex-wrap:wrap;gap:8px}.wh-ctas{flex-direction:column}.wh-ctas .btn{width:100%;justify-content:center}.blog-grid{grid-template-columns:1fr;gap:16px}.single-layout{grid-template-columns:1fr}.single-sidebar{position:static}.single-sidebar .sidebar-cta{display:none}.compare-table th:nth-child(4),.compare-table td:nth-child(4){display:none}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.karte-cta-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:24px}.footer-links{grid-template-columns:1fr 1fr;gap:16px}.footer-brand p{font-size:.875rem}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:8px}.footer-legal-nav{gap:12px}.section-title{font-size:1.4rem}.page-hero{padding:32px 0 28px}.page-hero h1{font-size:clamp(1.4rem,5.5vw,2rem)}}@media (max-width:520px){.top-cards{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.compare-table th:nth-child(2),.compare-table td:nth-child(2){display:none}.hero-stats .stat-divider{display:none}.stat{flex:0 0 50%;text-align:center;padding:6px 8px}.footer-links{grid-template-columns:1fr}}.trust-bar{background:var(--green-50);border-bottom:1px solid var(--green-light);padding:12px 0}.trust-items{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.trust-item{font-size:0.85rem;font-weight:500;color:var(--text-muted);display:flex;align-items:center;gap:6px}.ti-check{color:var(--green);font-weight:700;font-size:1rem}.winner-highlight{background:linear-gradient(135deg,var(--green-50) 0%,#fff 100%);border:2px solid var(--green);border-radius:var(--radius-lg);padding:32px;margin-bottom:32px}.wh-badge{display:inline-block;background:var(--green);color:#fff;font-size:0.75rem;font-weight:700;padding:4px 14px;border-radius:99px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.wh-name{font-size:1.75rem;font-weight:800;margin-bottom:8px}.wh-desc{color:var(--text-muted);font-size:1rem;margin-bottom:20px}.wh-stats{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:24px;align-items:center}.wh-stat{display:flex;align-items:center;gap:6px;font-size:0.9rem;color:var(--text-muted)}.wh-stat strong{color:var(--text);font-size:1.05rem}.vergleich-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-wrap{flex:0 0 auto}.search-input{padding:8px 16px;border:1.5px solid var(--border);border-radius:99px;font-size:0.875rem;font-family:inherit;outline:none;width:220px;transition:border-color .15s}.search-input:focus{border-color:var(--green)}.provider-desc{font-size:0.82rem;color:var(--text-muted);margin-top:4px}.no-results{text-align:center;color:var(--text-muted);padding:40px 0;font-size:1rem}.pros-list{list-style:none;padding:0;margin:16px 0 20px}.pros-list li{padding:6px 0;font-size:0.9rem;display:flex;align-items:flex-start;gap:8px}.pros-check{color:var(--green);font-weight:700;flex-shrink:0}.pic-tagline{color:var(--text-muted);font-size:0.95rem;margin-bottom:16px;font-style:italic}.pic-disclaimer{font-size:0.75rem;color:var(--text-light);text-align:center;margin-top:8px}.reading-time{font-size:0.8rem;color:var(--text-light)}.meta-sep{color:var(--text-light);margin:0 4px}.blog-card-img-wrap--empty{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--green-50);text-decoration:none}.blog-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%);position:relative;overflow:hidden}.blog-card-placeholder::after{content:'';display:block;width:64px;height:64px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%2381c784' d='M32 4C18 4 8 16 8 28c0 8 4 14 10 18l-3 14h34l-3-14c6-4 10-10 10-18C56 16 46 4 32 4zm0 36c-8 0-14-6-14-12s6-12 14-12 14 6 14 12-6 12-14 12z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:0.5}.blog-card-title{font-size:1rem;font-weight:700;margin-bottom:8px;line-height:1.4}.blog-card-title a{color:var(--text)}.blog-card-title a:hover{color:var(--green);text-decoration:none}.shop-grid-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.shop-count{font-size:0.875rem;color:var(--text-muted)}@media (max-width:768px){.winner-highlight{padding:20px}.wh-name{font-size:1.4rem}.vergleich-controls{flex-direction:column;align-items:flex-start}.search-input{width:100%}.trust-items{gap:16px}:root{--header-h:48px}.site-header{height:48px}.site-header .header-inner{height:48px}}.nav-link.active{color:var(--text);background:var(--surface)}.rechner-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px;margin-bottom:40px}.rechner-field{margin-bottom:28px}.rechner-field label{display:block;font-weight:600;margin-bottom:10px;color:var(--text)}.range-slider{width:100%;accent-color:var(--primary);height:6px;cursor:pointer;-webkit-appearance:none;appearance:none;background:var(--border);border-radius:3px;outline:none}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--green);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2)}.range-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--green);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2)}@media (max-width:768px){.range-slider::-webkit-slider-thumb{width:32px;height:32px}.range-slider::-moz-range-thumb{width:32px;height:32px}.range-slider{height:8px}}.range-hints{display:flex;justify-content:space-between;font-size:0.78rem;color:var(--text-muted);margin-top:4px}.rechner-select,.rechner-input{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:0.95rem;background:#fff;margin-top:6px}.rechner-input{margin-top:10px}.rechner-ergebnis{background:var(--bg);border-radius:10px;padding:24px;margin-top:8px}.ergebnis-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:0.95rem}.ergebnis-row:last-of-type{border-bottom:none}.ergebnis-total{font-size:1.1rem;font-weight:700;color:var(--primary);padding-top:14px}.ergebnis-hinweis{font-size:0.78rem;color:var(--text-muted);margin-top:10px}.rechner-info{margin-top:8px}.rechner-cta-box{margin-top:24px;padding:20px;background:var(--green-50);border:1px solid var(--green-light);border-radius:var(--radius);text-align:center}.rechner-cta-hint{font-size:0.95rem;color:var(--text);margin-bottom:14px}.rechner-cta-hint strong{color:var(--green-dark)}.city-store-grid{display:flex;flex-direction:column;gap:10px;margin:0 0 1.5em}.city-store-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);transition:box-shadow .15s}.city-store-card:hover{box-shadow:var(--shadow-md)}.csc-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.csc-name{font-weight:700;font-size:0.92rem;color:var(--text);line-height:1.3}a.csc-name:hover{color:var(--green);text-decoration:none}.csc-addr{display:flex;align-items:center;gap:4px;font-size:0.78rem;color:var(--text-muted)}.csc-addr svg{flex-shrink:0;color:var(--text-light)}.csc-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.csc-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:8px;font-size:0.8rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:all .15s;min-height:36px}.csc-btn--phone{background:var(--green);color:#fff}.csc-btn--phone:hover{background:var(--green-dark);color:#fff;text-decoration:none}.csc-btn--maps{background:var(--surface);color:var(--text-muted);border:1px solid var(--border)}.csc-btn--maps:hover{border-color:var(--green);color:var(--green);text-decoration:none}@media (max-width:480px){.city-store-card{flex-direction:column;align-items:stretch}.csc-actions{flex-direction:row}.csc-btn{flex:1;justify-content:center;min-height:44px;font-size:0.85rem}}.city-map-container{height:360px;border-radius:var(--radius);overflow:hidden;margin-bottom:32px;border:1px solid var(--border)}.city-faq{margin-top:40px}.strain-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;margin-bottom:2rem}.strain-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.strain-card-name{font-size:1.1rem;font-weight:700;color:var(--text)}.strain-type-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em}.strain-type-badge--indigo{background:#eef2ff;color:#4338ca}.strain-type-badge--amber{background:#fffbeb;color:#b45309}.strain-type-badge--emerald{background:#f0fdf4;color:#15803d}.strain-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.strain-stat{background:var(--bg);border-radius:var(--radius-sm);padding:10px 14px}.strain-stat-label{display:block;font-size:0.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:4px}.strain-stat-val{font-size:0.95rem;font-weight:700;color:var(--text)}.strain-faq{margin-top:2.5rem}@media (max-width:600px){.strain-stats{grid-template-columns:repeat(2,1fr)}}.mfr-strengths{list-style:none;padding:0;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:6px}.mfr-strengths li{padding:8px 12px 8px 32px;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);position:relative;font-size:0.9rem}.mfr-strengths li::before{content:"✓";position:absolute;left:10px;color:var(--green);font-weight:700}.section-topic-guide{padding:24px 0 0}.topic-guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-bottom:2rem}.topic-card{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text);transition:border-color .15s,box-shadow .15s}.topic-card:hover{border-color:var(--green);box-shadow:0 2px 10px rgba(22,163,74,.1);text-decoration:none}.topic-card-icon{flex-shrink:0;width:40px;height:40px;background:#f0fdf4;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--green)}.topic-card strong{display:block;font-size:0.9rem;font-weight:700;margin-bottom:2px}.topic-card span{font-size:0.8rem;color:var(--text-muted);line-height:1.4}.karte-section{position:relative}.karte-controls{background:#fff;border-bottom:1px solid var(--border);padding:12px 0}.karte-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.karte-search-input{flex:1;min-width:200px;padding:9px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:0.9rem;outline:none}.karte-search-input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,163,74,.1)}.karte-select{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:0.9rem;background:#fff;outline:none;cursor:pointer}.karte-count{font-size:0.82rem;color:var(--text-muted);font-weight:500;white-space:nowrap;margin-left:auto}#karte-map{width:100%;height:540px;background:var(--surface)}.karte-marker{width:12px;height:12px;background:var(--green);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.3)}.karte-popup{display:flex;flex-direction:column;gap:3px;min-width:180px}.karte-popup strong{font-size:0.9rem;font-weight:700;color:var(--text)}.karte-popup span{font-size:0.78rem;color:var(--text-muted)}.karte-popup a{font-size:0.8rem;color:var(--green);font-weight:500}.karte-cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;padding:48px 0 16px}.karte-cta-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;text-align:center}.karte-cta-icon-svg{width:56px;height:56px;background:var(--green-50);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:var(--green)}.karte-cta-card h2{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:var(--text)}.karte-cta-card p{font-size:0.88rem;color:var(--text-muted);margin-bottom:22px;line-height:1.65}.karte-cta-card .btn{display:inline-flex}.karte-cta-card .btn-primary{color:#fff !important}.karte-cta-card .btn-outline{color:var(--green) !important}.nav-dropdown-wrap{position:relative}.nav-link--has-drop{display:flex;align-items:center;gap:4px}.nav-arrow{font-size:0.65rem;opacity:.6;transition:transform .2s}.nav-dropdown-wrap:hover .nav-arrow{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100%+4px);left:-12px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:260px;padding:8px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s,transform .18s;z-index:1100}.nav-dropdown::before{content:'';position:absolute;top:-16px;left:-12px;right:-12px;height:20px}.nav-dropdown-wrap:hover .nav-dropdown,.nav-dropdown-wrap:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.nd-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);text-decoration:none;color:var(--text);transition:background .12s}.nd-item:hover{background:var(--green-50);text-decoration:none}.nd-item--all{background:var(--green-50);margin-bottom:2px}.nd-icon{width:32px;height:32px;border-radius:8px;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:700;letter-spacing:-0.02em;color:var(--text-muted);flex-shrink:0}.nd-icon--green{background:var(--green-light)}.nd-text{display:flex;flex-direction:column;gap:1px}.nd-text strong{font-size:0.88rem;font-weight:700;line-height:1.3}.nd-text small{font-size:0.75rem;color:var(--text-muted)}.nd-divider{height:1px;background:var(--border);margin:4px 0}.hero-cols{display:grid;grid-template-columns:1fr 400px;gap:56px;align-items:center}.hero-left{max-width:620px}.hero-visual{border-radius:20px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.14);display:flex;flex-direction:column}.hero-visual-img{width:100%;height:auto;display:block;flex-shrink:0}.hero-right{display:flex;flex-direction:column;gap:0}.hero-ranking{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08)}.hero-visual .hero-ranking{position:static;border:none;box-shadow:none;border-radius:0}.hr-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface)}.hr-title{font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text)}.hr-update{font-size:0.72rem;color:var(--text-muted)}.hr-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text);transition:background .12s}.hr-item:last-of-type{border-bottom:none}.hr-item:hover{background:var(--green-50);text-decoration:none}.hr-item--top{background:var(--green-50)}.hr-rank{width:26px;height:26px;border-radius:50%;background:var(--surface);color:var(--text-muted);font-size:0.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid var(--border)}.hr-item--top .hr-rank{background:var(--green);color:#fff;border-color:var(--green)}.hr-info{flex:1;min-width:0}.hr-info strong{display:block;font-size:0.88rem;font-weight:700;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hr-info span{font-size:0.72rem;color:var(--text-muted)}.hr-price{text-align:right;flex-shrink:0}.hr-price strong{display:block;font-size:0.9rem;font-weight:700;color:var(--green)}.hr-price small{font-size:0.68rem;color:var(--text-muted)}.hr-footer{display:block;padding:12px 18px;text-align:center;font-size:0.82rem;font-weight:600;color:var(--green);background:var(--green-50);text-decoration:none;border-top:1px solid var(--border);transition:background .12s}.hr-footer:hover{background:var(--green-light);text-decoration:none}@media (max-width:960px){.hero-cols{grid-template-columns:1fr;gap:0}.hero-left{max-width:100%}.hero-right{display:flex;flex-direction:column;margin-top:24px}.hero-visual-img{display:none}.hero-visual{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.hero-ranking{border-radius:0 0 var(--radius) var(--radius)}}.winner-banner{background:var(--green);color:#fff;padding:12px 0}.wb-inner{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.wb-badge{background:rgba(255,255,255,.2);padding:3px 10px;border-radius:99px;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.wb-name{font-size:1.05rem;font-weight:800;white-space:nowrap}.wb-divider{width:1px;height:22px;background:rgba(255,255,255,.35);flex-shrink:0}.wb-stats{display:flex;gap:18px;flex-wrap:wrap;flex:1;font-size:0.82rem;font-weight:500;opacity:.92}.wb-cta{background:#fff;color:var(--green) !important;border-color:#fff;margin-left:auto;font-weight:700;white-space:nowrap}.wb-cta:hover{background:var(--green-50);border-color:var(--green-50);text-decoration:none}@media (max-width:600px){.wb-divider{display:none}.wb-stats{gap:10px}.wb-cta{width:100%;text-align:center;margin-left:0}}.top-card-initial{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:var(--green-dark);background:var(--green-light);margin:0 auto 12px;letter-spacing:-.02em}.top-card--winner .top-card-initial{background:var(--green);color:#fff}.nd-item:not(.nd-item--all) .nd-text{padding-left:4px}.drawer-item:not(:has(.drawer-item-icon)) .drawer-item-text{padding-left:4px}.toc-box{background:#fff;border:1px solid var(--border);border-left:3px solid var(--green);border-radius:0 12px 12px 0;margin:0 0 2rem;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05)}.toc-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;user-select:none;font-size:.9rem;font-weight:700;color:var(--text);letter-spacing:.01em;transition:background .15s}.toc-header:hover{background:#f8fdf8}.toc-toggle{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:.7rem;transition:transform .2s,background .15s;flex-shrink:0}.toc-header:hover .toc-toggle{background:var(--green);color:#fff}.toc-box:not(.toc-open) .toc-toggle{transform:rotate(-90deg)}.toc-body{max-height:400px;overflow:hidden;transition:max-height .25s ease}.toc-box:not(.toc-open) .toc-body{max-height:0}.toc-list{margin:0;padding:2px 18px 16px 36px;list-style:decimal}.toc-list li{margin:6px 0}.toc-list a{color:var(--text);font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex;align-items:center;gap:6px}.toc-list a:hover{color:var(--green)}.article-updated{color:#aaa;font-size:.8rem;margin-left:10px}tr.provider-row{cursor:pointer;transition:background .15s}tr.provider-row:hover{background:var(--green-50) !important}.testi-platform{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:.78rem;color:#888}.testi-g{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#4285f4;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}.sidebar-box--alt{border:1px solid var(--green-light);border-radius:12px;padding:16px;margin-bottom:16px;background:#f9fdf9}.sidebar-box--alt .scta-label{font-size:.72rem;text-transform:uppercase;color:#888;letter-spacing:.04em}@media (max-width:480px){.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat-divider{display:none}.stat{background:var(--surface);border-radius:8px;padding:10px 8px;text-align:center}}.karte-cta-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--green-light);color:var(--green-dark);margin-bottom:12px}@media (min-width:769px){.nav-dropdown-wrap .nav-dropdown{transition-delay:0s}.nav-dropdown-wrap:not(:hover) .nav-dropdown{transition-delay:.25s}}.karte-hero{background:linear-gradient(135deg,#0a2315 0%,#0f3320 55%,#163b24 100%);padding:56px 0 44px;color:#fff;position:relative;overflow:hidden}.karte-hero-glow{position:absolute;top:-120px;right:-80px;width:600px;height:600px;background:radial-gradient(circle,rgba(34,197,94,.12) 0%,transparent 65%);pointer-events:none}.karte-hero .breadcrumb{color:rgba(255,255,255,.4);margin-bottom:20px}.karte-hero .breadcrumb a{color:rgba(255,255,255,.6)}.karte-hero .breadcrumb a:hover{color:#4ade80;text-decoration:none}.karte-hero h1{font-size:2.6rem;font-weight:900;line-height:1.15;color:#fff;margin-bottom:12px}.karte-hero-accent{color:#4ade80}.karte-hero-sub{color:rgba(255,255,255,.65);font-size:1rem;margin-bottom:28px;max-width:580px}.karte-hero-search{display:flex;gap:8px;background:#fff;border-radius:14px;padding:8px;box-shadow:0 12px 40px rgba(0,0,0,.3);max-width:700px;align-items:center}.khs-input-wrap{position:relative;flex:1}.khs-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#bbb;pointer-events:none}.khs-input-wrap input{width:100%;border:none;outline:none;font-size:.95rem;padding:11px 14px 11px 42px;background:transparent;color:#1a1a1a;box-sizing:border-box}.khs-input-wrap input::placeholder{color:#bbb}.khs-select{border:1.5px solid var(--border);border-radius:8px;background:var(--surface);padding:10px 14px;font-size:.85rem;color:var(--text);outline:none;cursor:pointer;min-width:170px;flex-shrink:0}.karte-stats-row{display:flex;align-items:center;margin-top:32px;flex-wrap:wrap;row-gap:12px}.ksr-item{padding:0 24px}.ksr-item:first-child{padding-left:0}.ksr-item strong{display:block;font-size:1.3rem;font-weight:800;color:#4ade80;line-height:1.1}.ksr-item span{font-size:.7rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.06em}.ksr-sep{width:1px;height:32px;background:rgba(255,255,255,.15);flex-shrink:0}.karte-results-bar{background:#f8f9fa;border-bottom:1px solid var(--border);padding:10px 0}.karte-results-bar .container{display:flex;align-items:center;justify-content:space-between;gap:12px}.karte-results-hint{font-size:.78rem;color:var(--text-muted)}.karte-pin{width:14px;height:14px;border-radius:50%;background:var(--green);border:2.5px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.25)}.karte-cluster{border-radius:50%;background:var(--green);color:#fff;font-size:.78rem;font-weight:700;text-align:center;border:2px solid #fff;box-shadow:0 2px 8px rgba(22,163,74,.35)}.karte-count-badge{font-size:.82rem;color:#fff;background:var(--green);border-radius:20px;padding:5px 14px;font-weight:600;white-space:nowrap;flex-shrink:0}.product-hero-meta{display:flex;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}.product-price-badge{display:inline-flex;align-items:center;background:#fff;border:1.5px solid var(--green-light);border-radius:20px;padding:5px 14px;font-size:.9rem;font-weight:700;color:var(--green-dark)}.product-price-badge--muted{background:var(--surface);color:var(--text-muted);border-color:var(--border);font-weight:500}.product-avail-badge{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:600;font-size:.82rem;gap:2px}@media (max-width:768px){.karte-hero{padding:40px 0 36px}.karte-hero h1{font-size:1.9rem}.karte-hero-search{flex-direction:column;border-radius:12px}.khs-input-wrap,.khs-select{width:100%;min-width:unset}.ksr-item{padding:0 14px}.ksr-item:first-child{padding-left:0}}@media (max-width:480px){.karte-hero h1{font-size:1.6rem}.ksr-item strong{font-size:1.05rem}.karte-results-hint{display:none}}.khs-btn{display:inline-flex;align-items:center;gap:7px;background:var(--green);color:#fff;border:none;border-radius:10px;padding:11px 22px;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.khs-btn:hover{background:var(--green-dark)}.khs-input-wrap{position:relative}.khs-suggestions{position:absolute;top:calc(100%+6px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.14);z-index:500;overflow:hidden}.khs-suggestion{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .1s}.khs-suggestion:last-child{border-bottom:none}.khs-suggestion:hover,.khs-suggestion.active{background:#f0fdf4}.khs-sug-icon{font-size:.85rem}.khs-sug-main{font-size:.9rem;font-weight:500;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.khs-sug-sub{font-size:.72rem;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;grid-column:2}.khs-sug-cnt{font-size:.72rem;color:#888;background:#f3f4f6;padding:2px 8px;border-radius:20px;white-space:nowrap}.khs-sug-city{font-size:.9rem;font-weight:500;color:#111}.apo-more-wrap{text-align:center;padding:20px 0 8px}.vz-hero{background:var(--green-dark);color:#fff;padding:48px 0 44px}.vz-hero .breadcrumb a{color:rgba(255,255,255,.6)}.vz-hero .breadcrumb{color:rgba(255,255,255,.4);margin-bottom:16px;font-size:.8rem}.vz-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;margin-bottom:12px}.vz-hero .hero-accent{color:var(--green-light)}.vz-hero .hero-sub{color:rgba(255,255,255,.75);margin-bottom:28px}.vz-search-wrap{display:flex;align-items:center;gap:12px;background:#fff;border-radius:50px;padding:10px 20px;max-width:560px;margin-bottom:28px}.vz-search-wrap svg{color:var(--text-light);flex-shrink:0}.vz-search-wrap input{flex:1;border:none;outline:none;font-size:.95rem;color:var(--text);background:transparent}.vz-count{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.vz-stats{display:flex;align-items:center;gap:0;flex-wrap:wrap}.vz-stat{padding:0 20px 0 0}.vz-stat strong{display:block;font-size:1.4rem;font-weight:800;color:var(--green-light)}.vz-stat span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.55)}.vz-sep{width:1px;height:32px;background:rgba(255,255,255,.2);margin-right:20px}.vz-bl-section{margin-bottom:40px}.vz-bl-head{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--border)}.vz-bl-title{font-size:1rem;font-weight:700;color:var(--text);margin:0}.vz-bl-badge{font-size:.75rem;color:var(--text-muted);background:var(--surface);padding:3px 10px;border-radius:20px;white-space:nowrap}.vz-city-grid{display:flex;flex-wrap:wrap;gap:8px}.vz-city-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:20px;font-size:.85rem;color:var(--text);background:#fff;transition:all .12s;white-space:nowrap}.vz-city-chip:hover{border-color:var(--green);color:var(--green);background:var(--green-light);text-decoration:none}.vz-chip-name{font-weight:500}.vz-chip-cnt{font-size:.72rem;color:var(--text-muted);background:var(--surface);padding:1px 6px;border-radius:10px}.vz-city-chip:hover .vz-chip-cnt{background:rgba(0,0,0,.08)}.vz-empty-msg{text-align:center;color:var(--text-muted);padding:40px;font-size:1rem}.vz-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;padding-top:40px;border-top:2px solid var(--border)}.vz-cta-card{background:var(--surface);border-radius:var(--radius-lg);padding:28px}.vz-cta-card h3{font-size:1.1rem;margin-bottom:10px}.vz-cta-card p{font-size:.875rem;color:var(--text-muted);margin-bottom:16px}@media (max-width:640px){.vz-stats{gap:8px}.vz-sep{display:none}.vz-stat{padding:0;flex:0 0 calc(50% - 4px)}.vz-cta-row{grid-template-columns:1fr}.vz-city-chip{font-size:.8rem;padding:5px 10px}}.karte-bl-filter{display:flex;align-items:center;gap:10px;margin-top:12px}.kbl-label{font-size:.8rem;color:rgba(255,255,255,.55);white-space:nowrap}.khs-bl-select{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;padding:6px 12px;font-size:.82rem;outline:none;cursor:pointer}.khs-bl-select option{color:#111;background:#fff}.khs-bl-select:focus{border-color:rgba(74,222,128,.6)}.apo-liste-section{background:var(--surface);padding:56px 0 64px;border-top:1px solid var(--border)}.apo-liste-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px;flex-wrap:wrap}.apo-liste-head h2{font-size:1.5rem;font-weight:800;margin-bottom:6px}.apo-liste-head p{font-size:.875rem;color:var(--text-muted)}.apo-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.apo-filter-input{padding:9px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:.875rem;outline:none;min-width:220px;background:#fff}.apo-filter-input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,163,74,.1)}.apo-bl-sel{padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:.875rem;outline:none;background:#fff;cursor:pointer}.apo-shown{font-size:.8rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.apo-table-wrap{border-radius:12px;border:1px solid var(--border);overflow:hidden;background:#fff;overflow-x:auto}.apo-table{width:100%;border-collapse:collapse;font-size:.875rem}.apo-table thead th{background:#f8f9fa;padding:12px 16px;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}.apo-table thead th.sortable{cursor:pointer;user-select:none}.apo-table thead th.sortable:hover{color:var(--green)}.apo-table thead th.asc .sort-ic,.apo-table thead th.desc .sort-ic{color:var(--green);font-weight:900}.sort-ic{margin-left:4px;font-size:.7rem;color:#ccc}.apo-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.apo-table tbody tr:last-child{border-bottom:none}.apo-table tbody tr:hover{background:#f8fdf8}.apo-table td{padding:10px 16px;vertical-align:middle}.apo-name-link{font-weight:600;color:var(--text);text-decoration:none}.apo-name-link:hover{color:var(--green)}a.apo-name-link{color:var(--green-dark)}a.apo-name-link:hover{color:var(--green)}.td-plz{color:var(--text-muted);font-size:.82rem}.td-bl{}.bl-chip{display:inline-block;background:var(--green-50);color:var(--green-dark);border-radius:20px;padding:2px 9px;font-size:.72rem;font-weight:600;white-space:nowrap}.td-kontakt{white-space:nowrap}.apo-link{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:500;text-decoration:none;padding:3px 8px;border-radius:6px;margin-right:4px;transition:background .1s}.apo-link--phone{color:var(--green-dark);background:var(--green-50)}.apo-link--phone:hover{background:var(--green-light)}.apo-link--web{color:#6366f1;background:#eef2ff}.apo-link--web:hover{background:#e0e7ff}.apo-note{font-size:.75rem;color:var(--text-muted);margin-top:14px}@media (max-width:768px){.apo-liste-head{flex-direction:column}.apo-filter-bar{width:100%}.apo-filter-input{min-width:0;flex:1}.apo-table-wrap{overflow-x:visible}.apo-table thead{display:none}.apo-table,.apo-table tbody{display:block;width:100%}.apo-table tbody tr{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;margin-bottom:8px;padding:12px 14px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.05)}.apo-table td{display:block;padding:2px 0;border:none !important;font-size:.88rem}.td-bl{font-size:.75rem !important;color:var(--text-muted)}.td-plz{display:none}.td-kontakt{margin-top:6px;border-top:1px solid var(--border) !important;padding-top:8px !important}}.glossar-term{border-bottom:1px dashed var(--green);color:inherit;cursor:help;position:relative;white-space:nowrap}.glossar-term::after{content:attr(data-tip);position:absolute;bottom:calc(100%+8px);left:50%;transform:translateX(-50%);background:#111827;color:#f9fafb;font-size:.78rem;font-weight:400;font-style:normal;line-height:1.45;padding:7px 11px;border-radius:7px;white-space:normal;width:230px;box-shadow:0 6px 20px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:9999}.glossar-term::before{content:'';position:absolute;bottom:calc(100%+4px);left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#111827;opacity:0;transition:opacity .15s ease;z-index:9999;pointer-events:none}.glossar-term:hover::after,.glossar-term:hover::before,.glossar-term:focus::after,.glossar-term:focus::before{opacity:1}.touch-device .glossar-term::after,.touch-device .glossar-term::before{display:none !important}.glossar-tap-tip{position:fixed;bottom:76px;left:16px;right:16px;background:#111827;color:#f9fafb;font-size:.84rem;line-height:1.5;padding:12px 16px;border-radius:10px;z-index:9999;box-shadow:0 8px 32px rgba(0,0,0,.3);animation:gtt-in .18s ease;pointer-events:none}@keyframes gtt-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.related-grid{margin:36px 0 28px;padding-top:28px;border-top:1px solid var(--border)}.related-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:18px}.related-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;display:block;transition:box-shadow .2s,transform .18s;background:#fff}.related-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.09);transform:translateY(-3px)}.related-img{height:100px;background-size:cover;background-position:center;background-color:var(--green-50)}.related-img--fallback{background:linear-gradient(135deg,#dcfce7 0%,#a7f3d0 100%)}.related-body{padding:11px 13px}.related-tag{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--green);margin-bottom:4px}.related-body h4{font-size:.83rem;font-weight:600;color:var(--text);line-height:1.35;margin:0}@media (max-width:640px){.related-posts{grid-template-columns:1fr}.related-img{height:80px}}@media (max-width:768px){.btn,.btn-sm,.btn-lg{min-height:44px;padding-top:11px;padding-bottom:11px}.filter-btn,.shop-filter-bar .filter-btn{min-height:44px;display:inline-flex;align-items:center;padding-top:10px;padding-bottom:10px}.search-input,.karte-search-input,.rechner-input,.rechner-select{min-height:44px}.drawer-item{min-height:52px}.drawer-btn{min-height:48px;display:flex;align-items:center;justify-content:center}.faq-item summary{min-height:44px;display:flex;align-items:center}.provider-ctas .btn{min-height:48px;font-size:0.95rem}.burger{min-width:44px;min-height:44px;align-items:center;justify-content:center}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-body{padding:10px}.product-card-body h3{font-size:.78rem}.product-card-img{aspect-ratio:1}.product-card-img--empty{min-height:90px}.product-card .btn.btn-sm{font-size:.78rem;padding:6px 10px}}.coupon-badge{display:inline-block;background:#fef9c3;color:#854d0e;border:1px solid #fde047;border-radius:20px;font-size:.72rem;font-weight:700;padding:2px 9px;letter-spacing:.02em;white-space:nowrap}.coupon-box{background:#fef9c3;border:1.5px solid #fde047;border-radius:var(--radius-sm);padding:10px 14px;margin-bottom:12px;display:flex;align-items:center;gap:8px;font-size:.88rem}.coupon-box-label{font-size:.72rem;font-weight:700;color:#854d0e;text-transform:uppercase;letter-spacing:.04em}.coupon-box-code{font-weight:800;color:#1a1a1a;font-size:1.05rem;letter-spacing:.06em}.coupon-box-price{color:var(--green-dark);font-weight:700}.coupon-tip{display:block;margin-top:10px;padding:9px 12px;background:var(--green-50);border:1px solid var(--green-light);border-radius:var(--radius-sm);font-size:.82rem;color:var(--text);text-decoration:none}.coupon-tip:hover{background:var(--green-light);text-decoration:none}.coupon-tip strong{color:var(--green-dark)}.hero-coupon-hint{margin-top:14px;font-size:.88rem;color:var(--text-muted)}.hero-coupon-hint strong{color:var(--green-dark)}.product-top-card{display:flex;gap:20px;align-items:flex-start;margin-bottom:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.ptc-img{flex-shrink:0;width:140px}.ptc-img img{width:100%;border-radius:var(--radius-sm);display:block}.ptc-info{flex:1;min-width:0}.ptc-price{font-size:1.25rem;font-weight:800;color:var(--green-dark);margin-bottom:10px}.ptc-price-max{font-size:.85rem;font-weight:400;color:var(--text-muted);margin-left:6px}@media (max-width:480px){.product-top-card{flex-direction:column;gap:12px}.ptc-img{width:100%;max-height:180px;overflow:hidden}.ptc-img img{max-height:180px;object-fit:contain}.ptc-price{font-size:1.1rem}}.pharmacy-table tbody td{padding:7px 10px;font-size:.85rem}.pharmacy-table thead th{padding:8px 10px;font-size:.82rem}.hero-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px;gap:8px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;margin-bottom:0;border:1px solid var(--border);border-bottom:none}.hm-left{grid-row:1 / 2;height:260px;overflow:hidden}.hm-right{display:flex;flex-direction:column;gap:8px;height:260px}.hm-top,.hm-bottom{flex:1;overflow:hidden}.hm-left img,.hm-top img,.hm-bottom img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hero-mosaic:hover img{transform:scale(1.03)}@media (max-width:900px){.hero-mosaic{grid-template-rows:200px}.hm-left{height:200px}.hm-right{height:200px}}@media (max-width:680px){.hero-mosaic{grid-template-columns:1fr;grid-template-rows:auto;height:180px}.hm-left{height:180px}.hm-right{display:none}}.section-sorten{padding:60px 0}.sorten-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.sorten-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sorten-card{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:var(--text);transition:box-shadow .2s,transform .2s}.sorten-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);text-decoration:none}.sc-img{width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.sc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.sorten-card:hover .sc-img img{transform:scale(1.06)}.sc-img--empty{display:flex;align-items:center;justify-content:center;font-size:2.5rem}.sc-body{padding:12px 14px}.sc-body h3{font-size:.9rem;font-weight:700;line-height:1.3;margin-bottom:6px;color:var(--text)}.sc-meta{margin-bottom:6px}.sc-price{font-size:.85rem;font-weight:700;color:var(--green-dark)}@media (max-width:900px){.sorten-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sorten-grid{gap:10px}.sc-body{padding:10px 12px}}@media (max-width:768px){body{padding-bottom:72px}}@supports (padding:env(safe-area-inset-bottom)){.sticky-mobile-cta{padding-bottom:calc(10px+env(safe-area-inset-bottom));height:auto}@media (max-width:768px){body{padding-bottom:calc(72px+env(safe-area-inset-bottom))}}}@media (max-width:680px){.hero-ranking{display:none}.hero-mosaic{border-radius:var(--radius-lg);border-bottom:1px solid var(--border)}}@media (max-width:768px){.section-steps,.section-top,.section-table,.section-faq,.section-blog,.section-vergleich,.section-single,.section-page,.section-sorten,.section-testimonials,.section-about{padding:40px 0}}@media (max-width:480px){.section-steps,.section-top,.section-table,.section-faq,.section-blog,.section-vergleich,.section-page,.section-sorten,.section-testimonials,.section-about{padding:32px 0}.section-single{padding:28px 0 40px}.single-layout{padding-top:20px;padding-bottom:32px}}@media (max-width:400px){.container{padding:0 14px}}@media (max-width:480px){.hero{padding:28px 0 20px}.hero-sub{font-size:.9rem;margin-bottom:20px}.hero-ctas{margin-bottom:20px}.hero-badge{margin-bottom:14px}}@media (max-width:480px){.page-hero--sm{padding:22px 0 18px}.page-hero h1{font-size:clamp(1.2rem,6vw,1.75rem)}}@media (max-width:600px){.article-footer-cta{flex-direction:column;align-items:stretch;gap:14px;padding:20px 16px}.article-footer-cta .btn{text-align:center}}@media (max-width:600px){.inline-cta-box{flex-direction:column;align-items:stretch;gap:10px}}@media (max-width:600px){.shop-cta-banner{flex-direction:column;align-items:stretch;gap:10px}.shop-cta-banner .btn{text-align:center}}@media (max-width:768px){#karte-map{height:380px}}@media (max-width:480px){#karte-map{height:280px}}@media (max-width:480px){.step-img{height:140px}.testi-img{height:140px}}@media (max-width:768px){.product-card-body h3{font-size:.82rem}}.drawer{overscroll-behavior:contain}.drawer-body{overscroll-behavior:contain}@media (max-width:600px){.sorten-head{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width:640px){.blog-card-img-wrap{aspect-ratio:16 / 7}}@media (max-width:400px){.provider-row{padding:12px 10px;gap:6px}.provider-prices{gap:12px}}@media (max-width:400px){.compare-table th:nth-child(2),.compare-table td:nth-child(2){display:none}}@media (max-width:480px){.wh-ctas .btn{padding:13px 20px;font-size:.9rem}.wh-name{font-size:1.25rem}.winner-highlight{padding:16px 14px}}@media (max-width:480px){.site-footer{padding:36px 0 0}.footer-inner{margin-bottom:24px}.footer-col h4{margin-bottom:10px}.footer-col a{margin-bottom:8px}}@media (max-width:480px){.trust-items{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;gap:20px;scrollbar-width:none;padding-bottom:2px}.trust-items::-webkit-scrollbar{display:none}.trust-item{white-space:nowrap;flex-shrink:0}}@media (max-width:960px){.hero-right{margin-top:20px}}@media (max-width:768px){.single-layout{gap:24px;padding-top:24px}.article-img{max-height:280px}}@media (max-width:480px){.provider-info-card{padding:16px}.pic-name{font-size:1.1rem}.pic-stats{gap:16px}}@media (max-width:400px){.stat strong{font-size:1.2rem}.stat span{font-size:.72rem}}@media (max-width:500px){.cannapreis-ref{flex-direction:column;align-items:flex-start;gap:10px}.cpref-deeplink{width:100%;justify-content:center}}@media (max-width:640px){.pharmacy-table .btn{padding:6px 10px;font-size:.78rem;white-space:nowrap}}@media (max-width:480px){.sfb-row{gap:6px}.shop-filter-bar .filter-btn{padding:6px 10px;font-size:.78rem}}@media (max-width:640px){.vergleich-controls{flex-direction:column;align-items:stretch}.search-wrap{width:100%}.search-input{width:100%}}@media (max-width:400px){.ksr-sep{display:none}.ksr-item{padding:0 10px}}@media (max-width:480px){.faq-item summary{font-size:.9rem;padding:14px 16px}.faq-body{padding:0 16px 14px;font-size:.88rem}}.pharmacy-table .btn.btn-sm{padding:5px 10px;font-size:.78rem;min-height:32px}#cc-bot-nav{display:none}@media (max-width:768px){#cc-bot-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:9988;background:#fff;border-top:1px solid #e5e7eb;height:58px;align-items:stretch;box-shadow:0 -2px 12px rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom,0)}.cbn-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#9ca3af;font-size:.7rem;font-weight:600;padding:6px 2px;letter-spacing:.01em;transition:color .15s}.cbn-tab--active{color:#16a34a}.cbn-tab--cta{color:#16a34a;position:relative;z-index:1}.cbn-cta-circle{width:42px;height:42px;background:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-16px;box-shadow:0 2px 12px rgba(22,163,74,.38);flex-shrink:0}body{padding-bottom:58px}.sticky-mobile-cta{display:none !important}}@supports (padding:env(safe-area-inset-bottom)){@media (max-width:768px){body{padding-bottom:calc(58px+env(safe-area-inset-bottom))}#cc-bot-nav{height:calc(58px+env(safe-area-inset-bottom))}}}@media (max-width:600px){.article-hero{padding:32px 0}.article-hero.has-img{min-height:220px}}.drawer-item-icon{overflow:hidden!important}.drawer-item-icon img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}
#karte-map{height:calc(100dvh - 230px)!important;min-height:400px!important}@media(max-width:480px){#karte-map{height:calc(100dvh - 210px)!important;min-height:380px!important}}
@media(max-width:768px){.logo-img{height:26px!important;width:auto!important}}
.karte-cta-icon{margin-left:auto!important;margin-right:auto!important}
.drawer-overlay{z-index:10001!important}.drawer{z-index:10002!important;bottom:0!important}
