.booksearch{margin-left:auto;margin-right:auto;max-width:28rem}.booksearch,.booksearch-container{align-items:center;display:flex;flex-direction:column;width:100%}.booksearch-row{align-items:center;display:flex;gap:8px;width:100%}.booksearch-input{background:#fff;border:1px solid #d1d5db;border-radius:var(--r-sm);box-shadow:var(--shadow-xs);color:#333;flex:1 1;font-size:1.125rem;outline:none;padding:.75rem;transition:box-shadow .2s,border-color .2s}.booksearch-input:focus{border-color:#95c11f;box-shadow:0 0 0 2px #d6eeb7}.booksearch-scan-btn{align-items:center;background:#f8fafc;border:1px solid #d1d5db;border-radius:var(--r-sm);cursor:pointer;display:flex;font-size:1.2rem;height:48px;justify-content:center;transition:background .2s,border-color .2s,transform .1s;width:48px}.booksearch-scan-btn:hover{background:#eef5ff;border-color:#95c11f}.booksearch-scan-btn:active{transform:translateY(1px)}.booksearch-scan-icon{filter:brightness(0) saturate(100%) invert(30%) sepia(5%) saturate(10%) hue-rotate(0deg);height:22px;object-fit:contain;width:22px}.booksearch-btn{align-items:center;background:#95c11f;border:none;border-radius:var(--radius-full);color:var(--c-dark);cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:8px;justify-content:center;margin-bottom:.5rem;padding:.5rem 1rem;transition:background .2s;width:100%}.booksearch-btn:hover{background:#86af1c}.booksearch-error{align-self:center;background:#fdecec;border-radius:var(--r-md);box-sizing:border-box;color:#c0392b;font-size:13px;font-weight:500;line-height:1.4;margin:8px 0 0;max-width:100%;padding:7px 14px;text-align:center;width:fit-content}.scanner-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.scanner-modal{background:#fff;border-radius:var(--r-md);box-shadow:0 8px 20px #00000040;padding:16px;width:min(420px,90vw)}.scanner-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.scanner-close{background:none;border:none;cursor:pointer;font-size:1.4rem}.scanner-body{display:flex;flex-direction:column;gap:10px}.scanner-video-wrap{aspect-ratio:4/3;background:#000;border-radius:var(--r-md);min-height:220px;overflow:hidden;position:relative;width:100%}.scanner-video{display:block;height:100%;object-fit:cover;width:100%}.scanner-frame{height:35%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.scanner-frame .corner{border:3px solid #2e7d32;border:3px solid var(--c-primary,#2e7d32);height:26px;position:absolute;width:26px}.scanner-frame .corner.tl{border-bottom:none;border-right:none;border-top-left-radius:8px;left:0;top:0}.scanner-frame .corner.tr{border-bottom:none;border-left:none;border-top-right-radius:8px;right:0;top:0}.scanner-frame .corner.bl{border-bottom-left-radius:8px;border-right:none;border-top:none;bottom:0;left:0}.scanner-frame .corner.br{border-bottom-right-radius:8px;border-left:none;border-top:none;bottom:0;right:0}.scanner-torch{background:#00000080;border:none;border-radius:50%;bottom:12px;color:#fff;cursor:pointer;display:grid;height:42px;place-items:center;position:absolute;right:12px;width:42px}.scanner-torch.is-on{background:#2e7d32;background:var(--c-primary,#2e7d32)}.scanner-hint{color:#555;font-size:.95rem}.chub .chub-hero-grid{grid-gap:clamp(32px,5vw,80px);align-items:center;display:grid;gap:clamp(32px,5vw,80px);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.chub .chub-hero-copy{align-items:flex-start;display:flex;flex-direction:column;gap:22px;min-width:0}.chub .chub-hero-subline{max-width:540px}.chub .chub-hero-media{align-self:stretch;border-radius:var(--r-xl);box-shadow:var(--shadow-md);min-height:380px;overflow:hidden}.chub .chub-hero-media img{display:block;height:100%;object-fit:cover;width:100%}.chub .chub-breadcrumb{align-items:center;color:var(--c-ink-soft);display:flex;flex-wrap:wrap;font-size:13px;font-weight:500;gap:8px}.chub .chub-breadcrumb a{color:var(--c-ink-muted);text-decoration:none;transition:color .2s ease}.chub .chub-breadcrumb a:hover{color:var(--c-dark);text-decoration:underline}.chub .chub-breadcrumb>span:last-child{color:var(--c-dark)}.chub .chub-hero-search{max-width:640px;scroll-margin-top:120px;width:100%}.chub .chub-hero-search .booksearch{align-items:stretch;margin:0;max-width:100%}.chub .chub-hero-search .booksearch-container{align-items:center;background:var(--surface-page);border-radius:var(--radius-full);box-shadow:var(--shadow-md);flex-direction:row;gap:8px;padding:6px 6px 6px 22px;transition:box-shadow .4s var(--ease-out-soft),transform .4s var(--ease-out-soft)}.chub .chub-hero-search .booksearch-container:focus-within{box-shadow:var(--shadow-focus),var(--shadow-lg);transform:translateY(-1px)}.chub .chub-hero-search .booksearch-row{flex:1 1;gap:8px;min-width:0}.chub .chub-hero-search .booksearch-input{background:#0000;border:none;box-shadow:none;color:var(--c-ink);font-size:17px;min-width:0;padding:12px 0}.chub .chub-hero-search .booksearch-input:focus,.chub .chub-hero-search .booksearch-input:focus-visible{border-color:#0000;box-shadow:none;outline:none}.chub .chub-hero-search .booksearch-input::placeholder{color:var(--c-ink-muted)}.chub .chub-hero-search .booksearch-scan-btn{background:var(--c-light);border:none;border-radius:50%;height:44px;min-width:44px;transition:background .25s ease;width:44px}.chub .chub-hero-search .booksearch-scan-btn:hover{background:var(--c-light-hover);border-color:#0000}.chub .chub-hero-search .booksearch-btn{background:var(--c-primary);border-radius:var(--radius-full);box-shadow:var(--shadow-cta);color:var(--c-dark);font-size:15px;font-weight:600;margin:0;padding:14px 28px;transition:background .25s ease,transform .3s var(--ease-out-soft),box-shadow .3s var(--ease-out-soft);width:auto}.chub .chub-hero-search .booksearch-btn:hover{background:var(--c-primary-hover);box-shadow:var(--shadow-cta-h);transform:translateY(-1px)}.chub .chub-hero-search .booksearch-error{align-self:flex-start;text-align:left}.chub .chub-hero-trust{align-items:center;color:var(--c-ink-muted);display:flex;flex-wrap:wrap;font-size:14px;gap:10px;margin:0}.chub .chub-hero-trust strong{color:var(--c-ink);font-weight:600}.chub .chub-trust-stars{display:inline-flex;gap:2px}.chub .chub-trust-stars .icon{fill:var(--c-primary);stroke:none;height:15px;width:15px}.chub .chub-band-quiet{background:var(--surface-quiet);padding:72px 0}.chub .chub-tldr-grid{grid-gap:clamp(28px,4vw,64px);align-items:start;display:grid;gap:clamp(28px,4vw,64px);grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.chub .chub-tldr{align-items:flex-start;background:var(--c-light);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px;padding:clamp(24px,3vw,40px)}.chub .chub-tldr .section-eyebrow:before{content:none}.chub .chub-tldr .section-eyebrow{background:none;border-radius:0;padding:0}.chub .chub-tldr p{color:var(--c-dark);font-size:17px;line-height:1.6;margin:0}.chub p.chub-intro{font-size:17px;line-height:1.7;max-width:620px}.chub .chub-how{background:var(--surface-page);padding:96px 0}.chub .chub-steps{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0}.chub .chub-step{background:var(--surface-quiet);border-radius:var(--r-xl);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:10px;padding:32px;transition:transform .45s var(--ease-out-expo),box-shadow .45s var(--ease-out-expo)}.chub .chub-step:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.chub .chub-step-num{font-feature-settings:"tnum";align-items:center;align-self:flex-start;background:var(--c-primary);border-radius:50%;color:var(--c-dark);display:inline-flex;font-size:15px;font-variant-numeric:tabular-nums;font-weight:700;height:36px;justify-content:center;margin-bottom:6px;width:36px}.chub .chub-step h3{color:var(--c-dark);font-size:20px;font-weight:600;margin:0}.chub .chub-step p{color:var(--c-ink-muted);font-size:15px;line-height:1.55;margin:0}.homepage-new.chub .section-seo .seo-grid{gap:20px;grid-template-columns:1fr}.homepage-new.chub .section-seo .seo-block{background:var(--surface-quiet);border-radius:var(--r-xl);box-shadow:var(--shadow-xs);gap:0;padding:clamp(28px,4vw,44px)}.homepage-new.chub .section-seo .seo-block h2{color:var(--c-dark);font-size:clamp(22px,2.6vw,28px);font-weight:400;line-height:1.3;margin:0 0 14px}.homepage-new.chub .section-seo .seo-block p{color:var(--c-ink);font-size:17px;line-height:1.75;margin:0 0 16px}.homepage-new.chub .section-seo .seo-block p:last-child{margin-bottom:0}.homepage-new.chub .section-seo .seo-block .seo-bullets{margin-top:12px}.chub .chub-stats,.homepage-new.chub .section-bekannt-aus{background:var(--surface-page)}.chub .chub-faq-list{display:flex;flex-direction:column;gap:12px;min-width:0}.chub .chub-faq-item{background:var(--c-paper-50);border-radius:var(--r-lg);box-shadow:var(--shadow-xs);overflow:hidden;transition:background .35s ease,box-shadow .4s var(--ease-out-soft),transform .4s var(--ease-out-soft)}.chub .chub-faq-item:hover{background:var(--surface-page);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.chub .chub-faq-item[open]{background:var(--c-light);box-shadow:var(--shadow-md);transform:translateY(0)}.chub .chub-faq-item summary{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;list-style:none;padding:22px 28px}.chub .chub-faq-item summary::-webkit-details-marker{display:none}.chub .chub-faq-q{color:var(--c-dark);font-size:clamp(15px,1.6vw,18px);font-weight:500}.chub .chub-faq-icon{color:var(--c-dark);flex-shrink:0;font-size:24px;font-weight:300;line-height:1;transition:transform .45s var(--ease-out-expo)}.chub .chub-faq-item[open] .chub-faq-icon{transform:rotate(45deg)}.chub .chub-faq-item>p{color:var(--c-dark);font-size:15px;line-height:1.7;margin:0;max-width:700px;padding:0 28px 24px}.chub .chub-notfound{align-items:flex-start;display:flex;flex-direction:column;gap:18px;justify-content:center;min-height:50vh;padding:96px 0}@media (max-width:1024px){.chub .chub-hero-grid{gap:28px;grid-template-columns:1fr}.chub .chub-hero-media{height:clamp(220px,42vw,420px);min-height:0}.chub .chub-tldr-grid{grid-template-columns:1fr}}@media (max-width:900px){.chub .chub-steps{gap:12px;grid-template-columns:1fr}.chub .chub-step{padding:24px}}@media (max-width:768px){.chub .chub-hero-copy{gap:18px}.chub .chub-hero-search{max-width:100%}.chub .chub-band-quiet{padding:56px 0}.chub .chub-how{padding:64px 0}.chub .chub-faq-item summary{gap:14px;padding:16px 18px}.chub .chub-faq-q{font-size:15px}.chub .chub-faq-icon{font-size:20px}.chub .chub-faq-item>p{font-size:14px;padding:0 18px 16px}}@media (prefers-reduced-motion:reduce){.chub .chub-faq-item:hover,.chub .chub-hero-search .booksearch-btn:hover,.chub .chub-hero-search .booksearch-container:focus-within,.chub .chub-step:hover{transform:none!important}}