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',},
gMaps: {description: 'Darstellung unseres Standorts über Google Maps',title: 'Google Maps',},
GM: {description: '',title: ''},
cmD2085E58C9524E31ADDF613EA5498A3E: {description: 'Kymco CV3 Link',title: 'Kymco CV 3'},
cm8011538128F4459EBE90C13E64686BE4: {description: 'Hier finden Sie Ihr passendes KYMCO Modell',title: 'Übersicht KYMCO Modell'},
cmEF749488269A47E388AA35C652955F7B: {description: 'Kymco Gesamtprospekt Download',title: 'Kymco Gesamtprospekt 2025'},
cm06B2EE81E33C4A6893077A617059F515: {description: 'Kymco Webseite',title: 'Kymco Webseite'},
cm363BECCDB9A346DDA5E33AEE5CECD0B3: {description: 'Voge Zubehör Katalog 2023',title: 'Voge Zubehör 2023'},
cmBE7983EF5389401AA637AA346FB2EFBA: {description: 'Link Voge SR 350',title: 'Voge SR 350'},
cmE279AC1778E34BD3BA4B1A23CD390D2A: {description: 'Link Voge 300 Rally',title: 'Voge 300 Rally'},
cm0AB6A185084E48B78D6D9A7E23B9C953: {description: 'Informationen zu VOGE Adventure Modelle',title: 'Voge Adventure Modelle'},
cm8C67D8546F384029ADEB36293A524DFE: {description: 'Informationen zu VOGE Naked Modellen',title: 'Voge Naked Modelle'},
cmF9AE160239EF4C44A61EDF93AE6E53CB: {description: 'Preisliste 2025',title: 'Preisliste Voge 2025'},
cm4C94922FAE244186AFB8C84CE6263277: {description: 'Link Voge Webseite',title: 'Voge Webseite'},
purposes: {
Tag: 'Notwendige Cookies',
gMaps: 'Karten',
GM: '',
cmD2085E58C9524E31ADDF613EA5498A3E: 'Werbung',
cm8011538128F4459EBE90C13E64686BE4: ' KYMCO Modellpalette',
cmEF749488269A47E388AA35C652955F7B: 'Werbung',
cm06B2EE81E33C4A6893077A617059F515: 'Werbung',
cm363BECCDB9A346DDA5E33AEE5CECD0B3: 'Werbung',
cmBE7983EF5389401AA637AA346FB2EFBA: 'Werbung',
cmE279AC1778E34BD3BA4B1A23CD390D2A: 'Werbung',
cm0AB6A185084E48B78D6D9A7E23B9C953: 'Werbung',
cm8C67D8546F384029ADEB36293A524DFE: 'Werbung',
cmF9AE160239EF4C44A61EDF93AE6E53CB: 'Multimedia',
cm4C94922FAE244186AFB8C84CE6263277: 'Werbung',
},
},
},
services: [
{
name: 'Tag',
default: true,
title: 'Technisch notwendige Cookies',
purposes: ['Tag'],
required: true,
optOut: false,
onlyOnce: false,
},
{
name: 'gMaps',
default: false,
title: 'Google Maps',
purposes: ['gMaps'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "gMapsfalse") {
document.querySelectorAll(".dsclassgMaps").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclassgMaps").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cmD2085E58C9524E31ADDF613EA5498A3E',
default: false,
title: 'Kymco CV 3',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cmD2085E58C9524E31ADDF613EA5498A3Efalse") {
document.querySelectorAll(".dsclasscmD2085E58C9524E31ADDF613EA5498A3E").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscmD2085E58C9524E31ADDF613EA5498A3E").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cm8011538128F4459EBE90C13E64686BE4',
default: false,
title: 'Übersicht KYMCO Modell',
purposes: [' KYMCO Modellpalette'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cm8011538128F4459EBE90C13E64686BE4false") {
document.querySelectorAll(".dsclasscm8011538128F4459EBE90C13E64686BE4").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscm8011538128F4459EBE90C13E64686BE4").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cmEF749488269A47E388AA35C652955F7B',
default: false,
title: 'Kymco Gesamtprospekt 2025',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cmEF749488269A47E388AA35C652955F7Bfalse") {
document.querySelectorAll(".dsclasscmEF749488269A47E388AA35C652955F7B").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscmEF749488269A47E388AA35C652955F7B").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cm06B2EE81E33C4A6893077A617059F515',
default: false,
title: 'Kymco Webseite',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cm06B2EE81E33C4A6893077A617059F515false") {
document.querySelectorAll(".dsclasscm06B2EE81E33C4A6893077A617059F515").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscm06B2EE81E33C4A6893077A617059F515").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cm363BECCDB9A346DDA5E33AEE5CECD0B3',
default: false,
title: 'Voge Zubehör 2023',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cm363BECCDB9A346DDA5E33AEE5CECD0B3false") {
document.querySelectorAll(".dsclasscm363BECCDB9A346DDA5E33AEE5CECD0B3").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscm363BECCDB9A346DDA5E33AEE5CECD0B3").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cmBE7983EF5389401AA637AA346FB2EFBA',
default: false,
title: 'Voge SR 350',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cmBE7983EF5389401AA637AA346FB2EFBAfalse") {
document.querySelectorAll(".dsclasscmBE7983EF5389401AA637AA346FB2EFBA").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscmBE7983EF5389401AA637AA346FB2EFBA").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cmE279AC1778E34BD3BA4B1A23CD390D2A',
default: false,
title: 'Voge 300 Rally',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cmE279AC1778E34BD3BA4B1A23CD390D2Afalse") {
document.querySelectorAll(".dsclasscmE279AC1778E34BD3BA4B1A23CD390D2A").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscmE279AC1778E34BD3BA4B1A23CD390D2A").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cm0AB6A185084E48B78D6D9A7E23B9C953',
default: false,
title: 'Voge Adventure Modelle',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cm0AB6A185084E48B78D6D9A7E23B9C953false") {
document.querySelectorAll(".dsclasscm0AB6A185084E48B78D6D9A7E23B9C953").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscm0AB6A185084E48B78D6D9A7E23B9C953").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cm8C67D8546F384029ADEB36293A524DFE',
default: false,
title: 'Voge Naked Modelle',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cm8C67D8546F384029ADEB36293A524DFEfalse") {
document.querySelectorAll(".dsclasscm8C67D8546F384029ADEB36293A524DFE").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscm8C67D8546F384029ADEB36293A524DFE").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cmF9AE160239EF4C44A61EDF93AE6E53CB',
default: false,
title: 'Preisliste Voge 2025',
purposes: ['Multimedia'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cmF9AE160239EF4C44A61EDF93AE6E53CBfalse") {
document.querySelectorAll(".dsclasscmF9AE160239EF4C44A61EDF93AE6E53CB").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscmF9AE160239EF4C44A61EDF93AE6E53CB").forEach(box => {box.style.display = "none"})
}
},
},
{
name: 'cm4C94922FAE244186AFB8C84CE6263277',
default: false,
title: 'Voge Webseite',
purposes: ['Werbung'],
required: false,
optOut: false,
onlyOnce: false,
callback: function(consent, app) {
var consentcheck = app.name + consent;
if (consentcheck == "cm4C94922FAE244186AFB8C84CE6263277false") {
document.querySelectorAll(".dsclasscm4C94922FAE244186AFB8C84CE6263277").forEach(box => {box.style.display = "block"})
} else {
document.querySelectorAll(".dsclasscm4C94922FAE244186AFB8C84CE6263277").forEach(box => {box.style.display = "none"})
}
},
},
],
}