(window.webpackJsonp=window.webpackJsonp||[]).push([[270,199],{1152:function(t,e,n){var content=n(1341);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(6).default)("d7bc59f4",content,!0,{sourceMap:!1})},1329:function(t,e,n){var content=n(1390);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(6).default)("b0a819d0",content,!0,{sourceMap:!1})},1336:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var o=n(38);const r=Object(o.d)("Preferences",{web:()=>n.e(286).then(n.bind(null,2381)).then((t=>new t.PreferencesWeb))})},1340:function(t,e,n){"use strict";n(1152)},1341:function(t,e,n){var o=n(5)((function(i){return i[1]}));o.push([t.i,'.line-height-22[data-v-5e0afe7c]{line-height:22px!important}.review-text-container p[data-v-5e0afe7c]{overflow:hidden;position:relative}.closed p[data-v-5e0afe7c]{max-height:200px}.open p[data-v-5e0afe7c]{max-height:none}.read-more p[data-v-5e0afe7c]:before{bottom:0;content:"";height:100%;left:0;position:absolute;width:100%}.bgwhite p[data-v-5e0afe7c]:before{background:linear-gradient(transparent,#fff)}.bgsecondary p[data-v-5e0afe7c]:before{background:linear-gradient(transparent,var(--secondary-color))}div[data-v-5e0afe7c] .v-input__slot{box-shadow:none!important;padding:0!important}div[data-v-5e0afe7c] .v-ripple__container{display:none!important}.review-border[data-v-5e0afe7c]{border:1px dashed var(--interaction-color)}',""]),o.locals={},t.exports=o},1352:function(t,e,n){"use strict";n.r(e);var o=n(1052),r=n(262),c=n(1068),l=n(1062),d=(n(29),n(23)),v=(n(31),n(159),n(33),{components:{InfoPopup:n(104).default},props:{bgcolor:String,content:Object,isEventDetail:Boolean},data:function(){return{eventinfo:{},hilfreich:!1,showmore:!1,showButton:!1,loaded:!0}},computed:{textareaHeight:function(){try{return this.$refs.thisisweird.$el.querySelector("textarea").scrollHeight}catch(t){return"100%"}}},mounted:function(){this.hilfreich=this.content.voted;try{this.$refs.reviewtext.offsetHeight<this.$refs.reviewtext.scrollHeight&&(this.showButton=!0)}catch(t){console.log("textfading failed")}},jsonld:function(){if(!this.content||!this.content.event_data.genre.name)return{};var t=this.content.event_data.starttime.match(/(\d{2})\.(\d{2})\.(\d{2}) (\d{2}:\d{2})/),e=Object(d.a)(t,5),n=(e[0],e[1]),o=e[2],r=e[3],time=e[4],c="20".concat(r,"-").concat(o,"-").concat(n,"T").concat(time);return{"@context":"http://schema.org","@type":"Review",reviewBody:this.content.text,itemReviewed:{"@type":"Event",name:this.content.event_data.title,startDate:c,location:{"@type":"Place",name:this.content.event_data.event_location.name,address:{"@type":"PostalAddress",addressLocality:this.content.event_data.event_location.city,addressRegion:"DE",postalCode:this.content.event_data.event_location.zip_code,streetAddress:this.content.event_data.event_location.street}}},author:{"@type":"Person",name:this.content.member.username},reviewRating:{"@type":"Rating",ratingValue:this.content.stars,worstRating:1,bestRating:5}}}}),f=(n(1340),n(0)),component=Object(f.a)(v,(function(){var t=this,e=t._self._c;return t.loaded?e("div",{staticClass:"mx-auto",staticStyle:{"max-width":"600px"}},[e(l.a,{staticClass:"justify-space-between",attrs:{"no-gutters":""}},[e("div",[e("ProfilePicture",{attrs:{size:60,image:t.content.member.profile_image,"user-i-d":t.content.member.id,username:t.content.member.username,linked:!0}})],1),t._v(" "),e("div",[e(c.a,{staticClass:"text-right",attrs:{color:"interaction",value:t.content.stars,dense:"",size:"20",readonly:""}}),t._v(" "),e("p",{staticClass:"e2 ma-0 fitlineheight text-right"},[t._v("\n        Geschrieben von "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.content.member.username))])]),t._v(" "),e("p",{staticClass:"e2 ma-0 fitlineheight text-right"},[t._v("\n        am "+t._s(t.content.created)+"\n      ")])],1)]),t._v(" "),e(l.a,{staticClass:"flex-column my-8",attrs:{"no-gutters":""}},[e("p",{staticClass:"e2 ma-0 line-height-22"},[t.content.event_data.genre.name?e("span",[t._v(t._s(t.content.event_data.genre.name)+" in "+t._s(t.content.event_data.event_location.city))]):t._e()]),t._v(" "),e("nuxt-link",{attrs:{to:"".concat(t.content.event)}},[e("h5",{staticClass:"interaction--text text-decoration-underline line-height-22"},[t._v("\n        "+t._s(t.content.event_data.title)+"\n      ")])]),t._v(" "),e("h5",{staticClass:"line-height-22 blackToWhite--text"},[t._v("\n      "+t._s(t.content.event_data.starttime)+"\n    ")]),t._v(" "),e("p",{staticClass:"e2 ma-0 line-height-22"},[t._v("\n      "+t._s(t.content.event_data.subtitle)+"\n    ")])],1),t._v(" "),e(l.a,{attrs:{"no-gutters":""}},[e("div",{class:"review-text-container "+(t.showmore?"open":"closed bg"+t.bgcolor+(t.showButton?" read-more":"")),staticStyle:{"word-break":"break-word"}},[e("p",{ref:"reviewtext",staticClass:"ma-0"},[t._v("\n        "+t._s(t.content.text)+"\n      ")])])]),t._v(" "),e(l.a,{staticClass:"justify-space-between mt-sm-5 mt-md-8",attrs:{"no-gutters":""}},[e(o.a,{staticClass:"pa-0 text-none text-decoration-underline font-weigt-bold reduceLetterSpaceing",style:t.showButton?"":"visibility: hidden;",attrs:{height:"30",text:""},on:{click:function(){t.showmore=!t.showmore}}},[t._v("\n      "+t._s(t.showmore?"Weniger anzeigen":"Alles anzeigen")+"\n    ")]),t._v(" "),e(o.a,{class:"text-none reduceLetterSpaceing e2 "+(t.hilfreich?"":"v-btn--outlined"),staticStyle:{"background-color":"white"},attrs:{dark:"",outlined:!t.hilfreich,height:"30",width:"120",elevation:"0",rounded:"",color:t.hilfreich?"interaction":"grey"},on:{click:function(){if(t.$auth.loggedIn){var e=t.isEventDetail?"/api/rating/eventreview/vote/":"/api/rating/eventlocationreview/vote/";t.$axios.post(e+t.content.id+"/").then((function(e){t.hilfreich?t.content.score-=1:t.content.score+=1,t.hilfreich=!t.hilfreich}))}else t.$refs.loginPopup.openLoginAlert()}}},[t.hilfreich?e(r.a,{staticClass:"mr-1",attrs:{size:"15"}},[t._v("\n        $thumbupsolid\n      ")]):e(r.a,{staticClass:"mr-1",attrs:{size:"15"}},[t._v("\n        $thumbup\n      ")]),t._v(" "),e("span",[t._v("Hilfreich "+t._s(t.content.score))])],1),t._v(" "),t.content.organizer_comment?e("div",{staticClass:"mb-4 mt-6 px-2 py-2 review-border"},[e("h5",[t._v("Antwort vom Veranstalter:")]),t._v(" "),e("p",{staticClass:"mb-0 mt-1"},[t._v("\n        "+t._s(t.content.organizer_comment)+"\n      ")])]):t._e()],1),t._v(" "),e("InfoPopup",{ref:"loginPopup"})],1):e("div",[t._v("\n  Loading.....\n")])}),[],!1,null,"5e0afe7c",null);e.default=component.exports;installComponents(component,{ProfilePicture:n(1102).default})},1353:function(t,e,n){"use strict";n.r(e);var o=n(1052),r=n(1063),c=n(1099),l=n(1064),d=n(1068),v=n(1062),f=n(1149),h=(n(51),n(16),n(15),n(17),n(9),n(20),n(18),n(21),n(3)),m=n(13),_=(n(37),n(1482));function w(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,n)}return e}function x(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?w(Object(source),!0).forEach((function(e){Object(h.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):w(Object(source)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}var y={components:{InfoPopup:n(104).default},props:{reviews:{type:Array,required:!0},canreview:{type:Boolean,required:!0,default:!1},isEventDetail:{type:Boolean,required:!0}},data:function(){return{maxreviews:3,formvalid:!1,reviewtext:"",rating:5,loadBtn:!1}},created:function(){},methods:{shouldUseModulesPlugins:_.shouldUseModulesPlugins,submitReview:function(){var t=this;return Object(m.a)(regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.loadBtn=!0,!t.isEventDetail){e.next=7;break}return e.next=4,t.$axios.$post("/api/rating/eventreview/create/",{text:t.reviewtext,event:t.$route.params.eventdetail,stars:t.rating});case 4:n=e.sent,e.next=10;break;case 7:return e.next=9,t.$axios.$post("/api/rating/eventlocation/review/create/",{text:t.reviewtext,location:t.$route.params.veranstaltungsort,stars:t.rating});case 9:n=e.sent;case 10:t.reviews.unshift(x({member:t.$auth.user},n)),t.reviewtext="",t.rating=1,t.formvalid=!1,t.loadBtn=!1;case 15:case"end":return e.stop()}}),e)})))()}}},C=(n(1389),n(0)),component=Object(C.a)(y,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"d-flex flex-column mt-15",class:t.$vuetify.theme.dark?"darkmode":"lightmode"},[t.canreview?e(c.a,{staticClass:"pa-0"},[e(l.a,{ref:"form",staticClass:"d-flex flex-column align-center mx-auto",staticStyle:{"max-width":"584px !important"},model:{value:t.formvalid,callback:function(e){t.formvalid=e},expression:"formvalid"}},[e("h5",{staticClass:"align-self-start font-size-18 mb-8 blackToWhite--text",class:t.$vuetify.breakpoint.smAndDown?"ml-5":""},[t._v("\n        Erfahrungsbericht\n      ")]),t._v(" "),e(f.a,{class:t.$vuetify.theme.dark?"darkmode":"lightmode",staticStyle:{"border-radius":"0px",width:"90vw"},attrs:{rules:[function(t){return(t||"").length>=100||"Bitte schreibe min. 100 Zeichen."}],"no-resize":"",counter:"","counter-value":function(t){return(t||"").length+" Zeichen"},placeholder:"Deinen Erfahrungsbericht schreiben",color:"red",outlined:"",height:"172"},on:{click:function(e){!t.$auth.loggedIn&&t.$refs.loginPopup.openLoginAlert()}},model:{value:t.reviewtext,callback:function(e){t.reviewtext=e},expression:"reviewtext"}}),t._v(" "),e(v.a,{staticClass:"mt-5",staticStyle:{width:"100%"},on:{click:function(e){!t.$auth.loggedIn&&t.$refs.loginPopup.openLoginAlert()}}},[e(r.a,{staticClass:"pl-0",class:t.$vuetify.breakpoint.smAndDown?"text-center":""},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"e2 font-size-sm-14 mb-0",class:t.$vuetify.breakpoint.smAndDown?"mx-auto":"",staticStyle:{width:"fit-content"}},[t._v("\n              Deine Gesamtbewertung\n            ")]),t._v(" "),e(d.a,{staticClass:"align-self-center mb-4",class:t.$vuetify.breakpoint.mdAndUp?"ml-n2":"mx-auto",staticStyle:{"align-self":"inherit !important",width:"fit-content"},attrs:{size:"45",color:"interaction",hover:"",dense:""},on:{click:function(e){!t.$auth.loggedIn&&t.$refs.loginPopup.openLoginAlert()}},model:{value:t.rating,callback:function(e){t.rating=e},expression:"rating"}})],1)]),t._v(" "),e(r.a,{staticClass:"px-0",class:t.$vuetify.breakpoint.smAndDown?"pt-0 text-center":"",style:t.$vuetify.breakpoint.mdAndUp?"padding-top: 30px;":""},[e(o.a,{staticClass:"white--text text-none reduceLetterSpaceing mb-9",class:t.$vuetify.breakpoint.mdAndUp?"px-0 float-right":"",attrs:{disabled:!t.formvalid||!t.$auth.loggedIn||t.loadBtn,rounded:"",width:"270",height:"48",color:"interaction",elevation:"0"},on:{click:t.submitReview}},[t._v("\n            Abschicken\n          ")])],1)],1)],1)],1):t._e(),t._v(" "),t.reviews?e("div",t._l(t.reviews.slice(0,t.maxreviews),(function(n,o){return e(c.a,{key:o,class:"review py-8 "+(o%2!=0?"whiteToAd":"secondary")},[e("ReviewTT",{attrs:{content:n,bgcolor:o%2!=0?"whiteToAd":"secondary","is-event-detail":t.isEventDetail}})],1)})),1):t._e(),t._v(" "),t.reviews&&t.maxreviews<t.reviews.length?e(o.a,{staticClass:"align-self-center mt-8 mb-15 no-uppercase",attrs:{color:"interaction",outlined:"",border:"interaction",elevation:"0",rounded:"",width:"290",height:"48",dark:""},on:{click:function(e){t.maxreviews+=3}}},[t._v("\n    Mehr anzeigen\n  ")]):t._e(),t._v(" "),e("InfoPopup",{ref:"loginPopup"})],1)}),[],!1,null,"0d546cf8",null);e.default=component.exports;installComponents(component,{ReviewTT:n(1352).default})},1389:function(t,e,n){"use strict";n(1329)},1390:function(t,e,n){var o=n(5)((function(i){return i[1]}));o.push([t.i,"div[data-v-0d546cf8] .v-rating>button{color:var(--interaction-color)!important}#abschickencontianer[data-v-0d546cf8]{align-items:center}.no-uppercase[data-v-0d546cf8]{text-transform:none}.lightmode[data-v-0d546cf8] .v-input__slot fieldset{color:var(--secondary-color-dark)!important}.lightmode[data-v-0d546cf8] textarea::placeholder{color:var(--secondary-color-dark)!important}.lightmode[data-v-0d546cf8] textarea::-moz-placeholder{color:var(--secondary-color-dark)!important}.darkmode[data-v-0d546cf8] .v-input__slot fieldset{color:#fff!important}.darkmode[data-v-0d546cf8] textarea::placeholder{color:#fff!important}.darkmode[data-v-0d546cf8] textarea::-moz-placeholder{color:#fff!important}div[data-v-0d546cf8] .v-text-field__details{padding:0!important}.review[data-v-0d546cf8]{overflow-x:visible;padding:42.5px;width:100vw}@media screen and (min-width:1000px){.review[data-v-0d546cf8]{margin-left:-88px;max-width:796px!important;overflow-x:visible;padding-left:88px!important;padding-right:128px!important;width:62.5vw}}",""]),o.locals={},t.exports=o},1404:function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},1484:function(t,e){},1485:function(t,e){},1487:function(t,e){},1488:function(t,e){},1490:function(t,e){},1491:function(t,e){},1492:function(t,e){},1493:function(t,e){},1494:function(t,e){},1495:function(t,e){},2009:function(t,e,n){var content=n(2355);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(6).default)("9968f038",content,!0,{sourceMap:!1})},2354:function(t,e,n){"use strict";n(2009)},2355:function(t,e,n){var o=n(5)((function(i){return i[1]}));o.push([t.i,'.v-icon__svg[data-v-1f2b4dc2],div[data-v-1f2b4dc2] .v-icon__component{height:18px!important;width:18px!important}div[data-v-1f2b4dc2] .v-rating>button{color:var(--interaction-color)!important;margin-left:-2px}.border[data-v-1f2b4dc2]{border:2px solid var(--interaction-color);border-radius:50%;max-height:34px;max-width:34px;padding:7px}#shareicons[data-v-1f2b4dc2]{max-width:75px}#shareicons div[data-v-1f2b4dc2]{display:flex;flex-wrap:wrap;gap:5px}#locationdetail[data-v-1f2b4dc2]{max-width:130px}#description[data-v-1f2b4dc2]{max-width:none}.descriptiontitle[data-v-1f2b4dc2]{font-family:"Lato-Bold",serif;font-size:16px;line-height:22px}#locationimage>div[data-v-1f2b4dc2]{max-width:150px}#map-wrap[data-v-1f2b4dc2]{height:200px;width:100%}@media screen and (min-width:650px){#description[data-v-1f2b4dc2]{max-width:80%}#locationimage>div[data-v-1f2b4dc2]{max-width:190px}#locationdetail[data-v-1f2b4dc2]{max-width:none}}',""]),o.locals={},t.exports=o},2386:function(t,e,n){"use strict";n.r(e);var o=n(1099),r=n(262),c=n(495),l=n(1068),d=n(1062),v=(n(29),n(15),n(62),n(42),n(1353)),f=(n(13),n(37),n(1534)),h={auth:!1,ssr:!1,fetchOnServer:!1,components:{ReviewListing:v.default,ListingTT:f.default},layout:"desktop",data:function(){return{content:{},mapdata:{},location:{},moreEvents:[],loaded:!1}},fetch:function(){var t=this;this.$axios.$get("/api/events/eventlocation/"+this.$route.params.veranstaltungsort+"/").then((function(e){t.location=e,t.moreEvents=e.events})).catch((function(e){console.log("error",e),404===e.response.status&&t.$router.push("/404")}))},head:function(){return{title:this.location.name+" - twotickets",meta:[{hid:"description",name:"description",content:"Finde Veranstaltungen, Freikarten und Erfahrungsberichte im Veranstaltungsort "+this.location.name+" in "+this.location.city+", Bewertung: "+this.location.rating+" von 5"}]}},jsonld:function(){if(!this.location)return{};var t={"@context":"http://schema.org","@type":"Place",name:this.location.name,description:this.location.description,url:this.location.website,image:this.location.image_url,logo:this.location.logo,address:{"@type":"PostalAddress",addressLocality:this.location.city,addressRegion:"DE",postalCode:this.location.zip_code,streetAddress:this.location.street}};return this.location.rating&&this.location.review_count>0&&(t.aggregateRating={"@type":"AggregateRating",ratingValue:this.location.rating,reviewCount:this.location.review_count}),t},computed:{getBreakpoint:function(){return this.$vuetify.breakpoint.name}},watch:{},mounted:function(){var t=this;setTimeout((function(){t.$nuxt.$emit("eventCity",t.location.city),t.$nuxt.$emit("eventLocationName",t.location.name)}),1e3)}},m=(n(2354),n(0)),component=Object(m.a)(h,(function(){var t=this,e=t._self._c;return e("div",[t.location&&t.location.position?e(o.a,{staticClass:"d-flex flex-column align-center pl-lg-15 px-11"},[e(d.a,{staticClass:"align-stretch justify-space-between",staticStyle:{width:"100%","max-width":"600px"},attrs:{"no-gutters":""}},[e("div",{staticClass:"d-flex flex-column justify-space-between",attrs:{id:"locationdetail"}},[e("div",[e(d.a,{staticClass:"align-center",attrs:{"no-gutters":""}},[e("h5",{staticClass:"blackToWhite--text"},[e(r.a,{staticClass:"mr-1 mt-n1",attrs:{color:"primary",size:"15"}},[t._v("\n                $placesolid\n              ")]),t._v(t._s(t.location.name)+"\n            ")],1)]),t._v(" "),e(d.a,{staticClass:"align-center",attrs:{"no-gutters":""}},[e(l.a,{attrs:{id:"rate1",color:"interaction",value:t.location.rating,dense:"",size:"18",readonly:""}}),t._v(" "),e("span",{staticClass:"e2 interaction--text font-weight-bold"},[t._v("\n              ("+t._s(t.location.review_count)+")\n            ")])],1)],1),t._v(" "),e("div",{staticClass:"locationtext mt-sm-6 mt-md-2"},[e("p",{staticClass:"ma-0 font-size-14"},[t._v("\n            "+t._s(t.location.street)+"\n          ")]),t._v(" "),e("p",{staticClass:"ma-0 font-size-14"},[t._v("\n            "+t._s(t.location.zip_code)+" "+t._s(t.location.city)+"\n          ")]),t._v(" "),e("p",{staticClass:"ma-0 font-size-14"},[t._v("\n            "+t._s(t.location.local_traffic_station)+"\n          ")])])]),t._v(" "),e("div",{staticClass:"d-flex flex-column justify-space-between"},[e("div",[e(c.a,{attrs:{id:"locationimage",alt:"Veranstaltungsort Bild",src:t.location.logo,"max-width":t.$vuetify.breakpoint.smAndDown?140:190,height:t.$vuetify.breakpoint.smAndDown?65:90,contain:""}})],1),t._v(" "),t.$vuetify.breakpoint.smAndDown?e("div",[e("p",{staticClass:"e1 small ma-0 fitlineheight"},[t._v("\n            Teilen:\n          ")]),t._v(" "),e("div",{staticClass:"mt-2"},[e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n              $whatsappsolid\n            ")]),t._v(" "),e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n              $telegramicon\n            ")]),t._v(" "),e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n              $mailsolid\n            ")]),t._v(" "),e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n              $shareicon\n            ")])],1)]):t._e()])]),t._v(" "),e("div",{staticClass:"my-10",staticStyle:{"max-width":"600px"},attrs:{id:"map-wrap"}},[e("client-only",[e("l-map",{attrs:{zoom:16,center:[t.location.position.latitude,t.location.position.longitude],options:{attributionControl:!1}}},[e("l-tile-layer",{attrs:{url:"http://{s}.tile.osm.org/{z}/{x}/{y}.png"}}),t._v(" "),e("l-marker",{attrs:{"lat-lng":[t.location.position.latitude,t.location.position.longitude]}})],1)],1)],1),t._v(" "),e(d.a,{staticClass:"justify-space-between",staticStyle:{width:"100%","max-width":"600px"},attrs:{"no-gutters":""}},[e("div",{attrs:{id:"description"}},[e("p",{staticClass:"descriptiontitle"},[t._v("\n          Beschreibung\n        ")]),t._v(" "),e("div",{staticClass:"e1",domProps:{innerHTML:t._s(t.location.description)}})]),t._v(" "),t.$vuetify.breakpoint.mdAndUp?e("div",{staticStyle:{"flex-grow":"1"},attrs:{id:"shareicons"}},[e("p",{staticClass:"e1 ma-0 mb-2 fitlineheight"},[t._v("\n          Teilen:\n        ")]),t._v(" "),e("div",[e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n            $whatsappsolid\n          ")]),t._v(" "),e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n            $telegramicon\n          ")]),t._v(" "),e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n            $mailsolid\n          ")]),t._v(" "),e(r.a,{staticClass:"border",attrs:{color:"interaction"}},[t._v("\n            $shareicon\n          ")])],1)]):t._e()])],1):t._e(),t._v(" "),t.moreEvents&&t.moreEvents.length>0?e("div",{staticClass:"mt-4 pl-5"},[e(d.a,{staticClass:"mt-12 mb-10",attrs:{"no-gutters":""}},[e("h4",{class:t.$vuetify.breakpoint.smAndDown?"text-center px-4":"ml-12"},[t._v("\n        Die nächsten Veranstaltungen des Veranstaltungsortes\n      ")])]),t._v(" "),t.$vuetify.breakpoint.mdAndUp?e("div",[e("ListingTT",{attrs:{events:t.moreEvents,smart:!1,simple:!0,title:"Die nächsten Veranstaltungen des Veranstalters"}})],1):e("div",[e("SliderTT",{attrs:{events:t.moreEvents,"more-events":t.moreEvents,size:"m",loaded:Boolean(t.moreEvents)}})],1)],1):t._e(),t._v(" "),t.location&&t.location.reviews&&t.location.reviews.length>0?e("div",{staticClass:"review-section mt-8"},[e("div",{staticClass:"desktoplayout",attrs:{id:"reviewlisting"}},[e("ReviewListing",{staticClass:"pl-lg-15",attrs:{reviews:t.location.reviews,"is-event-detail":!1,canreview:!0}})],1)]):t._e()],1)}),[],!1,null,"1f2b4dc2",null);e.default=component.exports;installComponents(component,{SliderTT:n(1151).default,ReviewListing:n(1353).default})}}]);