<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var wpAjaxUrl='https://www.pulsit.ch/wp-admin/admin-ajax.php';var flBuilderUrl='https://www.pulsit.ch/wp-content/plugins/bb-plugin/';var FLBuilderLayoutConfig={anchorLinkAnimations:{duration:1000,easing:'swing',offset:100},paths:{pluginUrl:'https://www.pulsit.ch/wp-content/plugins/bb-plugin/',wpAjaxUrl:'https://www.pulsit.ch/wp-admin/admin-ajax.php'},breakpoints:{small:834,medium:992,large:1200},waypoint:{offset:80},emptyColWidth:'0%'};(function($){if(typeof FLBuilderLayout!='undefined'){return;}
FLBuilderLayout={init:function(){FLBuilderLayout._destroy();FLBuilderLayout._initClasses();FLBuilderLayout._initBackgrounds();FLBuilderLayout._initRowShapeLayerHeight();if(0===$('.fl-builder-edit').length){FLBuilderLayout._initModuleAnimations();FLBuilderLayout._initAnchorLinks();FLBuilderLayout._initHash();FLBuilderLayout._initForms();FLBuilderLayout._reorderMenu();}
else{FLBuilderLayout._initNestedColsWidth();}},refreshGalleries:function(element){var $element='undefined'==typeof element?$('body'):$(element),mfContent=$element.find('.fl-mosaicflow-content'),wmContent=$element.find('.fl-gallery'),mfObject=null;if(mfContent){mfObject=mfContent.data('mosaicflow');if(mfObject){mfObject.columns=$([]);mfObject.columnsHeights=[];mfContent.data('mosaicflow',mfObject);mfContent.mosaicflow('refill');}}
if(wmContent){wmContent.trigger('refreshWookmark');}},refreshGridLayout:function(element){var $element='undefined'==typeof element?$('body'):$(element),msnryContent=$element.find('.masonry');if(msnryContent.length){msnryContent.masonry('layout');}},reloadSlider:function(content){var $content='undefined'==typeof content?$('body'):$(content);if($content.find('.bx-viewport &gt; div').length&gt;0){$.each($content.find('.bx-viewport &gt; div'),function(key,slider){setTimeout(function(){$(slider).data('bxSlider').reloadSlider();},100);});}},resizeAudio:function(element){var $element='undefined'==typeof element?$('body'):$(element),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio'),player=null,mejsPlayer=null,rail=null,railWidth=400;if(audioPlayers.length&amp;&amp;typeof mejs!=='undefined'){audioPlayers.each(function(){player=$(this);mejsPlayer=mejs.players[player.attr('id')];rail=player.find('.mejs-controls .mejs-time-rail');var innerMejs=player.find('.mejs-inner'),total=player.find('.mejs-controls .mejs-time-total');if(typeof mejsPlayer!=='undefined'){railWidth=Math.ceil(player.width()*0.8);if(innerMejs.length){rail.css('width',railWidth+'px!important');mejsPlayer.options.autosizeProgress=true;setTimeout(function(){mejsPlayer.setControlsSize();},50);player.find('.mejs-inner').css({visibility:'visible',height:'inherit'});}}});}},preloadAudio:function(element){var $element='undefined'==typeof element?$('body'):$(element),contentWrap=$element.closest('.fl-accordion-item'),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio');if(!contentWrap.hasClass('fl-accordion-item-active')&amp;&amp;audioPlayers.find('.mejs-inner').length){audioPlayers.find('.mejs-inner').css({visibility:'hidden',height:0});}},resizeSlideshow:function(){if(typeof YUI!=='undefined'){YUI().use('node-event-simulate',function(Y){Y.one(window).simulate("resize");});}},reloadGoogleMap:function(element){var $element='undefined'==typeof element?$('body'):$(element),googleMap=$element.find('iframe[src*="google.com/maps"]');if(googleMap.length){googleMap.attr('src',function(i,val){return val;});}},_destroy:function(){var win=$(window);win.off('scroll.fl-bg-parallax');win.off('resize.fl-bg-video');},_isTouch:function(){if(('ontouchstart'in window)||(window.DocumentTouch&amp;&amp;document instanceof DocumentTouch)){return true;}
return false;},_isMobile:function(){return/Mobile|Android|Silk\/|Kindle|BlackBerry|Opera Mini|Opera Mobi|webOS/i.test(navigator.userAgent);},_initClasses:function(){var body=$('body'),ua=navigator.userAgent;if(!body.hasClass('archive')&amp;&amp;$('.fl-builder-content-primary').length&gt;0){body.addClass('fl-builder');}
if(FLBuilderLayout._isTouch()){body.addClass('fl-builder-touch');}
if(FLBuilderLayout._isMobile()){body.addClass('fl-builder-mobile');}
if($(window).width()&lt;FLBuilderLayoutConfig.breakpoints.small){body.addClass('fl-builder-breakpoint-small');}
if($(window).width()&gt;FLBuilderLayoutConfig.breakpoints.small&amp;&amp;$(window).width()&lt;FLBuilderLayoutConfig.breakpoints.medium){body.addClass('fl-builder-breakpoint-medium');}
if($(window).width()&gt;FLBuilderLayoutConfig.breakpoints.medium&amp;&amp;$(window).width()&lt;FLBuilderLayoutConfig.breakpoints.large){body.addClass('fl-builder-breakpoint-large');}
if($(window).width()&gt;FLBuilderLayoutConfig.breakpoints.large){body.addClass('fl-builder-breakpoint-default');}
if(ua.indexOf('Trident/7.0')&gt;-1&amp;&amp;ua.indexOf('rv:11.0')&gt;-1){body.addClass('fl-builder-ie-11');}},_initBackgrounds:function(){var win=$(window);if($('.fl-row-bg-parallax').length&gt;0&amp;&amp;!FLBuilderLayout._isMobile()){FLBuilderLayout._scrollParallaxBackgrounds();FLBuilderLayout._initParallaxBackgrounds();win.on('resize.fl-bg-parallax',FLBuilderLayout._initParallaxBackgrounds);win.on('scroll.fl-bg-parallax',FLBuilderLayout._scrollParallaxBackgrounds);}
if($('.fl-bg-video').length&gt;0){FLBuilderLayout._initBgVideos();FLBuilderLayout._resizeBgVideos();var resizeBGTimer=null;win.on('resize.fl-bg-video',function(e){clearTimeout(resizeBGTimer);resizeBGTimer=setTimeout(function(){FLBuilderLayout._resizeBgVideos(e);},100);});}},_initParallaxBackgrounds:function(){$('.fl-row-bg-parallax').each(FLBuilderLayout._initParallaxBackground);},_initParallaxBackground:function(){var row=$(this),content=row.find('&gt; .fl-row-content-wrap'),winWidth=$(window).width(),screenSize='',imageSrc={default:'',medium:'',responsive:'',};imageSrc.default=row.data('parallax-image')||'';imageSrc.medium=row.data('parallax-image-medium')||imageSrc.default;imageSrc.responsive=row.data('parallax-image-responsive')||imageSrc.medium;if(winWidth&gt;FLBuilderLayoutConfig.breakpoints.medium){screenSize='default';}else if(winWidth&gt;FLBuilderLayoutConfig.breakpoints.small&amp;&amp;winWidth&lt;=FLBuilderLayoutConfig.breakpoints.medium){screenSize='medium';}else if(winWidth&lt;=FLBuilderLayoutConfig.breakpoints.small){screenSize='responsive';}
content.css('background-image','url('+imageSrc[screenSize]+')');row.data('current-image-loaded',screenSize);},_scrollParallaxBackgrounds:function(){$('.fl-row-bg-parallax').each(FLBuilderLayout._scrollParallaxBackground);},_scrollParallaxBackground:function(){var win=$(window),row=$(this),content=row.find('&gt; .fl-row-content-wrap'),speed=row.data('parallax-speed'),offset=content.offset(),yPos=-((win.scrollTop()-offset.top)/ speed),initialOffset=(row.data('parallax-offset')!=null)?row.data('parallax-offset'):0,totalOffset=yPos-initialOffset;content.css('background-position','center '+totalOffset+'px');},_initBgVideos:function(){$('.fl-bg-video').each(FLBuilderLayout._initBgVideo);},_initBgVideo:function(){var wrap=$(this),width=wrap.data('width'),height=wrap.data('height'),mp4=wrap.data('mp4'),youtube=wrap.data('youtube'),vimeo=wrap.data('vimeo'),mp4Type=wrap.data('mp4-type'),webm=wrap.data('webm'),webmType=wrap.data('webm-type'),fallback=wrap.data('fallback'),loaded=wrap.data('loaded'),videoMobile=wrap.data('video-mobile'),fallbackTag='',videoTag=null,mp4Tag=null,webmTag=null;if(loaded){return;}
videoTag=$('&lt;video autoplay loop muted playsinline&gt;&lt;/video&gt;');if('undefined'!=typeof fallback&amp;&amp;''!=fallback){videoTag.attr('poster','data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7')
videoTag.css({backgroundImage:'url("'+fallback+'")',backgroundColor:'transparent',backgroundRepeat:'no-repeat',backgroundSize:'cover',backgroundPosition:'center center',})}
if('undefined'!=typeof mp4&amp;&amp;''!=mp4){mp4Tag=$('&lt;source /&gt;');mp4Tag.attr('src',mp4);mp4Tag.attr('type',mp4Type);videoTag.append(mp4Tag);}
if('undefined'!=typeof webm&amp;&amp;''!=webm){webmTag=$('&lt;source /&gt;');webmTag.attr('src',webm);webmTag.attr('type',webmType);videoTag.append(webmTag);}
if(!FLBuilderLayout._isMobile()||(FLBuilderLayout._isMobile()&amp;&amp;"yes"==videoMobile)){if('undefined'!=typeof youtube){FLBuilderLayout._initYoutubeBgVideo.apply(this);}
else if('undefined'!=typeof vimeo){FLBuilderLayout._initVimeoBgVideo.apply(this);}
else{wrap.append(videoTag);}}
else{videoTag.attr('src','')
wrap.append(videoTag);}
wrap.data('loaded',true);},_initYoutubeBgVideo:function(){var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),startTime='undefined'!==typeof playerWrap.data('start')?playerWrap.data('start'):0,startTime='undefined'!==typeof playerWrap.data('t')&amp;&amp;startTime===0?playerWrap.data('t'):startTime,endTime='undefined'!==typeof playerWrap.data('end')?playerWrap.data('end'):0,loop='undefined'!==typeof playerWrap.data('loop')?playerWrap.data('loop'):1,stateCount=0,player,fallback_showing;if(videoId){fallback=playerWrap.data('fallback')||false
if(fallback){playerWrap.find('iframe').remove()
fallbackTag=$('&lt;div&gt;&lt;/div&gt;');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+playerWrap.data('fallback')+')');fallbackTag.css('background-size','cover');fallbackTag.css('transition','background-image 1s')
playerWrap.append(fallbackTag);fallback_showing=true;}
FLBuilderLayout._onYoutubeApiReady(function(YT){setTimeout(function(){player=new YT.Player(videoPlayer[0],{videoId:videoId,events:{onReady:function(event){if("no"===enableAudio||FLBuilderLayout._isMobile()){event.target.mute();}
else if("yes"===enableAudio&amp;&amp;event.target.isMuted){event.target.unMute();}
playerWrap.data('YTPlayer',player);FLBuilderLayout._resizeYoutubeBgVideo.apply(playerWrap);event.target.playVideo();if(audioButton.length&gt;0&amp;&amp;!FLBuilderLayout._isMobile()){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}},onStateChange:function(event){if(event.data===1){if(fallback_showing){$('.fl-bg-video-fallback').css('background-image','url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)')}}
if(stateCount&lt;4){stateCount++;}
if(stateCount&gt;1&amp;&amp;(-1===event.data||2===event.data)&amp;&amp;"yes"===enableAudio){player.mute();player.playVideo();audioButton.show();}
if(event.data===YT.PlayerState.ENDED&amp;&amp;1===loop){if(startTime&gt;0){player.seekTo(startTime);}
else{player.playVideo();}}},onError:function(event){console.info('YT Error: '+event.data)
FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)}},playerVars:{playsinline:FLBuilderLayout._isMobile()?1:0,controls:0,showinfo:0,rel:0,start:startTime,end:endTime,}});},1);});}},_onErrorYoutubeVimeo:function(playerWrap){fallback=playerWrap.data('fallback')||false
if(!fallback){return false;}
playerWrap.find('iframe').remove()
fallbackTag=$('&lt;div&gt;&lt;/div&gt;');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+playerWrap.data('fallback')+')');playerWrap.append(fallbackTag);},_onYoutubeApiReady:function(callback){if(window.YT&amp;&amp;YT.loaded){callback(YT);}else{setTimeout(function(){FLBuilderLayout._onYoutubeApiReady(callback);},350);}},_initVimeoBgVideo:function(){var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),player,width=playerWrap.outerWidth(),ua=navigator.userAgent;if(typeof Vimeo!=='undefined'&amp;&amp;videoId){player=new Vimeo.Player(videoPlayer[0],{id:videoId,loop:true,title:false,portrait:false,background:true,autopause:false,muted:true});playerWrap.data('VMPlayer',player);if("no"===enableAudio){player.setVolume(0);}
else if("yes"===enableAudio){if(ua.indexOf("Safari")&gt;-1||ua.indexOf("Chrome")&gt;-1||ua.indexOf("Firefox")&gt;-1){player.setVolume(0);audioButton.show();}
else{player.setVolume(1);}}
player.play().catch(function(error){FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)});if(audioButton.length&gt;0){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}}},_toggleBgVideoAudio:function(e){var player=e.data.player,control=e.data.button.find('.fl-audio-control');if(control.hasClass('fa-volume-off')){control.removeClass('fa-volume-off').addClass('fa-volume-up');e.data.button.find('.fa-times').hide();if('function'===typeof player.unMute){player.unMute();}
else{player.setVolume(1);}}
else{control.removeClass('fa-volume-up').addClass('fa-volume-off');e.data.button.find('.fa-times').show();if('function'===typeof player.unMute){player.mute();}
else{player.setVolume(0);}}},_videoBgSourceError:function(e){var source=$(e.target),wrap=source.closest('.fl-bg-video'),vid=wrap.find('video'),fallback=wrap.data('fallback'),fallbackTag='';source.remove();if(vid.find('source').length){return;}else if(''!==fallback){fallbackTag=$('&lt;div&gt;&lt;/div&gt;');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+fallback+')');wrap.append(fallbackTag);vid.remove();}},_resizeBgVideos:function(){$('.fl-bg-video').each(function(){FLBuilderLayout._resizeBgVideo.apply(this);if($(this).parent().find('img').length&gt;0){$(this).parent().imagesLoaded($.proxy(FLBuilderLayout._resizeBgVideo,this));}});},_resizeBgVideo:function(){if(0===$(this).find('video').length&amp;&amp;0===$(this).find('iframe').length){return;}
var wrap=$(this),wrapHeight=wrap.outerHeight(),wrapWidth=wrap.outerWidth(),vid=wrap.find('video'),vidHeight=wrap.data('height'),vidWidth=wrap.data('width'),newWidth=wrapWidth,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newLeft=0,newTop=0,iframe=wrap.find('iframe'),isRowFullHeight=$(this).closest('.fl-row-bg-video').hasClass('fl-row-full-height'),vidCSS={top:'50%',left:'50%',transform:'translate(-50%,-50%)',};if(vid.length){if(vidHeight===''||typeof vidHeight==='undefined'||vidWidth===''||typeof vidWidth==='undefined'){vid.css({'left':'0px','top':'0px','width':newWidth+'px'});vid.on('loadedmetadata',FLBuilderLayout._resizeOnLoadedMeta);return;}
if(!isRowFullHeight){if(newHeight&lt;wrapHeight){newHeight=wrapHeight;newLeft=-((newWidth-wrapWidth)/ 2);newWidth=vidHeight?Math.round(vidWidth*wrapHeight/vidHeight):newWidth;}
else{newTop=-((newHeight-wrapHeight)/2);}
vidCSS={left:newLeft+'px',top:newTop+'px',height:newHeight+'px',width:newWidth+'px',}}
vid.css(vidCSS);}
else if(iframe.length){if(typeof wrap.data('youtube')!=='undefined'){FLBuilderLayout._resizeYoutubeBgVideo.apply(this);}}},_resizeOnLoadedMeta:function(){var video=$(this),wrapHeight=video.parent().outerHeight(),wrapWidth=video.parent().outerWidth(),vidWidth=video[0].videoWidth,vidHeight=video[0].videoHeight,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newWidth=wrapWidth,newLeft=0,newTop=0;if(newHeight&lt;wrapHeight){newHeight=wrapHeight;newWidth=Math.round(vidWidth*wrapHeight/vidHeight);newLeft=-((newWidth-wrapWidth)/2);}
else{newTop=-((newHeight-wrapHeight)/2);}
video.parent().data('width',vidWidth);video.parent().data('height',vidHeight);video.css({'left':newLeft+'px','top':newTop+'px','width':newWidth+'px','height':newHeight+'px'});},_resizeYoutubeBgVideo:function(){var wrap=$(this),wrapWidth=wrap.outerWidth(),wrapHeight=wrap.outerHeight(),player=wrap.data('YTPlayer'),video=player?player.getIframe():null,aspectRatioSetting='16:9',aspectRatioArray=aspectRatioSetting.split(':'),aspectRatio=aspectRatioArray[0]/ aspectRatioArray[1],ratioWidth=wrapWidth / aspectRatio,ratioHeight=wrapHeight*aspectRatio,isWidthFixed=wrapWidth / wrapHeight&gt;aspectRatio,width=isWidthFixed?wrapWidth:ratioHeight,height=isWidthFixed?ratioWidth:wrapHeight;if(video){$(video).width(width).height(height);}},_initModuleAnimations:function(){if(typeof jQuery.fn.waypoint!=='undefined'){$('.fl-animation').each(function(){var node=$(this),nodeTop=node.offset().top,winHeight=$(window).height(),bodyHeight=$('body').height(),waypoint=FLBuilderLayoutConfig.waypoint,offset='80%';if(typeof waypoint.offset!==undefined){offset=FLBuilderLayoutConfig.waypoint.offset+'%';}
if(bodyHeight-nodeTop&lt;winHeight*0.2){offset='100%';}
node.waypoint({offset:offset,handler:FLBuilderLayout._doModuleAnimation});});}},_doModuleAnimation:function(){var module='undefined'==typeof this.element?$(this):$(this.element),delay=parseFloat(module.data('animation-delay')),duration=parseFloat(module.data('animation-duration'));if(!isNaN(duration)){module.css('animation-duration',duration+'s');}
if(!isNaN(delay)&amp;&amp;delay&gt;0){setTimeout(function(){module.addClass('fl-animated');},delay*1000);}else{setTimeout(function(){module.addClass('fl-animated');},1);}},_initHash:function(){var hash=window.location.hash.replace('#','').split('/').shift(),element=null,tabs=null,responsiveLabel=null,tabIndex=null,label=null;if(''!==hash){try{element=$('#'+hash);if(element.length&gt;0){if(element.hasClass('fl-accordion-item')){setTimeout(function(){element.find('.fl-accordion-button').trigger('click');},100);}
if(element.hasClass('fl-tabs-panel')){setTimeout(function(){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');label[0].click();FLBuilderLayout._scrollToElement(element);},100);}}}
catch(e){}}},_initAnchorLinks:function(){$('a').each(FLBuilderLayout._initAnchorLink);},_initAnchorLink:function(){var link=$(this),href=link.attr('href'),loc=window.location,id=null,element=null,flNode=false;if('undefined'!=typeof href&amp;&amp;href.indexOf('#')&gt;-1&amp;&amp;link.closest('svg').length&lt;1){if(loc.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&amp;&amp;loc.hostname==this.hostname){try{id=href.split('#').pop();if(!id){return;}
element=$('#'+id);if(element.length&gt;0){flNode=element.hasClass('fl-row')||element.hasClass('fl-col')||element.hasClass('fl-module');if(!element.hasClass('fl-no-scroll')&amp;&amp;(link.hasClass('fl-scroll-link')||flNode)){$(link).on('click',FLBuilderLayout._scrollToElementOnLinkClick);}
if(element.hasClass('fl-accordion-item')){$(link).on('click',FLBuilderLayout._scrollToAccordionOnLinkClick);}
if(element.hasClass('fl-tabs-panel')){$(link).on('click',FLBuilderLayout._scrollToTabOnLinkClick);}}}
catch(e){}}}},_scrollToElementOnLinkClick:function(e,callback){var element=$('#'+$(this).attr('href').split('#').pop());FLBuilderLayout._scrollToElement(element,callback);e.preventDefault();},_scrollToElement:function(element,callback){var config=FLBuilderLayoutConfig.anchorLinkAnimations,dest=0,win=$(window),doc=$(document);if(element.length&gt;0){if('fixed'===element.css('position')||'fixed'===element.parent().css('position')){dest=element.position().top;}
else if(element.offset().top&gt;doc.height()-win.height()){dest=doc.height()-win.height();}
else{dest=element.offset().top-config.offset;}
$('html, body').animate({scrollTop:dest},config.duration,config.easing,function(){if('undefined'!=typeof callback){callback();}
if(undefined!=element.attr('id')){if(history.pushState){history.pushState(null,null,'#'+element.attr('id'));}
else{window.location.hash=element.attr('id');}}});}},_scrollToAccordionOnLinkClick:function(e){var element=$('#'+$(this).attr('href').split('#').pop());if(element.length&gt;0){var callback=function(){if(element){element.find('.fl-accordion-button').trigger('click');element=false;}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}},_scrollToTabOnLinkClick:function(e){var element=$('#'+$(this).attr('href').split('#').pop()),tabs=null,label=null,responsiveLabel=null;if(element.length&gt;0){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');if(responsiveLabel.is(':visible')){var callback=function(){if(element){responsiveLabel.trigger($.Event('click',{which:1}));}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}
else{label[0].click();FLBuilderLayout._scrollToElement(element);}
e.preventDefault();}},_initForms:function(){if(!FLBuilderLayout._hasPlaceholderSupport){$('.fl-form-field input').each(FLBuilderLayout._initFormFieldPlaceholderFallback);}
$('.fl-form-field input').on('focus',FLBuilderLayout._clearFormFieldError);},_hasPlaceholderSupport:function(){var input=document.createElement('input');return'undefined'!=input.placeholder;},_initFormFieldPlaceholderFallback:function(){var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if('undefined'!=placeholder&amp;&amp;''===val){field.val(placeholder);field.on('focus',FLBuilderLayout._hideFormFieldPlaceholderFallback);field.on('blur',FLBuilderLayout._showFormFieldPlaceholderFallback);}},_hideFormFieldPlaceholderFallback:function(){var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(val==placeholder){field.val('');}},_showFormFieldPlaceholderFallback:function(){var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(''===val){field.val(placeholder);}},_clearFormFieldError:function(){var field=$(this);field.removeClass('fl-form-error');field.siblings('.fl-form-error-message').hide();},_initRowShapeLayerHeight:function(){FLBuilderLayout._adjustRowShapeLayerHeight();$(window).on('resize',FLBuilderLayout._adjustRowShapeLayerHeight);},_initNestedColsWidth:function(){var nestedCols=$('.fl-col-has-cols');if(nestedCols.length&lt;=0){return;}
$(nestedCols).each(function(index,col){if($(col).width()&lt;=0){$(col).css('width',FLBuilderLayoutConfig.emptyColWidth);}});},_adjustRowShapeLayerHeight:function(){var rowShapeLayers=$('.fl-builder-shape-layer');$(rowShapeLayers).each(function(index){var rowShapeLayer=$(this),shape=$(rowShapeLayer).find('svg'),height=shape.height(),excludeShapes='.fl-builder-shape-circle, .fl-builder-shape-dot-cluster, .fl-builder-shape-topography, .fl-builder-shape-rect';if(!rowShapeLayer.is(excludeShapes)){$(shape).css('height',Math.ceil(height));}});},_string_to_slug:function(str){str=str.replace(/^\s+|\s+$/g,'');if('undefined'==typeof window._fl_string_to_slug_regex){regex=new RegExp('[^a-zA-Z0-9\'":() !.,-_|]','g');}else{regex=new RegExp('[^'+window._fl_string_to_slug_regex+'\'":\(\) !.,-_|\\\p{Letter}]','ug');}
str=str.replace(regex,'').replace(/\s+/g,' ');return str;},_reorderMenu:function(){if($('#wp-admin-bar-fl-builder-frontend-edit-link-default li').length&gt;1){$('#wp-admin-bar-fl-builder-frontend-duplicate-link').appendTo('#wp-admin-bar-fl-builder-frontend-edit-link-default').css('padding-top','5px').css('border-top','2px solid #1D2125').css('margin-top','5px')}}};$(function(){FLBuilderLayout.init();});})(jQuery);;;window.onLoadPPGoogleMap=function(){};(function($){PPGoogleMap=function(settings){this.id=settings.id;this.nodeClass='.fl-node-'+this.id;this.mapElement=$(this.nodeClass).find('.pp-google-map');this.mapObjects={};this.scrollZoom=settings.scrollZoom;this.dragging=settings.dragging;this.streetView=settings.streetView;this.zoomControl=settings.zoomControl;this.fullscreenControl=settings.fullscreenControl;this.mapType=settings.mapType;this.mapTypeControl=settings.mapTypeControl;this.markerAnimation=settings.markerAnimation;this.mapSkin=settings.mapSkin;this.mapStyleCode=(''!=settings.mapStyleCode)?JSON.parse(settings.mapStyleCode):'';this.isBuilderActive=settings.isBuilderActive;this.markerData=settings.markerData;this.markerName=settings.markerName;this.markerPoint=settings.markerPoint;this.markerImage=settings.markerImage;this.markerImageWidth=settings.markerImageWidth;this.markerImageHeight=settings.markerImageHeight;this.markerLinks=settings.markerLinks;this.infoWindowText=settings.infoWindowText;this.enableInfo=settings.enableInfo;this.zoomType=settings.zoomType;this.maxZoom=settings.maxZoom;this.mapZoom=settings.mapZoom;this.hideTooltip=settings.hideTooltip;this.settings=settings;if('undefined'===typeof google&amp;&amp;$('#pp-google-map-js').length===0){this._initApi();}else{setTimeout(function(){this._init();}.bind(this),1000);}}
PPGoogleMap.prototype={_initApi:function(){var d=document,s='script',id='pp-google-map';var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.async=true;js.src=this.settings.apiUrl;fjs.parentNode.insertBefore(js,fjs);setTimeout(function(){this._init();}.bind(this),1000);},_init:function(){if(typeof this.markerData[0]==='undefined'){return false;}
var lat=this.markerData[0]['latitude'],long=this.markerData[0]['longitude'];this.latlng=new google.maps.LatLng(lat,long);this.mapOptions={zoom:this.mapZoom,center:this.latlng,mapTypeId:this.mapType,mapTypeControl:this.mapTypeControl,streetViewControl:this.streetView,zoomControl:this.zoomControl,fullscreenControl:this.fullscreenControl,gestureHandling:this.scrollZoom,styles:this.mapStyleCode,draggable:($(document).width()&gt;641)?true:this.dragging,gestureHandling:this.scrollZoom,}
if(this.maxZoom&amp;&amp;!isNaN(parseInt(this.maxZoom))){this.mapOptions.maxZoom=this.maxZoom;}
if('drop'==this.markerAnimation){this.markerAnimation=google.maps.Animation.DROP;}else if('bounce'==this.markerAnimation){this.markerAnimation=google.maps.Animation.BOUNCE;}else{this.markerAnimation='';}
if(typeof this.mapElement[0]==='undefined'){return false;}
this.mapObjects={map:new google.maps.Map(this.mapElement[0],this.mapOptions),markers:[],infoWindows:[]};google.maps.event.addListenerOnce(this.mapObjects.map,'idle',function(){document.getElementsByTagName('iframe')[0].title='Map';});this._initMarkers();},_initMarkers:function(){var bounds=new google.maps.LatLngBounds();for(i=0;i&lt;this.markerData.length;i++){var icon='',lat=this.markerData[i]['latitude'],lng=this.markerData[i]['longitude'],title=this.markerName[i],icon_type=this.markerPoint[i],icon_url=this.markerImage[i],icon_width=this.markerImageWidth[i],icon_height=this.markerImageHeight[i],link='undefined'!==typeof this.markerLinks?this.markerLinks[i]:[''];if(lat!=''&amp;&amp;lng!=''){if('custom'===icon_type){icon={url:icon_url};if(''!==icon_width&amp;&amp;''!==icon_height){icon['scaledSize']=new google.maps.Size(icon_width,icon_height);icon['origin']=new google.maps.Point(0,0);}}
if('auto'===this.zoomType){var loc=new google.maps.LatLng(lat,lng);bounds.extend(loc);this.mapObjects.map.fitBounds(bounds);}
var marker=new google.maps.Marker({position:new google.maps.LatLng(lat,lng),map:this.mapObjects.map,title:title,icon:icon,animation:this.markerAnimation,url:link});this.mapObjects.markers.push(marker);if('yes'!=this.enableInfo[i]&amp;&amp;''!==link[0]){google.maps.event.addListener(marker,'click',function(){window.open(this.url[0],this.url[1]);});}
this._initInfoWindow(marker,i);}}
if('undefined'!==typeof MarkerClusterer){var markerCluster=new MarkerClusterer(this.mapObjects.map,this.mapObjects.markers,{imagePath:this.settings.markerClusterImagesURL});}},_initInfoWindow:function(marker,index){var infoWin=new google.maps.InfoWindow();var infoWinText=this.infoWindowText[index];if(''!=infoWinText&amp;&amp;'yes'==this.enableInfo[index]){var contentString='&lt;div class="pp-infowindow-content"&gt;';contentString+=infoWinText;contentString+='&lt;/div&gt;';var infoWin=new google.maps.InfoWindow({content:contentString,});infoWin.open(this.mapObjects.map,marker);}
google.maps.event.addListener(this.mapObjects.map,'click',(function(infowindow){return function(){infowindow.close();}})(infoWin));if('yes'===this.hideTooltip){infoWin.close();};if(''!=infoWinText&amp;&amp;'yes'==this.enableInfo[index]){var self=this;google.maps.event.addListener(marker,'click',(function(marker,i){return function(){var contentString='&lt;div class="pp-infowindow-content"&gt;';contentString+=self.infoWindowText[i];contentString+='&lt;/div&gt;';infoWin.setContent(contentString);infoWin.open(self.mapObjects.map,marker);}})(marker,index));}
this.mapObjects.infoWindows.push(infoWin);},_autoZoom:function(){var map=this.mapObjects.map;for(i=0;i&lt;this.markerData.length;i++){var lat=this.markerData[i]['latitude'],lng=this.markerData[i]['longitude'];if(lat!=''&amp;&amp;lng!=''){var latlng=[new google.maps.LatLng(lat,lng),];}}
var latlngbounds=new google.maps.LatLngBounds();for(var i=0;i&lt;latlng.length;i++){latlngbounds.extend(latlng[i]);}
map.fitBounds(latlngbounds);}}})(jQuery);(function($){var markerData=[],markerName=[],position=[],markerPoint=[],markerImage=[],infoWindowText=[],enableInfo=[];var options=$.extend({id:'5eac34db7d2e3',apiUrl:'https://maps.googleapis.com/maps/api/js?key=AIzaSyDQB0q8be0OJYLHIcEtXrq0heJ10QLJnjM&amp;callback=bb_powerpack.callback',scrollZoom:'auto',dragging:false,streetView:true,mapTypeControl:false,zoomControl:true,fullscreenControl:true,mapType:'roadmap',zoomType:'custom',maxZoom:false,mapZoom:16,markerAnimation:'drop',markerClustering:true,markerClusterImagesURL:'https://www.pulsit.ch/wp-content/plugins/bbpowerpack/modules/pp-google-map/markerclusterer/images/m',mapSkin:'custom',mapStyleCode:'[{"featureType": "all","elementType": "geometry.fill","stylers": [{"weight": "2.00"}]},{"featureType": "all","elementType": "geometry.stroke","stylers": [{"color": "#9c9c9c"}]},{"featureType": "all","elementType": "labels.text","stylers": [{"visibility": "on"}]},{"featureType": "landscape","elementType": "all","stylers": [{"color": "#f2f2f2"}]},{"featureType": "landscape","elementType": "geometry.fill","stylers": [{"color": "#ffffff"}]},{"featureType": "landscape.man_made","elementType": "geometry.fill","stylers": [{"color": "#f1f2f2"}]},{"featureType": "poi","elementType": "all","stylers": [{"visibility": "off"}]},{"featureType": "road","elementType": "all","stylers": [{"saturation": -100},{"lightness": 45}]},{"featureType": "road","elementType": "geometry.fill","stylers": [{"color": "#eeeeee"}]},{"featureType": "road","elementType": "labels.text.fill","stylers": [{"color": "#7b7b7b"}]},{"featureType": "road","elementType": "labels.text.stroke","stylers": [{"color": "#ffffff"}]},{"featureType": "road.highway","elementType": "all","stylers": [{"visibility": "simplified"}]},{"featureType": "road.arterial","elementType": "labels.icon","stylers": [{"visibility": "off"}]},{"featureType": "transit","elementType": "all","stylers": [{"visibility": "on"}]},{"featureType": "water","elementType": "all","stylers": [{"color": "#608eb6"},{"visibility": "on"}]},{"featureType": "water","elementType": "geometry.fill","stylers": [{"color": "#608eb6"}]},{"featureType": "water","elementType": "labels.text.fill","stylers": [{"color": "#608eb6"}]},{"featureType": "water","elementType": "labels.text.stroke","stylers": [{"color": "#608eb6"}]}]',isBuilderActive:false,hideTooltip:'no',},{"markerData":[{"latitude":"47.426220","longitude":"8.362510"}],"markerName":["Rotzenb\u00fchlstrasse 55, 8957 Spreitenbach, Switzerland"],"markerPoint":["custom"],"markerImage":["https:\/\/www.pulsit.ch\/wp-content\/uploads\/2020\/05\/marker3.png"],"infoWindowText":["&lt;p&gt;Rotzenb\u00fchlstrasse 55, 8957 Spreitenbach, Switzerland&lt;\/p&gt;"],"enableInfo":["no"],"markerImageWidth":[""],"markerImageHeight":[""],"markerLinks":[["","_self"]]});if('undefined'===typeof window['pp_map_5eac34db7d2e3']||!window['pp_map_5eac34db7d2e3']instanceof PPGoogleMap){window['pp_map_5eac34db7d2e3']='';}
window['pp_map_5eac34db7d2e3']=new PPGoogleMap(options);})(jQuery);;(function($){if($(window).width()&lt;=768&amp;&amp;$(window).width()&gt;=481){$('.fl-node-5ea66cfb50466 .pp-heading-separator, .fl-node-5ea66cfb50466 .pp-heading').removeClass('pp-center');$('.fl-node-5ea66cfb50466 .pp-heading-separator, .fl-node-5ea66cfb50466 .pp-heading').addClass('pp-tablet-');}
if($(window).width()&lt;=480){$('.fl-node-5ea66cfb50466 .pp-heading-separator, .fl-node-5ea66cfb50466 .pp-heading').removeClass('pp-center');$('.fl-node-5ea66cfb50466 .pp-heading-separator, .fl-node-5ea66cfb50466 .pp-heading').addClass('pp-mobile-');}})(jQuery);(function($){if($(window).width()&lt;=768&amp;&amp;$(window).width()&gt;=481){$('.fl-node-5eb410c743113 .pp-heading-separator, .fl-node-5eb410c743113 .pp-heading').removeClass('pp-center');$('.fl-node-5eb410c743113 .pp-heading-separator, .fl-node-5eb410c743113 .pp-heading').addClass('pp-tablet-');}
if($(window).width()&lt;=480){$('.fl-node-5eb410c743113 .pp-heading-separator, .fl-node-5eb410c743113 .pp-heading').removeClass('pp-center');$('.fl-node-5eb410c743113 .pp-heading-separator, .fl-node-5eb410c743113 .pp-heading').addClass('pp-mobile-');}})(jQuery);(function($){if($(window).width()&lt;=768&amp;&amp;$(window).width()&gt;=481){$('.fl-node-5ea66cfb50467 .pp-heading-separator, .fl-node-5ea66cfb50467 .pp-heading').removeClass('pp-center');$('.fl-node-5ea66cfb50467 .pp-heading-separator, .fl-node-5ea66cfb50467 .pp-heading').addClass('pp-tablet-');}
if($(window).width()&lt;=480){$('.fl-node-5ea66cfb50467 .pp-heading-separator, .fl-node-5ea66cfb50467 .pp-heading').removeClass('pp-center');$('.fl-node-5ea66cfb50467 .pp-heading-separator, .fl-node-5ea66cfb50467 .pp-heading').addClass('pp-mobile-');}})(jQuery);if(window.CONTENT_BLOCKER_SKIP_THIS_INLINE_SCRIPT){};</pre></body></html>