Anfrage-Formular

Schreiben Sie uns eine eMail.

Wir freuen uns auf Ihre Kontaktaufnahme.

Anfrage-Formular

Die Datenschutzerklärung habe ich zur Kenntnis genommen und akzeptiere sie.

Bitte geben Sie die Zeichenfolge in das nachfolgende Textfeld ein
Die mit einem * markierten Felder sind Pflichtfelder.

// define a callback function function load_script(e) { // save user's choice in a local variable var consent = e.detail || {}; // check if our service has been accepted if(consent["etracker_analytics"]) { // execute code to load service here, for example: var s = document.createElement("script"); s.src = "https://someservice.com/script.js"; document.head.appendChild(s); } } // execute the callback function when banner sends consent events window.addEventListener("cf_services_consent", load_script); window.addEventListener("cf_services_consent_loaded", load_script); // define a callback function function load_script(e) { // save user's choice in a local variable var consent = e.detail || {}; // check if our service has been accepted if(consent["youtube"]) { // execute code to load service here, for example: var s = document.createElement("script"); s.src = "https://someservice.com/script.js"; document.head.appendChild(s); } } // execute the callback function when banner sends consent events window.addEventListener("cf_services_consent", load_script); window.addEventListener("cf_services_consent_loaded", load_script); // define a callback function function load_script(e) { // save user's choice in a local variable var consent = e.detail || {}; // check if our service has been accepted if(consent["vimeo"]) { // execute code to load service here, for example: var s = document.createElement("script"); s.src = "https://someservice.com/script.js"; document.head.appendChild(s); } } // execute the callback function when banner sends consent events window.addEventListener("cf_services_consent", load_script); window.addEventListener("cf_services_consent_loaded", load_script);