.dbv-home{--orange-600:#e14a25;--orange-500:#ff6038;--orange-400:#ff8563;--orange-100:#ffe1d6;--orange-50:#fff1ec;--teal-600:#0f7c7e;--teal-100:#dceeee;--error:#d92d20;--ink-900:#12151b;--ink-700:#12151b;--ink-500:#12151b;--ink-300:#12151b;--cream:#fbf7f1;--line:#e7e2da;--white:#fff;--shadow-sm:0 1px 2px #12151b0f;--shadow-md:0 8px 24px #12151b14;--shadow-lg:0 20px 45px #12151b24;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;color:var(--ink-900);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Manrope,system-ui,sans-serif}.dbv-home *{box-sizing:border-box}.dbv-home{flex-direction:column;min-height:100vh;display:flex}.dbv-home>main{flex:1 0 auto}.dbv-home a{color:inherit}.dbv-home .wrap{max-width:1180px;margin:0 auto;padding:0 24px}.dbv-home img,.dbv-home svg{display:block}.dbv-home header.site-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.dbv-home .header-inner{justify-content:space-between;align-items:center;gap:24px;padding-top:14px;padding-bottom:14px;display:flex}.dbv-home .brand{align-items:center;gap:12px;text-decoration:none;display:flex}.dbv-home .brand-mark{flex:none;width:33px;height:44px}.dbv-home .brand-text .name{letter-spacing:-.005em;white-space:nowrap;font-size:15px;font-weight:800;line-height:1.15}.dbv-home .brand-text .tag{color:var(--ink-500);margin-top:2px;font-size:12.5px}.dbv-home .header-meta{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.dbv-home .chip{color:var(--ink-900);white-space:nowrap;cursor:default;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex;position:relative}.dbv-home button.chip{background:0 0;border:0;margin:0;padding:0;font-family:inherit}@media (width<=700px){.dbv-home button.chip{cursor:pointer}}.dbv-home .chip-modal,.chip-modal.dbv-home{z-index:200;background:#12151b8c;justify-content:center;align-items:center;padding:16px;animation:.18s dbv-fadein;display:flex;position:fixed;inset:0}.dbv-home .chip-modal-card{background:var(--white);border-radius:var(--radius-lg);text-align:left;white-space:normal;width:100%;max-width:460px;max-height:80vh;margin:0;padding:22px 20px 20px;font-weight:500;position:relative;overflow:auto;box-shadow:0 18px 44px #12151b47}.dbv-home .chip-modal-close{border:1px solid var(--line);background:var(--white);width:32px;height:32px;color:var(--ink-700);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:10px;right:10px}.dbv-home .chip-modal-close svg{width:16px;height:16px}.dbv-home .chip-modal-card .tt-title{margin:0 30px 10px 0;font-size:14px;font-weight:800;line-height:1.45}.dbv-home .chip-modal-card .tt-sub{margin:0 0 8px;font-size:12.5px;font-weight:800}.dbv-home .chip-modal-card .tt-plain{color:var(--ink-700);margin:0 30px 0 0;font-size:13.5px;line-height:1.55}.dbv-home .chip-modal-card .tt-list{flex-direction:column;gap:6px;margin:0 0 10px;padding-left:16px;font-size:12.5px;line-height:1.5;display:flex}.dbv-home .chip-modal-card .tt-foot{border-top:1px solid var(--line);color:var(--ink-500);margin:0;padding-top:10px;font-size:11px}.dbv-home .chip svg{width:17px;height:17px;color:var(--orange-500);flex:none}.dbv-home .phone-link{color:var(--orange-600);align-items:center;gap:8px;font-size:13px;font-weight:700;text-decoration:none;display:flex;position:relative}.dbv-home .phone-link svg{width:17px;height:17px;color:var(--orange-500);flex:none}.dbv-home .header-tooltip{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);white-space:normal;text-align:left;width:320px;max-width:min(320px,82vw);color:var(--ink-700);opacity:0;visibility:hidden;pointer-events:none;z-index:50;padding:16px 18px;font-size:12px;font-weight:500;line-height:1.5;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 14px);transform:translateY(4px);box-shadow:0 16px 36px #12151b29}.dbv-home .header-tooltip.tt-left{left:0}.dbv-home .header-tooltip.tt-right{right:0}.dbv-home .chip:hover .header-tooltip,.dbv-home .chip:focus-within .header-tooltip,.dbv-home .phone-link:hover .header-tooltip,.dbv-home .phone-link:focus-within .header-tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dbv-home .header-tooltip .tt-title{color:var(--ink-900);margin:0 0 10px;font-size:13px;font-weight:800;line-height:1.45}.dbv-home .header-tooltip .tt-sub{color:var(--ink-900);margin:0 0 8px;font-size:12px;font-weight:800}.dbv-home .header-tooltip .tt-plain{color:var(--ink-700);margin:0;font-size:12.5px}.dbv-home .header-tooltip .tt-list{flex-direction:column;gap:6px;margin:0 0 10px;padding-left:16px;display:flex}.dbv-home .header-tooltip .tt-list li{font-size:11.5px}.dbv-home .header-tooltip .tt-foot{border-top:1px solid var(--line);color:var(--ink-500);margin:0;padding-top:10px;font-size:10.5px}@media (width<=700px){.dbv-home .header-tooltip{display:none}}.dbv-home .show-mob{display:none}@media (width<=760px) and (width>=701px){.dbv-home .header-meta .chip:nth-child(2){display:none}}@media (width<=700px){.dbv-home .header-inner{flex-direction:column;align-items:flex-start;gap:12px;padding-top:12px;padding-bottom:12px}.dbv-home .header-meta{flex-wrap:nowrap;justify-content:safe center;gap:12px;width:100%}.dbv-home .header-meta .chip,.dbv-home .header-meta .phone-link{flex:none;font-size:12.5px}.dbv-home .header-meta .chip svg,.dbv-home .header-meta .phone-link svg{width:15px;height:15px}.dbv-home .hide-mob{display:none}.dbv-home .show-mob{display:inline}.dbv-home .brand{gap:9px}.dbv-home .brand-mark{width:26px;height:35px}.dbv-home .brand-text .name{font-size:13.5px}.dbv-home .brand-text .tag{white-space:nowrap;font-size:11px}}@media (width<=390px){.dbv-home .brand-mark{width:23px;height:31px}.dbv-home .brand-text .name{font-size:12.5px}.dbv-home .brand-text .tag{font-size:10px}}.dbv-home .hero{background-image:var(--hero-photo);background-position:70%;background-size:cover;padding:64px 0 48px;position:relative;overflow:hidden}.dbv-home .hero-overlay{z-index:1;background:linear-gradient(105deg,#0c0e13cc 0%,#0c0e13b3 32%,#0c0e136b 55%,#0c0e1329 78%,#0c0e130f 100%);position:absolute;inset:0}.dbv-home .hero>.wrap{z-index:2;position:relative}.dbv-home .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.dbv-home h1{letter-spacing:-.01em;color:#fff;margin:0 0 18px;font-size:36px;font-weight:800;line-height:1.18}.dbv-home .hero-bullets{flex-direction:column;gap:11px;margin:0 0 24px;padding:0;list-style:none;display:flex}.dbv-home .hero-bullets li{color:#fffffff0;align-items:flex-start;gap:10px;font-size:15.5px;font-weight:600;line-height:1.4;display:flex}.dbv-home .hero-bullets li svg{width:18px;height:18px;color:var(--orange-400);flex:none;margin-top:2px}.dbv-home .trust-badges{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.dbv-home .badge-slot{background:#ffffffeb;border-radius:14px;flex:none;justify-content:center;align-items:center;width:76px;height:76px;display:flex;overflow:hidden}.dbv-home .badge-slot img{object-fit:contain;width:100%;height:100%}.dbv-home .badge-slot:has(.seal-trigger){overflow:visible}.dbv-home .hero{overflow:visible}.dbv-home .hero-visual{position:relative}.dbv-home .hero-mobile-photo{display:none}.dbv-home .funnel-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--line);padding:26px 26px 22px;position:relative;overflow:hidden}.dbv-home .funnel-header{background:linear-gradient(135deg, var(--orange-500), var(--orange-600));color:#fff;text-align:center;margin:-26px -26px 22px;padding:22px 26px;position:relative}.dbv-home .funnel-header-hit{cursor:pointer;background:0 0;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.dbv-home .funnel-header .line1{opacity:.92;letter-spacing:.01em;justify-content:center;align-items:center;gap:7px;font-size:14px;font-weight:700;display:flex}.dbv-home .funnel-header .line1 svg{flex:none;width:15px;height:15px}.dbv-home .funnel-header .line2{letter-spacing:-.01em;margin-top:6px;font-size:25px;font-weight:800}.dbv-home .scroll-hint{background:var(--white);border:1px solid var(--line);width:34px;height:34px;color:var(--orange-500);z-index:2;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin:-17px auto 8px;padding:0;font-family:inherit;animation:1.7s ease-in-out infinite dbv-scroll-hint-bounce;display:flex;position:relative;box-shadow:0 2px 6px #12151b14}.dbv-home .scroll-hint svg{width:17px;height:17px}@keyframes dbv-scroll-hint-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (width<=700px){.dbv-home .scroll-hint{width:38px;height:38px}.dbv-home .scroll-hint svg{width:19px;height:19px}}.dbv-home .cta-btn{cursor:pointer;border-radius:var(--radius-md);background:linear-gradient(135deg, var(--orange-500), var(--orange-600));color:#fff;border:none;flex-direction:column;align-items:center;gap:2px;width:100%;padding:15px 18px;font-family:inherit;font-size:15.5px;font-weight:800;transition:filter .15s;display:flex}.dbv-home .cta-btn:hover{filter:brightness(.92)}.dbv-home .cta-btn:disabled{opacity:.55;cursor:not-allowed}.dbv-home .cta-btn .sub{opacity:.92;font-size:12px;font-weight:600}.dbv-home .cta-icon-row{align-items:center;gap:8px;display:flex}.dbv-home .cta-icon-row svg{width:16px;height:16px}.dbv-home .progress-track{background:#f1eee8;border-radius:6px;height:6px;margin:20px 0 6px;overflow:hidden}.dbv-home .progress-fill{background:linear-gradient(90deg,var(--orange-500),var(--orange-400));border-radius:6px;height:100%;transition:width .3s}.dbv-home .step-meta{justify-content:space-between;align-items:center;min-height:20px;margin-bottom:12px;display:flex}.dbv-home .back-link{color:var(--ink-500);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:13px;font-weight:700;display:none}.dbv-home .back-link svg{width:14px;height:14px}.dbv-home .back-link.show{display:flex}.dbv-home .step-count{color:var(--ink-300);margin-left:auto;font-size:12px;font-weight:700}.dbv-home .step{animation:.25s dbv-fadein;display:block}@keyframes dbv-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dbv-home .step-title{margin:0 0 14px;font-size:15.5px;font-weight:800}.dbv-home .option-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dbv-home .option-card{border:1.5px solid var(--line);border-radius:var(--radius-md);background:var(--white);text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:10px;padding:16px 10px;font-family:inherit;transition:border-color .15s,background .15s,transform .1s;display:flex}.dbv-home .option-card:hover{border-color:var(--orange-400);transform:translateY(-1px)}.dbv-home .option-card.selected{border-color:var(--orange-500);background:var(--orange-50)}.dbv-home .option-card .icon{background:var(--orange-100);width:40px;height:40px;color:var(--orange-600);border-radius:11px;justify-content:center;align-items:center;display:flex}.dbv-home .option-card.selected .icon{background:var(--orange-500);color:#fff}.dbv-home .option-card .icon svg{width:20px;height:20px}.dbv-home .option-card .label{font-size:13.5px;font-weight:700}.dbv-home .option-list{flex-direction:column;gap:10px;display:flex}.dbv-home .option-card.row{text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:13px 16px}.dbv-home .option-card.row .icon{flex:none}.dbv-home .option-card.row .label{font-size:14px}.dbv-home .slider-wrap{padding:6px 2px 2px}.dbv-home .slider-value{color:var(--orange-600);margin-bottom:6px;font-size:28px;font-weight:800}.dbv-home input[type=range]{appearance:none;border-radius:6px;width:100%;height:6px;margin:14px 0 6px}.dbv-home input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:4px solid var(--orange-500);cursor:pointer;background:#fff;border-radius:50%;width:22px;height:22px}.dbv-home input[type=range]::-moz-range-thumb{border:4px solid var(--orange-500);cursor:pointer;background:#fff;border-radius:50%;width:22px;height:22px}.dbv-home .slider-hint{color:var(--ink-500);margin-top:6px;font-size:12.5px}.dbv-home .field{margin-top:8px;margin-bottom:14px;position:relative}:is(.dbv-home .field:has(+.field-error),.dbv-home .field:has(+.field-hint)),:is(.dbv-home .field-row:has(+.field-error),.dbv-home .field-row:has(+.field-hint)){margin-bottom:8px}.dbv-home .field-hint{color:var(--ink-500);margin:0;font-size:12.5px}.dbv-home .field-error+.cta-btn,.dbv-home .field-hint+.cta-btn,.dbv-home .field+.cta-btn{margin-top:24px}.dbv-home .field label{z-index:2;color:var(--ink-500);pointer-events:none;background:0 0;padding:0 4px;font-size:14px;font-weight:600;line-height:1;transition:top .18s,font-size .18s,color .18s,background-color .18s,font-weight .18s;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.dbv-home .field select,.dbv-home .field input[type=text],.dbv-home .field input[type=email],.dbv-home .field input[type=tel]{border:1.5px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--ink-900);background:var(--white);appearance:none;padding:14px;font-family:inherit;font-size:14px}.dbv-home .field select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%233C4763' stroke-width='2'><path d='M4 6l4 4 4-4'/></svg>");background-position:right 14px center;background-repeat:no-repeat}.dbv-home .field select:focus,.dbv-home .field input:focus{border-color:var(--orange-500);outline:none}.dbv-home .field:focus-within label,.dbv-home .field input:focus+label,.dbv-home .field input:not(:placeholder-shown)+label{color:var(--ink-500);background:var(--white);font-size:11px;font-weight:700;top:0}.dbv-home .field input:-webkit-autofill+label{color:var(--ink-500);background:var(--white);font-size:11px;font-weight:700;top:0}.dbv-home .field:focus-within label,.dbv-home .field input:focus+label{color:var(--orange-600)}.dbv-home .field.select-wrap label{color:var(--ink-500);background:var(--white);font-size:11px;font-weight:700;top:0}.dbv-home .field.select-wrap select:focus~label{color:var(--orange-600)}.dbv-home .field-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dbv-home .field-cell{flex-direction:column;display:flex}.dbv-home .field-cell .field{margin:0}.dbv-home .field-cell .field-error,.dbv-home .field-cell .field-hint{margin-top:8px}.dbv-home .field-row{margin:8px 0 14px}@media (width<=900px){.dbv-home .field-row{grid-template-columns:1fr;gap:12px}}.dbv-home .field select.invalid,.dbv-home .field input.invalid{border-color:var(--error)}.dbv-home .field-error{color:var(--error);margin:0;font-size:12.5px;font-weight:600}.dbv-home .field.phone-field input[type=tel]{padding-left:74px}.dbv-home .phone-prefix{z-index:2;color:var(--ink-700);pointer-events:none;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.dbv-home .flag-de{border-radius:2px;flex-direction:column;width:18px;height:12px;display:flex;overflow:hidden;box-shadow:0 0 0 1px #12151b1f}.dbv-home .flag-de i{flex:1}.dbv-home .flag-de i:first-child{background:#000}.dbv-home .flag-de i:nth-child(2){background:#d00}.dbv-home .flag-de i:nth-child(3){background:#ffce00}.dbv-home .field.phone-field label{left:70px}.dbv-home .field.phone-field:focus-within label,.dbv-home .field.phone-field input:not(:placeholder-shown)+label{left:11px}.dbv-home .consent.invalid span{color:var(--error)}.dbv-home .consent{color:var(--ink-500);align-items:flex-start;gap:9px;margin:14px 0 16px;font-size:12px;line-height:1.5;display:flex}.dbv-home .consent input{accent-color:var(--orange-500);margin-top:3px}.dbv-home .consent a{color:var(--orange-600);font-weight:700;text-decoration:underline}.dbv-home .success-state{text-align:center;padding:10px 4px 4px}.dbv-home .success-icon{background:var(--teal-100);width:56px;height:56px;color:var(--teal-600);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.dbv-home .success-icon svg{width:28px;height:28px}.dbv-home .success-state h3{margin:0 0 6px;font-size:16.5px}.dbv-home .success-state p{color:var(--ink-500);margin:0;font-size:13.5px}.dbv-home .mini-loader{text-align:center;padding:46px 4px}.dbv-home .mini-loader-spinner{width:34px;height:34px;margin:0 auto 16px}.dbv-home .mini-loader-spinner svg{width:100%;height:100%;animation:1s linear infinite dbv-spin}.dbv-home .mini-loader p{color:var(--ink-500);margin:0;font-size:13.5px}@keyframes dbv-spin{to{transform:rotate(360deg)}}.dbv-home .initial-loader{z-index:10;background:var(--white);text-align:center;opacity:1;flex-direction:column;justify-content:center;align-items:center;padding:40px;transition:opacity .4s;display:flex;position:absolute;inset:0}.dbv-home .initial-loader.hidden{opacity:0;pointer-events:none}.dbv-home .initial-loader h3{margin:0 0 4px;font-size:16.5px}.dbv-home .initial-loader p.il-sub{color:var(--ink-500);margin:0 0 20px;font-size:13px}.dbv-home .il-stage{width:72px;height:72px;margin:0 auto 20px;position:relative}.dbv-home .il-ring{border:3px solid var(--orange-100);border-top-color:var(--orange-500);border-radius:50%;animation:.9s linear infinite dbv-il-spin;position:absolute;inset:0}.dbv-home .il-check{opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dbv-home .il-check.show{opacity:1;animation:.4s forwards dbv-il-pop}.dbv-home .il-check.show #dbvIlTick{animation:.4s .2s forwards dbv-il-tick}.dbv-home .il-check-circle{background:var(--orange-100);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.dbv-home .il-check-circle svg{width:36px;height:36px}.dbv-home .il-track{background:var(--line);border-radius:999px;width:220px;height:6px;margin:0 auto;overflow:hidden}.dbv-home .il-bar{background:var(--orange-500);border-radius:999px;height:100%;transition:width .4s}.dbv-home .il-count{color:var(--ink-500);margin:10px 0 0;font-size:12px;transition:opacity .3s}@keyframes dbv-il-spin{to{transform:rotate(360deg)}}@keyframes dbv-il-pop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes dbv-il-tick{to{stroke-dashoffset:0}}.dbv-home .footnote-row{border-top:1px solid var(--line);color:var(--ink-500);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:16px;padding-top:14px;font-size:12px;display:flex}.dbv-home .footnote-row .fitem{align-items:center;gap:6px;display:flex}.dbv-home .footnote-row svg{width:14px;height:14px;color:var(--teal-600)}@media (width<=900px){.dbv-home .hero-grid{grid-template-columns:1fr;gap:0}.dbv-home .hero-visual{order:2;margin-top:20px}.dbv-home .funnel-card{order:1}.dbv-home .hero{background-image:none;padding:0 0 40px}.dbv-home .hero-overlay{display:none}.dbv-home .hero-mobile-photo{background-image:var(--hero-photo);background-position:70% 28%;background-size:cover;height:200px;margin-bottom:24px;display:block;position:relative}.dbv-home h1{color:var(--ink-900)}.dbv-home .hero-bullets li{color:var(--ink-700)}.dbv-home .hero-bullets li svg{color:var(--orange-500)}.dbv-home .trust-badges{z-index:5;margin-top:0;position:absolute;top:-114px;left:auto;right:14px}.dbv-home .badge-slot{background:var(--white);border:1px solid var(--line)}}@media (width<=700px){.dbv-home h1{margin:0 0 14px;font-size:26px;line-height:1.22}.dbv-home .hero-bullets{gap:9px;margin:0 0 18px}.dbv-home .hero-bullets li{font-size:14px}.dbv-home .hero-mobile-photo{height:180px}.dbv-home .field-row{grid-template-columns:1fr}.dbv-home .option-grid:not(.option-list) .option-card .label{white-space:nowrap;font-size:clamp(11px,3.3vw,13.5px)}}.dbv-home .option-grid:not(.option-list) .option-card .label{white-space:nowrap}.dbv-home .partner-marquee{background:#fff;padding:64px 0}.dbv-home .marquee-label-wrap{text-align:center;margin-bottom:32px}.dbv-home .marquee-label{color:var(--orange-600);text-transform:uppercase;letter-spacing:.04em;background:var(--orange-100);border-radius:999px;align-items:center;gap:7px;padding:5px 12px;font-size:12px;font-weight:800;display:inline-flex}.dbv-home .partner-marquee{overflow-x:clip}.dbv-home .marquee-track{width:max-content;animation:28s linear infinite dbv-marquee-scroll;display:flex}.dbv-home .partner-marquee:hover .marquee-track{animation-play-state:paused}.dbv-home .marquee-group{flex:none;align-items:center;display:flex}.dbv-home .marquee-logo{border-right:1px solid var(--line);flex:none;justify-content:center;align-items:center;height:40px;padding:0 32px;display:flex}.dbv-home .marquee-logo img{opacity:.85;width:auto;height:26px;display:block}@keyframes dbv-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=680px){.dbv-home .marquee-logo{height:32px;padding:0 20px}.dbv-home .marquee-logo img{height:20px}}.dbv-home section{padding:64px 0}.dbv-home .section-head{max-width:640px;margin:0 0 36px}.dbv-home .section-head--wide{max-width:none}@media (width>=900px){.dbv-home .section-head--wide h2{white-space:nowrap}}.dbv-home .section-head h2{letter-spacing:-.01em;color:var(--ink-900);margin:0 0 10px;font-size:clamp(24px,2.6vw,32px);font-weight:800}.dbv-home .section-head p{color:var(--ink-500);margin:0;font-size:15.5px}.dbv-home .value-panel{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--line);align-items:stretch;gap:44px;padding:44px;display:flex}.dbv-home .value-info{flex-direction:column;flex:1.15;justify-content:center;display:flex}.dbv-home .value-kicker{color:var(--orange-600);text-transform:uppercase;letter-spacing:.04em;background:var(--orange-100);border-radius:999px;align-self:flex-start;align-items:center;gap:7px;margin-bottom:14px;padding:5px 12px;font-size:12px;font-weight:800;display:inline-flex}.dbv-home .value-info h2{letter-spacing:-.01em;color:var(--ink-900);margin:0 0 12px;font-size:21px;font-weight:800}.dbv-home .value-info p{color:var(--ink-700);margin:0;font-size:15px;line-height:1.7}.dbv-home .value-divider{background:var(--line);flex:none;width:1px}.dbv-home .value-quote{background:var(--orange-50);border-radius:var(--radius-md);flex-direction:column;flex:1;justify-content:center;padding:28px;display:flex;position:relative;overflow:hidden}.dbv-home .value-quote .qmark{color:var(--orange-100);font-size:64px;font-weight:800;line-height:1;position:absolute;top:8px;right:18px}.dbv-home .value-quote p{color:var(--ink-900);z-index:1;margin:0 0 18px;font-size:16px;font-style:italic;line-height:1.55;position:relative}.dbv-home .quote-person{align-items:center;gap:12px;display:flex}.dbv-home .avatar{object-fit:cover;border-radius:50%;flex:none;width:44px;height:44px;box-shadow:0 0 0 2px #ffffffb3}.dbv-home .quote-person .n{color:var(--ink-900);font-size:13.5px;font-weight:700}.dbv-home .quote-person .r{color:var(--ink-500);font-size:12px}@media (width<=820px){.dbv-home .value-panel{flex-direction:column;gap:24px;padding:28px}.dbv-home .value-divider{width:100%;height:1px}}.dbv-home .steps-row{align-items:stretch;gap:14px;display:flex}.dbv-home .step-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);flex:1;padding:24px;position:relative}.dbv-home .step-num{background:var(--orange-500);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:14px;font-size:14px;font-weight:800;display:flex}.dbv-home .step-card h4{color:var(--ink-900);margin:0 0 8px;font-size:16px;font-weight:700}.dbv-home .step-card p{color:var(--ink-500);margin:0;font-size:14px;line-height:1.55}.dbv-home .step-chevron{color:var(--orange-400);flex:none;justify-content:center;align-items:center;display:flex}.dbv-home .step-chevron svg{width:20px;height:20px}@media (width<=820px){.dbv-home .steps-row{flex-direction:column}.dbv-home .step-chevron{display:none}}.dbv-home .trust-explain{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);align-items:stretch;gap:44px;padding:44px;display:flex}.dbv-home .trust-info{flex-direction:column;flex:1.3;justify-content:center;display:flex}.dbv-home .trust-points{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.dbv-home .trust-points li{color:var(--ink-700);align-items:flex-start;gap:12px;font-size:15px;line-height:1.55;display:flex}.dbv-home .tp-ico{background:var(--white);border:1px solid var(--orange-100);width:34px;height:34px;color:var(--orange-600);border-radius:10px;flex:none;justify-content:center;align-items:center;margin-top:1px;display:flex}.dbv-home .tp-ico svg{width:17px;height:17px}.dbv-home .trust-divider{background:var(--line);flex:none;width:1px}.dbv-home .trust-seal{background:var(--orange-50);border-radius:var(--radius-md);box-sizing:border-box;flex:none;justify-content:center;align-self:center;align-items:center;width:190px;height:190px;padding:22px;display:flex}.dbv-home .trust-seal img{object-fit:contain;width:100%;height:100%}@media (width<=820px){.dbv-home .trust-explain{flex-direction:column;gap:24px;padding:28px}.dbv-home .trust-divider{width:100%;height:1px}.dbv-home .trust-seal{width:180px;height:180px;margin:0 auto}}.dbv-home .cta-banner{background:var(--orange-50);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:40px;display:flex}.dbv-home .cta-banner-left{flex:1.2;min-width:280px}.dbv-home .cta-banner h2{letter-spacing:-.01em;max-width:480px;color:var(--ink-900);margin:0 0 12px;font-size:26px;font-weight:800}.dbv-home .cta-banner p{color:var(--ink-700);max-width:460px;margin:0 0 18px;font-size:15px;line-height:1.6}.dbv-home .cta-facts{flex-direction:column;flex:1;gap:18px;min-width:240px;display:flex}.dbv-home .cta-fact{color:var(--ink-900);align-items:center;gap:14px;max-width:280px;font-size:14px;font-weight:700;display:flex}.dbv-home .cta-fact .ico{border:1px solid var(--orange-100);width:38px;height:38px;color:var(--orange-600);background:#fff;border-radius:11px;flex:none;justify-content:center;align-items:center;display:flex}.dbv-home .cta-fact .ico svg{width:18px;height:18px}.dbv-home .cta-call{background:linear-gradient(135deg, var(--orange-500), var(--orange-600));border-radius:var(--radius-md);align-items:center;gap:11px;padding:11px 18px;text-decoration:none;transition:filter .15s;display:inline-flex}.dbv-home .cta-call:hover{filter:brightness(.92)}.dbv-home .cta-call .phone-icon{color:#fff;background:#fff3;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dbv-home .cta-call .phone-icon svg{width:16px;height:16px}.dbv-home .cta-call .label{color:#ffffffd9;font-size:11.5px;font-weight:600}.dbv-home .cta-call .number{color:#fff;font-size:14.5px;font-weight:800}.dbv-home .benefits-section{background:var(--cream)}.dbv-home .benefits-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.dbv-home .benefit-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--line);padding:22px;transition:transform .15s,box-shadow .15s}.dbv-home .benefit-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.dbv-home .benefit-card .icon{background:var(--orange-100);width:42px;height:42px;color:var(--orange-600);border-radius:12px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.dbv-home .benefit-card .icon svg{width:21px;height:21px}.dbv-home .benefit-card h4{color:var(--ink-900);margin:0 0 6px;font-size:15px;font-weight:700}.dbv-home .benefit-card p{color:var(--ink-500);margin:0;font-size:13.5px;line-height:1.5}@media (width<=820px){.dbv-home .benefits-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.dbv-home .benefits-grid{grid-template-columns:1fr}}.dbv-home .benefits-cta{text-align:center;margin-top:34px}.dbv-home .faq-list{width:100%}.dbv-home .faq-item{border-bottom:1px solid var(--line)}.dbv-home .faq-q{cursor:pointer;width:100%;color:var(--ink-900);text-align:left;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:16px;padding:18px 40px 18px 4px;font-family:inherit;font-size:15px;font-weight:700;display:flex;position:relative}.dbv-home .faq-q .plus{background:var(--orange-100);width:26px;height:26px;color:var(--orange-600);border-radius:50%;flex:none;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:flex;position:absolute;right:4px}.dbv-home .faq-q .plus svg{width:14px;height:14px}.dbv-home .faq-item.open .faq-q .plus{background:var(--orange-500);color:#fff;transform:rotate(45deg)}.dbv-home .faq-a{max-height:0;transition:max-height .25s;overflow:hidden}.dbv-home .faq-a-inner{color:var(--ink-500);text-align:left;padding:0 4px 18px;font-size:14px;line-height:1.6}.dbv-home footer{background:var(--ink-900);color:#ffffffb8;padding:44px 0 26px;font-size:13px}.dbv-home footer .about{max-width:760px;margin-bottom:24px;line-height:1.7}.dbv-home footer .about b{color:#fff}.dbv-home .foot-links{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-top:18px;display:flex}.dbv-home .foot-links a{color:#ffffffd9;font-weight:600;text-decoration:none}.dbv-home .foot-links a:hover{color:#fff}.dbv-home .foot-copy{color:#ffffff73}@media (width<=700px){.dbv-home section,.dbv-home .partner-marquee{padding:48px 0}.dbv-home .hero{padding-bottom:48px}.dbv-home footer{padding:48px 0 26px}}.dbv-home .leiste{background:linear-gradient(135deg, var(--orange-500), var(--orange-600));color:#fff}.dbv-home .leiste p{text-align:center;justify-content:center;align-items:center;gap:9px;margin:0;padding:12px 24px;font-size:14px;font-weight:700;display:flex}.dbv-home .leiste svg{flex:none;width:17px;height:17px}@media (width<=700px){.dbv-home .leiste p{gap:7px;font-size:12.5px}}.dbv-home .hero-subline{color:#ffffffe6;margin:-8px 0 18px;font-size:15.5px;font-weight:600}@media (width<=900px){.dbv-home .hero-subline{color:var(--ink-500)}}.dbv-home .artikel-grid{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:48px;display:grid}@media (width<=900px){.dbv-home .artikel-grid{grid-template-columns:1fr;gap:0}}.dbv-home .toc-desktop{position:sticky;top:96px}@media (width<=900px){.dbv-home .toc-desktop{display:none}}.dbv-home .toc-title{text-transform:uppercase;letter-spacing:.04em;color:var(--orange-600);margin:0 0 12px;font-size:12px;font-weight:800}.dbv-home .toc-links{border-left:2px solid var(--line);flex-direction:column;gap:2px;padding-left:14px;display:flex}.dbv-home .toc-links a{color:var(--ink-500);padding:6px 0;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s}.dbv-home .toc-links a:hover{color:var(--orange-600)}.dbv-home .toc-links a.active{color:var(--orange-600);font-weight:800}.dbv-home .toc-mobile{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);margin-bottom:28px;display:none;overflow:hidden}@media (width<=900px){.dbv-home .toc-mobile{display:block}}.dbv-home .toc-mobile-btn{width:100%;color:var(--ink-900);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:800;display:flex}.dbv-home .toc-mobile-btn svg{width:18px;height:18px;color:var(--orange-500);flex:none}.dbv-home .toc-mobile-btn .chev{margin-left:auto;transition:transform .2s}.dbv-home .toc-mobile-btn .chev.open{transform:rotate(180deg)}.dbv-home .toc-mobile nav{border-top:1px solid var(--line);padding:8px 16px 14px}.dbv-home .toc-mobile nav a{color:var(--ink-500);padding:7px 0;font-size:13.5px;font-weight:600;text-decoration:none;display:block}.dbv-home .toc-mobile nav a.active{color:var(--orange-600);font-weight:800}.dbv-home .artikel h2{letter-spacing:-.01em;color:var(--ink-900);margin:0 0 14px;font-size:clamp(22px,2.4vw,28px);font-weight:800}.dbv-home .artikel section{padding:0;scroll-margin-top:110px}.dbv-home .artikel section+section{margin-top:44px}.dbv-home .artikel p{color:var(--ink-700);margin:0 0 14px;font-size:15.5px;line-height:1.75}.dbv-home .artikel p strong{color:var(--ink-900);font-weight:800}.dbv-home .float-cta{right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:60;cursor:pointer;border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg, var(--orange-500), var(--orange-600));opacity:0;pointer-events:none;border:0;align-items:center;gap:9px;padding:15px 20px;font-family:inherit;font-size:15.5px;font-weight:800;transition:opacity .25s,transform .3s,filter .15s;display:flex;position:fixed;transform:translateY(120%)}.dbv-home .float-cta:hover{filter:brightness(.92)}.dbv-home .float-cta svg{flex:none;width:17px;height:17px}.dbv-home .float-cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (width<=700px){.dbv-home .float-cta{justify-content:center;font-size:16px;left:16px;right:16px}}.dbv-home .zweiter-einstieg{text-align:center;max-width:620px;margin:0 auto}.dbv-home .zweiter-einstieg .footnote-row{border-top:0;justify-content:center;gap:22px;margin-top:12px;padding-top:0}.dbv-home .portal{border-top:1px solid var(--line);padding:34px 0}.dbv-home .portal h2{color:var(--ink-900);margin:0 0 12px;font-size:17px;font-weight:800}.dbv-home .portal p{color:var(--ink-500);max-width:820px;margin:0 0 10px;font-size:13.5px;line-height:1.7}.dbv-home .prose-page{max-width:760px}.dbv-home .prose-page h1{color:var(--ink-900);letter-spacing:-.01em;margin:0 0 24px;font-size:clamp(28px,3.4vw,38px);font-weight:800}.dbv-home .prose-page h2{color:var(--ink-900);margin:28px 0 10px;font-size:20px;font-weight:800}.dbv-home .prose-page h3{color:var(--ink-900);margin:22px 0 8px;font-size:16px;font-weight:800}.dbv-home .prose-page p,.dbv-home .prose-page li{color:var(--ink-700);font-size:15px;line-height:1.75}.dbv-home .prose-page p{margin:0 0 14px}.dbv-home .prose-page a{color:var(--orange-600);font-weight:700}.dbv-home .danke-steps{flex-direction:column;gap:16px;margin:26px 0 0;padding:0;list-style:none;display:flex}.dbv-home .danke-steps li{color:var(--ink-700);align-items:flex-start;gap:14px;font-size:15px;line-height:1.6;display:flex}.dbv-home .danke-steps .step-num{margin-bottom:0}.dbv-home .danke-hr{border:0;border-top:1px solid var(--line);margin:32px 0 0}.dbv-home .danke-call{color:var(--ink-500);margin-top:20px;font-size:14px}.dbv-home .danke-call a{color:var(--orange-600);align-items:center;gap:6px;font-weight:800;text-decoration:none;display:inline-flex}.dbv-home .danke-call svg{width:15px;height:15px}.dbv-home .value-quote cite{font-style:normal}.dbv-home .hero{background-position:var(--hero-pos,70% center)}@media (width<=900px){.dbv-home .hero-mobile-photo{background-position:var(--hero-pos,70% 28%)}}.dbv-home .trust-badges-row,.trust-badges-row{gap:10px 12px;font-weight:400}.dbv-home .trust-badges-row .fitem,.trust-badges-row .fitem{white-space:nowrap;font-weight:400}.dbv-home .trust-badges-row svg,.trust-badges-row svg{color:#ff6038}@media (width<=767px){.dbv-home .trust-badges-row,.trust-badges-row{flex-flow:row;justify-content:space-between;align-items:center;gap:4px;font-size:11px}.dbv-home .trust-badges-row .fitem,.trust-badges-row .fitem{white-space:nowrap;flex:0 auto;gap:4px;min-width:0;line-height:1}.dbv-home .trust-badges-row svg,.trust-badges-row svg{flex:none;width:12px;height:12px}}.dbv-home .brand-mark{width:36px;height:41px}.dbv-home .brand-text .tld{color:inherit}@media (width<=700px){.dbv-home .brand-mark{width:29px;height:33px}}@media (width<=420px){.dbv-home .brand-mark{width:25px;height:29px}}.dbv-home .info-trigger{font:inherit;color:inherit;vertical-align:middle;cursor:pointer;background:0 0;border:0;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.dbv-home .info-trigger>svg{width:15px;height:15px;color:var(--orange-500)}.dbv-home .info-trigger .header-tooltip{opacity:0;visibility:hidden}.dbv-home .info-trigger:hover .header-tooltip,.dbv-home .info-trigger:focus-visible .header-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.dbv-home .header-tooltip.tt-center{left:50%;transform:translate(-50%)translateY(6px)}.dbv-home .info-trigger:hover .header-tooltip.tt-center,.dbv-home .info-trigger:focus-visible .header-tooltip.tt-center{transform:translate(-50%)translateY(0)}.dbv-home .seal-trigger{width:100%;height:100%;display:block}.dbv-home .seal-trigger img{object-fit:contain;width:100%;height:100%}.dbv-home .marquee-note{text-align:center;max-width:720px;color:var(--ink-500);margin:22px auto 0;font-size:12.5px;line-height:1.6}.dbv-home .marquee-note .note-end{white-space:nowrap}.dbv-home .marquee-note .info-trigger{vertical-align:baseline;margin-left:5px;display:inline}.dbv-home .marquee-note .info-trigger>svg{color:currentColor;vertical-align:-.13em;width:1em;height:1em}.dbv-home .ueber-intro{background:var(--cream)}.dbv-home .ueber-intro .section-head{margin-bottom:0}.dbv-home .ueber-intro h1{letter-spacing:-.01em;color:var(--ink-900);margin:0 0 12px;font-size:clamp(26px,3vw,36px);font-weight:800}.dbv-home .ueber-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (width<=700px){.dbv-home .ueber-grid{grid-template-columns:1fr}}.dbv-home .ueber-steps{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.dbv-home .ueber-steps li{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);align-items:flex-start;gap:16px;padding:20px;display:flex}.dbv-home .ueber-steps b{color:var(--ink-900);margin-bottom:6px;font-size:15px;display:block}.dbv-home .ueber-steps p{color:var(--ink-500);margin:0;font-size:13.5px;line-height:1.55}.dbv-home .ueber-kontakt .klein{color:var(--ink-500);margin-bottom:4px;font-size:12.5px;display:block}.dbv-home .ueber-kontakt .tel{color:var(--orange-600);margin-bottom:6px;font-size:18px;font-weight:800;text-decoration:none;display:inline-block}.dbv-home .ueber-kontakt a{color:var(--orange-600)}.dbv-home .ueber-steps .step-num{flex:none;margin-bottom:0}@media (width<=700px){.dbv-home .brand{gap:8px;max-width:70%}.dbv-home .brand-text .name{white-space:normal;font-size:12px;line-height:1.25}.dbv-home .brand-text .tag{font-size:10.5px}}@media (width<=420px){.dbv-home .brand-text .name{font-size:11px}.dbv-home .brand-text .tag{font-size:9.5px}}.dbv-home .cta-banner-left .cta-note{color:#12151b9e;margin-top:12px;font-size:14px;line-height:1.5}
