var klaroConfig = { version: 1, embedded: false, elementID: 'klaro', htmlTexts: true, groupByPurpose: true, storageMethod: 'cookie', cookieName: 'klaro', cookieExpiresAfterDays: 30, privacyPolicy: '/datenschutz.php', default: false, mustConsent: false, bigButtons: true, noticeIsModal: true, acceptAll: true, hideDeclineAll: false, hideLearnMore: false, translations: { de: { consentModal: { title: 'Informationen, die wir speichern', description: 'Hier können Sie einsehen und anpassen, welche Information wir über Sie sammeln.', privacyPolicy: { name: 'Datenschutzerklärung', text: 'Weitere Details finden Sie in unserer {privacyPolicy}.
Impressum', }, }, consentNotice: { changeDescription: 'Es gab Änderungen seit Ihrem letzten Besuch, bitte aktualisieren Sie Ihre Auswahl.', description: 'Wir speichern und verarbeiten Ihre personenbezogenen Informationen für folgende Zwecke: {purposes}.', learnMore: 'Mehr erfahren', privacyPolicy: { name: 'Datenschutzerklärung', }, }, decline: 'Ablehnen', close: 'Schließen', save: 'Speichern', acceptSelected: 'OK', ok: 'Allen zustimmen', acceptAll: 'Allen zustimmen', purposeItem: { app: 'App', apps: 'Apps', }, app: { disableAll: { title: 'Alle Anwendungen aktivieren/deaktivieren', description: 'Nutzen Sie diesen Schalter, um alle Apps zu aktivieren/deaktivieren.', }, required: { title: '(immer notwendig)', description: 'Diese Anwendung wird immer benötigt', }, purposes: 'Zwecke', purpose: 'Zweck', }, poweredBy: ' ',Tag: {description: 'Speichert Ihre Cookie Einwilligungs-Auswahl für diese Webseite',}, cm58661E357C5749C3A7954DECAC4D389F: {description: 'Anzeige von Youtube-Videos',title: 'Youtube'}, cm419FE1B9A2B94E94AEE7EAFAAC4FF939: {description: 'Aktivierungsformular für die Reifengarantie',title: 'Reifengarantie'}, smotoo: {description: 'Standortsuche MOTOO Werkstatt Standorte',title: 'Standortsuche'}, smotoo: {description: 'Standortsuche MOTOO Werkstatt Standorte',title: 'Standortsuche'}, purposes: { Tag: 'Notwendige Cookies', cm58661E357C5749C3A7954DECAC4D389F: 'Information', cm419FE1B9A2B94E94AEE7EAFAAC4FF939: 'Serviceleistungen', smotoo: 'Information', smotoo: 'Information', }, }, }, services: [ { name: 'Tag', default: true, title: 'Technisch notwendige Cookies', purposes: ['Tag'], required: true, optOut: false, onlyOnce: false, }, { name: 'cm58661E357C5749C3A7954DECAC4D389F', default: false, title: 'Youtube', purposes: ['Information'], required: false, optOut: false, onlyOnce: false, callback: function(consent, app) { var consentcheck = app.name + consent; if (consentcheck == "cm58661E357C5749C3A7954DECAC4D389Ffalse") { document.querySelectorAll(".dsclasscm58661E357C5749C3A7954DECAC4D389F").forEach(box => {box.style.display = "block"}) } else { document.querySelectorAll(".dsclasscm58661E357C5749C3A7954DECAC4D389F").forEach(box => {box.style.display = "none"}) } }, }, { name: 'cm419FE1B9A2B94E94AEE7EAFAAC4FF939', default: false, title: 'Reifengarantie', purposes: ['Serviceleistungen'], required: false, optOut: false, onlyOnce: false, callback: function(consent, app) { var consentcheck = app.name + consent; if (consentcheck == "cm419FE1B9A2B94E94AEE7EAFAAC4FF939false") { document.querySelectorAll(".dsclasscm419FE1B9A2B94E94AEE7EAFAAC4FF939").forEach(box => {box.style.display = "block"}) } else { document.querySelectorAll(".dsclasscm419FE1B9A2B94E94AEE7EAFAAC4FF939").forEach(box => {box.style.display = "none"}) } }, }, { name: 'smotoo', default: false, title: 'Standortsuche', purposes: ['Information'], required: false, optOut: false, onlyOnce: false, }, { name: 'smotoo', default: false, title: 'Standortsuche', purposes: ['Information'], required: false, optOut: false, onlyOnce: false, callback: function(consent, app) { var consentcheck = app.name + consent; if (consentcheck == "smotoofalse") { document.querySelectorAll(".dsclasssmotoo").forEach(box => {box.style.display = "block"}) } else { document.querySelectorAll(".dsclasssmotoo").forEach(box => {box.style.display = "none"}) } }, }, ], }