(function() { function getParam(param) { let params = new URLSearchParams(window.location.search); return params.get(param); } function storeClickId(param, storageKey) { let value = getParam(param); if (value) { let record = { value: value, expiry: new Date().getTime() + 90 * 24 * 60 * 60 * 1000 }; localStorage.setItem(storageKey, JSON.stringify(record)); console.log(`✅ Stored ${param}:`, record); } else { console.log(`⚠ No ${param} found in URL`); } } function updateHubSpotIframe(attempt = 0) { let iframe = document.querySelector('iframe[src*="hsforms.com"]'); if (!iframe) { console.warn(`⚠ Attempt ${attempt}: HubSpot iFrame not found.`); if (attempt < 20) setTimeout(() => updateHubSpotIframe(attempt + 1), 500); return; } let gclid = JSON.parse(localStorage.getItem("gclid"))?.value || ""; let fbclid = JSON.parse(localStorage.getItem("fbclid"))?.value || ""; let li_fat_id = JSON.parse(localStorage.getItem("li_fat_id"))?.value || ""; let newSrc = iframe.src.split("?")[0] + `?google_clickid=${encodeURIComponent(gclid)}` + `&meta_clickid=${encodeURIComponent(fbclid)}` + `&linkedin_clickid=${encodeURIComponent(li_fat_id)}`; console.log("🔄 Updating HubSpot iFrame to:", newSrc); iframe.src = newSrc; } // Delay execution until page is fully loade
top of page

IMPRESSUM

Combined Legal Notice (Provider Identification)

The provider and therefore responsible for the commercial and business-like website is:

green flexibility development gmbh

Lohgässele 18

7435 Kempten - Deutschland

 

Phone: +49 831 206935 0

Email: hallo@green-flexibility.com

 

Authorized Managing Directors
Christoph Ostermann (CEO), Christoph Lienert, Bernd Arkenau, and Hermann Schweizer

Registered Office: green flexibility development GmbH, 87435 Kempten, Germany
Commercial Register: District Court Kempten, HRB 17319

Legal Form: Company with limited liability (Gesellschaft mit beschränkter Haftung, GmbH)

Applicable Law: Law of the Federal Republic of Germany (FRG)

 

Tax Office: Kempten

VAT Identification Number: DE 364 732 836

Company Purpose
Information about the company’s business activities can be found on this website.

Consumer Dispute Resolution Information
We are neither obligated nor willing to participate in a dispute resolution procedure before a consumer arbitration board.

It is important to us to resolve any disagreements arising from our contractual relationship amicably. To do so, we kindly ask you to contact us via email.

Responsible for journalistic-editorial content according to § 18 MStV:

Christoph Lienert, c/o green flexibility development GmbH, Lohgässele 1, 87435 Kempten, Germany

External Data Protection Officer

Sven Lenz
Deutsche Datenschutzkanzlei – Datenschutzkanzlei Lenz GmbH & Co. KG
Bahnhofstraße 50
87435 Kempten
Germany

For questions about data protection or other privacy-related concerns, feel free to contact our data protection team via email: datenschutz@green-flexibility.com

Liability for Content

We reserve the right to change or discontinue the website in part or in full at any time at our sole discretion and without notice, without accepting liability. By linking to third-party websites ("hyperlinks"), we do not adopt either the website or its content as our own. Furthermore, we are not responsible for the availability of these websites or their content.

© Copyright

All rights reserved. Texts, images, and graphics as well as their arrangement on this website are protected by copyright and other protective laws. The content of this website may not be copied, distributed, modified, or made accessible to third parties for commercial purposes.

© Copyright Image Sources:

Unless otherwise stated, all image rights are owned by green flexibility development GmbH.

Note on the General Equal Treatment Act (AGG)

For the sake of readability, gender-specific distinctions have been omitted. All terms apply equally to all genders in the spirit of equal treatment.

bottom of page