/*
Theme Name: Betheme Child
*/

/* =========================================================
   THE OLD TOWN EATERY
   CLEAN FINAL CSS
   ========================================================= */


/* =========================================================
   01. Variablen
   ========================================================= */

:root {
  --ote-green: #1c3520;
  --ote-green-dark: #102014;
  --ote-green-deep: #0c1a10;
  --ote-green-soft: #263f2a;
  --ote-gold: #b0842e;
  --ote-gold-light: #d3ad62;
  --ote-cream: #f4ead6;
  --ote-cream-light: #fbf4e7;
  --ote-paper-light: #f7f0df;
  --ote-text: #1c241d;
  --ote-muted: #6d6558;
  --ote-white: #ffffff;
  --ote-border: rgba(176, 132, 46, 0.32);
  --ote-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  --ote-radius: 18px;
  --ote-radius-small: 12px;
  --ote-container: 1180px;
  --ote-wide: 1320px;
}


/* =========================================================
   02. BeTheme / Grundlayout
   ========================================================= */

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body,
#Wrapper,
#Content {
  background: var(--ote-cream) !important;
  color: var(--ote-text);
}

#Content {
  padding-top: 0 !important;
}

#Header_wrapper,
#Header,
#Top_bar {
  background: var(--ote-green) !important;
}

#Header_wrapper,
#Header {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header_placeholder {
  height: 0 !important;
}

#Content .ote-section img {
  max-width: 100%;
  height: auto;
}

.ote-section .column,
.ote-section .columns,
.ote-section .mcb-wrap,
.ote-section .wrap {
  margin-bottom: 0 !important;
}

.ote-section .section_wrapper,
.section.ote-section .section_wrapper,
section.ote-section .section_wrapper {
  width: 100% !important;
  max-width: none !important;
}

.ote-container,
.section_wrapper .ote-container,
.ote-section .wrap.ote-container,
.ote-section .mcb-wrap.ote-container,
.ote-section .column.ote-container {
  width: min(var(--ote-container), calc(100% - 56px)) !important;
  max-width: var(--ote-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#ote-hero,
#ote-hero .section_wrapper,
#ote-hero .mcb-section-inner,
#ote-hero .wrap,
#ote-hero .mcb-wrap,
#ote-hero .mcb-wrap-inner,
#ote-hero .column,
#ote-hero .mcb-column-inner,
#ote-hero .mfn-html-editor-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   03. Header Desktop
   ========================================================= */

#Top_bar {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  border-bottom: 1px solid rgba(176, 132, 46, 0.24) !important;
  box-shadow: none !important;
}

#Top_bar.is-sticky {
  background: rgba(28, 53, 32, 0.98) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18) !important;
}

#Top_bar .container {
  width: min(var(--ote-wide), calc(100% - 72px)) !important;
  max-width: var(--ote-wide) !important;
  margin: 0 auto !important;
}

#Top_bar .column {
  margin: 0 !important;
}

#Top_bar .top_bar_left {
  width: 100% !important;
  min-height: 116px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
  float: none !important;
}

#Top_bar.is-sticky,
#Top_bar.is-sticky .top_bar_left {
  min-height: 100px !important;
  height: 100px !important;
}

#Top_bar .logo {
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  overflow: visible !important;
}

#Top_bar #logo {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 390px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  line-height: 1 !important;
  overflow: visible !important;
}

#Top_bar.is-sticky #logo {
  padding: 10px 0 !important;
}

#Top_bar #logo img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

#Top_bar:not(.is-sticky) #logo img.logo-main {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 360px !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

#Top_bar.is-sticky #logo img.logo-sticky {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 320px !important;
  max-width: 320px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

#Top_bar .menu_wrapper {
  flex: 0 1 auto !important;
  margin-left: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  float: none !important;
}

#Top_bar #menu {
  display: block !important;
  background: transparent !important;
}

#Top_bar .menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#Top_bar .menu > li,
#Top_bar .menu > li > a,
#Top_bar .menu > li > a span {
  border: 0 !important;
}

#Top_bar .menu > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: auto !important;
  padding: 0 !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 750 !important;
  letter-spacing: 0.025em !important;
  line-height: 1.2 !important;
  color: rgba(244, 234, 214, 0.80) !important;
  background: transparent !important;
  text-decoration: none !important;
}

#Top_bar .menu > li > a span {
  padding: 0 !important;
  color: inherit !important;
  line-height: 1.2 !important;
}

#Top_bar .menu > li > a:hover,
#Top_bar .menu > li.current-menu-item > a {
  color: var(--ote-gold-light) !important;
  background: transparent !important;
}

#Top_bar .menu > li:last-child > a {
  min-height: 44px !important;
  padding: 0 24px !important;
  margin-left: 2px !important;
  border-radius: 999px !important;
  background: var(--ote-gold) !important;
  color: var(--ote-green-dark) !important;
  font-size: 14.5px !important;
  font-weight: 950 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

#Top_bar .menu > li:last-child > a:hover {
  background: var(--ote-gold-light) !important;
  color: var(--ote-green-dark) !important;
}

#Top_bar .menu > li > a::before,
#Top_bar .menu > li > a::after,
#Top_bar .search_wrapper {
  display: none !important;
}

body.admin-bar #Top_bar.is-sticky {
  top: 32px !important;
}


/* =========================================================
   04. Typografie / Buttons
   ========================================================= */

.ote-section {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
}

.ote-section h1,
.ote-section h2,
.ote-section h3 {
  font-family: "Cinzel", Georgia, serif;
  color: var(--ote-green);
  letter-spacing: 0.01em;
  line-height: 1.08;
  font-weight: 700;
}

.ote-section h1 {
  font-size: clamp(40px, 5.2vw, 72px);
  margin: 0 0 22px;
}

.ote-section h2 {
  font-size: clamp(32px, 3.7vw, 52px);
  margin: 0 0 20px;
}

.ote-section h3 {
  font-size: clamp(20px, 1.8vw, 25px);
  margin: 0 0 10px;
}

.ote-section p,
.ote-section li,
.ote-section a,
.ote-section summary {
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
}

.ote-section p {
  font-size: 18px;
  line-height: 1.68;
  margin: 0 0 17px;
}

.ote-subline {
  font-size: clamp(19px, 1.8vw, 24px) !important;
  line-height: 1.45 !important;
  color: var(--ote-gold);
  font-weight: 700;
  margin-bottom: 22px !important;
}

.ote-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 850;
  color: var(--ote-gold);
}

.ote-kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: currentColor;
}

.ote-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
  line-height: 1.2;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ote-button:hover {
  transform: translateY(-2px);
}

.ote-button-primary {
  background: var(--ote-gold);
  color: var(--ote-green-dark) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.ote-button-primary:hover {
  background: var(--ote-gold-light);
}

.ote-button-secondary {
  background: transparent;
  color: var(--ote-cream) !important;
  border: 1px solid rgba(244, 234, 214, 0.62);
}

.ote-button-secondary:hover {
  background: rgba(244, 234, 214, 0.12);
  color: var(--ote-white) !important;
}


/* =========================================================
   05. Hero Desktop final 50/50
   ========================================================= */

.ote-hero {
  padding: 0 !important;
  background: transparent !important;
}

@media only screen and (min-width: 768px) {
  #ote-hero .ote-hero-inner,
  .ote-hero .ote-hero-inner,
  section.ote-hero-inner,
  .ote-hero-inner {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 820px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #082313 !important;
    background-image: none !important;
    overflow: hidden !important;
  }

  #ote-hero .ote-hero-overlay,
  .ote-hero .ote-hero-overlay,
  section.ote-hero-inner .ote-hero-overlay,
  .ote-hero-inner .ote-hero-overlay {
    display: none !important;
  }

  #ote-hero .ote-hero-inner::after,
  .ote-hero .ote-hero-inner::after,
  section.ote-hero-inner::after,
  .ote-hero-inner::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 50% !important;
    height: 100% !important;
    background-image: url("https://oldtowneatery.com/wp-content/uploads/2026/08/old-town-eatery-hero-08-desktop-1200x630-1.webp") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    z-index: 1 !important;
  }

  #ote-hero .ote-hero-box,
  .ote-hero .ote-hero-box,
  section.ote-hero-inner .ote-hero-box,
  .ote-hero-inner .ote-hero-box {
    position: relative !important;
    z-index: 2 !important;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding: 120px 70px 100px 70px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    transform: none !important;
  }

  .ote-hero-box .ote-kicker,
  .ote-hero-box h1,
  .ote-hero-box .ote-subline,
  .ote-hero-box p {
    max-width: 100% !important;
  }

  .ote-hero-box .ote-kicker {
    margin-bottom: 20px !important;
    color: var(--ote-gold-light) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.14em !important;
    font-weight: 850 !important;
  }

  .ote-hero-box h1 {
    margin-bottom: 26px !important;
    color: var(--ote-cream) !important;
    font-size: clamp(44px, 4.15vw, 68px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0.01em !important;
    text-shadow: none !important;
  }

  .ote-hero-box .ote-subline {
    margin-bottom: 26px !important;
    color: var(--ote-gold-light) !important;
    font-size: clamp(19px, 1.35vw, 24px) !important;
    line-height: 1.43 !important;
    font-weight: 800 !important;
  }

  .ote-hero-box p:not(.ote-kicker):not(.ote-subline) {
    display: block !important;
    margin-bottom: 0 !important;
    color: rgba(244, 234, 214, 0.88) !important;
    font-size: 16.8px !important;
    line-height: 1.68 !important;
  }

  .ote-hero-box .ote-button-row {
    margin-top: 34px !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 14px !important;
    max-width: 100% !important;
  }

  .ote-hero-box .ote-button {
    width: auto !important;
    min-height: 46px !important;
    padding: 13px 22px !important;
    font-size: 15.5px !important;
  }
}


/* =========================================================
   06. Standardmodule / Hintergründe
   ========================================================= */

.ote-konzept,
.ote-feiern {
  background: var(--ote-cream) !important;
  background-image: none !important;
}

#konzept::before,
#konzept::after,
.ote-konzept::before,
.ote-konzept::after,
.ote-konzept .mcb-background-overlay {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

.ote-speisen {
  background: linear-gradient(180deg, rgba(28, 53, 32, 0.98), rgba(16, 32, 20, 0.99));
  color: var(--ote-cream);
}

.ote-getraenke,
.ote-faq {
  background: var(--ote-paper-light);
}

.ote-annabelle {
  background: var(--ote-green);
  color: var(--ote-cream);
}

.ote-form-section {
  background: linear-gradient(135deg, rgba(28, 53, 32, 0.98), rgba(16, 32, 20, 0.99));
  color: var(--ote-cream);
}

.ote-standort {
  background: var(--ote-green-dark);
  color: var(--ote-cream);
}

.ote-speisen h2,
.ote-speisen h3,
.ote-annabelle h2,
.ote-annabelle h3,
.ote-form-section h2,
.ote-form-section h3,
.ote-standort h2,
.ote-standort h3 {
  color: var(--ote-cream);
}

.ote-speisen p,
.ote-annabelle p,
.ote-form-section p,
.ote-standort p {
  color: rgba(244, 234, 214, 0.9);
}

.ote-annabelle .ote-subline,
.ote-hero-box .ote-subline,
.ote-hero-box .ote-kicker {
  color: var(--ote-gold-light);
}


/* =========================================================
   07. Standard 2-Spalten / Bilder
   ========================================================= */

.ote-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: clamp(44px, 6vw, 84px);
}

.ote-two-col-reverse {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
}

.ote-two-col-reverse .ote-text {
  order: 2;
}

.ote-two-col-reverse .ote-image-card {
  order: 1;
}

.ote-text {
  max-width: 700px;
}

.ote-image-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--ote-radius);
  box-shadow: var(--ote-shadow);
  background: var(--ote-green);
}

.ote-image-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}


/* =========================================================
   08. Konzept final
   ========================================================= */

.ote-konzept-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(52px, 6vw, 86px);
  align-items: center;
}

.ote-konzept-text {
  max-width: 640px;
}

.ote-konzept-text .ote-kicker {
  margin-bottom: 18px !important;
}

.ote-konzept-text h2 {
  margin-bottom: 28px !important;
}

.ote-konzept-text .ote-subline {
  margin-bottom: 34px !important;
}

.ote-konzept-text p:not(.ote-kicker):not(.ote-subline) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ote-konzept-copy {
  margin-top: -65px !important;
}

.ote-konzept-image,
.ote-konzept-image img {
  width: 100%;
}

.ote-konzept-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}


/* =========================================================
   09. Speisen / Zeitung
   ========================================================= */

.ote-paper-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 78px);
}

.ote-paper-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  transform: rotate(-1deg);
  background: #e7d4ad;
  max-width: 460px;
  margin: 0 auto;
}

.ote-paper-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ote-food-list {
  display: grid;
  gap: 14px;
}

.ote-mini-card {
  padding: 20px 23px;
  border-radius: 10px;
  background: rgba(244, 234, 214, 0.075);
  border: 1px solid rgba(176, 132, 46, 0.32);
}

.ote-mini-card h3 {
  color: var(--ote-gold-light);
  font-size: 21px;
  margin-bottom: 7px;
}

.ote-mini-card p {
  margin-bottom: 0;
  font-size: 16.5px;
  line-height: 1.55;
}


/* =========================================================
   10. Getränke final
   ========================================================= */

.ote-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ote-list-grid > div {
  padding: 18px 18px 17px;
  border-radius: 10px;
  background: rgba(28, 53, 32, 0.055);
  border: 1px solid rgba(176, 132, 46, 0.24);
}

.ote-list-grid h3 {
  font-size: 19px;
  color: var(--ote-green);
  margin-bottom: 7px;
}

.ote-list-grid p {
  font-size: 15.5px;
  line-height: 1.48;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #getraenke .ote-two-col.ote-two-col-reverse,
  .ote-getraenke .ote-two-col.ote-two-col-reverse {
    display: grid !important;
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "kicker kicker"
      "headline headline"
      "image content"
      "image boxes" !important;
    column-gap: clamp(56px, 6vw, 90px) !important;
    row-gap: 22px !important;
    align-items: start !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > .ote-text,
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-text {
    display: contents !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-kicker,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-kicker {
    grid-area: kicker !important;
    margin: 0 0 -4px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse h2,
  .ote-getraenke .ote-two-col.ote-two-col-reverse h2 {
    grid-area: headline !important;
    max-width: 980px !important;
    margin: 0 0 18px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > .ote-image-card,
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-image-card {
    grid-area: image !important;
    width: 100% !important;
    max-width: 560px !important;
    align-self: start !important;
    margin-top: 8px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-subline,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-subline,
  #getraenke .ote-two-col.ote-two-col-reverse > .ote-text > p:not(.ote-kicker):not(.ote-subline),
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-text > p:not(.ote-kicker):not(.ote-subline) {
    grid-area: content !important;
    max-width: 620px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-subline,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-subline {
    margin: 0 0 20px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > .ote-text > p:not(.ote-kicker):not(.ote-subline),
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-text > p:not(.ote-kicker):not(.ote-subline) {
    margin-top: 58px !important;
    margin-bottom: 0 !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-list-grid,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-list-grid {
    grid-area: boxes !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 620px !important;
    margin-top: 4px !important;
  }
}


/* =========================================================
   11. Feiern / Gruppen
   ========================================================= */

.ote-feiern-mobile-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  grid-template-areas:
    "intro image"
    "details image";
  column-gap: clamp(48px, 6vw, 86px);
  row-gap: 26px;
  align-items: center;
}

.ote-feiern-intro {
  grid-area: intro;
}

.ote-feiern-details {
  grid-area: details;
}

.ote-feiern-image {
  grid-area: image;
}

.ote-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ote-check-list li {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px 9px 28px;
  border-radius: 999px;
  background: rgba(28, 53, 32, 0.055);
  border: 1px solid rgba(176, 132, 46, 0.20);
  color: var(--ote-text);
  font-size: 15.5px;
  font-weight: 750;
}

.ote-check-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ote-gold);
  transform: translateY(-50%);
}

.ote-feiern-details .ote-check-list {
  margin-top: 0 !important;
}

.ote-feiern-details .ote-button-row {
  margin-top: 30px !important;
}


/* =========================================================
   12. Annabelle
   ========================================================= */

.ote-annabelle {
  padding-top: 0;
  padding-bottom: 0;
}

.ote-annabelle .ote-container,
.ote-annabelle .section_wrapper .ote-container,
.ote-annabelle .wrap.ote-container,
.ote-annabelle .mcb-wrap.ote-container,
.ote-annabelle .column.ote-container {
  width: 100% !important;
  max-width: none !important;
}

.ote-annabelle-layout,
.ote-annabelle .ote-two-col-reverse {
  display: grid;
  grid-template-columns: 46vw minmax(0, 1fr);
  gap: 0;
  min-height: 680px;
  align-items: stretch;
}

.ote-annabelle-layout .ote-image-card,
.ote-annabelle .ote-portrait-card {
  order: 1;
  width: 100%;
  max-width: none !important;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.ote-annabelle-layout .ote-image-card img,
.ote-annabelle .ote-portrait-card img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.ote-annabelle-layout .ote-text {
  order: 2;
  max-width: 720px;
  padding: 110px min(7vw, 96px);
  align-self: center;
}


/* =========================================================
   13. Formular
   ========================================================= */

.ote-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(44px, 6vw, 84px);
}

.ote-form-intro {
  max-width: 620px;
}

.ote-form-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.ote-form-hints span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(176, 132, 46, 0.42);
  background: rgba(244, 234, 214, 0.08);
  color: var(--ote-cream);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 750;
}

.ote-form-box {
  min-height: 220px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--ote-radius);
  background: var(--ote-cream);
  color: var(--ote-text);
  box-shadow: var(--ote-shadow);
  border: 1px solid rgba(176, 132, 46, 0.30);
}

.ote-form-box label {
  display: block;
  margin-bottom: 7px;
  color: var(--ote-green);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
}

.ote-form-box input[type="text"],
.ote-form-box input[type="email"],
.ote-form-box input[type="tel"],
.ote-form-box input[type="date"],
.ote-form-box input[type="time"],
.ote-form-box input[type="number"],
.ote-form-box select,
.ote-form-box textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid rgba(28, 53, 32, 0.22);
  background: #fffaf0;
  color: var(--ote-text);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.35;
  box-shadow: none;
  outline: none;
}

.ote-form-box textarea {
  min-height: 140px;
  resize: vertical;
}

.ote-form-box input:focus,
.ote-form-box select:focus,
.ote-form-box textarea:focus {
  border-color: var(--ote-gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(176, 132, 46, 0.14);
}

.ote-form-box input[type="submit"],
.ote-form-box .wpcf7-submit {
  min-height: 52px;
  padding: 14px 25px;
  border: 0;
  border-radius: 999px;
  background: var(--ote-gold);
  color: var(--ote-green-dark);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 900;
  cursor: pointer;
}

.ote-form-box input[type="submit"]:hover,
.ote-form-box .wpcf7-submit:hover {
  background: var(--ote-gold-light);
}


/* =========================================================
   14. FAQ
   ========================================================= */

.ote-faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.ote-faq-item {
  border-radius: 10px;
  background: #fffaf0;
  border: 1px solid rgba(176, 132, 46, 0.22);
  box-shadow: 0 10px 28px rgba(28, 53, 32, 0.06);
  overflow: hidden;
}

.ote-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 25px;
  cursor: pointer;
  color: var(--ote-green);
  font-size: 19px;
  font-weight: 850;
  list-style: none;
}

.ote-faq-item summary::-webkit-details-marker {
  display: none;
}

.ote-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(176, 132, 46, 0.14);
  color: var(--ote-gold);
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.ote-faq-item[open] summary::after {
  content: "–";
}

.ote-faq-item p {
  padding: 0 25px 23px;
  margin: 0;
  color: var(--ote-muted);
}


/* =========================================================
   15. Standort / Footer
   ========================================================= */

.ote-standort {
  padding-top: 96px !important;
  padding-bottom: 92px !important;
  background: #102014 !important;
}

.ote-standort .ote-container,
.ote-standort .section_wrapper .ote-container,
.ote-standort .wrap.ote-container,
.ote-standort .mcb-wrap.ote-container,
.ote-standort .column.ote-container {
  width: min(1180px, calc(100% - 72px)) !important;
  max-width: 1180px !important;
}

.ote-footer-brand {
  display: none !important;
}

.ote-standort-grid {
  display: block !important;
  max-width: 100% !important;
}

.ote-standort h2 {
  width: 100% !important;
  max-width: 1120px !important;
  font-size: clamp(38px, 3.6vw, 60px) !important;
  line-height: 1.08 !important;
  margin-bottom: 22px !important;
  color: #f4ead6 !important;
}

.ote-standort .ote-subline {
  width: 100% !important;
  max-width: 1080px !important;
  font-size: clamp(20px, 1.65vw, 25px) !important;
  line-height: 1.45 !important;
  margin-bottom: 24px !important;
  color: rgba(244, 234, 214, 0.88) !important;
}

.ote-standort-main > p:not(.ote-kicker):not(.ote-subline) {
  width: 100% !important;
  max-width: 1040px !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin-bottom: 38px !important;
  color: rgba(244, 234, 214, 0.84) !important;
}

.ote-contact-cards {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr 1.1fr !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}

.ote-contact-card {
  min-height: 150px !important;
  padding: 24px 26px !important;
  border-radius: 14px !important;
  background: rgba(244, 234, 214, 0.055) !important;
  border: 1px solid rgba(176, 132, 46, 0.22) !important;
  box-shadow: none !important;
}

.ote-contact-card h3 {
  font-size: 20px !important;
  margin-bottom: 14px !important;
  color: rgba(211, 173, 98, 0.88) !important;
}

.ote-contact-card p {
  font-size: 16px !important;
  line-height: 1.62 !important;
  color: rgba(244, 234, 214, 0.88) !important;
}

.ote-contact-card a,
.ote-footer-links a {
  color: var(--ote-cream);
  text-decoration: none;
}

.ote-footer-links {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 30px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(176, 132, 46, 0.18) !important;
  gap: 10px !important;
}

.ote-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: transparent !important;
  border: 1px solid rgba(176, 132, 46, 0.25) !important;
  color: rgba(244, 234, 214, 0.82) !important;
  font-size: 14.5px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.ote-footer-links a:hover {
  background: rgba(244, 234, 214, 0.06) !important;
  color: #d3ad62 !important;
  border-color: rgba(176, 132, 46, 0.5) !important;
}


/* =========================================================
   16. Tablet
   ========================================================= */

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #Top_bar .container {
    width: calc(100% - 42px) !important;
  }

  #Top_bar .top_bar_left {
    min-height: 104px !important;
  }

  #Top_bar:not(.is-sticky) #logo img.logo-main {
    width: 310px !important;
    max-width: 310px !important;
  }

  #Top_bar.is-sticky,
  #Top_bar.is-sticky .top_bar_left {
    min-height: 94px !important;
    height: 94px !important;
  }

  #Top_bar.is-sticky #logo img.logo-sticky {
    width: 320px !important;
    max-width: 320px !important;
  }

  #Top_bar .menu {
    gap: 18px !important;
  }

  #Top_bar .menu > li > a {
    font-size: 13.5px !important;
  }

  #Top_bar .menu > li:last-child > a {
    min-height: 40px !important;
    padding: 0 18px !important;
  }

  .ote-section {
    padding: 86px 0;
  }

  .ote-container,
  .section_wrapper .ote-container,
  .ote-section .wrap.ote-container,
  .ote-section .mcb-wrap.ote-container,
  .ote-section .column.ote-container,
  .ote-standort .ote-container,
  .ote-standort .section_wrapper .ote-container,
  .ote-standort .wrap.ote-container,
  .ote-standort .mcb-wrap.ote-container,
  .ote-standort .column.ote-container {
    width: min(900px, calc(100% - 42px)) !important;
    max-width: 900px !important;
  }

  .ote-two-col,
  .ote-two-col-reverse,
  .ote-paper-grid,
  .ote-form-layout,
  .ote-standort-grid,
  .ote-konzept-layout,
  .ote-feiern-mobile-layout {
    grid-template-columns: 1fr !important;
  }

  .ote-contact-cards {
    grid-template-columns: 1fr 1fr !important;
  }

  .ote-annabelle-layout,
  .ote-annabelle .ote-two-col-reverse {
    grid-template-columns: 42% 58%;
    min-height: 620px;
  }

  .ote-annabelle-layout .ote-image-card img,
  .ote-annabelle .ote-portrait-card img {
    min-height: 620px;
  }

  .ote-annabelle-layout .ote-text {
    padding: 84px 42px;
  }
}


/* =========================================================
   17. Mobile
   ========================================================= */

@media only screen and (max-width: 767px) {
  .ote-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .ote-container,
  .section_wrapper .ote-container,
  .ote-section .wrap.ote-container,
  .ote-section .mcb-wrap.ote-container,
  .ote-section .column.ote-container,
  .ote-standort .ote-container,
  .ote-standort .section_wrapper .ote-container,
  .ote-standort .wrap.ote-container,
  .ote-standort .mcb-wrap.ote-container,
  .ote-standort .column.ote-container {
    width: min(100% - 34px, 410px) !important;
    max-width: 410px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ote-section h1,
  .ote-section h2,
  .ote-section h3 {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .ote-section h2 {
    font-size: clamp(29px, 8.2vw, 38px) !important;
    line-height: 1.12 !important;
  }

  .ote-section h3 {
    font-size: 20px !important;
  }

  .ote-section p {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  .ote-subline {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .ote-kicker {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 13px !important;
  }

  .ote-kicker::before {
    width: 26px !important;
  }

  #Top_bar,
  #Top_bar.is-sticky {
    position: sticky !important;
    top: 0 !important;
    background: #1c3520 !important;
    border-bottom: 1px solid rgba(176, 132, 46, 0.28) !important;
    min-height: 92px !important;
    z-index: 9999 !important;
  }

  #Top_bar .container {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }

  #Top_bar .top_bar_left,
  #Top_bar.is-sticky .top_bar_left {
    position: relative !important;
    height: 92px !important;
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden !important;
  }

  #Top_bar .logo {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
    width: min(265px, calc(100vw - 104px)) !important;
    max-width: min(265px, calc(100vw - 104px)) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    z-index: 5 !important;
    pointer-events: auto !important;
  }

  #Top_bar #logo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  #Top_bar #logo img,
  #Top_bar:not(.is-sticky) #logo img.logo-main,
  #Top_bar.is-sticky #logo img.logo-sticky,
  #Top_bar #logo img.logo-main,
  #Top_bar #logo img.logo-sticky,
  #Top_bar #logo img.logo-mobile-sticky {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
  }

  #Top_bar #logo img.logo-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 62px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  #Top_bar .menu_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    height: 92px !important;
  }

  #Top_bar #menu {
    display: none !important;
  }

  #Top_bar .responsive-menu-toggle {
    position: absolute !important;
    right: 0 !important;
    top: calc(50% + 4px) !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(244, 234, 214, 0.08) !important;
    border: 1px solid rgba(176, 132, 46, 0.30) !important;
    color: #d3ad62 !important;
    z-index: 6 !important;
    pointer-events: auto !important;
  }

  #Top_bar .responsive-menu-toggle i {
    color: #d3ad62 !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  #Side_slide {
    width: 300px !important;
    max-width: 82vw !important;
    min-width: 0 !important;
    height: 100vh !important;
    box-sizing: border-box !important;
    background: #102014 !important;
    border-left: 1px solid rgba(176, 132, 46, 0.24) !important;
    box-shadow: -18px 0 46px rgba(0, 0, 0, 0.34) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  #Side_slide::before,
  #Side_slide .extras,
  #Side_slide .extras-wrapper,
  #Side_slide .lang-wrapper,
  #Side_slide ul.social {
    content: none !important;
    display: none !important;
  }

  #Side_slide .close-wrapper {
    height: 72px !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    border-bottom: 1px solid rgba(244, 234, 214, 0.08) !important;
    box-sizing: border-box !important;
  }

  #Side_slide .close {
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(176, 132, 46, 0.34) !important;
    background: rgba(244, 234, 214, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #Side_slide .close i {
    color: #d3ad62 !important;
    font-size: 22px !important;
  }

  #Side_slide .menu_wrapper {
    width: 100% !important;
    padding: 6px 0 26px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #Side_slide .menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  #Side_slide .menu > li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(244, 234, 214, 0.07) !important;
  }

  #Side_slide .menu > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 22px !important;
    box-sizing: border-box !important;
    background: transparent !important;
    color: rgba(244, 234, 214, 0.88) !important;
    font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  #Side_slide .menu > li > a span {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    color: inherit !important;
    line-height: 1.2 !important;
  }

  #Side_slide .menu > li.current-menu-item > a,
  #Side_slide .menu > li > a:hover {
    color: #d3ad62 !important;
    background: rgba(244, 234, 214, 0.055) !important;
  }

  #Side_slide .menu > li:last-child {
    width: 100% !important;
    padding: 16px 18px 0 !important;
    border-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  #Side_slide .menu > li:last-child > a {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 999px !important;
    background: #b0842e !important;
    color: #102014 !important;
    font-size: 15.5px !important;
    font-weight: 950 !important;
    box-sizing: border-box !important;
  }

  .ote-hero-inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    background-size: 118% auto !important;
    background-position: calc(50% - 5px) top !important;
    background-repeat: no-repeat !important;
    background-color: #102014 !important;
  }

  .ote-hero-inner::after {
    display: none !important;
  }

  .ote-hero-overlay {
    display: block !important;
    background:
      linear-gradient(
        180deg,
        rgba(16, 32, 20, 0.00) 0%,
        rgba(16, 32, 20, 0.05) 30%,
        rgba(16, 32, 20, 0.34) 49%,
        rgba(16, 32, 20, 0.86) 66%,
        rgba(16, 32, 20, 1) 100%
      ) !important;
  }

  .ote-hero-box {
    width: calc(100% - 34px) !important;
    max-width: 410px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: clamp(285px, 81vw, 320px) !important;
    padding-bottom: 46px !important;
    background: transparent !important;
  }

  .ote-hero-box .ote-kicker {
    font-size: 10.5px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.11em !important;
    margin-bottom: 14px !important;
  }

  .ote-hero-box h1 {
    font-size: clamp(32px, 8.8vw, 40px) !important;
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
    color: var(--ote-cream) !important;
    text-shadow: none !important;
  }

  .ote-hero-box .ote-subline {
    font-size: 16.8px !important;
    line-height: 1.42 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
  }

  .ote-hero-box p:not(.ote-kicker):not(.ote-subline) {
    display: none !important;
  }

  .ote-hero-box .ote-button-row {
    margin-top: 24px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .ote-hero-box .ote-button,
  .ote-button {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 15.5px !important;
  }

  .ote-two-col,
  .ote-two-col-reverse,
  .ote-paper-grid,
  .ote-form-layout,
  .ote-standort-grid,
  .ote-konzept-layout,
  .ote-feiern-mobile-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .ote-two-col-reverse .ote-text,
  .ote-two-col-reverse .ote-image-card {
    order: initial;
  }

  .ote-konzept-copy {
    margin-top: 22px !important;
  }

  .ote-konzept-text,
  .ote-text,
  .ote-getraenke .ote-text,
  .ote-form-intro {
    max-width: 100% !important;
  }

  .ote-konzept-image {
    order: 2;
    margin-bottom: 24px !important;
  }

  .ote-konzept-text {
    order: 1;
  }

  .ote-image-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 14px !important;
  }

  .ote-image-card img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse,
  .ote-getraenke .ote-two-col.ote-two-col-reverse {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > .ote-text,
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-text {
    display: contents !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-kicker,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-kicker {
    order: 1 !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse h2,
  .ote-getraenke .ote-two-col.ote-two-col-reverse h2 {
    order: 2 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-subline,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-subline {
    order: 3 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > .ote-text > p:not(.ote-kicker):not(.ote-subline),
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-text > p:not(.ote-kicker):not(.ote-subline) {
    order: 4 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > .ote-image-card,
  .ote-getraenke .ote-two-col.ote-two-col-reverse > .ote-image-card {
    order: 5 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    transform: none !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-list-grid,
  .ote-getraenke .ote-two-col.ote-two-col-reverse .ote-list-grid,
  .ote-list-grid {
    order: 6 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .ote-list-grid > div {
    padding: 16px 17px !important;
  }

  .ote-list-grid h3 {
    font-size: 18px !important;
  }

  .ote-list-grid p {
    font-size: 15px !important;
  }

  .ote-check-list {
    gap: 8px !important;
  }

  .ote-check-list li {
    font-size: 14px !important;
    padding: 8px 11px 8px 24px !important;
  }

  .ote-feiern-mobile-layout {
    grid-template-areas:
      "intro"
      "image"
      "details" !important;
    gap: 26px !important;
  }

  .ote-annabelle,
  .ote-annabelle .section_wrapper,
  .ote-annabelle .mcb-section-inner,
  .ote-annabelle .wrap,
  .ote-annabelle .mcb-wrap,
  .ote-annabelle .mcb-wrap-inner,
  .ote-annabelle .column,
  .ote-annabelle .mcb-column-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .ote-annabelle-layout,
  .ote-annabelle .ote-two-col-reverse {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .ote-annabelle-layout .ote-image-card,
  .ote-annabelle .ote-portrait-card {
    order: 1 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }

  .ote-annabelle-layout .ote-image-card img,
  .ote-annabelle .ote-portrait-card img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
  }

  .ote-annabelle-layout .ote-text {
    order: 2 !important;
    padding: 62px 20px 68px !important;
    max-width: 100% !important;
  }

  .ote-faq-list {
    max-width: 100% !important;
    gap: 12px !important;
  }

  .ote-faq-item summary {
    padding: 17px 18px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .ote-faq-item p {
    padding: 0 18px 18px !important;
    font-size: 15px !important;
  }

  .ote-standort {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .ote-standort h2 {
    font-size: clamp(30px, 8vw, 40px) !important;
    line-height: 1.12 !important;
  }

  .ote-standort .ote-subline {
    font-size: 19px !important;
  }

  .ote-contact-cards {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .ote-contact-card {
    min-height: 0 !important;
    padding: 19px !important;
    border-radius: 12px !important;
  }

  .ote-footer-links {
    gap: 8px !important;
  }

  .ote-footer-links a {
    min-height: 34px !important;
    padding: 7px 11px !important;
    font-size: 13.5px !important;
  }
}


/* =========================================================
   18. Kleine Geräte / Anker
   ========================================================= */

#konzept,
#speisen,
#getraenke,
#feiern,
#annabelle,
#reservieren,
#faq,
#standort {
  scroll-margin-top: 104px;
}

@media only screen and (max-width: 767px) {
  #konzept,
  #speisen,
  #getraenke,
  #feiern,
  #annabelle,
  #reservieren,
  #faq,
  #standort {
    scroll-margin-top: 90px;
  }
}

@media only screen and (max-width: 420px) {
  .ote-hero-box h1 {
    font-size: 35px;
  }

  .ote-section h2 {
    font-size: 29px;
  }

  .ote-section p {
    font-size: 16px;
  }

  #Top_bar #logo img.logo-mobile {
    max-width: 100% !important;
  }

  #Top_bar .logo {
    width: min(245px, calc(100vw - 102px)) !important;
    max-width: min(245px, calc(100vw - 102px)) !important;
  }
}
/* =========================================================
   MOBILE HEADER FINAL FIX:
   Logo klickbar + Burger tiefer
   ========================================================= */

@media only screen and (max-width: 767px) {

  #Top_bar .top_bar_left {
    position: relative !important;
    overflow: visible !important;
  }

  /* Logo links sichtbar und klickbar */
  #Top_bar .logo {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: min(265px, calc(100vw - 112px)) !important;
    max-width: min(265px, calc(100vw - 112px)) !important;
    height: auto !important;
    z-index: 20 !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  #Top_bar .logo a#logo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 21 !important;
  }

  #Top_bar #logo img.logo-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 62px !important;
  }

  /* Wichtig: Menüfläche darf NICHT über dem Logo liegen */
  #Top_bar .menu_wrapper {
    position: absolute !important;
    right: 0 !important;
    top: 15px !important;
    width: 64px !important;
    height: 92px !important;
    z-index: 30 !important;
    pointer-events: none !important;
  }

  /* Nur der eigentliche Burger bleibt klickbar */
  #Top_bar .menu_wrapper .responsive-menu-toggle {
    position: absolute !important;
    right: 0 !important;
    top: calc(50% + 8px) !important;
    transform: translateY(-50%) !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    z-index: 31 !important;
  }
}
/* =========================================================
   DESKTOP FINAL FIXES
   1) Hero links wieder sauber auf Logo-/Content-Linie
   2) Konzept wieder echtes Desktop-2-Spalten-Modul
   3) FAQ linksbündig statt zentriert
   Mobil bleibt unverändert
   ========================================================= */

@media only screen and (min-width: 768px) {

  /* 1) HERO DESKTOP: linker Textblock schmaler und sauber eingerückt */
  #ote-hero .ote-hero-inner,
  .ote-hero .ote-hero-inner,
  section.ote-hero-inner,
  .ote-hero-inner {
    min-height: 720px !important;
  }

  #ote-hero .ote-hero-box,
  .ote-hero .ote-hero-box,
  section.ote-hero-inner .ote-hero-box,
  .ote-hero-inner .ote-hero-box {
    width: 50% !important;
    max-width: 50% !important;
    padding-top: 96px !important;
    padding-right: 64px !important;
    padding-bottom: 88px !important;
    padding-left: max(64px, calc((100vw - 1180px) / 2)) !important;
    justify-content: center !important;
  }

  #ote-hero .ote-hero-box h1,
  .ote-hero .ote-hero-box h1,
  section.ote-hero-inner .ote-hero-box h1,
  .ote-hero-inner .ote-hero-box h1 {
    max-width: 620px !important;
    font-size: clamp(42px, 3.9vw, 62px) !important;
    line-height: 1.06 !important;
    margin-bottom: 24px !important;
  }

  #ote-hero .ote-hero-box .ote-subline,
  .ote-hero .ote-hero-box .ote-subline,
  section.ote-hero-inner .ote-hero-box .ote-subline,
  .ote-hero-inner .ote-hero-box .ote-subline {
    max-width: 600px !important;
    margin-bottom: 24px !important;
  }

  #ote-hero .ote-hero-box p:not(.ote-kicker):not(.ote-subline),
  .ote-hero .ote-hero-box p:not(.ote-kicker):not(.ote-subline),
  section.ote-hero-inner .ote-hero-box p:not(.ote-kicker):not(.ote-subline),
  .ote-hero-inner .ote-hero-box p:not(.ote-kicker):not(.ote-subline) {
    max-width: 600px !important;
  }


  /* 2) KONZEPT DESKTOP: wieder 2-Spalten, nicht Mobile-Anmutung */
  #konzept .ote-konzept-layout,
  .ote-konzept .ote-konzept-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr) !important;
    gap: clamp(56px, 6vw, 92px) !important;
    align-items: center !important;
  }

  #konzept .ote-konzept-text,
  .ote-konzept .ote-konzept-text {
    max-width: 650px !important;
  }

  #konzept .ote-konzept-text .ote-kicker,
  .ote-konzept .ote-konzept-text .ote-kicker {
    margin-bottom: 16px !important;
  }

  #konzept .ote-konzept-text h2,
  .ote-konzept .ote-konzept-text h2 {
    max-width: 760px !important;
    margin-bottom: 22px !important;
    font-size: clamp(38px, 3.6vw, 56px) !important;
    line-height: 1.08 !important;
  }

  #konzept .ote-konzept-text .ote-subline,
  .ote-konzept .ote-konzept-text .ote-subline {
    max-width: 680px !important;
    margin-bottom: 30px !important;
  }

  #konzept .ote-konzept-copy,
  .ote-konzept .ote-konzept-copy,
  #konzept .ote-mobile-story-text,
  .ote-konzept .ote-mobile-story-text {
    margin-top: 0 !important;
    max-width: 650px !important;
  }

  #konzept .ote-konzept-image,
  .ote-konzept .ote-konzept-image {
    width: 100% !important;
    max-width: 560px !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  #konzept .ote-konzept-image img,
  .ote-konzept .ote-konzept-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }


  /* 3) FAQ DESKTOP: linksbündig im Container */
  #faq .ote-container,
  .ote-faq .ote-container {
    text-align: left !important;
  }

  #faq .ote-kicker,
  .ote-faq .ote-kicker,
  #faq h2,
  .ote-faq h2,
  #faq .ote-subline,
  .ote-faq .ote-subline {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  #faq .ote-faq-list,
  .ote-faq .ote-faq-list {
    max-width: 920px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
/* =========================================================
   DESKTOP FINAL: HERO + KONZEPT
   Mobil bleibt unverändert
   ========================================================= */

@media only screen and (min-width: 768px) {

  /* HERO: Text ruhiger, weiter links, weniger wuchtig */
  #ote-hero .ote-hero-box,
  .ote-hero .ote-hero-box,
  section.ote-hero-inner .ote-hero-box,
  .ote-hero-inner .ote-hero-box {
    padding-left: max(44px, calc((100vw - 1180px) / 2)) !important;
    padding-right: 58px !important;
    padding-top: 92px !important;
    padding-bottom: 84px !important;
    justify-content: center !important;
  }

  #ote-hero .ote-hero-box h1,
  .ote-hero .ote-hero-box h1,
  section.ote-hero-inner .ote-hero-box h1,
  .ote-hero-inner .ote-hero-box h1 {
    max-width: 620px !important;
    font-size: clamp(40px, 3.55vw, 58px) !important;
    line-height: 1.075 !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 24px !important;
  }

  #ote-hero .ote-hero-box .ote-subline,
  .ote-hero .ote-hero-box .ote-subline,
  section.ote-hero-inner .ote-hero-box .ote-subline,
  .ote-hero-inner .ote-hero-box .ote-subline {
    max-width: 590px !important;
    font-size: clamp(18px, 1.25vw, 22px) !important;
    line-height: 1.45 !important;
    margin-bottom: 24px !important;
  }

  #ote-hero .ote-hero-box p:not(.ote-kicker):not(.ote-subline),
  .ote-hero .ote-hero-box p:not(.ote-kicker):not(.ote-subline),
  section.ote-hero-inner .ote-hero-box p:not(.ote-kicker):not(.ote-subline),
  .ote-hero-inner .ote-hero-box p:not(.ote-kicker):not(.ote-subline) {
    max-width: 590px !important;
    font-size: 16.5px !important;
    line-height: 1.65 !important;
  }


  /* KONZEPT: echtes Desktop-Layout für dein aktuelles HTML */
  #konzept .ote-mobile-story-layout,
  .ote-konzept .ote-mobile-story-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr) !important;
    grid-template-areas:
      "intro image"
      "text  image" !important;
    column-gap: clamp(56px, 6vw, 92px) !important;
    row-gap: 26px !important;
    align-items: center !important;
  }

  #konzept .ote-mobile-story-intro,
  .ote-konzept .ote-mobile-story-intro {
    grid-area: intro !important;
    max-width: 680px !important;
    align-self: end !important;
  }

  #konzept .ote-mobile-story-text,
  .ote-konzept .ote-mobile-story-text {
    grid-area: text !important;
    max-width: 660px !important;
    align-self: start !important;
  }

  #konzept .ote-mobile-story-image,
  .ote-konzept .ote-mobile-story-image {
    grid-area: image !important;
    width: 100% !important;
    max-width: 560px !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }

  #konzept .ote-mobile-story-image img,
  .ote-konzept .ote-mobile-story-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }

  #konzept .ote-mobile-story-intro .ote-kicker,
  .ote-konzept .ote-mobile-story-intro .ote-kicker {
    margin-bottom: 16px !important;
  }

  #konzept .ote-mobile-story-intro h2,
  .ote-konzept .ote-mobile-story-intro h2 {
    max-width: 720px !important;
    margin-bottom: 22px !important;
    font-size: clamp(38px, 3.45vw, 54px) !important;
    line-height: 1.08 !important;
  }

  #konzept .ote-mobile-story-intro .ote-subline,
  .ote-konzept .ote-mobile-story-intro .ote-subline {
    max-width: 680px !important;
    margin-bottom: 0 !important;
    font-size: clamp(19px, 1.45vw, 24px) !important;
    line-height: 1.45 !important;
  }

  #konzept .ote-konzept-copy,
  .ote-konzept .ote-konzept-copy,
  #konzept .ote-mobile-story-text p,
  .ote-konzept .ote-mobile-story-text p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 660px !important;
    font-size: 18px !important;
    line-height: 1.68 !important;
  }
}
/* Konzept Desktop: H2 schöner brechen lassen */
@media only screen and (min-width: 768px) {

  #konzept .ote-mobile-story-intro,
  .ote-konzept .ote-mobile-story-intro {
    max-width: 760px !important;
  }

  #konzept .ote-mobile-story-intro h2,
  .ote-konzept .ote-mobile-story-intro h2 {
    max-width: 760px !important;
    font-size: clamp(38px, 3.15vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 22px !important;
  }
}
/* =========================================================
   DESKTOP FIX: Konzept wieder nach links auf Content-Achse
   Mobil bleibt unverändert
   ========================================================= */

@media only screen and (min-width: 768px) {

  #konzept .ote-container,
  .ote-konzept .ote-container {
    width: auto !important;
    max-width: none !important;
    margin-left: clamp(64px, 9vw, 170px) !important;
    margin-right: clamp(64px, 9vw, 170px) !important;
  }

  #konzept .ote-mobile-story-layout,
  .ote-konzept .ote-mobile-story-layout {
    display: grid !important;
    grid-template-columns: minmax(520px, 0.92fr) minmax(420px, 0.9fr) !important;
    grid-template-areas:
      "intro image"
      "text image" !important;
    column-gap: clamp(56px, 6vw, 92px) !important;
    row-gap: 26px !important;
    align-items: center !important;
    justify-content: start !important;
  }

  #konzept .ote-mobile-story-intro,
  .ote-konzept .ote-mobile-story-intro,
  #konzept .ote-mobile-story-text,
  .ote-konzept .ote-mobile-story-text {
    justify-self: start !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #konzept .ote-mobile-story-intro h2,
  .ote-konzept .ote-mobile-story-intro h2 {
    max-width: 760px !important;
    font-size: clamp(38px, 3.05vw, 50px) !important;
    line-height: 1.08 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #konzept .ote-mobile-story-intro .ote-subline,
  .ote-konzept .ote-mobile-story-intro .ote-subline {
    max-width: 700px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #konzept .ote-mobile-story-text,
  .ote-konzept .ote-mobile-story-text {
    max-width: 650px !important;
  }

  #konzept .ote-konzept-copy,
  .ote-konzept .ote-konzept-copy {
    max-width: 650px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Speisen-Modul: einheitlicher grüner Hintergrund */
#speisen,
#speisen.ote-section,
#speisen.ote-speisen,
#speisen.ote-paper-section,
#speisen .section_wrapper,
#speisen .mcb-section-inner,
#speisen .ote-container,
#speisen .mcb-wrap-inner,
#speisen .column_html,
#speisen .mcb-column-inner,
#speisen .mfn-html-editor-wrapper {
  background: var(--ote-green-dark) !important;
  background-color: var(--ote-green-dark) !important;
  background-image: none !important;
}

#speisen .mcb-background-overlay,
#speisen .mcb-wrap-background-overlay {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}
::selection {
  background: rgba(176, 132, 46, 0.42);
  color: var(--ote-green-dark);
  -webkit-text-fill-color: var(--ote-green-dark);
}

::-moz-selection {
  background: rgba(176, 132, 46, 0.42);
  color: var(--ote-green-dark);
}
@media only screen and (max-width: 767px) {

  #getraenke .ote-two-col.ote-two-col-reverse {
    align-items: stretch !important;
    text-align: left !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse > *,
  #getraenke .ote-two-col.ote-two-col-reverse .ote-text > * {
    text-align: left !important;
  }

  #getraenke .ote-two-col.ote-two-col-reverse .ote-text > p.ote-kicker,
  section#getraenke p.ote-kicker {
    order: 1 !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 13px !important;
  }

  #getraenke p.ote-kicker::before {
    flex: 0 0 26px !important;
    width: 26px !important;
    margin-left: 0 !important;
  }
}

.ote-cf7-form {
  width: 100%;
}

.ote-cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ote-cf7-field {
  margin-bottom: 16px;
}

.ote-cf7-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ote-green);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 850;
}

.ote-cf7-form input[type="text"],
.ote-cf7-form input[type="email"],
.ote-cf7-form input[type="tel"],
.ote-cf7-form input[type="date"],
.ote-cf7-form input[type="number"],
.ote-cf7-form select,
.ote-cf7-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid rgba(28, 53, 32, 0.22);
  background: #fffaf0;
  color: var(--ote-text);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}

.ote-cf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

.ote-cf7-form input:focus,
.ote-cf7-form select:focus,
.ote-cf7-form textarea:focus {
  border-color: var(--ote-gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(176, 132, 46, 0.14);
}

.ote-cf7-privacy {
  margin: 6px 0 18px;
  color: var(--ote-text);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.45;
}

.ote-cf7-privacy a {
  color: var(--ote-green);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(176, 132, 46, 0.6);
  text-underline-offset: 3px;
}

.ote-cf7-submit {
  margin-top: 10px;
}

.ote-cf7-form input[type="submit"],
.ote-cf7-form .wpcf7-submit {
  min-height: 52px;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--ote-gold);
  color: var(--ote-green-dark);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.ote-cf7-form input[type="submit"]:hover,
.ote-cf7-form .wpcf7-submit:hover {
  background: var(--ote-gold-light);
}

.ote-cf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #9b2c2c;
  font-size: 13.5px;
  font-weight: 700;
}

.ote-cf7-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  border-color: rgba(176, 132, 46, 0.42) !important;
  background: rgba(176, 132, 46, 0.08);
  color: var(--ote-green);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-weight: 750;
}

@media only screen and (max-width: 767px) {
  .ote-cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ote-cf7-field {
    margin-bottom: 14px;
  }

  .ote-cf7-form input[type="submit"],
  .ote-cf7-form .wpcf7-submit {
    width: 100%;
  }
}
/* CF7: Fokusfarbe korrigieren */
.ote-cf7-form input,
.ote-cf7-form textarea,
.ote-cf7-form select {
  color: var(--ote-text) !important;
  caret-color: var(--ote-green) !important;
}

.ote-cf7-form input:focus,
.ote-cf7-form textarea:focus,
.ote-cf7-form select:focus {
  color: var(--ote-text) !important;
  -webkit-text-fill-color: var(--ote-text) !important;
  border-color: var(--ote-gold) !important;
  background: #fffaf0 !important;
  box-shadow: 0 0 0 4px rgba(176, 132, 46, 0.14) !important;
}

.ote-cf7-form input::placeholder,
.ote-cf7-form textarea::placeholder {
  color: rgba(20, 32, 25, 0.48) !important;
  -webkit-text-fill-color: rgba(20, 32, 25, 0.48) !important;
}

.ote-cf7-form input:focus::placeholder,
.ote-cf7-form textarea:focus::placeholder {
  color: rgba(20, 32, 25, 0.38) !important;
  -webkit-text-fill-color: rgba(20, 32, 25, 0.38) !important;
}
/* =========================================================
   RESERVIEREN DESKTOP FINAL
   Nur Kontaktformular kompakter / ausgewogener
   Mobil bleibt unverändert
   ========================================================= */

@media only screen and (min-width: 768px) {

  #reservieren .ote-two-col {
    grid-template-columns: minmax(360px, 0.9fr) minmax(500px, 0.95fr) !important;
    gap: clamp(52px, 6vw, 86px) !important;
    align-items: center !important;
  }

  #reservieren .ote-text {
    max-width: 460px !important;
  }

  #reservieren .ote-form-card {
    max-width: 560px !important;
    padding: 30px 34px 28px !important;
    border-radius: 16px !important;
    justify-self: end !important;
  }

  #reservieren .ote-cf7-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 20px !important;
  }

  #reservieren .ote-cf7-field {
    margin-bottom: 14px !important;
  }

  #reservieren .ote-cf7-field label {
    margin-bottom: 6px !important;
    font-size: 13.5px !important;
    line-height: 1.2 !important;
  }

  #reservieren .ote-cf7-form input[type="text"],
  #reservieren .ote-cf7-form input[type="email"],
  #reservieren .ote-cf7-form input[type="tel"],
  #reservieren .ote-cf7-form input[type="date"],
  #reservieren .ote-cf7-form input[type="number"],
  #reservieren .ote-cf7-form select {
    min-height: 46px !important;
    padding: 10px 13px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
  }

  #reservieren .ote-cf7-form textarea {
    min-height: 118px !important;
    padding: 12px 13px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
  }

  #reservieren .ote-cf7-privacy {
    margin: 4px 0 16px !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  #reservieren .ote-cf7-submit {
    margin-top: 4px !important;
  }

  #reservieren .ote-cf7-form input[type="submit"],
  #reservieren .ote-cf7-form .wpcf7-submit {
    min-height: 46px !important;
    padding: 12px 24px !important;
    font-size: 15px !important;
  }
}
/* Reservieren Desktop: kompakter, aber lesbar */
@media only screen and (min-width: 768px) {

  #reservieren .ote-two-col {
    display: grid !important;
    grid-template-columns: minmax(380px, 0.95fr) minmax(500px, 0.95fr) !important;
    gap: clamp(56px, 6vw, 88px) !important;
    align-items: center !important;
  }

  #reservieren .ote-form-card {
    width: 100% !important;
    max-width: 540px !important;
    justify-self: end !important;
    padding: 28px 34px 28px !important;
    border-radius: 16px !important;
  }

  #reservieren .ote-cf7-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 18px !important;
    margin: 0 !important;
  }

  #reservieren .ote-cf7-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    margin: 0 0 14px !important;
  }

  #reservieren .ote-cf7-field label {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
  }

  #reservieren .ote-cf7-field .wpcf7-form-control-wrap {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #reservieren .ote-cf7-form input[type="text"],
  #reservieren .ote-cf7-form input[type="email"],
  #reservieren .ote-cf7-form input[type="tel"],
  #reservieren .ote-cf7-form input[type="date"],
  #reservieren .ote-cf7-form input[type="number"],
  #reservieren .ote-cf7-form select {
    height: 44px !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    border-radius: 10px !important;
  }

  #reservieren .ote-cf7-form textarea {
    height: 110px !important;
    min-height: 110px !important;
    padding: 11px 12px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    border-radius: 10px !important;
  }

  #reservieren .ote-cf7-privacy {
    margin: 4px 0 14px !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  #reservieren .ote-cf7-privacy .wpcf7-list-item {
    margin-left: 0 !important;
  }

  #reservieren .ote-cf7-submit {
    margin-top: 2px !important;
  }

  #reservieren .ote-cf7-form input[type="submit"],
  #reservieren .ote-cf7-form .wpcf7-submit {
    min-height: 42px !important;
    height: 42px !important;
    padding: 10px 24px !important;
    font-size: 14.5px !important;
    line-height: 1 !important;
  }
}

/* Textmarkierung im Formular nicht pink */
#reservieren ::selection {
  background: rgba(176, 132, 46, 0.28) !important;
  color: var(--ote-green-dark) !important;
}

#reservieren ::-moz-selection {
  background: rgba(176, 132, 46, 0.28) !important;
  color: var(--ote-green-dark) !important;
}
/* CF7 Label/Feld-Abstand fix */
#reservieren .ote-cf7-field p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

#reservieren .ote-cf7-field p br {
  display: none !important;
}

#reservieren .ote-cf7-field label {
  display: block !important;
  margin: 0 0 7px 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

#reservieren .ote-cf7-field .wpcf7-form-control-wrap {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* =========================================================
   Newsletter Breaker zwischen Getränke und Feiern
   ========================================================= */

#newsletter.ote-newsletter,
.ote-newsletter {
  background: linear-gradient(135deg, #102014 0%, #1c3520 100%) !important;
  color: var(--ote-cream) !important;
  padding-top: clamp(82px, 8vw, 126px) !important;
  padding-bottom: clamp(82px, 8vw, 126px) !important;
}

#newsletter .ote-container,
#newsletter .section_wrapper .ote-container,
#newsletter.ote-section .wrap.ote-container,
#newsletter.ote-section .mcb-wrap.ote-container {
  width: min(var(--ote-container), calc(100% - 56px)) !important;
  max-width: var(--ote-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ote-newsletter-inner {
  width: 100%;
}

.ote-newsletter-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1fr);
  gap: clamp(46px, 6vw, 86px);
  align-items: center;
}

.ote-newsletter h2,
.ote-newsletter h3 {
  color: var(--ote-cream) !important;
}

.ote-newsletter .ote-kicker,
.ote-newsletter .ote-subline {
  color: var(--ote-gold-light) !important;
}

.ote-newsletter-intro {
  max-width: 620px;
}

.ote-newsletter-intro > p:not(.ote-kicker):not(.ote-subline) {
  color: rgba(244, 234, 214, 0.86) !important;
  max-width: 560px;
}

/* Umschalter */

.ote-newsletter-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 30px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(244, 234, 214, 0.08);
  border: 1px solid rgba(176, 132, 46, 0.28);
}

.ote-newsletter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 234, 214, 0.82);
  font-family: "Source Sans 3", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.ote-newsletter-toggle.is-active {
  background: var(--ote-gold) !important;
  color: var(--ote-green-dark) !important;
}

/* Formularbox */

.ote-newsletter-form-wrap {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--ote-cream);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(176, 132, 46, 0.34);
}

.ote-newsletter-panel {
  position: absolute;
  inset: 0;
  padding: clamp(26px, 4vw, 42px);
  background: var(--ote-cream);
  color: var(--ote-text);
  overflow-y: auto;
  transition: transform 0.38s ease, opacity 0.25s ease;
}

.ote-newsletter-panel-private {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.ote-newsletter-panel-business {
  transform: translateX(105%);
  opacity: 0;
  z-index: 1;
}

#newsletter.is-business .ote-newsletter-panel-private {
  transform: translateX(-105%) !important;
  opacity: 0 !important;
  z-index: 1 !important;
}

#newsletter.is-business .ote-newsletter-panel-business {
  transform: translateX(0) !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.ote-newsletter-panel-head {
  margin-bottom: 24px;
}

.ote-newsletter-panel-head h3 {
  margin: 0 0 8px;
  color: var(--ote-green) !important;
  font-size: clamp(24px, 2.2vw, 34px);
}

.ote-newsletter-panel-head p {
  margin: 0;
  color: var(--ote-muted) !important;
  font-size: 16.5px;
  line-height: 1.5;
}

/* HubSpot Grundlayout */

.ote-newsletter .hs-form-frame,
.ote-newsletter .hsfc-FormWrapper,
.ote-newsletter .hsfc-Form {
  width: 100% !important;
  max-width: 100% !important;
}

.ote-newsletter .hsfc-Heading {
  display: none !important;
}

.ote-newsletter .hsfc-Row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-bottom: 14px !important;
}

.ote-newsletter .hsfc-Row:has(.hsfc-EmailField),
.ote-newsletter .hsfc-Row:has(.hsfc-DataPrivacyField),
.ote-newsletter .hsfc-NavigationRow {
  display: block !important;
}

/* Labels */

.ote-newsletter .hsfc-FieldLabel {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--ote-green) !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

/* Inputs */

.ote-newsletter .hsfc-TextInput,
.ote-newsletter input[type="text"],
.ote-newsletter input[type="email"] {
  width: 100% !important;
  min-height: 50px !important;
  padding: 13px 15px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(28, 53, 32, 0.20) !important;
  background: #fffaf0 !important;
  color: var(--ote-text) !important;
  -webkit-text-fill-color: var(--ote-text) !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 16px !important;
  box-shadow: none !important;
  outline: none !important;
}

.ote-newsletter .hsfc-TextInput:focus,
.ote-newsletter input[type="text"]:focus,
.ote-newsletter input[type="email"]:focus {
  border-color: var(--ote-gold) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(176, 132, 46, 0.14) !important;
}

/* Datenschutz / Rich Text */

.ote-newsletter .hsfc-RichText {
  color: var(--ote-muted) !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
}

.ote-newsletter .hsfc-RichText a {
  color: var(--ote-green) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(176, 132, 46, 0.55) !important;
  text-underline-offset: 3px !important;
}

/* Checkbox */

.ote-newsletter .hsfc-CheckboxField label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  color: var(--ote-text) !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.ote-newsletter .hsfc-CheckboxInput {
  flex: 0 0 auto !important;
  margin-top: 4px !important;
  accent-color: var(--ote-gold) !important;
}

/* Button */

.ote-newsletter .hsfc-Button {
  min-height: 52px !important;
  padding: 14px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ote-gold) !important;
  color: var(--ote-green-dark) !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

.ote-newsletter .hsfc-Button:hover {
  background: var(--ote-gold-light) !important;
  transform: translateY(-2px);
}

/* Alerts / Fehlermeldungen */

.ote-newsletter .hsfc-ErrorAlert,
.ote-newsletter .hsfc-FieldError {
  color: #8a2f1f !important;
  font-family: "Source Sans 3", "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* Mobile */

@media only screen and (max-width: 767px) {

  #newsletter.ote-newsletter,
  .ote-newsletter {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #newsletter .ote-container,
  #newsletter .section_wrapper .ote-container,
  #newsletter.ote-section .wrap.ote-container,
  #newsletter.ote-section .mcb-wrap.ote-container {
    width: min(100% - 34px, 410px) !important;
    max-width: 410px !important;
  }

  .ote-newsletter-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .ote-newsletter-intro {
    max-width: 100% !important;
  }

  .ote-newsletter-switch {
    width: 100%;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .ote-newsletter-toggle {
    width: 100%;
    min-height: 46px;
  }

  .ote-newsletter-form-wrap {
    min-height: 760px;
    border-radius: 14px;
  }

  .ote-newsletter-panel {
    padding: 24px 18px;
  }

  .ote-newsletter .hsfc-Row {
    display: block !important;
    margin-bottom: 12px !important;
  }

  .ote-newsletter .hsfc-TextInput,
  .ote-newsletter input[type="text"],
  .ote-newsletter input[type="email"] {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  .ote-newsletter .hsfc-Button {
    width: 100% !important;
  }
}
/* Newsletter: HubSpot-Formulare vollständig sichtbar machen */
@media only screen and (min-width: 768px) {

  .ote-newsletter-form-wrap {
    min-height: 820px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .ote-newsletter-panel {
    padding: 34px 42px 42px !important;
    overflow-y: visible !important;
  }

  .ote-newsletter-panel-head {
    margin-bottom: 20px !important;
  }

  .ote-newsletter-panel-head h3 {
    margin-bottom: 6px !important;
  }

  .ote-newsletter-panel-head p {
    margin-bottom: 0 !important;
  }

  .ote-newsletter .hsfc-Row {
    gap: 12px !important;
    margin-bottom: 12px !important;
  }

  .ote-newsletter .hsfc-FieldLabel {
    margin-bottom: 5px !important;
    font-size: 14px !important;
  }

  .ote-newsletter .hsfc-TextInput,
  .ote-newsletter input[type="text"],
  .ote-newsletter input[type="email"] {
    min-height: 46px !important;
    padding: 10px 13px !important;
    font-size: 15.5px !important;
  }

  .ote-newsletter .hsfc-RichText {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  .ote-newsletter .hsfc-CheckboxField label {
    font-size: 14px !important;
    line-height: 1.38 !important;
  }

  .ote-newsletter .hsfc-Button {
    min-height: 48px !important;
    padding: 12px 24px !important;
  }
}

@media only screen and (max-width: 767px) {

  .ote-newsletter-form-wrap {
    min-height: 940px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .ote-newsletter-panel {
    padding: 24px 18px 34px !important;
    overflow-y: visible !important;
  }

  .ote-newsletter .hsfc-Row {
    margin-bottom: 12px !important;
  }

  .ote-newsletter .hsfc-RichText {
    font-size: 13.8px !important;
    line-height: 1.42 !important;
  }
}
@media only screen and (max-width: 767px) {

  .ote-newsletter-form-wrap {
    min-height: 1120px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .ote-newsletter-panel {
    overflow-y: visible !important;
  }
}
/* Newsletter: individuelle Höhe bei Button-/JS-Variante */
@media only screen and (min-width: 768px) {

  /* Gäste-Newsletter: kürzer */
  #newsletter .ote-newsletter-form-wrap {
    min-height: 660px !important;
    height: 660px !important;
    overflow: hidden !important;
  }

  /* Firmen-Newsletter: höher */
  #newsletter.is-business .ote-newsletter-form-wrap {
    min-height: 800px !important;
    height: 800px !important;
    overflow: hidden !important;
  }

  #newsletter .ote-newsletter-panel {
    overflow-y: visible !important;
  }
}

@media only screen and (max-width: 767px) {

  /* Mobile lieber großzügig, weil beide Formulare sonst schnell abschneiden */
  #newsletter .ote-newsletter-form-wrap {
    min-height: 1120px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #newsletter.is-business .ote-newsletter-form-wrap {
    min-height: 1180px !important;
    height: auto !important;
  }

  #newsletter .ote-newsletter-panel {
    overflow-y: visible !important;
  }
}
@media only screen and (min-width: 768px) {

  /* Gäste-Newsletter: etwas höher */
  #newsletter .ote-newsletter-form-wrap {
    min-height: 740px !important;
    height: 740px !important;
    overflow: hidden !important;
  }

  /* Firmen-Newsletter bleibt höher */
  #newsletter.is-business .ote-newsletter-form-wrap {
    min-height: 800px !important;
    height: 800px !important;
  }
}
/* Mobile Menü wieder vollständig außerhalb des Inhalts verstecken */
@media only screen and (max-width: 767px) {

  #Side_slide {
    width: 250px !important;
    max-width: 82vw !important;
    min-width: 0 !important;
  }

  #Side_slide .menu_wrapper {
    width: 100% !important;
  }

  #Side_slide .menu > li > a {
    box-sizing: border-box !important;
  }
}
.ote-form-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#resmio-the-old-town-eatery {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* =========================================================
   KONZEPT-SLIDER
========================================================= */
.ote-konzept-slider {
  position: relative;
  width: 100%;
}

.ote-konzept-slider-viewport {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.ote-konzept-slider-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.ote-konzept-slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.ote-konzept-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ote-konzept-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 39, 20, 0.88);
  color: #f6efdf;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ote-slider-prev {
  left: 12px;
}

.ote-slider-next {
  right: 12px;
}

.ote-konzept-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.ote-konzept-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(0, 39, 20, 0.25);
  cursor: pointer;
}

.ote-konzept-slider-dots button.is-active {
  background: #b98a2f;
}

/* =========================================================
   MOBILE
========================================================= */
@media only screen and (max-width: 767px) {
  .ote-konzept-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .ote-slider-prev {
    left: 10px;
  }

  .ote-slider-next {
    right: 10px;
  }
}
/* =========================================================
   Konzept-Modul: Breite + Slider-Layout korrigieren
   Nur Modul 2 / Desktop
========================================================= */

@media only screen and (min-width: 768px) {

  #konzept .mfn-html-editor-wrapper > .ote-container,
  #konzept .ote-container,
  .ote-konzept .mfn-html-editor-wrapper > .ote-container,
  .ote-konzept .ote-container {
    width: min(1180px, calc(100% - 72px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #konzept .ote-mobile-story-layout,
  .ote-konzept .ote-mobile-story-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr) !important;
    grid-template-areas:
      "intro image"
      "text  image" !important;
    column-gap: clamp(56px, 6vw, 86px) !important;
    row-gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #konzept .ote-mobile-story-intro,
  .ote-konzept .ote-mobile-story-intro {
    grid-area: intro !important;
    max-width: 660px !important;
    justify-self: start !important;
    text-align: left !important;
  }

  #konzept .ote-mobile-story-text,
  .ote-konzept .ote-mobile-story-text {
    grid-area: text !important;
    max-width: 660px !important;
    justify-self: start !important;
    text-align: left !important;
  }

  #konzept .ote-mobile-story-image,
  .ote-konzept .ote-mobile-story-image {
    grid-area: image !important;
    width: 100% !important;
    max-width: 520px !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }

  #konzept .ote-konzept-slider,
  .ote-konzept .ote-konzept-slider {
    width: 100% !important;
    max-width: 520px !important;
  }
}
/* Konzept: Linkfarbe im Text korrigieren */
#konzept .ote-konzept-copy a,
#konzept .ote-konzept-copy a:visited,
.ote-konzept .ote-konzept-copy a,
.ote-konzept .ote-konzept-copy a:visited {
  color: var(--ote-green-dark) !important;
  -webkit-text-fill-color: var(--ote-green-dark) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(176, 132, 46, 0.55) !important;
  text-underline-offset: 3px !important;
}

#konzept .ote-konzept-copy a:hover,
.ote-konzept .ote-konzept-copy a:hover {
  color: var(--ote-gold) !important;
  -webkit-text-fill-color: var(--ote-gold) !important;
}
