UNOUNO.components=UNOUNO.components||{};UNOUNO.components.faqSlider={curPos:0,slides:$q(".slide"),floatZone:$q(".floatZone"),control:$q(".control"),controlLeft:$q("#controlLeft"),controlRight:$q("#controlRight"),moveEffect:$q(".floatZone"),bullet:$q(".bullet"),direction:"left",init:function(){this.slidesWidth=this.slides.getContentWidth();
this.slidesNumber=this.slides.length;var floatZoneWidth=this.slidesWidth*this.slidesNumber,that=this;this.floatZone.setStyle("width",floatZoneWidth+"px");this.bullet.on("click",function(){that.curPos=parseInt(this[0].rel);that.mover();});this.control.on("click",function(){if(this[0].id==="controlLeft"){that.curPos=that.curPos-1;
that.direction="right";}else{that.curPos=that.curPos+1;that.direction="left";}that.mover();});},mover:function(){for(i=0;i<this.bullet.length;i+=1){$q(this.bullet[i]).removeClass("active");}if(this.direction==="left"){var desc={duration:1000,timing:"ease-out","keep":100,keyFrames:{0:{"left":-this.slidesWidth*(this.curPos-1)+"px"},100:{"left":-this.slidesWidth*(this.curPos)+"px"}}};
}else{var desc={duration:1000,timing:"ease-out","keep":100,keyFrames:{0:{"left":-this.slidesWidth*(this.curPos+1)+"px"},100:{"left":-this.slidesWidth*this.curPos+"px"}}};}this.moveEffect.animate(desc,400);if(this.curPos===0){this.controlLeft.setStyle("display","none");}else{this.controlLeft.setStyle("display","block");
}if(this.curPos===this.slidesNumber-1){this.controlRight.setStyle("display","none");}else{this.controlRight.setStyle("display","block");}$q(this.bullet[this.curPos]).addClass("active");}};

$q("#popup_footer_nav .close").on("click",function(){window.close();});$q("#popup_footer .print").on("click",function(){window.print();});

$q.define("UNOUNO.components.contentnav",{statics:{__mainnav:$q("#content-nav"),__mainnavTopPos:$q("#content-nav").getOffset().top,__logoContainer:$q(".logo-container"),stickyNavigation:function(){if(($q(window).getScrollTop())>=(this.__mainnavTopPos+39)){this.__mainnav.addClass("sticky");this.__logoContainer.addClass("show");
}else{this.__mainnav.removeClass("sticky");this.__logoContainer.removeClass("show");this.__mainnav.hide().show();}},init:function(){var environment=window.qx&&qx.core&&qx.core.Environment&&qx.core.Environment.get("device.type");var isMobile=(environment&&(environment==="tablet"||environment==="mobile"));
var isMobileorderOrDSL=(window.UNOUNO&&UNOUNO.params&&(UNOUNO.params.project==="pweborder-de"||UNOUNO.params.project==="dslorder-de"));if(!(isMobile&&isMobileorderOrDSL)){$q(window).on("scroll",function(){this.stickyNavigation();},this);this.stickyNavigation();}}}});$q.ready(function(){UNOUNO.components.contentnav.init();
});
$q.define("UNOUNO.components.countdowns",{statics:{init:function(){if($q(".countdown-container").length>0){UNOUNO.countdowns.toggle(".countdown-container");}}}});UNOUNO.components.countdowns.init();
$q.define("UNOUNO.animation.stageSlider",{construct:function(container){this.container=container;this.container.find("img.stage-tablet-visual").forEach(function(image){this.images.push(image);},this);this.initializeEasterEgg();this.initializeImageInspector();this.initializeAutoStartEvent();},members:{container:null,images:[],current:0,retries:0,maxRetries:30,animationTimer:null,easterEggAvailable:false,easterEggSequence:["Up","Up","Down","Left","Right","Down"],easterEggSequenceIndex:0,easterEggImagePath:"/modules/diy-common/img/components/stage/vi-easteregg.png",initializeImageInspector:function(){var loaded=true;
this.container.find("img").forEach(function(image){var state=image.complete||false;var height=image.naturalHeight||0;var width=image.naturalWidth||0;if(!state||height==0||width==0){loaded=false;}});if(!loaded&&this.retries<this.maxRetries){window.setTimeout(function(){this.initializeImageInspector();
}.bind(this),100);this.retries++;return ;}this.container.addClass("ready");this.showNextItem();this.start();},initializeEasterEgg:function(){if(this.easterEggAvailable){$q(document).on("keydown",function(e){var key=e.getKeyIdentifier();if(key===this.easterEggSequence[this.easterEggSequenceIndex]){this.easterEggSequenceIndex++;
if(this.easterEggSequenceIndex==this.easterEggSequence.length){this.container.removeClass("ready");window.setTimeout(function(){var easterEggImagePreload=new Image();easterEggImagePreload.src=this.easterEggImagePath;var easerEggImage=$q.create("<img />").setAttribute("src",easterEggImagePreload.src);
this.container.empty();this.container.append(easerEggImage);this.container.addClass("ready");}.bind(this),2500);this.easterEggSequenceIndex=0;}}else{this.easterEggSequenceIndex=0;}},this);}},initializeAutoStartEvent:function(){this.container.on("viewportVisibilityChange",function(e){if(e.visible){this.start();
}else{this.stop();}},this);},start:function(){if(this.animationTimer==null){this.animationTimer=window.setInterval(function(){this.showNextItem();}.bind(this),2500);}},stop:function(){window.clearInterval(this.animationTimer);this.animationTimer=null;},showNextItem:function(){this.images.forEach(function(image){$q(image).removeClass("active");
});$q(this.images[this.current]).addClass("active");this.current=++this.current%this.images.length;}}});$q.ready(function(){new UNOUNO.animation.stageSlider($q(".stage-tablet-animation"));});
//### zip:baseLib-0.9.22.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]):{}},removeData:function(a){this[0]&&1===this[0].nodeType&&c.bom.element.Dataset.remove(this[0],a);return this}},defer:function(a){qxWeb.$attach({getData:a.getData,setData:a.setData,removeData:a.removeData,getAllData:a.getAllData})}})})();(function(){c.Bootstrap.define("qx.bom.element.Dataset",{statics:{set:function(a,b,d){a.dataset?(b=c.lang.String.camelCase(b),null==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},remove:function(a,b){this.set(a,b,void 0)}}})})()})();

//### zip:baseLib-0.9.22.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 f=this.classname.replace(/\./g,"-")+"-context";this.getProperty(f)||
this.setProperty(f,c);c=this.getProperty(f);if(!this.hasListener(a,b,c))this.on(a,b,c,d);return this},$offFirstCollection:function(a,b,c,d){var f=this.classname.replace(/\./g,"-")+"-context";this._forEachElementWrapped(function(c){var e=c.getProperty(f);c.off(a,b,e,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:{__bY: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.__bY){var a=this.classname.split(".");this.__bY="qx-"+a[a.length-1].toLowerCase()}return this.__bY},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})}})})()})();

//### zip:baseLib-0.9.22.jar/PUSTEFIX-INF/script/accordion-min.js
(function(){var g=window.qxWeb.$$qx;g.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});g.$$packageData["0"]={locales:{},resources:{},translations:{}};(function(){g.Bootstrap.define("baselib.Accordion",{extend:g.ui.website.Widget,construct:function(a,b){g.ui.website.Widget.call(this,a,b)},events:{"switch":"qx.event.Emitter",beforehide:"qx.event.Emitter",beforeshow:"qx.event.Emitter",afterhide:"qx.event.Emitter",aftershow:"qx.event.Emitter"},statics:{_config:{labelClass:"qx-accordion-label",
contentClass:"qx-accordion-content",animationDuration:300},accordion:function(a){var b=new baselib.Accordion(this);a&&(a.label&&b.setConfig("labelClass",a.label),a.content&&b.setConfig("contentClass",a.content));b.init();return b}},members:{init:function(){if(!g.ui.website.Widget.prototype.init.call(this))return!1;this._forEachElementWrapped(function(a){0<a.find("."+this.getConfig("contentClass")).length&&(a.render(),a.collapse(!1))});return!0},render:function(){this._forEachElementWrapped(function(a){a._initItems();
a.__QY()});return this},collapse:function(a){this._forEachElementWrapped(function(b){var c=this.getProperty("__tabs"),d=b.getProperty("__canTransition");c._forEachElementWrapped(function(c){c.setProperty("__op","hide");b.setProperty("__currentIndex",null);b.__Rc(c);var f=c.getHeight();0!==f&&(a?(b.__QT(),b.__Rb(c),d?c.setStyle("height","0px"):b.__dr(c,f,0)):(c.setStyle("display","none"),c.setStyle("height","0px")))})});return this},setAnimationDuration:function(a){this.setProperty("__animationDuration",
a);this.setConfig("animationDuration",a);return this},getAnimationDuration:function(){return this.getProperty("__animationDuration")},enableAnimation:function(){this.setProperty("__animationDuration",this.getConfig("animationDuration"));return this},disableAnimation:function(){this.setProperty("__animationDuration",0);return this},isAnimated:function(){return 0<this.getProperty("__animationDuration")},getCurrentIndex:function(){return this.eq(0).getProperty("__currentIndex")},showItem:function(a,
b){this._forEachElementWrapped(function(c){if(!c.animating()){var d=c.getProperty("__tabs"),e=(b="undefined"!==typeof b?b:!0)?10:0,f=qxWeb(d[a]),g=qxWeb(d[c.getProperty("__currentIndex")]),h=0;f[0]&&(h=c.__QX(f,b));g[0]&&c.__QW(g,b);window.setTimeout(function(){b||c.setProperty("__currentIndex",a);c.__QV(f,g,0,h,b)},e)}});return this},showNext:function(){this._forEachElementWrapped(function(a){var b=a.getProperty("__currentIndex")+1;b<a.getProperty("__tabs").length&&a.showItem(b,a.isAnimated())});
return this},showPrev:function(){this._forEachElementWrapped(function(a){var b=a.getProperty("__currentIndex")-1;0<=b&&a.showItem(b,a.isAnimated())});return this},animating:function(){return 0<this.eq(0).getProperty("__running")},dispose:function(){var a=this.getProperty("__canTransition");this._forEachElementWrapped(function(b){a&&b.getProperty("__tabs").forEach(function(a,b){var e=qxWeb(a),f=e.getProperty("__transitionHandler");f&&(a.removeEventListener(qxWeb.EVENT.transitionEnd,f),e.setProperty("__transitionHandler",
null))});b.off("tap",b.__Ra,b)});return this},__QT:function(){var a=this.getProperty("__running")+1;this.setProperty("__running",a);return a},__QU:function(){var a=this.getProperty("__running")-1;this.setProperty("__running",a);return a},__dr:function(a,b,c){var d=this.getProperty("__animationDuration"),e=null,f=this.getProperty("__tabs"),g=this,h=function(m){m=(new Date).getTime();var k=b,l=0;null===e&&(e=m);l=m-e;k=b+(c-b)*(l/d);b<c&&k>c&&(k=c);a.setStyle("height",k+"px");l<d&&l<d?qxWeb.EVENT.animation.requestFrame(h):
(a.setStyle("height",c+"px"),g.__cY(a,f.indexOf(a[0])))};qxWeb.EVENT.animation.requestFrame(h)},__QV:function(a,b,c,d,e){var f=this.getProperty("__canTransition");e&&(this.__Rb(a),b[0]&&this.__Rb(b));e&&this.__QT();this.__Rd("beforeshow",a);f||!e?(a.setStyle("height",d+"px"),e||this.__Rd("aftershow",a)):this.__dr(a,a.getHeight(),d);b[0]&&(e&&this.__QT(),this.__Rd("beforehide",b),f||!e?(b.setStyle("height",c+"px"),e||this.__Rd("afterhide",b)):this.__dr(b,b.getHeight(),c))},__QW:function(a,b){this.getProperty("__canTransition")&&
this.__Rc(a);a.setProperty("__op","hide");return 0},__QX:function(a,b){this.getProperty("__canTransition")&&this.__Rc(a);a.setProperty("__op","show");a.setStyle("height","");var c=a.getProperty("__scrollerTabHeight");a.setStyle("height","0px");a.setStyle("display","block");return c},_initItems:function(){this.setProperty("__labelClass",this.getConfig("labelClass"));this.setProperty("__contentClass",this.getConfig("contentClass"));this.setProperty("__animationDuration",this.getConfig("animationDuration"));
this.setProperty("__labels",this.find("."+this.getConfig("labelClass")));var a=this.find("."+this.getConfig("contentClass")),b="block";a._forEachElementWrapped(function(a){b=a.getStyle("display");a.setStyle("height","");a.setStyle("display","block");a.setProperty("__scrollerTabHeight",a[0].offsetHeight);a.setStyle("display",b)});this.setProperty("__tabs",a)},__QY:function(){var a=this.getProperty("__tabs"),b=qxWeb.env.canTransition(),c=this.getProperty("__currentIndex");"undefined"==typeof c?this.setProperty("__currentIndex",
null):c>=a.length&&this.setProperty("__currentIndex",a.length-1);this.setProperty("__running",0);b&&(this.setProperty("__canTransition",qxWeb.env.canTransition()),a.forEach(function(a,b){if(!qxWeb(a).getProperty("__transitionHandler")){var c=this.__cY.bind(this,a,b);qxWeb(a).setProperty("__transitionHandler",c);a.addEventListener(qxWeb.EVENT.transitionEnd,c,!1)}}.bind(this)));this.$onFirstCollection("tap",this.__Ra)},__Ra:function(a){var b=this.getProperty("__labels");a=qxWeb(a.getTarget()).getClosest("."+
this.getProperty("__labelClass"));0<a.length&&(b=b.indexOf(a[0]),b==this.getCurrentIndex()?this.collapse(!0):this.showItem(b,!0))},__Rb:function(a){this.getProperty("__canTransition")&&(a.setStyle("transition-property","height"),a.setStyle("transition-duration",this.getProperty("__animationDuration")+"ms"),a.setStyle("transition-timing-function","linear"),a.setStyle("transition-delay","0ms"))},__Rc:function(a){this.getProperty("__canTransition")&&(a.setStyle("transition-property","none"),a.setStyle("transition-duration",
"0ms"),a.setStyle("transition-timing-function","none"),a.setStyle("transition-delay","0ms"),a[0].style.removeProperty(qxWeb.EVENT.transitionEnd.transitionStyleName),a[0].style.removeProperty("transition"))},__Rd:function(a,b){var c={type:a,reverse:!1};if(b){var d=this.getProperty("__tabs");c.target=b;c.index=d.indexOf(b[0])}else c.current=this.getCurrentIndex();this.emit(a,c)},__cY:function(a,b,c){c=this.__QU();a=qxWeb(a);this.__Rc(a);var d=a.getProperty("__op");"show"==d&&this.setProperty("__currentIndex",
b);this.__Rd("after"+d,a);0===c&&this.__Rd("switch")}},defer:function(a){qxWeb.$attach({accordion:a.accordion})}})})()})();

$q.define("UNOUNO.components.faqaccordion",{statics:{init:function(){if(!!$q(".accordion").length){var accordion=$q(".accordion").accordion({label:"question",content:"answer"});accordion.on("afterhide",function(e){e.getTarget().getAncestors("li").removeClass("current");e.getTarget().hide();});accordion.on("aftershow",function(e){e.getTarget().getAncestors("li").addClass("current");
});}}}});$q.ready(function(){UNOUNO.components.faqaccordion.init();});
$q.define("UNOUNO.components.sectionNavigation",{construct:function(configuration){configuration=configuration||{};if(configuration.hasOwnProperty("trackingEnabled")){this.trackingEnabled=configuration.trackingEnabled;}this.initializeSectionNavigation();this.initializePageLeaveEvent();this.initializeWindowInspection();
this.initializeTracking();window.setTimeout(function(){this.determineCurrentSection();}.bind(this),100);},members:{firePageSectionEventDelay:0.5,pageSectionChangeEvent:null,pageSectionAnchors:$q("a.section-anchor[name]"),previousPageSection:null,pageSectionNavigation:{wrapper:$q.create("<div />").addClass("sectionnav-container"),container:$q.create("<ul />").addClass("sectionnav"),children:[]},trackingEnabled:true,initializeSectionNavigation:function(){this.pageSectionNavigation.wrapper.append(this.pageSectionNavigation.container);
$q("body").append(this.pageSectionNavigation.wrapper);this.pageSectionAnchors.forEach(function(anchor,index){anchor=$q(anchor);var sectionNavChild=$q.create("<li />");var sectionNavChildLink=$q.create("<a />").setAttribute("href","#"+anchor.getAttribute("name"));var sectionNavChildBulletOutter=$q.create("<span />").addClasses(["bullet","smallbullet"]);
var sectionNavChildBulletInner=$q.create("<span />").addClasses(["bullet","bigbullet"]);var sectionNavChildBulletLabel=$q.create("<span />").addClass("label");if(this.trackingEnabled&&typeof (UNOUNO.tracking.genericTracking)=="function"){sectionNavChild.on("click",function(e){UNOUNO.tracking.genericTracking({eVar65:"section-nav:"+anchor.getAttribute("name")});
});}if(anchor.getAttribute("title")!=null&&!!anchor.getAttribute("title").length){sectionNavChildBulletLabel.setHtml(anchor.getAttribute("title"));}sectionNavChildBulletOutter.append(sectionNavChildBulletLabel);sectionNavChildBulletOutter.append(sectionNavChildBulletInner);sectionNavChildLink.append(sectionNavChildBulletOutter);
sectionNavChild.append(sectionNavChildLink);this.pageSectionNavigation.container.append(sectionNavChild);this.pageSectionNavigation.children.push({element:sectionNavChild,name:anchor.getAttribute("name"),position:anchor.getOffset().top});},this);},initializePageLeaveEvent:function(){window.onbeforeunload=function(e){$q(window).off("scroll",this.windowOnScroll,this);
}.bind(this);},initializeWindowInspection:function(){$q(window).on("scroll",this.windowOnScroll,this);},windowOnScroll:function(){this.determineCurrentSection();},getCurrentPageSection:function(){for(var c=0;c<this.pageSectionNavigation.children.length;c++){var currentPageSection=this.pageSectionNavigation.children[c];
if(currentPageSection.element.hasClass("activated-sectionitem")){return currentPageSection.name;}}return null;},determineCurrentSection:function(){var windowScrollTop=$q(window).getScrollTop();var windowHeight=$q(window).getHeight();var currentViewPort=windowScrollTop+windowHeight/2;this.pageSectionNavigation.children.forEach(function(sectionAnchor,index){var anchorStartPosition=sectionAnchor.position;
var anchorEndPosition=$q(document).getHeight();if((index+1) in this.pageSectionNavigation.children){anchorEndPosition=this.pageSectionNavigation.children[index+1].position;}if(sectionAnchor.element.hasClass("activated-sectionitem")){sectionAnchor.element.removeClass("activated-sectionitem");}if(currentViewPort>anchorStartPosition&&currentViewPort<anchorEndPosition){if(!sectionAnchor.element.hasClass("activated-sectionitem")){sectionAnchor.element.addClass("activated-sectionitem");
}}},this);this.announceCurrentSection(this.getCurrentPageSection());},setCurrentLocationHash:function(currentPageSection){if("replaceState" in window.history){if(currentPageSection==null){if(window.location.hash!=""){window.history.replaceState(null,null,window.location.pathname);}return ;}if(window.location.hash!=="#"+currentPageSection){window.history.replaceState(null,null,"#"+currentPageSection);
}}},announceCurrentSection:function(currentPageSection){if(this.pageSectionChangeEvent!=null){window.clearTimeout(this.pageSectionChangeEvent);}this.setCurrentLocationHash(currentPageSection);this.pageSectionChangeEvent=window.setTimeout(function(){if(this.previousPageSection!=currentPageSection){$q(document).emit("pageSectionChanged",{leave:(this.previousPageSection||"none"),enter:(currentPageSection||"none")});
this.previousPageSection=currentPageSection;}}.bind(this),this.firePageSectionEventDelay*1000);},initializeTracking:function(){if(this.trackingEnabled&&typeof (UNOUNO.tracking.sectionTracking)=="function"){$q(document).on("pageSectionChanged",function(data){UNOUNO.tracking.pageSection=data.enter;UNOUNO.tracking.sectionTracking(data.enter);
},this);}}}});
$q.ready(function(){new UNOUNO.components.sectionNavigation({"trackingEnabled":false});});
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();}};
qx.Bootstrap.define("UNOUNO.global.Functions",{statics:{getElementsByClassName:function(clsName,element){var retVal=[];var elements;if(element){elements=element.getElementsByTagName("*");}else{elements=document.getElementsByTagName("*");}for(var i=0;i<elements.length;i++){if(elements[i].className.indexOf(" ")>=0){var classes=elements[i].className.split(" ");
for(var j=0;j<classes.length;j++){if(classes[j]==clsName){retVal.push(elements[i]);}}}else{if(elements[i].className==clsName){retVal.push(elements[i]);}}}return retVal;},countdownIntervalDisplay:function(clazz,interval,useVisibility){useVisibility=useVisibility||false;var allCountdownElementsA;var allCountdownElementsB;
if(clazz instanceof Array){allCountdownElementsA=this.getElementsByClassName(clazz[0]);allCountdownElementsB=this.getElementsByClassName(clazz[1]);}else{allCountdownElementsA=this.getElementsByClassName(clazz);}if(allCountdownElementsA){for(var i=0;i<allCountdownElementsA.length;i++){var imgElements=this.getElementsByClassName("day");
if(imgElements.length>0){for(var x=0;x<imgElements.length;x+=1){imgElements[x].style.display="block";}}allCountdownElementsA[i].style.display="block";}}if(allCountdownElementsB){for(var i=0;i<allCountdownElementsB.length;i++){if(useVisibility){allCountdownElementsB[i].style.visibility="hidden";}else{allCountdownElementsB[i].style.display="none";
}}}window.setInterval(function(scope,clazz){return function(){scope.toggleCountdown(allCountdownElementsA,useVisibility);scope.toggleCountdown(allCountdownElementsB,useVisibility);};}(this,clazz),interval);},toggleCountdown:function(countdownElements){if(countdownElements){for(var i=0;i<countdownElements.length;
i++){if(countdownElements[i].style.visibility){if(countdownElements[i].style.visibility!=="visible"){countdownElements[i].style.visibility="visible";}else{countdownElements[i].style.visibility="hidden";}}else{if(countdownElements[i].style.display!=="block"){countdownElements[i].style.display="block";
}else{countdownElements[i].style.display="none";}}}}}}});
UNOUNO.countdowns=UNOUNO.countdowns||{};UNOUNO.countdowns={toggle:function(className,delay){delay=delay||2500;window.setTimeout(function(){var countdownElement;if(typeof ($q)!=="undefined"){countdownElement=$q(className);}else{countdownElement=qx.bom.Collection.query(className);}if(countdownElement.hasClass("countdown-visible")){countdownElement.removeClass("countdown-visible");
}else{countdownElement.addClass("countdown-visible");}UNOUNO.countdowns.toggle(className,delay);},delay);}};
$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=$q.uri.appendParams("/"+UNOUNO.params.omitPage,querystring);return url;},handleResponse:function(response){if(response.readyState==4){if(response.status===200&&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);return ;}this.handleResponse(cachedResponse);}}});$q.$attachStatic({"renderinclude":function(configuration,callbacks,options){return new UNOUNO.components.renderinclude(configuration,callbacks,options);}});
$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,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;},lightboxDimensions:function(){this.instance.show();var content=this.instance.getContent();var contentHeight=content.getHeight(true);var contentWidth=content.getWidth(true);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));if(this.instance.getHeight()>$q(window).getHeight()){this.instance.setTop($q(window).getScrollTop()+40);}this.instance.close();this.instance.show();
},determineContentDimensions:function(){var content=this.instance.getContent();var currentContentHeight=content.getHeight(true);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("click",".lightbox-close",this.closeLightbox,this);$q(document).offMatchTarget("click",".qx-blocker",this.closeLightbox,this);window.clearInterval(this.inspectInterval);window.setTimeout(function(){this.callback("onClosed",this.instance);
}.bind(this),0);},this);instanceBlocker.on("block",function(){$q(document).onMatchTarget("click",".lightbox-close",this.closeLightbox,this);$q(document).onMatchTarget("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.lightboxName);}}.bind(this),0);},this);this.callback("onCreate",this.instance);
}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($q.create(response.responseText));
}});return ;}var renderIncludeReference=$q(".lazy-lightbox-reference[data-renderinclude = '"+this.properties.reference+"']");if(!!renderIncludeReference.length&&!!renderIncludeReference.getChildren().length){this.prepareLightbox(renderIncludeReference.getChildren());}return ;}this.initializeLightbox();
},initializeClickEvents:function(){this.element.on("click",function(e){e.preventDefault();this.getLightboxContent();},this);},prepareLightbox:function(content){this.content=content;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.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.startTimeout();
}},members:{showAfter:0,startHours:0,endHours:0,showContent:null,excludeDays:null,userLastActive:new Date(),documentEvents:[],windowEvents:[],startTimeout: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){["mousemove","click","mousedown","mouseup","keyup"].forEach(function(eventName){this.documentEvents.push($q(document.body).on(eventName,this.userActive,this));
},this);["resize","scroll"].forEach(function(eventName){this.windowEvents.push($q(window).on(eventName,this.userActive,this));},this);window.setTimeout(this.tick.bind(this),this.showAfter);}},userActive:function(){this.userLastActive=new Date();},tick:function(){var inactivePeriod=new Date()-this.userLastActive;
if(inactivePeriod>=this.showAfter){this.documentEvents.forEach(function(event){$q(document.body).off(event);});this.windowEvents.forEach(function(event){$q(window).off(event);});this.documentEvents=[];this.windowEvents=[];this.showLightbox();}else{window.setTimeout(this.tick.bind(this),this.showAfter-inactivePeriod);
}},showLightbox: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.create($q(this.showContent).getHtml()));lightBox.show();UNOUNO.tracking.lightboxTracking("tsInbound-layer");
lightBox.getContent().find(".lightbox-close").on("click",function(){lightBox.close();});}}});$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("firststeps-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("firststeps","firststeps-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("diyfilm_container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("tvspot","diyfilm_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);$q("#button-branchesLightbox-close").on("click",function(e){e.preventDefault();UNOUNO.inline.branchesBrowser.lightBox.close();});}}}});UNOUNO.components.lightboxes.init();
$q.define("UNOUNO.components.lightboxes",{statics:{lightboxPages:{tariff:300000,address:240000,costs:180000},init:function(){if(this.lightboxPages[UNOUNO.params.page]){var showAfter=this.lightboxPages[UNOUNO.params.page];new UNOUNO.components.vh215Lightbox(8,19,"#tsInbound-container",showAfter,[]);}if(document.getElementById("testCookie-container")&&$q.cookie.get("testDrive")!=null&&$q.cookie.get("testDriveSeen")==null){var sDomainAnchor=$q.create("<a />");
sDomainAnchor.setAttribute("href","http://"+$q.cookie.get("testDrive")+"/#open-login");sDomainAnchor.setAttribute("target","_blank");sDomainAnchor.setAttribute("linkId","testCookie");sDomainAnchor.setTextContent(sDomainAnchor.getAttribute("href"));$q("#testCookie-container").find(".testdrive-domain").append(sDomainAnchor);
UNOUNO.inline.testCookieLightBox=new UNOUNO.global.LightBox("testCookie","testCookie-container",true);UNOUNO.inline.testCookieLightBox.showLightbox();$q.cookie.set("testDriveSeen","true");}if(document.getElementById("image-archive-container")){UNOUNO.inline.archiveLightBox=new UNOUNO.global.LightBox("image-archive","image-archive-container",true);
UNOUNO.inline.archiveLightBox.lightBox.setWidth(940);}if(document.getElementById("four-reasons-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("four-reasons","four-reasons-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("analytics-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("analytics","analytics-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("guestbook-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("guestbook","guestbook-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("templates-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("templates","templates-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("storage-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("storage","storage-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("sell-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("sell","sell-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("seo-service-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("seo-service","seo-service-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("seo-tool-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("seo-tool","seo-tool-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("testimonials-hdl-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("testimonials-hdl","testimonials-hdl-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("testimonials-img-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("testimonials-img","testimonials-img-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("testimonials-txt-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("testimonials-txt","testimonials-txt-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("testimonials-presenter-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("testimonials-presenter","testimonials-presenter-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("image-manipulator-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("image-manipulator","image-manipulator-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("social-media-center-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("social-media-center","social-media-center-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("unlimited-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("unlimited","unlimited-container",true);UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("blog-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("blog","blog-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("testdriveLogin-container")){UNOUNO.inline.seoLightBox=new UNOUNO.global.LightBox("testdriveLogin","testdriveLogin-container",true);UNOUNO.inline.seoLightBox.lightBox.setWidth(940);}if(document.getElementById("testdrive-container")){UNOUNO.inline.reasonsLightBox=new UNOUNO.global.LightBox("testdrive","testdrive-container",true);
UNOUNO.inline.reasonsLightBox.lightBox.setWidth(940);}if(document.getElementById("seo-container")){UNOUNO.inline.seoLightBox=new UNOUNO.global.LightBox("seo","seo-container",true);UNOUNO.inline.seoLightBox.lightBox.setWidth(940);}if(document.getElementById("webapps-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("webapps","webapps-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("smc-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("smc","smc-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("webapps2-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("webapps2","webapps2-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("newsletter-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("newsletter","newsletter-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("shop-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("shop","shop-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("switch-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("switch","switch-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("documents-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("documents","documents-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("events-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("events","events-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("smartphones-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("smartphones","smartphones-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("seoservice-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("seoservice","seoservice-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("tvspot-hdl-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("tvspot-hdl","tvspot-hdl-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("tvspot-img-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("tvspot-img","tvspot-img-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("tvspot-txt-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("tvspot-txt","tvspot-txt-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("imagesVideo-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("imagesVideo","imagesVideo-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("login-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("login","login-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("contentVideo-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("contentVideo","contentVideo-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("headerVideo-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("headerVideo","headerVideo-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("navigation-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("navigation","navigation-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("seoVideo-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("seoVideo","seoVideo-container",true);
UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("domains-container")){UNOUNO.inline.webappsLightBox=new UNOUNO.global.LightBox("domains","domains-container",true);UNOUNO.inline.webappsLightBox.lightBox.setWidth(940);}if(document.getElementById("testdrive-tariff-container")){UNOUNO.inline.testdriveLightBox=new UNOUNO.global.LightBox("testdrive-tariff","testdrive-tariff-container",true);
UNOUNO.inline.testdriveLightBox.lightBox.setWidth(940);UNOUNO.inline.testdriveLightBox.lightBox.setHeight(770);}}}});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]==="00"){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);}});




//### zip:baseLib-0.9.22.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.Carousel",{extend:f.ui.website.Widget,construct:function(a,b){f.ui.website.Widget.call(this,a,b)},statics:{__OE:!1,__OF:!1,__OS:-1!=["mobile","tablet"].indexOf(qxWeb.env.get("device.type")),__OT:function(){var a=qxWeb.env.get("css.transform"),b=f.core.Environment.get("css.animation");
baselib.Carousel.__OE=null!==a&&"object"===typeof a&&null!==b&&"object"===typeof b;baselib.Carousel.__OF=baselib.Carousel.__OE?a["3d"]:!1},_config:{autoAnimate:!1,duration:400,showArrows:!0,startIndex:0,swipe:!0,delay:2E3,ignoreMouseOver:[]},carousel:function(a){var b=new baselib.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(!f.ui.website.Widget.prototype.init.call(this))return!1;
baselib.Carousel.__OT();this.__dp();this._forEachElementWrapped(function(a){var b=a.find(".carouselView, .qx-carousel-view");a.setProperty("__element",b);a.setProperty("el",b);a.__OW();a.__OV();a.__Pg()});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.__OX();a.__Pe();a.__OU()});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.__Pm()||(b.__Pn(),b.setProperty("__noDelay",!0),b.moveTo(b.__Pp(),a))});return this},showPrev:function(a){this._forEachElementWrapped(function(b){b.__Pm()||(b.__Pn(),b.setProperty("__noDelay",!0),b.moveTo(b.__Pq(),a))});return this},
enableSwipe:function(){this._forEachElementWrapped(function(a){a.getProperty("__element").on("swipe",a.__Ph,a)});return this},disableSwipe:function(){this._forEachElementWrapped(function(a){a.getProperty("__element").off("swipe",a.__Ph,a)});return this},start:function(){this._forEachElementWrapped(function(a){a.setProperty("__userStop",!1);a.__mH()});return this},stop:function(){this._forEachElementWrapped(function(a){a.setProperty("__userStop",!0);a.__GI()});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.__Pm()&&a!=d.getProperty("__currentIndex")&&(d.__Pn(),d.__Po(a))){var c=d.getProperty("__currentIndex");d.setProperty("__noDelay",!0);d.setProperty("__nextIndex",
d.__Pp());d.setProperty("__prevIndex",d.__Pq());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.__Pu(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.Carousel.__OS||(a.off("mouseover",c.__Pi,c),a.off("mouseout",c.__Pj,c),c.off("mouseover",c.__Pi,c),c.off("mouseout",c.__Pj,c));a.find("input,select,textarea").off("focus",
this.__Pf,this);c.getConfig("swipe")&&(qxWeb.env.get("event.touch")||qxWeb.env.get("event.mspointer")&&0<navigator.msMaxTouchPoints)?(a.off("swipe",c.__Ph,c),a.off("pointerdown",c.__Pa,c)):a.off("pointermove",c.__gc,c);c.getConfig("autoAnimate")&&qxWeb.messaging&&(qxWeb.messaging.remove(c.getProperty("__openMessagingId")),qxWeb.messaging.remove(c.getProperty("__closeMessagingId")));qxWeb(document.documentElement).off("pointerdown",c.__wr,c);b=c.getProperty("__arrowForward");d=c.getProperty("__arrowForward");
b&&d&&(b.off("tap",c.__Pr,c),d.off("tap",c.__Ps,c))});return f.ui.website.Widget.prototype.dispose.call(this)},__OU:function(){if(this.getConfig("autoAnimate")){var a=this.__Pp();this.setProperty("__nextIndex",a);this.getProperty("__state",{toShow:a,toHide:null});this.__mH()}},__OV:function(){var a=this.getProperty("__element");baselib.Carousel.__OF?a.setStyle("transform","translate3d(0px, 0px, 0px)"):baselib.Carousel.__OE&&a.setStyle("transform","translate(0px, 0px)")},__OW: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)},__OX: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.__Pr,this),b.on("tap",this.__Ps,this),!1===this.getConfig("showArrows")?this.__PA():this.__Pz())},__OY:function(a){a.touches||(a.pageX=a.clientX,a.pageY=a.clientY,a.touches=[a],a.changedTouches=[a],a.targetTouches=[a]);return a},__Pa:function(a){var b=this.getProperty("__element");
b.on("pointermove",this.__Pb,this);b.on("pointerup",this.__Pc,this);a=this.__OY(a);this.setProperty("__isPageScrollTarget",null);this.setProperty("__touchStartPosition",[a.clientX,a.clientY])},__Pb:function(a){var b=this.getProperty("__touchStartPosition");a=this.__OY(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())},__Pc:function(){var a=this.getProperty("__element");a.off("pointermove",this.__Pb,this);a.off("pointerup",this.__Pc,this)},__Pd:function(){var a=this.getProperty("__element"),b=this.__OP(0),d=this.__OP(-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.__mk.bind(c,a),f=c.__mm.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%")},__Pe:function(){if(this.getConfig("autoAnimate")){if(this.__Pm()){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.__GI()}this.__Pd()},__Pf:function(){this.setProperty("__focused",
!0);this.getConfig("autoAnimate")&&this.__GI()},__wr:function(a){a=a.getTarget();this.getProperty("__focused")&&qxWeb(a).isChildOf(this)&&(this.setProperty("__focused",!1),this.getConfig("autoAnimate")&&this.__mH())},__gc:function(a){a.preventDefault()},__Pg:function(){var a=this.getProperty("__element");baselib.Carousel.__OS||(a.on("mouseover",this.__Pi,this),a.on("mouseout",this.__Pj,this),this.on("mouseover",this.__Pi,this),this.on("mouseout",this.__Pj,this));a.find("input,select,textarea").on("focus",
this.__Pf,this);if(this.getConfig("swipe")&&(qxWeb.env.get("event.touch")||qxWeb.env.get("event.mspointer")&&0<navigator.msMaxTouchPoints))a.on("swipe",this.__Ph,this),a.on("pointerdown",this.__Pa,this);else a.on("pointermove",this.__gc,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.__wr,this)},__Ph:function(a){a=a.swipe.direction;this.setProperty("__noDelay",!0);"left"===a?this.__Pv():"right"===a&&this.__Pw()},__Pi:function(){!1===this.getProperty("__mouseOver")&&(this.setProperty("__mouseOver",!0),!1!==this.getConfig("showArrows")&&this.__Pz(),this.__Pm()||(this.__Pn(),this.getConfig("autoAnimate")&&this.__GI()))},__Pj: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.__PA();this.getConfig("autoAnimate")&&!this.getProperty("__focused")&&this.__mH()},__Pk: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})}},__mk:function(a){this.setProperty(a.getProperty("__action"),!0)},__mm:function(a){a=a.getProperty("__action");this.setProperty(a,
!1);"__hiding"==a&&this.__Pk("afterhide");"__showing"==a&&this.__Pk("aftershow");this.__Pm()||this.__Pl()},__Pl:function(){var a=this.getProperty("__state");this.__Pn();this.__Pm()||(this.setProperty("__currentIndex",a.toShow),this.getProperty("__items").eq(a.toHide).setStyle("display","none"),this.__Pk("switch"),this.getConfig("autoAnimate")&&(this.getProperty("__mouseOver")||this.getProperty("__stoped")?this.__GI():(this.setProperty("__noDelay",!1),window.setTimeout(function(){this.__Pv()}.bind(this),
0))))},__Pm:function(){return this.getProperty("__showing")||this.getProperty("__hiding")},__Pn:function(){var a=this.getProperty("__animationTimer");this.__Pm()||null===a||(window.clearTimeout(a),this.setProperty("__animationTimer",null))},__mH:function(){if(this.__Pm()||this.getProperty("__userStop")||!this.getProperty("__stoped"))this.setProperty("__stoped",!1);else{this.__Pn();this.setProperty("__stoped",!1);this.setProperty("__noDelay",!1);var a=this.__OP(-100),b=this.__OP(0),d=this.getProperty("__items");
this.getProperty("__items").setStyle(a.property,a.value);d.eq(this.getProperty("__currentIndex")).setStyle(b.property,b.value);this.__Pv()}},__Po:function(a){return"Number"===qxWeb.type.get(a)&&parseFloat(a)==parseInt(a,10)?0<=a&&a<this.getProperty("__items").length:!1},__GI:function(){this.getProperty("__stoped")||(this.setProperty("__noDelay",!0),this.setProperty("__stoped",!0),this.__Pn())},__OP:function(a,b){b=b||"%";return baselib.Carousel.__OF?{property:"transform",value:"translate3d("+a+b+
",0"+b+",0px)",animationValue:[a+b,"0"+b,"0px"]}:baselib.Carousel.__OE?{property:"transform",value:"translate("+a+b+",0"+b+")",animationValue:[a+b,"0"+b]}:{property:"left",value:a+b,animationValue:a+b}},__Pp:function(){return(this.getProperty("__currentIndex")+1)%this.getProperty("__items").length},__Pq:function(){var a=this.getProperty("__items").length;return(this.getProperty("__currentIndex")+a-1)%a},__Pr:function(){this.setProperty("__noDelay",!0);this.__Pv()},__Ps:function(){this.setProperty("__noDelay",
!0);this.__Pw()},__Pt:function(a){a.once("animationStart",a.getProperty("__animationStartHandler"),this);a.once("animationEnd",a.getProperty("__animationEndHandler"),this)},__Pu:function(a,b,d){if(!this.__Pm()){this.__Pn();var c=this.__Py(a,d),e=this.__Px(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.__Pk("beforeshow");this.__Pk("beforehide");this.setProperty("__showing",!0);this.setProperty("__hiding",!0);this.__Pt(c.item);this.__Pt(e.item);
c.item.animate(c.desc);e.item.animate(e.desc)}.bind(this),a);this.setProperty("__animationTimer",a)}},__Pv:function(){if(!this.__Pm()){this.__Pn();this.setProperty("__backwards",!1);var a={toHide:this.getProperty("__currentIndex"),toShow:this.__Pp()};this.setProperty("__state",a);this.__Pu(a.toShow,a.toHide,1)}},__Pw:function(){if(!this.__Pm()){this.__Pn();this.setProperty("__backwards",!1);var a={toHide:this.getProperty("__currentIndex"),toShow:this.__Pq()};this.setProperty("__state",a);this.__Pu(a.toShow,
a.toHide,-1)}},__Px: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.__PC(c,0,d,this.getProperty("__noDelay"));return{item:c,desc:d,dir:b}}},__Py:function(a,b){if(a!==this.getProperty("__currentIndex")){var d=1==b?100:-100,c=this.__OP(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.__PC(e,d,0,this.getProperty("__noDelay"));return{item:e,desc:d,dir:b}}},__Pz:function(){var a=this.getProperty("__arrowForward"),b=this.getProperty("__arrowBackward");a&&b&&(b.removeClass("hidden"),a.removeClass("hidden"))},__PA:function(){var a=this.getProperty("__arrowForward"),b=this.getProperty("__arrowBackward");b&&a&&(b.addClass("hidden"),a.addClass("hidden"))},__PB:function(a,b){return"showArrows"==a?-1!=["true","false","always"].indexOf(b.toString()):"undefined"!=typeof baselib.Carousel._config[a]&&
typeof b==typeof baselib.Carousel._config[a]},__dp:function(){var a=this.getProperty("__config");if(a){for(var b in a)this.__PB(b,a[b])&&this.setConfig(b,a[b]);this.setProperty("__config",null);this.setProperty("__render",!0)}},__PC:function(a,b,d,c){b=this.__OP(b);var e=this.__OP(d),f=baselib.Carousel.__OE?"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)}})}})})()})();

//### zip:baseLib-0.9.22.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.__OQ||(a.$$emitter||(a.$$emitter=new d.event.Emitter),a.__OQ=new d.event.handler.OrientationCore(a,a.$$emitter))},unregister:function(a){if(a.__OQ)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.__OQ=null)}else a.__OQ=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.__lV=b;this._initObserver()},members:{__lV:null,_window:null,_currentOrientation:null,__po:null,__pn:null,_initObserver:function(){this.__po=d.lang.Function.listener(this._onNative,this);this.__pn=d.bom.Event.supportsEvent(this._window,"orientationchange")?"orientationchange":"resize";d.bom.Event.addNativeListener(this._window,this.__pn,this.__po)},_stopObserver:function(){d.bom.Event.removeNativeListener(this._window,this.__pn,this.__po)},_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.__lV&&this.__lV.emit("orientationchange",a)}}},destruct:function(){this._stopObserver();this.__mO=this.__lV=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.__OR||(a.$$emitter||(a.$$emitter=new d.event.Emitter),a.__OR=new d.event.handler.TouchCore(a,a.$$emitter))},unregister:function(a){if(a.__OR)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.__OR=null)}else a.__OR=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.__pe=a;this.__lV=b;this._initTouchObserver();this.__pf=[];this.__ci={}},members:{__pe:null,__lV:null,__pg:null,__ph:null,__ci:null,
__pi:null,__pj:null,__pk:null,__pf:null,__pl:null,_initTouchObserver:function(){this.__pg=d.lang.Function.listener(this._onTouchEvent,this);this.__pl=["touchstart","touchmove","touchend","touchcancel"];d.core.Environment.get("event.mspointer")&&(10==parseInt(d.core.Environment.get("engine.version"),10)?this.__pl=["MSPointerDown","MSPointerMove","MSPointerUp","MSPointerCancel"]:this.__pl=["pointerdown","pointermove","pointerup","pointercancel"]);for(var a=0;a<this.__pl.length;a++)d.bom.Event.addNativeListener(this.__pe,
this.__pl[a],this.__pg)},_stopTouchObserver:function(){for(var a=0;a<this.__pl.length;a++)d.bom.Event.removeNativeListener(this.__pe,this.__pl[a],this.__pg)},_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.__ci.hasOwnProperty(a.identifier)){var b=this.__ci[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.__ph=this._getTarget(a),a.touches&&1<a.touches.length&&(this.__pj=this._getScalingDistance(a.touches[0],a.touches[1]),this.__pk=this._getRotationAngle(a.touches[0],a.touches[1])),c=0;c<a.changedTouches.length;c++){var e=a.changedTouches[c];this.__ci[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.__pj),("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.__pk),a.delta=this._calcTouchesDelta(a.targetTouches));this._fireEvent(a,b,this.__ph);d.core.Environment.get("event.mspointer")&&("touchend"!=b&&"touchcancel"!=b||delete this.__pf[a.pointerId]);("touchend"==b||"touchcancel"==b&&a.changedTouches[0])&&delete this.__ci[a.changedTouches[0].identifier]},_detectTouchesByPointer:function(a,
b){var c=[];"touchstart"==b?this.__pf[a.pointerId]=a:"touchmove"==b&&(this.__pf[a.pointerId]=a);for(var d in this.__pf)c.push(this.__pf[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.__pm(a))&&(b=a);return b},__pm: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.__lV)&&this.__lV.emit(b,a)},dispose:function(){this._stopTouchObserver();
this.__ph=this.__pe=this.__pl=this.__pf=this.__lV=this.__pj=this.__pk=null}}})})()})();

$q.define("UNOUNO.pages.buildWebsite",{statics:{sliderLabels:$q(".checkbox-controls li label")?$q(".checkbox-controls li label"):null,initAnimation:function(){if($q("#carousel").length>0){UNOUNO.inline.tradeSlider=$q.carousel("carousel",{autoAnimate:true,showArrows:true,delay:10000});$q("#carousel").on("viewportVisibilityChange",function(e){if(e.visible){UNOUNO.inline.tradeSlider.start();
}else{UNOUNO.inline.tradeSlider.stop();}});$q("#carousel").find(".arrow").on("click",function(e){UNOUNO.inline.tradeSlider.stop();});UNOUNO.inline.tradeSlider.on("switch",function(e){$q("#carousel-tab div.current").removeClass("current");$q("#carousel-tab div:eq("+e.current+")").addClass("current");$q(".slideshow-control-middle h2.current").removeClass("current");
$q(".slideshow-control-middle h2:eq("+e.current+")").addClass("current");$q(".checkbox-controls input:checked").removeAttribute("checked");$q(".checkbox-controls input:eq("+e.current+")").setAttribute("checked","checked");$q(".checkbox-controls li label.current").removeClass("current");$q(".checkbox-controls li label:eq("+e.current+")").addClass("current");
});}},initFootnote:function(){if($q("#asterisk-DIY-BASIC").length>0){UNOUNO.inline.footnoteDIYBASIC=new UNOUNO.util.infoFootnote("fn_DIY-BASIC","asterisk-DIY-BASIC","left");}if($q("#asterisk-DIY-BASIC-startup").length>0){UNOUNO.inline.footnoteDIYBASIC=new UNOUNO.util.infoFootnote("fn_DIY-BASIC","asterisk-DIY-BASIC-startup","left");
}if($q("#asterisk-DIY-PLUS").length>0){UNOUNO.inline.footnoteDIYPLUS=new UNOUNO.util.infoFootnote("fn_DIY-PLUS","asterisk-DIY-PLUS","left");}if($q("#asterisk-DIY-PLUS-startup").length>0){UNOUNO.inline.footnoteDIYPLUS=new UNOUNO.util.infoFootnote("fn_DIY-PLUS","asterisk-DIY-PLUS-startup","left");}if($q("#asterisk-DIY-PRO").length>0){UNOUNO.inline.footnoteDIYPRO=new UNOUNO.util.infoFootnote("fn_DIY-PRO","asterisk-DIY-PRO","left");
}if($q("#asterisk-DIY-PRO-startup").length>0){UNOUNO.inline.footnoteDIYPRO=new UNOUNO.util.infoFootnote("fn_DIY-PRO","asterisk-DIY-PRO-startup","left");}if($q("#asterisk-DIY-BASIC-STOERER").length>0){UNOUNO.inline.footnoteDIYBASICSTOERER=new UNOUNO.util.infoFootnote("fn_DIY-BASIC","asterisk-DIY-BASIC-STOERER","left");
}if($q("#asterisk-DIY-BASIC-STOERER-startup").length>0){UNOUNO.inline.footnoteDIYBASICSTOERER=new UNOUNO.util.infoFootnote("fn_DIY-BASIC","asterisk-DIY-BASIC-STOERER-startup","left");}if($q("#asterisk-DIY-PRIVATE").length>0){UNOUNO.inline.footnoteDIYLITE=new UNOUNO.util.infoFootnote("fn_DIY-LITE","asterisk-DIY-PRIVATE","left");
}},init:function(){this.initFootnote();this.initAnimation();this.sliderLabels.on("click",function(e){UNOUNO.inline.tradeSlider.stop();if(this.sliderLabels.indexOf($q(".checkbox-controls li label.current"))<this.sliderLabels.indexOf(e.getTarget())){UNOUNO.inline.tradeSlider.moveTo(this.sliderLabels.indexOf(e.getTarget()),"right");
}else{UNOUNO.inline.tradeSlider.moveTo(this.sliderLabels.indexOf(e.getTarget()),"left");}},this);$q(".show-all-features .showfeatures").on("click",function(e){$q(e.getTarget()).hide();$q(".show-all-features .hidefeatures").setStyle("display","block");$q(".show-all-features div.features").show();});$q(".show-all-features .hidefeatures").on("click",function(e){$q(e.getTarget()).hide();
$q(".show-all-features .showfeatures").setStyle("display","block");$q(".show-all-features div.features").hide();});$q.placeholder.update();}}});UNOUNO.pages.buildWebsite.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();}}