(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{5557:function(e,a,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/",function(){return t(7052)}])},7052:function(e,a,t){"use strict";t.r(a),t.d(a,{default:function(){return Home}});var s=t(1309),n=t(5893),i=t(5379),r=t.n(i),o=t(7294),c=t(1163),l=t(9008),d=t.n(l);function Home(){(0,c.useRouter)();var e=(0,s._)((0,o.useState)(!1),2),a=e[0],t=e[1];return(0,o.useEffect)(function(){t(!0)},[]),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a "+"homeContainer ".concat(a?"loaded":""),children:[(0,n.jsxs)(d(),{children:[(0,n.jsx)("title",{className:"jsx-11f048cdb32eca4a",children:"Speisekarte App | Platz im Herzen"}),(0,n.jsx)("meta",{name:"description",content:"Digitale Speisekarte f\xfcr Platz im Herzen",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("link",{href:"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap",rel:"stylesheet",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("link",{href:"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap",rel:"stylesheet",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("script",{src:"https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("style",{dangerouslySetInnerHTML:{__html:'\n            body { background:#0c0c0c; margin:0 }\n            .screens-wall { width:100vw;height:100vh;overflow:hidden;position:relative;background:#0c0c0c }\n            .screens-wall__lanes { display:flex;justify-content:space-between;height:100%;gap:0;width:100%;padding:0 20px }\n            .lane { width:20%;overflow:hidden;position:relative;background:#0c0c0c }\n            .left-lanes { margin-right:5px }\n            .right-lanes { margin-left:5px }\n            .center-space { width:20% }\n            @media(max-width:991px) { .lane { width:18% } .center-space { width:28%; min-width:150px } .lane__track img { height:450px } }\n            @media(max-width:768px) { \n              .screens-wall__lanes { padding:0 10px }\n              .lane { width:22% } \n              .center-space { width:15%; min-width:80px }\n              .lane__track img { height:400px }\n              h2.hero-title { font-size:clamp(18px, 2.5vw, 30px); max-width:280px; }\n              .hero-mask { background:radial-gradient(ellipse at center,rgba(0,0,0,0.1) 0%,rgba(12,12,12,.97) 50%,rgba(12,12,12,1) 70%) }\n            }\n            @media(max-width:480px) { \n              .screens-wall__lanes { padding:0 8px }\n              .lane { \n                width:38%; \n                overflow:visible;\n                transform: translateZ(0);\n                -webkit-transform: translateZ(0);\n                backface-visibility: hidden;\n                -webkit-backface-visibility: hidden;\n                perspective: 1000px;\n                -webkit-perspective: 1000px;\n              } \n              .lane-mobile-hidden { display:none !important }\n              .lane-mobile-visible { display:block }\n              .center-space { width:24%; min-width:60px }\n              .lane__track { \n                will-change: transform;\n                backface-visibility: hidden;\n                -webkit-backface-visibility: hidden;\n                transform: translateZ(0);\n                -webkit-transform: translateZ(0);\n                animation-fill-mode: both;\n                perspective: 1000px;\n                -webkit-perspective: 1000px;\n              }\n              .lane__track img { \n                height:320px; \n                margin-bottom:5px; \n                border-radius:3px;\n                transform: translateZ(0);\n                -webkit-transform: translateZ(0);\n                will-change: transform;\n                backface-visibility: hidden;\n                -webkit-backface-visibility: hidden;\n              }\n              h2.hero-title { \n                font-size:clamp(16px, 2vw, 24px); \n                white-space:nowrap; \n                max-width:240px; \n                padding:8px 12px;\n                text-align: center;\n              }\n              .hero-mask { \n                background:radial-gradient(ellipse at center,rgba(0,0,0,0.3) 0%,rgba(12,12,12,.99) 40%,rgba(12,12,12,1) 60%);\n                pointer-events: none;\n              }\n              @keyframes scroll-up { \n                0% { transform:translate3d(0,0,0) } \n                100% { transform:translate3d(0,-30%,0) } \n              }\n              @keyframes scroll-down { \n                0% { transform:translate3d(0,-30%,0) } \n                100% { transform:translate3d(0,0,0) } \n              }\n              .lane[data-dir="up"] .lane__track {\n                animation: scroll-up 20s linear infinite;\n                animation-fill-mode: both;\n                transform: translate3d(0,0,0);\n              }\n              .lane[data-dir="down"] .lane__track {\n                animation: scroll-down 20s linear infinite;\n                animation-fill-mode: both;\n                transform: translate3d(0,0,0);\n              }\n            }\n            .lane__track { display:block;list-style:none;padding:0;margin:0 }\n            .lane__track img {\n              width:100%;\n              height:500px;\n              object-fit:cover;\n              margin:0 0 10px;\n              filter:brightness(90%);\n              border-radius:4px;\n              box-shadow:0 8px 24px rgba(0,0,0,0.2);\n              transition:all 0.4s ease;\n              background:#0c0c0c;\n              display:block;\n            }\n            .lane__track img:hover {\n              transform:scale(1.05);\n              filter:brightness(100%);\n            }\n            @media(max-width:480px) {\n              .lane__track img:hover {\n                transform:none;\n                filter:brightness(95%);\n              }\n            }\n            .hero-mask {\n              position:absolute;\n              inset:0;\n              pointer-events:none;\n              background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(12,12,12,.95) 60%,rgba(12,12,12,1) 80%);\n            }\n            h2.hero-title {\n              position: absolute;\n              top: 50%;\n              left: 50%;\n              transform: translate(-50%,-50%);\n              font-family: "Montserrat", sans-serif;\n              font-weight: 500;\n              font-size: clamp(24px, 3vw, 36px);\n              color: #fff;\n              letter-spacing: .05em;\n              margin: 0;\n              text-align: center;\n              text-transform: none;\n              line-height: 1.4;\n              text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n              padding: 15px 25px;\n            }\n            @keyframes scroll-up {\n              0% { transform:translateY(0) }\n              100% { transform:translateY(-50%) }\n            }\n            @keyframes scroll-down {\n              0% { transform:translateY(-50%) }\n              100% { transform:translateY(0) }\n            }\n            .lane[data-dir="up"] .lane__track {\n              animation:scroll-up 30s linear infinite;\n            }\n            .lane[data-dir="down"] .lane__track {\n              animation:scroll-down 30s linear infinite;\n            }\n            @media(max-width:480px) {\n              .lane[data-dir="up"] .lane__track {\n                animation:scroll-up 20s linear infinite;\n              }\n              .lane[data-dir="down"] .lane__track {\n                animation:scroll-down 20s linear infinite;\n              }\n            }\n            .lane:hover .lane__track {\n              animation-play-state:paused;\n            }\n          '}})]}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a logoContainer",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Platz%20im%20Herzen%20Logo%20white.png?alt=media",alt:"Platz im Herzen Logo",className:"jsx-11f048cdb32eca4a logo"})}),(0,n.jsx)("main",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a titleTop",children:"Platz"})}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a titleBottom",children:"im Herzen"})]}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a bookTableButtonContainer",children:(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a bookTableButtonWrapper",children:(0,n.jsx)("a",{href:"https://app.resmio.com/platz-im-herzen-ch/widget",target:"_blank",rel:"noopener noreferrer",className:"jsx-11f048cdb32eca4a",children:(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a bookTableButton",children:[(0,n.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"jsx-11f048cdb32eca4a bookTableIcon",children:[(0,n.jsx)("path",{d:"M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M16 2V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M8 2V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M3 10H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"})]}),"Book a table"]})})})}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a discoverSection",children:(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a discoverImagesContainer",children:[(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a discoverLeftImage",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FWEE06378.jpg?alt=media",alt:"Linkes Bild",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a discoverContent",children:(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a discoverTextWrapper",children:[(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a discoverLabel",children:"Discover"}),(0,n.jsx)("h2",{className:"jsx-11f048cdb32eca4a discoverTitle",children:"Platz im Herzen"})]})}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a discoverRightImage",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FPIH_Interieur2.webp?alt=media",alt:"Rechtes Bild",className:"jsx-11f048cdb32eca4a"})})]})}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a screens-wall",children:[(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a hero-mask"}),(0,n.jsxs)("h2",{className:"jsx-11f048cdb32eca4a hero-title",children:["The art of",(0,n.jsx)("br",{className:"jsx-11f048cdb32eca4a"}),"celebrating life"]}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a screens-wall__lanes",children:[(0,n.jsx)("div",{"data-dir":"up","data-speed":"7",className:"jsx-11f048cdb32eca4a lane left-lanes lane-mobile-visible",children:(0,n.jsxs)("ul",{className:"jsx-11f048cdb32eca4a lane__track",children:[(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"/images/hero/restaurant.jpg",alt:"The Art of Celebrating 2",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"/images/hero/food.jpg",alt:"Kulinarische Erlebnisse",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-04.webp?alt=media",alt:"The Art of Celebrating 4",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-05.webp?alt=media",alt:"The Art of Celebrating 5",loading:"lazy",className:"jsx-11f048cdb32eca4a"})})]})}),(0,n.jsx)("div",{"data-dir":"down","data-speed":"8",className:"jsx-11f048cdb32eca4a lane left-lanes lane-mobile-hidden",children:(0,n.jsxs)("ul",{className:"jsx-11f048cdb32eca4a lane__track",children:[(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-06.webp?alt=media",alt:"The Art of Celebrating 6",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-07.webp?alt=media",alt:"The Art of Celebrating 7",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-08.webp?alt=media",alt:"The Art of Celebrating 8",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-09.webp?alt=media",alt:"The Art of Celebrating 9",loading:"lazy",className:"jsx-11f048cdb32eca4a"})})]})}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a center-space"}),(0,n.jsx)("div",{"data-dir":"up","data-speed":"6",className:"jsx-11f048cdb32eca4a lane right-lanes lane-mobile-visible",children:(0,n.jsxs)("ul",{className:"jsx-11f048cdb32eca4a lane__track",children:[(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-11.webp?alt=media",alt:"The Art of Celebrating 11",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-12.webp?alt=media",alt:"The Art of Celebrating 12",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-13.webp?alt=media",alt:"The Art of Celebrating 13",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-14.webp?alt=media",alt:"The Art of Celebrating 14",loading:"lazy",className:"jsx-11f048cdb32eca4a"})})]})}),(0,n.jsx)("div",{"data-dir":"down","data-speed":"9",className:"jsx-11f048cdb32eca4a lane right-lanes lane-mobile-hidden",children:(0,n.jsxs)("ul",{className:"jsx-11f048cdb32eca4a lane__track",children:[(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-16.webp?alt=media",alt:"The Art of Celebrating 16",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-17.webp?alt=media",alt:"The Art of Celebrating 17",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-18.webp?alt=media",alt:"The Art of Celebrating 18",loading:"lazy",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("li",{className:"jsx-11f048cdb32eca4a",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FMoods%2FPIH-19.webp?alt=media",alt:"The Art of Celebrating 19",loading:"lazy",className:"jsx-11f048cdb32eca4a"})})]})})]})]}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a aboutSection",children:(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutContainer",children:[(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutHeader",children:[(0,n.jsx)("span",{className:"jsx-11f048cdb32eca4a aboutOverline",children:"✨ \xdcber uns"}),(0,n.jsx)("h2",{className:"jsx-11f048cdb32eca4a aboutTitle",children:"Platz im Herzen"}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a titleDecoration",children:[(0,n.jsx)("span",{className:"jsx-11f048cdb32eca4a titleLine"}),(0,n.jsx)("span",{className:"jsx-11f048cdb32eca4a titleDot"}),(0,n.jsx)("span",{className:"jsx-11f048cdb32eca4a titleLine"})]})]}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutContent",children:[(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutTextColumn",children:[(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a aboutLead",children:"Frankfurt hat's vorgemacht. Jetzt gibt's das Ganze auch in der Schweiz."}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutText",children:[(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Zweite Location, gleiche Energie: laute Teller, leise Wow-Momente – und immer ein bisschen mehr als du erwartet hast. Bei uns geht's nicht um \"so haben wir's schon immer gemacht\". Bei uns geht's darum, wie du dich f\xfchlst, wenn du's erlebst."}),(0,n.jsx)("h3",{className:"jsx-11f048cdb32eca4a aboutSubtitle",children:"\uD83C\uDFAD Was wir machen?"}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Wir servieren keine Klassiker – wir inszenieren Geschmack. Unsere K\xfcche ist mutig, kreativ und voller Charakter. Inspiriert von allem, was Spa\xdf macht. Ohne Regelbuch. Daf\xfcr mit Feuer, Rauch und Signature-Vibes."}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Unsere G\xe4ste? Mitten im Geschehen. Dinner bei uns ist keine stille Angelegenheit. Es wird flambiert, gelacht, gefilmt, angesto\xdfen – und manchmal tanzt sogar der Kellner."}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Zutaten? Frisch & frech. Wir kochen saisonal, mit dem, was jetzt knallt – nicht was irgendwo Standard ist."}),(0,n.jsx)("h3",{className:"jsx-11f048cdb32eca4a aboutSubtitle",children:"\uD83E\uDD42 Warum du kommen solltest?"}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Weil du's satt hast, wie immer essen zu gehen. Weil du was f\xfchlst, wenn Essen mehr ist als nur satt werden. Und ganz ehrlich – weil Platz im Herzen einfach Spa\xdf macht."}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Jetzt auch in der Schweiz. Gleiche Show. Neue B\xfchne. Wir freuen uns auf dich – egal, ob du nur guckst oder gleich mittanzt."})]}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutFeatures",children:[(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a featureItem",children:[(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a featureIcon",children:(0,n.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"jsx-11f048cdb32eca4a",children:[(0,n.jsx)("path",{d:"M11 3H13C13.5523 3 14 3.44772 14 4V20C14 20.5523 13.5523 21 13 21H11C10.4477 21 10 20.5523 10 20V4C10 3.44772 10.4477 3 11 3Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M4 7H6C6.55228 7 7 7.44772 7 8V20C7 20.5523 6.55228 21 6 21H4C3.44772 21 3 20.5523 3 20V8C3 7.44772 3.44772 7 4 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M18 7H20C20.5523 7 21 7.44772 21 8V20C21 20.5523 20.5523 21 20 21H18C17.4477 21 17 20.5523 17 20V8C17 7.44772 17.4477 7 18 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"})]})}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a featureContent",children:[(0,n.jsx)("h4",{className:"jsx-11f048cdb32eca4a",children:"Kreative K\xfcche"}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Mutige Kombinationen und innovative Geschmackserlebnisse, die \xfcberraschen."})]})]}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a featureItem",children:[(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a featureIcon",children:(0,n.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"jsx-11f048cdb32eca4a",children:[(0,n.jsx)("path",{d:"M3 6L6 7V18L3 17V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M6 7L9 6V17L6 18V7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M9 6L12 7V18L9 17V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M12 7L15 6V17L12 18V7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M15 6L18 7V18L15 17V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M18 7L21 6V17L18 18V7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"})]})}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a featureContent",children:[(0,n.jsx)("h4",{className:"jsx-11f048cdb32eca4a",children:"Lebendige Atmosph\xe4re"}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Ein Ort voller Energie, wo jeder Besuch zu einem Erlebnis wird."})]})]}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a featureItem",children:[(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a featureIcon",children:(0,n.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"jsx-11f048cdb32eca4a",children:[(0,n.jsx)("path",{d:"M5 12H19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"}),(0,n.jsx)("path",{d:"M12 5L19 12L12 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-11f048cdb32eca4a"})]})}),(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a featureContent",children:[(0,n.jsx)("h4",{className:"jsx-11f048cdb32eca4a",children:"Signature Events"}),(0,n.jsx)("p",{className:"jsx-11f048cdb32eca4a",children:"Besondere Anl\xe4sse mit unserer einzigartigen Platz im Herzen Note."})]})]})]})]}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a aboutImageColumn",children:(0,n.jsxs)("div",{className:"jsx-11f048cdb32eca4a aboutImageContainer",children:[(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FPIH_Sketch_1.png?alt=media&token=6d8b5736-f7f8-4c0f-a930-22d62a367116",alt:"Restaurant Illustration",className:"jsx-11f048cdb32eca4a aboutMainImage"}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a aboutAccentImage",children:(0,n.jsx)("img",{src:"https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Home%2FPIH_Interieur1.webp?alt=media&token=d0428a62-763d-4f84-b9e7-f6c90d878207",alt:"Restaurant Detail",className:"jsx-11f048cdb32eca4a"})}),(0,n.jsx)("div",{className:"jsx-11f048cdb32eca4a imageDecoration"})]})})]})]})}),(0,n.jsx)(r(),{id:"11f048cdb32eca4a",children:'@-webkit-keyframes scroll-up{0%{-webkit-transform:translatey(0);transform:translatey(0)}100%{-webkit-transform:translatey(-50%);transform:translatey(-50%)}}@-moz-keyframes scroll-up{0%{-moz-transform:translatey(0);transform:translatey(0)}100%{-moz-transform:translatey(-50%);transform:translatey(-50%)}}@-o-keyframes scroll-up{0%{-o-transform:translatey(0);transform:translatey(0)}100%{-o-transform:translatey(-50%);transform:translatey(-50%)}}@keyframes scroll-up{0%{-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}100%{-webkit-transform:translatey(-50%);-moz-transform:translatey(-50%);-o-transform:translatey(-50%);transform:translatey(-50%)}}@-webkit-keyframes scroll-down{0%{-webkit-transform:translatey(-50%);transform:translatey(-50%)}100%{-webkit-transform:translatey(0);transform:translatey(0)}}@-moz-keyframes scroll-down{0%{-moz-transform:translatey(-50%);transform:translatey(-50%)}100%{-moz-transform:translatey(0);transform:translatey(0)}}@-o-keyframes scroll-down{0%{-o-transform:translatey(-50%);transform:translatey(-50%)}100%{-o-transform:translatey(0);transform:translatey(0)}}@keyframes scroll-down{0%{-webkit-transform:translatey(-50%);-moz-transform:translatey(-50%);-o-transform:translatey(-50%);transform:translatey(-50%)}100%{-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}.screensWallSection.jsx-11f048cdb32eca4a{min-height:100vh;width:100%;background-color:#0c0c0c;position:relative;overflow:hidden;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lane.jsx-11f048cdb32eca4a,.lane__track.jsx-11f048cdb32eca4a,.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a{background-color:#0c0c0c}.sectionHeader.jsx-11f048cdb32eca4a{text-align:center;margin-bottom:60px;z-index:2;position:relative}.sectionTitle.jsx-11f048cdb32eca4a{font-size:4rem;font-weight:400;letter-spacing:1px;color:white;line-height:1.2;margin:0;font-family:"Montserrat",sans-serif}.screensWallContainer.jsx-11f048cdb32eca4a{height:100vh;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0;padding:0 20px;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.left-lanes.jsx-11f048cdb32eca4a{margin-right:10px}.right-lanes.jsx-11f048cdb32eca4a{margin-left:10px}.lane.jsx-11f048cdb32eca4a{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;overflow:hidden;position:relative;height:100%;width:320px;border:none;background-color:#0c0c0c}.center-space.jsx-11f048cdb32eca4a{width:25%;min-width:200px}.lane__track.jsx-11f048cdb32eca4a{position:relative;list-style:none;padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:opacity.3s ease;-moz-transition:opacity.3s ease;-o-transition:opacity.3s ease;transition:opacity.3s ease;height:auto;will-change:transform}.lane[data-dir="up"].jsx-11f048cdb32eca4a .lane__track.jsx-11f048cdb32eca4a{-webkit-animation:scroll-up 30s linear infinite;-moz-animation:scroll-up 30s linear infinite;-o-animation:scroll-up 30s linear infinite;animation:scroll-up 30s linear infinite}.lane[data-dir="down"].jsx-11f048cdb32eca4a .lane__track.jsx-11f048cdb32eca4a{-webkit-animation:scroll-down 30s linear infinite;-moz-animation:scroll-down 30s linear infinite;-o-animation:scroll-down 30s linear infinite;animation:scroll-down 30s linear infinite}.lane.jsx-11f048cdb32eca4a:hover .lane__track.jsx-11f048cdb32eca4a{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}.lane__track.jsx-11f048cdb32eca4a:hover{opacity:.9}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a{margin-bottom:10px;overflow:hidden;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;height:500px;background-color:#0c0c0c;width:100%;position:relative}.lane__track.jsx-11f048cdb32eca4a img.jsx-11f048cdb32eca4a{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform.5s ease;-moz-transition:-moz-transform.5s ease;-o-transition:-o-transform.5s ease;transition:-webkit-transform.5s ease;transition:-moz-transform.5s ease;transition:-o-transform.5s ease;transition:transform.5s ease}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a:hover img.jsx-11f048cdb32eca4a{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}@media(max-width:1023px){.hero-mask.jsx-11f048cdb32eca4a{background:-webkit-radial-gradient(center,circle,rgba(0,0,0,0)0%,rgba(12,12,12,.9)50%,rgba(12,12,12,1)70%);background:-moz-radial-gradient(center,circle,rgba(0,0,0,0)0%,rgba(12,12,12,.9)50%,rgba(12,12,12,1)70%);background:-o-radial-gradient(center,circle,rgba(0,0,0,0)0%,rgba(12,12,12,.9)50%,rgba(12,12,12,1)70%);background:radial-gradient(circle at center,rgba(0,0,0,0)0%,rgba(12,12,12,.9)50%,rgba(12,12,12,1)70%)}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a{height:450px;margin-bottom:8px}}@media(max-width:767px){.hero-mask.jsx-11f048cdb32eca4a{background:-webkit-radial-gradient(center,circle,rgba(0,0,0,.2)0%,rgba(12,12,12,.95)45%,rgba(12,12,12,1)65%);background:-moz-radial-gradient(center,circle,rgba(0,0,0,.2)0%,rgba(12,12,12,.95)45%,rgba(12,12,12,1)65%);background:-o-radial-gradient(center,circle,rgba(0,0,0,.2)0%,rgba(12,12,12,.95)45%,rgba(12,12,12,1)65%);background:radial-gradient(circle at center,rgba(0,0,0,.2)0%,rgba(12,12,12,.95)45%,rgba(12,12,12,1)65%)}.screens-wall__lanes.jsx-11f048cdb32eca4a{padding:0 10px}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a{height:400px;margin-bottom:6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a:hover img.jsx-11f048cdb32eca4a{-webkit-transform:scale(1.03);-moz-transform:scale(1.03);-ms-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03)}h2.hero-title.jsx-11f048cdb32eca4a{width:90%;max-width:280px;padding:10px 15px;line-height:1.3}}@media(max-width:480px){.hero-mask.jsx-11f048cdb32eca4a{background:-webkit-radial-gradient(center,circle,rgba(0,0,0,.3)0%,rgba(12,12,12,.98)40%,rgba(12,12,12,1)60%);background:-moz-radial-gradient(center,circle,rgba(0,0,0,.3)0%,rgba(12,12,12,.98)40%,rgba(12,12,12,1)60%);background:-o-radial-gradient(center,circle,rgba(0,0,0,.3)0%,rgba(12,12,12,.98)40%,rgba(12,12,12,1)60%);background:radial-gradient(circle at center,rgba(0,0,0,.3)0%,rgba(12,12,12,.98)40%,rgba(12,12,12,1)60%)}.screens-wall__lanes.jsx-11f048cdb32eca4a{padding:0 5px}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a{height:320px;margin-bottom:5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.left-lanes.jsx-11f048cdb32eca4a,.right-lanes.jsx-11f048cdb32eca4a{margin-right:3px;margin-left:3px}.lane__track.jsx-11f048cdb32eca4a li.jsx-11f048cdb32eca4a:hover img.jsx-11f048cdb32eca4a{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}h2.hero-title.jsx-11f048cdb32eca4a{width:85%;max-width:240px;font-size:max(16px,min(2vw,24px));font-size:clamp(16px,2vw,24px);white-space:nowrap;padding:8px 12px}.lane[data-dir="up"].jsx-11f048cdb32eca4a .lane__track.jsx-11f048cdb32eca4a{-webkit-animation-duration:25s;-moz-animation-duration:25s;-o-animation-duration:25s;animation-duration:25s}.lane[data-dir="down"].jsx-11f048cdb32eca4a .lane__track.jsx-11f048cdb32eca4a{-webkit-animation-duration:25s;-moz-animation-duration:25s;-o-animation-duration:25s;animation-duration:25s}}.homeContainer.jsx-11f048cdb32eca4a{min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-transition:opacity.8s ease,-webkit-transform.8s ease;-moz-transition:opacity.8s ease,-moz-transform.8s ease;-o-transition:opacity.8s ease,-o-transform.8s ease;transition:opacity.8s ease,-webkit-transform.8s ease;transition:opacity.8s ease,-moz-transform.8s ease;transition:opacity.8s ease,-o-transform.8s ease;transition:opacity.8s ease,transform.8s ease;position:relative;overflow:hidden;background-image:url("https://firebasestorage.googleapis.com/v0/b/platz-im-herzen-ch-67261.firebasestorage.app/o/Background%2FChatGPT%20Image%2017.%20Apr.%202025%2C%2010_19_14-2-2.webp?alt=media");-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;font-family:"Montserrat",sans-serif}.homeContainer.loaded.jsx-11f048cdb32eca4a{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-ms-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}.logoContainer.jsx-11f048cdb32eca4a{position:absolute;top:3%;left:50%;-webkit-transform:translatex(-50%);-moz-transform:translatex(-50%);-ms-transform:translatex(-50%);-o-transform:translatex(-50%);transform:translatex(-50%);z-index:5;width:150px}.logo.jsx-11f048cdb32eca4a{width:100%;height:auto}.titleTop.jsx-11f048cdb32eca4a{position:absolute;top:35%;left:3%;font-size:10rem;font-weight:400;color:white;z-index:2;line-height:.8}.titleBottom.jsx-11f048cdb32eca4a{position:absolute;bottom:18%;right:3%;font-size:7rem;font-weight:400;color:white;z-index:2;text-align:right;line-height:.9}.discoverSection.jsx-11f048cdb32eca4a{min-height:100vh;width:100%;background-color:#0a0a0a;position:relative;overflow:hidden;font-family:"Montserrat",sans-serif}.discoverImagesContainer.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:100vh}.discoverLeftImage.jsx-11f048cdb32eca4a,.discoverRightImage.jsx-11f048cdb32eca4a{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.discoverLeftImage.jsx-11f048cdb32eca4a img.jsx-11f048cdb32eca4a,.discoverRightImage.jsx-11f048cdb32eca4a img.jsx-11f048cdb32eca4a{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.7;-webkit-filter:brightness(.6);filter:brightness(.6)}.discoverContent.jsx-11f048cdb32eca4a{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.discoverTextWrapper.jsx-11f048cdb32eca4a{text-align:center;color:white}.discoverLabel.jsx-11f048cdb32eca4a{font-size:2.5rem;font-style:italic;margin-bottom:.5rem;opacity:.9}.discoverTitle.jsx-11f048cdb32eca4a{font-size:3rem;font-weight:400;margin:0 0 20px 0;letter-spacing:1px}@media(max-width:1200px){.titleTop.jsx-11f048cdb32eca4a{font-size:8rem}.titleBottom.jsx-11f048cdb32eca4a{font-size:5.5rem}.discoverTitle.jsx-11f048cdb32eca4a{font-size:4rem}}@media(max-width:768px){.logoContainer.jsx-11f048cdb32eca4a{width:120px;top:2%}.titleTop.jsx-11f048cdb32eca4a{font-size:6rem;top:30%}.titleBottom.jsx-11f048cdb32eca4a{font-size:4rem;bottom:15%}.discoverImagesContainer.jsx-11f048cdb32eca4a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.discoverLeftImage.jsx-11f048cdb32eca4a,.discoverRightImage.jsx-11f048cdb32eca4a{height:50vh}.discoverTitle.jsx-11f048cdb32eca4a{font-size:3rem}.discoverLabel.jsx-11f048cdb32eca4a{font-size:1.2rem}}@media(max-width:480px){.logoContainer.jsx-11f048cdb32eca4a{width:90px;top:2%}.titleTop.jsx-11f048cdb32eca4a{font-size:4rem;top:25%}.titleBottom.jsx-11f048cdb32eca4a{font-size:2.5rem;bottom:10%}.discoverTitle.jsx-11f048cdb32eca4a{font-size:2.5rem}.discoverLabel.jsx-11f048cdb32eca4a{font-size:1rem}}.aboutSection.jsx-11f048cdb32eca4a{background-color:#000;color:white;padding:120px 0;position:relative;overflow:hidden;font-family:"Montserrat",sans-serif}.aboutContainer.jsx-11f048cdb32eca4a{max-width:1400px;margin:0 auto;padding:0 40px}.aboutHeader.jsx-11f048cdb32eca4a{text-align:center;margin-bottom:60px;position:relative}.aboutOverline.jsx-11f048cdb32eca4a{display:block;font-size:1rem;font-weight:400;color:rgba(255,255,255,.7);margin-bottom:10px;letter-spacing:3px;text-transform:uppercase}.aboutTitle.jsx-11f048cdb32eca4a{font-size:3.5rem;font-weight:600;margin:0 0 20px;letter-spacing:1px;background:-webkit-linear-gradient(left,#fff,#d0d0d0);background:-moz-linear-gradient(left,#fff,#d0d0d0);background:-o-linear-gradient(left,#fff,#d0d0d0);background:linear-gradient(90deg,#fff,#d0d0d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.titleDecoration.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.titleLine.jsx-11f048cdb32eca4a{height:1px;width:60px;background-color:rgba(255,255,255,.3)}.titleDot.jsx-11f048cdb32eca4a{width:8px;height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:rgba(255,255,255,.6)}.aboutContent.jsx-11f048cdb32eca4a{display:grid;grid-template-columns:1fr 1fr;gap:60px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aboutTextColumn.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.aboutLead.jsx-11f048cdb32eca4a{font-size:1.8rem;line-height:1.4;font-weight:300;color:rgba(255,255,255,.9);margin:0;border-left:3px solid rgba(255,255,255,.2);padding-left:20px}.aboutText.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.aboutText.jsx-11f048cdb32eca4a p.jsx-11f048cdb32eca4a{font-size:1rem;line-height:1.7;margin:0;color:rgba(255,255,255,.7)}.aboutFeatures.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;margin-top:20px}.featureItem.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.featureIcon.jsx-11f048cdb32eca4a{width:52px;height:52px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background:-webkit-linear-gradient(305deg,rgba(255,255,255,.1),rgba(255,255,255,.05));background:-moz-linear-gradient(305deg,rgba(255,255,255,.1),rgba(255,255,255,.05));background:-o-linear-gradient(305deg,rgba(255,255,255,.1),rgba(255,255,255,.05));background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.05));display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.1)}.featureContent.jsx-11f048cdb32eca4a{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.featureContent.jsx-11f048cdb32eca4a h4.jsx-11f048cdb32eca4a{font-size:1.2rem;font-weight:500;margin:0 0 8px;color:rgba(255,255,255,.9)}.featureContent.jsx-11f048cdb32eca4a p.jsx-11f048cdb32eca4a{font-size:.95rem;line-height:1.6;margin:0;color:rgba(255,255,255,.7)}.aboutImageColumn.jsx-11f048cdb32eca4a{position:relative}.aboutImageContainer.jsx-11f048cdb32eca4a{position:relative;width:100%;padding-top:120%}.aboutMainImage.jsx-11f048cdb32eca4a{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.5);-moz-box-shadow:0 25px 50px -12px rgba(0,0,0,.5);box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.aboutAccentImage.jsx-11f048cdb32eca4a{position:absolute;bottom:-10%;right:-10%;width:60%;height:50%;z-index:2;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.8);-moz-box-shadow:0 25px 50px -12px rgba(0,0,0,.8);box-shadow:0 25px 50px -12px rgba(0,0,0,.8)}.aboutAccentImage.jsx-11f048cdb32eca4a img.jsx-11f048cdb32eca4a{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.imageDecoration.jsx-11f048cdb32eca4a{position:absolute;top:-20px;left:-20px;width:150px;height:150px;border:2px solid rgba(255,255,255,.1);-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;z-index:-1}@media(max-width:1200px){.aboutLead.jsx-11f048cdb32eca4a{font-size:1.6rem}.aboutTitle.jsx-11f048cdb32eca4a{font-size:3rem}}@media(max-width:992px){.aboutSection.jsx-11f048cdb32eca4a{padding:90px 0}.aboutContent.jsx-11f048cdb32eca4a{grid-template-columns:1fr;gap:60px}.aboutImageContainer.jsx-11f048cdb32eca4a{padding-top:80%;max-width:600px;margin:0 auto}.aboutTextColumn.jsx-11f048cdb32eca4a{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.aboutImageColumn.jsx-11f048cdb32eca4a{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media(max-width:768px){.aboutSection.jsx-11f048cdb32eca4a{padding:70px 0}.aboutContainer.jsx-11f048cdb32eca4a{padding:0 25px}.aboutTitle.jsx-11f048cdb32eca4a{font-size:2.5rem}.aboutLead.jsx-11f048cdb32eca4a{font-size:1.4rem}.featureItem.jsx-11f048cdb32eca4a{gap:15px}.featureIcon.jsx-11f048cdb32eca4a{width:45px;height:45px}}@media(max-width:480px){.aboutSection.jsx-11f048cdb32eca4a{padding:50px 0}.aboutContainer.jsx-11f048cdb32eca4a{padding:0 20px}.aboutTitle.jsx-11f048cdb32eca4a{font-size:2rem}.aboutOverline.jsx-11f048cdb32eca4a{font-size:.9rem}.aboutLead.jsx-11f048cdb32eca4a{font-size:1.2rem;padding-left:15px}.featureIcon.jsx-11f048cdb32eca4a{width:40px;height:40px}.featureContent.jsx-11f048cdb32eca4a h4.jsx-11f048cdb32eca4a{font-size:1.1rem}.featureContent.jsx-11f048cdb32eca4a p.jsx-11f048cdb32eca4a{font-size:.9rem}.aboutHeader.jsx-11f048cdb32eca4a{margin-bottom:40px}}.bookTableButtonContainer.jsx-11f048cdb32eca4a{position:fixed;bottom:24px;left:0;right:0;padding:0 24px;z-index:100;pointer-events:none}.bookTableButtonWrapper.jsx-11f048cdb32eca4a{max-width:1120px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:auto}.bookTableButton.jsx-11f048cdb32eca4a{background-color:#222;color:white;padding:14px 24px;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;font-weight:600;font-size:15px;cursor:pointer;-webkit-transition:-webkit-transform.2s ease,background-color.2s ease;-moz-transition:-moz-transform.2s ease,background-color.2s ease;-o-transition:-o-transform.2s ease,background-color.2s ease;transition:-webkit-transform.2s ease,background-color.2s ease;transition:-moz-transform.2s ease,background-color.2s ease;transition:-o-transform.2s ease,background-color.2s ease;transition:transform.2s ease,background-color.2s ease;white-space:nowrap;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.2);-moz-box-shadow:0 6px 20px rgba(0,0,0,.2);box-shadow:0 6px 20px rgba(0,0,0,.2);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.bookTableIcon.jsx-11f048cdb32eca4a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bookTableButton.jsx-11f048cdb32eca4a:hover{background-color:#000;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}@media(max-width:768px){.bookTableButtonContainer.jsx-11f048cdb32eca4a{bottom:20px;padding:0 16px}.bookTableButton.jsx-11f048cdb32eca4a{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 24px;font-size:14px}}.aboutSubtitle.jsx-11f048cdb32eca4a{font-size:1.5rem;font-weight:600;color:#fff;margin:2rem 0 1rem;font-family:"Montserrat",sans-serif}.aboutText.jsx-11f048cdb32eca4a p.jsx-11f048cdb32eca4a{margin-bottom:1.2rem;line-height:1.6;color:rgba(255,255,255,.9)}.aboutOverline.jsx-11f048cdb32eca4a{font-size:1.1rem;letter-spacing:.05em}.aboutLead.jsx-11f048cdb32eca4a{font-size:1.4rem;font-weight:500;margin-bottom:2rem;color:#fff}@media(max-width:768px){.aboutSubtitle.jsx-11f048cdb32eca4a{font-size:1.3rem;margin:1.5rem 0 .8rem}.aboutLead.jsx-11f048cdb32eca4a{font-size:1.2rem;margin-bottom:1.5rem}.aboutText.jsx-11f048cdb32eca4a p.jsx-11f048cdb32eca4a{font-size:.95rem}}'}),(0,n.jsx)("script",{dangerouslySetInnerHTML:{__html:"\n          // Screens Wall Animation\n          document.addEventListener('DOMContentLoaded', function() {\n            setTimeout(function() {\n              const lanes = document.querySelectorAll('.lane');\n              const isMobile = window.innerWidth < 768;\n              const isVerySmall = window.innerWidth < 480;\n              \n              lanes.forEach(lane => {\n                if (isVerySmall && lane.classList.contains('lane-mobile-hidden')) {\n                  return;\n                }\n                \n                const laneTrack = lane.querySelector('.lane__track');\n                if (!laneTrack) return;\n                \n                const items = laneTrack.querySelectorAll('li');\n                \n                // Dupliziere Bilder f\xfcr nahtloses Scrollen\n                if (items.length <= 4) {\n                  const clonedItems = Array.from(items).map(item => item.cloneNode(true));\n                  clonedItems.forEach(clone => laneTrack.appendChild(clone));\n                  \n                  // F\xfcr mobile Ger\xe4te mehr Duplikate\n                  if (isVerySmall) {\n                    const moreClones = Array.from(items).map(item => item.cloneNode(true));\n                    moreClones.forEach(clone => laneTrack.appendChild(clone));\n                  }\n                }\n                \n                // Touch Events f\xfcr mobile Ger\xe4te\n                let touchStartY;\n                \n                lane.addEventListener('touchstart', (e) => {\n                  touchStartY = e.touches[0].clientY;\n                  laneTrack.style.animationPlayState = 'paused';\n                }, { passive: true });\n                \n                lane.addEventListener('touchend', () => {\n                  laneTrack.style.animationPlayState = 'running';\n                }, { passive: true });\n                \n                lane.addEventListener('touchmove', (e) => {\n                  if (!touchStartY) return;\n                  \n                  const touchY = e.touches[0].clientY;\n                  const diff = touchY - touchStartY;\n                  \n                  if (Math.abs(diff) > 5) {\n                    e.preventDefault();\n                  }\n                }, { passive: false });\n                \n                // Intersection Observer f\xfcr Performance\n                const observer = new IntersectionObserver(\n                  (entries) => {\n                    entries.forEach(entry => {\n                      if (entry.isIntersecting) {\n                        laneTrack.style.animationPlayState = 'running';\n                      } else {\n                        laneTrack.style.animationPlayState = 'paused';\n                      }\n                    });\n                  },\n                  { threshold: 0.1 }\n                );\n                \n                observer.observe(lane);\n              });\n              \n              // Periodische \xdcberpr\xfcfung der Animation\n              setInterval(() => {\n                lanes.forEach(lane => {\n                  const track = lane.querySelector('.lane__track');\n                  if (track && getComputedStyle(track).animationPlayState === 'paused' && \n                      !lane.matches(':hover') && !lane.matches(':active')) {\n                    track.style.animationPlayState = 'running';\n                  }\n                });\n              }, 5000);\n            }, 500);\n          });\n        "},className:"jsx-11f048cdb32eca4a"})]})}t(5675),t(1664)}},function(e){e.O(0,[664,675,774,888,179],function(){return e(e.s=5557)}),_N_E=e.O()}]);