<!-- WordPress/Yoast: Kein , keine , kein canonical --> <style> /* ============================================================ LP Inselanlage ohne Speicher – Alle Selektoren mit .lp-ios Prefix Verhindert Konflikte mit WoodMart Theme ============================================================ */ /* === RESET & BASE === */ .lp-ios * { margin: 0; padding: 0; box-sizing: border-box; } .lp-ios { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; color: #1a1a2e; line-height: 1.7; overflow-x: hidden; } .lp-ios img { max-width: 100%; height: auto; } .lp-ios a { text-decoration: none; color: inherit; } /* === CONTAINER === */ .ios-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } /* === HERO SECTION === */ .ios-hero { background: linear-gradient(135deg, #0a1628 0%, #152238 40%, #1a3050 100%); padding: 80px 0 70px; position: relative; overflow: hidden; } .ios-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .ios-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #f5a623, #e8941a, #f5a623); } .ios-hero-inner { display: flex; align-items: center; gap: 60px; position: relative; z-index: 2; } .ios-hero-text { flex: 1; } .ios-hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; } .ios-badge { background: rgba(245,166,35,0.15); border: 1px solid rgba(245,166,35,0.35); color: #f5a623; padding: 6px 16px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.3px; } .ios-hero-text .ios-hero-title { font-size: 2.6rem; font-weight: 800; color: #ffffff; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.5px; } .ios-hero-text .ios-hero-title .ios-highlight { color: #f5a623; } .ios-hero-text .ios-hero-sub { font-size: 1.15rem; color: #b0c4de; margin-bottom: 32px; max-width: 560px; line-height: 1.75; } .ios-hero-visual { flex: 0 0 380px; position: relative; } .ios-hero-icon-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 50px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px); } .ios-hero-icon-box svg { width: 260px; height: 200px; } /* === CTA BUTTONS === */ .ios-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 12px; font-weight: 700; font-size: 1rem; transition: all 0.3s ease; cursor: pointer; border: none; } .ios-btn-primary { background: linear-gradient(135deg, #f5a623, #e8941a); color: #fff; box-shadow: 0 4px 20px rgba(245,166,35,0.3); } .ios-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(245,166,35,0.4); } .ios-btn-outline { background: transparent; color: #f5a623; border: 2px solid rgba(245,166,35,0.4); } .ios-btn-outline:hover { background: rgba(245,166,35,0.1); border-color: #f5a623; } .ios-btn-white { background: #fff; color: #1a1a2e; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .ios-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); } .ios-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; } /* === USP BAR === */ .ios-usp-bar { background: #fff; border-bottom: 1px solid #e8ecf1; padding: 20px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.04); } .ios-usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .ios-usp-item { display: flex; align-items: center; gap: 14px; padding: 10px; } .ios-usp-icon { width: 44px; height: 44px; background: linear-gradient(135deg, rgba(245,166,35,0.12), rgba(245,166,35,0.05)); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .ios-usp-icon svg { width: 22px; height: 22px; fill: #f5a623; } .ios-usp-text .ios-usp-label { font-weight: 700; font-size: 0.95rem; color: #1a1a2e; } .ios-usp-text .ios-usp-desc { font-size: 0.82rem; color: #6b7280; } /* === SECTIONS === */ .ios-section { padding: 80px 0; } .ios-section-alt { background: #f8f9fb; } .ios-section-dark { background: linear-gradient(135deg, #0a1628, #152238); color: #fff; } .ios-section-title { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 16px; color: #1a1a2e; letter-spacing: -0.3px; } .ios-section-dark .ios-section-title { color: #fff; } .ios-section-subtitle { text-align: center; color: #6b7280; font-size: 1.1rem; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; } .ios-section-dark .ios-section-subtitle { color: #b0c4de; } /* === FUNKTIONSPRINZIP === */ .ios-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; } .ios-flow-card { background: #fff; border-radius: 20px; padding: 40px 30px; text-align: center; border: 1px solid #e8ecf1; transition: all 0.3s ease; position: relative; } .ios-flow-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); border-color: rgba(245,166,35,0.3); } .ios-flow-num { width: 52px; height: 52px; background: linear-gradient(135deg, #f5a623, #e8941a); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: #fff; margin: 0 auto 20px; } .ios-flow-card .ios-flow-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: #1a1a2e; } .ios-flow-card .ios-flow-desc { font-size: 0.95rem; color: #6b7280; line-height: 1.7; } .ios-flow-arrow { display: none; } /* === KOMPONENTEN === */ .ios-comp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; } .ios-comp-card { background: #fff; border-radius: 20px; padding: 35px; border: 1px solid #e8ecf1; display: flex; gap: 24px; align-items: flex-start; transition: all 0.3s ease; } .ios-comp-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.06); border-color: rgba(245,166,35,0.25); } .ios-comp-icon { width: 60px; height: 60px; background: linear-gradient(135deg, rgba(245,166,35,0.15), rgba(245,166,35,0.05)); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .ios-comp-icon svg { width: 30px; height: 30px; fill: #f5a623; } .ios-comp-info .ios-comp-title { font-size: 1.15rem; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; } .ios-comp-info .ios-comp-desc { font-size: 0.92rem; color: #6b7280; line-height: 1.7; } .ios-comp-info .ios-comp-spec { display: inline-block; background: rgba(245,166,35,0.1); color: #d4891a; padding: 3px 12px; border-radius: 6px; font-size: 0.8rem; font-weight: 600; margin-top: 10px; } /* === VORTEILE & GRENZEN === */ .ios-vg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; } .ios-vg-col .ios-vg-heading { font-size: 1.35rem; font-weight: 700; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; } .ios-vg-col .ios-vg-heading svg { width: 28px; height: 28px; } .ios-vg-list { list-style: none; } .ios-vg-list li { padding: 14px 0; border-bottom: 1px solid #e8ecf1; display: flex; gap: 14px; align-items: flex-start; font-size: 0.95rem; color: #374151; } .ios-vg-list li:last-child { border-bottom: none; } .ios-vg-list li svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; } .ios-vg-pro svg { fill: #22c55e; } .ios-vg-con svg { fill: #f59e0b; } /* === EINSATZGEBIETE === */ .ios-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .ios-use-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 30px; text-align: center; transition: all 0.3s ease; } .ios-use-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(245,166,35,0.3); transform: translateY(-3px); } .ios-use-icon { width: 56px; height: 56px; background: rgba(245,166,35,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; } .ios-use-icon svg { width: 28px; height: 28px; fill: #f5a623; } .ios-use-card .ios-use-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #fff; } .ios-use-card .ios-use-desc { font-size: 0.88rem; color: #b0c4de; line-height: 1.6; } /* === DIMENSIONIERUNGSTABELLE === */ .ios-table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid #e8ecf1; background: #fff; } .ios-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; } .ios-table thead { background: linear-gradient(135deg, #0a1628, #152238); } .ios-table thead th { padding: 16px 20px; color: #fff; font-weight: 700; text-align: left; white-space: nowrap; font-size: 0.88rem; } .ios-table tbody tr { border-bottom: 1px solid #f0f2f5; transition: background 0.2s; } .ios-table tbody tr:hover { background: rgba(245,166,35,0.04); } .ios-table tbody td { padding: 14px 20px; color: #374151; } .ios-table tbody tr:last-child { border-bottom: none; } .ios-table .ios-table-highlight { font-weight: 700; color: #1a1a2e; } /* === PRODUKTE WOOCOMMERCE === */ .ios-products-section { padding: 80px 0; background: #f8f9fb; } .ios-product-shortcode-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 24px; } .ios-product-shortcode-wrapper .products { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; } .ios-product-shortcode-wrapper .products li.product { border-radius: 16px !important; border: 1px solid #e8ecf1 !important; background: #fff !important; overflow: hidden !important; transition: all 0.3s ease !important; } .ios-product-shortcode-wrapper .products li.product:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important; transform: translateY(-3px) !important; } .ios-product-note { text-align: center; margin-top: 30px; } /* === FAQ === */ .ios-faq-list { max-width: 860px; margin: 0 auto; } .ios-faq-item { background: #fff; border: 1px solid #e8ecf1; border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; } .ios-faq-item:hover { border-color: rgba(245,166,35,0.3); } .ios-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; background: none; border: none; cursor: pointer; font-size: 1.02rem; font-weight: 600; color: #1a1a2e; text-align: left; line-height: 1.5; font-family: inherit; } .ios-faq-q:hover { color: #f5a623; } .ios-faq-icon { width: 32px; height: 32px; background: rgba(245,166,35,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: 16px; transition: all 0.3s ease; } .ios-faq-icon svg { width: 16px; height: 16px; fill: #f5a623; transition: transform 0.3s ease; } .ios-faq-item.ios-active .ios-faq-icon { background: #f5a623; } .ios-faq-item.ios-active .ios-faq-icon svg { fill: #fff; transform: rotate(180deg); } .ios-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; } .ios-faq-item.ios-active .ios-faq-a { max-height: 500px; } .ios-faq-a-inner { padding: 0 24px 20px; font-size: 0.95rem; color: #6b7280; line-height: 1.75; } /* === CTA SECTION === */ .ios-cta-section { background: linear-gradient(135deg, #0a1628 0%, #152238 100%); padding: 70px 0; text-align: center; position: relative; overflow: hidden; } .ios-cta-section::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(245,166,35,0.08) 0%, transparent 60%); border-radius: 50%; } .ios-cta-section .ios-cta-title { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 16px; position: relative; z-index: 2; } .ios-cta-section .ios-cta-sub { font-size: 1.1rem; color: #b0c4de; margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; } .ios-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; } .ios-cta-contact { display: flex; gap: 40px; justify-content: center; margin-top: 40px; position: relative; z-index: 2; flex-wrap: wrap; } .ios-cta-contact-item { color: #b0c4de; font-size: 0.92rem; display: flex; align-items: center; gap: 8px; } .ios-cta-contact-item svg { width: 18px; height: 18px; fill: #f5a623; } /* === SEO CONTENT === */ .ios-seo-content { padding: 70px 0; background: #fff; } .ios-seo-inner { max-width: 860px; margin: 0 auto; padding: 0 24px; } .ios-seo-inner .ios-seo-h2 { font-size: 1.5rem; font-weight: 700; color: #1a1a2e; margin-bottom: 16px; margin-top: 40px; } .ios-seo-inner .ios-seo-h2:first-child { margin-top: 0; } .ios-seo-inner p { color: #4b5563; font-size: 0.98rem; line-height: 1.8; margin-bottom: 16px; } /* === RESPONSIVE === */ @media (max-width: 1024px) { .ios-hero-inner { flex-direction: column; text-align: center; } .ios-hero-badges { justify-content: center; } .ios-hero-text .ios-hero-sub { margin-left: auto; margin-right: auto; } .ios-hero-btns { justify-content: center; } .ios-hero-visual { flex: none; width: 100%; max-width: 340px; } .ios-flow-grid { grid-template-columns: 1fr; gap: 20px; } .ios-comp-grid { grid-template-columns: 1fr; } .ios-vg-grid { grid-template-columns: 1fr; } .ios-use-grid { grid-template-columns: repeat(2, 1fr); } .ios-product-shortcode-wrapper .products { grid-template-columns: repeat(2, 1fr) !important; } } @media (max-width: 640px) { .ios-hero { padding: 50px 0 45px; } .ios-hero-text .ios-hero-title { font-size: 1.8rem; } .ios-usp-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .ios-section { padding: 50px 0; } .ios-section-title { font-size: 1.5rem; } .ios-use-grid { grid-template-columns: 1fr; } .ios-product-shortcode-wrapper .products { grid-template-columns: 1fr !important; } .ios-cta-contact { flex-direction: column; gap: 16px; align-items: center; } .ios-comp-card { flex-direction: column; text-align: center; } .ios-comp-icon { margin: 0 auto; } } </style> <div class="lp-ios"> <!-- ==================== HERO ==================== --> <section class="ios-hero"> <div class="ios-container ios-hero-inner"> <div class="ios-hero-text"> <div class="ios-hero-badges"> <span class="ios-badge">Netzunabhängig</span> <span class="ios-badge">Ohne Speicher</span> <span class="ios-badge">Keine Anmeldung nötig</span> <span class="ios-badge">0 % MwSt.</span> </div> <p class="ios-hero-title"> PV <strong>Inselanlage</strong> <span class="ios-highlight">ohne Speicher</span> für Direktverbrauch </p> <p class="ios-hero-sub"> Erzeugen Sie Solarstrom genau dort, wo Sie ihn brauchen – vollständig netzunabhängig und ohne Batteriespeicher. Ideal für Gartenhäuser, Werkstätten, Bewässerung und landwirtschaftliche Anwendungen. </p> <div class="ios-hero-btns"> <a href="https://pvundso.de/product-category/pv-anlagen/ohne-speicher/" class="ios-btn ios-btn-primary"> <svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z" /></svg> Produkte ansehen </a> <a href="https://pvundso.de/kontakt/" class="ios-btn ios-btn-outline"> Beratung anfragen </a> </div> </div> <div class="ios-hero-visual"> <div class="ios-hero-icon-box"> <svg viewBox="0 0 260 200" fill="none" xmlns="http://www.w3.org/2000/svg"> <!-- Sonne --> <circle cx="65" cy="40" r="22" fill="#f5a623" opacity="0.9" /> <g stroke="#f5a623" stroke-width="2.5" opacity="0.5"> <line x1="65" y1="8" x2="65" y2="0" /> <line x1="65" y1="72" x2="65" y2="80" /> <line x1="33" y1="40" x2="25" y2="40" /> <line x1="97" y1="40" x2="105" y2="40" /> <line x1="42" y1="17" x2="36" y2="11" /> <line x1="88" y1="63" x2="94" y2="69" /> <line x1="42" y1="63" x2="36" y2="69" /> <line x1="88" y1="17" x2="94" y2="11" /> </g> <!-- Solarmodul --> <rect x="30" y="90" width="80" height="55" rx="4" fill="#1e3a5f" stroke="#3b6ea5" stroke-width="1.5" /> <line x1="50" y1="90" x2="50" y2="145" stroke="#3b6ea5" stroke-width="0.8" /> <line x1="70" y1="90" x2="70" y2="145" stroke="#3b6ea5" stroke-width="0.8" /> <line x1="90" y1="90" x2="90" y2="145" stroke="#3b6ea5" stroke-width="0.8" /> <line x1="30" y1="108" x2="110" y2="108" stroke="#3b6ea5" stroke-width="0.8" /> <line x1="30" y1="126" x2="110" y2="126" stroke="#3b6ea5" stroke-width="0.8" /> <!-- Sonnenstrahlen zum Modul --> <line x1="65" y1="62" x2="55" y2="88" stroke="#f5a623" stroke-width="1.5" opacity="0.6" /> <line x1="65" y1="62" x2="70" y2="88" stroke="#f5a623" stroke-width="1.5" opacity="0.6" /> <line x1="65" y1="62" x2="85" y2="88" stroke="#f5a623" stroke-width="1.5" opacity="0.6" /> <!-- Pfeil Modul → WR --> <path d="M112 118 L140 118" stroke="#f5a623" stroke-width="2" /> <!-- Wechselrichter --> <rect x="142" y="100" width="40" height="36" rx="6" fill="#1a2744" stroke="#f5a623" stroke-width="1.5" /> DC → AC <!-- Pfeil WR → Verbraucher --> <path d="M184 118 L210 118" stroke="#f5a623" stroke-width="2" /> <!-- Verbraucher (Steckdose) --> <rect x="212" y="102" width="32" height="32" rx="6" fill="rgba(245,166,35,0.15)" stroke="#f5a623" stroke-width="1.5" /> <circle cx="222" cy="118" r="3" fill="#f5a623" /> <circle cx="234" cy="118" r="3" fill="#f5a623" /> <path d="M228 122 L228 128" stroke="#f5a623" stroke-width="2" /> <!-- Label --> Solarmodule Wechselrichter 230V <defs> <path d="M0 0 L8 4 L0 8 Z" fill="#f5a623" /> </defs> </svg> </div> </div> </div> </section> <!-- ==================== USP BAR ==================== --> <section class="ios-usp-bar"> <div class="ios-container"> <div class="ios-usp-grid"> <div class="ios-usp-item"> <div class="ios-usp-icon"> <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" /></svg> </div> <div class="ios-usp-text"> <div class="ios-usp-label">0 % Mehrwertsteuer</div> <div class="ios-usp-desc">Auf alle PV-Komponenten</div> </div> </div> <div class="ios-usp-item"> <div class="ios-usp-icon"> <svg viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z" /></svg> </div> <div class="ios-usp-text"> <div class="ios-usp-label">Kostenloser Versand</div> <div class="ios-usp-desc">Ab 100 € Bestellwert</div> </div> </div> <div class="ios-usp-item"> <div class="ios-usp-icon"> <svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" /></svg> </div> <div class="ios-usp-text"> <div class="ios-usp-label">4,97 / 5 Sterne</div> <div class="ios-usp-desc">Über 2.900 Bewertungen</div> </div> </div> <div class="ios-usp-item"> <div class="ios-usp-icon"> <svg viewBox="0 0 24 24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z" /></svg> </div> <div class="ios-usp-text"> <div class="ios-usp-label">Fachberatung</div> <div class="ios-usp-desc">Durch Elektrotechniker</div> </div> </div> </div> </div> </section> <!-- ==================== FUNKTIONSPRINZIP ==================== --> <section class="ios-section"> <div class="ios-container"> <p class="ios-section-title">In 3 Schritten zum eigenen Solarstrom</p> <p class="ios-section-subtitle"> Kein Netz, kein Speicher, kein Papierkram – so simpel ist das Prinzip einer Off-Grid-Anlage. </p> <div class="ios-flow-grid"> <div class="ios-flow-card"> <div class="ios-flow-num">1</div> <p class="ios-flow-title">Komplettset wählen</p> <p class="ios-flow-desc">Wählen Sie ein vorkonfiguriertes System passend zu Ihrem Standort und Ihren Verbrauchern – oder lassen Sie sich individuell beraten.</p> </div> <div class="ios-flow-card"> <div class="ios-flow-num">2</div> <p class="ios-flow-title">Aufbauen & verkabeln</p> <p class="ios-flow-desc">Module aufstellen, MC4-Stecker verbinden, Wechselrichter anschließen. Ohne Elektriker-Pflicht, ohne Netzanmeldung.</p> </div> <div class="ios-flow-card"> <div class="ios-flow-num">3</div> <p class="ios-flow-title">Geräte einstecken</p> <p class="ios-flow-desc">Sobald die Sonne scheint, steht Ihnen 230V Wechselstrom zur Verfügung – für Werkzeuge, Pumpen, Beleuchtung und mehr.</p> </div> </div> </div> </section> <!-- ==================== KOMPONENTEN ==================== --> <section class="ios-section ios-section-alt"> <div class="ios-container"> <p class="ios-section-title">Was steckt in unseren Komplettsets?</p> <p class="ios-section-subtitle"> Jedes System wird von uns als Elektrotechniker zusammengestellt – hier sehen Sie die vier Kernbereiche auf einen Blick. </p> <div class="ios-comp-grid"> <div class="ios-comp-card"> <div class="ios-comp-icon"> <svg viewBox="0 0 24 24"><path d="M3.55 18.54l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8zM11 22.45h2V19.5h-2v2.95zM4 10.5H1v2h3v-2zm9-9.95h-2v3h2v-3zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z" /></svg> </div> <div class="ios-comp-info"> <p class="ios-comp-title">Stromerzeugung</p> <p class="ios-comp-desc">Glas-Glas-Module von JA Solar mit beidseitiger Lichtaufnahme. Schwarzer Rahmen fügt sich optisch in jede Umgebung ein – auch auf Gartenhäusern oder Carports.</p> <span class="ios-comp-spec">25 + 30 Jahre Garantie vom Hersteller</span> </div> </div> <div class="ios-comp-card"> <div class="ios-comp-icon"> <svg viewBox="0 0 24 24"><path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z" /></svg> </div> <div class="ios-comp-info"> <p class="ios-comp-title">Stromumwandlung</p> <p class="ios-comp-desc">Einphasige Wechselrichter mit integriertem DC-Trennschalter. Leistung und Ertrag lassen sich per Smartphone-App in Echtzeit überwachen.</p> <span class="ios-comp-spec">WLAN-Monitoring · Kostenlose App</span> </div> </div> <div class="ios-comp-card"> <div class="ios-comp-icon"> <svg viewBox="0 0 24 24"><path d="M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z" /></svg> </div> <div class="ios-comp-info"> <p class="ios-comp-title">Systemschutz</p> <p class="ios-comp-desc">Optionale Typ-2-Ableiter auf DIN-Hutschiene schützen bei Gewittern und induktiven Lasten. Besonders sinnvoll bei exponierten Aufstellorten.</p> <span class="ios-comp-spec">VDE-konform · Schnellmontage</span> </div> </div> <div class="ios-comp-card"> <div class="ios-comp-icon"> <svg viewBox="0 0 24 24"><path d="M20 6H16V4C16 2.89 15.11 2 14 2H10C8.89 2 8 2.89 8 4V6H4C2.89 6 2 6.89 2 8V19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V8C22 6.89 21.11 6 20 6ZM10 4H14V6H10V4ZM20 19H4V8H20V19Z" /></svg> </div> <div class="ios-comp-info"> <p class="ios-comp-title">Verbindungstechnik</p> <p class="ios-comp-desc">Fertig konfektionierte Solarkabel in verschiedenen Längen mit wetterfesten Steckverbindern. Werkzeuglose Montage durch Click-Verriegelung.</p> <span class="ios-comp-spec">Sofort steckfertig · Verschiedene Längen</span> </div> </div> </div> </div> </section> <!-- ==================== PRODUKTE (WooCommerce Shortcodes) ==================== --> <section class="ios-products-section"> <div class="ios-container"> <p class="ios-section-title">PV Anlagen ohne Speicher – Komplettsets</p> <p class="ios-section-subtitle"> Sofort einsatzbereit: Solarmodule und Wechselrichter als aufeinander abgestimmtes Komplettpaket. </p> </div> <div class="ios-product-shortcode-wrapper"> <!-- WooCommerce Shortcode: PV Anlagen ohne Speicher --> <!-- Optionen: category, ids, tag, search, columns, limit, orderby --> <div class="woocommerce columns-3 "><div class="wd-products-element"> <div class="wd-sticky-loader wd-content-loader"><span class="wd-loader"></span></div> <div class="products wd-products wd-grid-g grid-columns-3 elements-grid pagination-pagination wd-stretch-cont-lg" data-source="main_loop" data-min_price="" data-max_price="" data-columns="3" style="--wd-col-lg:3;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:30px;--wd-gap-sm:10px"> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-18541 status-publish instock product_cat-min-2500w product_cat-pv-anlagen product_cat-ohne-speicher product_tag-3000w-photovoltaik product_tag-3kw-solaranlage product_tag-445w-solarmodule product_tag-balkonkraftwerk product_tag-ja-solar-module product_tag-photovoltaik-komplettset product_tag-pv-anlage product_tag-pv-komplettsystem product_tag-s6-gr1p3k-m product_tag-solaranlage-mit-wlan product_tag-solis-wechselrichter has-post-thumbnail taxable shipping-taxable purchasable product-type-composite" data-loop="1" data-id="18541"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/3000w-solaranlage-photovoltaik/" class="product-image-link" aria-label="3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick & 8 x 445W+ Marken-Solarmodule"> <img fetchpriority="high" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2024/02/3000w-solaranlage-3kw-solis-wechselrichter-inkl.-wlan-stick-8x445w-ja-solarmodule-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3000w Solaranlage 3kw Solis Wechselrichter Inkl. Wlan Stick 8x445w Ja Solarmodule Titelbild" /> </a> <div class="hover-img"> <img decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2024/02/3000W-PVAnlage-Solaranlage-Photovoltaik-2-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/3000w-solaranlage-photovoltaik/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_18541" data-quantity="1" class="button product_type_composite add_to_cart_button add-to-cart-loop" data-product_id="18541" data-product_sku="PV204" aria-label="Lese mehr über „3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick & 8 x 445W+ Marken-Solarmodule“" rel="nofollow"><span>Ausführung wählen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_18541" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/3000w-solaranlage-photovoltaik/">3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick & 8 x 445W+ Marken-Solarmodule</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">989<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-5-8-werktagen"> <small> <span>Lieferzeit: bis zu 5-8 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[18541] = {"id":"18541","sku":"PV204","price":989,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"18541","sku":"PV204","gpf":"woocommerce_gpf_18541","gla":"gla_18541"},"is_variable":false,"type":"composite","name":"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick & 8 x 445W+ Marken-Solarmodule","category":["> 2500W","PV Anlagen","PV Anlagen ohne Speicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[18541]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-with-labels wd-hover-tiled wd-col product-grid-item product type-product post-18352 status-publish last outofstock product_cat-min-2500w product_cat-pv-anlagen product_cat-ohne-speicher product_tag-3-3kw-solaranlage product_tag-3300w-photovoltaik product_tag-445w-solarmodule product_tag-balkonkraftwerk product_tag-ja-solar-module product_tag-photovoltaik-komplettset product_tag-pv-anlage product_tag-pv-komplettsystem product_tag-sofar-3300tl-g3 product_tag-sofar-wechselrichter product_tag-solaranlage-mit-wlan has-post-thumbnail taxable shipping-taxable purchasable product-type-composite flavorsubst-out-of-stock flavorsubst-dimmed" data-loop="2" data-id="18352"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/3300w-solaranlage-photovoltaik/" class="product-image-link" aria-label="3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan & 8 x 445W+ Marken-Solarmodule"> <span class="flavorsubst-badge flavorsubst-badge-overlay">Ausverkauft</span><div class="product-labels labels-rounded"><span class="out-of-stock product-label">Ausverkauft</span></div><img decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2024/01/3300w-solaranlage-33kw-sofar-wechselrichter-mit-wlan-8-x-445w-ja-solarmodule-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3300w Solaranlage 3,3kw Sofar Wechselrichter Mit Wlan 8 X 445w Ja Solarmodule Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2024/01/3300W-PVAnlage-Solaranlage-Photovoltaik-2-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/3300w-solaranlage-photovoltaik/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_18352" data-quantity="1" class="button product_type_composite add-to-cart-loop" data-product_id="18352" data-product_sku="" aria-label="Lese mehr über „3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan & 8 x 445W+ Marken-Solarmodule“" rel="nofollow"><span>Weiterlesen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_18352" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/3300w-solaranlage-photovoltaik/">3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan & 8 x 445W+ Marken-Solarmodule</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">999<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[18352] = {"id":"18352","sku":"","price":999,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"18352","sku":18352,"gpf":"woocommerce_gpf_18352","gla":"gla_18352"},"is_variable":false,"type":"composite","name":"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan & 8 x 445W+ Marken-Solarmodule","category":["> 2500W","PV Anlagen","PV Anlagen ohne Speicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[18352]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-24371 status-publish first instock product_cat-min-2500w product_cat-pv-anlagen product_cat-ohne-speicher product_tag-500w-solarmodule product_tag-balkonkraftwerk product_tag-bifaziale-module product_tag-full-black-solaranlage product_tag-ja-solar-module product_tag-photovoltaik-komplettset product_tag-pv-anlage product_tag-s6-gr1p3k-m product_tag-solaranlage-3000w product_tag-solaranlage-mit-speicher product_tag-solis-wechselrichter has-post-thumbnail taxable shipping-taxable purchasable product-type-composite" data-loop="3" data-id="24371"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/3000w-solaranlage-6x-500w-solarmodule/" class="product-image-link" aria-label="3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 6x 500W JA Solar Module"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/05/3000w-solaranlage-solis-wechselrichter-6x-500w-ja-solarmodule-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3000w Solaranlage Solis Wechselrichter 6x 500w Ja Solarmodule Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/05/3000W-PV-Anlage-500W-Solarmodule-003-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/3000w-solaranlage-6x-500w-solarmodule/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_24371" data-quantity="1" class="button product_type_composite add_to_cart_button add-to-cart-loop" data-product_id="24371" data-product_sku="PV215" aria-label="Lese mehr über „3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 6x 500W JA Solar Module“" rel="nofollow"><span>Ausführung wählen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_24371" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/3000w-solaranlage-6x-500w-solarmodule/">3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 6x 500W JA Solar Module</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">989<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-5-8-werktagen"> <small> <span>Lieferzeit: bis zu 5-8 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[24371] = {"id":"24371","sku":"PV215","price":989,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"24371","sku":"PV215","gpf":"woocommerce_gpf_24371","gla":"gla_24371"},"is_variable":false,"type":"composite","name":"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 6x 500W JA Solar Module","category":["> 2500W","PV Anlagen","PV Anlagen ohne Speicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[24371]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-30592 status-publish instock product_cat-min-2500w product_cat-pv-anlagen product_cat-ohne-speicher product_tag-10-kw-solaranlage-komplettset product_tag-24-module-pv-anlage product_tag-bifaziale-solarmodule product_tag-ja-solar-450-w-module product_tag-photovoltaik-mit-wlan-monitoring product_tag-pv-system-fuer-eigenverbrauch product_tag-solarenergie-dachanlage product_tag-solarsystem-mit-hoher-effizienz product_tag-solis-s5-gr3p10k-10-kw-wechselrichter product_tag-string-wechselrichter-3-phasig has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="4" data-id="30592"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/10kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-24x-450w-ja-solar-module/" class="product-image-link" aria-label="10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 24x 445W+ Marken-Solarmodule"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/12/10kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-24x450w-ja-solar-module-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="10kw Solaranlage Solis Wechselrichter Inkl Wlan Stick 24x450w Ja Solar Module Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/12/10kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-24x450w-ja-solar-module-titelbild2-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="10kw Solaranlage Solis Wechselrichter Inkl Wlan Stick 24x450w Ja Solar Module Titelbild2" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/10kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-24x-450w-ja-solar-module/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_30592" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="30592" data-product_sku="" aria-label="Wähle Optionen für „10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 24x 445W+ Marken-Solarmodule“" rel="nofollow"><span>Ausführung wählen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_30592" class="screen-reader-text"> Dieses Produkt weist mehrere Varianten auf. Die Optionen können auf der Produktseite gewählt werden </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/10kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-24x-450w-ja-solar-module/">10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 24x 445W+ Marken-Solarmodule</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount" aria-hidden="true">2.799<span class="woocommerce-Price-currencySymbol">€</span></span> <span aria-hidden="true"> – </span> <span class="woocommerce-Price-amount amount" aria-hidden="true">4.479<span class="woocommerce-Price-currencySymbol">€</span></span><span class="screen-reader-text">Preisspanne: 2.799€ bis 4.479€</span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-5-8-werktagen"> <small> <span>Lieferzeit: bis zu 5-8 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[30592] = {"id":"30592","sku":"","price":2799,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"30592","sku":30592,"gpf":"woocommerce_gpf_30592","gla":"gla_30592"},"is_variable":true,"type":"variable","name":"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 24x 445W+ Marken-Solarmodule","category":["> 2500W","PV Anlagen","PV Anlagen ohne Speicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[30592]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-30568 status-publish last instock product_cat-min-2500w product_cat-pv-anlagen product_cat-ohne-speicher product_tag-20-module-pv-system product_tag-3-phasiger-stringwechselrichter product_tag-8-kw-solaranlage-komplettset product_tag-bifaziale-solarmodule-450-w product_tag-ja-solar-450-w-module product_tag-photovoltaik-dachanlage product_tag-photovoltaik-mit-wlan-monitoring product_tag-pv-anlage-eigenverbrauch product_tag-solarstrom-anlage product_tag-solis-s5-gr3p8k-8-kw-wechselrichter has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="5" data-id="30568"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/8kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-20x-450w-ja-solar-module/" class="product-image-link" aria-label="8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 20x 445W+ Marken- Solarmodule"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/12/8000w-solaranlage-solis-wechselrichter-inkl-wlan-stick-20x450w-ja-solar-module-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="8000w Solaranlage Solis Wechselrichter Inkl Wlan Stick 20x450w Ja Solar Module Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/12/8000w-solaranlage-solis-wechselrichter-inkl-wlan-stick-20x450w-ja-solar-module-titelbild2-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="8000w Solaranlage Solis Wechselrichter Inkl Wlan Stick 20x450w Ja Solar Module Titelbild2" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/8kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-20x-450w-ja-solar-module/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_30568" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="30568" data-product_sku="" aria-label="Wähle Optionen für „8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 20x 445W+ Marken- Solarmodule“" rel="nofollow"><span>Ausführung wählen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_30568" class="screen-reader-text"> Dieses Produkt weist mehrere Varianten auf. Die Optionen können auf der Produktseite gewählt werden </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/8kw-solaranlage-solis-wechselrichter-inkl-wlan-stick-20x-450w-ja-solar-module/">8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 20x 445W+ Marken- Solarmodule</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount" aria-hidden="true">2.399<span class="woocommerce-Price-currencySymbol">€</span></span> <span aria-hidden="true"> – </span> <span class="woocommerce-Price-amount amount" aria-hidden="true">3.799<span class="woocommerce-Price-currencySymbol">€</span></span><span class="screen-reader-text">Preisspanne: 2.399€ bis 3.799€</span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-5-8-werktagen"> <small> <span>Lieferzeit: bis zu 5-8 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[30568] = {"id":"30568","sku":"","price":2399,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"30568","sku":30568,"gpf":"woocommerce_gpf_30568","gla":"gla_30568"},"is_variable":true,"type":"variable","name":"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick & 20x 445W+ Marken- Solarmodule","category":["> 2500W","PV Anlagen","PV Anlagen ohne Speicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[30568]['position'] = window.pmw_product_position++; </div> </div> </div> </div> </div></div> </div> <div class="ios-container" style="margin-top:50px"> <p class="ios-section-title">Einzelkomponenten für Ihre <strong>Insellösung</strong></p> <p class="ios-section-subtitle"> Sie planen individuell? Stellen Sie Ihre Photovoltaik <strong>Insellösung</strong> aus hochwertigen Einzelkomponenten zusammen. </p> </div> <div class="ios-product-shortcode-wrapper" style="margin-top:30px"> <!-- WooCommerce Shortcode: String-Wechselrichter --> <div class="woocommerce columns-3 "><div class="wd-products-element"> <div class="wd-sticky-loader wd-content-loader"><span class="wd-loader"></span></div> <div class="products wd-products wd-grid-g grid-columns-3 elements-grid pagination-pagination wd-stretch-cont-lg" data-source="main_loop" data-min_price="" data-max_price="" data-columns="3" style="--wd-col-lg:3;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:30px;--wd-gap-sm:10px"> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-16470 status-publish first instock product_cat-sale product_cat-wechselrichter-string product_cat-stromspeicher product_tag-1-phasen-meter product_tag-3kw-wechselrichter product_tag-5g-rai product_tag-ac-gekoppelt product_tag-batteriewechselrichter product_tag-mini-solaranlage product_tag-nachruest-wechselrichter product_tag-photovoltaik-wechselrichter product_tag-pv-batteriewechselrichter product_tag-sofar product_tag-solis product_tag-solis-batteriewechselrichter product_tag-solis-wechselrichter product_tag-speicher-wechselrichter product_tag-stringwechselrichter product_tag-wechselrichter has-post-thumbnail taxable shipping-taxable purchasable product-type-composite" data-loop="6" data-id="16470"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/solis-3-0kw-5g-rai-batteriewechselrichter-ac-inkl-3ph-meter/" class="product-image-link" aria-label="Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2023/08/solis-3.0kw-5g-rai-batteriewechselrichter-ac-inklusive-3ph-meter-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Solis 3.0kw 5g Rai Batteriewechselrichter Ac Inklusive 3ph Meter Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2023/08/Solis-3.0kW-5G-RAI-Batteriewechselrichter-AC-inklusive-3ph-Meter-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/solis-3-0kw-5g-rai-batteriewechselrichter-ac-inkl-3ph-meter/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_16470" data-quantity="1" class="button product_type_composite add_to_cart_button add-to-cart-loop" data-product_id="16470" data-product_sku="" aria-label="Lese mehr über „Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)“" rel="nofollow"><span>Ausführung wählen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_16470" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/solis-3-0kw-5g-rai-batteriewechselrichter-ac-inkl-3ph-meter/">Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">599<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-10-werktagen"> <small> <span>Lieferzeit: bis zu 10 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[16470] = {"id":"16470","sku":"","price":599,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"16470","sku":16470,"gpf":"woocommerce_gpf_16470","gla":"gla_16470"},"is_variable":false,"type":"composite","name":"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)","category":["Sale","String-Wechselrichter","Stromspeicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[16470]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-with-labels wd-hover-tiled wd-col product-grid-item product type-product post-2967 status-publish outofstock product_cat-wechselrichter-string product_cat-stromspeicher product_tag-batteriespeicher product_tag-lademanager product_tag-pylontech product_tag-sofar product_tag-speicherloesung product_tag-wechselrichter has-post-thumbnail taxable shipping-taxable purchasable product-type-simple flavorsubst-out-of-stock flavorsubst-dimmed" data-loop="7" data-id="2967"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/sofar-me3000-lademanager-pv-speicher-mit-wlan/" class="product-image-link" aria-label="Sofar ME3000 Lademanager für PV Speicher mit Wlan"> <span class="flavorsubst-badge flavorsubst-badge-overlay">Ausverkauft</span><div class="product-labels labels-rounded"><span class="out-of-stock product-label">Ausverkauft</span></div><img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2021/01/sofar-solar-me3000-solar-inverter-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sofar Solar Me3000 Solar Inverter Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2021/01/ME3000-3-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sofar ME3000" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/sofar-me3000-lademanager-pv-speicher-mit-wlan/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_2967" data-quantity="1" class="button product_type_simple add-to-cart-loop" data-product_id="2967" data-product_sku="" aria-label="Lese mehr über „Sofar ME3000 Lademanager für PV Speicher mit Wlan“" rel="nofollow" data-success_message=""><span>Weiterlesen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_2967" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/sofar-me3000-lademanager-pv-speicher-mit-wlan/">Sofar ME3000 Lademanager für PV Speicher mit Wlan</a></p> <div class="star-rating" role="img" aria-label="Bewertet mit 5.00 von 5"> <span style="width:100%"> Bewertet mit <strong class="rating">5.00</strong> von 5 </span> </div> </a><p class="price"><span class="woocommerce-Price-amount amount">859<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[2967] = {"id":"2967","sku":"","price":859,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"2967","sku":2967,"gpf":"woocommerce_gpf_2967","gla":"gla_2967"},"is_variable":false,"type":"simple","name":"Sofar ME3000 Lademanager für PV Speicher mit Wlan","category":["String-Wechselrichter","Stromspeicher"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[2967]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-with-labels wd-hover-tiled wd-col product-grid-item product type-product post-2965 status-publish last outofstock product_cat-wechselrichter-string product_tag-mini-solaranlage product_tag-sofar product_tag-stringwechselrichter product_tag-wechselrichter has-post-thumbnail taxable shipping-taxable purchasable product-type-simple flavorsubst-out-of-stock flavorsubst-dimmed" data-loop="8" data-id="2965"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/3300tl-g3-sofar-solar-wechselrichter-mit-wlan/" class="product-image-link" aria-label="3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan"> <span class="flavorsubst-badge flavorsubst-badge-overlay">Ausverkauft</span><div class="product-labels labels-rounded"><span class="out-of-stock product-label">Ausverkauft</span></div><img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2021/01/3000tl-g3-sofar-solar-wechselrichter-mit-wlan-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3000tl G3 Sofar Solar Wechselrichter Mit Wlan Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2021/01/Sofar-3000TL-G3-001-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/3300tl-g3-sofar-solar-wechselrichter-mit-wlan/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_2965" data-quantity="1" class="button product_type_simple add-to-cart-loop" data-product_id="2965" data-product_sku="" aria-label="Lese mehr über „3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan“" rel="nofollow" data-success_message=""><span>Weiterlesen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_2965" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/3300tl-g3-sofar-solar-wechselrichter-mit-wlan/">3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">329<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[2965] = {"id":"2965","sku":"","price":329,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"2965","sku":2965,"gpf":"woocommerce_gpf_2965","gla":"gla_2965"},"is_variable":false,"type":"simple","name":"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan","category":["String-Wechselrichter"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[2965]['position'] = window.pmw_product_position++; </div> </div> </div> </div> </div></div> </div> <div class="ios-product-shortcode-wrapper" style="margin-top:24px"> <!-- WooCommerce Shortcode: Solarmodule --> <div class="woocommerce columns-3 "><div class="wd-products-element"> <div class="wd-sticky-loader wd-content-loader"><span class="wd-loader"></span></div> <div class="products wd-products wd-grid-g grid-columns-3 elements-grid pagination-pagination wd-stretch-cont-lg" data-source="main_loop" data-min_price="" data-max_price="" data-columns="3" style="--wd-col-lg:3;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:30px;--wd-gap-sm:10px"> <div class="wd-product wd-with-labels wd-hover-tiled wd-col product-grid-item product type-product post-21440 status-publish first outofstock product_cat-solarmodule product_tag-440w-solarmodul product_tag-bifaziales-solarmodul product_tag-full-black-modul product_tag-hochleistungs-solarmodul product_tag-ja-solar-modul product_tag-jam54d41 product_tag-jasolar-solarmodul product_tag-photovoltaik-modul product_tag-pv-modul product_tag-schwarzes-solarmodul product_tag-solarmodul product_tag-solarpannel has-post-thumbnail taxable shipping-taxable purchasable product-type-simple flavorsubst-out-of-stock flavorsubst-dimmed" data-loop="9" data-id="21440"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/solarmodul-jasolar-jam54d41-lb-440w-fullblack-bifazial/" class="product-image-link" aria-label="Solarmodul 440W Full Black bifazial – JASolar JAM54D41-LB"> <span class="flavorsubst-badge flavorsubst-badge-overlay">Ausverkauft</span><div class="product-labels labels-rounded"><span class="out-of-stock product-label">Ausverkauft</span></div><img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2024/10/solarmlodul-jasolar-jam54d41-lb-001-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Solarmlodul Jasolar Jam54d41 Lb 001 Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2024/10/JAM54D41-LB-001-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://pvundso.de/product/solarmodul-jasolar-jam54d41-lb-440w-fullblack-bifazial/" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_21440" data-quantity="1" class="button product_type_simple add-to-cart-loop" data-product_id="21440" data-product_sku="ML-JA440-FB" aria-label="Lese mehr über „Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB“" rel="nofollow" data-success_message=""><span>Weiterlesen</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_21440" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/solarmodul-jasolar-jam54d41-lb-440w-fullblack-bifazial/">Solarmodul 440W Full Black bifazial – JASolar JAM54D41-LB</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">79<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[21440] = {"id":"21440","sku":"ML-JA440-FB","price":79,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"21440","sku":"ML-JA440-FB","gpf":"woocommerce_gpf_21440","gla":"gla_21440"},"is_variable":false,"type":"simple","name":"Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB","category":["Solarmodule"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[21440]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-21965 status-publish instock product_cat-solarmodule product_tag-445w-solarmodul product_tag-bifaziales-solarmodul product_tag-black-frame-modul product_tag-hochleistungs-solarmodul product_tag-ja-solar-modul product_tag-jam54d40 product_tag-jasolar-solarmodul product_tag-photovoltaik-modul product_tag-pv-modul product_tag-schwarzer-rahmen-solarmodul product_tag-solarmodul product_tag-solarpannel has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" data-loop="10" data-id="21965"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/solarmodul-445w-black-frame-bifazial-jasolar-jam54d40-lb/" class="product-image-link" aria-label="Solarmodul 445W+ Black Frame bifazial – JASolar JAM54D40-LB"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/01/solarmodul-445W-plus-black-frame-bifazial-jasolar-jam54d40-lb-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Solarmodul 445w Plus Black Frame Bifazial Jasolar Jam54d40 Lb Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/01/JAM54D40-LB-445W-001-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="/inselanlagen-ohne-speicher/?highlight=insel&add-to-cart=21965" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_21965" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop" data-product_id="21965" data-product_sku="ML-JA445+" aria-label="In den Warenkorb legen: „Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB“" rel="nofollow" data-success_message="„Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB“ wurde deinem Warenkorb hinzugefügt" role="button"><span>In den Warenkorb</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_21965" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/solarmodul-445w-black-frame-bifazial-jasolar-jam54d40-lb/">Solarmodul 445W+ Black Frame bifazial – JASolar JAM54D40-LB</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">79<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-5-8-werktagen"> <small> <span>Lieferzeit: bis zu 5-8 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[21965] = {"id":"21965","sku":"ML-JA445+","price":79,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"21965","sku":"ML-JA445+","gpf":"woocommerce_gpf_21965","gla":"gla_21965"},"is_variable":false,"type":"simple","name":"Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB","category":["Solarmodule"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[21965]['position'] = window.pmw_product_position++; </div> </div> </div> <div class="wd-product wd-hover-tiled wd-col product-grid-item product type-product post-24385 status-publish last instock product_cat-solarmodule product_tag-500w-solarmodul product_tag-balkonkraftwerk-modul product_tag-bifaziales-solarmodul product_tag-full-black-modul product_tag-hochleistungs-solarmodul product_tag-jam60d41 product_tag-jasolar-solarmodul product_tag-photovoltaik-modul product_tag-pv-modul product_tag-schwarzes-solarmodul has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" data-loop="11" data-id="24385"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://pvundso.de/product/solarmodul-500w-full-black-bifazial-jasolar-jam60d41-lb/" class="product-image-link" aria-label="Solarmodul 500W Full Black bifazial – JASolar JAM60D41-LB"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/05/solarmodul-500w-full-black-bifazial-jasolar-jam60d41-lb-titelbild-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Solarmodul 500w Full Black Bifazial Jasolar Jam60d41 Lb Titelbild" /> </a> <div class="hover-img"> <img loading="lazy" decoding="async" width="300" height="300" src="https://pvundso.de/wp-content/uploads/2025/05/JAM60D41-LB-500-001-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /> </div> <div class="wd-buttons wd-pos-r-t"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="/inselanlagen-ohne-speicher/?highlight=insel&add-to-cart=24385" aria-describedby="woocommerce_loop_add_to_cart_link_describedby_24385" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop" data-product_id="24385" data-product_sku="ML-500-JA-Bifa" aria-label="In den Warenkorb legen: „Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB“" rel="nofollow" data-success_message="„Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB“ wurde deinem Warenkorb hinzugefügt" role="button"><span>In den Warenkorb</span></a> <span id="woocommerce_loop_add_to_cart_link_describedby_24385" class="screen-reader-text"> </span> </div> </div> </div> <div class="product-element-bottom"> <p class="woocommerce-loop-product__title product-title"><a href="https://pvundso.de/product/solarmodul-500w-full-black-bifazial-jasolar-jam60d41-lb/">Solarmodul 500W Full Black bifazial – JASolar JAM60D41-LB</a></p> </a><p class="price"><span class="woocommerce-Price-amount amount">99<span class="woocommerce-Price-currencySymbol">€</span></span></p> <div class="wgm-info woocommerce-de_price_taxrate ">Enthält 0% MwSt.</div> <div class="wgm-info woocommerce_de_versandkosten">zzgl. <a class="versandkosten" href="https://pvundso.de/versand__lieferung/" target="_blank">Versand</a></div><div class="wgm-info shipping_de shipping_de_string delivery-time-bis-zu-5-8-werktagen"> <small> <span>Lieferzeit: bis zu 5-8 Werktagen</span> </small> </div><small class="wgm-info wgm-extra-costs-eu">Bei Lieferungen in Nicht-EU-Länder können zusätzliche Zölle, Steuern und Gebühren anfallen.</small> (window.pmwDataLayer = window.pmwDataLayer || {}).products = window.pmwDataLayer.products || {}; window.pmwDataLayer.products[24385] = {"id":"24385","sku":"ML-500-JA-Bifa","price":99,"brand":"","quantity":1,"dyn_r_ids":{"post_id":"24385","sku":"ML-500-JA-Bifa","gpf":"woocommerce_gpf_24385","gla":"gla_24385"},"is_variable":false,"type":"simple","name":"Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB","category":["Solarmodule"],"is_variation":false}; window.pmw_product_position = window.pmw_product_position || 1; window.pmwDataLayer.products[24385]['position'] = window.pmw_product_position++; </div> </div> </div> </div> </div></div> </div> <div class="ios-container ios-product-note"> <a href="https://pvundso.de/shop/" class="ios-btn ios-btn-primary"> <svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z" /></svg> Alle Produkte im Shop </a> </div> </section> <!-- ==================== VORTEILE & GRENZEN ==================== --> <section class="ios-section"> <div class="ios-container"> <p class="ios-section-title">Ihre Entscheidungshilfe auf einen Blick</p> <p class="ios-section-subtitle"> Klare Übersicht für eine fundierte Kaufentscheidung – damit Sie wissen, was Sie erwartet. </p> <div class="ios-vg-grid"> <div class="ios-vg-col ios-vg-pro"> <p class="ios-vg-heading"> <svg viewBox="0 0 24 24" fill="#22c55e"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" /></svg> Das spricht dafür </p> <ul class="ios-vg-list"> <li> <svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg> <span>Schnellste Amortisation aller PV-Systeme – keine teure Speichertechnik im Gesamtpreis</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg> <span>Weniger Komponenten bedeuten weniger Fehlerquellen und höhere Systemzuverlässigkeit</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg> <span>Keine Bürokratie – Sie können sofort nach Lieferung mit dem Aufbau beginnen</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg> <span>Kompakter Platzbedarf – ohne Speicherschrank oder zusätzliches Gehäuse</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg> <span>Zukunftssicher: Jederzeit um Batterie und Hybrid-Wechselrichter erweiterbar</span> </li> </ul> </div> <div class="ios-vg-col ios-vg-con"> <p class="ios-vg-heading"> <svg viewBox="0 0 24 24" fill="#f59e0b"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" /></svg> Das sollten Sie bedenken </p> <ul class="ios-vg-list"> <li> <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" /></svg> <span>Überschüssige Energie geht bei Sonnenschein verloren, wenn keine Abnehmer aktiv sind</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" /></svg> <span>Geräte mit 24/7-Laufzeit (Gefriertruhe, Alarmanlage) brauchen zusätzlich einen Speicher</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" /></svg> <span>Ertragsschwankungen im Tagesverlauf erfordern ein Bewusstsein für den Nutzungszeitpunkt</span> </li> <li> <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" /></svg> <span>Motorgetriebene Geräte mit hohem Anlaufstrom benötigen einen ausreichend dimensionierten Wechselrichter</span> </li> </ul> </div> </div> </div> </section> <!-- ==================== EINSATZGEBIETE ==================== --> <section class="ios-section ios-section-dark"> <div class="ios-container"> <p class="ios-section-title">Wo sich der Direktverbrauch besonders lohnt</p> <p class="ios-section-subtitle"> Sechs Praxisszenarien, in denen Off-Grid-Systeme ohne Speicher ihre Stärken voll ausspielen. </p> <div class="ios-use-grid"> <div class="ios-use-card"> <div class="ios-use-icon"> <svg viewBox="0 0 24 24"><path d="M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" /></svg> </div> <p class="ios-use-title">Gartenhaus & Hobbyraum</p> <p class="ios-use-desc">Akkuschrauber laden, Licht einschalten, Laptop anschließen – der ideale Einstieg in die solare Eigenversorgung.</p> </div> <div class="ios-use-card"> <div class="ios-use-icon"> <svg viewBox="0 0 24 24"><path d="M12 6c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4C5.93 2 1 6.93 1 13h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z" /></svg> </div> <p class="ios-use-title">Feld- & Gartenbewässerung</p> <p class="ios-use-desc">Die Pumpe taktet sich automatisch mit der Einstrahlung – höchste Leistung genau dann, wenn das Wasser am meisten gebraucht wird.</p> </div> <div class="ios-use-card"> <div class="ios-use-icon"> <svg viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z" /></svg> </div> <p class="ios-use-title">Gewächshaus & Zucht</p> <p class="ios-use-desc">Temperaturregelung und Umluft laufen im natürlichen Sonnentakt – ohne Timer, ohne separate Steuerung.</p> </div> <div class="ios-use-card"> <div class="ios-use-icon"> <svg viewBox="0 0 24 24"><path d="M19.77 7.23l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5z" /></svg> </div> <p class="ios-use-title">Weidezaun & Viehbetrieb</p> <p class="ios-use-desc">Zuverlässige Zaunversorgung auf Koppeln weit ab vom nächsten Stromanschluss – kein Batteriewechsel, kein Ladegerät.</p> </div> <div class="ios-use-card"> <div class="ios-use-icon"> <svg viewBox="0 0 24 24"><path d="M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22z" /></svg> </div> <p class="ios-use-title">Mobile & temporäre Einsätze</p> <p class="ios-use-desc">Marktstände, Baustellen, Veranstaltungen – transportabel einsetzbar und nach Gebrauch einfach wieder abgebaut.</p> </div> <div class="ios-use-card"> <div class="ios-use-icon"> <svg viewBox="0 0 24 24"><path d="M7 2v11h3v9l7-12h-4l4-8z" /></svg> </div> <p class="ios-use-title">Solarwarmwasser (DC-Heizstab)</p> <p class="ios-use-desc">Der MYPV ELWA wandelt Gleichstrom ohne Wechselrichter direkt in Wärme – die einfachste aller <strong>Insellösungen</strong>.</p> </div> </div> </div> </section> <!-- ==================== DIMENSIONIERUNGSTABELLE ==================== --> <section class="ios-section ios-section-alt"> <div class="ios-container"> <p class="ios-section-title">Orientierungstabelle: Welche Systemgröße passt?</p> <p class="ios-section-subtitle"> Richtwerte für typische Off-Grid-Szenarien – unsere Berater helfen bei der exakten Auslegung. </p> <div class="ios-table-wrap"> <table class="ios-table"> <thead> <tr> <th>Einsatzort</th> <th>Typische Verbraucher</th> <th>Empfohlene Leistung</th> <th>Modulanzahl (445 W)</th> </tr> </thead> <tbody> <tr> <td class="ios-table-highlight">Gartenhaus</td> <td>Werkzeuge, Ladestation, Licht</td> <td>1 – 2 kWp</td> <td>3 – 5 Module</td> </tr> <tr> <td class="ios-table-highlight">Bewässerungsanlage</td> <td>Pumpen bis 1,5 kW</td> <td>2 – 3 kWp</td> <td>5 – 7 Module</td> </tr> <tr> <td class="ios-table-highlight">Werkstatt / Carport</td> <td>Maschinen bis 3 kW</td> <td>3 – 4 kWp</td> <td>7 – 9 Module</td> </tr> <tr> <td class="ios-table-highlight">Gewächshaus</td> <td>Belüftung, Heizstab</td> <td>2 – 3 kWp</td> <td>5 – 7 Module</td> </tr> <tr> <td class="ios-table-highlight">Landwirtschaft</td> <td>Weidezaun, Förderband, Kühlung</td> <td>3 – 5 kWp</td> <td>7 – 12 Module</td> </tr> </tbody> </table> </div> <p style="text-align:center;margin-top:20px;font-size:0.88rem;color:#6b7280"> Geräte mit hohem Anlaufstrom (Kompressoren, Kreissägen) benötigen einen Wechselrichter mit ausreichender Spitzenlastkapazität. </p> </div> </section> <!-- ==================== FAQ ==================== --> <section class="ios-section"> <div class="ios-container"> <p class="ios-section-title">Häufig gestellte Fragen</p> <p class="ios-section-subtitle"> Alles Wichtige rund um PV <strong>Inselanlagen</strong> und Solar <strong>Insellösungen</strong> ohne Speicher. </p> <div class="ios-faq-list"> <div class="ios-faq-item"> <button class="ios-faq-q"> Was ist eine PV <strong>Inselanlage</strong> ohne Speicher? <span class="ios-faq-icon"><svg viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" /></svg></span> </button> <div class="ios-faq-a"> <div class="ios-faq-a-inner"> Eine PV <strong>Inselanlage</strong> ohne Speicher erzeugt Solarstrom ausschließlich für den sofortigen Verbrauch vor Ort. Anders als netzgekoppelte Systeme arbeitet diese Variante vollständig unabhängig vom öffentlichen Stromnetz. Der erzeugte Gleichstrom wird direkt in 230V Wechselstrom umgewandelt und an die angeschlossenen Verbraucher weitergeleitet – ohne Batterie und ohne Netzanschluss. </div> </div> </div> <div class="ios-faq-item"> <button class="ios-faq-q"> Für welche Anwendungen eignet sich eine Photovoltaik <strong>Insellösung</strong> ohne Speicher? <span class="ios-faq-icon"><svg viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" /></svg></span> </button> <div class="ios-faq-a"> <div class="ios-faq-a-inner"> Diese Bauweise eignet sich besonders für Standorte, an denen Strom nur tagsüber benötigt wird. Bewässerungspumpen, Belüftungsanlagen, Werkzeugmaschinen, Weidezaungeräte, Teichpumpen oder Gewächshausbelüftungen lassen sich so ohne laufende Energiekosten betreiben. Auch ein PV-Heizstab zur Warmwasserbereitung ist eine ideale Anwendung. </div> </div> </div> <div class="ios-faq-item"> <button class="ios-faq-q"> Welche Komponenten benötige ich für eine PV <strong>Inselanlage</strong> ohne Batterie? <span class="ios-faq-icon"><svg viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" /></svg></span> </button> <div class="ios-faq-a"> <div class="ios-faq-a-inner"> Eine Photovoltaik <strong>Inselanlage</strong> ohne Batterie besteht im Kern aus zwei Hauptkomponenten: Solarmodule erzeugen den Gleichstrom, und ein Wechselrichter wandelt diesen in nutzbaren 230V Wechselstrom um. Optional ergänzen ein Überspannungsschutz und passende MC4-Verkabelung das System für zusätzliche Sicherheit und Langlebigkeit. Bei PVundSO erhalten Sie aufeinander abgestimmte Komplettsets. </div> </div> </div> <div class="ios-faq-item"> <button class="ios-faq-q"> Kann ich die <strong>Inselanlage</strong> später um einen Speicher erweitern? <span class="ios-faq-icon"><svg viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" /></svg></span> </button> <div class="ios-faq-a"> <div class="ios-faq-a-inner"> Ja, das ist möglich. Hybrid-Wechselrichter von Deye und Solis ermöglichen die Nachrüstung eines Batteriespeichers ohne Austausch der Kernkomponenten. Alternativ kann ein AC-gekoppelter Speicher-Wechselrichter wie der Solis RAI an ein bestehendes System angeschlossen werden. So starten Sie kostengünstig und ergänzen bei wachsendem Bedarf. </div> </div> </div> <div class="ios-faq-item"> <button class="ios-faq-q"> Muss eine PV <strong>Inselanlage</strong> beim Netzbetreiber angemeldet werden? <span class="ios-faq-icon"><svg viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" /></svg></span> </button> <div class="ios-faq-a"> <div class="ios-faq-a-inner"> Nein, eine echte Photovoltaik <strong>Insellösung</strong> ohne Netzanbindung muss nicht beim Netzbetreiber angemeldet werden. Das System arbeitet vollständig autark und speist keinen Strom ins öffentliche Netz ein. Weder ein Zähleranschluss noch eine Registrierung im Marktstammdatenregister sind erforderlich. </div> </div> </div> <div class="ios-faq-item"> <button class="ios-faq-q"> Worauf muss ich beim Wechselrichter für eine <strong>Inselanlage</strong> achten? <span class="ios-faq-icon"><svg viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" /></svg></span> </button> <div class="ios-faq-a"> <div class="ios-faq-a-inner"> Achten Sie auf die Nennleistung und den Spitzenlastwert. Geräte mit hohem Anlaufstrom wie Kompressoren oder Kreissägen benötigen kurzzeitig die doppelte bis dreifache Nennleistung. Wählen Sie einen Wechselrichter mit reiner Sinuswelle, damit auch empfindliche Elektronik sicher betrieben werden kann. Solis und Sofar Wechselrichter erfüllen diese Anforderungen zuverlässig. </div> </div> </div> </div> </div> </section> <!-- ==================== CTA ==================== --> <section class="ios-cta-section"> <p class="ios-cta-title">Lassen Sie uns <span style="color:#f5a623">Ihre Lösung gemeinsam konfigurieren</span></p> <p class="ios-cta-sub"> Ob Standardset oder Sonderanfertigung – wir finden das passende System für Ihren Standort und Ihren Bedarf. Sprechen Sie uns an. </p> <div class="ios-cta-btns"> <a href="https://pvundso.de/kontakt/" class="ios-btn ios-btn-primary"> Jetzt Beratung anfragen </a> <a href="https://pvundso.de/product-category/pv-anlagen/ohne-speicher/" class="ios-btn ios-btn-white"> <svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z" /></svg> Zu den Produkten </a> </div> <div class="ios-cta-contact"> <div class="ios-cta-contact-item"> <svg viewBox="0 0 24 24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z" /></svg> 05068 7808880 </div> <div class="ios-cta-contact-item"> <svg viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" /></svg> kontakt@pvundso.de </div> <div class="ios-cta-contact-item"> <svg viewBox="0 0 24 24"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z" /><path d="M12 2C6.48 2 2 6.48 2 12c0 1.77.46 3.44 1.28 4.88L2 22l5.12-1.28C8.56 21.54 10.23 22 12 22c5.52 0 10-4.48 10-10S17.52 2 12 2zm0 18c-1.66 0-3.2-.51-4.48-1.38l-.32-.19-3.04.76.76-3.04-.19-.32C3.51 15.2 3 13.66 3 12 3 7.03 7.03 3 12 3s9 4.03 9 9-4.03 9-9 9z" /></svg> WhatsApp </div> </div> </section> <!-- ==================== SEO CONTENT ==================== --> <section class="ios-seo-content"> <div class="ios-seo-inner"> <p class="ios-seo-h2">PV <strong>Inselanlage</strong> ohne Speicher für den Direktverbrauch</p> <p>Eine PV <strong>Inselanlage</strong> ohne Speicher erzeugt Solarstrom ausschließlich für den sofortigen Verbrauch vor Ort. Anders als netzgekoppelte Systeme arbeitet diese Variante vollständig unabhängig vom öffentlichen Stromnetz und benötigt weder Zähleranschluss noch Anmeldung beim Energieversorger. Der erzeugte Gleichstrom wird direkt in Wechselstrom umgewandelt und an die angeschlossenen Verbraucher weitergeleitet.</p> <p>Diese Bauweise eignet sich besonders für Standorte, an denen Strom nur tagsüber benötigt wird. Bewässerungspumpen, Belüftungsanlagen, Werkzeugmaschinen oder Kühlgeräte lassen sich so ohne laufende Energiekosten betreiben. Der Verzicht auf einen Batteriespeicher reduziert die Anschaffungskosten erheblich und vereinfacht gleichzeitig Wartung und Installation.</p> <p>Bei PVundSO erhalten Sie alle Komponenten für Ihre Photovoltaik <strong>Insellösung</strong> ohne Speicher mit 0% Mehrwertsteuer. Über 2.900 Kundenbewertungen mit einem Durchschnitt von 4,97 von 5 Sternen belegen die hohe Qualität und Kundenzufriedenheit. Der kostenlose Versand ab 100 Euro Bestellwert macht den Einstieg in die netzunabhängige Stromversorgung besonders attraktiv.</p> <p class="ios-seo-h2">Hochwertige Bauteile für Ihre Photovoltaik <strong>Inselanlage</strong> ohne Batterie</p> <p>Eine Photovoltaik <strong>Inselanlage</strong> ohne Batterie besteht im Kern aus zwei Hauptkomponenten. Solarmodule erzeugen den Gleichstrom, und ein Wechselrichter wandelt diesen in nutzbaren 230V Wechselstrom um. Optional ergänzen ein Überspannungsschutz und passende Verkabelung das System für zusätzliche Sicherheit und Langlebigkeit.</p> <p>Wir setzen ausschließlich auf bewährte Markenprodukte. Module mit bifazialer TOPCON-Technologie liefern bis zu 500 W pro Paneel und nutzen auch reflektiertes Licht auf der Rückseite. String-Wechselrichter von Solis und Sofar wandeln den erzeugten Gleichstrom effizient um. Für eine PV <strong>Inselanlage</strong> 230V ohne Speicher eignen sich Wechselrichter mit reiner Sinuswelle, damit auch empfindliche Elektronik sicher betrieben werden kann.</p> <p>Als ausgebildete Elektrotechniker konfigurieren wir jedes System so, dass Modulleistung und Wechselrichterkapazität optimal aufeinander abgestimmt sind. Das spart Ihnen aufwendige Recherche zur Kompatibilität einzelner Bauteile und gewährleistet eine zuverlässige Stromversorgung ab dem ersten Sonnentag.</p> <p class="ios-seo-h2">Vorteile und Grenzen einer Photovoltaik <strong>Insellösung</strong> ohne Speicher</p> <p>Eine Photovoltaik <strong>Insellösung</strong> ohne Speicher punktet vor allem bei den Anschaffungskosten. Batteriemodule machen oft 30 bis 50% der Gesamtinvestition aus. Ohne diesen Posten sinken die Kosten erheblich, und auch die laufende Wartung reduziert sich auf ein Minimum. Zusätzlich entfällt der Austausch gealterter Speicherzellen nach 10 bis 15 Jahren.</p> <p>Die Einschränkung liegt in der zeitlichen Verfügbarkeit des Stroms. Energie steht ausschließlich bei Sonneneinstrahlung bereit. Bei starker Bewölkung sinkt die Leistung, nachts liefert das System keinen Strom. Für Verbraucher wie Weidezaungeräte, Teichpumpen oder Gewächshausbelüftungen, die ausschließlich tagsüber laufen, stellt das kein Hindernis dar.</p> <p>Wo abends oder nachts Strom benötigt wird, lässt sich das System später um einen Stromspeicher erweitern. Hybrid-Wechselrichter von Deye und Solis ermöglichen diese Nachrüstung ohne Austausch der Kernkomponenten. So starten Sie kostengünstig und ergänzen bei wachsendem Bedarf.</p> <p class="ios-seo-h2">Strom erzeugen und sofort verbrauchen ohne Zwischenspeicherung</p> <p>Das Funktionsprinzip einer PV <strong>Inselanlage</strong> ohne Speicher ist denkbar einfach. Die Solarmodule erzeugen bei Sonneneinstrahlung Gleichstrom, der vom Wechselrichter in 230V Wechselstrom umgewandelt wird. Angeschlossene Verbraucher nutzen den Strom unmittelbar. Es gibt keine Batterie, die geladen oder entladen wird, und keinen Netzanschluss, der gewartet werden muss.</p> <p>Damit die Anlage zuverlässig arbeitet, sollte die Modulleistung den maximalen Gleichzeitigkeitsfaktor der angeschlossenen Geräte abdecken. Ein Gartenhaus mit Werkzeugen und Ladestation benötigt etwa 1 bis 2 kWp. Werkstätten mit Maschinen bis 3 kW Leistungsaufnahme sollten mindestens 3 bis 4 kWp einplanen, um auch bei diffusem Licht ausreichend Strom zu erzeugen.</p> <p>Achten Sie bei der Wahl des Wechselrichters auf die Nennleistung und den Spitzenlastwert. Geräte mit hohem Anlaufstrom wie Kompressoren oder Kreissägen benötigen kurzzeitig die doppelte bis dreifache Nennleistung. Ein Wechselrichter mit ausreichender Spitzenlastkapazität verhindert ungewollte Abschaltungen und schützt die angeschlossenen Geräte.</p> <p class="ios-seo-h2">Individuelle Planung und Sonderbeschaffungen auf Anfrage</p> <p>Jede Photovoltaik <strong>Inselanlage</strong> ohne Batterie erfordert eine auf den Standort abgestimmte Konfiguration. Als erfahrene Elektrotechniker ermitteln wir gemeinsam mit Ihnen den erwarteten Tagesverbrauch, die verfügbare Aufstellfläche und die Sonneneinstrahlung vor Ort. Daraus ergibt sich die optimale Kombination aus Modulanzahl, Modulleistung und Wechselrichtertyp.</p> <p>Neben Standardkonfigurationen bieten wir auch Sonderbeschaffungen für besondere Anforderungen an. Ob eine PV <strong>Inselanlage</strong> 230V ohne Speicher für eine landwirtschaftliche Bewässerung oder eine Photovoltaik <strong>Insellösung</strong> ohne Speicher für eine abgelegene Werkstatt, wir finden die passende Lösung. Die <a href="https://pvundso.de/kontakt/" style="color:#f5a623;text-decoration:underline">Kontaktaufnahme</a> ist per Telefon, E-Mail und WhatsApp möglich.</p> <p>Alle Photovoltaik-Komponenten profitieren von 0% Mehrwertsteuer und kostenlosem Versand ab 100 Euro Bestellwert. Die Abholung bestellter Ware ist an unserer Station in Hildesheim möglich. Wir unterstützen Sie von der ersten Planung bis zur Inbetriebnahme und stehen auch nach dem Kauf als Ansprechpartner bereit.</p> </div> </section> </div> <!-- Schema.org FAQ Markup --> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Was ist eine PV Inselanlage ohne Speicher?", "acceptedAnswer": { "@type": "Answer", "text": "Eine PV Inselanlage ohne Speicher erzeugt Solarstrom ausschließlich für den sofortigen Verbrauch vor Ort. Anders als netzgekoppelte Systeme arbeitet diese Variante vollständig unabhängig vom öffentlichen Stromnetz. Der erzeugte Gleichstrom wird direkt in 230V Wechselstrom umgewandelt und an die angeschlossenen Verbraucher weitergeleitet – ohne Batterie und ohne Netzanschluss." } }, { "@type": "Question", "name": "Für welche Anwendungen eignet sich eine Photovoltaik Insellösung ohne Speicher?", "acceptedAnswer": { "@type": "Answer", "text": "Diese Bauweise eignet sich besonders für Standorte, an denen Strom nur tagsüber benötigt wird. Bewässerungspumpen, Belüftungsanlagen, Werkzeugmaschinen, Weidezaungeräte, Teichpumpen oder Gewächshausbelüftungen lassen sich so ohne laufende Energiekosten betreiben. Auch ein PV-Heizstab zur Warmwasserbereitung ist eine ideale Anwendung." } }, { "@type": "Question", "name": "Welche Komponenten benötige ich für eine PV Inselanlage ohne Batterie?", "acceptedAnswer": { "@type": "Answer", "text": "Eine Photovoltaik Inselanlage ohne Batterie besteht im Kern aus zwei Hauptkomponenten: Solarmodule erzeugen den Gleichstrom, und ein Wechselrichter wandelt diesen in nutzbaren 230V Wechselstrom um. Optional ergänzen ein Überspannungsschutz und passende MC4-Verkabelung das System für zusätzliche Sicherheit und Langlebigkeit." } }, { "@type": "Question", "name": "Kann ich die Inselanlage später um einen Speicher erweitern?", "acceptedAnswer": { "@type": "Answer", "text": "Ja, das ist möglich. Hybrid-Wechselrichter von Deye und Solis ermöglichen die Nachrüstung eines Batteriespeichers ohne Austausch der Kernkomponenten. Alternativ kann ein AC-gekoppelter Speicher-Wechselrichter an ein bestehendes System angeschlossen werden. So starten Sie kostengünstig und ergänzen bei wachsendem Bedarf." } }, { "@type": "Question", "name": "Muss eine PV Inselanlage beim Netzbetreiber angemeldet werden?", "acceptedAnswer": { "@type": "Answer", "text": "Nein, eine echte Photovoltaik Insellösung ohne Netzanbindung muss nicht beim Netzbetreiber angemeldet werden. Das System arbeitet vollständig autark und speist keinen Strom ins öffentliche Netz ein. Weder ein Zähleranschluss noch eine Registrierung im Marktstammdatenregister sind erforderlich." } }, { "@type": "Question", "name": "Worauf muss ich beim Wechselrichter für eine Inselanlage achten?", "acceptedAnswer": { "@type": "Answer", "text": "Achten Sie auf die Nennleistung und den Spitzenlastwert. Geräte mit hohem Anlaufstrom wie Kompressoren oder Kreissägen benötigen kurzzeitig die doppelte bis dreifache Nennleistung. Wählen Sie einen Wechselrichter mit reiner Sinuswelle, damit auch empfindliche Elektronik sicher betrieben werden kann." } } ] } <!-- Schema.org Product Markup --> { "@context": "https://schema.org", "@type": "Product", "name": "PV Inselanlage ohne Speicher", "description": "Netzunabhängige Photovoltaik Insellösung ohne Speicher für den Direktverbrauch. Solarmodule und Wechselrichter als Komplettset.", "brand": { "@type": "Brand", "name": "PVundSO" }, "offers": { "@type": "AggregateOffer", "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://pvundso.de/product-category/pv-anlagen/ohne-speicher/" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.97", "reviewCount": "2900", "bestRating": "5" } } </div> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> <div class=" mailpoet_form_popup_overlay mailpoet_form_overlay_animation_slideup mailpoet_form_overlay_animation "></div> <div id="mp_form_popup1" class=" mailpoet_form mailpoet_form_popup mailpoet_form_position_ mailpoet_form_animation_slideup "> <style type="text/css"> #mp_form_popup1 .mailpoet_form_close_icon { padding: 0 !important; width: 20px !important; height: 20px !important; min-width: 20px !important; min-height: 20px !important; opacity: 1 !important; visibility: visible !important; display: block !important; position: absolute !important; top: 12px !important; right: 12px !important; z-index: 999999 !important; cursor: pointer !important; pointer-events: auto !important; } #mp_form_popup1 [id^="mp_form_popup"] { position: fixed !important; z-index: 999998 !important; } #mp_form_popup1 [id^="mp_form_popup"] * { pointer-events: auto; } #mp_form_popup1 .mailpoet_form { } #mp_form_popup1 form { margin-bottom: 0; } #mp_form_popup1 p.mailpoet_form_paragraph.last { margin-bottom: 10px; } #mp_form_popup1 .mailpoet_column_with_background { padding: 10px; } #mp_form_popup1 .mailpoet_form_column:not(:first-child) { margin-left: 20px; } #mp_form_popup1 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; } #mp_form_popup1 .mailpoet_form_paragraph last { margin-bottom: 0px; } #mp_form_popup1 .mailpoet_segment_label, #mp_form_popup1 .mailpoet_text_label, #mp_form_popup1 .mailpoet_textarea_label, #mp_form_popup1 .mailpoet_select_label, #mp_form_popup1 .mailpoet_radio_label, #mp_form_popup1 .mailpoet_checkbox_label, #mp_form_popup1 .mailpoet_list_label, #mp_form_popup1 .mailpoet_date_label { display: block; font-weight: normal; } #mp_form_popup1 .mailpoet_text, #mp_form_popup1 .mailpoet_textarea, #mp_form_popup1 .mailpoet_select, #mp_form_popup1 .mailpoet_date_month, #mp_form_popup1 .mailpoet_date_day, #mp_form_popup1 .mailpoet_date_year, #mp_form_popup1 .mailpoet_date { display: block; } #mp_form_popup1 .mailpoet_text, #mp_form_popup1 .mailpoet_textarea { width: 200px; } #mp_form_popup1 .mailpoet_checkbox { } #mp_form_popup1 .mailpoet_submit { } #mp_form_popup1 .mailpoet_divider { } #mp_form_popup1 .mailpoet_message { } #mp_form_popup1 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; } #mp_form_popup1 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; } #mp_form_popup1 h2.mailpoet-heading { margin: 0 0 20px 0; } #mp_form_popup1 h1.mailpoet-heading { margin: 0 0 10px; }#mp_form_popup1{border-radius: 2px;text-align: center;}#mp_form_popup1{width: 400px;max-width: 100vw;}#mp_form_popup1 .mailpoet_message {margin: 0; padding: 0 20px;} #mp_form_popup1 .mailpoet_validate_success {color: #00d084} #mp_form_popup1 input.parsley-success {color: #00d084} #mp_form_popup1 select.parsley-success {color: #00d084} #mp_form_popup1 textarea.parsley-success {color: #00d084} #mp_form_popup1 .mailpoet_validate_error {color: #cf2e2e} #mp_form_popup1 input.parsley-error {color: #cf2e2e} #mp_form_popup1 select.parsley-error {color: #cf2e2e} #mp_form_popup1 textarea.textarea.parsley-error {color: #cf2e2e} #mp_form_popup1 .parsley-errors-list {color: #cf2e2e} #mp_form_popup1 .parsley-required {color: #cf2e2e} #mp_form_popup1 .parsley-custom-error-message {color: #cf2e2e} #mp_form_popup1 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mp_form_popup1 {background-image: none;animation: none;border: none;border-radius: 0;bottom: 0;left: 0;max-height: 40%;padding: 20px;right: 0;top: auto;transform: none;width: 100%;min-width: 100%;}} @media (min-width: 500px) {#mp_form_popup1 {padding: 30px;}} @media (min-width: 500px) {#mp_form_popup1 .last .mailpoet_paragraph:last-child {margin-bottom: 0}} @media (max-width: 500px) {#mp_form_popup1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} </style> <label class="mailpoet_hp_email_label" style="display: none !important">Bitte dieses Feld leer lassen</label><p class="mailpoet_form_paragraph mailpoet-has-font-size" style="text-align: left;color: #f4631b;font-size: 100px;padding:0px 0px 0px 0px"><strong>5%</strong></p> <p class="mailpoet_form_paragraph mailpoet-has-font-size" style="text-align: left;color: #000000;font-size: 20px"><span style="font-family: Montserrat" data-font="Montserrat" class="mailpoet-has-font"><strong>Rabatt</strong></span> für die erste Bestellung!</p> <p class="mailpoet_form_paragraph mailpoet-has-font-size" style="text-align: center;color: #000000;font-size: 14px;line-height: 1.5"><span style="font-family: Montserrat" data-font="Montserrat" class="mailpoet-has-font"><strong>Jetzt für einen exklusiven Rabatt eintragen und PV-News & Angebote rund um Sonnenenergie & Wärme erhalten!</strong></span></p> <div class="mailpoet_paragraph "><span class="mailpoet_error_108u6"></span></div> <div class="mailpoet_paragraph "><span class="mailpoet_form_loading"><span class="mailpoet_bounce1"></span><span class="mailpoet_bounce2"></span><span class="mailpoet_bounce3"></span></span></div> <p class="mailpoet_form_paragraph mailpoet-has-font-size" style="text-align: center;font-size: 13px;line-height: 1.5"><em>Wir senden keinen Spam! Angebot nur für Neukunden (erste Bestellung). Mehr in unserer <a href="https://pvundso.de/datenschutz/" target="_blank">Datenschutzerklärung</a>.</em></p> <div class="mailpoet_message"> <p class="mailpoet_validate_success" style="display:none">Bitte den Posteingang oder Spam-Ordner prüfen und mit Klick bestätigen um den Rabatt-Code zu erhalten. </p> <p class="mailpoet_validate_error" style="display:none"> </p> </div> </div></div> </article> </div> <script nitro-exclude> document.cookie = 'nitroCachedPage=' + (!window.NITROPACK_STATE ? '0' : '1') + '; path=/; SameSite=Lax'; </script> <script nitro-exclude> if (!window.NITROPACK_STATE || window.NITROPACK_STATE != 'FRESH') { var proxyPurgeOnly = 0; if (typeof navigator.sendBeacon !== 'undefined') { var nitroData = new FormData(); nitroData.append('nitroBeaconUrl', 'aHR0cHM6Ly9wdnVuZHNvLmRlL2luc2VsYW5sYWdlbi1vaG5lLXNwZWljaGVyLz9oaWdobGlnaHQ9aW5zZWw='); nitroData.append('nitroBeaconCookies', 'W10='); nitroData.append('nitroBeaconHash', '6587475a27be9b01116eabaad30a50f5563e1d0e30fc642bcbd842903ffc2c103791de27c9088f5d6ade8b805d4880223985cfe89c759a53d690cbcae0355680'); nitroData.append('proxyPurgeOnly', ''); nitroData.append('layout', 'page'); navigator.sendBeacon(location.href, nitroData); } else { var xhr = new XMLHttpRequest(); xhr.open('POST', location.href, true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send('nitroBeaconUrl=aHR0cHM6Ly9wdnVuZHNvLmRlL2luc2VsYW5sYWdlbi1vaG5lLXNwZWljaGVyLz9oaWdobGlnaHQ9aW5zZWw=&nitroBeaconCookies=W10=&nitroBeaconHash=6587475a27be9b01116eabaad30a50f5563e1d0e30fc642bcbd842903ffc2c103791de27c9088f5d6ade8b805d4880223985cfe89c759a53d690cbcae0355680&proxyPurgeOnly=&layout=page'); } } </script> </main> </div> <div class="wd-prefooter"> <div class="container wd-entry-content"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1760007621363{margin-bottom: 0px !important;padding-top: 20px !important;background-color: #F4631B !important;}.vc_custom_1760007628076{margin-bottom: 0px !important;padding-bottom: 0px !important;}.wd-rs-68e898cdeea94{--wd-brd-radius: 0px;}</style><div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid vc_custom_1760007621363 vc_row-has-fill wd-rs-68e795b969f74 wd-section-stretch"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element color-scheme-light" > <div class="wpb_wrapper"> <p style="text-align: center;"><span class="largetext">Ihre Spezialisten für Photovoltaik und Solar PVundSO... Energie hausgemacht – stationär und mobil für unterwegs!</span></p> </div> </div> <div id="wd-68e898cdeea94" class="wd-image wd-wpb wd-rs-68e898cdeea94 text-center "> <img alt="Dirk Michael Sign White" src="https://pvundso.de/wp-content/uploads/2025/10/dirk-michael-sign-white.svg" title="Dirk Michael Sign White" loading="lazy" width="200" height="50"> </div> <div class="wpb_single_image wpb_content_element vc_align_center vc_custom_1760007628076"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img width="681" height="600" src="https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta.png" class="vc_single_image-img attachment-medium" alt="pvundso-michael-dirk-cta" title="pvundso-michael-dirk-cta" decoding="async" loading="lazy" srcset="https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta.png 681w, https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta-300x264.png 300w, https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta-150x132.png 150w, https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta-640x564.png 640w, https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta-400x352.png 400w, https://pvundso.de/wp-content/uploads/2025/10/pvundso-michael-dirk-cta-60x53.png 60w" sizes="auto, (max-width: 681px) 100vw, 681px" /></div> </figure> </div> </div></div></div></div></div> </div> </div> <footer class="wd-footer footer-container color-scheme-dark"> <div class="container main-footer"> <aside class="footer-sidebar widget-area wd-grid-g" style="--wd-col-lg:12;--wd-gap-lg:30px;--wd-gap-sm:20px;"> <div class="footer-column footer-column-1 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:6;--wd-col-lg:3;"> <div id="media_image-3" class="wd-widget widget footer-widget widget_media_image"><img src="https://pvundso.de/wp-content/uploads/2025/10/PVundSO-Logo.svg" class="image wp-image-26284 attachment-full size-full" alt="PVundSO-Logo" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" /></div><div id="text-11" class="wd-widget widget footer-widget widget_text"> <div class="textwidget"><ul class="contact-details"> <li><strong>Telefon: </strong>05121/8738140</li> <li><strong>Schreiben Sie uns: </strong><a href="mailto:kontakt@pvundso.de">kontakt@pvundso.de</a></li> <li><strong>Telefonsupport: </strong>9 – 12 Uhr</li> </ul> </div> </div> </div> <div class="footer-column footer-column-2 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:6;--wd-col-lg:3;"> </div> <div class="footer-column footer-column-3 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:4;--wd-col-lg:2;"> <div id="text-12" class="wd-widget widget footer-widget widget_text"><p class="widget-title">Gut zu wissen!</p> <div class="textwidget"><ul> <li><a href="https://pvundso.de/checkliste-pv-anlage/">Checkliste für PV-Anlage</a></li> <li><a title="Über uns" href="https://pvundso.de/ueber-uns/">Über Uns</a></li> <li><a href="https://pvundso.de/kontakt/">Kontakt</a></li> <li><a href="https://pvundso.de/fragen-antworten/">FAQ´s</a></li> <li><a href="https://pvundso.de/checkliste-fuer-deine-pv-anlage/">Anfragen PV-Anlagen</a></li> <li><a href="https://pvundso.de/batterieentsorgung/">Batterieentsorgung</a></li> <li><a href="https://pvundso.de/downloads-anleitungen/">Download´s</a></li> </ul> </div> </div> </div> <div class="footer-column footer-column-4 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:4;--wd-col-lg:2;"> <div id="text-13" class="wd-widget widget footer-widget widget_text"><p class="widget-title">Informationen</p> <div class="textwidget"><ul> <li><a href="https://pvundso.de/versand__lieferung/">Versand</a></li> <li><a href="https://pvundso.de/zahlungsweisen/">Zahlung</a></li> <li><a href="https://pvundso.de/allgemeine_geschaeftsbedingungen/">AGB´s</a></li> <li><a href="https://pvundso.de/widerruf/">Widerruf</a></li> <li><a href="https://pvundso.de/batterieentsorgung/">Batterieentsorgung</a></li> <li><a href="https://pvundso.de/impressum">Impressum</a></li> <li><a href="https://pvundso.de/datenschutz/">Datenschutz</a></li> </ul> </div> </div> </div> <div class="footer-column footer-column-5 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:4;--wd-col-lg:2;"> <div id="text-14" class="wd-widget widget footer-widget widget_text"><p class="widget-title">Kundenbereich</p> <div class="textwidget"><ul> <li><a title="Mein Konto" href="https://pvundso.de/mein-konto/">Mein Konto</a></li> <li><a title="Warenkorb" href="https://pvundso.de/cart/">Warenkorb</a></li> <li><a href="https://pvundso.de/retouren/" target="_blank" rel="noopener">Retouren</a></li> <li><a href="https://pvundso.de/gutscheinbedingungen/">Gutscheinbedingungen</a></li> </ul> </div> </div> </div> </aside> </div> <div class="wd-copyrights copyrights-wrapper wd-layout-two-columns"> <div class="container wd-grid-g"> <div class="wd-col-start reset-last-child"> <small><strong>© PVundSO seit 2020</strong> | <a href="https://www.vastcob.com/" target="_blank" style="text-decoration: none !important">Onlinemarketing SEO, SEA & WooCommerce by vastcob</a></small> </div> <div class="wd-col-end reset-last-child"> <img src="https://pvundso.de/wp-content/themes/woodmart/images/payments.png" alt="payments"> </div> </div> </div> </footer> </div> <div class="wd-close-side wd-fill"></div> <a href="#" class="scrollToTop" aria-label="Scroll to top button"></a> <div class="mobile-nav wd-side-hidden wd-side-hidden-nav wd-right wd-opener-arrow" role="navigation" aria-label="Mobile navigation"><div class="wd-heading"><div class="close-side-widget wd-action-btn wd-style-text wd-cross-icon"><a href="#" rel="nofollow">Schließen</a></div></div><div class="wd-search-form "> <form role="search" method="get" class="searchform wd-style-default woodmart-ajax-search" action="https://pvundso.de/" data-thumbnail="1" data-price="1" data-post_type="product" data-count="20" data-sku="0" data-symbols_count="3" data-include_cat_search="no" autocomplete="off"> <input type="text" class="s" placeholder="Suchbegriff eingeben..." value="" name="s" aria-label="Search" title="Suchbegriff eingeben..." required/> <input type="hidden" name="post_type" value="product"> <span tabindex="0" aria-label="Clear search" class="wd-clear-search wd-role-btn wd-hide"></span> <button type="submit" class="searchsubmit"> <span> Suche </span> </button> </form> <div class="wd-search-results-wrapper"> <div class="wd-search-results wd-dropdown-results wd-dropdown wd-scroll"> <div class="wd-scroll-content"> <div class="wd-search-history"></div> </div> </div> </div> </div> <ul id="menu-hauptmenue-1" class="mobile-pages-menu menu wd-nav wd-nav-mobile wd-dis-hover wd-layout-dropdown wd-active"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-21331 item-level-0" ><a href="https://pvundso.de/product-category/balkonkraftwerk/" class="woodmart-nav-link"><span class="nav-link-text">Balkonkraftwerke</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-2431 item-level-1" ><a href="https://pvundso.de/product-category/balkonkraftwerk/" class="woodmart-nav-link">Balkonkraftwerke (ohne Speicher)</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-16769 item-level-1" ><a href="https://pvundso.de/product-category/balkonkraftwerk-mit-speicher/" class="woodmart-nav-link">Balkonkraftwerk (mit Speicher)</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26219 item-level-1" ><a href="https://pvundso.de/product-category/balkonkraftwerk-mit-wlan/" class="woodmart-nav-link">Balkonkraftwerk mit W-LAN</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-19901 item-level-1" ><a href="https://pvundso.de/product-category/speicher-fuer-balkonkraftwerk/" class="woodmart-nav-link">Speicher für Balkonkraftwerke</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26228 item-level-1" ><a href="https://pvundso.de/product-category/solarmodule/" class="woodmart-nav-link">Feste Solarmodule</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26227 item-level-1" ><a href="https://pvundso.de/product-category/flexible-solarmodule/" class="woodmart-nav-link">Flexible Solarmodule</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-21332 item-level-0" ><a href="https://pvundso.de/product-category/pv-anlagen/" class="woodmart-nav-link"><span class="nav-link-text">PV Anlagen</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26944 item-level-1" ><a href="https://pvundso.de/product-category/pv-anlagen/mit-speicher/" class="woodmart-nav-link">PV Anlagen mit Speicher</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26945 item-level-1" ><a href="https://pvundso.de/product-category/pv-anlagen/ohne-speicher/" class="woodmart-nav-link">PV Anlagen ohne Speicher</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-2616 item-level-1" ><a href="https://pvundso.de/product-category/stromspeicher/" class="woodmart-nav-link">Stromspeicher</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26212 item-level-1" ><a href="https://pvundso.de/product-category/solarmodule/" class="woodmart-nav-link">Solarmodule</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26217 item-level-1" ><a href="https://pvundso.de/product-category/zubehoer/kabel-solarmodule/" class="woodmart-nav-link">Solarkabel</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26221 item-level-1" ><a href="https://pvundso.de/product-category/speicher-fuer-balkonkraftwerk/" class="woodmart-nav-link">Speicher für Balkonkraftwerke</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31763 item-level-1" ><a href="https://pvundso.de/netzumschaltbox/" class="woodmart-nav-link">Notstrom Netzumschaltbox</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-21334 item-level-0" ><a href="https://pvundso.de/product-category/micro-wechselrichter/" class="woodmart-nav-link"><span class="nav-link-text">Wechselrichter</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-2432 item-level-1" ><a title="Micro Wechselrichter" href="https://pvundso.de/product-category/micro-wechselrichter/" class="woodmart-nav-link">Mikrowechselrichter</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14747 item-level-1" ><a href="https://pvundso.de/product-category/wechselrichter-string/" class="woodmart-nav-link">String-Wechselrichter</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-17656 item-level-1" ><a href="https://pvundso.de/product-category/hybrid-wechselrichter/" class="woodmart-nav-link">Hybrid-Wechselrichter</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26211 item-level-1" ><a href="https://pvundso.de/product-category/zubehoer/kabel-wechselrichter/" class="woodmart-nav-link">Kabel Wechselrichter</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-2433 item-level-0" ><a href="https://pvundso.de/product-category/solarmodule/" class="woodmart-nav-link"><span class="nav-link-text">Solarmodule</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26226 item-level-1" ><a href="https://pvundso.de/product-category/solarmodule/" class="woodmart-nav-link">Solarmodule</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-23734 item-level-1" ><a href="https://pvundso.de/product-category/flexible-solarmodule/" class="woodmart-nav-link">Flexible Solarmodule</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26208 item-level-1" ><a href="https://pvundso.de/product-category/balkonkraftwerk/min-800w-ausgangsleistung/" class="woodmart-nav-link">> 800W | 4 Module</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26209 item-level-1" ><a href="https://pvundso.de/product-category/balkonkraftwerk/bis-600w-ausgangsleistung/" class="woodmart-nav-link">< 600W | 1 Modul</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26213 item-level-1" ><a href="https://pvundso.de/product-category/pv-anlagen/min-2500w/" class="woodmart-nav-link">> 2500W</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-14722 item-level-0" ><a href="https://pvundso.de/product-category/halterungen/" class="woodmart-nav-link"><span class="nav-link-text">Halterungen</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14723 item-level-1" ><a href="https://pvundso.de/product-category/halterungen/balkongelaender/" class="woodmart-nav-link">Balkongeländer</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26220 item-level-1" ><a href="https://pvundso.de/product-category/halterungen-3/" class="woodmart-nav-link">Dachhalterungen | Gestelle</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14724 item-level-1" ><a href="https://pvundso.de/product-category/halterungen/ziegeldach/" class="woodmart-nav-link">Ziegeldach</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14725 item-level-1" ><a href="https://pvundso.de/product-category/halterungen/bitumendach/" class="woodmart-nav-link">Bitumendach</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14726 item-level-1" ><a href="https://pvundso.de/product-category/halterungen/flachdach/" class="woodmart-nav-link">Flachdach</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14727 item-level-1" ><a href="https://pvundso.de/product-category/halterungen/fassade/" class="woodmart-nav-link">Wandhalterungen</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-30850 item-level-0" ><a href="https://pvundso.de/hersteller-marke/jackery/" class="woodmart-nav-link"><span class="nav-link-text">Jackery</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30851 item-level-1" ><a href="https://pvundso.de/product-category/jackery/balkonkraftwerke/" class="woodmart-nav-link">Jackery Balkonkraftwerk</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30852 item-level-1" ><a href="https://pvundso.de/product-category/jackery/powerstation/" class="woodmart-nav-link">Jackery Powerstation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30853 item-level-1" ><a href="https://pvundso.de/product-category/jackery/solarpanel/" class="woodmart-nav-link">Jackery Solarpanel</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30854 item-level-1" ><a href="https://pvundso.de/product-category/jackery/wechselrichter-jackery/" class="woodmart-nav-link">Jackery Wechselrichter</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-18875 item-level-0" ><a href="https://pvundso.de/product-category/waerme/" class="woodmart-nav-link"><span class="nav-link-text">Wärme</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26215 item-level-1" ><a href="https://pvundso.de/product-category/waerme/" class="woodmart-nav-link">PV-Heizstab & Solarwarmwasser</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-2434 item-level-0" ><a href="https://pvundso.de/product-category/zubehoer/" class="woodmart-nav-link"><span class="nav-link-text">Zubehör</span></a> <ul class="wd-sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-32030 item-level-1" ><a href="https://pvundso.de/product/fronius-datamanager-2-0-wlan-fuer-galvo-symo-primo/" class="woodmart-nav-link">Fronius Datamanager 2.0</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14754 item-level-1" ><a href="https://pvundso.de/product-category/zubehoer/kabel-solarmodule/" class="woodmart-nav-link">Solarkabel</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14753 item-level-1" ><a href="https://pvundso.de/product-category/zubehoer/kabel-wechselrichter/" class="woodmart-nav-link">Kabel Wechselrichter</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14752 item-level-1" ><a href="https://pvundso.de/product-category/zubehoer/ueberwachung-und-verbrauchsoptimierung/" class="woodmart-nav-link">Überwachung und Verbrauchsoptimierung</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26216 item-level-1" ><a href="https://pvundso.de/product-category/zubehoer/messtechnik/" class="woodmart-nav-link">Messtechnik</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-26224 item-level-1" ><a href="https://pvundso.de/product-category/halterungen/" class="woodmart-nav-link">Halterungen</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26230 item-level-0" ><a href="https://pvundso.de/ueber-uns/" class="woodmart-nav-link"><span class="nav-link-text">Über uns</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26231 item-level-0" ><a href="https://pvundso.de/kontakt/" class="woodmart-nav-link"><span class="nav-link-text">Kontakt</span></a></li> </ul> </div><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/woodmart-child\/*","\/wp-content\/themes\/woodmart\/*","\/*\\?(.+)","\/","\/mein-konto\/"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script>let taScript = document.createElement("script"); taScript.setAttribute("type", "text/javascript"); taScript.setAttribute("id", "trustamiwidget"); taScript.setAttribute("src", "https://cdn.trustami.com/widgetapi/widget2/trustami-widget.js?cache=off"); taScript.setAttribute("data-user", "31ae1621831be5333185d875512bf5e52c480452"); taScript.setAttribute("data-profile", "5e89002f2b5d85ec388b45a8"); taScript.setAttribute("data-platform", "0"); taScript.setAttribute("data-plugin", "wc");document.body.appendChild(taScript);</script> <a href="https://wa.me/4950687808880?text=Hallo+PVundSo-Team%2C+ich+habe+eine+Frage..." target="_blank" rel="noopener noreferrer nofollow" class="whatsappbutton" style="position:fixed; bottom:20px; right:20px; background:#25D366; color:#fff; width:60px; height:60px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:30px; text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,0.2); z-index:9999;"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 16 16"> <path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"/> </svg> </a> <div class="wd-toolbar wd-toolbar-label-show" role="complementary" aria-label="Sticky toolbar"> <div class="wd-toolbar-shop wd-toolbar-item wd-tools-element"> <a href="https://pvundso.de/shop/"> <span class="wd-tools-icon"></span> <span class="wd-toolbar-label"> Shop </span> </a> </div> <div class="wd-header-cart wd-tools-element wd-design-5" title="My cart"> <a href="https://pvundso.de/cart/"> <span class="wd-tools-icon"> <span class="wd-cart-number wd-tools-count">0 <span>Produkte</span></span> </span> <span class="wd-toolbar-label"> Warenkorb </span> </a> </div> <div class="wd-header-my-account wd-tools-element wd-style-icon "> <a href="https://pvundso.de/mein-konto/"> <span class="wd-tools-icon"></span> <span class="wd-toolbar-label"> Kundenkonto </span> </a> </div> <div class="wd-toolbar-link wd-tools-element wd-toolbar-item wd-tools-custom-icon wd-toolbar-link-1"> <a href="https://wa.me/4950687808880"> <span class="wd-toolbar-icon wd-tools-icon wd-icon wd-custom-icon"> <img width="1" height="1" src="https://pvundso.de/wp-content/uploads/2025/10/whatsapp-icon.svg" class="attachment-thumbnail size-thumbnail" alt="Whatsapp Icon" decoding="async" loading="lazy" /> </span> <span class="wd-toolbar-label"> WhatsApp </span> </a> </div> </div> <style type="text/css"> .wc-apa-button-separator, .wc-amazon-payments-advanced-info, #pay_with_amazon, #pay_with_amazon_cart, #pay_with_amazon_product { display: none; } </style> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script id="wcPPCPSettings"> window['wcPPCPSettings'] = JSON.parse( decodeURIComponent( '%7B%22cart%22%3A%7B%22total%22%3A%220.00%22%2C%22totalCents%22%3A0%2C%22needsShipping%22%3Afalse%2C%22isEmpty%22%3Atrue%2C%22currency%22%3A%22EUR%22%2C%22countryCode%22%3A%22DE%22%2C%22availablePaymentMethods%22%3A%5B%22ppcp-card-button-gateway%22%2C%22mollie_wc_gateway_paybybank%22%2C%22mollie_wc_gateway_paypal%22%2C%22mollie_wc_gateway_creditcard%22%2C%22amazon_payments_advanced%22%2C%22mollie_wc_gateway_banktransfer%22%2C%22mollie_wc_gateway_klarnapaylater%22%2C%22mollie_wc_gateway_klarna%22%2C%22mollie_wc_gateway_klarnapaynow%22%2C%22mollie_wc_gateway_applepay%22%2C%22ppcp%22%2C%22giromatch%22%5D%2C%22lineItems%22%3A%5B%5D%2C%22shippingOptions%22%3A%5B%5D%2C%22selectedShippingMethod%22%3A%22%22%7D%2C%22requiredFields%22%3A%5B%22billing_first_name%22%2C%22billing_last_name%22%2C%22billing_country%22%2C%22billing_address_1%22%2C%22billing_postcode%22%2C%22billing_city%22%2C%22billing_phone%22%2C%22billing_email%22%2C%22shipping_first_name%22%2C%22shipping_last_name%22%2C%22shipping_country%22%2C%22shipping_address_1%22%2C%22shipping_postcode%22%2C%22shipping_city%22%5D%2C%22version%22%3A%222.0.14%22%2C%22generalData%22%3A%7B%22clientId%22%3A%22BAAd7vuRJvyEe_lpyPftwlgfa7uVHXCs2jNbuQ7LhseLXflfoslwkPfGFQo_AdUsxAGpkEhklYBam6POy4%22%2C%22environment%22%3A%22production%22%2C%22partner_id%22%3A%22PaymentPlugins_PCP%22%2C%22page%22%3Anull%2C%22version%22%3A%222.0.14%22%2C%22is_admin%22%3Afalse%2C%22restRoutes%22%3A%7B%22connect%5C%2Faccount%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Faccount%5C%2Fconnect%22%7D%2C%22domain-association-file%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Fdomain-association-file%22%7D%2C%22cart%5C%2Fitem%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fitem%22%7D%2C%22cart%5C%2Fshipping%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fshipping%22%7D%2C%22cart%5C%2Fbilling%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fbilling%22%7D%2C%22cart%5C%2Fcheckout%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fcheckout%22%7D%2C%22cart%5C%2Frefresh%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Frefresh%22%7D%2C%22cart%5C%2Forder%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Forder%22%7D%2C%22order%5C%2Fpay%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Forder%5C%2Fpay%22%7D%2C%22billing-agreement%5C%2Ftoken%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fbilling-agreement%5C%2Ftoken%5C%2F%3F%28%3FP%3Cid%3E%5B%5C%5Cw-%5D%2B%29%22%7D%2C%22billing-agreement%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fbilling-agreements%5C%2F%28%3FP%3Cid%3E%5B%5C%5Cw-%5D%2B%29%22%7D%2C%22webhook%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fwebhook%5C%2F%28%3FP%3Cenvironment%3E%5B%5C%5Cw%5D%2B%29%22%7D%2C%22admin%5C%2Forder%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Forder%5C%2F%28%3FP%3Corder_id%3E%5B%5C%5Cw%5D%2B%29%22%7D%2C%22admin%5C%2Ftracking%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Forder%5C%2F%28%3FP%3Corder_id%3E%5B%5C%5Cw%5D%2B%29%5C%2Ftracking%22%7D%2C%22admin%5C%2Fwebhook%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Fwebhook%22%7D%2C%22setup-tokens%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fvault%5C%2Fsetup-tokens%22%7D%2C%22payment-tokens%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fvault%5C%2Fpayment-tokens%22%7D%2C%22checkout%5C%2Fvalidation%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcheckout-validation%22%7D%7D%2C%22ajaxRestPath%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2F%25s%22%7D%2C%22errorMessages%22%3A%7B%22terms%22%3A%22Bitte%20%5Cu00fcberpr%5Cu00fcfen%20Sie%20die%20Allgemeinen%20Gesch%5Cu00e4ftsbedingungen%2C%20bevor%20Sie%20fortfahren.%22%2C%22invalid_client_id%22%3A%22Ung%5Cu00fcltige%20PayPal-Kunden-ID.%20Bitte%20%5Cu00fcberpr%5Cu00fcfen%20Sie%20Ihre%20API-Einstellungen.%22%2C%22invalid_currency%22%3A%22PayPal%20unterst%5Cu00fctzt%20die%20W%5Cu00e4hrung%20%25%20nicht.%20Bitte%20verwenden%20Sie%20eine%20unterst%5Cu00fctzte%20W%5Cu00e4hrung.%22%2C%22order_button_click%22%3A%22Bitte%20klicken%20Sie%20auf%20die%20Schaltfl%5Cu00e4che%20%25s%2C%20bevor%20Sie%20Ihre%20Bestellung%20aufgeben.%22%2C%22gpay_order_button_click%22%3A%22Please%20click%20the%20Google%20Pay%20button%20before%20placing%20your%20order%22%2C%22order_missing_address%22%3A%22Please%20fill%20out%20all%20billing%20and%20shipping%20fields%20before%20clicking%20PayPal.%22%2C%22order_missing_billing_address%22%3A%22Please%20fill%20out%20all%20billing%20fields%20before%20clicking%20PayPal.%22%2C%22cancel%22%3A%22Stornieren%22%2C%22required_fields%22%3A%22Please%20fill%20out%20all%20required%20fields.%22%2C%22Y_N_NO%22%3A%223DS%20authentication%20failed.%22%2C%22Y_R_NO%22%3A%223DS%20authentication%20was%20rejected.%22%2C%22Y_U_UNKNOWN%22%3A%22Unable%20to%20complete%203DS%20authentication.%20Please%20try%20again.%22%2C%22Y_U_NO%22%3A%22Unable%20to%20complete%203DS%20authentication.%20Please%20try%20again.%22%2C%22Y_C_UNKNOWN%22%3A%223DS%20authentication%20challenge%20required%20but%20could%20not%20be%20completed.%20Please%20try%20again.%22%2C%22Y__NO%22%3A%223DS%20authentication%20could%20not%20be%20processed.%20Please%20try%20again.%22%2C%22U__UNKNOWN%22%3A%223DS%20system%20is%20currently%20unavailable.%20Please%20try%20again%20later.%22%2C%22___UNKNOWN%22%3A%223DS%20authentication%20status%20unknown.%20Please%20try%20again.%22%2C%22total%22%3A%22Total%22%2C%22ERROR_VALIDATING_MERCHANT%22%3A%22Domain%20registration%20is%20not%20complete.%20Visit%20https%3A%5C%2F%5C%2Fpaymentplugins.com%5C%2Fdocumentation%5C%2Fpaypal%5C%2Fapplepay%5C%2Fsetup%5C%2F%20for%20instructions%20on%20completing%20domain%20registration.%22%7D%2C%22i18n%22%3A%7B%22locale%22%3A%22%7B%5C%22AT%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22DE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22FR%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22NL%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22default%5C%22%3A%7B%5C%22first_name%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Vorname%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-first%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22given-name%5C%22%2C%5C%22priority%5C%22%3A10%7D%2C%5C%22last_name%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Nachname%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-last%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22family-name%5C%22%2C%5C%22priority%5C%22%3A20%7D%2C%5C%22country%5C%22%3A%7B%5C%22type%5C%22%3A%5C%22country%5C%22%2C%5C%22label%5C%22%3A%5C%22Land%20%5C%5C%5C%2F%20Region%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%2C%5C%22update_totals_on_change%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22country%5C%22%2C%5C%22priority%5C%22%3A40%7D%2C%5C%22address_1%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Stra%5C%5Cu00dfe%5C%22%2C%5C%22placeholder%5C%22%3A%5C%22Stra%5C%5Cu00dfenname%20und%20Hausnummer%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-line1%5C%22%2C%5C%22priority%5C%22%3A50%7D%2C%5C%22address_2%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Wohnung%2C%20Suite%2C%20Zimmer%20usw.%5C%22%2C%5C%22label_class%5C%22%3A%5B%5C%22screen-reader-text%5C%22%5D%2C%5C%22placeholder%5C%22%3A%5C%22Wohnung%2C%20Suite%2C%20Zimmer%20usw.%20%28optional%29%5C%22%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-line2%5C%22%2C%5C%22priority%5C%22%3A60%2C%5C%22required%5C%22%3Afalse%7D%2C%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Ort%20%5C%5C%5C%2F%20Stadt%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-level2%5C%22%2C%5C%22priority%5C%22%3A70%7D%2C%5C%22state%5C%22%3A%7B%5C%22type%5C%22%3A%5C%22state%5C%22%2C%5C%22label%5C%22%3A%5C%22Bundesland%20%5C%5C%5C%2F%20Landkreis%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22validate%5C%22%3A%5B%5C%22state%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-level1%5C%22%2C%5C%22priority%5C%22%3A80%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postleitzahl%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22validate%5C%22%3A%5B%5C%22postcode%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22postal-code%5C%22%2C%5C%22priority%5C%22%3A90%7D%7D%7D%22%2C%22locale_fields%22%3A%22%7B%5C%22address_1%5C%22%3A%5C%22%23billing_address_1_field%2C%20%23shipping_address_1_field%5C%22%2C%5C%22address_2%5C%22%3A%5C%22%23billing_address_2_field%2C%20%23shipping_address_2_field%5C%22%2C%5C%22state%5C%22%3A%5C%22%23billing_state_field%2C%20%23shipping_state_field%2C%20%23calc_shipping_state_field%5C%22%2C%5C%22postcode%5C%22%3A%5C%22%23billing_postcode_field%2C%20%23shipping_postcode_field%2C%20%23calc_shipping_postcode_field%5C%22%2C%5C%22city%5C%22%3A%5C%22%23billing_city_field%2C%20%23shipping_city_field%2C%20%23calc_shipping_city_field%5C%22%7D%22%7D%2C%22ppcp_data%22%3A%7B%22title%22%3A%22PayPal%20Express%22%2C%22sections%22%3A%5B%22cart%22%2C%22express_checkout%22%2C%22order_pay%22%2C%22checkout%22%5D%2C%22needsSetupToken%22%3Afalse%2C%22funding%22%3A%5B%22paypal%22%2C%22paylater%22%2C%22card%22%5D%2C%22buttons_order%22%3A%5B%22paypal%22%2C%22paylater%22%2C%22venmo%22%2C%22card%22%5D%2C%22buttonPlacement%22%3A%22payment_method%22%2C%22buttons%22%3A%7B%22paypal%22%3A%7B%22layout%22%3A%22vertical%22%2C%22label%22%3A%22paypal%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%2C%22color%22%3A%22gold%22%7D%2C%22paylater%22%3A%7B%22layout%22%3A%22vertical%22%2C%22label%22%3A%22paypal%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%2C%22color%22%3A%22silver%22%7D%2C%22card%22%3A%7B%22layout%22%3A%22vertical%22%2C%22label%22%3A%22paypal%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%2C%22color%22%3A%22black%22%2C%22tagline%22%3Afalse%7D%2C%22venmo%22%3A%7B%22layout%22%3A%22vertical%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%7D%7D%2C%22paypal_sections%22%3A%5B%22cart%22%2C%22express_checkout%22%2C%22order_pay%22%2C%22checkout%22%2C%22add_payment_method%22%5D%2C%22paylater_sections%22%3A%5B%22cart%22%2C%22checkout%22%2C%22order_pay%22%5D%2C%22credit_card_sections%22%3A%5B%22cart%22%2C%22checkout%22%2C%22express_checkout%22%2C%22order_pay%22%5D%2C%22venmo_sections%22%3A%5B%22checkout%22%2C%22order_pay%22%5D%2C%22placeOrderEnabled%22%3Afalse%7D%2C%22queryParams%22%3A%7B%22client-id%22%3A%22BAAd7vuRJvyEe_lpyPftwlgfa7uVHXCs2jNbuQ7LhseLXflfoslwkPfGFQo_AdUsxAGpkEhklYBam6POy4%22%2C%22intent%22%3A%22capture%22%2C%22commit%22%3A%22true%22%2C%22components%22%3A%22buttons%2Cmessages%2Ccard-fields%2Cgooglepay%2Capplepay%22%2C%22currency%22%3A%22EUR%22%2C%22enable-funding%22%3A%22paylater%22%2C%22data-partner-attribution-id%22%3A%22PaymentPlugins_PCP%22%2C%22locale%22%3A%22de_DE%22%7D%2C%22ppcp_api%22%3A%5B%5D%2C%22ppcp_advanced%22%3A%7B%22miniCartLocation%22%3A%22below%22%7D%2C%22ppcp_paylater_message%22%3A%5B%5D%7D' ) ); </script><link rel="stylesheet" id="mailpoet_custom_fonts_0-css" type="text/css" media="all" consent-original-href-_="https://fonts.googleapis.com/css?family=Abril+FatFace%3A400%2C400i%2C700%2C700i%7CAlegreya%3A400%2C400i%2C700%2C700i%7CAlegreya+Sans%3A400%2C400i%2C700%2C700i%7CAmatic+SC%3A400%2C400i%2C700%2C700i%7CAnonymous+Pro%3A400%2C400i%2C700%2C700i%7CArchitects+Daughter%3A400%2C400i%2C700%2C700i%7CArchivo%3A400%2C400i%2C700%2C700i%7CArchivo+Narrow%3A400%2C400i%2C700%2C700i%7CAsap%3A400%2C400i%2C700%2C700i%7CBarlow%3A400%2C400i%2C700%2C700i%7CBioRhyme%3A400%2C400i%2C700%2C700i%7CBonbon%3A400%2C400i%2C700%2C700i%7CCabin%3A400%2C400i%2C700%2C700i%7CCairo%3A400%2C400i%2C700%2C700i%7CCardo%3A400%2C400i%2C700%2C700i%7CChivo%3A400%2C400i%2C700%2C700i%7CConcert+One%3A400%2C400i%2C700%2C700i%7CCormorant%3A400%2C400i%2C700%2C700i%7CCrimson+Text%3A400%2C400i%2C700%2C700i%7CEczar%3A400%2C400i%2C700%2C700i%7CExo+2%3A400%2C400i%2C700%2C700i%7CFira+Sans%3A400%2C400i%2C700%2C700i%7CFjalla+One%3A400%2C400i%2C700%2C700i%7CFrank+Ruhl+Libre%3A400%2C400i%2C700%2C700i%7CGreat+Vibes%3A400%2C400i%2C700%2C700i&ver=6.8.2" consent-required="19715" consent-by="services" consent-id="26104"/> <link rel="stylesheet" id="mailpoet_custom_fonts_1-css" type="text/css" media="all" consent-original-href-_="https://fonts.googleapis.com/css?family=Heebo%3A400%2C400i%2C700%2C700i%7CIBM+Plex%3A400%2C400i%2C700%2C700i%7CInconsolata%3A400%2C400i%2C700%2C700i%7CIndie+Flower%3A400%2C400i%2C700%2C700i%7CInknut+Antiqua%3A400%2C400i%2C700%2C700i%7CInter%3A400%2C400i%2C700%2C700i%7CKarla%3A400%2C400i%2C700%2C700i%7CLibre+Baskerville%3A400%2C400i%2C700%2C700i%7CLibre+Franklin%3A400%2C400i%2C700%2C700i%7CMontserrat%3A400%2C400i%2C700%2C700i%7CNeuton%3A400%2C400i%2C700%2C700i%7CNotable%3A400%2C400i%2C700%2C700i%7CNothing+You+Could+Do%3A400%2C400i%2C700%2C700i%7CNoto+Sans%3A400%2C400i%2C700%2C700i%7CNunito%3A400%2C400i%2C700%2C700i%7COld+Standard+TT%3A400%2C400i%2C700%2C700i%7COxygen%3A400%2C400i%2C700%2C700i%7CPacifico%3A400%2C400i%2C700%2C700i%7CPoppins%3A400%2C400i%2C700%2C700i%7CProza+Libre%3A400%2C400i%2C700%2C700i%7CPT+Sans%3A400%2C400i%2C700%2C700i%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CRakkas%3A400%2C400i%2C700%2C700i%7CReenie+Beanie%3A400%2C400i%2C700%2C700i%7CRoboto+Slab%3A400%2C400i%2C700%2C700i&ver=6.8.2" consent-required="19715" consent-by="services" consent-id="26104"/> <link rel="stylesheet" id="mailpoet_custom_fonts_2-css" type="text/css" media="all" consent-original-href-_="https://fonts.googleapis.com/css?family=Ropa+Sans%3A400%2C400i%2C700%2C700i%7CRubik%3A400%2C400i%2C700%2C700i%7CShadows+Into+Light%3A400%2C400i%2C700%2C700i%7CSpace+Mono%3A400%2C400i%2C700%2C700i%7CSpectral%3A400%2C400i%2C700%2C700i%7CSue+Ellen+Francisco%3A400%2C400i%2C700%2C700i%7CTitillium+Web%3A400%2C400i%2C700%2C700i%7CUbuntu%3A400%2C400i%2C700%2C700i%7CVarela%3A400%2C400i%2C700%2C700i%7CVollkorn%3A400%2C400i%2C700%2C700i%7CWork+Sans%3A400%2C400i%2C700%2C700i%7CYatra+One%3A400%2C400i%2C700%2C700i&ver=6.8.2" consent-required="19715" consent-by="services" consent-id="26104"/> <link rel='stylesheet' id='mailpoet_public-css' href='https://pvundso.de/wp-content/plugins/mailpoet/assets/dist/css/mailpoet-public.b1f0906e.css?ver=6.8.2' type='text/css' media='all' /> <script data-cfasync="false" nitro-exclude type="text/javascript" defer src="https://pvundso.de/wp-content/b361342e6040841b58f7fe35e7aed4e5/dist/1123491820.js?ver=ac7a5a6e07f1d9683ba42c5f650783d3" id="real-cookie-banner-pro-blocker-js"></script> <script type="text/javascript" id="wd-update-cart-fragments-fix-js-extra"> /* <![CDATA[ */ var wd_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_217fa577f3a546bad08c194e85d342b6","fragment_name":"wc_fragments_217fa577f3a546bad08c194e85d342b6","request_timeout":"5000"}; /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/wc/updateCartFragmentsFix.js?ver=8.3.8" id="wd-update-cart-fragments-fix-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-translations"> /* <![CDATA[ */ ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "contact-form-7", {"translation-revision-date":"2026-04-05 02:28:42+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"de"},"This contact form is placed in the wrong place.":["Dieses Kontaktformular wurde an der falschen Stelle platziert."],"Error:":["Fehler:"]}},"comment":{"reference":"includes\/js\/index.js"}} ); /* ]]> */ </script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/pvundso.de\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5" id="contact-form-7-js"></script> <script type="text/javascript" data-website-id="dfid_HBH4rfgrbjHXm2Gz8KB8C" data-domain="https://pvundso.de" src="https://datafa.st/js/script.js?ver=1.0.0" id="datafast-tracking-js"></script> <script type="text/javascript" id="german-market-wcvat-js-js-extra"> /* <![CDATA[ */ var wcvat_script_vars = {"ajaxurl":"https:\/\/pvundso.de\/wp-admin\/admin-ajax.php","error_badge":"<span class=\"error-badge\">Die UST ID ist nicht g\u00fcltig!<\/span>","correct_badge":"<span class=\"correct-badge\">\u00a0<\/span>","spinner":"<span class=\"spinner-badge\">Validierung ...<\/span>","base_country":"DE","base_country_hide":"1","show_for_basecountry_hide_eu_countries":"","non_eu_country_hide":"1","trigger_update_checkout":"1","tax_based_on":"shipping","display_vat_field":"eu_optional","required_title_text":"erforderlich","eu_countries":["AT","BE","BG","CY","CZ","DE","DK","EE","ES","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"]}; /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/plugins/woocommerce-german-market/add-ons/woocommerce-eu-vatin-check/assets/js/frontend.min.js?ver=3.5.1" id="german-market-wcvat-js-js"></script> <script id="sourcebuster-js-js" consent-original-src-_="https://pvundso.de/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.7.0" consent-required="26151" consent-by="services" consent-id="26152" consent-original-type-_="text/javascript" type="application/consent"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/pvundso.de\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script id="wc-order-attribution-js" consent-original-src-_="https://pvundso.de/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.7.0" consent-required="26151" consent-by="services" consent-id="26152" consent-original-type-_="text/javascript" type="application/consent"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.7.2" id="wpb_composer_front_js-js"></script> <script type="text/javascript" id="woodmart-theme-js-extra"> /* <![CDATA[ */ var woodmart_settings = {"menu_storage_key":"woodmart_c10660a67efe8d87893a2f2e8bb3535e","ajax_dropdowns_save":"1","photoswipe_close_on_scroll":"1","woocommerce_ajax_add_to_cart":"yes","variation_gallery_storage_method":"new","elementor_no_gap":"enabled","adding_to_cart":"Processing","added_to_cart":"Produkt zum Warenkorb hinzugef\u00fcgt!","continue_shopping":"Weiter einkaufen","view_cart":"Warenkorb \u00f6ffnen","go_to_checkout":"Kasse","loading":"Loading...","countdown_days":"days","countdown_hours":"hr","countdown_mins":"min","countdown_sec":"sc","cart_url":"https:\/\/pvundso.de\/cart\/","ajaxurl":"https:\/\/pvundso.de\/wp-admin\/admin-ajax.php","add_to_cart_action":"popup","added_popup":"no","categories_toggle":"yes","product_images_captions":"no","ajax_add_to_cart":"1","all_results":"Alle Ergebnisse ansehen","zoom_enable":"no","ajax_scroll":"yes","ajax_scroll_class":".wd-page-content","ajax_scroll_offset":"100","infinit_scroll_offset":"300","product_slider_auto_height":"no","price_filter_action":"click","product_slider_autoplay":"","close":"Schlie\u00dfen","close_markup":"<div class=\"wd-popup-close wd-action-btn wd-cross-icon wd-style-icon\"><a title=\"Schlie\u00dfen\" href=\"#\" rel=\"nofollow\"><span>Schlie\u00dfen<\/span><\/a><\/div>","share_fb":"Share on Facebook","pin_it":"Pin it","tweet":"Share on X","download_image":"Download image","off_canvas_column_close_btn_text":"Schlie\u00dfen","cookies_version":"1","header_banner_version":"1","promo_version":"1","header_banner_close_btn":"yes","header_banner_enabled":"no","whb_header_clone":"\n\t<div class=\"whb-sticky-header whb-clone whb-main-header {{wrapperClasses}}\">\n\t\t<div class=\"{{cloneClass}}\">\n\t\t\t<div class=\"container\">\n\t\t\t\t<div class=\"whb-flex-row whb-general-header-inner\">\n\t\t\t\t\t<div class=\"whb-column whb-col-left whb-visible-lg\">\n\t\t\t\t\t\t{{.site-logo}}\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"whb-column whb-col-center whb-visible-lg\">\n\t\t\t\t\t\t{{.wd-header-main-nav}}\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"whb-column whb-col-right whb-visible-lg\">\n\t\t\t\t\t\t{{.wd-header-my-account}}\n\t\t\t\t\t\t{{.wd-header-search:not(.wd-header-search-mobile)}}\n\t\t\t\t\t\t{{.wd-header-wishlist}}\n\t\t\t\t\t\t{{.wd-header-compare}}\n\t\t\t\t\t\t{{.wd-header-cart}}\n\t\t\t\t\t\t{{.wd-header-fs-nav}}\n\t\t\t\t\t<\/div>\n\t\t\t\t\t{{.whb-mobile-left}}\n\t\t\t\t\t{{.whb-mobile-center}}\n\t\t\t\t\t{{.whb-mobile-right}}\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n","pjax_timeout":"5000","split_nav_fix":"","shop_filters_close":"no","woo_installed":"1","base_hover_mobile_click":"no","centered_gallery_start":"1","quickview_in_popup_fix":"","one_page_menu_offset":"150","hover_width_small":"1","is_multisite":"","current_blog_id":"1","swatches_scroll_top_desktop":"no","swatches_scroll_top_mobile":"no","lazy_loading_offset":"250","add_to_cart_action_timeout":"no","add_to_cart_action_timeout_number":"3","single_product_variations_price":"no","google_map_style_text":"Custom style","quick_shop":"no","sticky_product_details_offset":"150","sticky_add_to_cart_offset":"250","sticky_product_details_different":"100","preloader_delay":"300","comment_images_upload_size_text":"Some files are too large. Allowed file size is 1 MB.","comment_images_count_text":"You can upload up to 3 images to your review.","single_product_comment_images_required":"no","comment_required_images_error_text":"Image is required.","comment_images_upload_mimes_text":"You are allowed to upload images only in png, jpeg formats.","comment_images_added_count_text":"Added %s image(s)","comment_images_upload_size":"1048576","comment_images_count":"3","search_input_padding":"no","comment_images_upload_mimes":{"jpg|jpeg|jpe":"image\/jpeg","png":"image\/png"},"home_url":"https:\/\/pvundso.de\/","shop_url":"https:\/\/pvundso.de\/shop\/","age_verify":"no","banner_version_cookie_expires":"60","promo_version_cookie_expires":"7","age_verify_expires":"30","countdown_timezone":"GMT","cart_redirect_after_add":"no","swatches_labels_name":"no","product_categories_placeholder":"Kategorie ausw\u00e4hlen","product_categories_no_results":"No matches found","cart_hash_key":"wc_cart_hash_217fa577f3a546bad08c194e85d342b6","fragment_name":"wc_fragments_217fa577f3a546bad08c194e85d342b6","photoswipe_template":"<div class=\"pswp\" aria-hidden=\"true\" role=\"dialog\" tabindex=\"-1\"><div class=\"pswp__bg\"><\/div><div class=\"pswp__scroll-wrap\"><div class=\"pswp__container\"><div class=\"pswp__item\"><\/div><div class=\"pswp__item\"><\/div><div class=\"pswp__item\"><\/div><\/div><div class=\"pswp__ui pswp__ui--hidden\"><div class=\"pswp__top-bar\"><div class=\"pswp__counter\"><\/div><button class=\"pswp__button pswp__button--close\" title=\"Schlie\u00dfen (Esc)\"><\/button> <button class=\"pswp__button pswp__button--share\" title=\"Teilen\"><\/button> <button class=\"pswp__button pswp__button--fs\" title=\"Vollbildmodus wechseln\"><\/button> <button class=\"pswp__button pswp__button--zoom\" title=\"Vergr\u00f6\u00dfern\/Verkleinern\"><\/button><div class=\"pswp__preloader\"><div class=\"pswp__preloader__icn\"><div class=\"pswp__preloader__cut\"><div class=\"pswp__preloader__donut\"><\/div><\/div><\/div><\/div><\/div><div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"><div class=\"pswp__share-tooltip\"><\/div><\/div><button class=\"pswp__button pswp__button--arrow--left\" title=\"Zur\u00fcck (linke Pfeiltaste)\"><\/button> <button class=\"pswp__button pswp__button--arrow--right\" title=\"Weiter (rechte Pfeiltaste)>\"><\/button><div class=\"pswp__caption\"><div class=\"pswp__caption__center\"><\/div><\/div><\/div><\/div><\/div>","load_more_button_page_url":"yes","load_more_button_page_url_opt":"no","menu_item_hover_to_click_on_responsive":"no","clear_menu_offsets_on_resize":"yes","three_sixty_framerate":"60","three_sixty_prev_next_frames":"5","ajax_search_delay":"300","animated_counter_speed":"3000","site_width":"1222","cookie_secure_param":"1","cookie_path":"\/","theme_dir":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart","slider_distortion_effect":"sliderWithNoise","current_page_builder":"wpb","collapse_footer_widgets":"yes","carousel_breakpoints":{"1025":"lg","768.98":"md","0":"sm"},"grid_gallery_control":"hover","grid_gallery_enable_arrows":"none","ajax_shop":"1","add_to_cart_text":"Zum Warenkorb hinzuf\u00fcgen","mobile_navigation_drilldown_back_to":"Back to %s","mobile_navigation_drilldown_back_to_main_menu":"Back to menu","mobile_navigation_drilldown_back_to_categories":"Back to categories","search_history_title":"Vergangene Suchanfragen","search_history_clear_all":"Clear","search_history_items_limit":"5","swiper_prev_slide_msg":"Previous slide","swiper_next_slide_msg":"Next slide","swiper_first_slide_msg":"This is the first slide","swiper_last_slide_msg":"This is the last slide","swiper_pagination_bullet_msg":"Go to slide {{index}}","swiper_slide_label_msg":"{{index}} \/ {{slidesLength}}","on_this_page":"On this page:","tooltip_left_selector":".wd-buttons[class*=\"wd-pos-r\"] .wd-action-btn, .wd-portfolio-btns .portfolio-enlarge","tooltip_top_selector":".wd-tooltip, .wd-buttons:not([class*=\"wd-pos-r\"]) > .wd-action-btn, body:not(.catalog-mode-on):not(.login-see-prices) .wd-hover-base .wd-bottom-actions .wd-action-btn.wd-style-icon, .wd-hover-base .wd-compare-btn, body:not(.logged-in) .wd-review-likes a","ajax_links":".wd-nav-product-cat a, .wd-page-wrapper .widget_product_categories a, .widget_layered_nav_filters a, .woocommerce-widget-layered-nav a, .filters-area:not(.custom-content) a, body.post-type-archive-product:not(.woocommerce-account) .woocommerce-pagination a, body.tax-product_cat:not(.woocommerce-account) .woocommerce-pagination a, .wd-shop-tools a:not([rel=\"v:url\"]), .woodmart-woocommerce-layered-nav a, .woodmart-price-filter a, .wd-clear-filters a, .woodmart-woocommerce-sort-by a, .woocommerce-widget-layered-nav-list a, .wd-widget-stock-status a, .widget_nav_mega_menu a, .wd-products-shop-view a, .wd-products-per-page a, .wd-cat a, body[class*=\"tax-pa_\"] .woocommerce-pagination a, .wd-product-category-filter a, .widget_brand_nav a","is_criteria_enabled":"","summary_criteria_ids":"","review_likes_tooltip":"Please log in to rate reviews.","vimeo_library_url":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/js\/libs\/vimeo-player.min.js","reviews_criteria_rating_required":"no","is_rating_summary_filter_enabled":""}; var woodmart_page_css = {"wd-style-base-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/base.min.css","wd-helpers-wpb-elem-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/helpers-wpb-elem.min.css","wd-woo-paypal-payments-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/int-woo-paypal-payments.min.css","wd-wpbakery-base-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/int-wpb-base.min.css","wd-wpbakery-base-deprecated-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/int-wpb-base-deprecated.min.css","wd-woo-payment-plugin-paypal-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/int-woo-payment-plugin-paypal.min.css","wd-woocommerce-base-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woocommerce-base.min.css","wd-mod-star-rating-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/mod-star-rating.min.css","wd-woocommerce-block-notices-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-block-notices.min.css","wd-woo-opt-free-progress-bar-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-opt-free-progress-bar.min.css","wd-woo-mod-progress-bar-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-progress-bar.min.css","wd-opt-carousel-disable-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/opt-carousel-disable.min.css","wd-header-base-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-base.min.css","wd-mod-tools-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/mod-tools.min.css","wd-header-elements-base-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-base.min.css","wd-header-search-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-search.min.css","wd-header-search-form-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-search-form.min.css","wd-popular-requests-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/opt-popular-requests.min.css","wd-wd-search-form-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/wd-search-form.min.css","wd-wd-search-results-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/wd-search-results.min.css","wd-wd-search-dropdown-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/wd-search-dropdown.min.css","wd-header-my-account-dropdown-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-my-account-dropdown.min.css","wd-woo-mod-login-form-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-login-form.min.css","wd-header-my-account-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-my-account.min.css","wd-header-cart-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-cart.min.css","wd-widget-shopping-cart-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-shopping-cart.min.css","wd-widget-product-list-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-product-list.min.css","wd-header-mobile-nav-dropdown-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/header-el-mobile-nav-dropdown.min.css","wd-product-loop-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-product-loop.min.css","wd-product-loop-tiled-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-product-loop-tiled.min.css","wd-categories-loop-default-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-categories-loop-default-old.min.css","wd-woo-categories-loop-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-categories-loop.min.css","wd-categories-loop-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-categories-loop-old.min.css","wd-woo-opt-stretch-cont-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-opt-stretch-cont.min.css","wd-sticky-loader-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/mod-sticky-loader.min.css","wd-add-to-cart-popup-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-opt-add-to-cart-popup.min.css","wd-mfp-popup-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/lib-magnific-popup.min.css","wd-mod-animations-transform-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/mod-animations-transform.min.css","wd-mod-transform-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/mod-transform.min.css","wd-woo-mod-product-labels-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-product-labels.min.css","wd-woo-mod-product-labels-round-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-product-labels-round.min.css","wd-widget-collapse-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/opt-widget-collapse.min.css","wd-footer-base-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/footer-base.min.css","wd-scroll-top-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/opt-scrolltotop.min.css","wd-bottom-toolbar-css":"https:\/\/pvundso.de\/wp-content\/themes\/woodmart\/css\/parts\/opt-bottom-toolbar.min.css"}; /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=8.3.8" id="woodmart-theme-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/wc/woocommerceNotices.min.js?ver=8.3.8" id="wd-woocommerce-notices-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/header/headerBuilder.min.js?ver=8.3.8" id="wd-header-builder-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=8.3.8" id="wd-menu-offsets-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/menu/menuSetUp.min.js?ver=8.3.8" id="wd-menu-setup-js"></script> <script type="text/javascript" id="gt_widget_script_26255387-js-before"> /* <![CDATA[ */ window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['26255387'] = {"default_language":"de","languages":["de","en","fr","nl"],"url_structure":"sub_directory","native_language_names":1,"detect_browser_language":1,"flag_style":"2d","flag_size":24,"wrapper_selector":"#gt-wrapper-26255387","alt_flags":[],"horizontal_position":"inline","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; /* ]]> */ </script><script src="https://pvundso.de/wp-content/plugins/gtranslate/js/flags.js?ver=6.8.2" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/inselanlagen-ohne-speicher/" data-gt-orig-domain="pvundso.de" data-gt-widget-id="26255387" defer></script><script type="text/javascript" id="gt_widget_script_76010725-js-before"> /* <![CDATA[ */ window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['76010725'] = {"default_language":"de","languages":["de","en","fr","nl"],"url_structure":"sub_directory","native_language_names":1,"detect_browser_language":1,"flag_style":"2d","flag_size":24,"wrapper_selector":"#gt-wrapper-76010725","alt_flags":[],"horizontal_position":"inline","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; /* ]]> */ </script><script src="https://pvundso.de/wp-content/plugins/gtranslate/js/flags.js?ver=6.8.2" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/inselanlagen-ohne-speicher/" data-gt-orig-domain="pvundso.de" data-gt-widget-id="76010725" defer></script><script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/beforeSearchContent.min.js?ver=8.3.8" id="wd-before-search-content-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/libs/autocomplete.min.js?ver=8.3.8" id="wd-autocomplete-library-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/ajaxSearch.min.js?ver=8.3.8" id="wd-ajax-search-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/clearSearch.min.js?ver=8.3.8" id="wd-clear-search-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/searchHistory.min.js?ver=8.3.8" id="wd-search-history-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/wc/loginDropdown.min.js?ver=8.3.8" id="wd-login-dropdown-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/wc/onRemoveFromCart.min.js?ver=8.3.8" id="wd-on-remove-from-cart-js"></script> <script type="text/javascript" id="wc-cart-fragments-js-extra"> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_217fa577f3a546bad08c194e85d342b6","fragment_name":"wc_fragments_217fa577f3a546bad08c194e85d342b6","request_timeout":"5000"}; /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.7.0" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="mailpoet_public-js-extra"> /* <![CDATA[ */ var MailPoetForm = {"ajax_url":"https:\/\/pvundso.de\/wp-admin\/admin-ajax.php","is_rtl":"","ajax_common_error_message":"Fehler bei der Ausf\u00fchrung einer Anfrage, bitte sp\u00e4ter erneut versuchen."}; /* ]]> */ </script> <script type="text/javascript" src="https://pvundso.de/wp-content/plugins/mailpoet/assets/dist/js/public.js?ver=5.16.3" id="mailpoet_public-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/wc/actionAfterAddToCart.min.js?ver=8.3.8" id="wd-action-after-add-to-cart-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/libs/magnific-popup.min.js?ver=8.3.8" id="wd-magnific-library-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/widgetCollapse.min.js?ver=8.3.8" id="wd-widget-collapse-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/global/scrollTop.min.js?ver=8.3.8" id="wd-scroll-top-js"></script> <script type="text/javascript" src="https://pvundso.de/wp-content/themes/woodmart/js/scripts/menu/mobileNavigation.min.js?ver=8.3.8" id="wd-mobile-navigation-js"></script> <!-- WooCommerce JavaScript --> <script consent-required="26115" consent-by="services" consent-id="26289" consent-original-type-_="text/javascript" type="application/consent" consent-inline=" jQuery(function($) { ( function() { function trackEvents() { document.querySelector( '.products .post-18541 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"PV204\",\"item_name\":\"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"}]}`)); } } ); document.querySelector( '.products .post-18352 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"#18352\",\"item_name\":\"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":999,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"}]}`)); } } ); document.querySelector( '.products .post-24371 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"PV215\",\"item_name\":\"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 6x 500W JA Solar Module\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"}]}`)); } } ); document.querySelector( '.products .post-30592 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"#30592\",\"item_name\":\"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 24x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":2799,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"}]}`)); } } ); document.querySelector( '.products .post-30568 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"#30568\",\"item_name\":\"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 20x 445W+ Marken- Solarmodule\",\"item_variant\":\"\",\"price\":2399,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"}]}`)); } } ); gtag('event', 'view_item_list', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"PV204\",\"item_name\":\"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#18352\",\"item_name\":\"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":999,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"PV215\",\"item_name\":\"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 6x 500W JA Solar Module\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#30592\",\"item_name\":\"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 24x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":2799,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#30568\",\"item_name\":\"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 20x 445W+ Marken- Solarmodule\",\"item_variant\":\"\",\"price\":2399,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"}]}`)) document.querySelector( '.products .post-16470 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"#16470\",\"item_name\":\"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)\",\"item_variant\":\"\",\"price\":599,\"quantity\":1,\"item_category\":\"Stromspeicher\",\"item_category2\":\"String-Wechselrichter\",\"item_category3\":\"Sale\"}]}`)); } } ); document.querySelector( '.products .post-2967 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"#2967\",\"item_name\":\"Sofar ME3000 Lademanager f\\u00fcr PV Speicher mit Wlan\",\"item_variant\":\"\",\"price\":859,\"quantity\":1,\"item_category\":\"Stromspeicher\",\"item_category2\":\"String-Wechselrichter\"}]}`)); } } ); document.querySelector( '.products .post-2965 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"#2965\",\"item_name\":\"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan\",\"item_variant\":\"\",\"price\":329,\"quantity\":1,\"item_category\":\"String-Wechselrichter\"}]}`)); } } ); gtag('event', 'view_item_list', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"PV204\",\"item_name\":\"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#18352\",\"item_name\":\"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":999,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"PV215\",\"item_name\":\"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 6x 500W JA Solar Module\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#30592\",\"item_name\":\"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 24x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":2799,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#30568\",\"item_name\":\"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 20x 445W+ Marken- Solarmodule\",\"item_variant\":\"\",\"price\":2399,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#16470\",\"item_name\":\"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)\",\"item_variant\":\"\",\"price\":599,\"quantity\":1,\"item_category\":\"Stromspeicher\",\"item_category2\":\"String-Wechselrichter\",\"item_category3\":\"Sale\"},{\"item_id\":\"#2967\",\"item_name\":\"Sofar ME3000 Lademanager f\\u00fcr PV Speicher mit Wlan\",\"item_variant\":\"\",\"price\":859,\"quantity\":1,\"item_category\":\"Stromspeicher\",\"item_category2\":\"String-Wechselrichter\"},{\"item_id\":\"#2965\",\"item_name\":\"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan\",\"item_variant\":\"\",\"price\":329,\"quantity\":1,\"item_category\":\"String-Wechselrichter\"}]}`)) document.querySelector( '.products .post-21440 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"ML-JA440-FB\",\"item_name\":\"Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB\",\"item_variant\":\"\",\"price\":79,\"quantity\":1,\"item_category\":\"Solarmodule\"}]}`)); } } ); document.querySelector( '.products .post-21965 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"ML-JA445+\",\"item_name\":\"Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB\",\"item_variant\":\"\",\"price\":79,\"quantity\":1,\"item_category\":\"Solarmodule\"}]}`)); } } ); document.querySelector( '.products .post-24385 a' ).addEventListener('click', function(event) { if ( ! event.target.classList.contains( 'add_to_cart_button' ) ) { gtag('event', 'select_item', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"ML-500-JA-Bifa\",\"item_name\":\"Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB\",\"item_variant\":\"\",\"price\":99,\"quantity\":1,\"item_category\":\"Solarmodule\"}]}`)); } } ); gtag('event', 'view_item_list', JSON.parse(`{\"category\":\"Products\",\"item_list_name\":\"\",\"items\":[{\"item_id\":\"PV204\",\"item_name\":\"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#18352\",\"item_name\":\"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp; 8 x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":999,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"PV215\",\"item_name\":\"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 6x 500W JA Solar Module\",\"item_variant\":\"\",\"price\":989,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#30592\",\"item_name\":\"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 24x 445W+ Marken-Solarmodule\",\"item_variant\":\"\",\"price\":2799,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#30568\",\"item_name\":\"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 20x 445W+ Marken- Solarmodule\",\"item_variant\":\"\",\"price\":2399,\"quantity\":1,\"item_category\":\"PV Anlagen\",\"item_category2\":\"&gt; 2500W\",\"item_category3\":\"PV Anlagen ohne Speicher\"},{\"item_id\":\"#16470\",\"item_name\":\"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)\",\"item_variant\":\"\",\"price\":599,\"quantity\":1,\"item_category\":\"Stromspeicher\",\"item_category2\":\"String-Wechselrichter\",\"item_category3\":\"Sale\"},{\"item_id\":\"#2967\",\"item_name\":\"Sofar ME3000 Lademanager f\\u00fcr PV Speicher mit Wlan\",\"item_variant\":\"\",\"price\":859,\"quantity\":1,\"item_category\":\"Stromspeicher\",\"item_category2\":\"String-Wechselrichter\"},{\"item_id\":\"#2965\",\"item_name\":\"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan\",\"item_variant\":\"\",\"price\":329,\"quantity\":1,\"item_category\":\"String-Wechselrichter\"},{\"item_id\":\"ML-JA440-FB\",\"item_name\":\"Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB\",\"item_variant\":\"\",\"price\":79,\"quantity\":1,\"item_category\":\"Solarmodule\"},{\"item_id\":\"ML-JA445+\",\"item_name\":\"Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB\",\"item_variant\":\"\",\"price\":79,\"quantity\":1,\"item_category\":\"Solarmodule\"},{\"item_id\":\"ML-500-JA-Bifa\",\"item_name\":\"Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB\",\"item_variant\":\"\",\"price\":99,\"quantity\":1,\"item_category\":\"Solarmodule\"}]}`)) } if ( 'undefined' !== typeof gtag ) { trackEvents(); } else { // avoid using jQuery in case it's not available when this script is loaded document.addEventListener( 'wc_google_analytics_pro_gtag_loaded', trackEvents ); } function trackUAEvents() { ga( 'ec:addImpression', {"id":"PV204","name":"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp; 8 x 445W+ Marken-Solarmodule","category":"PV Anlagen\/&gt; 2500W","position":2,"price":989} ); ga( 'ec:addImpression', {"id":"#18352","name":"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp; 8 x 445W+ Marken-Solarmodule","category":"PV Anlagen\/&gt; 2500W","position":3,"price":999} ); ga( 'ec:addImpression', {"id":"PV215","name":"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 6x 500W JA Solar Module","category":"PV Anlagen\/&gt; 2500W","position":4,"price":989} ); ga( 'ec:addImpression', {"id":"#30592","name":"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 24x 445W+ Marken-Solarmodule","category":"PV Anlagen\/&gt; 2500W","position":5,"price":"2799"} ); ga( 'ec:addImpression', {"id":"#30568","name":"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 20x 445W+ Marken- Solarmodule","category":"PV Anlagen\/&gt; 2500W","position":6,"price":"2399"} ); ga( 'ec:addImpression', {"id":"#16470","name":"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)","category":"Stromspeicher","position":7,"price":599} ); ga( 'ec:addImpression', {"id":"#2967","name":"Sofar ME3000 Lademanager f\u00fcr PV Speicher mit Wlan","category":"Stromspeicher","position":8,"price":"859.00"} ); ga( 'ec:addImpression', {"id":"#2965","name":"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan","category":"String-Wechselrichter","position":9,"price":"329"} ); ga( 'ec:addImpression', {"id":"ML-JA440-FB","name":"Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB","category":"Solarmodule","position":10,"price":"79"} ); ga( 'ec:addImpression', {"id":"ML-JA445+","name":"Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB","category":"Solarmodule","position":11,"price":"79"} ); ga( 'ec:addImpression', {"id":"ML-500-JA-Bifa","name":"Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB","category":"Solarmodule","position":12,"price":"99"} ); ga( 'send', 'pageview' ); document.querySelector( '.products .post-18541 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"PV204","name":"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp; 8 x 445W+ Marken-Solarmodule","brand":"","category":"PV Anlagen\/&gt; 2500W","variant":"","price":989,"quantity":1,"position":2} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"3000W Solaranlage | 3kW Solis Wechselrichter inkl. Wlan-Stick &amp;amp; 8 x 445W+ Marken-Solarmodule","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-18352 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"#18352","name":"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp; 8 x 445W+ Marken-Solarmodule","brand":"","category":"PV Anlagen\/&gt; 2500W","variant":"","price":999,"quantity":1,"position":3} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"3300W Solaranlage | 3,3kW Sofar Wechselrichter mit Wlan &amp;amp; 8 x 445W+ Marken-Solarmodule","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-24371 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"PV215","name":"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 6x 500W JA Solar Module","brand":"","category":"PV Anlagen\/&gt; 2500W","variant":"","price":989,"quantity":1,"position":4} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"3000W Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp;amp; 6x 500W JA Solar Module","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-30592 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"#30592","name":"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 24x 445W+ Marken-Solarmodule","brand":"","category":"PV Anlagen\/&gt; 2500W","variant":"","price":"2799","quantity":1,"position":5} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"10kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp;amp; 24x 445W+ Marken-Solarmodule","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-30568 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"#30568","name":"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp; 20x 445W+ Marken- Solarmodule","brand":"","category":"PV Anlagen\/&gt; 2500W","variant":"","price":"2399","quantity":1,"position":6} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"8kW Solaranlage | Solis Wechselrichter inkl. WLAN-Stick &amp;amp; 20x 445W+ Marken- Solarmodule","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-16470 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"#16470","name":"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)","brand":"","category":"Stromspeicher","variant":"","price":599,"quantity":1,"position":7} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"Solis 3.0kW 5G RAI Batteriewechselrichter AC (inkl. 1ph Meter)","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-2967 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"#2967","name":"Sofar ME3000 Lademanager f\u00fcr PV Speicher mit Wlan","brand":"","category":"Stromspeicher","variant":"","price":"859.00","quantity":1,"position":8} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"Sofar ME3000 Lademanager f&uuml;r PV Speicher mit Wlan","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-2965 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"#2965","name":"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan","brand":"","category":"String-Wechselrichter","variant":"","price":"329","quantity":1,"position":9} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"3000TL-G3 SOFAR Solar String-Wechselrichter mit Wlan","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-21440 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"ML-JA440-FB","name":"Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB","brand":"","category":"Solarmodule","variant":"","price":"79","quantity":1,"position":10} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"Solarmodul 440W Full Black bifazial - JASolar JAM54D41-LB","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-21965 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"ML-JA445+","name":"Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB","brand":"","category":"Solarmodule","variant":"","price":"79","quantity":1,"position":11} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"Solarmodul 445W+ Black Frame bifazial - JASolar JAM54D40-LB","eventValue":null,"nonInteraction":false} ); } ); document.querySelector( '.products .post-24385 a' ).addEventListener('click', function(event) { if ( event.target.classList.contains( 'add_to_cart_button' ) ) { return; } ga( 'ec:addProduct', {"id":"ML-500-JA-Bifa","name":"Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB","brand":"","category":"Solarmodule","variant":"","price":"99","quantity":1,"position":12} );ga( 'ec:setAction', 'click', {"list":""} );ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"clicked product","eventLabel":"Solarmodul 500W Full Black bifazial - JASolar JAM60D41-LB","eventValue":null,"nonInteraction":false} ); } ); } if ( 'undefined' !== typeof ga ) { trackUAEvents(); } else { // avoid using jQuery in case it's not available when this script is loaded document.addEventListener( 'wc_google_analytics_pro_loaded', trackUAEvents ); } } ) (); }); "></script> </body> </html>