(window.webpackJsonp=window.webpackJsonp||[]).push([[84,109,111,177],{1030:function(e,t,n){"use strict";n.r(t);n(186);var o=n(145),r=(n(15),n(78),n(148),n(36),n(965)),c=n.n(r),d=n(944),l={components:{IconPlay:c.a,CookieBanner:d.default},data:()=>({showVideo:!1,autoPlay:!1}),computed:{embedUrl(){return"youtube"===this.videoInfo.type?"https://www.youtube-nocookie.com/embed/".concat(this.videoInfo.id,"?autoplay=").concat(this.autoPlay,"&showinfo=0"):"https://player.vimeo.com/video/".concat(this.videoInfo.id,"?autoplay=").concat(this.autoPlay,"&loop=0&autopause=0")},videoInfo(){this.video_url.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/);var e="";return RegExp.$3.indexOf("youtu")>-1?e="youtube":RegExp.$3.indexOf("vimeo")>-1&&(e="vimeo"),{type:e,id:RegExp.$6}},backgroundImage(){return{backgroundImage:"url("+(this.mediumThumbnail?this.image_thumbnails&&this.image_thumbnails.medium:this.image_thumbnails&&this.image_thumbnails.small)+")"}},acceptedCookie(){return!!this.videoInfo.type&&(this.$store.state.cookieManager.services&&this.$store.state.cookieManager.services.mediaCookies[this.videoInfo.type])},name(){return this.videoInfo.type?this.videoInfo.type[0].toUpperCase()+this.videoInfo.type.slice(1):""},service(){return"mediaCookies."+this.videoInfo.type}},methods:{}},m={name:"PageeditorVideoModule",mixins:[o.a,l],inheritAttrs:!1,props:{image_obj:Object,image_thumbnails:Object,video_url:String,title:String,editMode:Boolean,image:[Number,String],classChild:{type:String,default:"cell small-12 medium-10 large-8"},mediumThumbnail:{type:Boolean}}},h=(n(998),n(1)),component=Object(h.a)(m,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"custom-container"},[t("div",e._b({staticClass:"video-module grid-x grid-margin-x align-center",class:{"edit-mode":e.editMode,"play-button-clicked":e.showVideo}},"div",e.attributes,!1),[e.videoInfo.type?t("cookie-banner",{class:e.classChild,attrs:{accepted:e.acceptedCookie,service:e.service,name:e.name}},[t("div",{staticClass:"video-module__video"},[e.showVideo?t("iframe",{staticClass:"video-module__iframe",attrs:{src:e.embedUrl,frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}}):e._e(),e._v(" "),t("transition",{attrs:{name:"video-module__image"}},[t("figure",{directives:[{name:"show",rawName:"v-show",value:!e.showVideo,expression:"!showVideo"}],staticClass:"video-module__image",style:e.backgroundImage,attrs:{title:e.image_obj&&e.image_obj.alttext}},[t("button",{staticClass:"video-module__button",attrs:{type:"button",title:e.$t("Play Video")},on:{click:function(t){e.showVideo=!0}}},[t("icon-play",{staticClass:"video-module__icon"})],1),e._v(" "),t("h2",{directives:[{name:"show",rawName:"v-show",value:e.title,expression:"title"}],staticClass:"video-module__title text-center"},[e._v(e._s(e.title))])])])],1),e._v(" "),t("SharedCaption",{staticClass:"text-center",attrs:{description:e.image_obj&&e.image_obj.description,copyright:e.image_obj&&e.image_obj.copyright}})],1):t("h3",{class:e.classChild},[e._v("\n      Video embed URL is not valid, please use one of these: YouTube or Vimeo.\n    ")]),e._v(" "),t("div",{staticClass:"cell spacer"})],1)])}),[],!1,null,null,null);t.default=component.exports;installComponents(component,{SharedCaption:n(889).default})},1508:function(e,t,n){"use strict";n.r(t);var o=n(1030),r={__name:"Video",props:{title:{type:[String,null]},url:{type:[String,null]},info:{type:[Object,null]},thumbnail:{type:[Object,null]}},setup:e=>({__sfc:!0,VideoModule:o.default})},c=n(1),component=Object(c.a)(r,(function(){var e=this,t=e._self._c,n=e._self._setupProxy;return e.url?t("div",{staticClass:"event-detail__video grid-container"},[t("div",{staticClass:"custom-container"},[t(n.VideoModule,{attrs:{title:e.title?e.title:"",video_url:e.url?e.url:"",image_obj:e.info?e.info:null,image_thumbnails:e.thumbnail?e.thumbnail:null}})],1)]):e._e()}),[],!1,null,null,null);t.default=component.exports},879:function(e,t,n){var content=n(887);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,n(9).default)("63dbb1f6",content,!0,{sourceMap:!1})},886:function(e,t,n){"use strict";n(879)},887:function(e,t,n){var o=n(8)((function(i){return i[1]}));o.push([e.i,".grid-container .grid-container{padding-left:0;padding-right:0}.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 48px)}@media print,screen and (min-width: 48em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 80px)}}@media print,screen and (min-width: 64em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 160px)}}@media screen and (min-width: 85.375em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 160px)}}@media screen and (min-width: 100em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 192px)}}.shared-caption{margin-top:.5rem}",""]),o.locals={},e.exports=o},889:function(e,t,n){"use strict";n.r(t);n(186);var o={name:"SharedCaption",props:{description:{type:String,default:""},copyright:{type:String,default:""}}},r=(n(886),n(1)),component=Object(r.a)(o,(function(){var e=this,t=e._self._c;return t("figcaption",{staticClass:"shared-caption"},[e.description?t("span",{staticClass:"shared-caption__description"},[e._v(e._s(e.description))]):e._e(),e._v(" "),e.copyright?t("span",{staticClass:"shared-caption__copyright"},[e._v("© "+e._s(e.copyright))]):e._e()])}),[],!1,null,null,null);t.default=component.exports},910:function(e,t,n){var content=n(936);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,n(9).default)("2fcd611c",content,!0,{sourceMap:!1})},934:function(e,t,n){var o=n(63),r=n(71),c=["class","staticClass","style","staticStyle","attrs"];function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}n(25),e.exports={functional:!0,render(e,t){var{_c:n,_v:l,data:data,children:m=[]}=t,{class:h,staticClass:f,style:style,staticStyle:v,attrs:_={}}=data,y=r(data,c);return n("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){o(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({class:[h,f],style:[style,v],attrs:Object.assign({width:"48",height:"48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},_)},y),m.concat([n("path",{attrs:{d:"M13.578 32.435C10.245 29.181 9 24.954 9 23.751c0-2.035 3.56-12.716 14.75-12.716 3.651 0 6.49 1.137 8.658 2.74m4.82 5.907c.895 1.828 1.272 3.407 1.272 4.069 0 2.034-3.56 12.715-14.75 12.715-1.488 0-2.841-.189-4.069-.521l17.547-16.263zM38.5 9L9 38.5M20.513 26.986a4.578 4.578 0 016.473-6.473",stroke:"#1C1C1C","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]))}}},935:function(e,t,n){"use strict";n(910)},936:function(e,t,n){var o=n(8)((function(i){return i[1]}));o.push([e.i,".grid-container .grid-container{padding-left:0;padding-right:0}.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 48px)}@media print,screen and (min-width: 48em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 80px)}}@media print,screen and (min-width: 64em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 160px)}}@media screen and (min-width: 85.375em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 160px)}}@media screen and (min-width: 100em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 192px)}}.cookie-banner{background-color:#efefef;padding:3rem 2rem;text-align:center}.cookie-banner__text{margin:1rem auto;display:block;max-width:34.375rem}.cookie-banner-enter-active{transition:.41s cubic-bezier(0.61, 0.13, 0.25, 1);opacity:0}.cookie-banner-enter-to{opacity:1}.cookie-banner-leave-active{transition:.41s cubic-bezier(0.61, 0.13, 0.25, 1);opacity:1}.cookie-banner-leave-to{opacity:0}",""]),o.locals={},e.exports=o},944:function(e,t,n){"use strict";n.r(t);var o=n(16),r=n(934),c={props:{accepted:{type:Boolean,default:!1},service:{type:String,default:""},name:{type:String,default:""}},data:()=>({height:null}),methods:{enter(e,t){var n=this;o.a.fromTo(e,{height:this.height,opacity:0},{height:e.offsetHeight,duration:.43,opacity:1,onComplete(){n.$emit("update"),t()},clearProps:"height"})},leave(e,t){this.height=e.offsetHeight,o.a.to(e,{opacity:0,duration:.39,onComplete:t})}},components:{CookieBannerIcon:n.n(r).a}},d=(n(935),n(1)),component=Object(d.a)(c,(function(){var e=this,t=e._self._c;return t("transition",{attrs:{mode:"out-in"},on:{enter:e.enter,leave:e.leave}},[e.accepted?t("div",[e._t("default")],2):t("div",{key:"banner",staticClass:"cookie-banner"},[t("figure",{staticClass:"cookie-banner__icon"},[t("cookie-banner-icon")],1),e._v(" "),t("span",{staticClass:"cookie-banner__text"},[e._v("Um "),t("strong",[e._v(e._s(e.name))]),e._v(" Inhalte zu laden, akzeptieren Sie bitte "),t("strong",[e._v(e._s(e.name))]),e._v(" als externe Quelle in den "),t("a",{attrs:{href:"javascript:window.CookieManager.show()",title:"Cookie-Einstellungen"}},[e._v("Cookie-Einstellungen")])]),e._v(" "),t("a",{staticClass:"button",attrs:{href:"javascript:window.CookieManager.updateService('".concat(e.service,"')")}},[e._v("Akzeptieren")])])])}),[],!1,null,null,null);t.default=component.exports},957:function(e,t,n){var content=n(999);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,n(9).default)("46af57b2",content,!0,{sourceMap:!1})},965:function(e,t,n){var o=n(63),r=n(71),c=["class","staticClass","style","staticStyle","attrs"];function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}n(25),e.exports={functional:!0,render(e,t){var{_c:n,_v:l,data:data,children:m=[]}=t,{class:h,staticClass:f,style:style,staticStyle:v,attrs:_={}}=data,y=r(data,c);return n("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){o(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({class:[h,f],style:[style,v],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"30",height:"30",viewBox:"0 0 30 30"},_)},y),m.concat([n("path",{attrs:{fill:"#FFF",d:"M24.7 14.3L8.1 4.7c-.6-.3-1.2.1-1.2.7v19.2c0 .6.6 1 1.2.7l16.7-9.6c.4-.3.4-1.1-.1-1.4z"}})]))}}},998:function(e,t,n){"use strict";n(957)},999:function(e,t,n){var o=n(8)((function(i){return i[1]}));o.push([e.i,'.grid-container .grid-container{padding-left:0;padding-right:0}.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 48px)}@media print,screen and (min-width: 48em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 80px)}}@media print,screen and (min-width: 64em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 160px)}}@media screen and (min-width: 85.375em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 160px)}}@media screen and (min-width: 100em){.grid-container .grid-container:not(.fluid),.grid-container .grid-container:not(.full){max-width:calc(188rem - 192px)}}.video-module{padding:2rem 0}.video-module__video{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.video-module__iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.video-module__image{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;top:0;left:0;z-index:3;margin:0;background-color:#b9b9b9;background-size:cover;background-position:center}.video-module__image:before{content:"";width:100%;height:100%;background-color:#000;opacity:.2;position:absolute;z-index:0}.video-module__image-enter-active{transition:.32s ease-in-out .01s;opacity:0}.video-module__image-enter-to{opacity:1}.video-module__image-leave-active{transition:.32s ease-in-out .01s;opacity:1}.video-module__image-leave-to{opacity:0}.video-module__button{width:3rem;height:3rem;background-color:#3a0ca3;border-radius:50%;display:flex;align-items:center;justify-content:center;appearance:none;transition:.41s ease-in-out;z-index:2}@media print,screen and (min-width: 64em){.video-module__button{width:5rem;height:5rem}}.video-module__button:hover{transform:scale(1.1)}.video-module__icon{width:1.2rem;height:1.2rem;cursor:pointer;position:relative;z-index:1;transform:translateX(5%)}@media print,screen and (min-width: 64em){.video-module__icon{width:2.2rem;height:2.2rem}}.video-module__title{margin:.8rem 0 0;color:#fff;font-weight:bold;font-size:28px;line-height:32px;z-index:1;color:#fefefe;z-index:1;max-width:90%}@media print,screen and (min-width: 48em){.video-module__title{font-size:40px;line-height:48px}}@media(min-width: 1600px){.video-module__title{font-size:48px;line-height:57px}}.video-module__content{margin:.8rem 0 0;padding:0}.edit-module .video-module iframe{pointer-events:none}.edit-module .video-module iframe *{pointer-events:none}',""]),o.locals={},e.exports=o}}]);