/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --background: #000;
  --section-bg: #000;
  --section-bg-alt: #181818;
  --text: #fff;
  --accent: #000;
  --btn-bg: #fff;
  --btn-text: #181818;
  --btn-hover-bg: #000;
  --btn-hover-text: #fff;
  --btn-shadow: 0  #000;
  --btn-secondary-bg: #000;
  --btn-secondary-text: #fff;
  --btn-secondary-hover-bg: #fff;
  --btn-secondary-hover-text: #000;
}

/* Grundstruktur */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif ,sans-serif;
  background: var(--background);
  color: var(--text);
  scroll-behavior: smooth;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Globales Box-Sizing für alles */
*, *::before, *::after {
  box-sizing: border-box;
}


/* Anfang von Impressum und Datnschutz*/
body.impressum,
body.datenschutz {
  background: #fff;
  color: #000;
  font-family: 'Montserrat', Arial, sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Hauptbox für Inhalt */
body.impressum .page-section,
body.datenschutz .page-section,
body.impressum .impressum-section {
  max-width: 820px;
  margin: 108px auto 40px auto; /* <--- HIER Wert erhöhen */
  background: #fff;
  padding: 38px 7vw 38px 7vw;
  border-radius: 1.6em;
  box-shadow: 0 8px 32px #000d;
  line-height: 1.7;
  font-size: 1.15em;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 3;
}


/* Überschriften */
body.impressum h1,
body.datenschutz h1 {
  font-size: 2.2em;
  color: #000;
  font-weight: 900;
  margin-bottom: 34px;
  margin-top: 0;
  letter-spacing: 0.03em;
  text-align: left;
}

body.impressum h2,
body.datenschutz h2 {
  font-size: 1.37em;
  color: #000;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
  padding-left: 0.12em;
}

body.impressum h2:not(:first-child),
body.datenschutz h2:not(:first-child) {
  border-top: 1.5px solid #242424;
  padding-top: 27px;
}

body.impressum b,
body.datenschutz b {
  color: #000;
}

body.impressum ul,
body.datenschutz ul,
body.impressum ol,
body.datenschutz ol {
  padding-left: 1.3em;
  margin-top: 8px;
  margin-bottom: 20px;
}

body.impressum li,
body.datenschutz li {
  margin-bottom: 7px;
  font-size: 1em;
  line-height: 1.6;
}

body.impressum a,
body.datenschutz a {
  color: #000;
  text-decoration: underline;
  transition: color 0.14s;
}
body.impressum a:hover,
body.datenschutz a:hover {
  color: #000;
  text-decoration: none;
}

/* Box für Impressum mit Icon */
body.impressum .impressum-section::before,
body.datenschutz .page-section::before {
  font-size: 2.1em;
  position: absolute;
  top: 20px;
  left: 26px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}


/* Responsive für iPad und Handy */
@media (max-width: 786px) {
  body.impressum .page-section,
  body.datenschutz .page-section,
  body.impressum .impressum-section {
    max-width: 97vw;
    padding: 28px 3vw 26px 3vw;
    font-size: 1.04em;
  }
  body.impressum h1,
  body.datenschutz h1 {
    font-size: 1.37em;
    margin-bottom: 18px;
  }
  body.impressum h2,
  body.datenschutz h2 {
    font-size: 1.12em;
    margin-top: 28px;
    padding-top: 12px;
  }
}

@media (max-width: 430px) {
  body.impressum .page-section,
  body.datenschutz .page-section,
  body.impressum .impressum-section {
    padding: 11px 2vw 13px 2vw;
    font-size: 0.97em;
  }
  body.impressum h1,
  body.datenschutz h1 {
    font-size: 1.08em;
  }
  body.impressum h2,
  body.datenschutz h2 {
    font-size: 0.97em;
  }
}
/* Ende von Impressum und Datenschutz */



/*Anfang von Speisekarte*/


/* --- Burger und mobile Navigation ausblenden --- */
body.speisekarte .burger,
body.speisekarte .nav-links {
  display: none;
}

/* Abstand zwischen Header und erstem Split-Block */
body.speisekarte .split-section:first-of-type {
  padding-top: 40px; /* Sauberer Abstand zum Header */
}

/* Bild im Split-Bereich */

body.speisekarte .split-section {
    padding-left: 0vw;
    align-items: flex-start;   
    padding-right: 0vw;
    box-sizing: border-box;
    min-height: 1200px;      /* Kannst du noch größer machen: z.B. 600px */
  }

body.speisekarte .split-image img {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  border-radius: 0.8em;
  margin: 0 auto;
  padding-top: 40px;
}

.menu-quote {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.6em;
  color: #fff; /* Dunkelgrau statt Weiß */
  line-height: 1.3; /* mehr Luft */
  margin: 0 0 1.4em 0;
  letter-spacing: -0.5px; /* weniger komprimiert */
  text-align: left;
}

.menu-quote .quote-author {
  display: block;
  margin-top: 1.1em;
  color: #999; /* hellgrau statt rot */
  font-size: 1em; /* etwas kleiner */
  font-weight: 500; /* dünnerer Schriftzug */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.reserve-banner {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 380px;
  max-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0;
}

.reserve-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.reserve-banner-content {
  position: relative;
  z-index: 2;
  background-color: #000 !important;  /* VOLLSCHWARZ, NICHT TRANSPARENT */
  color: #fff !important;
  text-align: left;
  max-width: 360px;
  margin-left: 7vw;
  align-self: center;
  border-radius: 1.2em;
  box-shadow: 0 8px 32px #000a;
  padding: 56px 22px;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  box-sizing: border-box;
  opacity: 1 !important;             /* Falls irgendwo noch Opacity drinsteckt */
  backdrop-filter: none !important;  /* Falls du irgendwo Filter/Blur drin hast */
  filter: none !important;           /* Für alle Fälle */
}

.reserve-banner-content h2 {
  font-size: 2.1em;
  font-weight: 800;
  margin-bottom: 0.44em;
  color: #fff;
}

.reserve-banner-content p {
  font-size: 1.08em;
  font-weight: 400;
  color: #eee;
  margin-bottom: 1.2em;
}

/* ==== iPad / Tablet (bis 836px) ==== */
@media (max-width: 836px) {
  body.speisekarte .split-section {
    flex-direction: column;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
  }

  body.speisekarte .split-text {
    padding: 1.5rem 4vw;
    box-sizing: border-box;
  }

  body.speisekarte .split-text h2 {
    font-size: 1.8rem;
  }

  body.speisekarte .split-text p {
    font-size: 1.05rem;
  }

  body.speisekarte .split-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 1em;
  }

  .reserve-banner {
    flex-direction: row;
    height: auto;
    min-height: 400px;
    padding: 0;
  }

  .reserve-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .reserve-banner-content {
    max-width: 90vw;
    margin-left: 4vw;
    margin-right: 4vw;
    border-radius: 1em;
    padding: 40px 18px;
    box-sizing: border-box;
    background-color: #000 !important;
  }

  .reserve-banner-content h2 {
    font-size: 1.6em;
  }

  .reserve-banner-content p {
    font-size: 1em;
  }

 
}

/* ==== Handy / Mobile (bis 430px) ==== */
@media (max-width: 430px) {
  body.speisekarte .split-section {
    flex-direction: column;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }

  body.speisekarte .split-text {
    padding: 1.2rem 3vw;
    box-sizing: border-box;
  }

  body.speisekarte .split-text h2 {
    font-size: 1.5rem;
  }

  body.speisekarte .split-text p {
    font-size: 1rem;
  }

  body.speisekarte .split-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 0.8em;
  }

  .reserve-banner {
    flex-direction: column;
    height: auto;
    min-height: 320px;
    padding: 0;
  }

  .reserve-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .reserve-banner-content {
    max-width: 94vw;
    margin-left: 3vw;
    margin-right: 3vw;
    border-radius: 0.8em;
    padding: 28px 14px;
    box-sizing: border-box;
    background-color: #000 !important;
  }

  .reserve-banner-content h2 {
    font-size: 1.3em;
  }

  .reserve-banner-content p {
    font-size: 0.95em;
  }

  .section-btns {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

}

/* Ende Speisekarte */


/*Anfang von Reservierung*/



body.reservierung .reservierung-form input,
body.reservierung .reservierung-form textarea {
  background: #222;
  color: #fff;
  border: 1.2px solid #222;
  border-radius: 0.7em;
  padding: 1em 1.1em;
  font-size: 1.07rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
}
body.reservierung .reservierung-form input:focus,
body.reservierung .reservierung-form textarea:focus {
  border-color: #8b1926;
  background: #222;
}
body.reservierung .reservierung-form button {
  background: #8b1926;
  color: #fff;
  border: none;
  border-radius: 0.8em;
  padding: 1em 0;
  font-size: 1.07rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.14s, color 0.14s;
  margin-top: 0.8em;
  box-shadow: 0 1px 10px #0002;
}
body.reservierung .reservierung-form button:hover {
  background: #fff;
  color: #8b1926;

} 
body.reservierung .split-section,
body.reservierung .reserve-form-section {
  margin-top: 100px; /* Abstand nach oben, Desktop */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

/* ===============================
   HERO-BILD (OBERER BEREICH)
================================ */
/* Hero-Bild oben auf der Reservierungsseite, immer volle Breite, eckig */
/* 1. Hero-Bild quer oben wie bei KOI */

/* Abstand von Navigation zum Hero-Bild */
/* Hero-Spacer (falls gewünscht, optional) */
/* Universeller Hero-Container */
body.reservierung .reservierung-hero,
body.speisekarte .reservierung-hero,
body.kontakt .reservierung-hero,
body.impressum .reservierung-hero,
body.datenschutz .reservierung-hero {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 90px !important;
}

/* Hero-Bild */
body.reservierung .reservierung-hero-img,
body.speisekarte .reservierung-hero-img,
body.kontakt .reservierung-hero-img,
body.impressum .reservierung-hero-img,
body.datenschutz .reservierung-hero-img {
  width: 100vw;
  max-width: 100vw;
  height: 42vw;
  max-height: 430px;
  min-height: 180px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Hero-Titel-Text */
.hero-banner-title {
  position: absolute;
  top: 270px;
  left: 8vw;
  color: #fff !important;
  font-size: 3.4em !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: left;
  z-index: 10;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.85);
}

@media (max-width: 836px) {


  .hero-banner-title {
    top: 160px;
    left: 6vw;
    font-size: 2.2em !important;
  }
}

@media (max-width: 430px) {
  body.reservierung .spacer-top,
  body.speisekarte .spacer-top,
  body.kontakt .spacer-top,
  body.impressum .spacer-top,
  body.datenschutz .spacer-top {
    height: 20px;
  }

  body.reservierung .spacer-bottom,
  body.speisekarte .spacer-bottom,
  body.kontakt .spacer-bottom,
  body.impressum .spacer-bottom,
  body.datenschutz .spacer-bottom {
    height: 18px;
  }

  .hero-banner-title {
    top: 120px;
    left: 5vw;
    font-size: 1.6em;
  }
}



/* Alle Bilder generell eckig machen */
img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ===============================
   HAUPT INHALTSBEREICH: SPLIT (Links + Rechts)
================================ */
.reservierung-inhalt {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 54px 32px 54px 32px;
  gap: 80px;
  box-sizing: border-box;
  align-items: flex-start;
}

/* ===============================
   LINKE SPALTE: TEXT & BILD
================================ */
.reservierung-links {
  flex: 0 1 48%;
  min-width: 320px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1vw;
}

.reservierung-text {
  width: 100%;
  max-width: 40vw;
  text-align: left;
  color: #fff;
  margin-bottom: 2.1em;
}

.reservierung-text h1 {
  font-size: 2.25em;
  font-weight: 900;
  margin-bottom: 0.6em;
  color: #fff;
  letter-spacing: 0.01em;
}

.reservierung-text p {
  font-size: 1.18em;
  margin-bottom: 1.15em;
  line-height: 1.7;
  color: #eee;
}

.reservierungs-hinweis {
  background: #181818;
  color: #fff;
  border-radius: 1.1em;
  padding: 0;
  margin-bottom: 1.4em;
  font-size: 1.08em;
  box-shadow: 0 2px 14px #181818;
}

.reservierungs-hinweis b,
.reservierungs-hinweis strong {
  color: #fff;
  font-weight: 700;
}

.reservierungs-hinweis span {
  color: #fff;
  display: block;
  margin-top: 0.7em;
  font-weight: 600;
}

/* ZENTRIERTES Telefoninfo unter Formular */
.reservierung-telefoninfo {
  margin: 2.2em 0 0 0;
  text-align: left;
  color: #fff;
  font-size: 1.26em;
  line-height: 1.6;
  max-width: 430px;
  width: 100%;
  display: block;
  font-weight: 500;
}

.reservierung-telefoninfo .jetzt-label {
  font-size: 1.12em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.1em;
  display: inline-block;
  letter-spacing: 0.01em;
}

.reservierung-telefoninfo a {
  color: #fff;
  font-weight: 900;
  font-size: 1.34em;
  letter-spacing: 0.01em;
  text-decoration: underline;
  transition: color 0.15s;
  margin-top: 0.12em;
  display: inline-block;
}

/* ===============================
   RECHTE SPALTE: FORMULAR
================================ */
.reservierung-rechts {
  flex: 1 1 52%;
}

.reservierung-form {
  width: 100%;
  background: #000;
  padding: 2.2em 2em 2em 2em;
  border-radius: 1.1em;
  box-shadow: 0 2px 24px #000;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2em 1.2em;
}

.reservierung-form input,
.reservierung-form select,
.reservierung-form textarea {
  width: 100%;
  background: #222;
  color: #fff;
  border: 1.2px solid #222;
  border-radius: 0.7em;
  padding: 1em 1.1em;
  font-size: 1.06rem;
  margin-bottom: 0;
  transition: border-color 0.18s, background 0.18s;
  font-family: inherit;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
  grid-column: span 1;
}

.reservierung-form select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23fff"><polygon points="0,0 12,0 6,12"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1em center;
  cursor: pointer;
}

.reservierung-form input:focus,
.reservierung-form select:focus,
.reservierung-form textarea:focus {
  border-color: #fff;
  background: #222;
}

.reservierung-form .btn.btn-primary {
  width: 100%;
  padding: 1em 1.1em;
  background: #8b1926;
  color: #fff;
  border: none;
  border-radius: 0.7em;
  font-size: 1.06rem;
  cursor: pointer;
  grid-column: span 2;
  margin-top: 1.2em;
}

.reservierung-form .error {
  color: #8b1926;
  font-size: 1rem;
  margin-top: 0.5em;
  grid-column: span 2;
}

/* Textarea, Button: beide Spalten */
.reservierung-form textarea,
.reservierung-form button {
  grid-column: span 2;
}

.reservierung-form input:focus,
.reservierung-form textarea:focus {
  border-color: #8b1926;
  background: #333;
}

.reservierung-form button {
  background: transparent;
  color: #fff;
  border: 1.8px solid #8b1926;
  border-radius: 0.8em;
  padding: 1.08em 0;
  font-size: 1.13rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.2em;
  transition: background 0.16s, color 0.16s, border 0.16s;
  outline: none;
}

.reservierung-form button:hover,
.reservierung-form button:focus {
  background: #8b1926;
  color: #fff;
  border-color: #8b1926;
}


@media (max-width: 1100px) {
  .reservierung-inhalt {
    flex-direction: column;
    gap: 0;
    padding: 36px 5vw 32px 5vw;
    max-width: 100vw;
  }
}
@media (max-width: 1100px) {
  .reservierung-links {
    max-width: 100vw;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .reservierung-text {
    padding: 0;
  }
}

/* ===============================
   MEDIA QUERY: TABLET (<=768px)
================================ */
@media (max-width: 900px) {
  .reservierung-inhalt {
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 100vw;
    padding: 28px 0 32px 0;
    box-sizing: border-box;
  }
  .reservierung-links,
  .reservierung-rechts {
    width: 100%;
    max-width: 560px;
    min-width: 0;
    margin: 0 auto 18px auto;
    padding: 0 3vw;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .reservierung-text,
  .reservierungs-hinweis,
  .reservierung-telefoninfo {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0;
  }
  .reservierung-text h1 {
    font-size: 1.48em;
    text-align: center;
    margin-top: 0.6em;
    margin-bottom: 1em;
  }
  .reservierung-text p {
    font-size: 1.07em;
    line-height: 1.7;
    margin-bottom: 1em;
    text-align: left;
    padding: 0;
  }
  .reservierungs-hinweis {
    font-size: 1em;
    margin-bottom: 0.8em;
  }
  .reservierung-form {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 1.3em 0.2em 1.1em 0.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    box-sizing: border-box;
  }

   .reservierung-form input[type="date"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 1.2em 1.1em;
  }

  .reservierung-form input,
  .reservierung-form textarea,
  .reservierung-form button {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
  }
}
/* Nur auf kleinen Geräten (< 600px) untereinander! */
@media (max-width: 600px) {
  .reservierung-inhalt {
    flex-direction: column;
    gap: 0;
    padding: 8px 1vw 16px 1vw;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .reservierung-links,
  .reservierung-rechts {
    max-width: 100vw;
    width: 100%;
    min-width: 0;
    padding: 0 3vw;
    box-sizing: border-box;
  }
  .reservierung-links {
    margin-bottom: 14px;
    padding-right: 0;
  }
  .reservierung-form {
    max-width: 99vw;
    padding: 1em 0.2em 0.9em 0.2em;
  }
}

/* ===============================
   MEDIA QUERY: SMARTPHONES (<=430px)
================================ */
@media (max-width: 430px) {
  .reservierung-inhalt {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    margin-top: 60px;
    max-width: 95vw;
    box-sizing: border-box;
  }

  .reservierung-links,
  .reservierung-rechts {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 3vw;
    box-sizing: border-box;
  }

  .reservierung-links {
    margin-bottom: 14px;
    padding-right: 0;
    align-items: flex-start;
  }

  .reservierung-links img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
  }

  .reservierung-text h1 {
    font-size: 1.5em;
    text-align: center;
  }

  .reservierung-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

   .reservierung-form input[type="date"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 1.2em 1.1em;
  }

  .reservierung-form input,
  .reservierung-form textarea,
  .reservierung-form button {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }

  .reservierung-form button {
    font-size: 0.95rem;
    padding: 0.8em;
  }
}


/*Ende Reservierung*/

/*Anfang Kontakt*/

body.kontakt {
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

/* ==============================
   Kontaktbereich (Box tiefer, Clean)
============================== */
.kontakt-block {
  max-width: 900px;
  margin: 44px auto 44px auto;  /* MEHR Abstand nach oben! */
  display: flex;
  flex-wrap: wrap;
  background: #111;
  border-radius: 1.5em;
  box-shadow: 0 8px 38px #000;
  overflow: hidden;
  gap: 0;
  position: relative;
}
.kontakt-links {
  flex: 1 1 100%;
  min-width: 280px;
  padding: 42px 6vw 36px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.kontakt-links h2 {
  font-size: 2.8em;
  color: #fff;
  font-weight: 900;
  margin-bottom: 1.7em;
  letter-spacing: 0.01em;
  text-align: center;
  width: 100%;
}
.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  margin-bottom: 1.4em;
}
.kontakt-form input, .kontakt-form textarea {
  background: #191919;
  color: #fff;
  border: 1.3px solid #393939;
  border-radius: 0.7em;
  padding: 0.83em 1.1em;
  font-size: 1.06rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
}
.kontakt-form input:focus, .kontakt-form textarea:focus {
  border-color: #8b1926;
  background: #222;
}
.kontakt-form button {
  background: transparent;
  color: #fff;
  border: 1.5px solid #8b1926;
  border-radius: 0.7em;
  padding: 0.92em;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.14s, color 0.14s, border 0.14s;
  margin-top: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.kontakt-form button:hover {
  background: #8b1926;
  color: #fff;
  border: 1.5px solid #8b1926;
}

.kontakt-info {
  color: #fff;
  font-size: 1.06em;
  margin: 1.6em 0 1.1em 0;
  line-height: 1.7;
  text-align: left;
}

/* ========== Keine hässlichen Symbole mehr! ========== */
/* (Im HTML komplett entfernen, falls noch drin!) */

/* ==============================
   Rechte Spalte (Map etc.)
============================== */
.kontakt-rechts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  background: #181818;
}
.kontakt-map {
  width: 100%;
  min-height: 310px;
  height: 100%;
  border: none;
  display: block;
  border-radius: 0 0 1.5em 1.5em;
  box-shadow: 0 8px 24px #000;
}

/* ===========================
   GOOGLE MAPS STANDORTBEREICH
=========================== */
.standort-section {
  max-width: 1150px;
  margin: 80px auto 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.standort-section h2 {
  font-size: 2.4em;
  font-weight: 900;
  margin-bottom: 0.6em;
  color: #fff;
}

.standort-section p {
  font-size: 1.15em;
  color: #ccc;
  margin-bottom: 1.8em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6vw;
}

.placeholder-map {
  width: 100%;
  height: 400px;
  cursor: pointer;
  border-radius: 0; /* Ecken eckig */
  overflow: hidden;
}

.placeholder-map p {
  text-align: center;
  color: #333;
  line-height: 400px;
  margin: 0;
  font-size: 1.1rem;
}


/* ==============================
   Über uns Block – Text oben, Bild mittig, modern!
============================== */
.familien-section {
  width: 100vw;
  background: transparent;
  display: flex;
  justify-content: center;
  margin: 56px 0 38px 0;
}

.familien-content {
  background: #161616;
  border-radius: 1.6em;
  box-shadow: 0 8px 34px #000a;
  overflow: hidden;
  max-width: 1050px;    /* Breiter für mehr Wirkung! */
  width: 97vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.familien-text {
  width: 100%;
  max-width: 950px;     /* Ebenfalls breiter! */
  padding: 62px 7vw 42px 7vw;
  text-align: center;
}

.familien-text h2,
.familien-text h1 {
  font-size: 2.8em;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 2px 12px #000;
}

.familien-text p {
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1.4em;
  color: #fff;
  text-shadow: 0 1px 7px #000;
}

/* Optional: letzten Absatz etwas absetzen */
.familien-text p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.18em;
}


.banner-gallery {
  display: flex;
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 3 / 1;     /* 3:1 Bannerformat */
  overflow: hidden;
  background: #000;
  margin: 0;
  padding: 0;
}

.banner-gallery .banner-img {
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 0;
  min-height: 0;
  display: block;
  border-radius: 0;
  margin: 0;
  background: #000;
  transition: transform .2s;
}

/* Optional: Hover-Effekt für etwas Leben */
.banner-gallery .banner-img:hover {
  transform: scale(1.04);
  z-index: 2;
  box-shadow: 0 8px 30px #0006;
}


/* Tablet */
@media (max-width: 836px) {
  .standort-section {
    margin-top: 60px;
    padding: 0;
  }
  .kontakt-map-large {
    height: 450px;
    border-radius: 0.8em;
  }

  .kontakt-block,
  .familien-section {
    flex-direction: column;
    border-radius: 1em;
    max-width: 95vw;
    margin-top: 90px;
  }

  .kontakt-links,
  .kontakt-rechts,
  .familien-text,
  .familien-bild {
    flex: 1 1 100%;
    padding: 30px 5vw;
    min-width: 0;
    max-width: 100vw;
  }

  .kontakt-map {
    border-radius: 0 0 1em 1em;
    min-height: 200px;
    height: 250px;
  }

   .banner-gallery {
    display: block;
    aspect-ratio: unset;
    height: auto;
    min-height: 0;
    width: 100vw;
    background: #000;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .banner-gallery .banner-img {
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    height: 35vw;
    max-height: 280px;
    min-height: 110px;
    margin: 0 auto 8px auto;
    object-fit: cover;
  }
  .team-image-wrap img {
    border-radius: 0.9em;
    max-height: 320px;
  }
}

/* =======================
   SMARTPHONES (<=430px)
========================= */

/* Smartphone */
@media (max-width: 430px) {
  .standort-section {
    margin-top: 40px;
  }
  .standort-section p {
    padding: 0 4vw;
  }
  .kontakt-map-large {
    height: 320px;
    border-radius: 0.6em;
  }

  .kontakt-block,
  .familien-section {
    margin-top: 70px;
    border-radius: 0.8em;
  }

  .kontakt-links,
  .kontakt-rechts,
  .familien-text,
  .familien-bild {
    padding: 18px 4vw 18px 4vw;
  }

  .kontakt-form input,
  .kontakt-form textarea {
    font-size: 0.98rem;
    padding: 0.75em 1em;
  }

.familien-text {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 0.85rem; /* kleinerer Text auf kleinen Bildschirmen */
}

  .kontakt-form button {
    font-size: 1em;
    padding: 0.8em;
  }

  .kontakt-map {
    min-height: 160px;
    height: 200px;
    border-radius: 0 0 0.7em 0.7em;
  }

   .banner-gallery {
    flex-direction: column;
  }
  .banner-gallery .banner-img {
    height: 34vw;
    min-height: 90px;
    max-height: 160px;
  }

  .team-image-wrap img {
    width: 100vw;
    max-height: 240px;
    border-radius: 0.7em;
  }
}

.logo.header-logo {
  height: 65px;
  width: auto;
  filter: drop-shadow(0 0 18px #000);
  position: relative;
  z-index: 20;
}

/* Ende Kontakt */

/* Index */

/* Navigation: Standardmäßig versteckt */
.nav-links {
  display: none;
}

/* Sichtbar, wenn .open (per JS) */
.nav-links.open {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: absolute;
  top: 80px;
  right: 2vw;
  background: #000;
  padding: 2em 1.4em;
  border-radius: 1em;
  z-index: 99;
  box-shadow: 0 2px 10px #000;
}

.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 0.55em 1.1em;
  border-radius: 2em;
  transition: background 0.22s, color 0.22s;
  font-size: 1.07rem;
  white-space: nowrap;
}
.nav-links a:hover {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
}

/* HERO VIDEO STYLES */
.logo.hero-logo {
  display: block;
  margin: 0 auto 2.6rem auto;
  height: 260px;
  max-width: 480px;
  filter: drop-shadow(0 24px 80px #000);
  position: relative;
  z-index: 5;
  animation: fadeInLogo 1.25s cubic-bezier(.8,-0.01,.09,.99);
}

@keyframes fadeInLogo {
  from { opacity: 0; transform: translateY(-80px) scale(0.7);}
  to { opacity: 1; transform: translateY(0) scale(1);}
}

/* ================================================
   GLOBAL (Desktop)
   ================================================ */
.hero {
  position: relative;
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
  margin-top: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero-video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100vw; height: 100%;
  background: linear-gradient(to bottom, #000 70%, #000 100%);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 7vh;
}

.hero-title {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 10px 48px #000, 0 1px 0 #000;
  line-height: 1.13;
  margin-bottom: 0.22em;
}
.hero-sub {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 2px 8px #000;
}

.hero-btns {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  margin-top: 2.4rem;
}
.btn {
  padding: 1.1em 2.5em;
  font-size: 1.17rem;
  border: none;
  border-radius: 2em;
  font-weight: 900;
  cursor: pointer;
  box-shadow: var(--btn-shadow);
  transition: background 0.16s, color 0.16s, transform 0.11s, box-shadow 0.18s;
  text-decoration: none;
  letter-spacing: 0.04em;
  margin: 0 0.3em;
  outline: none;
}
.btn-primary {
  background: var(--btn-bg);
  color: var(--btn-text);
}
.btn-primary:hover {
  background: var(--btn-hover-bg);
  color: var(--btn-hover-text);
  box-shadow: 0 12px 48px #181818, 0 2px 12px #181818;
  transform: scale(1.045);
}
.btn-secondary {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
  border: 2px solid #000;
}
.btn-secondary:hover {
  background: var(--btn-secondary-hover-bg);
  color: var(--btn-secondary-hover-text);
  border: 2px solid #000;
  box-shadow: 0 6px 32px #181818, 0 2px 8px #181818;
  transform: scale(1.04);
}

:root {
  --section-bg: #000;
  --section-bg-alt: #000;
  --btn-shadow: 0 1px 10px #0002;
}

/* --- Split-Sections 50/50 --- */
.split-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 660px;
  background: var(--section-bg);
  padding: 0;
  position: relative;
}
.split-section.reverse {
  flex-direction: row-reverse;
  background: var(--section-bg-alt);
}
.split-image, .split-text {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-image img {
  width: 99%;
  max-width: 660px;
  max-height: 620px;
  border-radius: 2.2rem;
  box-shadow: 0 16px 64px #000, 0 4px 24px #000;
  object-fit: cover;
  margin: 4vw 0;
}
.split-text {
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 1.9;
  padding: 4vw 7vw;
  color: #fff;
  text-align: left;
  justify-content: center;
}
.split-text h2 {
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 1.2em;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 8px 32px #000, 0 1px 0 #000;
  line-height: 1.14;
}

.split-text .subheadline {
  color: #aaa !important;        /* edles Grau */
  font-style: normal;
  font-size: 1.04em;
  font-weight: 400;
  margin-bottom: 1.6em;
  text-align: center;
  letter-spacing: 0.01em;
}

.split-text .quote {
  color: #bbb !important;        /* noch ein Tick heller grau */
  font-style: italic !important; /* Kursiv */
  font-size: 1.10em;
  margin: 2.1em 0 1.3em 0;
  text-align: center;
  padding-left: 0;
  border-left: none;
}

.section-btns {
  margin-top: 2.2em;
  display: flex;
  gap: 1.4em;
}
.section-btns .btn {
  font-size: 1.1rem;
  padding: 0.95em 2.1em;
  box-shadow: var(--btn-shadow);
}

.section-btns .btn, .btn-group .btn {
  width: auto;
  min-width: 170px;
  max-width: 100%;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}


.menu-promo {
  max-width: 100vw;
  overflow: hidden;
  margin: 0;
  background: #000;
}

.menu-promo-img {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  display: block;
}




/* ================================================
   TABLET UND KLEINER (≤ 836px)
   ================================================ */
@media (max-width: 836px) {
  /* Sections untereinander, mit Abstand */
  .split-section {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 32px !important;       /* sorgt für Luft zwischen Bild & Text */
    margin-bottom: 32px !important; /* Abstand zur nächsten Section */
  }
  .split-image,
  .split-text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .split-image img {
    width: 100% !important;
    height: auto !important;    /* keine fixe Max-Höhe mehr */
    object-fit: cover !important;
    border-radius: 0 !important;
  }
  .split-text,
  .page-container {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    box-sizing: border-box !important;
  }
  .split-text {
    padding-top: 38px !important;
    padding-bottom: 22px !important;
    margin: 0 auto !important;
    font-size: 1.07em !important;
  }
  .section-btns {
    flex-direction: row !important;
    gap: 14px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .reserve-banner-content {
    max-width: 95vw !important;
    margin: 2vw !important;
    padding: 30px 9px 28px 9px !important;
    border-radius: 1em !important;
    text-align: left !important;
  }
 .menu-promo-img {
    height: 60vw;
    min-height: 250px;
  }
}

/* ================================================
   SMARTPHONE (≤ 430px)
   ================================================ */
@media (max-width: 430px) {
  /* Hero wächst, Video bleibt cover, Text & Buttons full-width */
  .hero,
  .hero-video-container {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
  }
  .hero-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .hero-content {
    position: absolute !important;
    bottom: 4vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 8vw) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
  }
  .hero-btns {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 8px !important;
  }
  .hero-btns .btn {
    width: 100% !important;
    padding: 0.8em 0 !important;
    font-size: 0.9rem !important;
  }

  /* Bilder full-bleed */
  .page-container,
  .split-section {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: visible !important;
  }
  .split-image img {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc((100% - 100vw)/2) !important;
    margin-right: calc((100% - 100vw)/2) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
  }
  .split-text {
    padding: 2rem 4vw !important;
    text-align: left !important;
  }
      .menu-promo-img {
    height: 50vw;
    min-height: 160px;
  }
}
/* --- Keine Box-Shadows/Hintergründe auf Section oder Div --- */
section,
div {
  background: transparent !important;
  box-shadow: none !important;
}


/* =========== UNIVERSAL HEADER (außer Bestellseite) =========== */
/* Header + Logo + Burger + Navigation */


body .main-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2vw 1rem 2vw !important;
  background: #000 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  box-sizing: border-box;
}

body .header-logo {
  height: 52px;
  width: auto;
  margin-right: 22px;
  filter: drop-shadow(0 0 10px #0008);
}

body .desktop-nav {
  display: flex;
  gap: 44px;
  margin-left: auto;
}

body .desktop-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #8b1926;
  font-size: 1.03em;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 0 2px 0;
  background: none;
  border: none;
  transition: color 0.19s;
  position: relative;
}

body .desktop-nav a:hover,
body .desktop-nav a.active {
  color: #fff;
}
body.desktop-nav a.active::after,
body .desktop-nav a:hover::after {
  content: "";
  display: block;
  margin: 4px auto 0 auto;
  width: 60%;
  height: 2px;
  border-radius: 1px;
  background: #8b1926;
}

body.burger,
 .nav-links {
  display: none;
}

.hamburger {
  display: none; /* Default */
}
.mobile-menu {
  display: none; /* default */
}

.mobile-menu.open {
  display: block; /* nur wenn geöffnet */
}

@media (max-width: 836px) {
  .desktop-nav {
    display: none !important; /* Desktop Nav weg */
  }

  .hamburger {
    display: block;
    width: 30px;
    height: 22px;
    position: relative;
    top: 10px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #8b1926;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }

  .hamburger span:nth-child(1) { top: 0; }
  .hamburger span:nth-child(2) { top: 9px; }
  .hamburger span:nth-child(3) { bottom: 0; }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #333;
    z-index: 10;
    padding: 0;
  }


  .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 38px 0 34px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;  /* Links ausrichten */
  gap: 1.45em;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 1.13em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;                /* Nicht fett! */
  text-decoration: none;
  padding: 0.22em 0 0.22em 24px;   /* etwas Luft links */
  letter-spacing: 0.03em;
  border: none;
  background: none;
  border-radius: 0;
  transition: color .14s;
  display: block;
  position: relative;
}

.mobile-menu ul li a.active,
.mobile-menu ul li a:active {
  color: #8b1926;
}

/* Dünner Unterstrich NUR bei aktivem Link */
.mobile-menu ul li a.active::after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  background: #8b1926;
  margin-top: 6px;
  border-radius: 2px;
  transition: background .18s;
}

.mobile-menu ul li a:hover {
  color: #8b1926;
  background: none;
}

/* Responsive: Schrift noch etwas kleiner ab Handy */
@media (max-width: 480px) {
  .mobile-menu ul li a { font-size: 1.02em; }
}


}

* {
  border-radius: 0 !important;
}


/* universal footer */

.sen-footer {
  background: #000;
  color: #ededed;
  padding: 56px 0 0 0;
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.01em;
}
.sen-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sen-footer-logo {
  height: 80px !important;
  max-width: 240px !important;
  display: block;
  filter: drop-shadow(0 2px 20px #0009);
  margin: 0 auto 32px auto;
}

.sen-footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 14px 48px;
  margin-bottom: 32px;
  text-align: center;
}
.sen-footer-title {
  font-size: 1.07em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.3em;
  letter-spacing: 0.04em;
}
.sen-footer-grid p,
.sen-footer-grid a {
  color: #ededed;
  font-size: 1em;
  margin: 0.18em 0;
  text-decoration: none;
  transition: color 0.17s;
}
.sen-footer-grid a:hover,
.sen-footer-nav a:hover {
  color: #8b1926 !important;
}
.sen-footer-socials {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 0.3em;
}
.sen-footer-socials a {
  color: #ededed;
  background: transparent;
  border-radius: 6px;
  padding: 3px;
  display: flex;
  align-items: center;
  transition: color 0.17s, background 0.17s;
}
.sen-footer-socials a:hover {
  color: #8b1926;
  background: #1a1a1a;
}
.sen-footer-nav {
  text-align: center;
  margin-bottom: 6px;
}
.sen-footer-nav a {
  color: #ededed;
  text-decoration: none;
  font-size: 1em;
  margin: 0 8px;
  transition: color 0.14s;
}
.sen-footer-legal {
  text-align: center;
  color: #aaa;
  font-size: 1em;
  padding: 1.05em 0 1.7em 0;
}
.footer-heart {
  color: #8b1926;
  font-size: 1.11em;
  vertical-align: middle;
  margin: 0 2px;
}
@media (max-width: 700px) {
  .sen-footer { padding-top: 32px; }
  .sen-footer-logo { height: 36px; margin-bottom: 22px; }
  .sen-footer-grid { gap: 9px 0; font-size: 0.97em; }
}
.sen-footer a, .sen-footer a:visited {
  color: #ededed !important;
  text-decoration: none !important;
}


/* Nur anwenden, wenn NICHT auf der Bestellseite (body.bestellen-bg) */
body.universal-ui button,
body.universal-ui .btn,
body.universal-ui input[type="submit"],
body.universal-ui input[type="button"],
body.universal-ui .universal-btn {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid #8b1926 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.07rem !important;
  padding: 0.72em 2em !important;
  border-radius: 0.8em !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background 0.15s, color 0.15s, border-color 0.15s !important;
  letter-spacing: 0.06em !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  min-width: 120px;
}
body.universal-ui button:hover,
body.universal-ui .btn:hover,
body.universal-ui input[type="submit"]:hover,
body.universal-ui input[type="button"]:hover,
body.universal-ui .universal-btn:hover {
  background: #8b1926 !important;
  color: #fff !important;
  border-color: #8b1926 !important;
  box-shadow: 0 2px 16px #0002 !important;
}
body.universal-ui .btn-outline,
body.universal-ui .universal-btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid #fff !important;
}
body.universal-ui .btn-outline:hover,
body.universal-ui .universal-btn-outline:hover {
  background: #fff !important;
  color: #8b1926 !important;
  border-color: #fff !important;
}
body.universal-ui a,
body.universal-ui a:visited {
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.15s;
}
body.universal-ui a:hover,
body.universal-ui a.active {
  color: #8b1926 !important;
  text-decoration: underline !important;
}
body.universal-ui .footer-links a,
body.universal-ui .footer-address a {
  color: #ccc !important;
}
body.universal-ui .footer-links a:hover,
body.universal-ui .footer-address a:hover {
  color: #8b1926 !important;
}

a, a:visited {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.15s;
}
a:hover {
  color: #8b1926 !important;
  text-decoration: underline;
}
.kontakt-info a {
  color: #fff !important;
  border-bottom: 1.5px solid #8b1926;
  transition: color 0.14s, border-color 0.14s;
}
.kontakt-info a:hover {
  color: #8b1926 !important;
  border-bottom: 1.5px solid #8b1926;
}


img {
  border-radius: 0 !important;
  box-shadow: none !important;
}


@media (max-width: 836px) {
img {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
}

.page-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1vw;
  box-sizing: border-box;
  position: relative;
}


@media (max-width: 836px) {
  .page-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 1vw !important;
    box-sizing: border-box !important;
    background: #000 !important; /* oder deine Wunschfarbe */
  }
}


@media (max-width: 430px) {
  .page-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: #000 !important; /* Falls gewünscht */
  }
}

@media (max-width: 430px) {
  .section-btns {
    display: block;
    width: 100%;
    gap: 8px !important;
    max-width: 95vw;
    padding: 0.95em 0.4em;     /* Weniger horizontal Padding */
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
  }

  .section-btn:hover {
  background: #8b1926;
  color: #fff;
}
}

@media (max-width: 430px) {
  .section-btns,
  .hero-btns {
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
    margin-top: 1.4em;
    width: 100%;
  }

  .hero-btns .btn {
    width: 100%;
    max-width: 90vw;
    margin: 0;                     /* KEIN margin mehr */
    font-size: 1.05rem;
    padding: 1em 0.7em;            /* Weniger horizontal Padding */
    border-radius: 1.3em;
    box-sizing: border-box;
    text-align: center;
  }
  .section-btns .btn,
 
  .btn {
    width: 100%;
    max-width: 80vw;
    margin: 0;                     /* KEIN margin mehr */
    font-size: 1.05rem;
    padding: 1em 0.7em;            /* Weniger horizontal Padding */
    border-radius: 1.3em;
    box-sizing: border-box;
    text-align: center;
  }
}




/*Cookies*/
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000 !important;
    color: white;
    text-align: left;
    padding: 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 25px 25px 0px 0px;
    display: none;
}

.cookie-banner-container {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

#cookie-banner p {
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    margin-bottom: 0;
}

.cookie-mobile {
    font-size: 12px;
    line-height: 1.5;
}

#cookie-banner span {
    font-size: 12px;
}

#cookie-banner h5 {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 10px;
}

#cookie-buttons {
    margin-top: 20px;
    text-align: left;
}

#cookie-buttons button {
    padding: 12px 22px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    transition: background-color 0.3s ease !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

#accept-cookies {
    border: none !important;
    background-color: #fff !important;
    color: black !important;
    border-radius: 25px !important;
}

#decline-cookies {
    color: white !important;
    background-color: #000000 !important;
    border: none !important;
}

#more-cookies {
    color: white !important;
    background-color: #000 !important;
    border: none !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    padding: 0 !important;
}

#more-cookies:hover {
    color: #8b1926;
    border: none;
    text-decoration: none;
}

#accept-cookies:hover {
    background-color: #8b1926;
    border: none;
}

#more-text {
    line-height: 0.8;
}

/*Cookie-MediaPhone*/
@media (max-width: 450px) {
  .cookie-banner-container {
    width: 90%;
    padding: 10px;
  }

  #cookie-banner {
    padding: 16px;
    border-radius: 16px 16px 0 0;
    width: 85%;
  }

  #cookie-banner h5 {
    font-size: 15px;
    margin-bottom: 8px;
    display: none;
  }

  .cookie-mobile {
    display: none;
  }

  #cookie-banner p,
  #cookie-banner span {
    font-size: 11px;
    margin: 0;
    line-height: 1.5;
  }

  #cookie-buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: 16px;
  }

  #cookie-buttons button {
    width: 100%;
    font-size: 13px;
    padding: 10px;
    font-weight: 600;
  }
}

/*Cookie-MediaiPad*/
@media (min-width: 451px) and (max-width: 768px) {
    .cookie-banner-container {
    width: 90%;
    padding: 10px;
  }

  #cookie-banner {
    padding: 16px;
    border-radius: 16px 16px 0 0;
    width: 85%;
  }

  #cookie-banner h5 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  #cookie-banner p,
  #cookie-banner span {
    font-size: 11px;
  }

  #cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  #cookie-buttons button {
    width: 100%;
    font-size: 13px;
    padding: 10px;
  }
}

/*Cookie-MediaLaptop*/
@media (min-width: 769px) and (max-width: 1179px) {
    .cookie-banner-container {
    width: 90%;
    padding: 10px;
  }

  #cookie-banner {
    padding: 16px;
    border-radius: 16px 16px 0 0;
    width: 90%;
  }

  #cookie-banner h5 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  #cookie-banner p,
  #cookie-banner span {
    font-size: 11px;
  }

  #cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  #cookie-buttons button {
    width: 100%;
    font-size: 13px;
    padding: 10px;
  }
}