Legal notice

Postal address:
QuantumCast digital GmbH
Tschaikowskistraße 33
04105 Leipzig, Germany

Phone: +49 341 99 99 72 96
Fax: +49 341 99 99 72 91
E-Mail: hello@audalaxy.info
Web: www.audalaxy.com

Management authorised to represent the company:
Thomas Mosch, Marko Elsner

Register Court: Commercial Register at the Local Court of Leipzig, Germany
HRB25638

This legal notice is also valid for the following online presences:
Github: https://github.com/streamABC
Read the Docs: http:steamabc-documentation.readthedocs.io
LinkedIn: https://www.linkedin.com/company/quantumcast
Xing: https://www.xing.com/companies/quantumcastdigitalgmbh

document.addEventListener('DOMContentLoaded', function () { const cookieLayerHTML = ` `; // Cookie Layer in den Body einfügen document.body.insertAdjacentHTML('beforeend', cookieLayerHTML); const cookieLayer = document.getElementById('cookie-layer'); const acceptAllBtn = document.getElementById('accept-all'); const manageSettingsBtn = document.getElementById('manage-settings'); // Prüfen, ob der Nutzer bereits eine Auswahl getroffen hat if (!localStorage.getItem('cookieConsent')) { cookieLayer.style.display = 'block'; } // Alle Cookies akzeptieren acceptAllBtn.addEventListener('click', function () { localStorage.setItem('cookieConsent', 'all'); cookieLayer.style.display = 'none'; }); // Einstellungen verwalten manageSettingsBtn.addEventListener('click', function () { alert('Hier können Sie die Cookie-Einstellungen verwalten. (Funktion noch umzusetzen)'); // Weitere Logik zur Auswahl spezifischer Cookies hinzufügen }); });