$q.define("UNOUNO.components.header",{statics:{init:function(){this.initializeTouchEvents();this.initializeQuickSearchBarEvents();if(!!$q(".header-product-navigation-bar").length){var headerHeight=$q(".header-main-container").getHeight();var currentScrollPosition=$q(window).getScrollTop();if(currentScrollPosition<headerHeight){}}},initializeQuickSearchBarEvents:function(){var searchBarToggle=$q("#searchbar-toggle");
var searchBarContainer=$q("#searchbar-container");if(!!searchBarToggle.length){searchBarToggle.on($q.EVENT.tap,function(e){e.preventDefault();if(!!$q(".header-global-navigation-container").length){if(!searchBarContainer.hasClass("active")){var searchBarContainerWidth=180;var searchBarContainerOffset=(searchBarContainer.getOffset().left+(parseInt(searchBarContainer.getParents(":eq(0)").getStyle("paddingRight"))||0))-searchBarContainerWidth;
var lastNavigationEntry=$q(".header-global-navigation-bar > li:last");var lastNavigationEntryOffset=lastNavigationEntry.getOffset().left+lastNavigationEntry.getWidth();if(searchBarContainerOffset<=lastNavigationEntryOffset){searchBarContainerWidth=(searchBarContainer.getOffset().left-lastNavigationEntry.getOffset().left)+(parseInt(searchBarContainer.getParents(":eq(0)").getStyle("paddingRight"))||0);
}searchBarContainer.setStyle("width",searchBarContainerWidth+"px");}else{searchBarContainer.setStyle("width","");}}searchBarContainer.toggleClass("active");});}},initializeTouchEvents:function(){var deviceType=$q.env.get("device.type");if(deviceType==="desktop"){return ;}$q(".header-global-navigation-flyout, .header-pre-navigation-flyout").forEach(function(flyoutElement){$q(flyoutElement).append($q.create("<div />").addClass("header-navigation-flyout-touch"));
});}}});$q.ready(function(){UNOUNO.components.header.init();});





//### zip:baseLib-1.1.7.jar/PUSTEFIX-INF/script/widget-min.js
!function(){var t=window.qxWeb.$$qx;t.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui}),t.$$packageData[0]={locales:{},resources:{},translations:{C:{},en:{}}},t.Bootstrap.define("qx.ui.website.Widget",{extend:qxWeb,statics:{widget:function(){var e=new t.ui.website.Widget(this);return e.init(),e},create:function(e){return new t.ui.website.Widget(qxWeb.create(e))},$onFirstCollection:function(t,e,i,s){var n=this.classname.replace(/\./g,"-")+"-context";this.getProperty(n)||this.setProperty(n,i);var r=this.getProperty(n);return this.hasListener(t,e,r)||this.on(t,e,r,s),this},$offFirstCollection:function(t,e,i,s){var n=this.classname.replace(/\./g,"-")+"-context";return this._forEachElementWrapped(function(i){var r=i.getProperty(n);i.off(t,e,r,s)}),this},initWidgets:function(t){var e=qxWeb("*[data-qx-class]");t&&(e=e.filter(t)),e._forEachElementWrapped(function(t){t.init()})}},construct:function(t,e){var i=this.base(arguments,t,e);Array.prototype.push.apply(this,Array.prototype.slice.call(i,0,i.length))},members:{__fX:null,init:function(){return this.getProperty("$$qx-widget-initialized")?!1:(this.setAttribute("data-qx-class",this.classname),this.addClass("qx-widget"),this.addClass(this.getCssPrefix()),this.setProperty("$$qx-widget-initialized",!0),!0)},getCssPrefix:function(){if(!this.__fX){var t=this.classname.split(".");this.__fX="qx-"+t[t.length-1].toLowerCase()}return this.__fX},setEnabled:function(t){return this.setAttribute("disabled",!t),this.find("*").setAttribute("disabled",!t),this},getEnabled:function(){return!this.getAttribute("disabled")},setTemplate:function(t,e){return this._setData("templates",t,e)},setConfig:function(t,e){return this._setData("config",t,e)},_setData:function(t,e,i){return this.forEach(function(s){s[t]||(s[t]={}),s[t][e]=i}),this},getTemplate:function(t){return this._getData("templates",t)},getConfig:function(t){return this._getData("config",t)},_getData:function(t,e){var i,s=this.getProperty(t);if(s&&(i=s[e]),void 0===i&&"config"==t){var n="qx"+qxWeb.string.firstUp(t)+qxWeb.string.firstUp(e);i=this.getData(n),(!this[0]||!this[0].dataset&&null===i)&&(i=void 0);try{i=JSON.parse(i)}catch(r){}}return void 0===i&&this.constructor["_"+t]?this.constructor["_"+t][e]:i},render:function(){return this},dispose:function(){this.removeAttribute("data-qx-class"),this.setProperty("config",void 0),this.setProperty("templates",void 0);var t=this.classname.replace(/\./g,"-")+"-context";this.setProperty(t,void 0),this.setProperty("$$qx-widget-initialized",void 0),this.removeClass("qx-widget"),this.removeClass(this.getCssPrefix());for(var e in this.constructor.$$events)this.allOff(e);return qxWeb.$init(this,qxWeb)}},defer:function(t){qxWeb.$attach({$onFirstCollection:t.$onFirstCollection,$offFirstCollection:t.$offFirstCollection,widget:t.widget}),qxWeb.$attachStatic({initWidgets:t.initWidgets})}}),t.Bootstrap.define("baselib.ui.Widget",{extend:t.ui.website.Widget,construct:function(t,e){this.base(arguments,t,e),t&&this._checkAndDebugIfEmpty("info")},members:{_checkAndDebugIfEmpty:function(){}}})}();
//### zip:baseLib-1.1.7.jar/PUSTEFIX-INF/script/accordion-min.js
!function(){var t=window.qxWeb.$$qx;t.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui}),t.$$packageData[0]={locales:{},resources:{},translations:{}},t.Bootstrap.define("baselib.ui.Accordion",{extend:baselib.ui.Widget,construct:function(t,e){this.base(arguments,t,e)},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(t){var e=new baselib.ui.Accordion(this);return t&&(t.label&&e.setConfig("labelClass",t.label),t.content&&e.setConfig("contentClass",t.content)),e.init(),e}},members:{init:function(){return this.base(arguments)?(this._forEachElementWrapped(function(t){var e=t.find("."+this.getConfig("contentClass"));e.length>0&&(t.render(),t.collapse(!1))}),!0):!1},render:function(){return this._forEachElementWrapped(function(t){t._initItems(),t.__gf()}),this},collapse:function(t){return this._forEachElementWrapped(function(e){var n=this.getProperty("__tabs"),i=e.getProperty("__canTransition");n._forEachElementWrapped(function(n){n.setProperty("__op","hide"),e.setProperty("__currentIndex",null),e.__gi(n);var r=n.getHeight();0!==r&&(t?(e.__fY(),e.__gh(n),i?n.setStyle("height","0px"):e.__gb(n,r,0)):(n.setStyle("display","none"),n.setStyle("height","0px")))})}),this},setAnimationDuration:function(t){return this.setProperty("__animationDuration",t),this.setConfig("animationDuration",t),this},getAnimationDuration:function(){return this.getProperty("__animationDuration")},enableAnimation:function(){return this.setProperty("__animationDuration",this.getConfig("animationDuration")),this},disableAnimation:function(){return this.setProperty("__animationDuration",0),this},isAnimated:function(){return this.getProperty("__animationDuration")>0},getCurrentIndex:function(){return this.eq(0).getProperty("__currentIndex")},showItem:function(t,e){return this._forEachElementWrapped(function(n){if(!n.animating()){var i=n.getProperty("__tabs");if(!(t>=0&&t<i.length))return;e="undefined"!=typeof e?e:!0;var r=e?30:0,o=qxWeb(i[t]),s=qxWeb(i[n.getProperty("__currentIndex")]),a=0;o[0]&&(a=n.__ge(o,e)),s[0]&&n.__gd(s,e),e||n.setProperty("__currentIndex",t),window.setTimeout(function(){n.__gc(o,s,0,a,e)},r)}}),this},showNext:function(){return this._forEachElementWrapped(function(t){var e=t.getProperty("__tabs").length,n=(t.getProperty("__currentIndex")+1)%e;t.showItem(n,t.isAnimated())}),this},showPrev:function(){return this._forEachElementWrapped(function(t){var e=t.getProperty("__tabs").length,n=(t.getProperty("__currentIndex")-1+e)%e;t.showItem(n,t.isAnimated())}),this},animating:function(){return this.eq(0).getProperty("__running")>0},dispose:function(){var t=this.getProperty("__canTransition");return this._forEachElementWrapped(function(e){if(t){var n=e.getProperty("__tabs");n.forEach(function(t){var e=qxWeb(t),n=e.getProperty("__transitionHandler");n&&(t.removeEventListener(qxWeb.EVENT.transitionEnd,n),e.setProperty("__transitionHandler",null))})}e.off("tap",e.__gg,e)}),this},__fY:function(){var t=this.getProperty("__running")+1;return this.setProperty("__running",t),t},__ga:function(){var t=this.getProperty("__running")-1;return this.setProperty("__running",t),t},__gb:function(t,e,n){var i=this.getProperty("__animationDuration"),r=null,o=this.getProperty("__tabs"),s=this,a=function(){var _,h=(new Date).getTime(),g=e,c=0;null===r&&(r=h),c=h-r,_=c/i,g=e+(n-e)*_,n>e&&g>n&&(g=n),t.setStyle("height",g+"px"),i>c&&i>c?qxWeb.EVENT.animation.requestFrame(a):(t.setStyle("height",n+"px"),s.__gk(t,o.indexOf(t[0])))};qxWeb.EVENT.animation.requestFrame(a)},__gc:function(t,e,n,i,r){var o=this.getProperty("__canTransition"),s=this.getProperty("__tabs");r&&(this.__gh(t),e[0]&&this.__gh(e)),r&&this.__fY(),this.__gj("beforeshow",t),o||!r?(t.getHeight()===i?this.__gk(t,s.indexOf(t)):t.setStyle("height",i+"px"),r||this.__gj("aftershow",t)):this.__gb(t,t.getHeight(),i),e[0]&&(r&&this.__fY(),this.__gj("beforehide",e),o||!r?(0===e.getHeight()?this.__gk(e,s.indexOf(e)):e.setStyle("height",n+"px"),r||(this.__gj("afterhide",e),this.__gj("switch"))):this.__gb(e,e.getHeight(),n))},__gd:function(t){return this.getProperty("__canTransition")&&this.__gi(t),t.setProperty("__op","hide"),0},__ge:function(t){if(this.getProperty("__canTransition")&&this.__gi(t),t.setProperty("__op","show"),!t.getProperty("__scrollerTabHeight")){var e=t.getStyle("display");t.setStyle("height",""),t.setStyle("display","block"),t.setProperty("__scrollerTabHeight",t[0].offsetHeight),t.setStyle("display",e)}return t.setStyle("height","0px"),t.setStyle("display","block"),t.getProperty("__scrollerTabHeight")},_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 t=this.find("."+this.getConfig("contentClass"));t._forEachElementWrapped(function(t){t.setProperty("__scrollerTabHeight",null)}),this.setProperty("__tabs",t)},__gf:function(){var t=this.getProperty("__tabs"),e=qxWeb.env.canTransition(),n=this.getProperty("__currentIndex");"undefined"==typeof n?this.setProperty("__currentIndex",null):n>=t.length&&this.setProperty("__currentIndex",t.length-1),this.setProperty("__running",0),e&&(this.setProperty("__canTransition",qxWeb.env.canTransition()),t.forEach(function(t,e){if(!qxWeb(t).getProperty("__transitionHandler")){var n=this.__gk.bind(this,t,e);qxWeb(t).setProperty("__transitionHandler",n),t.addEventListener(qxWeb.EVENT.transitionEnd,n,!1)}}.bind(this))),this.hasListener("tap",this.__gg)||this.on("tap",this.__gg)},__gg:function(t){var e=this.getProperty("__labels"),n=qxWeb(t.getTarget()).getClosest("."+this.getProperty("__labelClass"));if(n.length>0){var i=e.indexOf(n[0]);i==this.getCurrentIndex()?this.collapse(!0):this.showItem(i,!0)}},__gh:function(t){this.getProperty("__canTransition")&&(t.setStyle("transition-property","height"),t.setStyle("transition-duration",this.getProperty("__animationDuration")+"ms"),t.setStyle("transition-timing-function","linear"),t.setStyle("transition-delay","0ms"))},__gi:function(t){this.getProperty("__canTransition")&&(t.setStyle("transition-property","none"),t.setStyle("transition-duration","0ms"),t.setStyle("transition-timing-function","none"),t.setStyle("transition-delay","0ms"),t[0].style.removeProperty(qxWeb.EVENT.transitionEnd.transitionStyleName),t[0].style.removeProperty("transition"))},__gj:function(t,e){var n={type:t,reverse:!1};if(e){var i=this.getProperty("__tabs");n.target=e,n.index=i.indexOf(e[0])}else n.current=this.getCurrentIndex();this.emit(t,n)},__gk:function(t,e){var n=this.__ga();t=qxWeb(t),this.__gi(t);var i=t.getProperty("__op");"show"==i&&this.setProperty("__currentIndex",e),this.__gj("after"+i,t),0===n&&this.__gj("switch")}},defer:function(t){qxWeb.$attach({accordion:t.accordion})}})}(),function(){var t=window.baselib||{};t.Accordion=function(){var t='The "baselib.Accordion" namespace is *deprecated*!';t+=" Please make sure to update your code to the selector-oriented syntax!\n";var e=qxWeb.array.fromArguments(arguments),n="undefined"!=typeof e[0]?e[0]:null,i=[];e.length>1&&(i=e.slice(1));var r=qxWeb(n),o=r.accordion.apply(r,i);return t+="Head over to the API docs and demo page to get more infos\n\n",t+="	http://baselib.ai.1und1.de/devel/docs/api/index.html / http://baselib.ai.1und1.de/devel/docs/demos/index.html\n\n",t+='A example for this syntax is $q("#yourSelector").accordion();',o instanceof window.qxWeb.$$qx.ui.website.Widget&&o.init(),qxWeb.info(t),o}}();
if(typeof ($q)!=="undefined"){$q.define("UNOUNO.components.fineprintsTemplate",{statics:{init:function(){if(!!$q(".collapsible-content-container").length){var accordion=$q(".collapsible-content-container").accordion({label:"collapsible-trigger",content:"collapsible-content"});accordion.on("afterhide",function(e){e.getTarget().getPrev(".collapsible-trigger").toggleClasses(["collapsed","collapsible"]);
e.getTarget().hide();});accordion.on("aftershow",function(e){e.getTarget().getPrev(".collapsible-trigger").toggleClasses(["collapsed","collapsible"]);});}}}});$q.ready(function(){UNOUNO.components.fineprintsTemplate.init();});}if(typeof (jQuery)!=="undefined"){$.fn.fineprintsTemplate=function(element,options){this.element=element;
var FineprintsTemplate=function(options){this.init=function(){$(".collapsible-trigger",this.element).click($.proxy(function(e){var target=$(e.target);if(!target.hasClass("collapsible-trigger")){target=target.parents(".collapsible-trigger:eq(0)");}if(target.hasClass("collapsed")){target.removeClass("collapsed");
target.addClass("collapsible");$(".collapsible-content",this.element).slideDown();}else{target.addClass("collapsed");target.removeClass("collapsible");$(".collapsible-content",this.element).slideUp();}},this));};this.init();};return this.each(function(options){new FineprintsTemplate(this,options||{});
});};$(document).ready(function(){$(".footer-template-container").fineprintsTemplate();});}
if(typeof ($q)!=="undefined"){$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);}});}
if(typeof ($q)!=="undefined"){$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();});},componentHighlight:function(){var componentTemplates=$q(".component-start");if(!!componentTemplates.length){var toggleHighlight=$q.create("<span />").addClass("component-template-toggle");["editor","frontend","spin"].forEach(function(type){var typeToggle=$q.create("<span />").addClass("component-marker").addClass("static").addClass(type);
toggleHighlight.append(typeToggle);});$q("body").append(toggleHighlight);toggleHighlight.on("click",function(e){if(!toggleHighlight.hasClass("active")){toggleHighlight.addClass("active");var zIndexIncrease={spin:2,frontend:3};var draw=function(element,type,previousZIndex){var ignore=element.getData("componentHighlight");
if(!ignore){type=type||"editor";previousZIndex=previousZIndex||0;increaseZIndex=Number(zIndexIncrease[type])||1;if(element.getHeight()<=0){element.getChildren().forEach(function(elementChild){elementChild=$q(elementChild);draw(elementChild,elementChild.getData("responsible"));});return ;}var doDraw=true;
if(!element.hasClass("component-marker-container")){doDraw=!!!element.getAncestorsUntil(".component-marker-container").filter("[data-responsible = '"+type+"']").length;}if(doDraw){var offset=element.getOffset();var marker=$q.create("<span />");var zIndex=parseInt(element.getStyle("zIndex"))||1;element.getAncestors().forEach(function(ancestor){ancestor=$q(ancestor);
if(parseInt(ancestor.getStyle("z-index"))){zIndex=Math.max(zIndex,parseInt(ancestor.getStyle("zIndex")));}});marker.setData("responsible",type);marker.addClass("component-marker");marker.addClass(type);marker.appendTo($q("body"));marker.setStyle("fontSize",Math.max(Math.min(element.getHeight()/(0.25*10),120),15)+"px");
if(marker.getWidth()>element.getWidth()){marker.setStyle("fontSize",Math.max(Math.min(element.getWidth()/(0.5*10),120),15)+"px");if(marker.getWidth()>element.getWidth()){marker.setStyle("fontSize","0px");}}marker.setStyles({zIndex:String(zIndex+increaseZIndex+previousZIndex),position:"absolute",left:offset.left+"px",top:offset.top+"px",width:element.getWidth()+"px",height:element.getHeight()+"px"});
}$q("[data-responsible]",element).forEach(function(responsible){responsible=$q(responsible);draw(responsible,responsible.getData("responsible"),increaseZIndex);});}};$q(".component-start").forEach(function(componentStart){componentStart=$q(componentStart);var componentContainers=componentStart.getNextUntil(".component-end");
componentContainers.addClass("component-marker-container").forEach(function(componentContainer){componentContainer=$q(componentContainer);draw(componentContainer,componentContainer.getData("responsible"));});});}else{$q(".component-marker:not(.static)").remove();toggleHighlight.removeClass("active");
}},this);}},init:function(){this.initializeSmoothScrollAnchors();this.popupListener();this.componentHighlight();new UNOUNO.components.lazyLoadImages({threshold:100});},initializeSmoothScrollAnchors:function(){$q("a[href*=#][id]").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"));var parsedCurrentHref=$q.uri.parse(window.location.href);if("anchor" in parsedHref&&!!parsedHref.anchor.length&&parsedHref.relative===parsedCurrentHref.relative){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();
});}if(typeof (jQuery)!=="undefined"){$.lazyLoadImages=function(options){var LazyLoadImages=function(options){this.init=function(){this.threshold=options.threshold||0;this.images=$("img[data-lavender-original]");this.breakpoints={};this.images.each($.proxy(function(index,image){var image=$(image);image.one("lazyload",function(image){var _src=image.data("lavenderOriginal");
image.removeData("lavenderOriginal");var _imagePreload=new Image();_imagePreload.src=_src;image.attr("src",_src);}.bind(this,image));var element=image;var offset=element.offset();while(!this._isVisible(element[0])){element=element.parents();offset=element.offset();}var offsetKey=offset.top+":"+(offset.top+element.height());
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();};this.initializeLazyLoadEvents=function(){$(window).scroll($.proxy(this.checkLazyLoad,this));
$(window).resize($.proxy(this.checkLazyLoad,this));};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.trigger("lazyload");
}}.bind(this,entry),50);return timer;};this.checkLazyLoad=function(){var windowTop=$(window).scrollTop();var windowBottom=windowTop+$(window).height();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);}}};this._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;
};this._inViewport=function(image){image=$(image);var win=$(window);var viewport={top:win.scrollTop(),left:win.scrollLeft()};viewport.right=viewport.left+win.width();viewport.bottom=viewport.top+win.height();var bounds=image.offset();bounds.right=bounds.left+image.width();bounds.bottom=bounds.top+image.height();
return(!(viewport.right<bounds.left||viewport.left>bounds.right||viewport.bottom<bounds.top||viewport.top>bounds.bottom));};this.init();};return new LazyLoadImages(options||{});};$.componentTemplate=function(options){var ComponentTemplate=function(options){this.init=function(){this.initializeSmoothScrollAnchors();
};this.initializeSmoothScrollAnchors=function(){$("a[href].smooth-scroll").each(function(){var anchor=$(this);anchor.click(function(e){var target=$(e.target);if(target.prop("tagName")!=="A"){target=target.parents("a:eq(0)");}var href=target.attr("href");if(href.indexOf("#")>-1){var destinationAnchor=href.substr(href.indexOf("#")+1);
var destinationElement=$("a[name = '"+destinationAnchor+"']");if(!!!destinationElement.length){destinationElement=$("[id = '"+destinationAnchor+"']");}if(!!destinationElement.length){e.preventDefault();$("html, body").animate({scrollTop:destinationElement.offset().top},500);}}});});};this.init();};return new ComponentTemplate(options||{});
};$(document).ready(function(){$.componentTemplate();$.lazyLoadImages({threshold:100});});}

if(typeof ($q)!=="undefined"){$q.define("UNOUNO.components.placeholderTrustpilotTemplate",{construct:function(element){this.element=element;this.businessUnit=this.element.getData("businessUnit");this.template=$q("#content-trustpilot-template",this.element);this.activeItem=0;this.init();},members:{animationIsRunning:false,init:function(){this.getBusinessUnit();
},errorHandler:function(){this.element.hide();},getReviews:function(businessUnitResponse){var request=$q.xhr("https://api.trustpilot.com/v1/business-units/"+this.businessUnit+"/reviews?tagValue=website&apikey=ZCawWNHAQeLuQ45mk206GSQmMa6dGTUr");request.onload=function(){if(request.status>=400){return this.errorHandler();
}this.render(businessUnitResponse,JSON.parse(request.responseText));}.bind(this);request.onerror=function(){this.errorHandler();}.bind(this);request.onabort=function(){this.errorHandler();}.bind(this);request.send();},getBusinessUnit:function(){var request=$q.xhr("https://api.trustpilot.com/v1/business-units/"+this.businessUnit+"?apikey=ZCawWNHAQeLuQ45mk206GSQmMa6dGTUr");
request.onload=function(){if(request.status>=400){return this.errorHandler();}this.getReviews(JSON.parse(request.responseText));}.bind(this);request.onerror=function(){this.errorHandler();}.bind(this);request.onabort=function(){this.errorHandler();}.bind(this);request.send();},checkAnimation:function(element,callback){if(element.isPlaying()&&!element.isEnded()){return window.setTimeout(function(){this.checkAnimation(element,callback);
}.bind(this),10);}return callback.call(this);},animate:function(element,transition,callback){element[transition](400);if(transition==="fadeIn"){element.show();}this.checkAnimation(element,callback);},rotate:function(nextPosition){var currentElements=this.elements.filter("[data-index = "+this.activeItem+"]");
var nextItem=(function(){if(typeof (nextPosition)!=="undefined"){return parseInt(nextPosition);}return(this.activeItem+1);}.bind(this))();if(nextItem>(this.elements.length/2)-1){nextItem=0;}var nextElements=this.elements.filter("[data-index = "+nextItem+"]");this.animationIsRunning=true;this.animate(currentElements,"fadeOut",function(){this.element.find(".trustpilot-review-indicator.current").removeClass("current");
if(!this.animationIsRunning){return ;}this.element.find(".trustpilot-review-indicator:eq("+nextItem+")").addClass("current");this.animate(nextElements,"fadeIn",function(){this.activeItem=nextItem;this.animationIsRunning=false;});});},render:function(businessUnitResponse,reviewsResponse){var reviews=reviewsResponse.reviews||[];
if(reviews.length==0){return this.errorHandler();}reviews.forEach(function(review,index){review.position=index;if(!!index){review["class"]="hidden";}if(review.text.length>340){var newText=review.text.substring(0,340);var nextSpacePos=review.text.substring(newText.length).indexOf(" ");if(nextSpacePos>-1){newText+=review.text.substring(newText.length,newText.length+nextSpacePos);
}review.text=newText+" ....";review.cropped=true;}var profileImage;review.consumer.links.forEach(function(consumerLink){if(consumerLink.rel=="profile-image"){profileImage=consumerLink.href;}});review.consumer.profileImage=profileImage||"//user-images.trustpilot.com/default/73x73.png";});var data=$q.object.merge({formatDate:function(){return function(text,render){var date=new Date(render(text));
if(typeof (date.toLocaleDateString)=="function"){return date.toLocaleDateString(document.documentElement.lang,{month:"short",day:"numeric"});}return"";};}},{reviews:reviews,numberOfReviews:businessUnitResponse.numberOfReviews});this.element.getChildren(".content-bottom").append($q.template.render(this.template.getHtml(),data));
this.elements=this.element.find(".entry");this.elements.filter(".hidden").removeClass("hidden").hide();this.element.find(".entries").forEach(function(container,index){container=$q(container);var maxElementsHeight=container.find(".entry").show().getHeightMax();container.find(".content").setStyle("height",maxElementsHeight+"px");
container.find(".entry").hide();container.find(".entry:eq(0)").show();});var heightOfContainerOne=parseInt(this.element.find(".entries:eq(0) .content").getStyle("height"));var heightOfContainerTwo=parseInt(this.element.find(".entries:eq(1) .content").getStyle("height"));if(heightOfContainerOne-heightOfContainerTwo>25){this.element.find(".entries:eq(1) .content").setStyle("height",(Number(heightOfContainerOne)-25)+"px");
}this.element.find(".trustpilot-review-indicator:eq(0)").addClass("current");$q(".trustpilot-review-indicator",this.element).on($q.EVENT.click,function(e){var target=$q(e.getTarget());if(!target.hasClass("current")&&!this.animationIsRunning){window.clearTimeout(this.restartIntervalId);window.clearInterval(this.intervalId);
delete this.restartIntervalId;delete this.intervalId;this.rotate(Number(target.getData("index")));this.restartIntervalId=window.setTimeout(function(){this.initTimer();}.bind(this),10000);}},this);this.initTimer();this.element.find(".mouse-event-container").on("mouseover",function(){if(this.intervalId){window.clearInterval(this.intervalId);
delete this.intervalId;}}.bind(this));this.element.find(".mouse-event-container").on("mouseout",function(){this.initTimer();}.bind(this));$q(window).on("blur",function(){if(this.intervalId){window.clearInterval(this.intervalId);delete this.intervalId;}}.bind(this));$q(window).on("focus",function(){this.initTimer();
}.bind(this));},initTimer:function(){if(!this.intervalId){this.intervalId=window.setInterval(function(){if(!this.animationIsRunning){this.rotate();}}.bind(this),8800);}}}});$q.ready(function(){$q(".content-trustpilot-container").forEach(function(container){container=$q(container);new UNOUNO.components.placeholderTrustpilotTemplate(container);
});});}if(typeof (jQuery)!=="undefined"){$.fn.placeholderTrustpilotTemplate=function(options){var PlaceholderTrustpilotTemplate=function(element,options){this.element=$(element);this.businessUnit=this.element.data("businessUnit");this.template=this.element.find("#content-trustpilot-template");this.activeItem=0;
this.init=function(){this.getBusinessUnit();};this.errorHandler=function(){this.element.hide();},this.getBusinessUnit=function(){$.ajax("https://api.trustpilot.com/v1/business-units/"+this.businessUnit+"?apikey=ZCawWNHAQeLuQ45mk206GSQmMa6dGTUr",{success:$.proxy(function(businessUnitResponse){this.getReviews(businessUnitResponse);
},this),error:$.proxy(function(){this.errorHandler();},this)});};this.getReviews=function(businessUnitResponse){$.ajax("https://api.trustpilot.com/v1/business-units/"+this.businessUnit+"/reviews?tagValue=website&apikey=ZCawWNHAQeLuQ45mk206GSQmMa6dGTUr",{success:$.proxy(function(reviewsResponse){this.render(businessUnitResponse,reviewsResponse);
},this),error:$.proxy(function(){this.errorHandler();},this)});};this.animate=function(element,transition,callback){element[transition](400,callback);},this.rotate=function(nextPosition){var currentElements=this.elements.filter("[data-index = "+this.activeItem+"]");var nextItem=(function(){if(typeof (nextPosition)!=="undefined"){return parseInt(nextPosition);
}return(this.activeItem+1);}.bind(this))();if(nextItem>(this.elements.length/2)-1){nextItem=0;}var nextElements=this.elements.filter("[data-index = "+nextItem+"]");this.animationIsRunning=true;this.animate(currentElements,"fadeOut",function(){this.element.find(".trustpilot-review-indicator.current").removeClass("current");
if(!this.animationIsRunning){return ;}this.element.find(".trustpilot-review-indicator:eq("+nextItem+")").addClass("current");this.animate(nextElements,"fadeIn",function(){this.activeItem=nextItem;this.animationIsRunning=false;}.bind(this));}.bind(this));},this.render=function(businessUnitResponse,reviewsResponse){var reviews=reviewsResponse.reviews||[];
if(reviews.length==0){return this.errorHandler();}$.each(reviews,function(index,review){review.position=index;if(!!index){review["class"]="hidden";}if(review.text.length>340){var newText=review.text.substring(0,340);var nextSpacePos=review.text.substring(newText.length).indexOf(" ");if(nextSpacePos>-1){newText+=review.text.substring(newText.length,newText.length+nextSpacePos);
}review.text=newText+" ....";review.cropped=true;}var profileImage;review.consumer.links.forEach(function(consumerLink){if(consumerLink.rel=="profile-image"){profileImage=consumerLink.href;}});review.consumer.profileImage=profileImage||"//user-images.trustpilot.com/default/73x73.png";});var data=$.extend({formatDate:function(){return function(text,render){var date=new Date(render(text));
if(typeof (date.toLocaleDateString)=="function"){return date.toLocaleDateString(document.documentElement.lang,{month:"short",day:"numeric"});}return"";};}},{reviews:reviews,numberOfReviews:businessUnitResponse.numberOfReviews});$.Mustache.add("reviews-template",this.template.html());this.element.children(".content-bottom").append($.Mustache.render("reviews-template",data));
this.elements=this.element.find(".entry");this.elements.filter(".hidden").removeClass("hidden").hide();this.element.find(".entries").each(function(index,container){container=$(container);var maxElementsHeight=0;container.find(".entry").each(function(){var el=$(this);var height=el.show().height();if(height>maxElementsHeight){maxElementsHeight=height;
}});container.find(".content").css("height",maxElementsHeight+"px");container.find(".entry").hide();container.find(".entry:eq(0)").show();});var heightOfContainerOne=parseInt(this.element.find(".entries:eq(0) .content").css("height"));var heightOfContainerTwo=parseInt(this.element.find(".entries:eq(1) .content").css("height"));
if(heightOfContainerOne-heightOfContainerTwo>25){this.element.find(".entries:eq(1) .content").css("height",(Number(heightOfContainerOne)-25)+"px");}this.element.find(".trustpilot-review-indicator:eq(0)").addClass("current");$(".trustpilot-review-indicator",this.element).click($.proxy(function(e){var target=$(e.target);
if(!target.hasClass("current")&&!this.animationIsRunning){window.clearTimeout(this.restartIntervalId);window.clearInterval(this.intervalId);delete this.restartIntervalId;delete this.intervalId;this.rotate(Number(target.data("index")));this.restartIntervalId=window.setTimeout(function(){this.initTimer();
}.bind(this),10000);}},this));this.initTimer();this.element.find(".mouse-event-container").on("mouseover",function(){if(this.intervalId){window.clearInterval(this.intervalId);delete this.intervalId;}}.bind(this));this.element.find(".mouse-event-container").on("mouseout",function(){this.initTimer();}.bind(this));
$(window).on("blur",function(){if(this.intervalId){window.clearInterval(this.intervalId);delete this.intervalId;}}.bind(this));$(window).on("focus",function(){this.initTimer();}.bind(this));};this.initTimer=function(){if(!this.intervalId){this.intervalId=window.setInterval(function(){if(!this.animationIsRunning){this.rotate();
}}.bind(this),8800);}};this.init();};return this.each(function(options){new PlaceholderTrustpilotTemplate(this,options||{});});};$(document).ready(function(){$(".content-trustpilot-container").placeholderTrustpilotTemplate();});}
$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.lightboxContentAlldayHotline",{statics:{onComplete:function(lightbox,firstCall,instance){var productarea=$q("input#product-area").getValue();
if(firstCall){this._webservice=new WS_ContactService(this);this.lightbox=lightbox;$q(".sentnumber").on("click",function(e){e.preventDefault();var telefon=$q("input[name = 'telefon-input']").getValue();this._webservice.requestCallback(productarea,telefon);},this);$q("input[name = 'telefon-input']").on("click",function(e){this.errorCleanup();
},this);}else{var telefon=$q("input[name = 'telefon-input']").setValue("");this.errorCleanup();}this._webservice.getChannelCallbackStatus(productarea);},requestCallback:function(response){if(response.status==0&&typeof (response)==="object"){this.lightbox.getContent().find("div.whole-thing").addClass("hidden");
this.lightbox.getContent().find("div.success").removeClass("hidden");}else{this.errorHandling(response.status);}},errorHandling:function(status){if(status==100){this.lightbox.getContent().find("p.message-available").removeClass("hidden");}else{if(status==103){this.lightbox.getContent().find("p.message-valid").removeClass("hidden");
this.lightbox.getContent().find("div.both").addClass("error");this.lightbox.getContent().find("#telefon-input").addClass("error");}else{this.lightbox.getContent().find("p.message-other").removeClass("hidden");this.lightbox.getContent().find("div.both").addClass("error");this.lightbox.getContent().find("#telefon-input").addClass("error");
}}},errorCleanup:function(status){$q("div.both").removeClass("error");$q("#telefon-input").removeClass("error");this.lightbox.getContent().find("p.message-available").addClass("hidden");this.lightbox.getContent().find("p.message-other").addClass("hidden");this.lightbox.getContent().find("p.message-valid").addClass("hidden");
},getChannelCallbackStatus:function(response){if(response.status===0&&response.displayable){this.lightbox.getContent().find("div.whole-thing").removeClass("hidden");this.lightbox.getContent().find("div.success").addClass("hidden");}}}});$q.define("UNOUNO.lightbox.lightboxContentAlldayHotlineAccess",{statics:{onComplete:function(lightbox,firstCall,instance){var productarea=$q("input#product-area").getValue();
this.lightbox=lightbox;this.checkChatAvailable();this.checkChatAvailableInterval=window.setInterval(this.checkChatAvailable.bind(this),2000);if(firstCall){this._webservice=new WS_ContactService(this);$q(".sentnumber").on("click",function(e){e.preventDefault();var telefon=$q("input[name = 'telefon-input']").getValue();
this._webservice.requestCallback(productarea,telefon);},this);$q("input[name = 'telefon-input']").on("click",function(e){this.errorCleanup();},this);}else{var telefon=$q("input[name = 'telefon-input']").setValue("");this.errorCleanup();}this._webservice.getChannelCallbackStatus(productarea);},checkChatAvailable:function(){var chatElement=$q("#optiRealPersonContent.sticky-navigation-icon");
var lightboxContent=this.lightbox.getContent();if(chatElement.hasClass("text-online")||chatElement.hasClass("video-online")){lightboxContent.find("p.available").removeClass("hidden");lightboxContent.find("p.not-available").addClass("hidden");lightboxContent.find(".button-a2.optiRealPersonStatusLayerChat").addClass("show-button");
lightboxContent.find(".showroom_lightbox .infoteaser-container").removeClass("nochat");}else{lightboxContent.find("#lightboxchatbox").addClass("hidden");lightboxContent.find(".showroom_lightbox .infoteaser-container").addClass("nochat");}},onCleanUp:function(){window.clearInterval(this.checkChatAvailableInterval);
},requestCallback:function(response){if(response.status==0&&typeof (response)==="object"){this.lightbox.getContent().find("div.whole-thing").addClass("hidden");this.lightbox.getContent().find("div.success").removeClass("hidden");}else{this.errorHandling(response.status);}},errorHandling:function(status){if(status==100){this.lightbox.getContent().find("p.message-available").removeClass("hidden");
}else{if(status==103){this.lightbox.getContent().find("p.message-valid").removeClass("hidden");this.lightbox.getContent().find("div.both").addClass("error");this.lightbox.getContent().find("#telefon-input").addClass("error");}else{this.lightbox.getContent().find("p.message-other").removeClass("hidden");
this.lightbox.getContent().find("div.both").addClass("error");this.lightbox.getContent().find("#telefon-input").addClass("error");}}},errorCleanup:function(status){$q("div.both").removeClass("error");$q("#telefon-input").removeClass("error");this.lightbox.getContent().find("p.message-available").addClass("hidden");
this.lightbox.getContent().find("p.message-other").addClass("hidden");this.lightbox.getContent().find("p.message-valid").addClass("hidden");},getChannelCallbackStatus:function(response){if(response.status===0&&response.displayable){this.lightbox.getContent().find("div.whole-thing").removeClass("hidden");
this.lightbox.getContent().find("div.success").addClass("hidden");}}}});$q.define("UNOUNO.lightbox.domainsPriceOverviewList",{statics:{toggleDomainList:function(lightbox){var ctx=$q(lightbox.getContent());$q("li.tabs div.price-table-tab",ctx).forEach(function(tab){tab=$q(tab);tab.on("click",function(e){$q(".price-table-tab",ctx).removeClass("active");
$q("#table-content > div",ctx).addClass("hidden");tab.addClass("active");$q("#"+tab.getAttribute("id").split("tab-")[1]).removeClass("hidden");$q(".allDomains",ctx).hide();});});var toggleButton=$q(".toggle-domains",ctx);toggleButton.on("click",function(e){var target=$q(e.getTarget());if(!target.hasClass("toggle-domains")){target=target.getParents(".toggle-domains");
}target.toggleClass("expanded");if(target.hasClass("expanded")){$q(".domain-prices-row.hidden",ctx).addClass("was-hidden");$q(".domain-prices-row",ctx).removeClass("hidden");$q(".text-hide",ctx).show();$q(".text-show",ctx).hide();}else{$q(".domain-prices-row.was-hidden",ctx).addClass("hidden");$q(".text-show",ctx).show();
$q.setDocumentScrollTop($q(".domain-prices-list").getOffset().top);}$q(".toggle",target).toggleClass("hidden");});},onComplete:function(lightbox,firstCall,instance){if(firstCall){this.toggleDomainList(lightbox);}}}});$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);}}}});$q.define("UNOUNO.animation.responsiveLayout",{members:{container:null,cycleClasses:[],cycleTime:1000,activeClassIndex:0,animationTimer:null,userSelection:false,initializeClickEvents:function(){this.container.find("a[data-set]").forEach(function(link){$q(link).on("click",function(e){e.preventDefault();
this.userSelection=true;this.stop();this.container.removeClasses(this.cycleClasses);this.container.addClass($q(e.getTarget()).getData("set"));},this);},this);},stop:function(){window.clearInterval(this.animationTimer);},start:function(){if(!this.userSelection){this.animationTimer=window.setInterval(function(){this.toggleClasses();
}.bind(this),this.cycleTime);}},toggleClasses:function(){this.container.toggleClass(this.cycleClasses[this.activeClassIndex]);this.activeClassIndex=(++this.activeClassIndex%(this.cycleClasses.length));this.container.toggleClass(this.cycleClasses[this.activeClassIndex]);},initializeAutoStartEvent:function(){this.container.on("viewportVisibilityChange",function(e){if(e.visible){this.start();
}else{this.stop();}},this);}},construct:function(container,socialmediaboxProps){this.container=container;this.cycleClasses=socialmediaboxProps.classes;this.cycleTime=socialmediaboxProps.cycletime;this.initializeClickEvents();this.container.addClass(this.cycleClasses[this.activeClassIndex]);this.initializeAutoStartEvent();
}});$q.define("UNOUNO.lightbox.lightboxContentWebsiteBuilder",{statics:{onComplete:function(lightbox,firstCall,instance){$q(".responsive-layout",lightbox.getContent()).forEach(function(container){new UNOUNO.animation.responsiveLayout($q(container),{"classes":["tablet","smartphone","desktop"],"cycletime":3500});
});}}});$q.ready(function(){UNOUNO.components.lightboxes.init();});

$q.define("UNOUNO.components.webfontPrice",{extend:UNOUNO.components.webfontPrice,construct:function(price,configuration){this.base(arguments,price,configuration);},members:{_configuration:{currencyBefore:"$",thousandsSeparator:",",decimalSeparator:"."}}});
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");}}});

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