var klaroConfig = {
    CookieIsActive: '1',
    elementID: 'klaro',
    cookieName: 'klaro',
    acceptAll: true,
    default: false,
    cookieExpiresAfterDays: 365,
    privacyPolicy: '/english/privacy-policy/',
    lang: 'en',
    noNotice: false,
    translations: {
        en: {
            acceptAll: 'Agree',
            acceptSelected: 'Save your selection',
            decline: 'Reject',
            consentModal: {
                title: 'Cookies used',
                description: 'Below we specify the purpose for which we store information about the use of this website using cookies. You can adjust and save your selection. To learn more about this topic, please read our Privacy Policy, particularly chapter 5 (Use of the Website).',
                privacyPolicy: {
                    name: 'Privacy policy',
                    text: '{privacyPolicy}.'
                }
            },
            consentNotice: {
                description: 'We use cookies and analysis tools to improve the usability of this website. You may reject cookies that are not necessary for fault-free operation.',
                learnMore: 'Cookie settings'
            },
            purposes: {
                required: 'Required',
                marketing: 'Marketing',
                extern: 'external'
            },
        }
    },
    apps : [
     {
            name : 'klaro',
            required: 1,
            default: true,
            optOut: false,
            title : 'klaro! consent manager',
            description : ['Stores the acceptance / rejection of optional cookies.'],
            purposes : ['required'],
            cookies : ["klaro"]
        },
     {
            name : 'PHPSESSID',
            required: 1,
            default: true,
            optOut: false,
            title : 'PHP-Session Cookie',
            description : ['Used to set up a user session and store status data. It is deleted when the browser is closed.'],
            purposes : ['required'],
            cookies : ["PHPSESSID"]
        },
     {
            name : 'FluentLocale',
            required: 1,
            default: true,
            optOut: false,
            title : 'FluentLocale',
            description : ['Is needed to save the selected language.'],
            purposes : ['required'],
            cookies : ["FluentLocale"]
        },
     {
            name : 'google-analytics',
            
            default: false,
            optOut: true,
            title : 'Google Analytics',
            description : ['Cookie from Google for website analysis.'],
            purposes : ['marketing'],
            cookies : ["_ga","_gat","_gid"]
        },
     {
            name : 'clarity',
            
            default: false,
            optOut: true,
            title : 'Microsoft Clarity',
            description : ['Used to analyze user behavior on our website to derive potential optimizations.'],
            purposes : ['marketing'],
            cookies : ["_clsk"]
        },
     {
            name : 'poptin',
            
            default: false,
            optOut: true,
            title : 'Poptin',
            description : ['Used to draw the attention of website users (depending on their usage behavior) to website content, products, promotions, etc., with the help of pop-ups.'],
            purposes : ['marketing'],
            cookies : ["poptin_*"]
        }
    ]
}
