// source --> https://weinlokal-elisabethenquelle.de/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fusion_maps.js?ver=2.2.2 
!function(e,s,t,o){"use strict";var n="fusion_maps",i={addresses:{},address_pin:!0,animations:!0,delay:10,infobox_background_color:!1,infobox_styling:"default",infobox_text_color:!1,map_style:"default",map_type:"roadmap",marker_icon:!1,overlay_color:!1,overlay_color_hsl:{},pan_control:!0,show_address:!0,scale_control:!0,scrollwheel:!0,zoom:9,zoom_control:!0};function a(s,t){this.element=s,this.settings=e.extend({},i,t),this._defaults=i,this._name=n,this.geocoder=new google.maps.Geocoder,this.next_address=0,this.infowindow=new google.maps.InfoWindow,this.markers=[],this.query_sent=!1,this.last_cache_index="none",this.bounds=new google.maps.LatLngBounds,this.init()}e.extend(a.prototype,{init:function(){var e,s,t,o={zoom:this.settings.zoom,mapTypeId:this.settings.map_type,scrollwheel:this.settings.scrollwheel,scaleControl:this.settings.scale_control,panControl:this.settings.pan_control,zoomControl:this.settings.zoom_control},n=this;this.settings.scrollwheel||(o.gestureHandling="cooperative",delete o.scrollwheel),this.settings.address_pin||(this.settings.addresses=[this.settings.addresses[0]]),jQuery.each(this.settings.addresses,function(e){!1===this.cache&&(n.last_cache_index=e)}),this.settings.addresses[0].coordinates&&(e=new google.maps.LatLng(this.settings.addresses[0].latitude,this.settings.addresses[0].longitude),o.center=e),this.map=new google.maps.Map(this.element,o),this.settings.overlay_color&&"custom"===this.settings.map_style&&(s=[{stylers:[{hue:this.settings.overlay_color},{lightness:2*this.settings.overlay_color_hsl.lum-100},{saturation:2*this.settings.overlay_color_hsl.sat-100}]},{featureType:"road",elementType:"geometry",stylers:[{visibility:"simplified"}]},{featureType:"road",elementType:"labels"}],this.map.setOptions({styles:s})),t=google.maps.event.addListener(this.map,"bounds_changed",function(){var e=new google.maps.LatLng(n.settings.addresses[0].latitude,n.settings.addresses[0].longitude);n.map.setZoom(n.settings.zoom),n.map.setCenter(e),google.maps.event.removeListener(t)}),this.next_geocode_request()},geocode_address:function(e,s){var t,o,n,i,a,d=this,r=!0;"object"==typeof e&&!1===e.cache?(r=!1,o=!0===e.coordinates?{latLng:t=new google.maps.LatLng(e.latitude,e.longitude)}:{address:e.address},this.geocoder.geocode(o,function(o,n){var i,a,l,g;n===google.maps.GeocoderStatus.OK?(!0===e.coordinates?(l=t,i=jQuery.trim(e.latitude),a=jQuery.trim(e.longitude)):(i=(l=o[0].geometry.location).lat(),a=l.lng()),d.settings.addresses[s].latitude=i,d.settings.addresses[s].longitude=a,!0===e.coordinates&&""===e.infobox_content&&(e.geocoded_address=o[0].formatted_address),1!==d.next_address&&"1"!==d.next_address&&!0!==d.next_address||e.coordinates||d.map.setCenter(l),d.settings.address_pin&&d.create_marker(e,i,a,s),0!==d.next_address&&"0"!==d.next_address&&!1!==d.next_address||d.map.setCenter(l)):n===google.maps.GeocoderStatus.OVER_QUERY_LIMIT&&(d.next_address--,d.settings.delay++),!1===r&&!1===d.query_sent&&d.last_cache_index===s&&"undefined"!=typeof fusionMapNonce&&(g={action:"fusion_cache_map",addresses:d.settings.addresses,security:fusionMapNonce},jQuery.post(fusionMapsVars.admin_ajax,g),d.query_sent=!0),d.next_geocode_request()})):"object"==typeof e&&!0===e.cache&&(n=jQuery.trim(e.latitude),i=jQuery.trim(e.longitude),a=new google.maps.LatLng(n,i),!0===e.coordinates&&""===e.infobox_content&&(e.geocoded_address=e.geocoded_address),d.settings.address_pin&&d.create_marker(e,n,i,s),0!==d.next_address&&"0"!==d.next_address&&!1!==d.next_address||d.map.setCenter(a),d.next_geocode_request())},create_marker:function(e,s,t,o){var n,i,a={position:new google.maps.LatLng(s,t),map:this.map};this.bounds.extend(a.position),e.infobox_content?n=e.infobox_content:(n=e.address,!0===e.coordinates&&e.geocoded_address&&(n=e.geocoded_address)),this.settings.animations&&(a.animation=google.maps.Animation.DROP),"custom"===this.settings.map_style&&"theme"===this.settings.marker_icon?a.icon=new google.maps.MarkerImage(e.marker,null,null,null,new google.maps.Size(37,55)):"custom"===this.settings.map_style&&e.marker&&(a.icon=e.marker),i=new google.maps.Marker(a),this.markers.push(i),this.create_infowindow(n,i),o+1>=this.settings.addresses.length&&this.map.setCenter(this.bounds.getCenter()),this.map.setZoom(this.settings.zoom)},create_infowindow:function(e,s){var o,n,i,a=this;"custom"===this.settings.infobox_styling&&"custom"===this.settings.map_style?(i={content:n=t.createElement("div"),disableAutoPan:!0,maxWidth:150,pixelOffset:new google.maps.Size(-125,10),zIndex:null,boxStyle:{background:"none",opacity:1,width:"250px"},closeBoxMargin:"2px 2px 2px 2px",closeBoxURL:"//www.google.com/intl/en_us/mapfiles/close.gif",infoBoxClearance:new google.maps.Size(1,1)},n.className="fusion-info-box",n.style.cssText="background-color:"+this.settings.infobox_background_color+";color:"+this.settings.infobox_text_color+";",n.innerHTML=e,o=new InfoBox(i),this.settings.show_address&&o.open(this.map,s),google.maps.event.addListener(s,"click",function(){var e=o.getMap();null===e||void 0===e?o.open(a.map,this):o.close(a.map,this)})):(o=new google.maps.InfoWindow({disableAutoPan:!0,content:e}),this.settings.show_address&&(o.show=!0,o.open(this.map,s)),google.maps.event.addListener(s,"click",function(){var e=o.getMap();null===e||void 0===e?o.open(a.map,this):o.close(a.map,this)}))},next_geocode_request:function(){var e=this;e.next_address<e.settings.addresses.length&&setTimeout(function(){e.geocode_address(e.settings.addresses[e.next_address],e.next_address),e.next_address++},e.settings.delay)}}),e.fn[n]=function(s){return this.each(function(){e.data(this,"plugin_"+n)||e.data(this,"plugin_"+n,new a(this,s))}),this}}(jQuery,window,document);
// source --> https://weinlokal-elisabethenquelle.de/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-google-map.js?ver=1 
!function(e){"use strict";e.fn.reinitializeGoogleMap=function(){var t,i,g,r,n=e(this).data("plugin_fusion_maps");if(n&&(i=(t=n.map).getCenter(),g=n.markers,google.maps.event.trigger(t,"resize"),t.setCenter(i),g))for(r=0;r<g.length;r++)google.maps.event.trigger(g[r],"click"),google.maps.event.trigger(g[r],"click")}}(jQuery);
// source --> https://weinlokal-elisabethenquelle.de/wp-content/plugins/fusion-builder/assets/js/min/library/jquery.event.move.js?ver=2.0 
!function(e){"function"==typeof define&&define.amd?define([],e):"undefined"!=typeof module&&null!==module&&module.exports?module.exports=e:e()}(function(){var i=Object.assign||window.jQuery&&jQuery.extend,u=8,a=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e,t){return window.setTimeout(function(){e()},25)};!function(){if("function"==typeof window.CustomEvent)return;function e(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}e.prototype=window.Event.prototype,window.CustomEvent=e}();var o={textarea:!0,input:!0,select:!0,button:!0},c={move:"mousemove",cancel:"mouseup dragstart",end:"mouseup"},r={move:"touchmove",cancel:"touchend",end:"touchend"},d=/\s+/,m={bubbles:!0,cancelable:!0},t="function"==typeof Symbol?Symbol("events"):{};function f(e){return e[t]||(e[t]={})}function v(e,t,n,o){t=t.split(d);var i,a=f(e),u=t.length;function c(e){n(e,o)}for(;u--;)(a[i=t[u]]||(a[i]=[])).push([n,c]),e.addEventListener(i,c)}function s(e,t,n){t=t.split(d);var o,i,a,u=f(e),c=t.length;if(u)for(;c--;)if(i=u[o=t[c]])for(a=i.length;a--;)i[a][0]===n&&(e.removeEventListener(o,i[a][1]),i.splice(a,1))}function l(e,t,n){var o=function(e){return new CustomEvent(e,m)}(t);n&&i(o,n),e.dispatchEvent(o)}function p(e){var n=e,o=!1,i=!1;function t(e){o?(n(),a(t),o=!(i=!0)):i=!1}this.kick=function(e){o=!0,i||t()},this.end=function(e){var t=n;e&&(i?(n=o?function(){t(),e()}:e,o=!0):e())}}function g(){}function h(e){e.preventDefault()}function X(e,t){var n,o;if(e.identifiedTouch)return e.identifiedTouch(t);for(n=-1,o=e.length;++n<o;)if(e[n].identifier===t)return e[n]}function Y(e,t){var n=X(e.changedTouches,t.identifier);if(n&&(n.pageX!==t.pageX||n.pageY!==t.pageY))return n}function n(e,t){T(e,t,e,w)}function y(e,t){w()}function w(){s(document,c.move,n),s(document,c.cancel,y)}function b(e){s(document,r.move,e.touchmove),s(document,r.cancel,e.touchend)}function T(e,t,n,o){var i=n.pageX-t.pageX,a=n.pageY-t.pageY;i*i+a*a<u*u||function(e,t,n,o,i,a){var u=e.targetTouches,c=e.timeStamp-t.timeStamp,r={altKey:e.altKey,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,startX:t.pageX,startY:t.pageY,distX:o,distY:i,deltaX:o,deltaY:i,pageX:n.pageX,pageY:n.pageY,velocityX:o/c,velocityY:i/c,identifier:t.identifier,targetTouches:u,finger:u?u.length:1,enableMove:function(){this.moveEnabled=!0,this.enableMove=g,e.preventDefault()}};l(t.target,"movestart",r),a(t)}(e,t,n,i,a,o)}function E(e,t){var n=t.timer;t.touch=e,t.timeStamp=e.timeStamp,n.kick()}function S(e,t){var n=t.target,o=t.event,i=t.timer;s(document,c.move,E),s(document,c.end,S),K(n,o,i,function(){setTimeout(function(){s(n,"click",h)},0)})}function k(e,t){var n=t.target,o=t.event,i=t.timer;X(e.changedTouches,o.identifier)&&(function(e){s(document,r.move,e.activeTouchmove),s(document,r.end,e.activeTouchend)}(t),K(n,o,i))}function K(e,t,n,o){n.end(function(){return l(e,"moveend",t),o&&o()})}if(v(document,"mousedown",function(e){!function(e){return 1===e.which&&!e.ctrlKey&&!e.altKey}(e)||function(e){return!!o[e.target.tagName.toLowerCase()]}(e)||(v(document,c.move,n,e),v(document,c.cancel,y,e))}),v(document,"touchstart",function(e){if(!o[e.target.tagName.toLowerCase()]){var t=e.changedTouches[0],n={target:t.target,pageX:t.pageX,pageY:t.pageY,identifier:t.identifier,touchmove:function(e,t){!function(e,t){var n=Y(e,t);if(!n)return;T(e,t,n,b)}(e,t)},touchend:function(e,t){!function(e,t){if(!X(e.changedTouches,t.identifier))return;b(t)}(e,t)}};v(document,r.move,n.touchmove,n),v(document,r.cancel,n.touchend,n)}}),v(document,"movestart",function(e){if(!e.defaultPrevented&&e.moveEnabled){var t={startX:e.startX,startY:e.startY,pageX:e.pageX,pageY:e.pageY,distX:e.distX,distY:e.distY,deltaX:e.deltaX,deltaY:e.deltaY,velocityX:e.velocityX,velocityY:e.velocityY,identifier:e.identifier,targetTouches:e.targetTouches,finger:e.finger},n={target:e.target,event:t,timer:new p(function(e){(function(e,t,n){var o=n-e.timeStamp;e.distX=t.pageX-e.startX,e.distY=t.pageY-e.startY,e.deltaX=t.pageX-e.pageX,e.deltaY=t.pageY-e.pageY,e.velocityX=.3*e.velocityX+.7*e.deltaX/o,e.velocityY=.3*e.velocityY+.7*e.deltaY/o,e.pageX=t.pageX,e.pageY=t.pageY})(t,n.touch,n.timeStamp),l(n.target,"move",t)}),touch:void 0,timeStamp:e.timeStamp};void 0===e.identifier?(v(e.target,"click",h),v(document,c.move,E,n),v(document,c.end,S,n)):(n.activeTouchmove=function(e,t){!function(e,t){var n=t.event,o=t.timer,i=Y(e,n);i&&(e.preventDefault(),n.targetTouches=e.targetTouches,t.touch=i,t.timeStamp=e.timeStamp,o.kick())}(e,t)},n.activeTouchend=function(e,t){k(e,t)},v(document,r.move,n.activeTouchmove,n),v(document,r.end,n.activeTouchend,n))}}),window.jQuery){var j="startX startY pageX pageY distX distY deltaX deltaY velocityX velocityY".split(" ");jQuery.event.special.movestart={setup:function(){return v(this,"movestart",e),!1},teardown:function(){return s(this,"movestart",e),!1},add:q},jQuery.event.special.move={setup:function(){return v(this,"movestart",C),!1},teardown:function(){return s(this,"movestart",C),!1},add:q},jQuery.event.special.moveend={setup:function(){return v(this,"movestart",Q),!1},teardown:function(){return s(this,"movestart",Q),!1},add:q}}function e(e){e.enableMove()}function C(e){e.enableMove()}function Q(e){e.enableMove()}function q(e){var o=e.handler;e.handler=function(e){for(var t,n=j.length;n--;)e[t=j[n]]=e.originalEvent[t];o.apply(this,arguments)}}});
// source --> https://weinlokal-elisabethenquelle.de/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-image-before-after.js?ver=1.0 
!function(X){"use strict";X.fn.fusionImageCompare=function(){return this.each(function(){function i(e){var t=l.width(),i=l.height();return{w:t+"px",h:i+"px",cw:e*t+"px",ch:e*i+"px"}}function o(e){"vertical"===c?(l.css("clip","rect(0,"+e.w+","+e.ch+",0)"),v.hasClass("fusion-image-before-after-before")||v.css("clip","rect("+e.ch+","+e.w+","+e.h+",0)")):(l.css("clip","rect(0,"+e.cw+","+e.h+",0)"),v.hasClass("fusion-image-before-after-before")||v.css("clip","rect(0,"+e.w+","+e.h+","+e.cw+")")),f.css("height",e.h),p.addClass("visible")}function t(e){var t=i(e);m.css("vertical"===c?"top":"left","vertical"===c?t.ch:t.cw),o(t)}function a(e,t){return function(e,t,i){return Math.max(t,Math.min(i,e))}("vertical"===c?(t-w)/C:(e-g)/b,0,1)}function e(e){(e.distX>e.distY&&e.distX<-e.distY||e.distX<e.distY&&e.distX>-e.distY)&&"vertical"!==c?e.preventDefault():(e.distX<e.distY&&e.distX<-e.distY||e.distX>e.distY&&e.distX>-e.distY)&&"vertical"===c&&e.preventDefault(),f.addClass("active"),g=f.offset().left,w=f.offset().top,b=l.width(),C=l.height()}function n(e){f.hasClass("active")&&(r=a(e.pageX,e.pageY),t(r))}function s(){f.removeClass("active")}var f=X(this),r=void 0!==X(this).data("offset")?X(this).data("offset"):.5,c=void 0!==X(this).data("orientation")?X(this).data("orientation"):"horizontal",u=void 0!==X(this).data("move-slider-on-hover")&&X(this).data("move-slider-on-hover"),d=void 0===X(this).data("move-with-handle-only")||X(this).data("move-with-handle-only"),h=void 0!==X(this).data("click-to-move")&&X(this).data("click-to-move"),l=f.find("img:first"),v=f.find("img:last"),m=f.find(".fusion-image-before-after-handle"),p=X(".before-after-label-out-image-up-down"),g=0,w=0,b=0,C=0,y="";X(window).on("resize.fusion-image-before-after",function(){t(r)}),(y=d?f:m).on("movestart",e),y.on("move",n),y.on("moveend",s),u&&(f.on("mouseenter",e),f.on("mousemove",n),f.on("mouseleave",s)),m.on("touchmove",function(e){e.preventDefault()}),f.find("img").on("mousedown",function(e){e.preventDefault()}),h&&f.on("click",function(e){var t;g=f.offset().left,w=f.offset().top,b=l.width(),C=l.height(),r=a(e.pageX,e.pageY),t=i(r),f.addClass("active"),"vertical"===c?m.stop(!0,!0).animate({top:t.ch},{queue:!1,duration:300,easing:"easeOutCubic",step:function(e){var t=i(e/C);o(t)},complete:function(){f.removeClass("active")}}):m.stop(!0,!0).animate({left:t.cw},{queue:!1,duration:300,easing:"easeOutCubic",step:function(e){var t=i(e/b);o(t)},complete:function(){f.removeClass("active")}})}),X(window).trigger("resize.fusion-image-before-after")})}}(jQuery),jQuery(window).on("load",function(){jQuery(".fusion-image-before-after").fusionImageCompare()}),jQuery(document).on("fusion-element-render-fusion_image_before_after fusion-column-resized",function(e,t){jQuery('div[data-cid="'+t+'"]').find(".fusion-image-before-after").each(function(){jQuery.cleanData(jQuery(this))}),jQuery('div[data-cid="'+t+'"]').find(".fusion-image-before-after").fusionImageCompare()});
// source --> https://weinlokal-elisabethenquelle.de/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.modal.js?ver=3.1.1 
!function(t){"use strict";var e=function(e,o){this.options=o,this.$element=t(e),this.$backdrop="",this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,t.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};e.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},e.prototype.toggle=function(t){return this[this.isShown?"hide":"show"](t)},e.prototype.show=function(e){var o=this,s=t.Event("show.bs.modal",{relatedTarget:e});this.$element.trigger(s),this.isShown||s.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',t.proxy(this.hide,this)),this.backdrop(function(){var s=t.support.transition&&o.$element.hasClass("fade");o.$element.parent().length||o.$element.appendTo(document.body),o.$element.show().scrollTop(0),s&&o.$element[0].offsetWidth,o.$element.addClass("in").attr("aria-hidden",!1),o.enforceFocus();var i=t.Event("shown.bs.modal",{relatedTarget:e});s?o.$element.find(".modal-dialog").one(t.support.transition.end,function(){o.$element.focus().trigger(i)}).emulateTransitionEnd(300):o.$element.focus().trigger(i)}))},e.prototype.hide=function(e){e&&e.preventDefault(),e=t.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),t(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),t.support.transition&&this.$element.hasClass("fade")?this.$element.one(t.support.transition.end,t.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},e.prototype.enforceFocus=function(){t(document).off("focusin.bs.modal").on("focusin.bs.modal",t.proxy(function(t){this.$element[0]===t.target||this.$element.has(t.target).length||this.$element.focus()},this))},e.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",t.proxy(function(t){27==t.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},e.prototype.hideModal=function(){var t=this;this.$element.hide(),this.backdrop(function(){t.removeBackdrop(),t.$element.trigger("hidden.bs.modal")})},e.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},e.prototype.backdrop=function(e){var o=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var s=t.support.transition&&o;if(this.$backdrop=t('<div class="modal-backdrop '+o+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",t.proxy(function(t){t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),s&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;s?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()):e&&e()};var o=t.fn.modal;t.fn.modal=function(o,s){return this.each(function(){var i=t(this),n=i.data("bs.modal"),a=t.extend({},e.DEFAULTS,i.data(),"object"==typeof o&&o);n||i.data("bs.modal",n=new e(this,a)),"string"==typeof o?n[o](s):a.show&&n.show(s)})},t.fn.modal.Constructor=e,t.fn.modal.noConflict=function(){return t.fn.modal=o,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(e){var o=t(this),s=o.attr("href"),i=o.attr("data-target")||s&&s.replace(/.*(?=#[^\s]+$)/,""),n=t(document).find(i),a=n.data("bs.modal")?"toggle":t.extend({remote:!/#/.test(s)&&s},n.data(),o.data());o.is("a")&&e.preventDefault(),n.modal(a,this).one("hide",function(){o.is(":visible")&&o.focus()})}),t(document).on("show.bs.modal",".modal",function(){t(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){t(document.body).removeClass("modal-open")})}(jQuery);
// source --> https://weinlokal-elisabethenquelle.de/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-modal.js?ver=1 
function getScrollBarWidth(){var e=jQuery("<div>").css({visibility:"hidden",width:100,overflow:"scroll"}).appendTo("body"),i=jQuery("<div>").css({width:"100%"}).appendTo(e).outerWidth();return e.remove(),100-i}jQuery(window).on("load",function(){var o=parseFloat(getScrollBarWidth());jQuery(".fusion-modal").each(function(){jQuery(this).parent(".fusion-builder-element-content").length||jQuery("body").append(jQuery(this))}),jQuery(".fusion-modal").bind("hidden.bs.modal",function(){jQuery("html").css("overflow",""),0!==o&&(jQuery("body").hasClass("layout-boxed-mode")&&jQuery('#sliders-container .main-flex[data-parallax="1"]').css("margin-left",function(e,i){return parseFloat(i)+o/2+"px"}),jQuery('body, .fusion-is-sticky .fusion-header, .fusion-is-sticky .fusion-secondary-main-menu, #sliders-container .main-flex[data-parallax="1"], #wpadminbar, .fusion-footer.fusion-footer-parallax').css("padding-right",""))}),jQuery(".fusion-modal").bind("show.bs.modal",function(){var e,i='body, .fusion-is-sticky .fusion-header, .fusion-is-sticky .fusion-secondary-main-menu, #sliders-container .main-flex[data-parallax="1"], #wpadminbar, .fusion-footer.fusion-footer-parallax';jQuery("html").css("overflow","visible"),0!==o&&(jQuery("body").hasClass("layout-boxed-mode")&&(i="body, #wpadminbar",jQuery('#sliders-container .main-flex[data-parallax="1"]').css("margin-left",function(e,i){return parseFloat(i)-o/2+"px"})),jQuery(i).css("padding-right",function(e,i){return parseFloat(i)+o+"px"})),e=jQuery(this),setTimeout(function(){e.find(".fusion-youtube").find("iframe").each(function(){1!==jQuery(this).parents(".fusion-video").data("autoplay")&&"true"!==jQuery(this).parents(".fusion-video").data("autoplay")||(jQuery(this).parents(".fusion-video").data("autoplay","false"),this.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*"))}),e.find(".fusion-vimeo").find("iframe").each(function(){1!==jQuery(this).parents(".fusion-video").data("autoplay")&&"true"!==jQuery(this).parents(".fusion-video").data("autoplay")||(jQuery(this).parents(".fusion-video").data("autoplay","false"),new Vimeo.Player(jQuery(this)[0]).play())}),"function"==typeof jQuery.fn.reinitializeGoogleMap&&e.find(".shortcode-map").each(function(){jQuery(this).reinitializeGoogleMap()}),e.find(".fusion-carousel").length&&"function"==typeof generateCarousel&&generateCarousel(),e.find(".fusion-portfolio").each(function(){jQuery(this).find(".fusion-portfolio-wrapper").isotope()}),e.find(".fusion-gallery").each(function(){jQuery(this).isotope()}),"function"==typeof jQuery.fn.fusionImageCompare&&e.find(".fusion-image-before-after").each(function(){jQuery(this).fusionImageCompare()}),"function"==typeof jQuery.fn.fusionCalcFlipBoxesHeight&&e.find(".fusion-flip-boxes").not(".equal-heights").find(".flip-box-inner-wrapper").each(function(){jQuery(this).fusionCalcFlipBoxesHeight()}),"function"==typeof jQuery.fn.fusionCalcFlipBoxesEqualHeights&&e.find(".fusion-flip-boxes.equal-heights").each(function(){jQuery(this).fusionCalcFlipBoxesEqualHeights()}),"function"==typeof jQuery.fn.equalHeights&&e.find(".fusion-fullwidth.fusion-equal-height-columns").each(function(){jQuery(this).find(".fusion-layout-column .fusion-column-wrapper").equalHeights()}),e.find(".crossfade-images").each(function(){fusionResizeCrossfadeImagesContainer(jQuery(this)),fusionResizeCrossfadeImages(jQuery(this))}),e.find(".fusion-blog-shortcode").each(function(){jQuery(this).find(".fusion-blog-layout-grid").isotope()}),e.find(".fusion-testimonials .reviews").each(function(){jQuery(this).css("height",jQuery(this).children(".active-testimonial").height())}),"function"==typeof calcSelectArrowDimensions&&calcSelectArrowDimensions(),"function"==typeof wrapGravitySelects&&wrapGravitySelects(),jQuery(window).trigger("resize",["modal-open"])},350)}),1==jQuery("#sliders-container .tfs-slider").data("parallax")&&jQuery(".fusion-modal").css("top",jQuery(".header-wrapper").height()),jQuery(".fusion-modal").each(function(){jQuery(this).on("hide.bs.modal",function(){jQuery(this).find(".fusion-youtube iframe").each(function(){this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}),jQuery(this).find(".fusion-vimeo iframe").each(function(){new Vimeo.Player(this).pause()})})}),jQuery("[data-toggle=modal]").on("click",function(e){e.preventDefault()}),jQuery(".fusion-modal-text-link").click(function(e){e.preventDefault()})}),jQuery(document).ready(function(){jQuery(".fusion-modal").on("shown.bs.modal",function(){jQuery(this).find(".shortcode-map").each(function(){jQuery(this).reinitializeGoogleMap()})})});
// source --> https://weinlokal-elisabethenquelle.de/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-progress.js?ver=1 
!function(r){"use strict";r.fn.fusion_draw_progress=function(){r(this).find(".progress").css("width",function(){return r(this).attr("aria-valuenow")+"%"})}}(jQuery),jQuery(document).ready(function(){jQuery(".fusion-progressbar").not(".fusion-modal .fusion-progressbar").each(function(){var r=getWaypointOffset(jQuery(this));jQuery(this).waypoint(function(){jQuery(this).fusion_draw_progress()},{triggerOnce:!0,offset:r})})}),jQuery(window).on("load",function(){jQuery(".fusion-modal .fusion-progressbar").on("appear",function(){jQuery(this).fusion_draw_progress()})}),jQuery(window).on("fusion-element-render-fusion_progress",function(r,n){(void 0!==n?jQuery('div[data-cid="'+n+'"]').find(".fusion-progressbar"):jQuery(".fusion-progressbar")).fusion_draw_progress()});