:root {
  --color-primary: #00b7b3;
  --color-primary-dark: #00918e;
  --color-bg: #ffffff;
  --color-bg-alt: #f6f7f8;
  --color-text: #151515;
  --color-muted: #666666;
  --color-border: #e0e0e0;

  --font-body: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-script: "Waiting for the Sunrise", cursive;

  --radius-card: 18px;
  --shadow-soft: 0 12px 30px rgba(0,0,0,0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
	}
/* WebYep-Icons bereinigen & normieren */
.WebYepLoopAddButton,
.WebYepLoopEnabledButton,
.WebYepLoopRemoveButton,
.WebYepLoopUpButton,
.WebYepLoopDownButton,
.WebYepImageEditButton {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;

    /* Mist vom Layout entfernen */
    padding: 0 !important;
    margin: 0 3px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    filter: none !important;

    vertical-align: middle;
}


.WebYepGalleryImage {
	border: 4px solid #ffffff;
border-radius: 4px
	margin-left:0px;
	margin-top:0px;
	}

.two-cols {
    display: flex;
    gap: 30px;
}

.BildEssen {
    width: 100%;
    height: auto;
	 border-radius: 5px !important;
}
.menu-item {
    flex: 1;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.logo-main {
  font-weight: 350;
  font-stretch: ultra-condensed;
  font-size: 1.5rem;
  color: #00b7b3;
	  letter-spacing: -0.02em;
}

.logo-sub {
  display: block;
  font-size: 0.75rem;
  color: var(--color-muted);
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.main-nav a {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 0.35rem 0.4rem;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width .25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #000;
}

/* HERO */

.hero {
  position: relative;
  min-height: 75vh;
  padding: 5rem 0 5.5rem;
  color: #fff;

  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)),
    url('../images/headerbild_Erholung_Abend.jpg');

  /* Basis-Einstellung: mehr unten vom Bild zeigen */
  background-size: 100%;
  background-position: center 65%;   /* Fokus deutlich nach unten verschoben */
  background-repeat: no-repeat;

  overflow: hidden;
  animation: heroZoom 20s ease-in-out infinite alternate;
}

.hero2 {
  position: relative;
  padding: 5rem 0 5.5rem;
  color: #fff;

  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)),
    url('../images/headerbild_Erholung_Abend.jpg');

  /* Basis-Einstellung: mehr unten vom Bild zeigen */
  background-size: 100%;
  background-position: center 65%;   /* Fokus deutlich nach unten verschoben */
  background-repeat: no-repeat;

  overflow: hidden;
  animation: heroZoom 20s ease-in-out infinite alternate;
}

.hero3 {
  position: relative;
  padding: 5rem 0 5.5rem;
  color: #fff;

  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)),
    url('../images/headerbild_Erholung_Hotel.jpg');

  /* Basis-Einstellung: mehr unten vom Bild zeigen */
  background-size: 100%;
  background-position: center 65%;   /* Fokus deutlich nach unten verschoben */
  background-repeat: no-repeat;

  overflow: hidden;
  animation: heroZoom 20s ease-in-out infinite alternate;
}


@keyframes heroZoom {
  0% {
    background-size: 100%;
    background-position: center 65%;
  }
  100% {
    background-size: 104%;    /* sehr leichte Bewegung */
    background-position: center 60%;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 70vh;
    padding: 4rem 1.5rem 4.5rem;

    background-size: cover;
    background-position: center bottom; /* maximal viel vom unteren Bereich */
    animation: none;                    /* kein Zoom auf Handy */
  }
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.45), rgba(0,0,0,0.25));
}

.hero {
  display: flex;
  justify-content: center;   /* horizontal zentriert */
  align-items: center;       /* vertikal zentriert */
  text-align: center;        /* Text zentrieren */
}

.hero-content {
  max-width: 650px;     /* damit die Zeilenlänge perfekt bleibt */
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-family: var(--font-script);
  font-size: clamp(2.6rem, 4.4vw, 3.4rem);
  margin-bottom: 0.5rem;
	line-height: 4.0rem;
}

.hero-subtitle {
  font-size: 1.1rem;
  max-width: 650px;
  margin-bottom: 1.5rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
	justify-content: center;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.75rem;
	justify-content: center;
}

.hero-badges span {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 0.25rem 0.8rem;
  background: rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  .hero-badges {
    display: none;
  }
}








.hero-animate {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  animation: heroFadeIn 0.9s ease-out forwards 0.2s;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== HERO FOOD GALLERY ===== */

.hero-slider {
  position: relative;
  margin-top: -80px;          /* ← lässt die Bilder ins Headerbild ragen */
  z-index: 5;
}

.hero-slider-inner {
  position: relative;
	max-width: 1500px;
}

/* Grid */
.food-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;                 /* ← exakt dein Wunsch */
}


/* Card */
.food-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #000;
  border: 6px solid #ffffff;   /* ← weißer Rahmen */
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Bild */
.food-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 6s ease;
  animation: slowZoom 12s ease-in-out infinite alternate;
}

/* sanfter Hover */
.food-card:hover img {
  transform: scale(1.14);
}

/* Micro-Zoom Animation */
@keyframes slowZoom {
  0%   { transform: scale(1.06); }
  100% { transform: scale(1.14); }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1000px) {
  .food-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hero-slider {
    margin-top: -40px;  /* weniger Überlappung mobil */
  }

  .food-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}


/* BUTTONS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px) scale(1.01);
}

.btn-outline {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
  transform: translateY(-1px);
}

/* SECTIONS */

.section {
  padding: 4rem 0;
}

@media (max-width: 600px) {
  .menu-deko {
    display: none !important;
  }
}

/* Speisekarten-Section mit Hintergrundbild */
.section-alt {
  position: relative;
  background-image:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),  /* Abdunklung */
    url('../images/bg_speise.jpg');                /* dein Bild */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;                                           /* Text hell */
  padding: 5rem 0;
}

.section-alt .section-lead {
  color: #e6e6e6;
}

.section-alt .menu-item-desc {
  color: #514D4D;
}

/* Speisekarten-Section mit Hintergrundbild */
.section-alt2 {
  position: relative;
  background-image:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),  /* Abdunklung */
    url('../images/bg_reserv.jpg');                /* dein Bild */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;                                           /* Text hell */
  padding: 5rem 0;
}

.section-alt2 .section-lead {
  color: #e6e6e6;
}

.section-alt2 .menu-item-desc {
  color: #514D4D;
}

.section-highlight {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
}

.section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.section-title {
  font-size: 1.6rem;
  margin: 0 0 0.75rem;
}

.section-title.script {
  font-family: var(--font-script);
  font-size: 2rem;
	color: #00b7b3;
}

.section-lead {
  margin: 0 0 1rem;
  color: var(--color-muted);
}

.section-highlight .section-lead,
.section-highlight .section-title {
  color: #fff;
}

.section-text p {
  margin-bottom: 1rem;
}

.section-text .small {
  font-size: 0.85rem;
  opacity: 0.85;
}

.section-media {
  align-items: center;
  justify-content: center;
}

/* LISTEN & BADGES */

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.feature-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.4rem;
  color: var(--color-muted);
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
}

.feature-list2 {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
	color: antiquewhite;
}

.feature-list2 li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.4rem;
  color: antiquewhite;
}

.feature-list2 li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
}


.badge-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.badge-list li {
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.7);
  font-size: 0.8rem;
}

/* IMAGE GRID – Desktop groß, Mobile einspaltig */

.image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr); /* Desktop: 2 Spalten */
}

/* Bilder groß und einheitlich */
.image-grid-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.image-grid-item img {
  width: 100%;
  height: 300px;       /* größere Darstellung */
  object-fit: cover;
}

/* Hover-Effekt optional */
.image-grid-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 22px 50px rgba(0,0,0,0.16);
}

/* Größerer Bildstil auf großen Monitoren */
@media (min-width: 1200px) {
  .image-grid-item img {
    height: 360px;
  }
}

/* Smartphone: 1 Spalte — volle Breite */
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;   /* EINSPALTIG auf Handy */
  }

  .image-grid-item img {
    height: 260px;                /* etwas kleiner für Mobilgeräte */
  }
}


/* Layout für den Restaurant-Block */
#restaurant .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

/* linke Spalte: Text + großes Bild untereinander */
.restaurant-left {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* großes Bild links */
.restaurant-main-image {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.restaurant-main-image img {
  width: 100%;
  height: 650px;          /* ruhig groß, wirkt gut */
  object-fit: cover;
}

/* rechte Spalte mit 3 Querformat-Bildern */
.restaurant-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.restaurant-side-image {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.restaurant-side-image img {
  width: 100%;
  height: 250px;          /* Querformat-Look */
  object-fit: cover;
}

@media (max-width: 768px) {
  #restaurant .section-inner {
    grid-template-columns: 1fr;   /* nur noch 1 Spalte */
  }

  .restaurant-left,
  .restaurant-right {
    gap: 1.25rem;
  }

  .restaurant-main-image img {
    height: 260px;
  }

  .restaurant-side-image img {
    height: 200px;                /* etwas höher auf Handy */
  }
}


@media (max-width: 768px) {
  .section-alt {
    background-position: center;
    background-attachment: scroll; /* kein Parallax auf Handy */
    padding: 3.5rem 0;
  }
}

@media (max-width: 768px) {
  .section-alt2 {
    background-position: center;
    background-attachment: scroll; /* kein Parallax auf Handy */
    padding: 3.5rem 0;
  }
}








/* MENU ACCORDION */

.menu-accordion {
  max-width: 780px;
  margin: 2rem auto 0;
}

.menu-group {
  border-radius: var(--radius-card);
  border: 1px solid var(--color-border);
  background: #fff;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.menu-group[open] {
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.menu-group summary {
  cursor: pointer;
  padding: 0.9rem 1.1rem;
  font-weight: 600;
  position: relative;
  list-style: none;
	color: #000;
  border-color: rgba(255, 255, 255, 0.35);
}

.menu-group[open] summary {
  border-bottom: 1px solid var(--color-border);
}

menu-group summary::marker,
menu-group summary::-webkit-details-marker {
  display: none;
}

.menu-items {
  padding: 0.75rem 1.1rem 1rem;
	color: #f2f2f2;
}

.menu-item {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item-headline {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  font-weight: 600;
}

.menu-item-headline span {
  color: #000;
}

.menu-item-price {
  white-space: nowrap;
}

.menu-item-desc {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.9rem;
  color: var(--color-muted);
}

/* MITTAGSTISCH BOARD */

.mittagstisch-board {
  border-radius: var(--radius-card);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}

/* RESERVIERUNG */

.reservation-widget {
  border-radius: var(--radius-card);
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.reservation-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.form-row label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.form-row input {
  border-radius: 999px;
  border: 1px solid var(--color-border);
  padding: 0.45rem 0.9rem;
  font: inherit;
}

/* KONTAKT */

.contact-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 1rem;
}

.map-placeholder {
  border-radius: var(--radius-card);
  border: 1px dashed var(--color-border);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--color-muted);
}

/* FOOTER */

.site-footer {
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 1.2rem 0;
  font-size: 0.85rem;
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-right a {
  margin-left: 0.75rem;
  color: var(--color-muted);
}

/* ANIMATION */

[data-animate] {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

[data-animate].in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .header-inner { min-height: 60px; }

  .main-nav {
    position: absolute;
    inset: 60px 0 auto;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav ul {
    flex-direction: column;
    padding: 0.75rem 1.25rem 1rem;
    gap: 0.5rem;
  }

  .nav-toggle { display: flex; }

  .hero {
    text-align: left;
    padding-top: 4rem;
    min-height: 70vh;
  }

  .hero-slider { margin-top: -100px; }

  .dish-slider { gap: 1rem; }

  .dish-circle {
    width: 150px;
    height: 150px;
  }

  .section-inner { grid-template-columns: 1fr; }

  .section-media { order: -1; }

  .hero-badges { max-width: 100%; }
}

/* =========================================
   KONTAKT-SEKTION (Schwarzer Verlauf + Weiß)
   ========================================= */

#kontakt {
  background: linear-gradient(to bottom, #000, #111); /* leichter Verlauf */
  color: #fff;
  padding: 5rem 0;
}

/* Headline + Typo */
#kontakt .section-title,
#kontakt h3,
#kontakt p,
#kontakt li,
#kontakt a {
  color: #fff;
}

/* Container falls globale Styles überschreiben */
#kontakt .section-inner {
  color: #fff;
}

/* Karten-Platzhalter */
#kontakt .map-placeholder {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2rem;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}

/* Kontakt-Grid */
#kontakt .contact-grid {
  display: grid;
  gap: 2rem 3rem;
}

@media (min-width: 768px) {
  #kontakt .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

