Kontakt

Kostenlose Solar-Beratung in Düsseldorf & NRW

Wir freuen uns auf Ihre Nachricht. Kostenlos, unverbindlich und ohne Verkaufsdruck – versprochen.

Beratung anfragen

Füllen Sie das Formular aus und wir melden uns innerhalb von 24 Stunden bei Ihnen.

* Pflichtfelder. Wir behandeln Ihre Daten vertraulich und geben sie nicht an Dritte weiter.

// === Kontaktformular Feedback === (function() { const params = new URLSearchParams(window.location.search); const successBox = document.getElementById('form-success'); const errorBox = document.getElementById('form-error'); if (params.get('success') === '1' && successBox) { successBox.classList.add('visible'); successBox.scrollIntoView({ behavior: 'smooth', block: 'center' }); // URL bereinigen ohne Reload history.replaceState({}, document.title, window.location.pathname); } else if (params.get('error') === '1' && errorBox) { errorBox.classList.add('visible'); errorBox.scrollIntoView({ behavior: 'smooth', block: 'center' }); history.replaceState({}, document.title, window.location.pathname); } })();