$(document).ready(function()
{
$.cookieBar(
{
   acceptButton: true,
   acceptText: 'Cookies akzeptieren',
   acceptOnContinue: false,
   acceptOnScroll: false,
   acceptAnyClick: false, 
   append: false, 
   autoEnable: false, 
   bottom: false,
   declineButton: true, 
   declineText: 'Cookies verbieten', 
   domain: String(window.location.hostname),
   effect: 'slide', 
   element: 'body',
   expireDays: 365, 
   fixed: true, 
   forceShow: false, 
   message: 'We use cookies to track usage and preferences.',
   policyButton: true, 
   policyText: 'Datenschutz', 
   policyURL: 'https://canisenti.de/datenschutz.php',
   redirect: String(window.location.href), 
   renewOnVisit: false, 
   zindex: '9999'
});
});
