{"id":9003,"date":"2026-09-17T15:42:11","date_gmt":"2026-09-17T12:42:11","guid":{"rendered":"https:\/\/axinar.com\/solbox-info-2"},"modified":"2026-09-17T15:42:12","modified_gmt":"2026-09-17T12:42:12","slug":"solbox-info","status":"publish","type":"page","link":"https:\/\/axinar.com\/de\/solbox-info","title":{"rendered":"SolBox, kostenlose Einsch\u00e4tzung f\u00fcr Warmwasser aus PV"},"content":{"rendered":"<style>\n\thtml, body { margin: 0; padding: 0; background: #0a0a0a; }\n\t.slp {\n\t\t--red: #DD2B1C;\n\t\t--red-dark: #b82214;\n\t\t--bg: #0a0a0a;\n\t\t--bg-elev: #161616;\n\t\t--bg-card: #1c1c1c;\n\t\t--text: #ffffff;\n\t\t--text-dim: #c0c0c0;\n\t\t--border: #2e2e2e;\n\t\t--content-w: 80vw;\n\t\t--content-max: 1280px;\n\n\t\tfont-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif;\n\t\tbackground: var(--bg);\n\t\tcolor: var(--text);\n\t\tline-height: 1.6;\n\t\t-webkit-font-smoothing: antialiased;\n\t}\n\t.slp *, .slp *::before, .slp *::after { box-sizing: border-box; }\n\t.slp .wrap { width: var(--content-w); max-width: var(--content-max); margin: 0 auto; }\n\t.slp section { padding: 100px 0; border-bottom: 1px solid var(--border); }\n\t.slp .pre-title { color: var(--red); font-size: 14px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 24px; }\n\t.slp h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 24px; color: #fff; }\n\t.slp h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1.2; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 40px; color: #fff; }\n\t.slp h3, .slp h4 { color: #fff; }\n\t.slp .sub { font-size: 20px; color: #d5d5d5; max-width: 720px; margin-bottom: 40px; }\n\t.slp p { color: #d0d0d0; font-size: 17px; }\n\t.slp .btn { display: inline-block; background: var(--red); color: #fff; padding: 18px 40px; font-size: 16px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 4px; border: none; cursor: pointer; transition: transform .15s ease, background .15s ease; }\n\t.slp .btn:hover { background: #ff3d2c; transform: translateY(-2px); }\n\t.slp .btn.full { width: 100%; padding: 22px; }\n\t.slp .btn.outline { background: transparent; color: var(--red); border: 2px solid var(--red); }\n\t.slp .btn.outline:hover { background: var(--red); color: #fff; }\n\t.slp .trust-line { margin-top: 20px; font-size: 14px; color: var(--text-dim); }\n\n\t\/* HERO,9:16 video right column *\/\n\t.slp .hero { padding: 120px 0 100px; background: linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.75) 45%, rgba(10,10,10,0.35) 100%), url('https:\/\/axinar.com\/wp-content\/uploads\/2026\/07\/solbox-lp\/assets\/hero-bg-sunrise.webp') center\/cover no-repeat, var(--bg); }\n\t.slp .hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center; }\n\t.slp .hero-video-wrap { display: flex; justify-content: center; }\n\t.slp .hero-video {\n\t\twidth: 100%; max-width: 620px; aspect-ratio: 16 \/ 9;\n\t\tbackground: #000;\n\t\tborder: 1px solid var(--border); border-radius: 12px;\n\t\toverflow: hidden; position: relative;\n\t\tbox-shadow: 0 30px 80px -30px rgba(221,43,28,0.5);\n\t}\n\t.slp .hero-video iframe { width: 100%; height: 100%; border: 0; display: block; }\n\t\/* Uncomment when the real video is uploaded:\n\t.slp .hero-video { padding: 0; }\n\t.slp .hero-video video { width: 100%; height: 100%; object-fit: cover; }\n\t*\/\n\n\t\/* HERO price badge *\/\n\t.slp .hero-price {\n\t\tmargin-top: 28px;\n\t\tpadding: 18px 24px;\n\t\tbackground: linear-gradient(135deg, rgba(221,43,28,0.14) 0%, rgba(221,43,28,0.04) 100%);\n\t\tborder: 1px solid rgba(221,43,28,0.35);\n\t\tborder-left: 3px solid var(--red);\n\t\tborder-radius: 8px;\n\t\tdisplay: inline-block;\n\t\tbox-shadow: 0 8px 24px -12px rgba(221,43,28,0.4);\n\t}\n\t.slp .hero-price-label { font-size: 11px; color: var(--text-dim); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; }\n\t.slp .hero-price-value { font-size: 28px; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -0.01em; }\n\t.slp .hero-price-vat { font-size: 14px; font-weight: 400; color: var(--text-dim); letter-spacing: 0; text-transform: none; }\n\t.slp .hero-price-note { font-size: 12px; color: var(--text-dim); margin-top: 8px; }\n\n\t\/* PROBLEM *\/\n\t.slp .problem { text-align: center; background: var(--bg-elev); }\n\t.slp .problem h2 { max-width: 900px; margin: 0 auto 32px; }\n\t.slp .problem p { max-width: 780px; margin: 0 auto; }\n\n\t\/* 4-icon grid \u2014 premium *\/\n\t.slp .icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }\n\t.slp .icon-card {\n\t\tbackground: linear-gradient(180deg, #1c1c1c 0%, #141414 100%);\n\t\tborder: 1px solid var(--border);\n\t\tborder-radius: 16px;\n\t\tpadding: 40px 28px;\n\t\ttext-align: center;\n\t\ttransition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;\n\t\tposition: relative;\n\t\toverflow: hidden;\n\t}\n\t.slp .icon-card::before {\n\t\tcontent: \"\";\n\t\tposition: absolute; top: 0; left: 0; right: 0; height: 1px;\n\t\tbackground: linear-gradient(90deg, transparent, rgba(221,43,28,0.6), transparent);\n\t\topacity: 0; transition: opacity .25s;\n\t}\n\t.slp .icon-card:hover { transform: translateY(-4px); border-color: rgba(221,43,28,0.5); box-shadow: 0 20px 40px -20px rgba(221,43,28,0.35); }\n\t.slp .icon-card:hover::before { opacity: 1; }\n\t.slp .icon-box {\n\t\twidth: 84px; height: 84px; margin: 0 auto 24px;\n\t\tbackground: radial-gradient(circle at 30% 30%, rgba(221,43,28,0.22) 0%, rgba(221,43,28,0.06) 70%);\n\t\tborder: 1px solid rgba(221,43,28,0.25);\n\t\tborder-radius: 22px;\n\t\tdisplay: flex; align-items: center; justify-content: center;\n\t\tposition: relative;\n\t\tbox-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 24px -8px rgba(221,43,28,0.4);\n\t}\n\t.slp .icon-box svg { width: 42px; height: 42px; display: block; }\n\t.slp .icon-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.01em; }\n\t.slp .icon-card p { font-size: 15px; line-height: 1.55; }\n\n\t\/* HOW IT WORKS, vector diagram *\/\n\t.slp .how-diagram-svg { width: 100%; max-width: 1080px; margin: 40px auto; display: block; }\n\t.slp .how-body { max-width: 780px; text-align: center; margin: 40px auto 0; }\n\n\t\/* 3-step flow: Panel \u2192 SolBox \u2192 Boiler *\/\n\t.slp .steps-grid {\n\t\tdisplay: grid;\n\t\tgrid-template-columns: 1fr auto 1fr auto 1fr;\n\t\tgap: 20px;\n\t\talign-items: stretch;\n\t\tmax-width: 1080px;\n\t\tmargin: 50px auto 0;\n\t}\n\t.slp .step-card {\n\t\tbackground: linear-gradient(180deg, #1c1c1c 0%, #141414 100%);\n\t\tborder: 1px solid var(--border);\n\t\tborder-radius: 16px;\n\t\tpadding: 36px 24px 28px;\n\t\ttext-align: center;\n\t\tposition: relative;\n\t\ttransition: transform .25s, border-color .25s, box-shadow .25s;\n\t}\n\t.slp .step-card:hover { transform: translateY(-4px); border-color: rgba(221,43,28,0.5); box-shadow: 0 20px 40px -20px rgba(221,43,28,0.35); }\n\t.slp .step-num {\n\t\tposition: absolute; top: -18px; left: 50%; transform: translateX(-50%);\n\t\twidth: 36px; height: 36px; border-radius: 50%;\n\t\tbackground: var(--red); color: #fff;\n\t\tdisplay: flex; align-items: center; justify-content: center;\n\t\tfont-weight: 800; font-size: 16px;\n\t\tbox-shadow: 0 8px 20px -5px rgba(221,43,28,0.6);\n\t}\n\t.slp .step-icon {\n\t\twidth: 100%; aspect-ratio: 1\/1; margin: 12px auto 20px;\n\t\tborder-radius: 12px; overflow: hidden;\n\t\tbackground: #000;\n\t\tdisplay: flex; align-items: center; justify-content: center;\n\t}\n\t.slp .step-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }\n\t.slp .step-icon svg { width: 60%; height: 60%; }\n\t.slp .step-card h4 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }\n\t.slp .step-card p { font-size: 14px; color: var(--text-dim); }\n\t.slp .step-arrow {\n\t\tdisplay: flex; flex-direction: column; align-items: center; justify-content: center;\n\t\tgap: 6px; color: var(--red); font-weight: 700; font-size: 12px; letter-spacing: 0.15em;\n\t}\n\t@media (max-width: 900px) {\n\t\t.slp .steps-grid { grid-template-columns: 1fr; gap: 16px; }\n\t\t.slp .step-arrow svg { transform: rotate(90deg); }\n\t}\n\n\t\/* PROFILES *\/\n\t.slp .profiles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 60px; }\n\t.slp .profile-card {\n\t\tbackground: linear-gradient(180deg, #1c1c1c 0%, #141414 100%);\n\t\tborder: 1px solid var(--border); border-left: 4px solid var(--red);\n\t\tborder-radius: 12px; padding: 40px 32px;\n\t\ttransition: transform .25s, border-color .25s, box-shadow .25s;\n\t}\n\t.slp .profile-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(221,43,28,0.35); }\n\t.slp .profile-icon {\n\t\twidth: 76px; height: 76px; margin-bottom: 24px;\n\t\tbackground: radial-gradient(circle at 30% 30%, rgba(221,43,28,0.22) 0%, rgba(221,43,28,0.06) 70%);\n\t\tborder: 1px solid rgba(221,43,28,0.25);\n\t\tborder-radius: 20px;\n\t\tdisplay: flex; align-items: center; justify-content: center;\n\t\tbox-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 24px -8px rgba(221,43,28,0.4);\n\t}\n\t.slp .profile-icon svg { width: 40px; height: 40px; }\n\t.slp .profile-card h3 { font-size: 14px; font-weight: 700; letter-spacing: 0.15em; color: var(--red); margin-bottom: 20px; text-transform: uppercase; }\n\t.slp .profile-card p { font-size: 15px; }\n\t.slp .center-cta { text-align: center; }\n\n\t\/* TRUST, badges only, no testimonial *\/\n\t.slp .trust { background: var(--bg-elev); }\n\t.slp .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n\t.slp .trust-badge { text-align: center; padding: 40px 20px; background: var(--bg-card); border-radius: 12px; }\n\t.slp .trust-badge-value { font-size: 42px; font-weight: 800; color: var(--red); display: block; margin-bottom: 8px; line-height: 1; }\n\t.slp .trust-badge-label { font-size: 14px; color: var(--text-dim); }\n\n\t\/* FAQ *\/\n\t.slp .faq-list { max-width: 900px; margin: 0 auto; }\n\t.slp .faq-item { border-bottom: 1px solid var(--border); }\n\t.slp .faq-q { font-size: 18px; font-weight: 500; color: #fff; padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: color 0.25s; }\n\t.slp .faq-q:hover { color: var(--red); }\n\t.slp .faq-q::after { content: \"+\"; font-size: 28px; font-weight: 300; color: var(--red); transition: transform 0.3s; flex-shrink: 0; }\n\t.slp .faq-item.open .faq-q::after { transform: rotate(45deg); }\n\t.slp .faq-a { font-size: 15px; color: #c8c8c8; line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0; }\n\t.slp .faq-item.open .faq-a { max-height: 800px; padding: 0 0 24px 0; }\n\n\t\/* FORM *\/\n\t.slp .form-section { background: radial-gradient(ellipse at center, rgba(221,43,28,0.1) 0%, transparent 70%), var(--bg); }\n\t.slp .form-header { text-align: center; margin-bottom: 50px; }\n\t.slp .form-header h2 { margin-bottom: 16px; }\n\t.slp .form-header p { max-width: 640px; margin: 0 auto; }\n\t.slp .form-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 50px; max-width: 720px; margin: 0 auto; }\n\t.slp .field { margin-bottom: 20px; }\n\t.slp .field label { display: block; font-size: 13px; font-weight: 600; color: var(--text-dim); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }\n\t.slp .field label .req { color: var(--red); }\n\t.slp .field input, .slp .field textarea { width: 100%; background: var(--bg); border: 1px solid var(--border); color: var(--text); padding: 16px 20px; font-size: 16px; border-radius: 6px; font-family: inherit; }\n\t.slp .field input:focus, .slp .field textarea:focus { outline: none; border-color: var(--red); }\n\t.slp .field textarea { min-height: 120px; resize: vertical; }\n\t.slp .radio-group { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 8px; }\n\t.slp .radio-item { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--text); cursor: pointer; }\n\t.slp .checkbox-field { display: flex; gap: 12px; align-items: flex-start; margin: 24px 0; font-size: 14px; color: var(--text-dim); }\n\t.slp .form-micro { text-align: center; margin-top: 24px; font-size: 14px; color: var(--text-dim); }\n\t.slp .form-micro a { color: var(--red); text-decoration: none; }\n\n\t\/* COMPARISON TABLE \u2014 SolBox vs alternatives *\/\n\t.slp .compare { background: var(--bg-elev); }\n\t.slp .compare h2 { text-align: center; margin-bottom: 16px; }\n\t.slp .compare .compare-sub { text-align: center; max-width: 720px; margin: 0 auto 50px; color: var(--text-dim); font-size: 17px; }\n\t.slp .compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -20px; padding: 0 20px 8px; }\n\t.slp .compare-table {\n\t\twidth: 100%; min-width: 780px;\n\t\tborder-collapse: separate; border-spacing: 0;\n\t\tbackground: var(--bg-card);\n\t\tborder: 1.5px solid rgba(255, 255, 255, 0.35);\n\t\tborder-radius: 14px;\n\t\toverflow: hidden;\n\t\tfont-size: 14.5px;\n\t}\n\t.slp .compare-table th, .slp .compare-table td {\n\t\tpadding: 16px 18px;\n\t\ttext-align: center;\n\t\tborder-bottom: 1px solid var(--border);\n\t\tvertical-align: middle;\n\t}\n\t.slp .compare-table thead th {\n\t\tbackground: linear-gradient(180deg, #1a1a1a 0%, #121212 100%);\n\t\tcolor: var(--text-dim);\n\t\tfont-size: 12.5px; font-weight: 700;\n\t\ttext-transform: uppercase; letter-spacing: 0.06em;\n\t\tborder-bottom: 2px solid var(--border);\n\t\tpadding: 22px 14px;\n\t}\n\t.slp .compare-table thead th.solbox-col {\n\t\tbackground: linear-gradient(180deg, rgba(221,43,28,0.28) 0%, rgba(221,43,28,0.14) 100%);\n\t\tcolor: #fff;\n\t\tfont-size: 15px;\n\t\tfont-weight: 800;\n\t\tletter-spacing: 0.04em;\n\t\tborder-bottom: 2px solid var(--red);\n\t}\n\t.slp .compare-table tbody th {\n\t\ttext-align: left;\n\t\tbackground: #161616;\n\t\tcolor: #fff;\n\t\tfont-weight: 600;\n\t\tfont-size: 14px;\n\t\twhite-space: nowrap;\n\t}\n\t.slp .compare-table td { color: var(--text-dim); }\n\t.slp .compare-table td.solbox-col {\n\t\tbackground: rgba(221,43,28,0.08);\n\t\tcolor: #fff;\n\t\tfont-weight: 700;\n\t\tborder-left: 1px solid rgba(221,43,28,0.4);\n\t\tborder-right: 1px solid rgba(221,43,28,0.4);\n\t}\n\t.slp .compare-table tr:last-child th,\n\t.slp .compare-table tr:last-child td { border-bottom: none; }\n\t.slp .compare-table tr:last-child td.solbox-col { border-bottom: 2px solid var(--red); }\n\t.slp .compare-table .check { color: #4ade80; font-weight: 700; font-size: 16px; }\n\t.slp .compare-table .cross { color: #ef4444; font-weight: 700; font-size: 16px; }\n\t.slp .compare-table .warn  { color: #fbbf24; font-size: 13px; }\n\t.slp .compare-note {\n\t\ttext-align: center; font-size: 13px; color: var(--text-dim);\n\t\tmargin-top: 24px; font-style: italic;\n\t}\n\t\/* Mobile: reflow table into stacked cards, one per criterion.\n\t * Each cell shows its column header as inline label.\n\t * NO horizontal scroll needed.\n\t *\/\n\t@media (max-width: 720px) {\n\t\t.slp .compare-scroll { overflow-x: visible; margin: 0; padding: 0; }\n\t\t.slp .compare-table { min-width: 0; width: 100%; display: block; background: transparent; border-radius: 0; }\n\t\t.slp .compare-table thead { display: none; }\n\t\t.slp .compare-table tbody { display: block; }\n\t\t.slp .compare-table tr {\n\t\t\tdisplay: block;\n\t\t\tbackground: var(--bg-card);\n\t\t\tborder: 1px solid var(--border);\n\t\t\tborder-radius: 12px;\n\t\t\tpadding: 8px 0;\n\t\t\tmargin-bottom: 14px;\n\t\t\toverflow: hidden;\n\t\t}\n\t\t.slp .compare-table tbody th {\n\t\t\tdisplay: block;\n\t\t\tbackground: transparent !important;\n\t\t\tcolor: var(--red) !important;\n\t\t\tfont-size: 12px !important;\n\t\t\tfont-weight: 800 !important;\n\t\t\ttext-transform: uppercase;\n\t\t\tletter-spacing: 0.06em;\n\t\t\ttext-align: center;\n\t\t\tpadding: 10px 14px 4px !important;\n\t\t\tborder-bottom: 1px solid var(--border);\n\t\t\twhite-space: normal !important;\n\t\t}\n\t\t.slp .compare-table td {\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\talign-items: center;\n\t\t\tgap: 12px;\n\t\t\tpadding: 12px 16px !important;\n\t\t\tborder-bottom: 1px solid rgba(255,255,255,0.05);\n\t\t\ttext-align: right;\n\t\t\tfont-size: 13.5px;\n\t\t\tcolor: var(--text);\n\t\t}\n\t\t.slp .compare-table td::before {\n\t\t\tcontent: attr(data-label);\n\t\t\tflex: 0 0 auto;\n\t\t\tfont-size: 12px;\n\t\t\tcolor: var(--text-dim);\n\t\t\tfont-weight: 500;\n\t\t\ttext-align: left;\n\t\t\ttext-transform: none;\n\t\t\tletter-spacing: 0;\n\t\t}\n\t\t.slp .compare-table td.solbox-col {\n\t\t\tbackground: rgba(221,43,28,0.10) !important;\n\t\t\tborder-left: 3px solid var(--red);\n\t\t\tborder-right: none;\n\t\t\tfont-weight: 700;\n\t\t}\n\t\t.slp .compare-table td.solbox-col::before {\n\t\t\tcolor: #fff;\n\t\t\tfont-weight: 700;\n\t\t}\n\t\t.slp .compare-table tr td:last-child { border-bottom: none; }\n\t\t.slp .compare-note { padding: 0 16px; }\n\t}\n\n\t\/* CF7 qualification fields \u2014 radio buttons styled as pill chips *\/\n\t.slp .form-card .ax-cf7-solbox p { margin: 0 0 18px 0; }\n\t.slp .form-card .ax-field-label {\n\t\tfont-size: 13px; font-weight: 700; color: var(--text-dim);\n\t\ttext-transform: uppercase; letter-spacing: 0.06em;\n\t\tmargin: 8px 0 10px 0 !important;\n\t}\n\t.slp .form-card .ax-radio-p { margin-bottom: 22px !important; }\n\t.slp .form-card .wpcf7-radio {\n\t\tdisplay: grid; gap: 10px;\n\t\tgrid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n\t}\n\t.slp .form-card .wpcf7-list-item { margin: 0 !important; }\n\t.slp .form-card .wpcf7-list-item input[type=\"radio\"] {\n\t\tposition: absolute; opacity: 0; pointer-events: none; width: 0; height: 0;\n\t}\n\t.slp .form-card .wpcf7-list-item label {\n\t\tdisplay: flex; align-items: center; justify-content: center;\n\t\ttext-align: center;\n\t\theight: 100%; min-height: 46px;\n\t\tpadding: 10px 12px;\n\t\tbackground: rgba(255,255,255,0.035);\n\t\tborder: 1px solid rgba(255,255,255,0.14);\n\t\tborder-radius: 8px;\n\t\tcursor: pointer;\n\t\ttransition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;\n\t\tcolor: var(--text);\n\t\tfont-size: 13.5px; font-weight: 500;\n\t\tuser-select: none;\n\t\tline-height: 1.3;\n\t}\n\t.slp .form-card .wpcf7-list-item label:hover {\n\t\tborder-color: rgba(221,43,28,0.55);\n\t\tbackground: rgba(221,43,28,0.06);\n\t}\n\t.slp .form-card .wpcf7-list-item:has(input[type=\"radio\"]:checked) label {\n\t\tborder-color: var(--red);\n\t\tbackground: rgba(221,43,28,0.16);\n\t\tcolor: #fff;\n\t\tfont-weight: 700;\n\t\tbox-shadow: 0 0 0 1px var(--red), 0 6px 18px -8px rgba(221,43,28,0.6);\n\t}\n\t\/* Fallback for browsers without :has() \u2014 checked text at least turns red *\/\n\t.slp .form-card .wpcf7-list-item input[type=\"radio\"]:checked + .wpcf7-list-item-label {\n\t\tcolor: var(--red); font-weight: 700;\n\t}\n\t\/* Textarea shorter now (x4 rows) *\/\n\t.slp .form-card .wpcf7-form-control.wpcf7-textarea { min-height: 90px; }\n\n\t\/* Nomos dropdown (your-nomos) \u2014 align with other fields *\/\n\t.slp .form-card select.wpcf7-select {\n\t\twidth: 100%;\n\t\tbackground: var(--bg);\n\t\tborder: 1px solid var(--border);\n\t\tcolor: var(--text);\n\t\tpadding: 16px 20px;\n\t\tfont-size: 16px;\n\t\tborder-radius: 6px;\n\t\tfont-family: inherit;\n\t\tappearance: none;\n\t\t-webkit-appearance: none;\n\t\tbackground-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23DD2B1C' stroke-width='2' stroke-linecap='round'\/><\/svg>\");\n\t\tbackground-repeat: no-repeat;\n\t\tbackground-position: right 18px center;\n\t\tpadding-right: 44px;\n\t\tcursor: pointer;\n\t}\n\t.slp .form-card select.wpcf7-select:focus { outline: none; border-color: var(--red); }\n\t.slp .form-card select.wpcf7-select option { background: var(--bg-card); color: var(--text); }\n\n\t\/* Acceptance checkbox + submit button on same row\n\t * Uses #slp-form prefix + !important to override the bootstrap.php\n\t * wp_head CSS which has flex-wrap:wrap (causes submit to drop to next row).\n\t *\/\n\t#slp-form .ax-submit-row {\n\t\tdisplay: flex !important;\n\t\tflex-wrap: nowrap !important;\n\t\talign-items: center !important;\n\t\tjustify-content: space-between !important;\n\t\tgap: 24px !important;\n\t\tmargin-top: 28px !important;\n\t}\n\t#slp-form .ax-submit-row > p { margin: 0 !important; }\n\t#slp-form .ax-submit-row .ax-acceptance-p { flex: 1 1 auto !important; min-width: 0 !important; }\n\t#slp-form .ax-submit-row .ax-submit-p { flex: 0 0 auto !important; }\n\t\/* Kill pill styling on the acceptance label (leftover from radio pill CSS) *\/\n\t#slp-form .ax-acceptance-p .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }\n\t#slp-form .ax-acceptance-p .wpcf7-acceptance .wpcf7-list-item label {\n\t\tdisplay: flex !important; align-items: center; gap: 10px;\n\t\tbackground: none !important; border: none !important;\n\t\tpadding: 0 !important; min-height: 0 !important;\n\t\ttext-align: left !important; font-size: 14px !important;\n\t\tcolor: #d5d5d5 !important;\n\t\tfont-weight: 400 !important;\n\t\tbox-shadow: none !important;\n\t\tcursor: pointer;\n\t}\n\t#slp-form .ax-acceptance-p .wpcf7-acceptance .wpcf7-list-item label:hover {\n\t\tbackground: none !important; border: none !important; box-shadow: none !important;\n\t}\n\t#slp-form .ax-acceptance-p input[type=\"checkbox\"] {\n\t\twidth: 18px; height: 18px; margin: 0;\n\t\taccent-color: var(--red);\n\t\tflex-shrink: 0;\n\t\tposition: static !important; opacity: 1 !important; pointer-events: auto !important;\n\t}\n\t#slp-form .ax-acceptance-p a { color: var(--red); }\n\t#slp-form .ax-submit-p input[type=\"submit\"],\n\t#slp-form .ax-submit-p .wpcf7-submit {\n\t\tbackground: var(--red); color: #fff;\n\t\tpadding: 16px 40px;\n\t\tfont-size: 15px; font-weight: 700;\n\t\tletter-spacing: 0.1em; text-transform: uppercase;\n\t\tborder: none; border-radius: 6px;\n\t\tcursor: pointer;\n\t\ttransition: transform .15s ease, background .15s ease, box-shadow .15s ease;\n\t\tbox-shadow: 0 8px 24px -8px rgba(221,43,28,0.6);\n\t}\n\t#slp-form .ax-submit-p input[type=\"submit\"]:hover,\n\t#slp-form .ax-submit-p .wpcf7-submit:hover {\n\t\tbackground: #ff3d2c;\n\t\ttransform: translateY(-2px);\n\t\tbox-shadow: 0 12px 30px -8px rgba(221,43,28,0.7);\n\t}\n\t@media (max-width: 560px) {\n\t\t#slp-form .ax-submit-row { flex-direction: column !important; align-items: stretch !important; gap: 16px !important; }\n\t\t#slp-form .ax-submit-p { width: 100%; }\n\t\t#slp-form .ax-submit-p input[type=\"submit\"] { width: 100%; }\n\t}\n\n\t\/* Sticky mobile CTA *\/\n\t.slp-sticky-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: #DD2B1C; color: #fff; padding: 16px 28px; border-radius: 50px; font-weight: 700; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; z-index: 100; display: none; animation: slpPulse 1.6s ease-in-out infinite; }\n\tbody.slp-scrolled .slp-sticky-cta { display: block; }\n\t@keyframes slpPulse {\n\t\t0%, 100% { box-shadow: 0 0 0 0 rgba(221,43,28,0.75), 0 8px 24px rgba(221,43,28,0.4); transform: scale(1); }\n\t\t50%      { box-shadow: 0 0 0 18px rgba(221,43,28,0),    0 8px 24px rgba(221,43,28,0.4); transform: scale(1.04); }\n\t}\n\t@media (prefers-reduced-motion: reduce) {\n\t\t.slp-sticky-cta { animation: none; box-shadow: 0 10px 40px rgba(221,43,28,0.4); }\n\t}\n\n\t@media (max-width: 900px) {\n\t\t.slp { --content-w: 92vw; }\n\t\t.slp section { padding: 60px 0; }\n\t\t.slp .hero { padding: 110px 0 60px; background-image: linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.75) 45%, rgba(10,10,10,0.35) 100%), url('https:\/\/axinar.com\/wp-content\/uploads\/2026\/07\/solbox-lp\/assets\/hero-bg-sunrise-mobile.webp'); }\n\t\t.slp .hero-grid { grid-template-columns: 1fr; gap: 40px; }\n\t\t.slp .hero-video { max-width: 280px; }\n\t\t.slp .icon-grid { grid-template-columns: 1fr 1fr; }\n\t\t.slp .profiles-grid, .slp .trust-grid { grid-template-columns: 1fr; }\n\t\t.slp .form-card { padding: 30px 24px; }\n\t\t.slp section > .wrap > div[style*=\"grid-template-columns: 1fr 1fr\"] {\n\t\t\tgrid-template-columns: 1fr !important;\n\t\t}\n\t}\n<\/style>\n<div class=\"slp\">\n\n<!-- ======================================================= -->\n<!-- SECTION 1, HERO                                        -->\n<!-- ======================================================= -->\n<section class=\"hero\">\n\t<div class=\"wrap\">\n\t\t<div class=\"hero-grid\">\n\t\t\t<div>\n\t\t\t\t<div class=\"pre-title\">WARMWASSER VON DER SONNE<\/div>\n\t\t\t\t<h1>Warmwasser aus Photovoltaik mit SolBox<\/h1>\n\t\t\t\t<p class=\"sub\">Finden Sie heraus, ob SolBox zu Ihrer Anlage passt, welche Ausr\u00fcstung n\u00f6tig ist und was es kostet.<\/p>\n\t\t\t\t<a href=\"#slp-form\" class=\"btn\">ICH M\u00d6CHTE EINE KOSTENLOSE EINSCH\u00c4TZUNG<\/a>\n\t\t\t\t<div class=\"trust-line\">Antwort innerhalb von 24 Stunden \u00b7 Kostenlos \u00b7 Unverbindlich<\/div>\n\t\t\t\t<div class=\"hero-price\">\n\t\t\t\t\t<div class=\"hero-price-label\">Preis der SolBox Einheit<\/div>\n\t\t\t\t\t<div class=\"hero-price-value\">806 \u20ac <span class=\"hero-price-vat\">inkl. MwSt.<\/span><\/div>\n\t\t\t\t\t<div class=\"hero-price-note\">Module &amp; und Montage werden im Angebot festgelegt<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"hero-video-wrap\">\n\t\t\t\t<div class=\"hero-video\">\n\t\t\t\t\t<iframe src=\"https:\/\/www.youtube.com\/embed\/w9ag9SJE0_c?rel=0&modestbranding=1\" title=\"SolBox\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen loading=\"lazy\"><\/iframe>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<!-- ======================================================= -->\n<!-- SECTION 2, \u03a4\u039f \u03a0\u03a1\u039f\u0392\u039b\u0397\u039c\u0391                                 -->\n<!-- ======================================================= -->\n<section class=\"problem\">\n\t<div class=\"wrap\">\n\t\t<h2>30 bis 40 % der Stromrechnung gehen f\u00fcr Warmwasser drauf.<\/h2>\n\t\t<p>Ein elektrischer Boiler l\u00e4uft mit Netzstrom. Eine klassische Solaranlage mit Rohrleitungen versagt im Winter oder bei Bew\u00f6lkung. Eine W\u00e4rmepumpe ist teuer und muss eingebaut werden.<\/p>\n\t\t<br>\n\t\t<p><strong style=\"color:var(--text)\">Es gibt einen dritten Weg, und der kommt ohne Rohrleitungen aus.<\/strong><\/p>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 3, SolBox \u03c3\u03b5 15 \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1                   -->\n<!-- ======================================================= -->\n<section>\n\t<div class=\"wrap\">\n\t\t<h2 style=\"text-align:center\">SolBox in 15 Sekunden<\/h2>\n\t\t<!-- Premium 3D-style icon defs (shared) -->\n\t\t<svg width=\"0\" height=\"0\" style=\"position:absolute\" aria-hidden=\"true\">\n\t\t\t<defs>\n\t\t\t\t<radialgradient id=\"redSphere\" cx=\"35%\" cy=\"30%\" r=\"75%\">\n\t\t\t\t\t<stop offset=\"0\" stop-color=\"#ff6b5a\"\/>\n\t\t\t\t\t<stop offset=\"45%\" stop-color=\"#DD2B1C\"\/>\n\t\t\t\t\t<stop offset=\"100%\" stop-color=\"#7a1810\"\/>\n\t\t\t\t<\/radialgradient>\n\t\t\t\t<lineargradient id=\"redFace\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n\t\t\t\t\t<stop offset=\"0\" stop-color=\"#ff5a48\"\/>\n\t\t\t\t\t<stop offset=\"100%\" stop-color=\"#a01a10\"\/>\n\t\t\t\t<\/lineargradient>\n\t\t\t\t<lineargradient id=\"redEdge\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\n\t\t\t\t\t<stop offset=\"0\" stop-color=\"#DD2B1C\"\/>\n\t\t\t\t\t<stop offset=\"100%\" stop-color=\"#5a0f08\"\/>\n\t\t\t\t<\/lineargradient>\n\t\t\t\t<filter id=\"dropShadow\" x=\"-20%\" y=\"-20%\" width=\"140%\" height=\"140%\">\n\t\t\t\t\t<fegaussianblur in=\"SourceAlpha\" stddeviation=\"1.5\"\/>\n\t\t\t\t\t<feoffset dx=\"0\" dy=\"2\" result=\"offsetblur\"\/>\n\t\t\t\t\t<fecomponenttransfer><fefunca type=\"linear\" slope=\"0.6\"\/><\/fecomponenttransfer>\n\t\t\t\t\t<femerge><femergenode\/><femergenode in=\"SourceGraphic\"\/><\/femerge>\n\t\t\t\t<\/filter>\n\t\t\t<\/defs>\n\t\t<\/svg>\n\n\t\t<div class=\"icon-grid\">\n\t\t\t<div class=\"icon-card\">\n\t\t\t\t<div class=\"icon-box\">\n\t\t\t\t\t<!-- DC controller: 3D box with lightning bolt -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- Box body -->\n\t\t\t\t\t\t<path d=\"M12 20 L32 12 L52 20 L52 46 L32 54 L12 46 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<path d=\"M12 20 L32 28 L52 20\" fill=\"none\" stroke=\"#ff9080\" stroke-width=\"1\" opacity=\"0.6\"\/>\n\t\t\t\t\t\t<path d=\"M32 28 L32 54\" fill=\"none\" stroke=\"#4a0d08\" stroke-width=\"1\" opacity=\"0.7\"\/>\n\t\t\t\t\t\t<!-- Top face (highlight) -->\n\t\t\t\t\t\t<path d=\"M12 20 L32 12 L52 20 L32 28 Z\" fill=\"url(#redSphere)\" opacity=\"0.95\"\/>\n\t\t\t\t\t\t<!-- Lightning bolt -->\n\t\t\t\t\t\t<path d=\"M34 22 L26 36 L31 36 L28 46 L38 32 L33 32 L36 22 Z\" fill=\"#fff2e0\" stroke=\"#fff\" stroke-width=\"0.5\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>DC-Regler<\/h3>\n\t\t\t\t<p>Nimmt den Strom direkt von Ihren PV-Modulen, kein Wechselrichter n\u00f6tig<\/p>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"icon-card\">\n\t\t\t\t<div class=\"icon-box\">\n\t\t\t\t\t<!-- Cloud + sun: 3D volumetric -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- Sun behind -->\n\t\t\t\t\t\t<circle cx=\"42\" cy=\"20\" r=\"10\" fill=\"url(#redSphere)\"\/>\n\t\t\t\t\t\t<circle cx=\"42\" cy=\"20\" r=\"10\" fill=\"none\" stroke=\"#fff\" stroke-width=\"0.5\" opacity=\"0.3\"\/>\n\t\t\t\t\t\t<!-- Sun rays -->\n\t\t\t\t\t\t<g stroke=\"url(#redFace)\" stroke-width=\"2.5\" stroke-linecap=\"round\">\n\t\t\t\t\t\t\t<line x1=\"42\" y1=\"4\" x2=\"42\" y2=\"9\"\/>\n\t\t\t\t\t\t\t<line x1=\"55\" y1=\"8\" x2=\"52\" y2=\"12\"\/>\n\t\t\t\t\t\t\t<line x1=\"58\" y1=\"20\" x2=\"53\" y2=\"20\"\/>\n\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t<!-- Cloud front -->\n\t\t\t\t\t\t<path d=\"M14 44 Q14 34 24 34 Q26 26 36 28 Q46 26 48 36 Q56 36 56 44 Q56 52 48 52 L20 52 Q14 52 14 44 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<path d=\"M14 44 Q14 34 24 34 Q26 26 36 28 Q46 26 48 36 Q56 36 56 44\" fill=\"url(#redSphere)\" opacity=\"0.6\"\/>\n\t\t\t\t\t\t<!-- Highlight -->\n\t\t\t\t\t\t<ellipse cx=\"26\" cy=\"38\" rx=\"8\" ry=\"3\" fill=\"#fff\" opacity=\"0.25\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>Arbeitet auch bei Bew\u00f6lkung<\/h3>\n\t\t\t\t<p>Ein MPPT-Algorithmus findet bei jedem Licht den besten Ertrag<\/p>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"icon-card\">\n\t\t\t\t<div class=\"icon-box\">\n\t\t\t\t\t<!-- Shield + checkmark: 3D volumetric -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- Shield body -->\n\t\t\t\t\t\t<path d=\"M32 6 L52 14 L52 32 Q52 46 32 58 Q12 46 12 32 L12 14 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<!-- Face highlight -->\n\t\t\t\t\t\t<path d=\"M32 6 L52 14 L52 32 Q52 46 32 58 Q12 46 12 32 L12 14 Z\" fill=\"url(#redSphere)\" opacity=\"0.85\"\/>\n\t\t\t\t\t\t<!-- Top shine -->\n\t\t\t\t\t\t<path d=\"M32 8 Q22 12 16 16\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\" opacity=\"0.4\" stroke-linecap=\"round\"\/>\n\t\t\t\t\t\t<!-- Checkmark -->\n\t\t\t\t\t\t<path d=\"M22 32 L29 39 L44 24\" fill=\"none\" stroke=\"#fff2e0\" stroke-width=\"4.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>Ohne Genehmigung<\/h3>\n\t\t\t\t<p>Es ist keine Eigenerzeugung. Kein Netzbetreiber, keine Studie, kein Anschluss<\/p>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"icon-card\">\n\t\t\t\t<div class=\"icon-box\">\n\t\t\t\t\t<!-- Water drop with sun rays: 3D -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- Sun rays behind -->\n\t\t\t\t\t\t<g stroke=\"url(#redFace)\" stroke-width=\"2.5\" stroke-linecap=\"round\" opacity=\"0.7\">\n\t\t\t\t\t\t\t<line x1=\"10\" y1=\"10\" x2=\"16\" y2=\"16\"\/>\n\t\t\t\t\t\t\t<line x1=\"54\" y1=\"10\" x2=\"48\" y2=\"16\"\/>\n\t\t\t\t\t\t\t<line x1=\"6\" y1=\"30\" x2=\"14\" y2=\"30\"\/>\n\t\t\t\t\t\t\t<line x1=\"58\" y1=\"30\" x2=\"50\" y2=\"30\"\/>\n\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t<!-- Water drop -->\n\t\t\t\t\t\t<path d=\"M32 8 Q42 24 46 34 Q50 48 32 54 Q14 48 18 34 Q22 24 32 8 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<!-- Drop highlight -->\n\t\t\t\t\t\t<path d=\"M32 8 Q42 24 46 34 Q50 48 32 54 Q14 48 18 34 Q22 24 32 8 Z\" fill=\"url(#redSphere)\" opacity=\"0.9\"\/>\n\t\t\t\t\t\t<!-- Specular highlight -->\n\t\t\t\t\t\t<ellipse cx=\"26\" cy=\"30\" rx=\"4\" ry=\"8\" fill=\"#fff\" opacity=\"0.35\" transform=\"rotate(-20 26 30)\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>Warmwasser das ganze Jahr<\/h3>\n\t\t\t\t<p>Bis zu 100 % Deckung im Winter wie im Sommer, an jedem Boiler<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 4, \u03a0\u03a9\u03a3 \u0394\u039f\u03a5\u039b\u0395\u03a5\u0395\u0399 (interactive embed, replaced 2026-07-17) -->\n<!-- ======================================================= -->\n<section id=\"how-it-works\" style=\"background: #0a0a0a; padding: 30px 0; position: relative;\">\n\t<div class=\"wrap\" style=\"padding: 0;\">\n\t\t<iframe src=\"\/wp-content\/uploads\/solbox-connection\/index.html?v=5\" class=\"solbox-connection-embed\" loading=\"lazy\" title=\"SolBox \u2014 so wird es angeschlossen\"><\/iframe>\n\t<\/div>\n\t<style>\n\t\t.solbox-connection-embed { width: 100%; height: 820px; border: 0; display: block; background: transparent; }\n\t\t@media (max-width: 900px) { .solbox-connection-embed { height: 1500px; } }\n\t<\/style>\n<\/section>\n\n<!-- Old vector-diagram section kept as hidden fallback (reversible if needed) -->\n<div style=\"display:none\" aria-hidden=\"true\">\n\t<svg class=\"how-diagram-svg\" style=\"display:none\" viewbox=\"0 0 1080 420\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-labelledby=\"diagTitle\">\n\t\t\t<title id=\"diagTitle\">Ablaufdiagramm: PV-Module \u2192 SolBox \u2192 Boiler<\/title>\n\t\t\t<defs>\n\t\t\t\t<lineargradient id=\"panelGrad\" x1=\"0\" x2=\"0\" y1=\"0\" y2=\"1\">\n\t\t\t\t\t<stop offset=\"0\" stop-color=\"#2a3a55\"\/>\n\t\t\t\t\t<stop offset=\"1\" stop-color=\"#1a2436\"\/>\n\t\t\t\t<\/lineargradient>\n\t\t\t\t<lineargradient id=\"boilerGrad\" x1=\"0\" x2=\"0\" y1=\"0\" y2=\"1\">\n\t\t\t\t\t<stop offset=\"0\" stop-color=\"#333\"\/>\n\t\t\t\t\t<stop offset=\"1\" stop-color=\"#1c1c1c\"\/>\n\t\t\t\t<\/lineargradient>\n\t\t\t\t<marker id=\"arrow\" viewbox=\"0 0 10 10\" refx=\"8\" refy=\"5\" markerwidth=\"8\" markerheight=\"8\" orient=\"auto\">\n\t\t\t\t\t<path d=\"M0,0 L10,5 L0,10 Z\" fill=\"#DD2B1C\"\/>\n\t\t\t\t<\/marker>\n\t\t\t<\/defs>\n\n\t\t\t<!-- Sun rays -->\n\t\t\t<g stroke=\"#DD2B1C\" stroke-width=\"2\" opacity=\"0.6\" stroke-linecap=\"round\">\n\t\t\t\t<line x1=\"120\" y1=\"40\" x2=\"140\" y2=\"90\"\/>\n\t\t\t\t<line x1=\"170\" y1=\"30\" x2=\"180\" y2=\"90\"\/>\n\t\t\t\t<line x1=\"220\" y1=\"40\" x2=\"215\" y2=\"90\"\/>\n\t\t\t<\/g>\n\t\t\t<circle cx=\"170\" cy=\"35\" r=\"14\" fill=\"#DD2B1C\" opacity=\"0.85\"\/>\n\n\t\t\t<!-- PV Panel -->\n\t\t\t<g transform=\"translate(80,110)\">\n\t\t\t\t<rect x=\"0\" y=\"0\" width=\"220\" height=\"140\" rx=\"6\" fill=\"url(#panelGrad)\" stroke=\"#3a4a68\" stroke-width=\"1.5\"\/>\n\t\t\t\t<g stroke=\"#4a5f88\" stroke-width=\"1\">\n\t\t\t\t\t<line x1=\"0\" y1=\"46\" x2=\"220\" y2=\"46\"\/>\n\t\t\t\t\t<line x1=\"0\" y1=\"93\" x2=\"220\" y2=\"93\"\/>\n\t\t\t\t\t<line x1=\"55\" y1=\"0\" x2=\"55\" y2=\"140\"\/>\n\t\t\t\t\t<line x1=\"110\" y1=\"0\" x2=\"110\" y2=\"140\"\/>\n\t\t\t\t\t<line x1=\"165\" y1=\"0\" x2=\"165\" y2=\"140\"\/>\n\t\t\t\t<\/g>\n\t\t\t\t<text x=\"110\" y=\"175\" font-family=\"sans-serif\" font-size=\"16\" font-weight=\"700\" fill=\"#fff\" text-anchor=\"middle\">PV-Module<\/text>\n\t\t\t\t<text x=\"110\" y=\"196\" font-family=\"sans-serif\" font-size=\"13\" fill=\"#c0c0c0\" text-anchor=\"middle\">Gleichstrom von der Sonne<\/text>\n\t\t\t<\/g>\n\n\t\t\t<!-- Arrow 1 -->\n\t\t\t<line x1=\"320\" y1=\"180\" x2=\"440\" y2=\"180\" stroke=\"#DD2B1C\" stroke-width=\"3\" marker-end=\"url(#arrow)\"\/>\n\t\t\t<text x=\"380\" y=\"165\" font-family=\"sans-serif\" font-size=\"12\" fill=\"#DD2B1C\" text-anchor=\"middle\" font-weight=\"700\">DC<\/text>\n\n\t\t\t<!-- SolBox unit -->\n\t\t\t<g transform=\"translate(450,120)\">\n\t\t\t\t<rect x=\"0\" y=\"0\" width=\"180\" height=\"120\" rx=\"10\" fill=\"#1c1c1c\" stroke=\"#DD2B1C\" stroke-width=\"2\"\/>\n\t\t\t\t<rect x=\"20\" y=\"20\" width=\"140\" height=\"6\" rx=\"3\" fill=\"#DD2B1C\" opacity=\"0.8\"\/>\n\t\t\t\t<circle cx=\"40\" cy=\"60\" r=\"10\" fill=\"none\" stroke=\"#DD2B1C\" stroke-width=\"2\"\/>\n\t\t\t\t<circle cx=\"40\" cy=\"60\" r=\"4\" fill=\"#DD2B1C\"\/>\n\t\t\t\t<rect x=\"65\" y=\"50\" width=\"90\" height=\"20\" rx=\"3\" fill=\"#0a0a0a\" stroke=\"#3a3a3a\"\/>\n\t\t\t\t<text x=\"110\" y=\"64\" font-family=\"sans-serif\" font-size=\"10\" fill=\"#DD2B1C\" text-anchor=\"middle\" font-weight=\"700\">MPPT<\/text>\n\t\t\t\t<g stroke=\"#DD2B1C\" stroke-width=\"1.5\" opacity=\"0.7\">\n\t\t\t\t\t<line x1=\"30\" y1=\"90\" x2=\"150\" y2=\"90\"\/>\n\t\t\t\t\t<line x1=\"30\" y1=\"100\" x2=\"120\" y2=\"100\"\/>\n\t\t\t\t<\/g>\n\t\t\t\t<text x=\"90\" y=\"165\" font-family=\"sans-serif\" font-size=\"16\" font-weight=\"700\" fill=\"#fff\" text-anchor=\"middle\">SolBox<\/text>\n\t\t\t\t<text x=\"90\" y=\"186\" font-family=\"sans-serif\" font-size=\"13\" fill=\"#c0c0c0\" text-anchor=\"middle\">MPPT + Regelung<\/text>\n\t\t\t<\/g>\n\n\t\t\t<!-- Arrow 2 -->\n\t\t\t<line x1=\"650\" y1=\"180\" x2=\"770\" y2=\"180\" stroke=\"#DD2B1C\" stroke-width=\"3\" marker-end=\"url(#arrow)\"\/>\n\t\t\t<text x=\"710\" y=\"165\" font-family=\"sans-serif\" font-size=\"12\" fill=\"#DD2B1C\" text-anchor=\"middle\" font-weight=\"700\">DC<\/text>\n\n\t\t\t<!-- Boiler -->\n\t\t\t<g transform=\"translate(790,90)\">\n\t\t\t\t<ellipse cx=\"90\" cy=\"20\" rx=\"65\" ry=\"14\" fill=\"#404040\" stroke=\"#555\" stroke-width=\"1.5\"\/>\n\t\t\t\t<path d=\"M25,20 L25,180 Q25,200 90,200 Q155,200 155,180 L155,20\" fill=\"url(#boilerGrad)\" stroke=\"#555\" stroke-width=\"1.5\"\/>\n\t\t\t\t<ellipse cx=\"90\" cy=\"20\" rx=\"65\" ry=\"14\" fill=\"none\" stroke=\"#555\" stroke-width=\"1.5\"\/>\n\t\t\t\t<!-- Water waves -->\n\t\t\t\t<g stroke=\"#DD2B1C\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.7\">\n\t\t\t\t\t<path d=\"M45,80 Q60,72 75,80 T105,80 T135,80\"\/>\n\t\t\t\t\t<path d=\"M45,110 Q60,102 75,110 T105,110 T135,110\"\/>\n\t\t\t\t\t<path d=\"M45,140 Q60,132 75,140 T105,140 T135,140\"\/>\n\t\t\t\t<\/g>\n\t\t\t\t<!-- Heating element -->\n\t\t\t\t<path d=\"M60,165 L60,190 M75,165 L75,190 M90,165 L90,190 M105,165 L105,190 M120,165 L120,190\" stroke=\"#DD2B1C\" stroke-width=\"2\" opacity=\"0.85\"\/>\n\t\t\t\t<text x=\"90\" y=\"235\" font-family=\"sans-serif\" font-size=\"16\" font-weight=\"700\" fill=\"#fff\" text-anchor=\"middle\">Boiler<\/text>\n\t\t\t\t<text x=\"90\" y=\"256\" font-family=\"sans-serif\" font-size=\"13\" fill=\"#c0c0c0\" text-anchor=\"middle\">Warmwasser<\/text>\n\t\t\t<\/g>\n\t\t<\/svg>\n\n\t\t<div class=\"how-body\">\n\t\t\t<p>Die SolBox \u00fcberwacht den Solarstrom und regelt die \u00dcbertragung der Gleichstromenergie an den Heizstab Ihres Boilers. Der Boiler arbeitet wie immer, nur ist die Energie jetzt kostenlos.<\/p>\n\t\t<\/div>\n<\/div>\n<!-- end hidden fallback -->\n\n<!-- ======================================================= -->\n<!-- SECTION 4.5, \u03a3\u03a5\u0393\u039a\u03a1\u0399\u03a3\u0397 \u039c\u0395 \u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0395\u03a3                  -->\n<!-- ======================================================= -->\n<section class=\"compare\">\n\t<div class=\"wrap\">\n\t\t<h2>Warum SolBox statt der anderen L\u00f6sungen?<\/h2>\n\t\t<p class=\"compare-sub\">Ein Vergleich mit den 3 \u00fcblichsten Arten, in einem griechischen Haushalt Warmwasser zu bereiten.<\/p>\n\n\t\t<div class=\"compare-scroll\">\n\t\t\t<table class=\"compare-table\">\n\t\t\t\t<thead>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th><\/th>\n\t\t\t\t\t\t<th>Elektrischer Boiler<\/th>\n\t\t\t\t\t\t<th>Klassische Solaranlage (mit Rohrleitungen)<\/th>\n\t\t\t\t\t\t<th>Warmwasser-W\u00e4rmepumpe<\/th>\n\t\t\t\t\t\t<th class=\"solbox-col\">SolBox<\/th>\n\t\t\t\t\t<\/tr>\n\t\t\t\t<\/thead>\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Betriebskosten pro Jahr<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\">400 bis 700 \u20ac<\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\">etwa 50 \u20ac (Nachheizung)<\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\">100 bis 250 \u20ac<\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\">etwa 0 \u20ac<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Betrieb im Winter<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\"><span class=\"check\">\u2713<\/span><\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\"><span class=\"warn\">Friert ein \/ l\u00e4sst nach<\/span><\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\"><span class=\"check\">\u2713<\/span><\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\"><span class=\"check\">\u2713<\/span> mit MPPT<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Betrieb bei Bew\u00f6lkung<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\"><span class=\"check\">\u2713<\/span><\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\"><span class=\"warn\">Geringer Ertrag<\/span><\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\"><span class=\"check\">\u2713<\/span><\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\"><span class=\"check\">\u2713<\/span> mit MPPT<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Rohrleitungen \/ Frostschutzmittel<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\"><span class=\"check\">\u2717<\/span><\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\"><span class=\"cross\">Ja<\/span><\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\"><span class=\"cross\">Ja<\/span><\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\"><span class=\"check\">\u2717<\/span> Keine<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Aufwand der Montage<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\">Einfach<\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\">Mittel<\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\">Hoch<\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\">Einfach<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>J\u00e4hrliche Wartung<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\">Keine<\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\">Ja (Frostschutz \/ Pumpe)<\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\">Ja (Fachbetrieb)<\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\">Keine<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Amortisation<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\">\u2014<\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\">4 bis 6 Jahre<\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\">6 bis 10 Jahre<\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\">2 bis 4 Jahre<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Garantie<\/th>\n\t\t\t\t\t\t<td data-label=\"Elektrischer Boiler\">2 bis 5 Jahre<\/td>\n\t\t\t\t\t\t<td data-label=\"Klassische Solaranlage\">5 Jahre<\/td>\n\t\t\t\t\t\t<td data-label=\"W\u00e4rmepumpe\">5 bis 10 Jahre<\/td>\n\t\t\t\t\t\t<td class=\"solbox-col\" data-label=\"SolBox\">10 Jahre<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\t\t<p class=\"compare-note\">Der SolBox Preis gilt f\u00fcr den DC-Regler. Module &amp; und Montage werden im Angebot festgelegt.<\/p>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 5, \u0393\u0399\u0391 \u03a0\u039f\u0399\u039f\u03a5\u03a3                                  -->\n<!-- ======================================================= -->\n<section>\n\t<div class=\"wrap\">\n\t\t<h2 style=\"text-align:center\">Passt es zu Ihnen?<\/h2>\n\t\t<div class=\"profiles-grid\">\n\t\t\t<div class=\"profile-card\">\n\t\t\t\t<div class=\"profile-icon\">\n\t\t\t\t\t<!-- House: 3D volumetric red -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- House body -->\n\t\t\t\t\t\t<path d=\"M12 30 L32 14 L52 30 L52 54 L12 54 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<!-- Front highlight -->\n\t\t\t\t\t\t<path d=\"M12 30 L32 14 L52 30 L52 54 L12 54 Z\" fill=\"url(#redSphere)\" opacity=\"0.85\"\/>\n\t\t\t\t\t\t<!-- Roof edge -->\n\t\t\t\t\t\t<path d=\"M8 32 L32 12 L56 32 L52 30 L32 14 L12 30 Z\" fill=\"#7a1810\"\/>\n\t\t\t\t\t\t<path d=\"M8 32 L32 12 L56 32\" fill=\"none\" stroke=\"#ff9080\" stroke-width=\"1\" opacity=\"0.5\"\/>\n\t\t\t\t\t\t<!-- Door -->\n\t\t\t\t\t\t<rect x=\"27\" y=\"38\" width=\"10\" height=\"16\" rx=\"1\" fill=\"#3a0a06\"\/>\n\t\t\t\t\t\t<circle cx=\"34.5\" cy=\"46\" r=\"0.8\" fill=\"#ff9080\"\/>\n\t\t\t\t\t\t<!-- Window -->\n\t\t\t\t\t\t<rect x=\"16\" y=\"38\" width=\"8\" height=\"8\" rx=\"1\" fill=\"#fff2e0\" opacity=\"0.85\"\/>\n\t\t\t\t\t\t<line x1=\"20\" y1=\"38\" x2=\"20\" y2=\"46\" stroke=\"#7a1810\" stroke-width=\"0.6\"\/>\n\t\t\t\t\t\t<line x1=\"16\" y1=\"42\" x2=\"24\" y2=\"42\" stroke=\"#7a1810\" stroke-width=\"0.6\"\/>\n\t\t\t\t\t\t<!-- Small panel on roof -->\n\t\t\t\t\t\t<rect x=\"34\" y=\"22\" width=\"14\" height=\"8\" rx=\"0.5\" fill=\"#1a2436\" stroke=\"#ff9080\" stroke-width=\"0.5\" transform=\"rotate(-38 41 26)\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>HAUSBESITZER<\/h3>\n\t\t\t\t<p>Haben Sie bereits eine PV-Eigenerzeugung oder m\u00f6chten Sie ein paar Module nur f\u00fcr das Warmwasser erg\u00e4nzen? SolBox deckt bis zu 100 % des j\u00e4hrlichen Warmwasserbedarfs.<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"profile-card\">\n\t\t\t\t<div class=\"profile-icon\">\n\t\t\t\t\t<!-- Hotel building: 3D multi-story -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- Building body -->\n\t\t\t\t\t\t<path d=\"M14 12 L50 12 L50 56 L14 56 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<!-- Face highlight -->\n\t\t\t\t\t\t<path d=\"M14 12 L50 12 L50 56 L14 56 Z\" fill=\"url(#redSphere)\" opacity=\"0.9\"\/>\n\t\t\t\t\t\t<!-- Top edge -->\n\t\t\t\t\t\t<path d=\"M14 12 L50 12 L48 15 L16 15 Z\" fill=\"#7a1810\"\/>\n\t\t\t\t\t\t<!-- Windows grid (3 cols \u00d7 4 rows) -->\n\t\t\t\t\t\t<g fill=\"#fff2e0\" opacity=\"0.9\">\n\t\t\t\t\t\t\t<rect x=\"19\" y=\"20\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"29\" y=\"20\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"39\" y=\"20\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"19\" y=\"29\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"29\" y=\"29\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"39\" y=\"29\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"19\" y=\"38\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t\t<rect x=\"29\" y=\"38\" width=\"6\" height=\"5\" rx=\"0.5\" opacity=\"0.4\"\/>\n\t\t\t\t\t\t\t<rect x=\"39\" y=\"38\" width=\"6\" height=\"5\" rx=\"0.5\"\/>\n\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t<!-- Door -->\n\t\t\t\t\t\t<rect x=\"27\" y=\"46\" width=\"10\" height=\"10\" rx=\"0.5\" fill=\"#3a0a06\"\/>\n\t\t\t\t\t\t<!-- Star (hotel indicator) -->\n\t\t\t\t\t\t<path d=\"M32 4 L34 8 L38 8 L35 11 L36 15 L32 13 L28 15 L29 11 L26 8 L30 8 Z\" fill=\"#ff9080\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>HOTEL \/ AIRBNB<\/h3>\n\t\t\t\t<p>Hoher Warmwasserverbrauch und ein gewerblicher Stromtarif bedeuten hohe laufende Kosten. SolBox rechnet sich in 2 bis 4 Jahren.<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"profile-card\">\n\t\t\t\t<div class=\"profile-icon\">\n\t\t\t\t\t<!-- Off-grid: mountain cabin + disconnected plug -->\n\t\t\t\t\t<svg viewbox=\"0 0 64 64\" filter=\"url(#dropShadow)\">\n\t\t\t\t\t\t<!-- Mountain silhouette background -->\n\t\t\t\t\t\t<path d=\"M4 48 L18 28 L28 40 L40 22 L54 42 L60 48 Z\" fill=\"#3a0a06\" opacity=\"0.6\"\/>\n\t\t\t\t\t\t<!-- Cabin -->\n\t\t\t\t\t\t<path d=\"M22 38 L38 38 L38 52 L22 52 Z\" fill=\"url(#redEdge)\"\/>\n\t\t\t\t\t\t<path d=\"M22 38 L38 38 L38 52 L22 52 Z\" fill=\"url(#redSphere)\" opacity=\"0.85\"\/>\n\t\t\t\t\t\t<!-- Roof -->\n\t\t\t\t\t\t<path d=\"M18 38 L30 26 L42 38 L38 38 L30 30 L22 38 Z\" fill=\"#7a1810\"\/>\n\t\t\t\t\t\t<path d=\"M18 38 L30 26 L42 38\" fill=\"none\" stroke=\"#ff9080\" stroke-width=\"1\" opacity=\"0.5\"\/>\n\t\t\t\t\t\t<!-- Cabin door -->\n\t\t\t\t\t\t<rect x=\"27\" y=\"42\" width=\"6\" height=\"10\" rx=\"0.5\" fill=\"#3a0a06\"\/>\n\t\t\t\t\t\t<!-- Sun -->\n\t\t\t\t\t\t<circle cx=\"50\" cy=\"14\" r=\"6\" fill=\"url(#redSphere)\"\/>\n\t\t\t\t\t\t<g stroke=\"url(#redFace)\" stroke-width=\"1.5\" stroke-linecap=\"round\">\n\t\t\t\t\t\t\t<line x1=\"50\" y1=\"4\" x2=\"50\" y2=\"7\"\/>\n\t\t\t\t\t\t\t<line x1=\"58\" y1=\"8\" x2=\"56\" y2=\"10\"\/>\n\t\t\t\t\t\t\t<line x1=\"60\" y1=\"16\" x2=\"58\" y2=\"16\"\/>\n\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t<!-- Disconnected plug icon (bottom left) -->\n\t\t\t\t\t\t<g transform=\"translate(6,52)\">\n\t\t\t\t\t\t\t<rect x=\"0\" y=\"0\" width=\"6\" height=\"6\" rx=\"1\" fill=\"#3a0a06\" stroke=\"#ff9080\" stroke-width=\"0.7\"\/>\n\t\t\t\t\t\t\t<line x1=\"7\" y1=\"3\" x2=\"10\" y2=\"3\" stroke=\"#ff9080\" stroke-width=\"1.2\"\/>\n\t\t\t\t\t\t\t<line x1=\"4\" y1=\"10\" x2=\"8\" y2=\"14\" stroke=\"#ff5a48\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\n\t\t\t\t\t\t\t<line x1=\"8\" y1=\"10\" x2=\"4\" y2=\"14\" stroke=\"#ff5a48\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\n\t\t\t\t\t\t<\/g>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<h3>ANLAGE OHNE NETZ<\/h3>\n\t\t\t\t<p>Ferienhaus, landwirtschaftlicher Betrieb oder abgelegene Einheit ohne Netzanschluss. SolBox arbeitet eigenst\u00e4ndig.<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"center-cta\">\n\t\t\t<a href=\"#slp-form\" class=\"btn\">DAS PASST ZU MIR, ICH M\u00d6CHTE EINE EINSCH\u00c4TZUNG<\/a>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 5.5, CONFIGURATOR alternative                  -->\n<!-- ======================================================= -->\n<section style=\"background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);\">\n\t<div class=\"wrap\">\n\t\t<div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;\">\n\t\t\t<div>\n\t\t\t\t<div class=\"pre-title\">KONFIGURATOR ZUM SELBERMACHEN<\/div>\n\t\t\t\t<h2 style=\"margin-bottom: 20px;\">Bauen Sie Ihre eigene Autonomie<\/h2>\n\t\t\t\t<p style=\"margin-bottom: 32px; font-size: 18px;\">\n\t\t\t\t\tProbieren Sie den SolBox Konfigurator. Sie w\u00e4hlen die Zahl der Module, das Volumen des Boilers und den Standort und sehen Kosten, Ertrag und erwartete Ersparnis in Echtzeit.\n\t\t\t\t<\/p>\n\t\t\t\t<a href=\"https:\/\/axinar.com\/de\/solbox-konfigurator\" class=\"btn outline\">\n\t\t\t\t\tBAUEN SIE IHR SYSTEM \u2192\n\t\t\t\t<\/a>\n\t\t\t\t<div class=\"trust-line\" style=\"margin-top: 16px;\">\n\t\t\t\t\tOhne Anmeldung \u00b7 Sofortige Kostensch\u00e4tzung\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/axinar.com\/de\/solbox-konfigurator\" style=\"display:block; aspect-ratio: 4\/3; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; position: relative; box-shadow: 0 20px 60px -20px rgba(221,43,28,0.35); transition: transform .25s, box-shadow .25s;\" onmouseover=\"this.style.transform='translateY(-4px)'; this.style.boxShadow='0 30px 80px -20px rgba(221,43,28,0.55)'\" onmouseout=\"this.style.transform=''; this.style.boxShadow='0 20px 60px -20px rgba(221,43,28,0.35)'\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/axinar.com\/wp-content\/uploads\/2026\/07\/solbox-lp\/assets\/configurator-shot.webp\" alt=\"SolBox Konfigurator\" style=\"width:100%; height:100%; object-fit: cover; object-position: center 20%; display:block;\">\n\t\t\t\t<div style=\"position:absolute; inset:0; background: linear-gradient(180deg, transparent 60%, rgba(10,10,10,0.85) 100%); pointer-events:none;\"><\/div>\n\t\t\t\t<div style=\"position:absolute; bottom:16px; left:16px; right:16px; text-align:center; color:#fff; font-size:13px; letter-spacing:0.1em; text-transform:uppercase; font-weight:700;\">\n\t\t\t\t\t<span style=\"color:var(--red)\">\u25b8<\/span> KONFIGURATOR \u00d6FFNEN\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 6, TRUST (badges only, no testimonial)         -->\n<!-- ======================================================= -->\n<section class=\"trust\">\n\t<div class=\"wrap\">\n\t\t<h2 style=\"text-align:center\">Griechisch. Gefertigt in Thessaloniki.<\/h2>\n\t\t<div class=\"trust-grid\">\n\t\t\t<div class=\"trust-badge\">\n\t\t\t\t<span class=\"trust-badge-value\">2010<\/span>\n\t\t\t\t<span class=\"trust-badge-label\">Fertigung in Griechenland seit<\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"trust-badge\">\n\t\t\t\t<span class=\"trust-badge-value\">100+<\/span>\n\t\t\t\t<span class=\"trust-badge-label\">Anlagen in GR &amp; CY<\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"trust-badge\">\n\t\t\t\t<span class=\"trust-badge-value\">10<\/span>\n\t\t\t\t<span class=\"trust-badge-label\">Jahre Garantie<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 7, FAQ                                         -->\n<!-- ======================================================= -->\n<section class=\"slp-faq\">\n\t<div class=\"wrap\" style=\"max-width:900px\">\n\t\t<h2 style=\"text-align:center\">H\u00e4ufige Fragen<\/h2>\n\t\t<div class=\"faq-list\">\n\t\t\t<div class=\"faq-item\">\n\t\t\t\t<div class=\"faq-q\">Brauche ich eine Genehmigung vom Netzbetreiber?<\/div>\n\t\t\t\t<div class=\"faq-a\">Nein. Die SolBox wird nicht ans Netz angeschlossen. Sie ist ein geschlossener Gleichstromkreis von den PV-Modulen zum Boiler, ganz ohne B\u00fcrokratie.<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"faq-item\">\n\t\t\t\t<div class=\"faq-q\">Arbeitet es mit meinem vorhandenen Boiler?<\/div>\n\t\t\t\t<div class=\"faq-a\">Ja, in den allermeisten F\u00e4llen. Die SolBox arbeitet mit jedem elektrischen Boiler von 60 bis 1000 Litern. Sie tauschen Ihren Boiler nicht aus.<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"faq-item\">\n\t\t\t\t<div class=\"faq-q\">Wie hoch ist der Ertrag im Winter?<\/div>\n\t\t\t\t<div class=\"faq-a\">Der MPPT-Algorithmus erntet auch bei geringer Einstrahlung Energie. In Griechenland deckt SolBox 70 bis 90 % des Jahresverbrauchs, auch im Dezember.<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"faq-item\">\n\t\t\t\t<div class=\"faq-q\">Was kostet es?<\/div>\n\t\t\t\t<div class=\"faq-a\">Die SolBox Einheit: <strong style=\"color:#fff\">806 \u20ac inkl. MwSt.<\/strong>. Das komplette System (SolBox + PV-Module + Montage) richtet sich nach der Zahl der Module, dem Volumen des Boilers und dem Standort. Schicken Sie das Formular, und Sie erhalten innerhalb von 24 Stunden ein passendes Gesamtangebot, kostenlos und unverbindlich.<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"faq-item\">\n\t\t\t\t<div class=\"faq-q\">Braucht es Wartung?<\/div>\n\t\t\t\t<div class=\"faq-a\">Keine. Ohne Rohrleitungen, ohne Frostschutzmittel, ohne Umw\u00e4lzpumpe. Der Regler wird passiv gek\u00fchlt und hat 10 Jahre Garantie.<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n<!-- ======================================================= -->\n<!-- SECTION 8, FORM                                        -->\n<!-- ======================================================= -->\n<section id=\"slp-form\" class=\"form-section\">\n\t<div class=\"wrap\">\n\t\t<div class=\"form-header\">\n\t\t\t<h2>Fordern Sie eine kostenlose Einsch\u00e4tzung f\u00fcr Ihre SolBox an<\/h2>\n\t\t\t<p>Hinterlassen Sie Ihre Angaben, damit wir pr\u00fcfen k\u00f6nnen, ob SolBox zu Ihrer Anlage passt, und Ihnen ein Angebot machen. Kostenlos und unverbindlich.<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-card\">\n\t\t\t\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f9000-o1\" lang=\"de-DE\" dir=\"ltr\" data-wpcf7-id=\"9000\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/9003#wpcf7-f9000-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"9000\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"de_DE\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f9000-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7dtx_version\" value=\"5.0.7\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n\n<div class=\"ax-cf7-solbox\">\n\t<p class=\"ax-required-note\">Alle mit * gekennzeichneten Felder sind Pflichtfelder.\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Vor- und Nachname *\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t<\/p>\n\t<div class=\"mail-phone\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-Mail *\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Telefon *\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"4\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Anmerkungen oder weitere Angaben *\" name=\"your-message\"><\/textarea><\/span>\n\t<\/p>\n\t<div class=\"ax-submit-row\">\n\t\t<p class=\"ax-acceptance-p\"><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-terms\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-terms\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">Ich stimme den <a href=\"\/de\/nutzungsbedingungen\" target=\"_blank\" rel=\"noopener\">Nutzungsbedingungen<\/a> zu *<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t\t<p class=\"ax-submit-p\"><span aria-hidden=\"true\" style=\"position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;display:inline-block;\"><label for=\"ax-hp-universal-website\" style=\"display:inline-block;\">Your website (leave blank)<\/label><input type=\"text\" id=\"ax-hp-universal-website\" name=\"your-website\" tabindex=\"-1\" autocomplete=\"off\"><\/span><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Kostenlose Einsch\u00e4tzung anfordern\" \/>\n\t\t<\/p>\n\t<\/div>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_source\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_medium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_campaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_term\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_content\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"gclid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"gbraid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"wbraid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"landing_page\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"ax_referrer\" \/>\n<\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n<\/div><!-- \/.slp -->\n\n<a href=\"#slp-form\" class=\"slp-sticky-cta\">ICH M\u00d6CHTE EINE EINSCH\u00c4TZUNG<\/a>\n\n<script>\n\t(function() {\n\t\t\/\/ Sticky mobile CTA after 30% scroll\n\t\twindow.addEventListener('scroll', function() {\n\t\t\tif (window.scrollY > window.innerHeight * 0.3) {\n\t\t\t\tdocument.body.classList.add('slp-scrolled');\n\t\t\t} else {\n\t\t\t\tdocument.body.classList.remove('slp-scrolled');\n\t\t\t}\n\t\t});\n\t\t\/\/ FAQ toggle\n\t\tdocument.querySelectorAll('.slp .faq-q').forEach(function(q) {\n\t\t\tq.addEventListener('click', function() { this.parentElement.classList.toggle('open'); });\n\t\t});\n\n\t\t\/\/ UTM \/ gclid attribution capture \u2192 CF7 hidden fields\n\t\t\/\/ Last-touch model: new campaign click overrides old stored value.\n\t\t\/\/ 30-day persistence in localStorage; landing_page & referrer session-scoped.\n\t\tvar ATTR_KEYS = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','gclid','gbraid','wbraid'];\n\t\tvar LS_PREFIX = 'ax_attr_';\n\t\tvar LS_MAX_AGE = 30 * 24 * 60 * 60 * 1000;\n\t\tfunction fillHidden(name, value, scope) {\n\t\t\t(scope || document).querySelectorAll('input[name=\"' + name + '\"]').forEach(function(el){\n\t\t\t\tel.value = value || '';\n\t\t\t});\n\t\t}\n\t\tfunction getStoredAttr(k) {\n\t\t\ttry {\n\t\t\t\tvar raw = localStorage.getItem(LS_PREFIX + k);\n\t\t\t\tif (!raw) return '';\n\t\t\t\tvar obj = JSON.parse(raw);\n\t\t\t\tif (!obj || !obj.v) return '';\n\t\t\t\tif (obj.t && (Date.now() - obj.t) > LS_MAX_AGE) {\n\t\t\t\t\tlocalStorage.removeItem(LS_PREFIX + k);\n\t\t\t\t\treturn '';\n\t\t\t\t}\n\t\t\t\treturn obj.v;\n\t\t\t} catch(e){ return ''; }\n\t\t}\n\t\ttry {\n\t\t\tvar url = new URL(window.location.href);\n\t\t\tvar hasNewUtm = ATTR_KEYS.some(function(k){ return url.searchParams.has(k); });\n\t\t\tif (hasNewUtm) {\n\t\t\t\tATTR_KEYS.forEach(function(k){\n\t\t\t\t\tvar v = url.searchParams.get(k);\n\t\t\t\t\tif (v) localStorage.setItem(LS_PREFIX + k, JSON.stringify({v:v, t:Date.now()}));\n\t\t\t\t\telse   localStorage.removeItem(LS_PREFIX + k);\n\t\t\t\t});\n\t\t\t}\n\t\t\tATTR_KEYS.forEach(function(k){ fillHidden(k, getStoredAttr(k)); });\n\t\t\tif (!sessionStorage.getItem('ax_landing_page')) {\n\t\t\t\tsessionStorage.setItem('ax_landing_page', location.pathname + (location.search || ''));\n\t\t\t}\n\t\t\tif (!sessionStorage.getItem('ax_referrer')) {\n\t\t\t\tsessionStorage.setItem('ax_referrer', document.referrer || '(direct)');\n\t\t\t}\n\t\t\tfillHidden('landing_page', sessionStorage.getItem('ax_landing_page'));\n\t\t\tfillHidden('ax_referrer',  sessionStorage.getItem('ax_referrer'));\n\t\t} catch(e){}\n\n\t\t\/\/ Safety net \u2014 refill at submit time (capture phase, runs before CF7 handler)\n\t\tdocument.addEventListener('submit', function(e){\n\t\t\tvar f = e.target;\n\t\t\tif (!f || !f.matches || !f.matches('form.wpcf7-form')) return;\n\t\t\ttry {\n\t\t\t\tATTR_KEYS.forEach(function(k){ fillHidden(k, getStoredAttr(k), f); });\n\t\t\t\tfillHidden('landing_page', sessionStorage.getItem('ax_landing_page') || (location.pathname + (location.search || '')), f);\n\t\t\t\tfillHidden('ax_referrer',  sessionStorage.getItem('ax_referrer')  || (document.referrer || '(direct)'), f);\n\t\t\t} catch(e){}\n\t\t}, true);\n\t})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":16,"featured_media":7999,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"rank_math_title":"SolBox, Warmwasser aus Photovoltaik ohne Stromrechnung","rank_math_description":"SolBox von Axinar macht aus Photovoltaikmodulen Warmwasser. Ohne Rohrleitungen, ohne Genehmigung, ohne Wartung. Kostenlose Einsch\u00e4tzung in 24 Stunden.","footnotes":""},"class_list":["post-9003","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/pages\/9003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/comments?post=9003"}],"version-history":[{"count":0,"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/pages\/9003\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/media\/7999"}],"wp:attachment":[{"href":"https:\/\/axinar.com\/de\/wp-json\/wp\/v2\/media?parent=9003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}