/* ========== Grundstyles ========== */
/* playfair-display-sc-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-sc-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Playfair var';
  src: url('../fonts/playfair/Playfair[opsz,wdth,wght].ttf') format('truetype');
  font-display: swap;
}



:root {
  --vh: 1vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Playfair Display SC', sans-serif;
  padding: 0px;
  background-color: #fafafa;
  color: #000;
  width: 100%;
  scroll-behavior: smooth; 
  overflow-x: hidden;
  height: calc(var(--vh) * 100);
}

body {
  overflow-x: hidden;
}

h1 {
  margin: 0;
  font-family: 'Playfair Display SC';
  letter-spacing: normal;
  font-weight: 700;
}
h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Playfair Display SC', sans-serif;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
  padding-bottom: 2rem;
  margin: 0.5rem;
  line-height: 1.4rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

#klaro {
    font-family: system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }

  .klaro .cm__modal {
    border-radius: 0;
    background: #fff;
    color: #000;
    max-width: 600px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }

  .klaro .cm__title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .klaro .cm__description {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .klaro .cm__btn,
  .klaro .cm__btn-group button {
    border: none;
    padding: 0.8em 1.4em;
    margin: 0.5em;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
  }

  .klaro .cm__btn--accept {
    background-color: #fafafa;
    color: #000;
  }

  .klaro .cm__btn--decline {
    background-color: #000;
    color: #fff;
  }

  .klaro .cm__btn:hover {
    opacity: 0.85;
  }


/* ========== Intro Texteeeeee ========== */
.intro-text {
  padding: 0rem 1rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
}
.intro-text h2 {
  font-size: 2.5rem;
  font-family: 'Playfair Display SC';
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 2rem;
}
.intro-text p {
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
}
@media (max-width: 768px) {
  .intro-text h2 {
    font-size: 2rem;
  }
}

.intro-text-mixed {
  padding: 0rem 1rem;
  padding-top: 0rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
.intro-text-mixed h2 {
  font-size: 2.5rem;
  font-family: 'Playfair Display SC' sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.5rem 0;
}
.intro-text-mixed p {
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
  text-align: left !important;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .intro-text-mixed h2 {
    font-size: 2rem;
  }
  .intro-text-mixed p {
    font-size: 0.9rem;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .intro-text-mixed h2 {
    font-size: 2rem;
    text-align: center;
  }
  .intro-text-mixed p {
    text-align: center !important;
    font-size: 0.8rem;
  }
}






/* ========== Overlay ========== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem; /* Anfangshöhe */
  z-index: 500;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: height 0.3s ease;
}

.overlay.expanded {
  height: 32rem; /* verdoppelt */
}















/* ========== Hero Section ========== */
.hero-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  height: calc(var(--vh) * 100);
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('img/mainbacktest1.webp');
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.hero-title {
  font-size: 3rem;
  font-family: 'Playfair Display SC';
  text-transform: uppercase;
  font-weight: 700 !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
    padding: 0 20px;
  }
}

.separator {
  width: 30%; /* Breite der Linie */
  height: 2px; /* Dicke der Linie */
  background-color: white;
  margin: 10px auto; /* Abstand nach oben und unten */
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .separator {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .separator {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .separator {
    width: 80%;
  }
}

.hero-booking-button {
  background: white;
  color: black;
  padding: 0.5rem 1.5rem;
  border: 1px solid black;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.hero-booking-button:hover {
  background: black;
  color: white;
  border: 1px solid white;
}



/* Scroll-Down-Indikator */
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.mouse {
  width: 24px;
  height: 40px;
  border: 2px solid white;
  border-radius: 14px;
  position: relative;
  margin: 0 auto;
  transform: translateX(-50%);
  animation: scroll 2.2s infinite;
  left: 50%;
  transform: translateX(-50%);
}

.wheel {
  width: 4px;
  height: 8px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  animation: scroll 2.2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.4;
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}



/* ========== Slider Section ========== */
.slider-section {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 20s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 25vw; /* 4 Slides sichtbar */
  max-width: 260px;
  padding: 0.5rem;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 6;
  object-fit: cover;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Optional responsiv anpassen */
@media (max-width: 1024px) {
  .slide {
    width: 50vw;
  }
}

@media (max-width: 600px) {
  .slide {
    width: 100vw;
  }
}


/* Galerie-Button */
.gallery-button {
  margin-top: 10px;
  padding: 7px 28px;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  cursor: pointer;
  font-family: 'Playfair Display SC', sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 1rem;
}

.gallery-button:hover {
  background-color: #000;
  color: white;
  border: 1px solid white;
}

/* ========== Zimmer Section (3 Spalten) ========== */
.zimmer-section {
  text-align: center;
  margin: 0rem 1rem;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.zimmer-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.zimmer-column {
  flex: 1 1 200px;
  max-width: 400px;
  padding: 10px;
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.115);
}
.zimmer-column img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.zimmer-column h3 {
  text-align: left;
  font-family: 'Playfair Display SC';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0.7rem 0.5rem;
  
}
.zimmer-column p {
  text-align: left;
  font-family: 'Roboto' sans-serif;
  font-size: 1rem;
  margin: 0.5rem;
  padding: 0;
}
.zimmer-link-button {
  padding: 7px 28px;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  cursor: pointer;
  font-family: 'Playfair Display SC', sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 1rem;
}
.zimmer-link-button:hover {
  background: black;
  color: white;
  border: 1px solid white;
}


/* ========== Responsiveness (Beispiel) ========== */
@media (max-width: 768px) {
  .zimmer-grid,
  .mixed-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* ========== Mixed Grid Section (3 Columns) ========== */
.mixed-section {
  margin: 3rem 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.mixed-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem auto;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.mixed-grid .column-first {
  flex: 1 1 200px;
  max-width: 400px;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* sorgt dafür, dass Überschrift und Text zentriert sind */
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.115);
}
@media (max-width: 768px) {
  .mixed-grid .column-first {
    box-shadow: none;
  }
}

.mixed-grid .column {
  flex: 1 1 200px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* sorgt dafür, dass Überschrift und Text zentriert sind */
}

.mixed-grid .column img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 768px) {
  .mixed-grid {
    gap: 0.4rem;
  }
}



.mixed-grid .column button {
  padding: 7px 28px;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  cursor: pointer;
  font-family: 'Playfair Display SC', sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 1rem;
  align-self: flex-start;
}
.mixed-grid .column button:hover {
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .mixed-grid .column button {
    align-self: center;
  }
}

/* Bei kleineren Bildschirmen sollen die Spalten gestapelt werden */
@media (max-width: 768px) {
  .mixed-grid .column {
    flex: 1 1 100%;
  }
}

/* Container für die wechselnden Bilder */
.image-switcher {
  position: relative;
  width: 100%;
}

/* Alle Bilder im Switcher */
.image-switcher img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
  margin-bottom: 1rem;
}

/* Aktives Bild sichtbar */
.image-switcher img.active {
  opacity: 1;
  z-index: 1;
  position: relative; /* damit margin greift */
}


.timeline-toggle {
  margin: 4rem auto;
  margin-top: 0rem;
  text-align: center;
  padding: 0 1rem;
  display: flex;
}

.timeline-track {
  position: relative;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}

/* Die verlängerte Linie */
.timeline-line {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #ccc;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 2px;
}

/* Die grauen fixen Punkte */
.timeline-point {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

/* Der schwarze, bewegliche Punkt */
.timeline-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: black;
  border: 1px solid black;
  border-radius: 50%;
  transition: left 0.3s ease;
  z-index: 2;
}

/* Labels mittig unter den Punkten */
.timeline-labels {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  transform: translateY(10px);
  margin-top: -1.5rem;
}

.timeline-label {
  position: absolute;
  transform: translateX(-50%);
  font-size: 0.9rem;
  color: #000000;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
}








/* ========== Standort Section ========== */
.standort-section {
  text-align: center;
  margin: 3rem 1rem;
  margin-top: 0;
}
.standort-section h2 {
  font-size: 2rem;
  margin-top: 1rem;

}

.map-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .map-container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .map-container {
    max-width: 100%;
  }
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.standort-section button {
  margin-top: 10px;
  background: white;
  color: black;
  border: 1px solid black;
  padding: 8px 26px;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: 'Playfair Display SC', sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 1rem;
}
.standort-section button:hover {
  background: black;
  color: white;
}












/* ========== Flip Icons ========== */
/* Basis-Styles für die Flipcards */
.flip-icons-section {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  /* Kein display: flex hier, damit der Inhalt nicht unnötig auseinandergezogen wird */
  padding-bottom: 2rem;
}



/* Basis-Styles für die Flipcards */
.flip-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  perspective: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
}



/* Grid Layout für die Flipcards */
.flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.5rem; /* kleinerer Abstand zwischen den Karten */
  margin: 0 auto;
  width: 100%;
  max-width: 94%;
  overflow: visible;
  align-items: center;
  justify-items: center; /* Karten zentriert innerhalb ihrer Zelle */
  justify-content: center;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .flip-container {
    width: 120px;
    max-width: 120px;
    margin-bottom: 20px;
  }
}

/* Für kleinere Bildschirme */
@media (max-width: 1024px) {
  .flip-grid {
    grid-template-columns: repeat(3, auto);
    width: max-content;
    margin: 0 auto;
    gap: 1.5rem;
  }
  .flip-grid .flip-container:nth-child(7) {
    display: none;
  }
  .flip-icons-section h2 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 430px) {
  .flip-grid {
    grid-template-columns: repeat(2, minmax(40px, 1fr));
    padding: 0 0 20px;
  }
  .flip-grid .flip-container:nth-child(7) {
    display: none;
  }
  .flip-icons-section h2 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  transform-origin: center center;
  transform: rotateY(0deg); /* ← GANZ WICHTIG */
}

/* Hover-Effekt für Geräte mit Hover-Unterstützung */
.flip-container:hover .flip-card {
  transform: rotateY(180deg);
}

/* Klasse für per Klick getoggelt (Touch) */
.flip-container.flipped .flip-card {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0;
  box-sizing: border-box;
}

.flip-front {
  background: #fafafa;
  box-shadow: 0 0 0px #000;
}

.flip-back {
  transform: rotateY(180deg);
  background-color: #fafafa;
  padding: 0.8rem;
  border: 1px solid black;
}

/* Icon und Titel auf der Vorderseite */
.flip-front svg {
  color: #000;
  font-size: clamp(4rem, 4vw, 5rem);
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1rem;
  top: 12%;
}
.flip-front svg {
  max-width: 60px; /* Optional: Größe des SVG-Icons */
  max-height: 60px; /* Optional: Größe des SVG-Icons */
}


.flip-front h4 {
  margin-top: clamp(0.625rem, 1.25vw, 1rem);
  color: #000;
  font-weight: 400;
  font-family: 'Playfair var';
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(1rem, 2.5vw, 1.5rem) !important;
  text-align: center;
}

/* Text auf der Rückseite */
.flip-back p {
  text-align: left;
  justify-content: center !important;
  align-items: center !important;
  color: #000;
  margin: 0 !important;
  font-weight: 300;
  font-family: 'roboto';
  font-size: clamp(0.6rem, 1vw, 1rem);
  line-height: 1.2;
  padding: 0 !important;
}








.faq-section {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  /* Kein display: flex hier, damit der Inhalt nicht unnötig auseinandergezogen wird */
  padding-bottom: 2rem;
}

.faq-section h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .faq-container {
    max-width: 80%;
  }
}
@media (max-width: 430px) {
  .faq-container {
    max-width: 100%;
  }
}

.faq-item {
  border: 1px solid #000000;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  background-color: #fafafa;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Playfair Display SC';
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  gap: 0.5rem;
}

.faq-toggle {
  position: relative;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  min-width: 1rem;
  min-height: 1rem;
}

.line {
  position: absolute;
  background-color: #222222;
  transition: transform 0.33s ease, opacity 0.33s ease;
}

/* Horizontale Linie */
.horizontal {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%) rotate(0deg); /* Start: Horizontal */
}

/* Vertikale Linie */
.vertical {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%) rotate(0deg); /* Start: Vertikal */
}

/* Wenn geöffnet: Die Vertikale dreht sich zur Horizontalen */
.faq-item.open .horizontal {
  transform: translateY(-50%) rotate(-90deg);  /* bleibt horizontal */
  opacity: 0;
}

.faq-item.open .vertical {
  opacity: 1;  /* verschwindet */
  transform: translateX(-50%) rotate(-90deg); /* dreht sich zur Horizontalen */
}



.faq-answer {
  padding: 0 20px;
  padding-top: 0 !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fafafa;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: left;
}






.last-button-container {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.last-button {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 8px 26px;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: 'Playfair Display SC', sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 1rem;
}
.last-button:hover {
  background: black;
  color: white;
  border: 1px solid white;
}




























/*=====================================*/
/*=====================================*/
/*=====================================*/

/* Navba Startseite */

/*=====================================*/
/*=====================================*/
/*=====================================*/

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 12vh;
  z-index: 999;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: 'Playfair Display SC';
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .navbar {
    height: 10vh;
  }
}

.navbar.initial {
  background-color: transparent;
  color: white;
  font-family: 'Playfair Display SC';
  
}

.navbar.scrolled {
  background-color: white;
  color: black;
  border-bottom: 1px solid black;
  height: 8vh;
  padding-top: 20px;
}

.navbar.menu-open .center-button {
  display: none;
}
.navbar.menu-open .mobile-nav {
  justify-content: space-between;
}

/* Mobile Navigation */
.mobile-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 1200;
  align-items: center;
  position: relative;
}

/* Desktop Navigation */
.navbar.initial .center-button {
  justify-self: center;
  border: 1px solid black;
  padding: 0.5rem 1rem;
  transition: 0.5s ease, opacity 0.5s ease;
  font-family: 'Playfair var';
  text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 1.1rem;
  background-color: black;
  color: white;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  white-space: nowrap;
  text-align: center;
}
.center-button:hover {
  border: 1px solid black;
  background-color: white !important;
  color: black !important;
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.navbar.scrolled .center-button {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto !important;
}

@media (max-width: 768px) {
  .center-button {
    padding: 0.2rem 1rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
  }
}

.logo-place img {
  width: 3.5rem;
  height: 3.5rem;
  padding-top: 3px;
  transition: 0.3s ease;
}
.navbar.scrolled .logo-place img {
  width: 2.8rem;
  height: 2.8rem;
  padding-top: 3px;
  /* Passe hier ggf. weitere Abstände an */
}

.menu-toggle-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  z-index: 1200;
}

/* Burger Menu */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  
}
.menu-toggle.active {
  align-self: flex-end;
}
.burger {
  width: 2.2rem;
  height: 0.33rem;
  background-color: none;
  transition: 0.4s;
  border-radius: 2rem;
  transform-origin: center;
  border: 1.3px solid black;
}


.menu-toggle.active .burger:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background-color: none;
  border: 1.3px solid white !important;
}
.menu-toggle.active .burger:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .burger:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background-color: black;
  border: 1.3px solid white !important;
}

/* Menü-Label */
.menu-label {
  right: 0.5rem;
  color: white !important; /* Von Anfang an schwarz */
  font-family: 'Playfair Display SC', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .menu-label {
    font-size: 0.9rem !important;
  }
}
.menu-label span {
  display: inline-block;
  transition: color 0.3s;
  position: relative;
}
.navbar.initial.menu-label {
  color: white !important;
}

/* Slide-out (nach oben raus) */
.slide-out {
  animation: slideOut 0.3s ease;
}

/* Slide-in (von oben rein) */
.slide-in {
  animation: slideIn 0.3s ease;
}

@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Burger im scrolled Zustand (Farbe wechseln) */
.navbar.scrolled .burger {
  background-color: none;
  border: 1.3px solid black !important;
}
.navbar.initial .burger {
  border: 1.3px solid white; /* Border auf weiß setzen */
}


/* Ausklappbares Menü (Mobile) */
.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  transform: translateY(-100%);
  transition: 0.5s;
  opacity: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 3rem;
}

.nav-menu.active {
  transform: translateY(0);
  opacity: 1;
}

/* Wrapper für die vier Spalten */
.menu-grid {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-top: 4rem;
}

.menu-column-black li {
  padding-bottom: 0.5rem;
  color: white;
}

@media (min-width: 480px) {
  .menu-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-top: 4rem;
  }
  .nav-menu {
    justify-content: left;
    padding-left: 6rem !important;
  }
  .menu-column-black li {
    padding-bottom: 1rem !important;
  }
  .menu-column-black a {
    color: white;
    font-size: 2rem !important;
    text-transform: capitalize;
    font-family: 'Playfair Display SC';
    text-decoration: none;
    transition: 0.3s ease;
  }
}
/* Ab Tablet: vier Spalten nebeneinander */
@media (min-width: 1024px) {
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 6rem !important;
    margin-top: -2rem;
    padding: 2rem;
  }
  .nav-menu {
    justify-content: center;
    padding-left: 0rem !important;
  }
  .menu-column-black li {
    padding-bottom: 1rem;
  }
}


.menu-column-black ul {
  list-style: none;
  color: white;
  padding: 0;
  margin: 0;
}

.menu-column-black li {
  margin-bottom: 1rem;
  color: white;
}



.menu-column-black a {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: 'Playfair var';
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 200;
}

.menu-column-black a:hover {
  color: #ffffff8c;
}

/* Reservieren-Button */
.nav-menu-button {
  border: 1px solid black;
  background-color: white;
  color: black;
  text-align: center;
  font-size: 1.8rem;
  transition: 0.5s ease;
  font-family: 'Playfair var';
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -0.25rem;
  cursor: pointer;
  padding: 0.5rem 1.2rem !important;
}

.nav-menu-button:hover {
  border: 1px solid white;
  background-color: black;
  color: white !important;
}









/* ====================================
   Footer
==================================== */
.footer {
  background: #000;
  color: #fefefe;
  padding: 3rem 2rem;
  margin-top: 3rem;
  padding-bottom: 1.5rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3 {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.footer-section h4 {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-label {
  color: #fefefe;
}

.footer-section p {
  color: #ccc;
  line-height: 1.6;
  font-family: 'Roboto';
  margin: 0;
}

.footer-section ul {
  list-style: none;
  padding-left: 0;
  font-family: 'Roboto';
}

.footer-section ul li {
  margin-bottom: 0.5rem;
  font-family: 'Roboto';
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: 'Roboto';
}
.footer-section ul li a:hover {
  color: #aaa;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

.footer-bottom p {
  padding: 0;
}











/* Ausgangspositionen */
.slide-in-left, .slide-in-right, .slide-in-top, .slide-in-bottom {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: all .8s ease-out;
}

.slide-in-left {
  transform: translateX(-35px);
}
.slide-in-right {
  transform: translateX(35px);
}
.slide-in-top {
  transform: translateY(-35px);
}
.slide-in-bottom {
  transform: translateY(35px);
}

/* Optionale Verzögerung */
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}
.delay-6 {
  transition-delay: 0.6s;
}
.delay-7 {
  transition-delay: 0.7s;
}
.delay-8 {
  transition-delay: 0.8s;
}
.delay-9 {
  transition-delay: 0.9s;
}
.delay-10 {
  transition-delay: 1s;
}

/* Wenn sichtbar */
.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

