var FlashDetect=new function(){var self=this;self.installed=false;self.raw="";self.major=-1;self.minor=-1;self.revision=-1;self.revisionStr="";var activeXDetectRules=[{"name":"ShockwaveFlash.ShockwaveFlash.7","version":function(obj){return getActiveXVersion(obj);}},{"name":"ShockwaveFlash.ShockwaveFlash.6","version":function(obj){var version="6,0,21";
try{obj.AllowScriptAccess="always";version=getActiveXVersion(obj);}catch(err){}return version;}},{"name":"ShockwaveFlash.ShockwaveFlash","version":function(obj){return getActiveXVersion(obj);}}];var getActiveXVersion=function(activeXObj){var version=-1;try{version=activeXObj.GetVariable("$version");}catch(err){}return version;
};var getActiveXObject=function(name){var obj=-1;try{obj=new ActiveXObject(name);}catch(err){}return obj;};var parseActiveXVersion=function(str){var versionArray=str.split(",");return{"raw":str,"major":parseInt(versionArray[0].split(" ")[1],10),"minor":parseInt(versionArray[1],10),"revision":parseInt(versionArray[2],10),"revisionStr":versionArray[2]};
};var parseStandardVersion=function(str){var descParts=str.split(/ +/);var majorMinor=descParts[2].split(/\./);var revisionStr=descParts[3];return{"raw":str,"major":parseInt(majorMinor[0],10),"minor":parseInt(majorMinor[1],10),"revisionStr":revisionStr,"revision":parseRevisionStrToInt(revisionStr)};};
var parseRevisionStrToInt=function(str){return parseInt(str.replace(/[a-zA-Z]/g,""),10)||self.revision;};self.majorAtLeast=function(version){return self.major>=version;};self.FlashDetect=function(){if(navigator.plugins&&navigator.plugins.length>0){var type="application/x-shockwave-flash";var mimeTypes=navigator.mimeTypes;
if(mimeTypes&&mimeTypes[type]&&mimeTypes[type].enabledPlugin&&mimeTypes[type].enabledPlugin.description){var version=mimeTypes[type].enabledPlugin.description;var versionObj=parseStandardVersion(version);self.raw=versionObj.raw;self.major=versionObj.major;self.minor=versionObj.minor;self.revisionStr=versionObj.revisionStr;
self.revision=versionObj.revision;self.installed=true;}}else{if(navigator.appVersion.indexOf("Mac")==-1&&window.execScript){var version=-1;for(var i=0;i<activeXDetectRules.length&&version==-1;i++){var obj=getActiveXObject(activeXDetectRules[i].name);if(typeof obj=="object"){self.installed=true;version=activeXDetectRules[i].version(obj);
if(version!=-1){var versionObj=parseActiveXVersion(version);self.raw=versionObj.raw;self.major=versionObj.major;self.minor=versionObj.minor;self.revision=versionObj.revision;self.revisionStr=versionObj.revisionStr;}}}}}}();};FlashDetect.release="1.0.3";
$q.define("UNOUNO.components.domaincheckbox",{construct:function(element){this.element=$q(element);this.init();},members:{element:null,init:function(){this.element.find(".errorbox-close").on("click",function(e){e.preventDefault();e.stopPropagation();var target=$q(e.getTarget());target.getAncestors("form:eq(0)").find(".PfxError").removeClasses(["PfxInputTextError","PfxError"]);
target.getAncestors(".errorbox-wrapper:eq(0)").addClass("hidden");},this);}}});$q.ready(function(){$q(".domaincheckbox").forEach(function(element){new UNOUNO.components.domaincheckbox(element);});});

UNOUNO.util.SWFObject=function(){this.init();};UNOUNO.util.SWFObject.prototype={container:null,file:null,bgcolor:null,wmode:null,id:null,width:null,autostart:"true",height:null,params:[],setContainer:function(container){this.container=container;},setFile:function(file){this.file=file;},setWmode:function(wmode){this.wmode=wmode;
},setBgcolor:function(bgcolor){this.bgcolor=bgcolor;},setId:function(id){this.id=id;},setWidth:function(width){this.width=width;},setAutostart:function(autostart){this.autostart=autostart;},setHeight:function(height){this.height=height;},setParam:function(name,value){this.params.push([name,value]);},render:function(){var paramObject="",backGround,object,bgcolor,embedBackGround;
for(var i=0;i<this.params.length;i++){paramObject=paramObject+'<param name="'+this.params[i][0]+'" value="'+this.params[i][1]+'" />';}var paramEmbed="";for(var i=0;i<this.params.length;i++){paramEmbed=paramEmbed+this.params[i][0]+'="'+this.params[i][1]+'" ';}if(this.bgcolor){bgcolor=this.bgcolor;}else{bgcolor="ffffff";
}if(this.wmode){backGround='  <param name="wmode" value="'+this.wmode+'" />';}else{backGround='  <param name="bgcolor" value="'+bgcolor+'" />';}if(this.wmode){embedBackGround='wmode="'+this.wmode+'"';}else{embedBackGround=' bgcolor="'+bgcolor+'" ';}if(this.file&&this.id&&this.width&&this.height){object='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="'+this.id+'" width="'+this.width+'" height="'+this.height+'" autostart="'+this.autostart+'" align="middle">'+'  <param name="allowScriptAccess" value="sameDomain" />'+'  <param name="allowFullScreen" value="false" />'+'  <param name="movie" value="'+this.file+'" />'+'  <param name="quality" value="high" />'+backGround+paramObject+'  <embed src="'+this.file+'" quality="high" '+embedBackGround+paramEmbed+'name="'+this.id+'" width="'+this.width+'" height="'+this.height+'" autostart="'+this.autostart+'" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />'+"</object>";
document.getElementById(this.container).innerHTML=object;}},init:function(){}};
UNOUNO.global.findeFlash=function(flash){var movie=null;if(document.all){if(document.all[flash]){return document.all[flash];}if(window.opera){movie=eval(window.document+flash);if(movie.SetVariable){return movie;}}return ;}if(document.layers){if(document.embeds){movie=document.embeds[flash];if(movie.SetVariable){return movie;
}}return ;}if(!document.getElementById){return ;}movie=document.getElementById(flash);if(movie.SetVariable){return movie;}movies=movie.getElementsByTagName("embed");if(!movies||!movies.length){return ;}movie=movies[0];if(movie.SetVariable){return movie;}return ;};
UNOUNO.util.infoFootnote=function(footnoteId,linkIDs,alignment,vertical){this.init(footnoteId,linkIDs,alignment,vertical);};UNOUNO.util.infoFootnote.prototype={parent:null,modifyedFootnote:false,initInfoFootnote:function(){if(document.getElementById("container")!==null){this.parent=document.getElementById("container");
}else{this.parent=document.getElementById("container-plain");}if(this.footnote){var i=0,openerLink;if(this.isArray(this.linkIDs)){for(i;i<this.linkIDs.length;i+=1){openerLink=document.getElementById(this.linkIDs[i]);if(openerLink){qx.bom.Element.addListener(openerLink,"click",this.openFootnote,this);
qx.bom.Element.addListener(openerLink,"mouseover",this.setHover,this);qx.bom.Element.addListener(openerLink,"mouseout",this.removeHover,this);}}}else{openerLink=document.getElementById(this.linkIDs);if(openerLink){qx.bom.Element.addListener(openerLink,"click",this.openFootnote,this);qx.bom.Element.addListener(openerLink,"mouseover",this.setHover,this);
qx.bom.Element.addListener(openerLink,"mouseout",this.removeHover,this);}}qx.bom.Element.addListener(this.footnote,"click",this.closeFootnote,this);}},setHover:function(e){qx.bom.element.Class.add(e._currentTarget,"asterisk-hover");},removeHover:function(e){qx.bom.element.Class.remove(e._currentTarget,"asterisk-hover");
},openFootnote:function(e){if(this.footnote){e.preventDefault();this.closeFootnote();if(UNOUNO.global.openFootnote){UNOUNO.global.openFootnote.style.display="none";}UNOUNO.global.openFootnote=this.footnote;this.footnote.style.display="block";this.modifyFootnote(e._currentTarget.id);}},closeFootnote:function(){var i,iframeFixIE6;
this.footnote.style.display="none";if(qx.core.Environment){if(qx.core.Environment.get("engine.version")==="mshtml"&&qx.core.Environment.get("engine.version")==="6.0"){iframeFixIE6=qx.bom.Collection.query(".footnoteInfoIframe")[0];if(iframeFixIE6){qx.dom.Element.remove(iframeFixIE6);}}}},modifyFootnote:function(openerLinkId){if(this.modifyedFootnote===false){if(this.footnote.parentNode!==this.parent){qx.dom.Element.insertBegin(this.footnote,this.parent);
}this.modifyedFootnote=true;}this.footnote.style.position="absolute";var openerLink=document.getElementById(openerLinkId),leftPos=typeof (q)==="object"?$q.create(openerLink).getOffset().left:qx.bom.element.Location.getLeft(openerLink),topPos=typeof (q)==="object"?$q.create(openerLink).getOffset().top:qx.bom.element.Location.getTop(openerLink)-10,width=this.footnote.offsetWidth,height=this.footnote.offsetHeight,idIE6,zIndexIE6,footnoteBoxIFrameIE6,footnoteBoxIFrameIE6Elem;
if(this.alignment==="left"||typeof this.alignment==="undefined"){leftPos=leftPos-width+25;qx.bom.element.Style.set(this.footnote,"left",leftPos+"px");}else{if(this.alignment==="right"){leftPos=leftPos-10;qx.bom.element.Style.set(this.footnote,"left",leftPos+"px");}}if(this.vertical==="down"||typeof this.vertical==="undefined"){qx.bom.element.Style.set(this.footnote,"top",topPos+"px");
}else{if(this.vertical==="up"){topPos=topPos-height+35;qx.bom.element.Style.set(this.footnote,"top",topPos+"px");}}if(qx.core.Environment){if(qx.core.Environment.get("engine.version")==="mshtml"&&qx.core.Environment.get("engine.version")==="6.0"){idIE6=this.footnote.id;zIndexIE6=qx.bom.element.Style.get(this.footnote,"zIndex","COMPUTED_MODE",true)-1;
if(!document.getElementById("iframe."+idIE6)){footnoteBoxIFrameIE6=document.createElement("iframe");footnoteBoxIFrameIE6.setAttribute("id","iframe."+idIE6);footnoteBoxIFrameIE6.setAttribute("src","/modules/frontend-ingrid/img/blank.gif");footnoteBoxIFrameIE6.className="footnoteInfoIframe";qx.dom.Element.insertBefore(footnoteBoxIFrameIE6,this.footnote);
footnoteBoxIFrameIE6Elem=document.getElementById("iframe."+idIE6);qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"opacity",0);qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"position","absolute");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"zIndex",zIndexIE6);qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"left",leftPos+"px");
qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"top",topPos+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"width",width+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"height",height+"px");qx.bom.element.Style.set(footnoteBoxIFrameIE6Elem,"display","block");}}}},isArray:function(linkIDs){return linkIDs&&typeof linkIDs==="object"&&typeof linkIDs.length==="number"&&typeof linkIDs.splice==="function"&&!(linkIDs.propertyIsEnumerable("length"));
},noTabIndex:function(){if(qx.bom.Collection.id(this.linkIDs).hasClass("no-tabindex")===true){qx.bom.Collection.id(this.linkIDs).setAttribute("tabindex","-1");}},init:function(footnoteId,linkIDs,alignment,vertical){this.footnote=document.getElementById(footnoteId);this.linkIDs=linkIDs;this.alignment=alignment;
this.vertical=vertical;this.noTabIndex();this.initInfoFootnote();}};
//### zip:baseLib-1.0.1.jar/PUSTEFIX-INF/script/mobile-min.js
(function(){var d=window.qxWeb.$$qx;d.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});d.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){d.Bootstrap.define("qx.module.event.Orientation",{statics:{TYPES:["orientationchange"],BIND_METHODS:["getOrientation","isLandscape","isPortrait"],getOrientation:function(){return this._orientation},isLandscape:function(){return"landscape"==this._mode},isPortrait:function(){return"portrait"==this._mode},
normalize:function(a,b,c){if(!a)return a;a._type=c;b=d.module.event.Orientation.BIND_METHODS;c=0;for(var e=b.length;c<e;c++)"function"!=typeof a[b[c]]&&(a[b[c]]=d.module.event.Orientation[b[c]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(a.TYPES,a.normalize)}})})();(function(){d.Bootstrap.define("qx.module.event.OrientationHandler",{statics:{TYPES:["orientationchange"],register:function(a){if(!d.dom.Node.isWindow(a))throw Error("The 'orientationchange' event is only available on window objects!");
a.__Of||(a.$$emitter||(a.$$emitter=new d.event.Emitter),a.__Of=new d.event.handler.OrientationCore(a,a.$$emitter))},unregister:function(a){if(a.__Of)if(a.$$emitter){var b=!1,c=a.$$emitter.getListeners();d.module.event.OrientationHandler.TYPES.forEach(function(a){a in c&&0<c[a].length&&(b=!0)});b||(a.__Of=null)}else a.__Of=null}},defer:function(a){qxWeb.$registerEventHook(a.TYPES,a.register,a.unregister)}})})();(function(){d.Bootstrap.define("qx.event.handler.OrientationCore",{extend:Object,construct:function(a,
b){this._window=a||window;this.__pv=b;this._initObserver()},members:{__pv:null,_window:null,_currentOrientation:null,__sJ:null,__sI:null,_initObserver:function(){this.__sJ=d.lang.Function.listener(this._onNative,this);this.__sI=d.bom.Event.supportsEvent(this._window,"orientationchange")?"orientationchange":"resize";d.bom.Event.addNativeListener(this._window,this.__sI,this.__sJ)},_stopObserver:function(){d.bom.Event.removeNativeListener(this._window,this.__sI,this.__sJ)},_onNative:function(a){var b=
d.bom.Viewport.getOrientation();if(this._currentOrientation!=b){this._currentOrientation=b;var c=d.bom.Viewport.isLandscape()?"landscape":"portrait";a._orientation=b;a._mode=c;this.__pv&&this.__pv.emit("orientationchange",a)}}},destruct:function(){this._stopObserver();this.__qm=this.__pv=null}})})();(function(){d.Bootstrap.define("qx.module.event.Touch",{statics:{TYPES:["tap","longtap","swipe","dbltap"],normalize:function(a,b,c){if(!a)return a;a._type=c;return a}},defer:function(a){qxWeb.$registerEventNormalization(a.TYPES,
a.normalize)}})})();(function(){d.Bootstrap.define("qx.module.event.TouchHandler",{statics:{TYPES:["touchstart","touchend","touchmove","touchcancel"],register:function(a){a.__Og||(a.$$emitter||(a.$$emitter=new d.event.Emitter),a.__Og=new d.event.handler.TouchCore(a,a.$$emitter))},unregister:function(a){if(a.__Og)if(a.$$emitter){var b=!1,c=a.$$emitter.getListeners();d.module.event.TouchHandler.TYPES.forEach(function(a){a in c&&0<c[a].length&&(b=!0)});b||(a.__Og=null)}else a.__Og=null}},defer:function(a){qxWeb.$registerEventHook(a.TYPES,
a.register,a.unregister)}})})();(function(){d.Bootstrap.define("qx.event.handler.TouchCore",{extend:Object,statics:{TAP_MAX_DISTANCE:"android"!=d.core.Environment.get("os.name")?10:40,SWIPE_DIRECTION:{x:["left","right"],y:["up","down"]},SWIPE_MIN_DISTANCE:"android"!=d.core.Environment.get("os.name")?11:41,SWIPE_MIN_VELOCITY:0,LONGTAP_TIME:500},construct:function(a,b){this.__sA=a;this.__pv=b;this._initTouchObserver();this.__sB=[];this.__cP={}},members:{__sA:null,__pv:null,__sC:null,__sD:null,__cP:null,
__gc:null,__sE:null,__sF:null,__sB:null,__sG:null,_initTouchObserver:function(){this.__sC=d.lang.Function.listener(this._onTouchEvent,this);this.__sG=["touchstart","touchmove","touchend","touchcancel"];d.core.Environment.get("event.mspointer")&&(10==parseInt(d.core.Environment.get("engine.version"),10)?this.__sG=["MSPointerDown","MSPointerMove","MSPointerUp","MSPointerCancel"]:this.__sG=["pointerdown","pointermove","pointerup","pointercancel"]);for(var a=0;a<this.__sG.length;a++)d.bom.Event.addNativeListener(this.__sA,
this.__sG[a],this.__sC)},_stopTouchObserver:function(){for(var a=0;a<this.__sG.length;a++)d.bom.Event.removeNativeListener(this.__sA,this.__sG[a],this.__sC)},_onTouchEvent:function(a){this._commonTouchEventHandler(a)},_getScalingDistance:function(a,b){return Math.sqrt(Math.pow(a.pageX-b.pageX,2)+Math.pow(a.pageY-b.pageY,2))},_getRotationAngle:function(a,b){return 180*Math.atan2(a.pageY-b.pageY,a.pageX-b.pageX)/Math.PI},_calcTouchesDelta:function(a){for(var b=[],c=0;c<a.length;c++)b.push(this._calcSingleTouchDelta(a[c]));
return b},_calcSingleTouchDelta:function(a){if(this.__cP.hasOwnProperty(a.identifier)){var b=this.__cP[a.identifier],c=Math.floor(a.clientX-b[0]),b=Math.floor(a.clientY-b[1]),d="x";1>Math.abs(c/b)&&(d="y");return{x:c,y:b,axis:d,identifier:a.identifier}}return{x:0,y:0,axis:null,identifier:a.identifier}},_commonTouchEventHandler:function(a,b){b=b||a.type;if(d.core.Environment.get("event.mspointer")){b=this._mapPointerEvent(b);var c=this._detectTouchesByPointer(a,b);a.changedTouches=c;a.targetTouches=
c;a.touches=c}a.delta=[];if("touchstart"==b)for(this.__sD=this._getTarget(a),a.touches&&1<a.touches.length&&(this.__sE=this._getScalingDistance(a.touches[0],a.touches[1]),this.__sF=this._getRotationAngle(a.touches[0],a.touches[1])),c=0;c<a.changedTouches.length;c++){var e=a.changedTouches[c];this.__cP[e.identifier]=[e.clientX,e.clientY]}"touchmove"==b&&("undefined"==typeof a.scale&&1<a.targetTouches.length&&(c=this._getScalingDistance(a.targetTouches[0],a.targetTouches[1]),a.scale=c/this.__sE),("undefined"==
typeof a.rotation||d.core.Environment.get("event.mspointer"))&&1<a.targetTouches.length&&(c=this._getRotationAngle(a.targetTouches[0],a.targetTouches[1]),a._rotation=c-this.__sF),a.delta=this._calcTouchesDelta(a.targetTouches));this._fireEvent(a,b,this.__sD);d.core.Environment.get("event.mspointer")&&("touchend"!=b&&"touchcancel"!=b||delete this.__sB[a.pointerId]);("touchend"==b||"touchcancel"==b&&a.changedTouches[0])&&delete this.__cP[a.changedTouches[0].identifier]},_detectTouchesByPointer:function(a,
b){var c=[];"touchstart"==b?this.__sB[a.pointerId]=a:"touchmove"==b&&(this.__sB[a.pointerId]=a);for(var d in this.__sB)c.push(this.__sB[d]);return c},_mapPointerEvent:function(a){a=a.toLowerCase();return-1!==a.indexOf("pointerdown")?"touchstart":-1!==a.indexOf("pointerup")?"touchend":-1!==a.indexOf("pointermove")?"touchmove":-1!==a.indexOf("pointercancel")?"touchcancel":a},_getTarget:function(a){var b=d.bom.Event.getTarget(a);"webkit"==d.core.Environment.get("engine.name")?b&&3==b.nodeType&&(b=b.parentNode):
d.core.Environment.get("event.mspointer")&&(a=this.__sH(a))&&(b=a);return b},__sH:function(a){var b=null,c=null;a&&(a.touches&&0!==a.touches.length)&&(b=a.touches[0].clientX,c=a.touches[0].clientY);if(a=document.msElementsFromPoint(b,c))for(b=0;b<a.length;b++)if(c=a[b],"none"!=d.bom.element.Style.get(c,"pointer-events",3))return c;return null},_fireEvent:function(a,b,c){c||(c=this._getTarget(a));b=b||a.type;c&&(c.nodeType&&this.__pv)&&this.__pv.emit(b,a)},dispose:function(){this._stopTouchObserver();
this.__sD=this.__sA=this.__sG=this.__sB=this.__pv=this.__sE=this.__sF=null}}})})()})();

//### zip:baseLib-1.0.1.jar/PUSTEFIX-INF/script/messaging-min.js
(function(){var f=window.qxWeb.$$qx;f.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});f.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){f.Bootstrap.define("qx.event.Messaging",{construct:function(){this._listener={};this.__IH=0;this.__II={}},members:{_listener:null,__IH:null,__II:null,on:function(a,c,b,d){return this._addListener(a,c,b,d)},onAny:function(a,c,b){return this._addListener("any",a,c,b)},_addListener:function(a,c,b,d){var k=
this._listener[a]=this._listener[a]||{},e=this.__IH++,g=[],h=null;if(f.lang.Type.isString(c)){for(var l=/\{([\w\d]+)\}/g;null!==(h=l.exec(c));)g.push(h[1]);c=RegExp("^"+c.replace(l,"([^/]+)")+"$")}k[e]={regExp:c,params:g,handler:b,scope:d};this.__II[e]=a;return e},remove:function(a){delete this._listener[this.__II[a]][a];delete this.__II[a]},has:function(a,c){var b=this._listener[a];if(!b||f.lang.Object.isEmpty(b))return!1;for(var d in b)if(b[d].regExp.test(c))return!0;return!1},emit:function(a,c,
b,d){this._emit(a,c,b,d)},_emit:function(a,c,b,d){var k=!1,e=this._listener.any,k=this._emitListeners(a,c,e,b,d),e=!1,e=this._listener[a];(e=this._emitListeners(a,c,e,b,d))||k||f.Bootstrap.info("No listener found for "+c)},_emitListeners:function(a,c,b,d,k){if(!b||f.lang.Object.isEmpty(b))return!1;var e=!1,g;for(g in b)e|=this._emitRoute(a,c,b[g],d,k);return e},_emitRoute:function(a,c,b,d,f){if(a=b.regExp.exec(c)){d=d||{};var e=null,g=null;a.shift();for(var h=0;h<a.length;h++)g=a[h],(e=b.params[h])?
d[e]=g:d[h]=g;b.handler.call(b.scope,{path:c,params:d,customData:f})}return void 0!=a}}})})();(function(){f.Bootstrap.define("qx.module.Messaging",{statics:{on:null,onAny:null,remove:null,emit:null},defer:function(a){qxWeb.$attachStatic({messaging:new f.event.Messaging})}})})()})();

//### zip:baseLib-1.0.1.jar/PUSTEFIX-INF/script/dataset-min.js
(function(){var c=window.qxWeb.$$qx;c.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});c.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){c.Bootstrap.define("qx.module.Dataset",{statics:{setData:function(a,b){this._forEachElement(function(d){c.bom.element.Dataset.set(d,a,b)});return this},getData:function(a){if(this[0]&&1===this[0].nodeType)return c.bom.element.Dataset.get(this[0],a)},getAllData:function(){return this[0]&&1===this[0].nodeType?
c.bom.element.Dataset.getAll(this[0]):{}},hasData:function(){return c.bom.element.Dataset.hasData(this[0])},removeData:function(a){this._forEachElement(function(b){c.bom.element.Dataset.remove(b,a)});return this}},defer:function(a){qxWeb.$attach({getData:a.getData,setData:a.setData,removeData:a.removeData,getAllData:a.getAllData,hasData:a.hasData})}})})();(function(){c.Bootstrap.define("qx.bom.element.Dataset",{statics:{set:function(a,b,d){a.dataset?(b=c.lang.String.camelCase(b),null===d||void 0==
d?delete a.dataset[b]:a.dataset[b]=d):(void 0===d&&(d=null),c.bom.element.Attribute.set(a,"data-"+c.lang.String.hyphenate(b),d))},get:function(a,b){if(a.dataset)return b=c.lang.String.camelCase(b),a.dataset[b]?a.dataset[b]:void 0;var d="data-"+c.lang.String.hyphenate(b);return a.hasAttribute(d)?c.bom.element.Attribute.get(a,d):void 0},getAll:function(a){if(a.dataset)return a.dataset;for(var b={},d=a.attributes,e=0;e<d.length;e++)d[e].name.match(/^data-(.*)/)&&(b[c.lang.String.camelCase(RegExp.$1)]=
a.getAttribute(d[e].name));return b},hasData:function(a){return 0<Object.keys(qxWeb(a).getAllData()).length},remove:function(a,b){this.set(a,b,void 0)}}})})()})();

//### zip:baseLib-1.0.1.jar/PUSTEFIX-INF/script/widget-min.js
(function(){var e=window.qxWeb.$$qx;e.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});e.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){e.Bootstrap.define("qx.ui.website.Widget",{extend:qxWeb,statics:{widget:function(){var a=new e.ui.website.Widget(this);a.init();return a},create:function(a){return new e.ui.website.Widget(qxWeb.create(a))},$onFirstCollection:function(a,b,c,d){var e=this.classname.replace(/\./g,"-")+"-context";this.getProperty(e)||
this.setProperty(e,c);c=this.getProperty(e);if(!this.hasListener(a,b,c))this.on(a,b,c,d);return this},$offFirstCollection:function(a,b,c,d){var e=this.classname.replace(/\./g,"-")+"-context";this._forEachElementWrapped(function(c){var f=c.getProperty(e);c.off(a,b,f,d)});return this},initWidgets:function(a){var b=qxWeb("*[data-qx-class]");a&&(b=b.filter(a));b._forEachElementWrapped(function(a){a.init()})}},construct:function(a,b){var c=qxWeb.call(this,a,b);Array.prototype.push.apply(this,Array.prototype.slice.call(c,
0,c.length))},members:{__kb:null,init:function(){if(this.getProperty("$$qx-widget-initialized"))return!1;this.setAttribute("data-qx-class",this.classname);this.addClass("qx-widget");this.addClass(this.getCssPrefix());this.setProperty("$$qx-widget-initialized",!0);return!0},getCssPrefix:function(){if(!this.__kb){var a=this.classname.split(".");this.__kb="qx-"+a[a.length-1].toLowerCase()}return this.__kb},setEnabled:function(a){this.setAttribute("disabled",!a);this.find("*").setAttribute("disabled",
!a);return this},getEnabled:function(){return!this.getAttribute("disabled")},setTemplate:function(a,b){return this._setData("templates",a,b)},setConfig:function(a,b){return this._setData("config",a,b)},_setData:function(a,b,c){this.forEach(function(d){d[a]||(d[a]={});d[a][b]=c});return this},getTemplate:function(a){return this._getData("templates",a)},getConfig:function(a){return this._getData("config",a)},_getData:function(a,b){var c=this.getProperty(a),d;c&&(d=c[b]);if(void 0===d&&"config"==a){c=
"qx"+qxWeb.string.firstUp(a)+qxWeb.string.firstUp(b);d=this.getData(c);if(!this[0]||!this[0].dataset&&null===d)d=void 0;try{d=JSON.parse(d)}catch(e){}}return void 0===d&&this.constructor["_"+a]?this.constructor["_"+a][b]:d},render:function(){return this},dispose:function(){this.removeAttribute("data-qx-class");this.setProperty("config",void 0);this.setProperty("templates",void 0);var a=this.classname.replace(/\./g,"-")+"-context";this.setProperty(a,void 0);this.setProperty("$$qx-widget-initialized",
void 0);this.removeClass("qx-widget");this.removeClass(this.getCssPrefix());for(var b in this.constructor.$$events)this.allOff(b);return qxWeb.$init(this,qxWeb)}},defer:function(a){qxWeb.$attach({$onFirstCollection:a.$onFirstCollection,$offFirstCollection:a.$offFirstCollection,widget:a.widget});qxWeb.$attachStatic({initWidgets:a.initWidgets})}})})();(function(){e.Bootstrap.define("baselib.ui.Widget",{extend:e.ui.website.Widget,construct:function(a,b){e.ui.website.Widget.call(this,a,b);a&&this._checkAndDebugIfEmpty("info")},
members:{_checkAndDebugIfEmpty:function(a){}}})})()})();

//### zip:baseLib-1.0.1.jar/PUSTEFIX-INF/script/carousel-min.js
(function(){var f=window.qxWeb.$$qx;f.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});f.$$packageData["0"]={locales:{},resources:{},translations:{}};(function(){f.Bootstrap.define("baselib.ui.Carousel",{extend:baselib.ui.Widget,construct:function(a,b){baselib.ui.Widget.call(this,a,b)},statics:{__NS:!1,__NT:!1,__Oh:-1!=["mobile","tablet"].indexOf(qxWeb.env.get("device.type")),__Oi:function(){var a=qxWeb.env.get("css.transform"),b=f.core.Environment.get("css.animation");
baselib.ui.Carousel.__NS=null!==a&&"object"===typeof a&&null!==b&&"object"===typeof b;baselib.ui.Carousel.__NT=baselib.ui.Carousel.__NS?a["3d"]:!1},_config:{autoAnimate:!1,duration:400,showArrows:!0,startIndex:0,swipe:!0,delay:2E3,ignoreMouseOver:[]},carousel:function(a){var b=new baselib.ui.Carousel(this);b.setProperty("__config",a);b.init();return b}},events:{"switch":"qx.event.Emitter",beforehide:"qx.event.Emitter",beforeshow:"qx.event.Emitter",afterhide:"qx.event.Emitter",aftershow:"qx.event.Emitter"},
members:{init:function(){if(!baselib.ui.Widget.prototype.init.call(this))return!1;baselib.ui.Carousel.__Oi();this.__dW();this._forEachElementWrapped(function(a){var b=a.find(".carouselView, .qx-carousel-view");a.setProperty("__element",b);a.setProperty("el",b);a.__Ol();a.__Ok();a.__Or()});this.getProperty("__render")&&this.render();return!0},render:function(){this._forEachElementWrapped(function(a){var b=a.getProperty("__element"),d=b.getChildren();b.setStyle("overflow","hidden");d.addClass("qx-carousel-view-item");
a.setProperty("__items",d);a.__Om();a.__Op();a.__Oj()});return this},count:function(){return this.eq(0).getProperty("__items").length},getCurrentIndex:function(){return this.eq(0).getProperty("__currentIndex")},getElement:function(){return this.eq(0).getProperty("__element")},showNext:function(a){this._forEachElementWrapped(function(b){b.__fV()||(b.__Ox(),b.setProperty("__noDelay",!0),b.moveTo(b.__Oz(),a))});return this},showPrev:function(a){this._forEachElementWrapped(function(b){b.__fV()||(b.__Ox(),
b.setProperty("__noDelay",!0),b.moveTo(b.__OA(),a))});return this},enableSwipe:function(){this._forEachElementWrapped(function(a){a.getProperty("__element").on("swipe",a.__Os,a)});return this},disableSwipe:function(){this._forEachElementWrapped(function(a){a.getProperty("__element").off("swipe",a.__Os,a)});return this},start:function(){this._forEachElementWrapped(function(a){a.setProperty("__userStop",!1);a.__ft()});return this},stop:function(){this._forEachElementWrapped(function(a){a.setProperty("__userStop",
!0);a.__Jx()});return this},hideLeftArrow:function(){var a=null;this._forEachElementWrapped(function(b){(a=b.getProperty("__arrowBackward"))&&a.addClass("hidden")});return this},hideRightArrow:function(){var a=null;this._forEachElementWrapped(function(b){(a=this.getProperty("__arrowForward"))&&a.addClass("hidden")})},showLeftArrow:function(){var a=null;this._forEachElementWrapped(function(b){(a=b.getProperty("__arrowBackward"))&&a.removeClass("hidden")});return this},showRightArrow:function(){var a=
null;this._forEachElementWrapped(function(b){(a=this.getProperty("__arrowForward"))&&a.removeClass("hidden")})},setStopInteraction:function(a){a="Array"===qxWeb.type.get(a)?a:[a];var b=null;this._forEachElementWrapped(function(d){a.forEach(function(a){a="#"==a.charAt(0)||"."==a.charAt(0)?a:"#"+a;b=qxWeb(a);0<b.length&&(b.on("tap",d.stop,d),b.on("keyup",d.stop,d))})});return this},moveTo:function(a,b){this._forEachElementWrapped(function(d){if(!d.__fV()&&a!=d.getProperty("__currentIndex")&&(d.__Ox(),
d.__Oy(a))){var c=d.getProperty("__currentIndex");d.setProperty("__noDelay",!0);d.setProperty("__nextIndex",d.__Oz());d.setProperty("__prevIndex",d.__OA());var e=a<c?0:1;"string"==typeof b&&-1!==["left","right"].indexOf(b)&&(e="left"===b?0:1);d.setProperty("__state",{toHide:c,toShow:a});d.__OE(a,c,e)}});return this},dispose:function(){var a=null,b=null,d=null;this._forEachElementWrapped(function(c){a=c.getProperty("__element");c.stop();baselib.ui.Carousel.__Oh||(a.off("mouseover",c.__Ot,c),a.off("mouseout",
c.__Ou,c),c.off("mouseover",c.__Ot,c),c.off("mouseout",c.__Ou,c));a.find("input,select,textarea").off("focus",this.__Oq,this);c.getConfig("swipe")&&(qxWeb.env.get("event.touch")||qxWeb.env.get("event.mspointer")&&0<navigator.msMaxTouchPoints)?(a.off("swipe",c.__Os,c),a.off("pointerdown",c.__eP,c)):a.off("pointermove",c.__je,c);c.getConfig("autoAnimate")&&qxWeb.messaging&&(qxWeb.messaging.remove(c.getProperty("__openMessagingId")),qxWeb.messaging.remove(c.getProperty("__closeMessagingId")));qxWeb(document.documentElement).off("pointerdown",
c.__yS,c);b=c.getProperty("__arrowForward");d=c.getProperty("__arrowForward");b&&d&&(b.off("tap",c.__OB,c),d.off("tap",c.__OC,c))});return baselib.ui.Widget.prototype.dispose.call(this)},__Oj:function(){if(this.getConfig("autoAnimate")){var a=this.__Oz();this.setProperty("__nextIndex",a);this.getProperty("__state",{toShow:a,toHide:null});this.__ft()}},__Ok:function(){var a=this.getProperty("__element");baselib.ui.Carousel.__NT?a.setStyle("transform","translate3d(0px, 0px, 0px)"):baselib.ui.Carousel.__NS&&
a.setStyle("transform","translate(0px, 0px)")},__Ol:function(){this.setProperty("__userStop",!1);this.setProperty("startIndex",this.getConfig("startIndex"));this.setProperty("__currentIndex",this.getConfig("startIndex"));this.setProperty("__noDelay",!1);this.setProperty("__showing",!1);this.setProperty("__hiding",!1);this.setProperty("__mouseOver",!1);this.setProperty("__focused",!1);this.setProperty("__state",{toHide:this.getConfig("startIndex"),toShow:null});this.setProperty("__stoped",!0);this.setProperty("__backwards",
!1)},__Om:function(){var a=this.find(".arrow.forward,.qx-carousel-arrow.qx-carousel-forward"),b=this.find(".arrow.backward,.qx-carousel-arrow.qx-carousel-backward");!this.getProperty("__arrowForward")&&(!this.getProperty("__arrowForward")&&a&&b)&&(this.setProperty("__arrowForward",a),this.setProperty("__arrowBackward",b),a.on("tap",this.__OB,this),b.on("tap",this.__OC,this),!1===this.getConfig("showArrows")?this.__OK():this.__OJ())},__On:function(a){a.touches||(a.pageX=a.clientX,a.pageY=a.clientY,
a.touches=[a],a.changedTouches=[a],a.targetTouches=[a]);return a},__eP:function(a){var b=this.getProperty("__element");b.on("pointermove",this.__eQ,this);b.on("pointerup",this.__eR,this);a=this.__On(a);this.setProperty("__isPageScrollTarget",null);this.setProperty("__touchStartPosition",[a.clientX,a.clientY])},__eQ:function(a){var b=this.getProperty("__touchStartPosition");a=this.__On(a);this.setProperty("__deltaX",a.clientX-b[0]);this.setProperty("__deltaY",a.clientY-b[1]);null===this.getProperty("__isPageScrollTarget")&&
(b=this.getProperty("__deltaX")/this.getProperty("__deltaY"),this.setProperty("__isPageScrollTarget",1>Math.abs(b)));this.getProperty("__isPageScrollTarget")||(a.preventDefault(),a.stopPropagation())},__eR:function(){var a=this.getProperty("__element");a.off("pointermove",this.__eQ,this);a.off("pointerup",this.__eR,this)},__Oo:function(){var a=this.getProperty("__element"),b=this.__Oe(0),d=this.__Oe(-100),c=this;this.getProperty("startIndex")!=this.getConfig("startIndex")&&(this.setProperty("__currentIndex",
this.getConfig("startIndex")),this.setProperty("startIndex",this.getConfig("startIndex")));var e=null,f=null;a.getChildren()._forEachElementWrapped(function(a,g){a.getProperty("__initialized")||(a.setStyle("position","absolute"),a.setProperty("__opacity",a.getStyle("opacity")),a.setProperty("__display",a.getStyle("display")),e=c.__pI.bind(c,a),f=c.__pK.bind(c,a),a.setProperty("__animationStartHandler",e),a.setProperty("__animationEndHandler",f),a.setProperty("__initialized",!0));g===c.getProperty("__currentIndex")?
(a.setStyle(b.property,b.value),a.getProperty("__initialized")&&"none"==a.getStyle("display")&&a.setStyle("display",a.getProperty("__display"))):(a.setStyle("display","none"),a.setStyle(d.property,d.value))});a.getHeight()<this.getProperty("__items").eq(0).getHeight()&&a.setStyle("height","100%")},__Op:function(){if(this.getConfig("autoAnimate")){if(this.__fV()){var a=this.getProperty("__items"),b=this.getProperty("__state");this.setProperty("__hiding",!1);this.setProperty("__showing",!1);a.eq(b.toShow).stop();
a.eq(b.toHide).stop()}this.__Jx()}this.__Oo()},__Oq:function(){this.setProperty("__focused",!0);this.getConfig("autoAnimate")&&this.__Jx()},__yS:function(a){a=a.getTarget();this.getProperty("__focused")&&qxWeb(a).isChildOf(this)&&(this.setProperty("__focused",!1),this.getConfig("autoAnimate")&&this.__ft())},__je:function(a){a.preventDefault()},__Or:function(){var a=this.getProperty("__element");baselib.ui.Carousel.__Oh||(a.on("mouseover",this.__Ot,this),a.on("mouseout",this.__Ou,this),this.on("mouseover",
this.__Ot,this),this.on("mouseout",this.__Ou,this));a.find("input,select,textarea").on("focus",this.__Oq,this);if(this.getConfig("swipe")&&(qxWeb.env.get("event.touch")||qxWeb.env.get("event.mspointer")&&0<navigator.msMaxTouchPoints))a.on("swipe",this.__Os,this),a.on("pointerdown",this.__eP,this);else a.on("pointermove",this.__je,this);this.getConfig("autoAnimate")&&qxWeb.messaging&&(this.setProperty("__openMessagingId",qxWeb.messaging.on("dialog","open",this.stop,this)),this.setProperty("__closeMessagingId",
qxWeb.messaging.on("dialog","close",this.start,this)));qxWeb(document.documentElement).on("pointerdown",this.__yS,this)},__Os:function(a){a=a.swipe.direction;this.setProperty("__noDelay",!0);"left"===a?this.__OF():"right"===a&&this.__OG()},__Ot:function(){!1===this.getProperty("__mouseOver")&&(this.setProperty("__mouseOver",!0),!1!==this.getConfig("showArrows")&&this.__OJ(),this.__fV()||(this.__Ox(),this.getConfig("autoAnimate")&&this.__Jx()))},__Ou:function(a){if(a.getRelatedTarget()&&this.getProperty("__mouseOver")){a=
a.getRelatedTarget();var b=qxWeb(a);if(a==this[0]||b.isChildOf(this)||-1!==this.getConfig("ignoreMouseOver").indexOf(b.getClass()))return}this.setProperty("__mouseOver",!1);"always"!=this.getConfig("showArrows")&&this.__OK();this.getConfig("autoAnimate")&&!this.getProperty("__focused")&&this.__ft()},__Ov:function(a){var b=this.getProperty("__state");switch(a){case "beforehide":case "beforeshow":this.emit(a,{current:b.toHide,next:b.toShow});break;case "aftershow":case "afterhide":case "switch":this.emit(a,
{current:b.toShow,prev:b.toHide})}},__pI:function(a){this.setProperty(a.getProperty("__action"),!0)},__pK:function(a){a=a.getProperty("__action");this.setProperty(a,!1);"__hiding"==a&&this.__Ov("afterhide");"__showing"==a&&this.__Ov("aftershow");this.__fV()||this.__Ow()},__Ow:function(){var a=this.getProperty("__state");this.__Ox();this.__fV()||(this.setProperty("__currentIndex",a.toShow),this.getProperty("__items").eq(a.toHide).setStyle("display","none"),this.__Ov("switch"),this.getConfig("autoAnimate")&&
(this.getProperty("__mouseOver")||this.getProperty("__stoped")?this.__Jx():(this.setProperty("__noDelay",!1),window.setTimeout(function(){this.__OF()}.bind(this),0))))},__fV:function(){return this.getProperty("__showing")||this.getProperty("__hiding")},__Ox:function(){var a=this.getProperty("__animationTimer");this.__fV()||null===a||(window.clearTimeout(a),this.setProperty("__animationTimer",null))},__ft:function(){if(this.__fV()||this.getProperty("__userStop")||!this.getProperty("__stoped"))this.setProperty("__stoped",
!1);else{this.__Ox();this.setProperty("__stoped",!1);this.setProperty("__noDelay",!1);var a=this.__Oe(-100),b=this.__Oe(0),d=this.getProperty("__items");this.getProperty("__items").setStyle(a.property,a.value);d.eq(this.getProperty("__currentIndex")).setStyle(b.property,b.value);this.__OF()}},__Oy:function(a){return"Number"===qxWeb.type.get(a)&&parseFloat(a)==parseInt(a,10)?0<=a&&a<this.getProperty("__items").length:!1},__Jx:function(){this.getProperty("__stoped")||(this.setProperty("__noDelay",!0),
this.setProperty("__stoped",!0),this.__Ox())},__Oe:function(a,b){b=b||"%";return baselib.ui.Carousel.__NT?{property:"transform",value:"translate3d("+a+b+",0"+b+",0px)",animationValue:[a+b,"0"+b,"0px"]}:baselib.ui.Carousel.__NS?{property:"transform",value:"translate("+a+b+",0"+b+")",animationValue:[a+b,"0"+b]}:{property:"left",value:a+b,animationValue:a+b}},__Oz:function(){return(this.getProperty("__currentIndex")+1)%this.getProperty("__items").length},__OA:function(){var a=this.getProperty("__items").length;
return(this.getProperty("__currentIndex")+a-1)%a},__OB:function(){this.setProperty("__noDelay",!0);this.__OF()},__OC:function(){this.setProperty("__noDelay",!0);this.__OG()},__OD:function(a){a.once("animationStart",a.getProperty("__animationStartHandler"),this);a.once("animationEnd",a.getProperty("__animationEndHandler"),this)},__OE:function(a,b,d){if(!this.__fV()){this.__Ox();var c=this.__OI(a,d),e=this.__OH(b,d);a=30;a=0<e.desc.delay?e.desc.delay:30;c.desc.delay=0;e.desc.delay=0;a=window.setTimeout(function(){this.__Ov("beforeshow");
this.__Ov("beforehide");this.setProperty("__showing",!0);this.setProperty("__hiding",!0);this.__OD(c.item);this.__OD(e.item);c.item.animate(c.desc);e.item.animate(e.desc)}.bind(this),a);this.setProperty("__animationTimer",a)}},__OF:function(){if(!this.__fV()){this.__Ox();this.setProperty("__backwards",!1);var a={toHide:this.getProperty("__currentIndex"),toShow:this.__Oz()};this.setProperty("__state",a);this.__OE(a.toShow,a.toHide,1)}},__OG:function(){if(!this.__fV()){this.__Ox();this.setProperty("__backwards",
!1);var a={toHide:this.getProperty("__currentIndex"),toShow:this.__OA()};this.setProperty("__state",a);this.__OE(a.toShow,a.toHide,-1)}},__OH:function(a,b){if(a===this.getProperty("__currentIndex")){var d=1==b?-100:100,c=this.getProperty("__items").eq(a);c.setProperty("__action","__hiding");d=this.__OM(c,0,d,this.getProperty("__noDelay"));return{item:c,desc:d,dir:b}}},__OI:function(a,b){if(a!==this.getProperty("__currentIndex")){var d=1==b?100:-100,c=this.__Oe(d),e=this.getProperty("__items").eq(a);
e.setStyle("opacity","0");e.setStyle("display","block");e.setStyle(c.property,c.value);e.setProperty("__action","__showing");d=this.__OM(e,d,0,this.getProperty("__noDelay"));return{item:e,desc:d,dir:b}}},__OJ:function(){var a=this.getProperty("__arrowForward"),b=this.getProperty("__arrowBackward");a&&b&&(b.removeClass("hidden"),a.removeClass("hidden"))},__OK:function(){var a=this.getProperty("__arrowForward"),b=this.getProperty("__arrowBackward");b&&a&&(b.addClass("hidden"),a.addClass("hidden"))},
__OL:function(a,b){return"showArrows"==a?-1!=["true","false","always"].indexOf(b.toString()):"undefined"!=typeof baselib.ui.Carousel._config[a]&&typeof b==typeof baselib.ui.Carousel._config[a]},__dW:function(){var a=this.getProperty("__config");if(a){for(var b in a)this.__OL(b,a[b])&&this.setConfig(b,a[b]);this.setProperty("__config",null);this.setProperty("__render",!0)}},__OM:function(a,b,d,c){b=this.__Oe(b);var e=this.__Oe(d),f=baselib.ui.Carousel.__NS?"translate":"left";c={duration:this.getConfig("duration"),
keep:100,timing:"ease-out",delay:c?0:this.getConfig("delay"),keyFrames:{0:{},100:{}}};c.keyFrames[0][f]=b.animationValue;c.keyFrames[100][f]=e.animationValue;0===d&&(c.keyFrames[0].opacity=a.getProperty("__opacity"),c.keyFrames[100].opacity=a.getProperty("__opacity"));return c}},defer:function(a){qxWeb.$attach({carousel:a.carousel});qxWeb.$attachStatic({carousel:function(a,d){"string"==typeof a&&(a="#"==a.charAt(0)?a:"#"+a);return qxWeb(a).carousel(d)}})}})})()})();
(function(){(window.baselib||{}).Carousel=function(){var f;f='The "baselib.Carousel" namespace is *deprecated*! Please make sure to update your code to the selector-oriented syntax!\n';var a=qxWeb.array.fromArguments(arguments),b="undefined"!==typeof a[0]?a[0]:null,d=[];1<a.length&&(d=a.slice(1));a=qxWeb(b);d=a.carousel.apply(a,d);f+="Head over to the API docs and demo page to get more infos\n\n\thttp://baselib.ai.1und1.de/devel/docs/api/index.html / http://baselib.ai.1und1.de/devel/docs/demos/index.html\n\n";
f+='A example for this syntax is $q("#yourSelector").carousel(config);';d instanceof window.qxWeb.$$qx.ui.website.Widget&&d.init();qxWeb.info(f);return d}})();

$q.define("UNOUNO.lightbox.lightboxIframeContent",{statics:{onContentLoaded:function(content,lightboxInstance){content=$q.create(content);var lightboxOpener=lightboxInstance.getLightboxOpener();var iframeURL=lightboxOpener.getData("iframe");var iframe=$q.create('<iframe width="100%" height="490px" />');
iframe.setAttribute("src",iframeURL);content.find(".dynamic-lightbox-content").append(iframe);return content;}}});$q.define("UNOUNO.components.lazyLoadImages",{construct:function(configuration){this.threshold=configuration.threshold||0;this.images=$q("img[data-lavender-original]");this.init();},members:{breakpoints:{},threshold:null,images:null,init:function(){this.images.forEach(function(image){image=$q(image);
image.once("lazyload",function(image){var _src=image.getData("lavenderOriginal");image.removeData("lavenderOriginal");var _imagePreload=new Image();_imagePreload.src=_src;image.setAttribute("src",_src);}.bind(this,image));var element=image;var offset=element.getOffset();while(!this._isVisible(element[0])){element=element.getParents();
offset=element.getOffset();}var offsetKey=offset.top+":"+(offset.top+element.getHeight());if(!(offsetKey in this.breakpoints)){this.breakpoints[offsetKey]=[];}var entry={};entry.element=image;entry.timer=null;this.breakpoints[offsetKey].push(entry);},this);this.checkLazyLoad();this.initializeLazyLoadEvents();
},_isVisible:function(domObj){if((domObj.nodeType!=1)||(domObj==document.body)){return true;}if(window.getComputedStyle){var cs=document.defaultView.getComputedStyle(domObj,null);if(cs.getPropertyValue("display")!="none"&&cs.getPropertyValue("visibility")!="hidden"){return this._isVisible(domObj.parentNode);
}}else{if(domObj.currentStyle&&domObj.currentStyle["display"]!="none"&&domObj.currentStyle["visibility"]!="hidden"){return this._isVisible(domObj.parentNode);}}return false;},_inViewport:function(image){image=$q(image);var win=$q(window);var viewport={top:win.getScrollTop(),left:win.getScrollLeft()};
viewport.right=viewport.left+win.getWidth();viewport.bottom=viewport.top+win.getHeight();var bounds=image.getOffset();bounds.right=bounds.left+image.getWidth();bounds.bottom=bounds.top+image.getHeight();return(!(viewport.right<bounds.left||viewport.left>bounds.right||viewport.bottom<bounds.top||viewport.top>bounds.bottom));
},initializeLazyLoadEvents:function(){$q(window).on("scroll",this.checkLazyLoad,this);$q(window).on("resize",this.checkLazyLoad,this);},_checkVisibility:function(entry){var timer=window.setInterval(function(entry){if(!entry.loaded&&this._isVisible(entry.element[0])&&this._inViewport(entry.element)){window.clearInterval(timer);
entry.loaded=true;entry.timer=null;entry.element.emit("lazyload");}}.bind(this,entry),50);return timer;},checkLazyLoad:function(){var windowTop=$q(window).getScrollTop();var windowBottom=windowTop+$q(window).getHeight();for(var key in this.breakpoints){var breakpoint=this.breakpoints[key];var splitted=key.split(":");
var top=splitted[0];var bottom=splitted[1];if(bottom>=(windowTop-this.threshold)&&top<=(windowBottom+this.threshold)){breakpoint.forEach(function(entry){if(!entry.loaded){if(!entry.timer){entry.timer=this._checkVisibility(entry);}}},this);}else{breakpoint.forEach(function(entry){if(!entry.loaded&&entry.timer){window.clearInterval(entry.timer);
entry.timer=null;}},this);}}}}});$q.define("UNOUNO.meta.componentTemplate",{statics:{popupListener:function(){$q("a.component-link-popup").on("click",function(e){e.preventDefault();var popup;var href=$q(this).getAttribute("href");var dimensions=$q(this).getAttribute("rel");popup=window.open(href,"",dimensions+"left=10,top=100,status=yes,scrollbars=yes,resizable=yes");
popup.focus();});},init:function(){this.initializeSmoothScrollAnchors();this.popupListener();new UNOUNO.components.lazyLoadImages({threshold:100});},initializeSmoothScrollAnchors:function(){$q("a[href][id].smooth-scroll").forEach(function(anchor){anchor=$q(anchor);if(typeof (UNOUNO.tracking.clickTracking)=="function"&&!!anchor.getAttribute("id").length){UNOUNO.tracking.clickTracking(anchor.getAttribute("id"),"","",{prop17:UNOUNO.tracking.land});
}anchor.on("click",function(e){var target=$q(e.getTarget());if($q.getNodeName(target[0])!=="a"){target=target.getAncestors("a:eq(0)");}var parsedHref=$q.uri.parse(target.getAttribute("href"));if("anchor" in parsedHref&&!!parsedHref.anchor.length){var destinationAnchor=parsedHref.anchor;var destinationElement=$q("a[name = '"+destinationAnchor+"']");
if(!!!destinationElement.length){destinationElement=$q("[id = '"+destinationAnchor+"']");}if(!!destinationElement.length){e.preventDefault();$q.setDocumentScrollTop(destinationElement.getOffset().top);}}});},this);}}});$q.ready(function(){UNOUNO.meta.componentTemplate.init();});


$q.define("UNOUNO.components.stagehome",{statics:{stageBackgroundImages:[],currentIndex:0,retries:0,maxRetries:30,switchDelay:6000,autoRotate:true,animationTimer:null,init:function(){if($q.env.canTransition()&&$q.env.get("device.name")!="ipad"){$q(".without-transition").removeClass("without-transition");
}if(UNOUNO.params.variant.indexOf("vh427-box-b")!==-1){this.autoRotate=false;}this.initializeAsterisks();this.initializeStageBackgrounds();this.preselectedOption();},initializeAsterisks:function(){},initializeStageBackgrounds:function(){if(UNOUNO.params.siteModus!="live"){$q(document).on("keydown",function(e){var key=e.getKeyIdentifier();
if(e.shiftKey){if(key=="Left"){this.stopAnimationTimer();this.showPrevItem();}else{if(key=="Right"){this.stopAnimationTimer();this.showNextItem();}}}},this);}$q(".content-top-container .rotation-images img").forEach(function(image){this.stageBackgroundImages.push(image);},this);this.imageInspector();
},imageInspector:function(){var imagesLoaded=true;this.stageBackgroundImages.forEach(function(image){var state=image.complete||false;var height=image.naturalHeight||0;var width=image.naturalWidth||0;if(!state||height==0||width==0){imagesLoaded=false;}});if(!imagesLoaded&&this.retries<this.maxRetries){window.setTimeout(function(){this.imageInspector();
}.bind(this),100);this.retries++;return ;}if(this.autoRotate){this.startAnimationTimer();}this.showItem(0);},showPrevItem:function(){var prevIndex=this.currentIndex;prevIndex=(prevIndex==0)?this.stageBackgroundImages.length-1:prevIndex-1;this.showItem(prevIndex);},showNextItem:function(){this.showItem((++this.currentIndex%this.stageBackgroundImages.length));
},showItem:function(index){this.stageBackgroundImages.forEach(function(image){image=$q(image);if(image.hasClass("active")){image.removeClass("active");}});$q(this.stageBackgroundImages[index]).addClass("active");var rotationContainer=$q(".content-top-container .rotation");this.currentIndex=index;},stopAnimationTimer:function(){window.clearInterval(this.animationTimer);
this.animationTimer=null;},startAnimationTimer:function(){if(this.animationTimer==null){this.animationTimer=window.setInterval(function(){this.showNextItem();}.bind(this),this.switchDelay);}},preselectedOption:function(){var trackedDomain=$q("#tracked-tile-domain").getAttribute("name"),domainCheckBoxSelect=$q(".domaincheckbox-select-wrapper").find(".domaincheckbox-input");
if(trackedDomain){domainCheckBoxSelect.setValue(trackedDomain);}}}});$q.ready(function(){UNOUNO.components.stagehome.init();});


$q.define("UNOUNO.components.renderinclude",{construct:function(properties,callbacks,options){this.properties=properties;this.success=callbacks.success;this.error=callbacks.error;this.options=options;this.init();},statics:{cache:{},getCachedResponse:function(url){return this.cache[url];},setCachedResponse:function(url,response){this.cache[url]=response;
}},members:{properties:null,callback:null,callback:function(fnc,response){typeof (fnc)=="function"&&fnc.call(null,response);},createRenderIncludeURL:function(){var querystring={reuse:UNOUNO.params.reuseDOM};["part","href","module","search"].forEach(function(key){if(this.properties.hasOwnProperty(key)&&this.properties[key]){querystring["__render_"+key]=this.properties[key];
}},this);if(querystring.__render_href){while(!!querystring.__render_href.length&&querystring.__render_href.charAt(0)=="/"){querystring.__render_href=querystring.__render_href.substring(1);}}var url=this.properties.base||window.location.href;if(url===window.location.href){["#","?"].forEach(function(token){var indexOfToken=url.indexOf(token);
if(indexOfToken>-1){url=url.substring(0,indexOfToken);}});}url=$q.uri.appendParams(url,querystring);return url;},handleResponse:function(response){if(response.readyState==4&&!!response.status){if((response.status===200||response.status===304)&&response.responseText){this.callback(this.success,response);
}else{this.callback(this.error,response);}}},init:function(){var url=this.createRenderIncludeURL();var cachedResponse=UNOUNO.components.renderinclude.getCachedResponse(url);if(!cachedResponse){var xhr=$q.xhr(url,this.options);xhr.on("loadend",function(response){UNOUNO.components.renderinclude.setCachedResponse(url,response);
this.handleResponse(response);},this);xhr.send(null);$q(window).on("beforeunload",function(){xhr.abort();});return ;}this.handleResponse(cachedResponse);}}});$q.$attachStatic({"renderinclude":function(configuration,callbacks,options){return new UNOUNO.components.renderinclude(configuration,callbacks,options);
}});
$q.define("UNOUNO.components.lazyAsterisks",{statics:{loaded:{},show:function(caller,part,href){var asterisk=this.loaded[part+"::"+href].asterisk;asterisk.setProperty("caller",caller);$q("body").append(asterisk);this.setStyles(asterisk,caller);this.inspectCaller(asterisk,caller,caller.getOffset());$q(document).emit("onAsteriskOpen");
},inspectCaller:function(asterisk,caller,offset){var currentOffset=caller.getOffset();if(currentOffset.top!=offset.top||currentOffset.left!=offset.left){this.hide(asterisk.getData("part"),asterisk.getData("href"));return ;}var inspectTimeout=window.setTimeout(function(){this.inspectCaller(asterisk,caller,offset);
}.bind(this),1000);caller.setProperty("inspectTimeout",inspectTimeout);},setStyles:function(asterisk,caller){var windowWidth=$q(window).getWidth();var asteriskWidth=asterisk.getWidth(true);var callerWidth=caller.getWidth(true);var top=caller.getOffset().top;var left=caller.getOffset().left;if((left+asteriskWidth)>(windowWidth-asteriskWidth/2)||caller.getData("direction")==="left"){left=((left+callerWidth)-asteriskWidth);
}asterisk.setStyles({position:"absolute",top:top+"px",left:left+"px"});asterisk.show();},hide:function(part,href){var asterisks;if(part&&href){asterisks=$q(".lazyload-asterisk[data-part = '"+part+"'][data-href = '"+href+"']");}else{asterisks=$q(".lazyload-asterisk");}asterisks.forEach(function(asterisk){asterisk=$q(asterisk);
var href=asterisk.getData("href");var part=asterisk.getData("part");var caller=asterisk.getProperty("caller");if(caller){var inspectTimeout=caller.getProperty("inspectTimeout");window.clearTimeout(inspectTimeout);asterisk.setProperty("caller",undefined);}asterisk.remove();},this);$q(document).emit("onAsteriskClose");
},init:function(){this.initializeClickEvent();this.initializeResizeEvent();},initializeResizeEvent:function(){$q(window).on("resize",function(e){if(!!$q(".lazyload-asterisk").length){$q(".lazyload-asterisk").forEach(function(asterisk){asterisk=$q(asterisk);var href=asterisk.getData("href");var part=asterisk.getData("part");
var caller=asterisk.getProperty("caller");if(caller){var inspectTimeout=caller.getProperty("inspectTimeout");window.clearTimeout(inspectTimeout);this.setStyles(asterisk,caller);window.setTimeout(function(){caller.setProperty("inspectTimeout",window.setTimeout(function(){this.inspectCaller(asterisk,caller,caller.getOffset());
}.bind(this),750));}.bind(this),0);}},this);}},this);},initializeClickEvent:function(){$q(".main-nav-item").on("mouseover",function(e){if($q(".lazyload-asterisk").length>0){this.hide();}},this);$q(document).on("click",function(e){var target=$q(e.getTarget());if(!!$q(".lazyload-asterisk").length&&!!!target.getAncestors(".lazyload-asterisk").length){this.hide();
}if(target.hasClass("lazy-asterisk")){e.preventDefault();var properties=target.getAllData();$q.renderinclude({part:properties.part,href:properties.href,module:properties.module,search:properties.search},{success:function(target,properties,response){var content=$q.create(response.responseText);content.addClass("lazyload-asterisk");
content.setData("part",properties.part);content.setData("href",properties.href);this.loaded[properties.part+"::"+properties.href]=new Object();this.loaded[properties.part+"::"+properties.href].asterisk=content;$q(".info-footnote-close",content).on("click",function(e){e.preventDefault();var target=$q(e.getTarget());
if(!target.hasClass("lazyload-asterisk")){target=target.getAncestors(".lazyload-asterisk:eq(0)");}this.hide(properties.part,properties.href);},this);this.show(target,properties.part,properties.href);}.bind(this,target,properties),error:function(target,properties,response){}.bind(this,target,properties)});
}},this);}}});$q.ready(function(){UNOUNO.components.lazyAsterisks.init();});
$q.define("UNOUNO.components.lazyLightbox",{construct:function(element){this.element=$q(element);if(this.element&&this.element.hasClass("lazy-lightbox")){this.properties=this.element.getAllData();this.lightboxName=$q.string.camelCase(this.properties.part);this.initializeClickEvents();if(this.properties.trigger&&this.properties.trigger==="onload"){this.openLightbox();
}return this;}return undefined;},members:{element:null,content:null,properties:{},lightboxName:null,instance:null,inspectTimer:null,firstCompleteCallback:true,getLightboxOpener:function(){return this.element;},openLightbox:function(){this.getLightboxContent();},callback:function(event){var ctx=(UNOUNO.lightbox||{})[this.lightboxName];
if(ctx&&this.lightboxName&&!!this.lightboxName.length&&typeof (ctx[event])==="function"){return ctx[event].apply(ctx,[].concat.call([].slice.call(arguments,1),this));}return undefined;},updateLightboxPosition:function(){if(this.instance.getHeight()>$q(window).getHeight()){this.instance.setTop($q(window).getScrollTop()+40);
}},lightboxDimensions:function(){this.instance.show();var content=this.instance.getContent();var contentHeight=content.getHeight(true);var contentWidth=content.getWidth(true);var contentMaxWidth=content.getWidthMax(true);if(contentMaxWidth>1030){contentWidth=860;}var minWidth=this.properties.minwidth;
var minHeight=this.properties.minheight;if(!isNaN(minWidth)&&contentWidth<minWidth){contentWidth=minWidth;}if(!isNaN(minHeight)&&contentHeight<minHeight){contentHeight=minHeight;}this.instance.setWidth(Number(contentWidth));this.instance.setHeight(Number(contentHeight));this.instance.close();this.instance.show();
},determineContentDimensions:function(){var content=this.instance.getContent();var currentContentHeight=content.getHeight();var minHeight=this.properties.minheight;if(!isNaN(minHeight)&&currentContentHeight<minHeight){currentContentHeight=minHeight;}if(currentContentHeight!=Number(this.instance.getHeight())){this.instance.setHeight(Number(currentContentHeight));
}},initializeLightbox:function(){if(!this.instance){this.instance=$q.lightbox(this.content);this.instance.setDefaultStyle(true);var instanceBlocker=this.instance.getBlocker();instanceBlocker.setBackgroundColor("#4d84bb");instanceBlocker.setOpacity(0.75);this.lightboxDimensions();this.instance.close();
instanceBlocker.on("unblock",function(){$q(document).offMatchTarget($q.EVENT.click,".lightbox-close",this.closeLightbox,this);$q(document).offMatchTarget($q.EVENT.click,".qx-blocker",this.closeLightbox,this);window.clearInterval(this.inspectInterval);window.setTimeout(function(){this.callback("onClosed",this.instance);
}.bind(this),0);$q(document).emit("onLightboxClose");},this);instanceBlocker.on("block",function(){$q(document).onMatchTarget($q.EVENT.click,".lightbox-close",this.closeLightbox,this);$q(document).onMatchTarget($q.EVENT.click,".qx-blocker",this.closeLightbox,this);this.inspectInterval=window.setInterval(function(){this.determineContentDimensions();
}.bind(this),150);window.setTimeout(function(){this.callback("onComplete",this.instance,this.firstCompleteCallback);if(this.firstCompleteCallback){this.firstCompleteCallback=false;}if(typeof (UNOUNO.tracking.lightboxTracking)==="function"){UNOUNO.tracking.lightboxTracking(this.properties.lightboxTracking||this.lightboxName);
}}.bind(this),0);$q(document).emit("onLightboxOpen");},this);this.callback("onCreate",this.instance);}this.updateLightboxPosition();this.instance.show();},closeLightbox:function(target,e){e.preventDefault();this.callback("onCleanUp",this.instance);this.instance.close();},getLightboxContent:function(){if(!this.instance){if(!this.properties.reference||!!!this.properties.reference.length){this.getContentViaXHR({success:function(response){this.prepareLightbox(response.responseText);
}});return ;}var renderIncludeReference=$q(".lazy-lightbox-reference[data-renderinclude = '"+this.properties.reference+"']");if(!!renderIncludeReference.length&&!!(renderIncludeReference.getHtml()||"").length){this.prepareLightbox(renderIncludeReference.getHtml());}return ;}this.initializeLightbox();
},initializeClickEvents:function(){this.element.on($q.EVENT.click,function(e){e.preventDefault();this.getLightboxContent();},this);},prepareLightbox:function(content){var qxHtml=$q.create(content);if(!qxHtml.getChildren().length&&!!content.length){qxHtml=$q.create("<div />").setHtml(content);}this.content=qxHtml;
this.content=this.callback("onContentLoaded",this.content)||this.content;this.content.find("img").forEach(function(image){new Image().src=$q(image).getAttribute("src");});this.content.hasClass("hidden")&&this.content.removeClass("hidden");this.initializeLightbox();},getContentViaXHR:function(callbacks,options){$q.renderinclude({part:this.properties.part,href:this.properties.href,module:this.properties.module,search:this.properties.search},{success:(callbacks.success||new Function()).bind(this),error:(callbacks.error||new Function()).bind(this)},options);
}}});$q.$attachStatic({"lazyLightbox":function(element){return new UNOUNO.components.lazyLightbox($q(element));}});$q.ready(function(){$q(".lazy-lightbox").forEach(function(element){return $q.lazyLightbox(element);});});
$q.define("UNOUNO.lightbox.lightboxContentSitelock",{statics:{onComplete:function(lightbox,firstCall,instance){if(firstCall){var ctx=$q(lightbox.getContent());var tabs=ctx.find("ul.tabs > li");var tabContents=ctx.find(".tab-content");tabs.on("click",function(e){var target=$q(e.getTarget());var tabId=target.getData("tab");
tabs.removeClass("current");tabContents.removeClass("current");target.addClass("current");tabContents.filter("[id = "+tabId+"]").addClass("current");},this);}}}});$q.define("UNOUNO.lightbox.lightboxContentWebsiteBuilder",{statics:{onComplete:function(lightbox,firstCall,instance){if(firstCall){lightbox.getContent().find(".responsive-layout").forEach(function(container){new UNOUNO.animation.responsiveLayout($q(container),{"classes":["tablet","smartphone","desktop"],"cycletime":3500}).start();
});}}}});$q.define("UNOUNO.lightbox.lightboxFormSubscribe",{statics:{onComplete:function(lightbox,firstCall,instance){$q.placeholder.update();}}});$q.define("UNOUNO.lightbox.lightboxContentContentDeliveryNetwork",{statics:{onComplete:function(lightbox,firstCall,instance){if(firstCall){var ctx=$q(lightbox.getContent());
var tabs=ctx.find("ul.tabs > li");var tabContents=ctx.find(".tab-content");tabs.on("click",function(e){var target=$q(e.getTarget());var tabId=target.getData("tab");tabs.removeClass("current");tabContents.removeClass("current");target.addClass("current");tabContents.filter("[id = "+tabId+"]").addClass("current");
},this);}}}});$q.define("UNOUNO.components.vh215Lightbox",{construct:function(startHours,endHours,showContent,showAfter,excludeDays){this.startHours=startHours;this.endHours=endHours;this.showAfter=showAfter||3000;this.showContent=showContent;this.excludeDays=excludeDays||[0];if(!!$q(showContent).length){this.showLightbox();
}},members:{showAfter:0,startHours:0,endHours:0,showContent:null,excludeDays:null,showLightbox:function(){var now=new Date();var currentHour=now.getHours();var currentDay=now.getDay();if(currentHour>=this.startHours&&currentHour<this.endHours&&this.excludeDays.indexOf(currentDay)==-1){window.setTimeout(function(){var lightBox=new qui.bom.lightbox.LightBox();
lightBox.setWidth(940);lightBox.setHeight(325);lightBox.getBlocker().setBackgroundColor("#4d84bb");lightBox.getBlocker().setOpacity(0.75);lightBox.setContent($q(this.showContent).getHtml());lightBox.show();UNOUNO.tracking.lightboxTracking("tsInbound-layer");$q(".lightbox-close",$q(".lightbox_container")).on("click",function(lightBox){lightBox.close();
}.bind(this,lightBox),this);}.bind(this),this.showAfter);}}}});$q.define("UNOUNO.components.lightboxes",{statics:{init:function(){if(document.getElementById("tvspot-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("tvspot","tvspot-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);
}if(document.getElementById("webappVideo-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("webappVideo","webappVideo-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("custom-layout-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("custom-layout","custom-layout-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("custom-style-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("custom-style","custom-style-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("insert-elements-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("insert-elements","insert-elements-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("image-gallery-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("image-gallery","image-gallery-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("image-edit-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("image-edit","image-edit-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("contact-maps-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("contact-maps","contact-maps-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("diyfilmSEO-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("diyfilmSEO","diyfilmSEO-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("diyfilmSMC-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("diyfilmSMC","diyfilmSMC-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("branches-container")){UNOUNO.inline.branchesBrowser=new UNOUNO.global.LightBox("lightbox-branches","branches-container",true);
UNOUNO.inline.branchesBrowser.lightBox.setWidth(940);}}}});UNOUNO.components.lightboxes.init();
$q.define("UNOUNO.components.webfontPrice",{construct:function(price,configuration){configuration=configuration||{};this._priceConfiguration=$q.object.merge({},this._defaultConfiguration,this._configuration,configuration);this.setPrice(price);},members:{_defaultConfiguration:{currency:true,replace00With:"",thousandsSeparator:"",decimalSeparator:".",decimalLength:2},_object:undefined,_priceConfiguration:undefined,_price:undefined,setDecimalSeparator:function(decimalSeparator){this._priceConfiguration.decimalSeparator=!!decimalSeparator;
this._parse();return this;},setDecimalLength:function(decimalLength){this._priceConfiguration.decimalLength=decimalLength;this._parse();return this;},setCurrency:function(currency){this._priceConfiguration.currency=currency;this._parse();return this;},setThousandsSeparator:function(thousandsSeparator){this._priceConfiguration.thousandsSeparator=thousandsSeparator;
this._parse();return this;},setReplace00With:function(replace00With){this._priceConfiguration.replace00With=replace00With;this._parse();return this;},setCurrencyBefore:function(currencyBefore){this._priceConfiguration.currencyBefore=currencyBefore;this._parse();return this;},setCurrencyBehind:function(currencyBehind){this._priceConfiguration.currencyBehind=currencyBehind;
this._parse();return this;},setPrice:function(price){this._price=price;this._parse();return this;},getCurrency:function(){return !!this._priceConfiguration.currency;},getConfiguration:function(){return this._priceConfiguration;},getDecimalSeparator:function(){return this._priceConfiguration.decimalSeparator;
},getThousandsSeparator:function(){return this._priceConfiguration.thousandsSeparator;},getDecimalLength:function(){return this._priceConfiguration.decimalLength;},getRawPrice:function(){return Number(this._price).toFixed(Math.max(0,~~this._priceConfiguration.decimalLength));},getReplace00With:function(){return this._priceConfiguration.replace00With||undefined;
},getFormattedPrice:function(){var result=this.getRawPrice();var currencySign=this.getCurrencySign();var decimalSeparator=this.getDecimalSeparator();var thousandsSeparator=this.getThousandsSeparator();var decimalLength=this.getDecimalLength();if(decimalSeparator){result=result.replace(".",decimalSeparator);
}if(thousandsSeparator){result=result.replace(new RegExp("\\d(?=(\\d{3})+"+(decimalLength>0?"\\D":"$")+")","g"),"$&"+thousandsSeparator);}var resultSplitted=result.split(decimalSeparator);if(resultSplitted[1]==0){result=resultSplitted[0];if("replace00With" in this._priceConfiguration&&!!this._priceConfiguration.replace00With.length){result+=decimalSeparator+this._priceConfiguration.replace00With;
}}if(this.getCurrency()){if(this.isCurrencyBefore()){result=this.getCurrencySign()+""+result;}else{if(this.isCurrencyBehind()){result=result+" "+this.getCurrencySign();}}}return result;},isCurrencyBefore:function(){return !!this._priceConfiguration.currencyBefore;},isCurrencyBehind:function(){return !!this._priceConfiguration.currencyBehind;
},getCurrencySign:function(){return this._priceConfiguration.currencyBefore||this._priceConfiguration.currencyBehind||undefined;},parse:function(){return this._object;},format:function(){return this.getFormattedPrice();},draw:function(container){container=$q(container);if(container&&!!container.getAncestors(".webfont-price-container").length){if(container.hasClass("price-container")){return this._drawPriceContainer(container);
}else{if(container.hasClass("price-container-inline")){return this._drawInlinePriceContainer(container);}}return false;}return false;},_drawPriceContainer:function(container){var parsedObject=this._object;var priceBeforeSeparatorElement=container.getChildren(".price-before-separator");var priceSeparatorElement=container.getChildren(".price-separator");
var priceBehindSeparatorElement=container.getChildren(".price-behind-separator");var priceBehindTextElement=container.getChildren(".price-text-behind-inline");if(!!priceBeforeSeparatorElement.length){priceBeforeSeparatorElement.setTextContent(parsedObject.beforeDecimalSeparator);if(parsedObject.decimalSeparator&&parsedObject.behindDecimalSeparator){if(!!!priceSeparatorElement.length){priceSeparatorElement=$q.create("<span />").addClass("price-separator").setTextContent(parsedObject.decimalSeparator).insertAfter(priceBeforeSeparatorElement);
}if(!!!priceBehindSeparatorElement.length){priceBehindSeparatorElement=$q.create("<span />").addClass("price-behind-separator").insertAfter(priceSeparatorElement);}if(container.hasClass("price-should-be-supped")&&!priceBehindSeparatorElement.hasClass("price-sup")){priceBehindSeparatorElement.addClass("price-sup");
}if(parsedObject.behindDecimalSeparator==0||isNaN(parsedObject.behindDecimalSeparator)){priceBehindSeparatorElement.addClass("price-zero");}else{if(priceBehindSeparatorElement.hasClass("price-zero")){priceBehindSeparatorElement.removeClass("price-zero");}}var previousBehindSeparatorHtml=$q.create("<span />").append(priceBehindSeparatorElement.getChildren()).getHtml();
if(previousBehindSeparatorHtml){priceBehindSeparatorElement.setHtml(previousBehindSeparatorHtml+parsedObject.behindDecimalSeparator);}else{priceBehindSeparatorElement.setHtml(parsedObject.behindDecimalSeparator);}if(!!priceBehindTextElement.length&&container.hasClass("price-should-be-supped")&&!priceBehindTextElement.hasClass("price-behind-separator-supped")){priceBehindTextElement.addClass("price-behind-separator-supped");
}}else{priceSeparatorElement.remove();priceBehindSeparatorElement.remove();if(!!priceBehindTextElement.length&&priceBehindTextElement.hasClass("price-behind-separator-supped")){priceBehindTextElement.removeClass("price-behind-separator-supped");}}return true;}return false;},_drawInlinePriceContainer:function(container){var parsedObject=this._object;
var priceElement=container.getChildren(".price-text-inline").getChildren(".price-text");if(!!priceElement.length){priceElement.setTextContent(parsedObject.formattedPrice);return true;}return false;},_parse:function(){this._object=new Object();this._object.rawPrice=this.getRawPrice();this._object.formattedPrice=this.getFormattedPrice();
this._object.currencySign=this.getCurrencySign();this._object.decimalSeparator=this.getDecimalSeparator();this._object.thousandsSeparator=this.getThousandsSeparator();var splittedFormattedPrice=this._object.formattedPrice.split(this.getDecimalSeparator());this._object.beforeDecimalSeparator=splittedFormattedPrice[0];
this._object.behindDecimalSeparator=splittedFormattedPrice[1];}}});$q.$attachStatic({"webfontPrice":function(price,configuration){return new UNOUNO.components.webfontPrice(price,configuration);}});

UNOUNO.init.registerForJSLoad(function(){UNOUNO.inline.hideLayer=function(e){var expireDate=new Date();if(typeof ($q)!=="undefined"){$q("#mobileinfo-container").addClass("hide");}else{qx.bom.Collection.id("mobileinfo-container").addClass("hide");}expireDate=new Date();expireDate.setDate(expireDate.getDate()+30);
document.cookie="banner-mobileinfo=1;expires="+expireDate.toUTCString()+";";};if(typeof ($q)!=="undefined"){$q("#mobileinfo-close").addListener("click",UNOUNO.inline.hideLayer,this,false);if(document.cookie.indexOf("banner-mobileinfo")===-1){$q("#mobileinfo-container").addClass("show");}}else{qx.bom.Collection.id("mobileinfo-close").addListener("click",UNOUNO.inline.hideLayer,this,false);
if(document.cookie.indexOf("banner-mobileinfo")===-1){qx.bom.Collection.query("#mobileinfo-container").addClass("show");}}});

$q.define("UNOUNO.components.webfontPrice",{extend:UNOUNO.components.webfontPrice,construct:function(price,configuration){this.base(arguments,price,configuration);},members:{_configuration:{currencyBefore:"$",thousandsSeparator:",",decimalSeparator:"."}}});

//### zip:baseLib-1.0.1.jar/PUSTEFIX-INF/script/textselection-min.js
(function(){var b=window.qxWeb.$$qx;b.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});b.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){b.Bootstrap.define("qx.module.TextSelection",{statics:{getTextSelection:function(){var a=this[0];return a?(b.module.TextSelection.__Qd(a)||(a=b.module.TextSelection.__Qe(a)),a?b.bom.Selection.get(a):null):null},getTextSelectionLength:function(){var a=this[0];return a?(b.module.TextSelection.__Qd(a)||
(a=b.module.TextSelection.__Qe(a)),a?b.bom.Selection.getLength(a):null):null},getTextSelectionStart:function(){var a=this[0];return a?(b.module.TextSelection.__Qd(a)||(a=b.module.TextSelection.__Qe(a)),a?b.bom.Selection.getStart(a):null):null},getTextSelectionEnd:function(){var a=this[0];return a?(b.module.TextSelection.__Qd(a)||(a=b.module.TextSelection.__Qe(a)),a?b.bom.Selection.getEnd(a):null):null},setTextSelection:function(a,d){var c=this[0];c&&(b.module.TextSelection.__Qd(c)||(c=b.module.TextSelection.__Qe(c)),
c&&b.bom.Selection.set(c,a,d));return this},clearTextSelection:function(){this._forEachElement(function(a){b.module.TextSelection.__Qd(a)||(a=b.module.TextSelection.__Qe(a));a&&b.bom.Selection.clear(a)});return this},__Qd:function(a){a=a.tagName?a.tagName.toLowerCase():null;return"input"===a||"textarea"===a},__Qe:function(a){for(var b=0,c=a.childNodes.length;b<c;b++)if(3===a.childNodes[b].nodeType)return a.childNodes[b];return null}},defer:function(a){qxWeb.$attach({getTextSelection:a.getTextSelection,
getTextSelectionLength:a.getTextSelectionLength,getTextSelectionStart:a.getTextSelectionStart,getTextSelectionEnd:a.getTextSelectionEnd,setTextSelection:a.setTextSelection,clearTextSelection:a.clearTextSelection})}})})();(function(){b.Bootstrap.define("qx.bom.Selection",{statics:{getSelectionObject:b.core.Environment.select("html.selection",{selection:function(a){return a.selection},"default":function(a){return b.dom.Node.getWindow(a).getSelection()}}),get:b.core.Environment.select("html.selection",
{selection:function(a){return b.bom.Range.get(b.dom.Node.getDocument(a)).text},"default":function(a){return this.__sz(a)?a.value.substring(a.selectionStart,a.selectionEnd):this.getSelectionObject(b.dom.Node.getDocument(a)).toString()}}),getLength:b.core.Environment.select("html.selection",{selection:function(a){a=this.get(a);var d=b.util.StringSplit.split(a,/\r\n/);return a.length-(d.length-1)},"default":function(a){if("opera"==b.core.Environment.get("engine.name")){var d;if(this.__sz(a)){d=a.selectionStart;
var c=a.selectionEnd;a=a.value.substring(d,c);d=c-d}else a=b.bom.Selection.get(a),d=a.length;a=b.util.StringSplit.split(a,/\r\n/);return d-(a.length-1)}return this.__sz(a)?a.selectionEnd-a.selectionStart:this.get(a).length}}),getStart:b.core.Environment.select("html.selection",{selection:function(a){if(this.__sz(a)){var d=b.bom.Range.get();if(!a.contains(d.parentElement()))return-1;var c=b.bom.Range.get(a);a=a.value.length;c.moveToBookmark(d.getBookmark());c.moveEnd("character",a);return a-c.text.length}var c=
b.bom.Range.get(a),e=c.parentElement(),d=b.bom.Range.get();try{d.moveToElementText(e)}catch(f){return 0}a=b.bom.Range.get(b.dom.Node.getBodyElement(a));a.setEndPoint("StartToStart",c);a.setEndPoint("EndToEnd",d);if(0==d.compareEndPoints("StartToStart",a))return 0;for(e=0;;){c=a.moveStart("character",-1);if(0==d.compareEndPoints("StartToStart",a))break;if(0==c)break;else e++}return++e},"default":function(a){if("gecko"===b.core.Environment.get("engine.name")||"webkit"===b.core.Environment.get("engine.name")){if(this.__sz(a))return a.selectionStart;
a=b.dom.Node.getDocument(a);a=this.getSelectionObject(a);return a.anchorOffset<a.focusOffset?a.anchorOffset:a.focusOffset}return this.__sz(a)?a.selectionStart:b.bom.Selection.getSelectionObject(b.dom.Node.getDocument(a)).anchorOffset}}),getEnd:b.core.Environment.select("html.selection",{selection:function(a){if(this.__sz(a)){var d=b.bom.Range.get();if(!a.contains(d.parentElement()))return-1;var c=b.bom.Range.get(a),e=a.value.length;c.moveToBookmark(d.getBookmark());c.moveStart("character",-e);return c.text.length}c=
b.bom.Range.get(a);e=c.parentElement();d=b.bom.Range.get();try{d.moveToElementText(e)}catch(f){return 0}e=d.text.length;a=b.bom.Range.get(b.dom.Node.getBodyElement(a));a.setEndPoint("EndToEnd",c);a.setEndPoint("StartToStart",d);if(0==d.compareEndPoints("EndToEnd",a))return e-1;for(var g=0;;){c=a.moveEnd("character",1);if(0==d.compareEndPoints("EndToEnd",a))break;if(0==c)break;else g++}return e-++g},"default":function(a){if("gecko"===b.core.Environment.get("engine.name")||"webkit"===b.core.Environment.get("engine.name")){if(this.__sz(a))return a.selectionEnd;
a=b.dom.Node.getDocument(a);a=this.getSelectionObject(a);return a.focusOffset>a.anchorOffset?a.focusOffset:a.anchorOffset}return this.__sz(a)?a.selectionEnd:b.bom.Selection.getSelectionObject(b.dom.Node.getDocument(a)).focusOffset}}),__sz:function(a){return b.dom.Node.isElement(a)&&("input"==a.nodeName.toLowerCase()||"textarea"==a.nodeName.toLowerCase())},set:b.core.Environment.select("html.selection",{selection:function(a,d,c){var e;b.dom.Node.isDocument(a)&&(a=a.body);if(b.dom.Node.isElement(a)||
b.dom.Node.isText(a))switch(a.nodeName.toLowerCase()){case "input":case "textarea":case "button":void 0===c&&(c=a.value.length);if(0<=d&&d<=a.value.length&&0<=c&&c<=a.value.length)return e=b.bom.Range.get(a),e.collapse(!0),e.moveStart("character",d),e.moveEnd("character",c-d),e.select(),!0;break;case "#text":void 0===c&&(c=a.nodeValue.length);if(0<=d&&d<=a.nodeValue.length&&0<=c&&c<=a.nodeValue.length)return e=b.bom.Range.get(b.dom.Node.getBodyElement(a)),e.moveToElementText(a.parentNode),e.collapse(!0),
e.moveStart("character",d),e.moveEnd("character",c-d),e.select(),!0;break;default:if(void 0===c&&(c=a.childNodes.length-1),a.childNodes[d]&&a.childNodes[c])return e=b.bom.Range.get(b.dom.Node.getBodyElement(a)),e.moveToElementText(a.childNodes[d]),e.collapse(!0),d=b.bom.Range.get(b.dom.Node.getBodyElement(a)),d.moveToElementText(a.childNodes[c]),e.setEndPoint("EndToEnd",d),e.select(),!0}return!1},"default":function(a,d,c){var e=a.nodeName.toLowerCase();if(!b.dom.Node.isElement(a)||"input"!=e&&"textarea"!=
e){var e=!1,f=b.dom.Node.getWindow(a).getSelection(),g=b.bom.Range.get(a);b.dom.Node.isText(a)?(void 0===c&&(c=a.length),0<=d&&(d<a.length&&0<=c&&c<=a.length)&&(e=!0)):b.dom.Node.isElement(a)?(void 0===c&&(c=a.childNodes.length-1),0<=d&&(a.childNodes[d]&&0<=c&&a.childNodes[c])&&(e=!0)):b.dom.Node.isDocument(a)&&(a=a.body,void 0===c&&(c=a.childNodes.length-1),0<=d&&(a.childNodes[d]&&0<=c&&a.childNodes[c])&&(e=!0));if(e)return f.isCollapsed||f.collapseToStart(),g.setStart(a,d),b.dom.Node.isText(a)?
g.setEnd(a,c):g.setEndAfter(a.childNodes[c]),0<f.rangeCount&&f.removeAllRanges(),f.addRange(g),!0}else if(void 0===c&&(c=a.value.length),0<=d&&d<=a.value.length&&0<=c&&c<=a.value.length)return a.focus(),a.select(),a.setSelectionRange(d,c),!0;return!1}}),setAll:function(a){return b.bom.Selection.set(a,0)},clear:b.core.Environment.select("html.selection",{selection:function(a){var d=b.bom.Range.get(a).parentElement(),c=b.bom.Range.get(b.dom.Node.getDocument(a));b.dom.Node.isText(a)&&(a=a.parentNode);
d==c.parentElement()&&d==a&&b.bom.Selection.getSelectionObject(b.dom.Node.getDocument(a)).empty()},"default":function(a){var d=b.bom.Selection.getSelectionObject(b.dom.Node.getDocument(a)),c=a.nodeName.toLowerCase();!b.dom.Node.isElement(a)||"input"!=c&&"textarea"!=c?b.dom.Node.isDocument(a)||"body"==c?d.collapse(a.body?a.body:a,0):(c=b.bom.Range.get(a),c.collapsed||(c=c.commonAncestorContainer,(b.dom.Node.isElement(a)&&b.dom.Node.isText(c)?c.parentNode:c)==a&&d.collapse(a,0))):(a.setSelectionRange(0,
0),b.bom.Element&&b.bom.Element.blur&&b.bom.Element.blur(a))}})}})})()})();

$q.define("UNOUNO.animation.DomainTeaser",{statics:{__timerID:0,__timerID2:0,__timerIDIE:0,__timerIDIE2:0,animationForIEFade:function(elem){elem.find(".front").toggleClass("hidden");elem.find(".back").toggleClass("hidden");},animationForIE:function(){$q(".flip-container").forEach(function(item,index){this.__timerIDIE2=window.setTimeout(function(){this.animationForIEFade($q(item));
}.bind(this),(index+1)*300);},this);},toggleRotationClass:function(elem){elem.toggleClass("rotated");},animateDomainTeaser:function(){$q(".flip-container").forEach(function(item,index){this.__timerID2=window.setTimeout(function(){this.toggleRotationClass($q(item));}.bind(this),(index+1)*300);},this);
},init:function(){if($q("#domainwrapper").length>0&&$q("#domainwrapper").getData("rotation-disabled")!=="true"){if($q.env.get("browser.name")=="ie"&&parseInt($q.env.get("browser.version"))<=9){$q(".flip-container .back").addClass("hidden");this.__timerIDIE=window.setInterval(function(){this.animationForIE();
}.bind(this),7000);}else{this.__timerID=window.setInterval(function(){this.animateDomainTeaser();}.bind(this),7000);}}}}});$q.define("UNOUNO.components.domaincheck",{statics:{init:function(){if(UNOUNO.params.variant.indexOf("vh427-box")===-1){}else{this.initializeVariantTest();}},endsWith:function(string,search){return string.lastIndexOf(search,string.length-search.length)!==-1;
},updateDomainNameInput:function(target){if(this.choosenTLD&&target&&target.getValue().length>0){var value=target.getValue();if(value.lastIndexOf(".")>-1){value=value.substring(0,value.lastIndexOf("."));}value=value+"."+this.choosenTLD;target.setValue(value);}},initializeVariantTest:function(){var selectBox1=$q(".standard-domain-container.vh427-box select[name = 'multicheck.Tlds'].domaincheck_tldlist");
var selectBox2=$q(".domain-check-checker.vh427-box select[name = 'multicheck.Tlds'].domaincheck_tldlist");var selectBoxSelected=$q(".standard-domain-container.vh427-box select[name = 'multicheck.Tlds'].domaincheck_tldlist option[selected]");var input1=$q(".standard-domain-container.vh427-box input.domaincheck_domain");
var input2=$q(".domain-check-checker.vh427-box input.domaincheck_domain");var initialValue=input1.getValue(),initialTld;if(initialValue.length===0){initialValue=input2.getValue();}input1.setValue(initialValue);input2.setValue(initialValue);if(initialValue.lastIndexOf(".")===-1){initialTld=selectBoxSelected.getValue();
}else{initialTld=initialValue.substr(initialValue.lastIndexOf(".")+1);}selectBox1.setValue(initialTld);selectBox2.setValue(initialTld);$q("input.domaincheck_domain").on("focus",function(e){var target=$q(e.getTarget());if(target&&target.getValue().length>0){var value=target.getValue();if(value.lastIndexOf(".")===-1){this.updateDomainNameInput(target);
}else{window.setTimeout(function(){target.setTextSelection(value.lastIndexOf("."),value.lastIndexOf("."));},0);}}},this);$q("input.domaincheck_domain").on("keyup",function(e){var target=$q(e.getTarget());var key=e.keyCode||e.which;if(key===46){this.choosenTLD=null;}if(this.choosenTLD){if(target.getValue().length>0){var value=target.getValue();
if(value.lastIndexOf(".")===-1){value=value+"."+this.choosenTLD;target.setValue(value);window.setTimeout(function(){target.setTextSelection(value.lastIndexOf("."),value.lastIndexOf("."));},0);}else{if(!value.substring(0,value.lastIndexOf(".")).length){target.setValue(null);}if(!this.endsWith(value,this.choosenTLD)){this.choosenTLD=null;
}}}}if(target.getValue().length>0){var value=target.getValue(),manualTld;if(value!==input1.getValue()){input1.setValue(value);}if(value!==input2.getValue()){input2.setValue(value);}if(value.lastIndexOf(".")===-1){manualTld=selectBoxSelected.getValue();}else{var tmpTld=value.substr(value.lastIndexOf(".")+1);
var optionStr=".standard-domain-container.vh427-box select[name = 'multicheck.Tlds'].domaincheck_tldlist option[value='"+tmpTld+"']";if($q(optionStr).length>0){manualTld=tmpTld;}else{manualTld=selectBoxSelected.getValue();}}selectBox1.setValue(manualTld);selectBox2.setValue(manualTld);}},this);}}});UNOUNO.animation.DomainTeaser.init();
UNOUNO.components.domaincheck.init();


UNOUNO.params.loadStatus="complete";if(UNOUNO.init.JSLoadStack&&UNOUNO.init.JSLoadStack.length>0){for(UNOUNO.init.processStack=0;UNOUNO.init.processStack<UNOUNO.init.JSLoadStack.length;UNOUNO.init.processStack+=1){UNOUNO.init.JSLoadStack[UNOUNO.init.processStack].call();}}