// source --> https://www.dasfriseurduo.de/wp-content/plugins/keks-box/js/kb_script.js?ver=ba38406aa2ff598cb1626f4f135cdc52 

    /*

	added
    'indexOf(e.size)>=0'
	removed
	'includes(e.size)'
	weil includes nicht in <IE11 unterstützt wird.

	*/
	/* switch plugin */

	/* switch plugin LICENCE: */
	/*
	The MIT License (MIT)

	Copyright (c) 2016 Weatherstar

	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in all
	copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
	SOFTWARE.
	*/
	/* https://github.com/zhiyul/switch */
	!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Switch=e():t.Switch=e()}(this,function(){return function(t){function e(o){if(n[o])return n[o].exports;var r=n[o]={exports:{},id:o,loaded:!1};return t[o].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var r=n(1),i=o(r);e.default=i.default,t.exports=e.default},function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}function r(t,e){this._init(t,e)}function i(){}function c(t,e,n){S(t).add("switch","switch-"+(C.indexOf(e.size)>=0?e.size:"default"),e.checked?j:M),h.call(n),a.call(n),l.call(n),f.call(n,n._options.disabled)}function s(t,e){t.setAttribute("tabindex",0),t.setAttribute("role","checkbox"),t.setAttribute("aria-checked",e.checked),t.setAttribute("aria-disabled",e.disabled)}function u(t,e){e.parentNode.insertBefore(t,e.nextSibling)}function a(){this._el.checked?(this._switch.style.boxShadow="inset 0 0 0 "+this._switch.clientHeight/1.8+"px "+this._options.onSwitchColor,this._switch.style.border="1px solid "+this._options.onSwitchColor,this._switch.style.transition="border 0.4s, box-shadow 0.4s, background-color 1.4s",this._switch.style.backgroundColor=this._options.onSwitchColor,this._jack.style.backgroundColor=this._options.onJackColor):(this._switch.style.boxShadow="inset 0 0 0 0  "+this._options.offSwitchColor,this._switch.style.border="1px solid "+O,this._switch.style.transition="border 0.4s, box-shadow 0.4s",this._switch.style.backgroundColor=this._options.offSwitchColor,this._jack.style.backgroundColor=this._options.offJackColor)}function f(t){this._el.disabled=t,S(this._switch)[t?"add":"remove"]("switch-disabled"),this._switch.setAttribute("aria-disabled",t)}function l(){var t=this._switch.clientWidth-this._jack.clientWidth;this._jack.style.left=this._el.checked?t+"px":0}function h(){this._options.showText&&(this._jack.innerHTML=this._el.checked?this._options.onText:this._options.offText)}function p(t,e){return e?((0,k.default)(e).forEach(function(n){t[n]=e[n]}),t):t}function d(t,e){var n=!0,o=!1,r=void 0;try{for(var i,c=function(){var t=(0,g.default)(i.value,2),e=t[0],n=t[1];e=e.split(" "),function(t,e){n.addEventListener(t,T[e])}(e[0],e[1])},s=(0,m.default)(t);!(n=(i=s.next()).done);n=!0)c()}catch(t){o=!0,r=t}finally{try{!n&&s.return&&s.return()}finally{if(o)throw r}}}function v(t,e){var n=!0,o=!1,r=void 0;try{for(var i,c=function(){var t=(0,g.default)(i.value,2),e=t[0],n=t[1];e=e.split(" "),function(t,e){console.log(),n.removeEventListener(t,T[e])}(e[0],e[1])},s=(0,m.default)(t);!(n=(i=s.next()).done);n=!0)c()}catch(t){o=!0,r=t}finally{try{!n&&s.return&&s.return()}finally{if(o)throw r}}}Object.defineProperty(e,"__esModule",{value:!0});var y=n(2),g=o(y),_=n(55),m=o(_),w=n(59),k=o(w),x=n(63),b=o(x);n(83);var E=n(87),S=n(88),C=["default","large","small"],T={changeSwitchStateFromCheckbox:function(){this._switch._toggle(this.checked)},changeSwitchStateFromSwitch:function(){this._instance._options.disabled||this._instance._toggle()},changeSwitchStateFromKeyboard:function(t){var e=t.which||t.keyCode||0;this._instance._options.disabled||13===e&&this._instance._toggle()}},O="#dfdfdf",j="switch-on",M="switch-off";r.prototype._init=function(t,e){var n={size:"default",checked:void 0,onText:"Y",offText:"N",onSwitchColor:"#64BD63",offSwitchColor:"#fff",onJackColor:"#fff",offJackColor:"#fff",showText:!1,disabled:!1,onInit:i,beforeChange:i,onChange:i,beforeRemove:i,onRemove:i,beforeDestroy:i,onDestroy:i};if(t&&1===t.nodeType&&"checkbox"===t.type){if(t._switch)return t._switch;if(!this instanceof r)return new r(t,e);this._el=t,this._el._switch=this,this._options=p(n,e),this._initElement(),this._initEvents(),this._options.onInit.call(this)}},r.prototype._initElement=function(){this._el.style.display="none",void 0!==this._options.checked?this._el.checked=Boolean(this._options.checked):this._options.checked=this._el.checked;var t=this._createSwitch();s(t,this._options),u(t,this._el),c(t,this._options,this),E.attach(t)},r.prototype._createSwitch=function(){return this._switch=document.createElement("span"),this._jack=document.createElement("small"),this._switch.appendChild(this._jack),this._switch._instance=this,this._switch},r.prototype._initEvents=function(){this._events=new b.default([["change changeSwitchStateFromCheckbox",this._el],["click changeSwitchStateFromSwitch",this._switch],["keypress changeSwitchStateFromKeyboard",this._switch]]),d(this._events,this)},r.prototype._toggle=function(t){this._options.beforeChange.call(this,this._el.checked),this._el.checked=void 0===t?!this._el.checked:t,this._options.onChange.call(this,this._el.checked);var e=this._el.checked?j:M,n=this._el.checked?M:j;this._switch.setAttribute("aria-checked",this._el.checked),S(this._switch).add(e).remove(n),l.call(this),h.call(this),a.call(this)},r.prototype.getChecked=function(){return this._el.checked},r.prototype.on=function(){this._toggle(!0)},r.prototype.off=function(){this._toggle(!1)},r.prototype.toggle=function(){this._toggle()},r.prototype.disable=function(){f.call(this,this._options.disabled=!0)},r.prototype.enable=function(){f.call(this,this._options.disabled=!1)},r.prototype.destroy=function(){this._options.beforeDestroy.call(this,this._el.checked),v(this._events,this),this._options.onDestroy.call(this)},r.prototype.remove=function(){this._options.beforeRemove.call(this,this._el.checked);try{this._el.setAttribute("style",this._el.getAttribute("style").replace(/\s*display:\s*none;/g,""))}catch(t){}this._switch.parentNode&&(this._switch.parentNode.removeChild(this._switch),this._options.onRemove.call(this))},e.default=r,t.exports=e.default},function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var r=n(3),i=o(r),c=n(55),s=o(c);e.default=function(){function t(t,e){var n=[],o=!0,r=!1,i=void 0;try{for(var c,u=(0,s.default)(t);!(o=(c=u.next()).done)&&(n.push(c.value),!e||n.length!==e);o=!0);}catch(t){r=!0,i=t}finally{try{!o&&u.return&&u.return()}finally{if(r)throw i}}return n}return function(e,n){if(Array.isArray(e))return e;if((0,i.default)(Object(e)))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}()},function(t,e,n){t.exports={default:n(4),__esModule:!0}},function(t,e,n){n(5),n(51),t.exports=n(53)},function(t,e,n){n(6);for(var o=n(17),r=n(21),i=n(9),c=n(48)("toStringTag"),s=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],u=0;u<5;u++){var a=s[u],f=o[a],l=f&&f.prototype;l&&!l[c]&&r(l,c,a),i[a]=i.Array}},function(t,e,n){"use strict";var o=n(7),r=n(8),i=n(9),c=n(10);t.exports=n(14)(Array,"Array",function(t,e){this._t=c(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):"keys"==e?r(0,n):"values"==e?r(0,t[n]):r(0,[n,t[n]])},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e){t.exports=function(){}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e){t.exports={}},function(t,e,n){var o=n(11),r=n(13);t.exports=function(t){return o(r(t))}},function(t,e,n){var o=n(12);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on  "+t);return t}},function(t,e,n){"use strict";var o=n(15),r=n(16),i=n(31),c=n(21),s=n(32),u=n(9),a=n(33),f=n(47),l=n(49),h=n(48)("iterator"),p=!([].keys&&"next"in[].keys()),d="@@iterator",v="keys",y="values",g=function(){return this};t.exports=function(t,e,n,_,m,w,k){a(n,e,_);var x,b,E,S=function(t){if(!p&&t in j)return j[t];switch(t){case v:return function(){return new n(this,t)};case y:return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",T=m==y,O=!1,j=t.prototype,M=j[h]||j[d]||m&&j[m],A=M||S(m),L=m?T?S("entries"):A:void 0,N="Array"==e?j.entries||M:M;if(N&&(E=l(N.call(new t)),E!==Object.prototype&&(f(E,C,!0),o||s(E,h)||c(E,h,g))),T&&M&&M.name!==y&&(O=!0,A=function(){return M.call(this)}),o&&!k||!p&&!O&&j[h]||c(j,h,A),u[e]=A,u[C]=g,m)if(x={values:T?A:S(y),keys:w?A:S(v),entries:L},k)for(b in x)b in j||i(j,b,x[b]);else r(r.P+r.F*(p||O),e,x);return x}},function(t,e){t.exports=!0},function(t,e,n){var o=n(17),r=n(18),i=n(19),c=n(21),s="prototype",u=function(t,e,n){var a,f,l,h=t&u.F,p=t&u.G,d=t&u.S,v=t&u.P,y=t&u.B,g=t&u.W,_=p?r:r[e]||(r[e]={}),m=_[s],w=p?o:d?o[e]:(o[e]||{})[s];p&&(n=e);for(a in n)f=!h&&w&&void 0!==w[a],f&&a in _||(l=f?w[a]:n[a],_[a]=p&&"function"!=typeof w[a]?n[a]:y&&f?i(l,o):g&&w[a]==l?function(t){var e=function(e,n,o){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,o)}return t.apply(this,arguments)};return e[s]=t[s],e}(l):v&&"function"==typeof l?i(Function.call,l):l,v&&((_.virtual||(_.virtual={}))[a]=l,t&u.R&&m&&!m[a]&&c(m,a,l)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){var n=t.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},function(t,e,n){var o=n(20);t.exports=function(t,e,n){if(o(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,o){return t.call(e,n,o)};case 3:return function(n,o,r){return t.call(e,n,o,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var o=n(22),r=n(30);t.exports=n(26)?function(t,e,n){return o.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var o=n(23),r=n(25),i=n(29),c=Object.defineProperty;e.f=n(26)?Object.defineProperty:function(t,e,n){if(o(t),e=i(e,!0),o(n),r)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var o=n(24);t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){t.exports=!n(26)&&!n(27)(function(){return 7!=Object.defineProperty(n(28)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){t.exports=!n(27)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var o=n(24),r=n(17).document,i=o(r)&&o(r.createElement);t.exports=function(t){return i?r.createElement(t):{}}},function(t,e,n){var o=n(24);t.exports=function(t,e){if(!o(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!o(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!o(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!o(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){t.exports=n(21)},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){"use strict";var o=n(34),r=n(30),i=n(47),c={};n(21)(c,n(48)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=o(c,{next:r(1,n)}),i(t,e+" Iterator")}},function(t,e,n){var o=n(23),r=n(35),i=n(45),c=n(42)("IE_PROTO"),s=function(){},u="prototype",a=function(){var t,e=n(28)("iframe"),o=i.length,r="<",c=">";for(e.style.display="none",n(46).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+c+"document.F=Object"+r+"/script"+c),t.close(),a=t.F;o--;)delete a[u][i[o]];return a()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[u]=o(t),n=new s,s[u]=null,n[c]=t):n=a(),void 0===e?n:r(n,e)}},function(t,e,n){var o=n(22),r=n(23),i=n(36);t.exports=n(26)?Object.defineProperties:function(t,e){r(t);for(var n,c=i(e),s=c.length,u=0;s>u;)o.f(t,n=c[u++],e[n]);return t}},function(t,e,n){var o=n(37),r=n(45);t.exports=Object.keys||function(t){return o(t,r)}},function(t,e,n){var o=n(32),r=n(10),i=n(38)(!1),c=n(42)("IE_PROTO");t.exports=function(t,e){var n,s=r(t),u=0,a=[];for(n in s)n!=c&&o(s,n)&&a.push(n);for(;e.length>u;)o(s,n=e[u++])&&(~i(a,n)||a.push(n));return a}},function(t,e,n){var o=n(10),r=n(39),i=n(41);t.exports=function(t){return function(e,n,c){var s,u=o(e),a=r(u.length),f=i(c,a);if(t&&n!=n){for(;a>f;)if(s=u[f++],s!=s)return!0}else for(;a>f;f++)if((t||f in u)&&u[f]===n)return t||f||0;return!t&&-1}}},function(t,e,n){var o=n(40),r=Math.min;t.exports=function(t){return t>0?r(o(t),9007199254740991):0}},function(t,e){var n=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},function(t,e,n){var o=n(40),r=Math.max,i=Math.min;t.exports=function(t,e){return t=o(t),t<0?r(t+e,0):i(t,e)}},function(t,e,n){var o=n(43)("keys"),r=n(44);t.exports=function(t){return o[t]||(o[t]=r(t))}},function(t,e,n){var o=n(17),r="__core-js_shared__",i=o[r]||(o[r]={});t.exports=function(t){return i[t]||(i[t]={})}},function(t,e){var n=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){t.exports=n(17).document&&document.documentElement},function(t,e,n){var o=n(22).f,r=n(32),i=n(48)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,i)&&o(t,i,{configurable:!0,value:e})}},function(t,e,n){var o=n(43)("wks"),r=n(44),i=n(17).Symbol,c="function"==typeof i,s=t.exports=function(t){return o[t]||(o[t]=c&&i[t]||(c?i:r)("Symbol."+t))};s.store=o},function(t,e,n){var o=n(32),r=n(50),i=n(42)("IE_PROTO"),c=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),o(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},function(t,e,n){var o=n(13);t.exports=function(t){return Object(o(t))}},function(t,e,n){"use strict";var o=n(52)(!0);n(14)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=o(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e,n){var o=n(40),r=n(13);t.exports=function(t){return function(e,n){var i,c,s=String(r(e)),u=o(n),a=s.length;return u<0||u>=a?t?"":void 0:(i=s.charCodeAt(u),i<55296||i>56319||u+1===a||(c=s.charCodeAt(u+1))<56320||c>57343?t?s.charAt(u):i:t?s.slice(u,u+2):(i-55296<<10)+(c-56320)+65536)}}},function(t,e,n){var o=n(54),r=n(48)("iterator"),i=n(9);t.exports=n(18).isIterable=function(t){var e=Object(t);return void 0!==e[r]||"@@iterator"in e||i.hasOwnProperty(o(e))}},function(t,e,n){var o=n(12),r=n(48)("toStringTag"),i="Arguments"==o(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=c(e=Object(t),r))?n:i?o(e):"Object"==(s=o(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,n){t.exports={default:n(56),__esModule:!0}},function(t,e,n){n(5),n(51),t.exports=n(57)},function(t,e,n){var o=n(23),r=n(58);t.exports=n(18).getIterator=function(t){var e=r(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return o(e.call(t))}},function(t,e,n){var o=n(54),r=n(48)("iterator"),i=n(9);t.exports=n(18).getIteratorMethod=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||i[o(t)]}},function(t,e,n){t.exports={default:n(60),__esModule:!0}},function(t,e,n){n(61),t.exports=n(18).Object.keys},function(t,e,n){var o=n(50),r=n(36);n(62)("keys",function(){return function(t){return r(o(t))}})},function(t,e,n){var o=n(16),r=n(18),i=n(27);t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],c={};c[t]=e(n),o(o.S+o.F*i(function(){n(1)}),"Object",c)}},function(t,e,n){t.exports={default:n(64),__esModule:!0}},function(t,e,n){n(65),n(51),n(5),n(66),n(80),t.exports=n(18).Map},function(t,e){},function(t,e,n){"use strict";var o=n(67);t.exports=n(75)("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var e=o.getEntry(this,t);return e&&e.v},set:function(t,e){return o.def(this,0===t?0:t,e)}},o,!0)},function(t,e,n){"use strict";var o=n(22).f,r=n(34),i=n(68),c=n(19),s=n(69),u=n(13),a=n(70),f=n(14),l=n(8),h=n(73),p=n(26),d=n(74).fastKey,v=p?"_s":"size",y=function(t,e){var n,o=d(e);if("F"!==o)return t._i[o];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,f){var l=t(function(t,o){s(t,l,e,"_i"),t._i=r(null),t._f=void 0,t._l=void 0,t[v]=0,void 0!=o&&a(o,n,t[f],t)});return i(l.prototype,{clear:function(){for(var t=this,e=t._i,n=t._f;n;n=n.n)n.r=!0,n.p&&(n.p=n.p.n=void 0),delete e[n.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var e=this,n=y(e,t);if(n){var o=n.n,r=n.p;delete e._i[n.i],n.r=!0,r&&(r.n=o),o&&(o.p=r),e._f==n&&(e._f=o),e._l==n&&(e._l=r),e[v]--}return!!n},forEach:function(t){s(this,l,"forEach");for(var e,n=c(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(n(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!y(this,t)}}),p&&o(l.prototype,"size",{get:function(){return u(this[v])}}),l},def:function(t,e,n){var o,r,i=y(t,e);return i?i.v=n:(t._l=i={i:r=d(e,!0),k:e,v:n,p:o=t._l,n:void 0,r:!1},t._f||(t._f=i),o&&(o.n=i),t[v]++,"F"!==r&&(t._i[r]=i)),t},getEntry:y,setStrong:function(t,e,n){f(t,e,function(t,e){this._t=t,this._k=e,this._l=void 0},function(){for(var t=this,e=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==e?l(0,n.k):"values"==e?l(0,n.v):l(0,[n.k,n.v]):(t._t=void 0,l(1))},n?"entries":"values",!n,!0),h(e)}}},function(t,e,n){var o=n(21);t.exports=function(t,e,n){for(var r in e)n&&t[r]?t[r]=e[r]:o(t,r,e[r]);return t}},function(t,e){t.exports=function(t,e,n,o){if(!(t instanceof e)||void 0!==o&&o in t)throw TypeError(n+": incorrect invocation!");return t}},function(t,e,n){var o=n(19),r=n(71),i=n(72),c=n(23),s=n(39),u=n(58),a={},f={},e=t.exports=function(t,e,n,l,h){var p,d,v,y,g=h?function(){return t}:u(t),_=o(n,l,e?2:1),m=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(i(g)){for(p=s(t.length);p>m;m++)if(y=e?_(c(d=t[m])[0],d[1]):_(t[m]),y===a||y===f)return y}else for(v=g.call(t);!(d=v.next()).done;)if(y=r(v,_,d.value,e),y===a||y===f)return y};e.BREAK=a,e.RETURN=f},function(t,e,n){var o=n(23);t.exports=function(t,e,n,r){try{return r?e(o(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&o(i.call(t)),e}}},function(t,e,n){var o=n(9),r=n(48)("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||i[r]===t)}},function(t,e,n){"use strict";var o=n(17),r=n(18),i=n(22),c=n(26),s=n(48)("species");t.exports=function(t){var e="function"==typeof r[t]?r[t]:o[t];c&&e&&!e[s]&&i.f(e,s,{configurable:!0,get:function(){return this}})}},function(t,e,n){var o=n(44)("meta"),r=n(24),i=n(32),c=n(22).f,s=0,u=Object.isExtensible||function(){return!0},a=!n(27)(function(){return u(Object.preventExtensions({}))}),f=function(t){c(t,o,{value:{i:"O"+ ++s,w:{}}})},l=function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,o)){if(!u(t))return"F";if(!e)return"E";f(t)}return t[o].i},h=function(t,e){if(!i(t,o)){if(!u(t))return!0;if(!e)return!1;f(t)}return t[o].w},p=function(t){return a&&d.NEED&&u(t)&&!i(t,o)&&f(t),t},d=t.exports={KEY:o,NEED:!1,fastKey:l,getWeak:h,onFreeze:p}},function(t,e,n){"use strict";var o=n(17),r=n(16),i=n(74),c=n(27),s=n(21),u=n(68),a=n(70),f=n(69),l=n(24),h=n(47),p=n(22).f,d=n(76)(0),v=n(26);t.exports=function(t,e,n,y,g,_){var m=o[t],w=m,k=g?"set":"add",x=w&&w.prototype,b={};return v&&"function"==typeof w&&(_||x.forEach&&!c(function(){(new w).entries().next()}))?(w=e(function(e,n){f(e,w,t,"_c"),e._c=new m,void 0!=n&&a(n,g,e[k],e)}),d("add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON".split(","),function(t){var e="add"==t||"set"==t;t in x&&(!_||"clear"!=t)&&s(w.prototype,t,function(n,o){if(f(this,w,t),!e&&_&&!l(n))return"get"==t&&void 0;var r=this._c[t](0===n?0:n,o);return e?this:r})}),"size"in x&&p(w.prototype,"size",{get:function(){return this._c.size}})):(w=y.getConstructor(e,t,g,k),u(w.prototype,n),i.NEED=!0),h(w,t),b[t]=w,r(r.G+r.W+r.F,b),_||y.setStrong(w,t,g),w}},function(t,e,n){var o=n(19),r=n(11),i=n(50),c=n(39),s=n(77);t.exports=function(t,e){var n=1==t,u=2==t,a=3==t,f=4==t,l=6==t,h=5==t||l,p=e||s;return function(e,s,d){for(var v,y,g=i(e),_=r(g),m=o(s,d,3),w=c(_.length),k=0,x=n?p(e,w):u?p(e,0):void 0;w>k;k++)if((h||k in _)&&(v=_[k],y=m(v,k,g),t))if(n)x[k]=y;else if(y)switch(t){case 3:return!0;case 5:return v;case 6:return k;case 2:x.push(v)}else if(f)return!1;return l?-1:a||f?f:x}}},function(t,e,n){var o=n(78);t.exports=function(t,e){return new(o(t))(e)}},function(t,e,n){var o=n(24),r=n(79),i=n(48)("species");t.exports=function(t){var e;return r(t)&&(e=t.constructor,"function"!=typeof e||e!==Array&&!r(e.prototype)||(e=void 0),o(e)&&(e=e[i],null===e&&(e=void 0))),void 0===e?Array:e}},function(t,e,n){var o=n(12);t.exports=Array.isArray||function(t){return"Array"==o(t)}},function(t,e,n){var o=n(16);o(o.P+o.R,"Map",{toJSON:n(81)("Map")})},function(t,e,n){var o=n(54),r=n(82);t.exports=function(t){return function(){if(o(this)!=t)throw TypeError(t+"#toJSON isn't generic");return r(this)}}},function(t,e,n){var o=n(70);t.exports=function(t,e){var n=[];return o(t,!1,n.push,n,e),n}},function(t,e){},,,,function(t,e,n){var o;!function(){"use strict";/**
		 * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs.
		 *
		 * @codingstandard ftlabs-jsv2
		 * @copyright The Financial Times Limited [All Rights Reserved]
		 */
	function r(t,e){function n(t,e){return function(){return t.apply(e,arguments)}}var o;if(e=e||{},this.trackingClick=!1,this.trackingClickStart=0,this.targetElement=null,this.touchStartX=0,this.touchStartY=0,this.lastTouchIdentifier=0,this.touchBoundary=e.touchBoundary||10,this.layer=t,this.tapDelay=e.tapDelay||200,this.tapTimeout=e.tapTimeout||700,!r.notNeeded(t)){for(var i=["onMouse","onClick","onTouchStart","onTouchMove","onTouchEnd","onTouchCancel"],s=this,u=0,a=i.length;u<a;u++)s[i[u]]=n(s[i[u]],s);c&&(t.addEventListener("mouseover",this.onMouse,!0),t.addEventListener("mousedown",this.onMouse,!0),t.addEventListener("mouseup",this.onMouse,!0)),t.addEventListener("click",this.onClick,!0),t.addEventListener("touchstart",this.onTouchStart,!1),t.addEventListener("touchmove",this.onTouchMove,!1),t.addEventListener("touchend",this.onTouchEnd,!1),t.addEventListener("touchcancel",this.onTouchCancel,!1),Event.prototype.stopImmediatePropagation||(t.removeEventListener=function(e,n,o){var r=Node.prototype.removeEventListener;"click"===e?r.call(t,e,n.hijacked||n,o):r.call(t,e,n,o)},t.addEventListener=function(e,n,o){var r=Node.prototype.addEventListener;"click"===e?r.call(t,e,n.hijacked||(n.hijacked=function(t){t.propagationStopped||n(t)}),o):r.call(t,e,n,o)}),"function"==typeof t.onclick&&(o=t.onclick,t.addEventListener("click",function(t){o(t)},!1),t.onclick=null)}}var i=navigator.userAgent.indexOf("Windows Phone")>=0,c=navigator.userAgent.indexOf("Android")>0&&!i,s=/iP(ad|hone|od)/.test(navigator.userAgent)&&!i,u=s&&/OS 4_\d(_\d)?/.test(navigator.userAgent),a=s&&/OS [6-7]_\d/.test(navigator.userAgent),f=navigator.userAgent.indexOf("BB10")>0;r.prototype.needsClick=function(t){switch(t.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(t.disabled)return!0;break;case"input":if(s&&"file"===t.type||t.disabled)return!0;break;case"label":case"iframe":case"video":return!0}return/\bneedsclick\b/.test(t.className)},r.prototype.needsFocus=function(t){switch(t.nodeName.toLowerCase()){case"textarea":return!0;case"select":return!c;case"input":switch(t.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return!1}return!t.disabled&&!t.readOnly;default:return/\bneedsfocus\b/.test(t.className)}},r.prototype.sendClick=function(t,e){var n,o;document.activeElement&&document.activeElement!==t&&document.activeElement.blur(),o=e.changedTouches[0],n=document.createEvent("MouseEvents"),n.initMouseEvent(this.determineEventType(t),!0,!0,window,1,o.screenX,o.screenY,o.clientX,o.clientY,!1,!1,!1,!1,0,null),n.forwardedTouchEvent=!0,t.dispatchEvent(n)},r.prototype.determineEventType=function(t){return c&&"select"===t.tagName.toLowerCase()?"mousedown":"click"},r.prototype.focus=function(t){var e;s&&t.setSelectionRange&&0!==t.type.indexOf("date")&&"time"!==t.type&&"month"!==t.type?(e=t.value.length,t.setSelectionRange(e,e)):t.focus()},r.prototype.updateScrollParent=function(t){var e,n;if(e=t.fastClickScrollParent,!e||!e.contains(t)){n=t;do{if(n.scrollHeight>n.offsetHeight){e=n,t.fastClickScrollParent=n;break}n=n.parentElement}while(n)}e&&(e.fastClickLastScrollTop=e.scrollTop)},r.prototype.getTargetElementFromEventTarget=function(t){return t.nodeType===Node.TEXT_NODE?t.parentNode:t},r.prototype.onTouchStart=function(t){var e,n,o;if(t.targetTouches.length>1)return!0;if(e=this.getTargetElementFromEventTarget(t.target),n=t.targetTouches[0],s){if(o=window.getSelection(),o.rangeCount&&!o.isCollapsed)return!0;if(!u){if(n.identifier&&n.identifier===this.lastTouchIdentifier)return t.preventDefault(),!1;this.lastTouchIdentifier=n.identifier,this.updateScrollParent(e)}}return this.trackingClick=!0,this.trackingClickStart=t.timeStamp,this.targetElement=e,this.touchStartX=n.pageX,this.touchStartY=n.pageY,t.timeStamp-this.lastClickTime<this.tapDelay&&t.preventDefault(),!0},r.prototype.touchHasMoved=function(t){var e=t.changedTouches[0],n=this.touchBoundary;return Math.abs(e.pageX-this.touchStartX)>n||Math.abs(e.pageY-this.touchStartY)>n},r.prototype.onTouchMove=function(t){return!this.trackingClick||((this.targetElement!==this.getTargetElementFromEventTarget(t.target)||this.touchHasMoved(t))&&(this.trackingClick=!1,this.targetElement=null),!0)},r.prototype.findControl=function(t){return void 0!==t.control?t.control:t.htmlFor?document.getElementById(t.htmlFor):t.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")},r.prototype.onTouchEnd=function(t){var e,n,o,r,i,f=this.targetElement;if(!this.trackingClick)return!0;if(t.timeStamp-this.lastClickTime<this.tapDelay)return this.cancelNextClick=!0,!0;if(t.timeStamp-this.trackingClickStart>this.tapTimeout)return!0;if(this.cancelNextClick=!1,this.lastClickTime=t.timeStamp,n=this.trackingClickStart,this.trackingClick=!1,this.trackingClickStart=0,a&&(i=t.changedTouches[0],f=document.elementFromPoint(i.pageX-window.pageXOffset,i.pageY-window.pageYOffset)||f,f.fastClickScrollParent=this.targetElement.fastClickScrollParent),o=f.tagName.toLowerCase(),"label"===o){if(e=this.findControl(f)){if(this.focus(f),c)return!1;f=e}}else if(this.needsFocus(f))return t.timeStamp-n>100||s&&window.top!==window&&"input"===o?(this.targetElement=null,!1):(this.focus(f),this.sendClick(f,t),s&&"select"===o||(this.targetElement=null,t.preventDefault()),!1);return!(!s||u||(r=f.fastClickScrollParent,!r||r.fastClickLastScrollTop===r.scrollTop))||(this.needsClick(f)||(t.preventDefault(),this.sendClick(f,t)),!1)},r.prototype.onTouchCancel=function(){this.trackingClick=!1,this.targetElement=null},r.prototype.onMouse=function(t){return!this.targetElement||(!!t.forwardedTouchEvent||(!t.cancelable||(!(!this.needsClick(this.targetElement)||this.cancelNextClick)||(t.stopImmediatePropagation?t.stopImmediatePropagation():t.propagationStopped=!0,t.stopPropagation(),t.preventDefault(),!1))))},r.prototype.onClick=function(t){var e;return this.trackingClick?(this.targetElement=null,this.trackingClick=!1,!0):"submit"===t.target.type&&0===t.detail||(e=this.onMouse(t),e||(this.targetElement=null),e)},r.prototype.destroy=function(){var t=this.layer;c&&(t.removeEventListener("mouseover",this.onMouse,!0),t.removeEventListener("mousedown",this.onMouse,!0),t.removeEventListener("mouseup",this.onMouse,!0)),t.removeEventListener("click",this.onClick,!0),t.removeEventListener("touchstart",this.onTouchStart,!1),t.removeEventListener("touchmove",this.onTouchMove,!1),t.removeEventListener("touchend",this.onTouchEnd,!1),t.removeEventListener("touchcancel",this.onTouchCancel,!1)},r.notNeeded=function(t){var e,n,o,r;if("undefined"==typeof window.ontouchstart)return!0;if(n=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1]){if(!c)return!0;if(e=document.querySelector("meta[name=viewport]")){if(e.content.indexOf("user-scalable=no")!==-1)return!0;if(n>31&&document.documentElement.scrollWidth<=window.outerWidth)return!0}}if(f&&(o=navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/),o[1]>=10&&o[2]>=3&&(e=document.querySelector("meta[name=viewport]")))){if(e.content.indexOf("user-scalable=no")!==-1)return!0;if(document.documentElement.scrollWidth<=window.outerWidth)return!0}return"none"===t.style.msTouchAction||"manipulation"===t.style.touchAction||(r=+(/Firefox\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1],!!(r>=27&&(e=document.querySelector("meta[name=viewport]"),e&&(e.content.indexOf("user-scalable=no")!==-1||document.documentElement.scrollWidth<=window.outerWidth)))||("none"===t.style.touchAction||"manipulation"===t.style.touchAction))},r.attach=function(t,e){return new r(t,e)},o=function(){return r}.call(e,n,e,t),!(void 0!==o&&(t.exports=o))}()},function(t,e,n){"use strict";function o(t){if(!(this instanceof o))return new o(t);var e,n=i(t.className).split(/\s+/);for(this._elem=t,this.length=0,e=0;e<n.length;e+=1)n[e]&&c.push.call(this,n[e])}t.exports=o;var r=n(89),i=n(90),c=Array.prototype;o.prototype.add=function(){var t,e;for(e=0;e<arguments.length;e+=1)t=""+arguments[e],r(this,t)>=0||c.push.call(this,t);return this._elem.className=this.toString(),this},o.prototype.remove=function(){var t,e,n;for(n=0;n<arguments.length;n+=1)e=""+arguments[n],t=r(this,e),t<0||c.splice.call(this,t,1);return this._elem.className=this.toString(),this},o.prototype.contains=function(t){return t+="",r(this,t)>=0},o.prototype.toggle=function(t,e){return t+="",e===!0?this.add(t):e===!1?this.remove(t):this[this.contains(t)?"remove":"add"](t)},o.prototype.toString=function(){return c.join.call(this," ")}},function(t,e){t.exports=function(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0;n<t.length;++n)if(t[n]===e)return n;return-1}},function(t,e){function n(t){return t.replace(/^\s*|\s*$/g,"")}e=t.exports=n,e.left=function(t){return t.replace(/^\s*/,"")},e.right=function(t){return t.replace(/\s*$/,"")}}])});


	jQuery(document).ready(function($){

		/* cookie domain name */
		var cookie_domain_name = php_info.cookie_domain_name;
		var ua_id = php_info.ua_id;

		/* resulted keksbanner */
		if($('.keksbanner').length) {

			// switch plugin array
			var $switches = [];

			// keine scrolling wenn model = open
			if (isOpen()) {
				//$('body').addClass('modal-open');
			}

			// Keksbanner open oder geschlossen
			function isOpen() {
				if ($('.keksbanner').hasClass('hidden')) {
					return false;
				} else {
					return true;
				}
			}

			function openKeksSettings() {
				$('.keksbanner .header').hide();
				$('.keksbanner .banner-second-screen').show();
				$('.keksbanner .keks-button-second-screen').show();
				$('.keksbanner .banner-first-screen').hide();
				$('.keksbanner .keks-button-first-screen').hide();
			}

			function closeKeksSettings() {
				$('.keksbanner .header').show();
				$('.keksbanner .banner-second-screen').hide();
				$('.keksbanner .keks-button-second-screen').hide();
				$('.keksbanner .banner-first-screen').show();
				$('.keksbanner .keks-button-first-screen').show();
			}

			function closeKeksBanner() {
				$('body').removeClass('modal-open');
				$('.keksbanner').addClass('hidden');
			}

			function openKeksBanner() {
				$('body').addClass('modal-open');
				$('.keksbanner').removeClass('hidden');
			}

			function openSecondSettingsScreen() {
				$('body').addClass('modal-open');
				$('.keksbanner').removeClass('hidden');
				$('.keksbanner .header').hide();
				$('.keksbanner .banner-second-screen').show();
				$('.keksbanner .keks-button-second-screen').show();
				$('.keksbanner .banner-first-screen').hide();
				$('.keksbanner .keks-button-first-screen').hide();
			}

			function validateCookieForm() {
				if ($('input[name="necessary"]').prop('checked') === true) {
					return true;
				}

				return false;
			}

			// Set und unset kekse
			function setKekse() {
				$keks = $('.keksbanner .innerbanner');
				closeKeksBanner();
				if ($keks.find('input[name=analytics]').is(':checked') && $keks.find('input[name=zusatzcookie]').is(':checked')) {
					document.cookie = 'zustimmung-fuer-performance-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-zusatzcookie-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'keine-zustimmung-fuer-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					var a = 'zustimmung-fuer-alle';
					var g = 31;
				} else if ($keks.find('input[name=analytics]').is(':checked')) {
					document.cookie = 'zustimmung-fuer-alle-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-zusatzcookie-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'keine-zustimmung-fuer-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					var a = 'zustimmung-fuer-performance';
					var g = 31;
				} else if ($keks.find('input[name=zusatzcookie]').is(':checked')) {
					document.cookie = '_dc_gtm_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gac_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat_gtag_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gcl_aw= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gcl_au= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-alle-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-performance-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'keine-zustimmung-fuer-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_ga= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gid= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					var a = 'zustimmung-fuer-zusatzcookie';
					var g = 31;
				} else {
					document.cookie = '_dc_gtm_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gac_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat_gtag_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gcl_aw= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gcl_au= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_ga= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gid= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-alle-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-performance-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-zusatzcookie-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					var a = 'keine-zustimmung-fuer';
					var g = 3;
				}
				var daySecondsLength = 86400000;
				var cookieDayLength = g;
				var totalCookieLength = daySecondsLength * cookieDayLength;
				var jetzt = new Date();
				var lebensdauer = jetzt.getTime();
				var verfall = lebensdauer + totalCookieLength;
				jetzt.setTime(verfall);
				var enddate = jetzt.toUTCString();
				document.cookie = a + "-kekse = set; Path=/; expires=" + enddate;
				location.reload(true);
			}

			// switch status
			$('.checkbox-switch').each(function() {
				$switches[$switches.length] = new Switch(this, {
					showText: true,
					onSwitchColor: '#28a745',
					onText: (typeof($(this).data('on')) !== 'undefined' && $(this).data('on'))
						? $(this).data('on')
						: '',
					offText: (typeof($(this).data('off')) !== 'undefined' && $(this).data('off'))
						? $(this).data('off')
						: '',
					onChange: function() {
						if (validateCookieForm() === false) {
							$('.btn-accept').addClass('disabled');
						} else {
							$('.btn-accept').removeClass('disabled');
						}
					}
				});
			});

			// zurück zum first screen
			$('.btn-back').on('click', function() {
				closeKeksSettings();
			});

			// zum second screen
			$('.btn-settings').on('click', function() {
				openKeksSettings();
			});

			// akzeptiere eingestellte kekse (mit dem switches)
			$('.btn-accept').on('click', function(e) {
				e.preventDefault();

				if (validateCookieForm() && !$(this).hasClass('disabled')) {
					setKekse();
				}

			});

			// alles ablehnen
			$('.btn-disallow').on('click', function(e) {
				e.preventDefault();

				$keks = $('.keksbanner .innerbanner');
				closeKeksBanner();

					document.cookie = '_dc_gtm_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gac_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat_gtag_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat_' + ua_id + '= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gcl_aw= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gcl_au= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gat= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_ga= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = '_gid= ; Path=/; Domain=.' + cookie_domain_name + '; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-alle-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-performance-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					document.cookie = 'zustimmung-fuer-zusatzcookie-kekse= ;Path=/; expires = Thu, 01 Jan 1970 00:00:00 GMT;';
					var a = 'keine-zustimmung-fuer';
					var g = 3;

				var daySecondsLength = 86400000;
				var cookieDayLength = g;
				var totalCookieLength = daySecondsLength * cookieDayLength;
				var jetzt = new Date();
				var lebensdauer = jetzt.getTime();
				var verfall = lebensdauer + totalCookieLength;
				jetzt.setTime(verfall);
				var enddate = jetzt.toUTCString();
				document.cookie = a + "-kekse = set; Path=/; expires=" + enddate;
				location.reload(true);
			});

			// akzeptiere alle kekse
			$('.btn-accept-all').on('click', function(e) {
				e.preventDefault();
				// setze alle switches auf "true"
				$.each($switches, function(index, currentSwitch) {
					 currentSwitch.on();
				});
				// wenn der switch nicht funktioniert:
				$('.keksbanner .innerbanner input[type="checkbox"]').each(function() {
					$(this).prop('checked', true).attr('checked', true);
				});

				if (validateCookieForm()) {
					setKekse();
				}
			});

			// ändere keks einstellungen
			$('.cookie-settings').on('click', function(e) {
				e.preventDefault();
				openSecondSettingsScreen();
			});

		}

		/* wenn der Benutzer die Cookies blockiert hat im Browser Einstellungen */

		// returns 1 or 0 instead of true or false. Returns null if inconclusive.
		function cookiesEnabled() {
			var i, j, cookies, found;
			document.cookie = 'testcookiesenabled=1';
			for (i=0; i<2; i++) {
				found = false;
				cookies = document.cookie.split(';');
				j = cookies.length;
				while(j--) {
					while (cookies[j].charAt(0)==' ') {// trim spaces
						cookies[j] = cookies[j].substring(1);
					}
					if (cookies[j].indexOf('testcookiesenabled=')==0) {
						found = true;
						break;
					}
				}
				if (!found) {
					if(i == 0) {
						$('.keksbanner').addClass('hidden');
						$('.cookie-settings').css('display', 'none');
					}
					return i;
				}
				// Delete test cookie.
				document.cookie = 'testcookiesenabled=; expires=Thu, 01 Jan 1970 00:00:01 GMT';
			}
			// Results inconclusive.
		}
		cookiesEnabled();

	});