.elementor-kit-6{--e-global-color-primary:#FBCD55;--e-global-color-secondary:#482F27;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --mar-blue:#07147a;   /* dunkel */
  --mar-light:#8094dd;  /* hellblau */
  --mar-pink:#ed9ebd;   /* rosa */
}
body{scroll-behavior:auto} /* wir nutzen Lenis */
.btn, .audio-toggle{
  display:inline-flex; align-items:center; justify-content:center;
  border:0; border-radius:999px; padding:.75rem 1.25rem; font-weight:700; cursor:pointer;
  background:var(--mar-pink); color:#2b2100;
}
.audio-toggle{ width:44px; height:44px; padding:0; font-size:20px; background:#ffd24a; }
.audio-toggle.is-on{ box-shadow:0 0 0 4px rgba(237,158,189,.25)}
/* Cards */
.cards{ display:grid; gap:22px; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); }
.card{ background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 10px 28px rgba(0,0,0,.08); }
.card img{ width:100%; height:220px; object-fit:cover; display:block; }
.card .card-body{ padding:14px 16px; }
/* Marquee */
.marquee{ overflow:hidden; white-space:nowrap; border-block:1px solid rgba(0,0,0,.06); }
.marquee span{ display:inline-block; padding:10px 1.5rem; animation:marx 20s linear infinite; color:var(--mar-blue); }
@keyframes marx{ from{ transform:translateX(0)} to{ transform:translateX(-50%)} }
/* Bubbles */
#drinks.bubbles{ position:relative; overflow:hidden; background:linear-gradient(180deg,#ecf0ff,transparent); min-height:220px; border-radius:16px; }
#drinks.bubbles .bubble{ position:absolute; bottom:-24px; border-radius:50%; background:rgba(255,255,255,.5); pointer-events:none; }
/* Splash / Intro */
body.no-scroll{ overflow:hidden; height:100dvh; }
#mar-splash{ position:fixed; inset:0; z-index:9999; display:grid; place-items:center; background:#0b1524; color:#fff; }
#mar-splash .inner{ text-align:center; padding:clamp(24px,4vw,56px) }
#mar-splash .logo{ font-weight:800; letter-spacing:.08em; font-size: clamp(32px,7vw,92px); color:var(--mar-light) }
#mar-splash .tagline{ opacity:.85; margin:.5rem 0 1.25rem; font-size:clamp(14px,2.4vw,18px) }
#mar-splash .btn-start{ background:#ffd24a; color:#2b2100; border-radius:999px; padding:.9rem 1.4rem; font-weight:700 }/* End custom CSS */