@charset "UTF-8";
/* CSS Document */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #4a4c3c;
  color: #ccbdac;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

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


.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-height: 72px;
  padding: 12px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(87, 91, 75, 0.94);
  border-bottom: 1px solid rgba(196, 181, 169, 0.18);
  backdrop-filter: blur(12px);
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.logo-script {
  font-family: Warbler Banner;
  font-size: 28px;
  letter-spacing: -1px;
	color: #ac9676;
	
}

.logo small {
  margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #d7d7d7;
}

.Logo_middle {
	color: #ac9676;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.nav a {
  color: #ccbdac;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: #ccbdac;
}

.reserve-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #c4b5a9;
  color: #001b00;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccbdac;
}

.reserve-btn {
  padding: 12px 22px;
  font-size: 11px;
}

.primary-btn {
  padding: 14px 28px;
  margin-top: 26px;
  font-size: 12px;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #ccbdac;
  font-size: 28px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-image: url("bilder/hg1.png");
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 40px;
  animation: fadeUp 0.9s ease both;
}

.hero h1 {
  font-family: Warbler Banner;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 0.9;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.55);
}

.hero p {
  margin-top: 18px;
  font-family: Helvetica;
  font-size: clamp(15px, 2.4vw, 25px);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}


.badge {
  position: absolute;
  right: 15%;
  top: 38%;
  z-index: 3;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 50%;
  background: #ac9676;
  border: 3px solid rgba(255,255,255,0.28);
  transform: rotate(10deg);
  font-family: Warbler Banner;
  font-size: 17px;
  line-height: 1.05;
}

.container {
  width: min(1120px, 88%);
  margin: 0 auto;
}

section {
  position: relative;
}

.intro-section,
.dark-section,
.love-section,
.menu-section {
  padding: 110px 0;
  background: #4a4c3c;
}

.dark-section {
  background: #4a4c3c;
}

.love-section {
  background: #4a4c3c;
}

.split,
.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.text-block {
  max-width: 440px;
}

.right-text {
  margin-left: auto;
}

.center-text {
  text-align: center;
  margin: 0 auto;
}

.pink-label {
  color: #ccbdac;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: 900;
}

h2 {
  margin: 8px 0 18px;
  font-family: Warbler Banner;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.96;
}

.text-block p,
.job-content p,
.footer p {
  color: #cfcfcf;
  font-size: 15px;
}

.image-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 70px rgba(0,0,0,0.55);
  background: #111;
}

.image-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.image-card:hover img {
  transform: scale(1.05);
}

.tall-card img {
  height: 460px;
  object-position: center top;
}

.chef-card img {
  height: 430px;
}

.job-hero {
  min-height: 80vh;
  display: grid;
  place-items: center;
  text-align: center;
  background-image: url("bilder/hg1-2.png");
  background-size: cover;
  background-position: center;
}

.job-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.job-content {
  position: relative;
  z-index: 2;
  width: min(620px, 86%);
}

.menu-section {
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.menu-card {
  padding: 34px 26px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(145deg, #22250f);
  min-height: 210px;
}

.hgbbild_1 {
	background-image: url("bilder/hg1-2.png");
	box-shadow: 0 0 15px #000000;
}

.hgbbild_2 {
	background-image: url("bilder/hg1-2.png");
	box-shadow: 0 0 15px #000000;
}

.hgbbild_3 {
	background-image: url("bilder/hg1-2.png");
	box-shadow: 0 0 15px #000000;
}

.menu-card h3 {
  margin-bottom: 12px;
  font-family: Warbler Banner;
  font-size: 26px;
}

.menu-card p {
  color: #cfcfcf;
  margin-bottom: 20px;
}

.menu-card strong {
  color: #cfcfcf;
  font-size: 22px;
}

.footer {
  padding: 70px 0;
  background: #13160e;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer h2 {
  margin: 0 0 8px;
  font-size: 42px;
  text-transform: none;
}

.footer h3 {
  margin-bottom: 12px;
  color: #fff;
}

.Logo_bottom {
	color: #ac9676;
}



















.karte-hero {
	position: relative;
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-image: url("bilder/hg1-2.png");
  background-size: cover;
  background-position: center;
}

.karte-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

.karte-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 40px;
  animation: fadeUp 0.9s ease both;
}

.karte-hero h1 {
  font-family: Warbler Banner;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 0.9;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.55);
}

.karte-hero p {
  margin-top: 18px;
  font-family: Helvetica;
  font-size: clamp(15px, 2.4vw, 25px);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}


.footer3 {
  padding: 70px 0;
  background: #000000;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.footer3 h2 {
  margin: 0 0 8px;
  font-size: 42px;
  text-transform: none;
}

.footer3 h3 {
  margin-bottom: 12px;
  color: #fff;
}

.social-icons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icons img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

















.reserve-hero {
  position: relative;
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-image: url("bilder/hg1-2.png");
  background-size: cover;
  background-position: center;
}

.reserve-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

.reserve-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 40px;
  animation: fadeUp 0.9s ease both;
}

.reserve-hero h1 {
  font-family: Warbler Banner;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 0.9;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.55);
}

.reserve-hero p {
  margin-top: 18px;
  font-family: Helvetica;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* --------------------------------
   Fiora Online-Reservierung
-------------------------------- */

.reservation-section {
    padding: 100px 25px 120px;

    background-color: #4a4c3c;
    color: #c4b5a9;
}

.reservation-container {
    width: min(100%, 900px);
    margin: 0 auto;
}


/* Überschrift */

.reservation-heading {
    margin-bottom: 55px;

    text-align: center;
}

.reservation-small-title {
    margin-bottom: 15px;

    font-family: helvetica;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;

    color: #c4b5a9;
}

.reservation-heading h2 {
    margin-bottom: 18px;

    font-family: Warbler Banner;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
    font-weight: 400;
    color: #c4b5a9;
}

.reservation-subtitle {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
}


/* Formular */

.reservation-form {
    width: 100%;
    padding: 55px;
    border: 1px solid rgba(204, 189, 172, 0.18);
    background-color: rgba(8, 10, 6, 0.35);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.18);
}

.reservation-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.reservation-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
}

.reservation-group label {
    margin-bottom: 11px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;

    color: #c4b5a9;
}

.reservation-group input,
.reservation-group select,
.reservation-group textarea {
    width: 100%;

    border: 1px solid rgba(204, 189, 172, 0.35);
    border-radius: 0;
    outline: none;

    background-color: rgba(204, 189, 172, 0.06);
    color: #cfcfcf;

    font-family: Helvetica;
    font-size: 15px;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.reservation-group input,
.reservation-group select {
    height: 54px;
    padding: 0 16px;
}

.reservation-group textarea {
    min-height: 165px;
    padding: 16px;
    resize: vertical;
}

.reservation-group input:focus,
.reservation-group select:focus,
.reservation-group textarea:focus {
    border-color: #ccbdac;
    background-color: rgba(204, 189, 172, 0.1);
    box-shadow: 0 0 18px rgba(204, 189, 172, 0.12);
}

/* Datums- und Uhrzeit-Symbole */

.reservation-group input[type="date"],
.reservation-group input[type="time"] {
    color-scheme: dark;
}


/* Datenschutz */

.reservation-privacy {
    max-width: 600px;
    margin: -3px auto 30px;
    text-align: center;
    font-family: Helvetica;
    font-size: 13px;
    line-height: 1.7;
    color: #c4b5a9;
}


/* Button */

.reservation-button {
    display: block;
    min-width: 230px;
    min-height: 54px;
    margin: 0 auto;
    padding: 14px 30px;
    border: 1px solid #ccbdac;
    border-radius: 0;
    background-color: #ccbdac;
    color: #13160e;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.reservation-button:hover {
    background-color: transparent;
    color: #ccbdac;
    box-shadow: 0 0 20px rgba(204, 189, 172, 0.22);
    transform: translateY(-2px);
}

/* Tablet */

@media (max-width: 750px) {

    .reservation-section {
        padding: 75px 22px 90px;
    }

    .reservation-form {
        padding: 38px 28px;
    }

    .reservation-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

}


/* Smartphone */

@media (max-width: 480px) {

    .reservation-heading h2 {
        font-size: 42px;
    }

    .reservation-subtitle {
        font-size: 14px;
    }

    .reservation-form {
        padding: 30px 20px;
    }

    .reservation-button {
        width: 100%;
    }

}



























.speise-hero {
  position: relative;
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-image: url("bilder/hg1.png");
  background-size: cover;
  background-position: center;
}

.speise-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

.speise-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 40px;
  animation: fadeUp 0.9s ease both;
}

.speise-hero h1 {
  font-family: Warbler Banner;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 0.9;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.55);
}

.speise-hero p {
  margin-top: 18px;
  font-family: Helvetica;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* =========================
   SPEISEKARTE OBEN / HERO
========================= */

.menu-page {
    background: linear-gradient(180deg, #4a4c3c 0%, #13160e 100%);
    padding: 180px 24px 100px;
}

/* Überschrift oben */

.menu-hero {
    max-width: 1150px;
    margin: 0 auto 48px;
    text-align: center;
}

.menu-kicker {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c4b5a9;
    margin-bottom: 18px;
    text-align: center;
}

.menu-hero h1 {
    font-family: Warbler Banner;
    font-size: clamp(54px, 9vw, 110px);
    line-height: 0.95;
    color: #ccbdac;
    margin: 0 0 28px;
    font-weight: 400;
    text-align: center;
}

.menu-intro {
    max-width: 980px;
    margin: 0 auto 38px;
    font-family: Helvetica;
    font-size: 20px;
    line-height: 1.7;
    color: #ccbdac;
    text-align: center;
}

/* Buttons oben */

.menu-nav {
    max-width: 1100px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.menu-nav a {
    text-decoration: none;
    color: #ccbdac;
    border: 1px solid rgba(204, 189, 172, 0.35);
    padding: 10px 18px;
    border-radius: 999px;
    font-family: Helvetica;
    font-size: 14px;
    transition: 0.25s ease;
}

.menu-nav a:hover {
    background: #ccbdac;
    color: #4a4c3c;
}

/* Große Boxen */

.menu-block {
    max-width: 1100px;
    margin: 0 auto 34px;
    background: #c4b5a9;
    border: 1px solid rgba(204, 189, 172, 0.25);
    border-radius: 26px;
    padding: 34px 32px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

/* Zwei kleine Boxen nebeneinander */

.menu-split-row {
    max-width: 1100px;
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.split-card {
    background: #c4b5a9;
    border: 1px solid rgba(204, 189, 172, 0.25);
    border-radius: 26px;
    padding: 34px 32px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

/* Titel in den Boxen */

.menu-block-head {
    margin-bottom: 22px;
    text-align: center;
}

.menu-block-head.left {
    text-align: left;
}

.menu-block-head p {
    font-family: Helvetica;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    color: #303426;
    margin: 0 0 10px;
    font-weight: 700;
}

.menu-block-head h2 {
    font-family: "Warbler Banner", Georgia, serif;
    color: #303426;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.15 !important;
    margin: 0;
    font-weight: 400;
}

/* Speisen-Liste */

.menu-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.menu-items.two-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

.menu-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(48, 52, 38, 0.22);
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 6px;
}

/* Speisen-Namen */

.menu-item h3 {
    margin: 0;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 1.35;
    color: #303426;
    font-weight: 700;
}

  

.allerg {
	font-size: 13px;
}

/* Preise */

.menu-item span {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 800;
    color: #303426;
    white-space: nowrap;
}

/* Beschreibung */

.menu-item p {
    margin: 0;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.6;
    color: #303426;
}

/* Leichter Hover */

.menu-block,
.split-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-block:hover,
.split-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}



.shisha-flavour-section {
	color: #303426;
}

.shisha-brand p {
	margin: 0;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.6;
    color: #303426;
}

.shisha-watermark {
    opacity: 0.22 !important;
}

.menu-split-row shisha-row {
	color: #303426;
}

/* Foto-Layout */
.food-photo {
    grid-area: photo !important;
    justify-self: end !important;
    align-self: center !important;
    width: 94px !important;
    height: 94px !important;
    padding: 6px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(48, 52, 38, 0.14) !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.35), rgba(255,255,255,0.06)) !important;
    box-shadow:
        0 16px 30px rgba(19, 22, 14, 0.20),
        inset 0 1px 0 rgba(255,255,255,0.34) !important;
    overflow: hidden !important;
}

.food-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 18px !important;
}

.food-photo-round {
    border-radius: 50% !important;
}

.food-photo-round img {
    border-radius: 50% !important;
}

.food-photo-wide {
    width: 132px !important;
    height: 92px !important;
    border-radius: 26px !important;
}

.food-photo-wide img {
    border-radius: 20px !important;
}

.menu-item:not(:has(.food-photo)) {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
        "top"
        "desc" !important;
}

/* =========================
   ALLERGENE BOX
========================= */

.allergene-box {
    background: #c4b5a9 !important;
    color: #303426 !important;
}

.allergene-box,
.allergene-box * {
    color: #303426 !important;
}

.allergene-intro {
    max-width: 780px !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
    font-weight: 600 !important;
}

.allergene-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 34px !important;
}

.allergen-row {
    display: grid !important;
    grid-template-columns: 54px 1fr !important;
    gap: 18px!important;
    align-items: start!important;
    padding: 18px 0!important;
    border-bottom: 1px dotted rgba(48, 52, 38, 0.45)!important;
}

.allergen-code {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: #303426 !important;
    color: #ac9676 !important;
    border: 2px solid #d6bd73 !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Warbler Banner", Georgia, serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25) !important;
}

.allergen-row h3 {
    margin: 0 0 4px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
}

.allergen-row p {
    margin: 0 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.allergene-note {
    margin-top: 34px !important;
    padding: 22px 24px !important;
    border: 2px solid rgba(48, 52, 38, 0.35) !important;
    border-radius: 14px !important;
    text-align: center !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

/* Handy */
@media (max-width: 768px) {
    .allergene-list {
        grid-template-columns: 1fr !important;
    }

    .allergene-intro {
        font-size: 15px !important;
    }

    .allergen-row {
        grid-template-columns: 48px 1fr !important;
        gap: 14px !important;
        padding: 16px 0 !important;
    }

    .allergen-code {
        width: 42px !important;
        height: 42px !important;
        font-size: 23px !important;
    }

    .allergen-row h3 {
        font-size: 17px !important;
    }

    .allergen-row p {
        font-size: 13px !important;
    }
}




/* Tablet */

@media (max-width: 950px) {
    .menu-items.two-col,
    .menu-split-row {
        grid-template-columns: 1fr !important;
    }

    .menu-block-head.left {
        text-align: center !important;
    }
}

/* Handy */

@media (max-width: 768px) {
    .menu-page {
        padding: 120px 16px 80px;
    }

    .menu-hero {
        margin-bottom: 34px;
    }

    .menu-hero h1 {
        font-size: 58px;
    }

    .menu-intro {
        font-size: 16px;
    }

    .menu-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
        margin-bottom: 38px;
    }

    .menu-nav a {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 13px;
    }

    .menu-block,
    .split-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .menu-block-head h2 {
        font-size: 42px;
    }

    .menu-block-head p {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .menu-item {
        padding: 14px 0;
    }

    .menu-item-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .menu-item h3 {
        font-size: 17px;
    }

    .menu-item span {
        font-size: 15px;
    }

    .menu-item p {
        font-size: 13px;
        line-height: 1.55;
    }
}

@media (max-width: 430px) {
    .menu-hero h1 {
        font-size: 48px;
    }

    .menu-block-head h2 {
        font-size: 36px;
    }

    .menu-page {
        padding-left: 12px;
        padding-right: 12px;
    }
}




























.uns-hero {
  position: relative;
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-image: url("bilder/hg1.png");
  background-size: cover;
  background-position: center;
}

.uns-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

.uns-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 40px;
  animation: fadeUp 0.9s ease both;
}

.uns-hero h1 {
  font-family: Warbler Banner;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 0.9;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.55);
}

.uns-hero p {
  margin-top: 18px;
  font-family: Helvetica;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ========================================
   ÜBER UNS
======================================== */

.about-section {
    padding: 110px 7%;
    background-color: #4a4c3c;
    color: #ccbdac;
}

.about-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


/* ========================================
   TEXT UND BILD
======================================== */

.about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    gap: 90px;
    margin-bottom: 130px;
}

.about-row-reverse .about-image {
    order: 2;
}

.about-row-reverse .about-text {
    order: 1;
}

.about-image {
    position: relative;

    overflow: hidden;

    border: 1px solid rgba(172, 150, 118, 0.45);

    box-shadow:
        0 25px 65px rgba(19, 22, 14, 0.42);
}

.about-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(19, 22, 14, 0.32),
            transparent 55%
        );

    pointer-events: none;
}

.about-image img {
    width: 100%;
    height: 520px;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.04);
}

.about-small-title {
    margin-bottom: 18px;

    color: #c4b5a9;

    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.about-text h2,
.team-heading h2,
.about-closing h2 {
    margin-bottom: 28px;

    color: #c4b5a9;

    font-family: "Warbler Banner";
    font-size: clamp(48px, 6vw, 60px);
    line-height: 0.95;
    font-weight: 400;
}

.about-text p {
    max-width: 520px;
    margin-bottom: 18px;

    color: #ccbdac;

    font-family: Helvetica;
    font-size: 15px;
    line-height: 1.9;
}


/* ========================================
   TEAM
======================================== */

.team-section {
    margin-bottom: 130px;
}

.team-heading {
    max-width: 760px;
    margin: 0 auto 55px;

    text-align: center;
}

.team-heading p:last-child {
    color: #ccbdac;

    font-family: Helvetica;
    font-size: 15px;
    line-height: 1.9;
}

.team-image {
    position: relative;

    overflow: hidden;

    border: 1px solid rgba(172, 150, 118, 0.45);

    box-shadow:
        0 25px 65px rgba(19, 22, 14, 0.45);
}

.team-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(19, 22, 14, 0.4),
            transparent 60%
        );

    pointer-events: none;
}

.team-image img {
    width: 100%;
    height: 580px;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* ========================================
   WERTE
======================================== */

.values-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
    margin-bottom: 130px;
}

.value-card {
    min-height: 330px;
    padding: 45px 35px;

    border: 1px solid rgba(172, 150, 118, 0.4);

    background-color: #303426;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);

    border-color: #ac9676;

    box-shadow:
        0 20px 45px rgba(19, 22, 14, 0.35);
}

.value-number {
    display: block;

    margin-bottom: 45px;

    color: #c4b5a9;

    font-family: "Warbler Banner";
    font-size: 22px;
}

.value-card h3 {
    margin-bottom: 18px;

    color: #ac9676;

    font-family: "Warbler Banner";
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
}

.value-card p {
    color: #ccbdac;

    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.8;
}


/* ========================================
   ABSCHLUSS
======================================== */

.about-closing {
    padding: 90px 30px;

    border-top: 1px solid rgba(172, 150, 118, 0.4);
    border-bottom: 1px solid rgba(172, 150, 118, 0.4);

    text-align: center;
}

.about-closing h2 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.about-closing > p:not(.about-small-title) {
    max-width: 680px;
    margin: 0 auto;

    color: #ccbdac;

    font-family: Helvetica;
    font-size: 15px;
    line-height: 1.9;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 210px;
    min-height: 52px;

    margin-top: 35px;
    padding: 14px 30px;

    border: 1px solid #c4b5a9;

    background-color: #c4b5a9;
    color: #13160e;

    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.about-button:hover {
    background-color: transparent;
    color: #ccbdac;

    transform: translateY(-3px);

    box-shadow:
        0 0 20px rgba(172, 150, 118, 0.25);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 900px) {

    .about-section {
        padding: 85px 7%;
    }

    .about-row {
        grid-template-columns: 1fr;

        gap: 50px;
        margin-bottom: 95px;
    }

    .about-row-reverse .about-image,
    .about-row-reverse .about-text {
        order: initial;
    }

    .about-image img {
        height: 440px;
    }

    .team-image img {
        height: 470px;
    }

    .values-section {
        grid-template-columns: 1fr;
    }

    .value-card {
        min-height: auto;
    }

}


/* ========================================
   SMARTPHONE
======================================== */

@media (max-width: 600px) {

    .about-section {
        padding: 65px 24px;
    }

    .about-row {
        margin-bottom: 75px;
    }

    .about-text h2,
    .team-heading h2,
    .about-closing h2 {
        font-size: 46px;
    }

    .about-image img {
        height: 330px;
    }

    .team-image img {
        height: 360px;
    }

    .about-closing {
        padding: 70px 15px;
    }

    .about-button {
        width: 100%;
    }

}



















.kontakt-hero {
  position: relative;
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-image: url("bilder/hg1.png");
  background-size: cover;
  background-position: center;
}

.kontakt-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

.kontakt-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 40px;
  animation: fadeUp 0.9s ease both;
}

.kontakt-hero h1 {
  font-family: Warbler Banner;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 0.9;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.55);
}

.kontakt-hero p {
  margin-top: 18px;
  font-family: Helvetica;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* --------------------------------
   Fiora Kontaktformular
-------------------------------- */

.fiora-contact-section {
    padding: 110px 7%;
    background-color: #4a4c3c;
    color: #ccbdac;
}

.fiora-contact-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 110px;
    align-items: start;
}

/* Linke Seite */

.fiora-contact-info {
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-small-title {
    margin-bottom: 22px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c4b5a9;
}

.fiora-contact-info h2 {
    max-width: 430px;
    margin-bottom: 30px;
    font-family: Warbler Banner;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.05;
    font-weight: 400;
    color: #c4b5a9;
}

.contact-description {
    max-width: 470px;
    font-family: Helvetica;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.4px;
    color: #ccbdac;
}

.contact-details {
    margin-top: 70px;
    display: grid;
    gap: 25px;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.8;
    color: #ccbdac;
}

.contact-details strong {
    color: #ccbdac;
    letter-spacing: 1px;
}

.contact-details a {
    color: #ccbdac;
    text-decoration: none;
}

.contact-details a:hover {
    color: #ccbdac;
}

/* Formular */

.fiora-contact-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.form-group label {
    margin-bottom: 11px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #c4b5a9;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid rgba(204, 189, 172, 0.35);
    border-radius: 0;
    outline: none;
    background-color: rgba(204, 189, 172, 0.06);
    color: #cfcfcf;
    font-family: Helvetica;
    font-size: 15px;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.form-group input {
    height: 54px;
    padding: 0 16px;
}

.form-group textarea {
    min-height: 180px;
    padding: 16px;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #ccbdac;
    background-color: rgba(204, 189, 172, 0.1);
    box-shadow: 0 0 18px rgba(204, 189, 172, 0.12);
}

/* Datenschutztext */

.privacy-text {
    max-width: 540px;
    margin: -5px 0 28px;
    font-family: Helvetica;
    font-size: 13px;
    line-height: 1.7;
    color: #ac9676;
}

/* Button */

.contact-submit {
    min-width: 210px;
    min-height: 54px;
    padding: 14px 28px;
    border: 1px solid #ccbdac;
    border-radius: 0;
    background-color: #ccbdac;
    color: #13160e;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.contact-submit:hover {
    background-color: transparent;
    color: #ccbdac;
    box-shadow: 0 0 20px rgba(204, 189, 172, 0.22);
    transform: translateY(-2px);
}


/* Tablet */

@media (max-width: 900px) {

    .fiora-contact-section {
        padding: 80px 7%;
    }

    .fiora-contact-container {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .fiora-contact-info {
        min-height: auto;
    }

    .contact-details {
        margin-top: 45px;
    }

}

/* Smartphone */

@media (max-width: 600px) {

    .fiora-contact-section {
        padding: 65px 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fiora-contact-info h2 {
        font-size: 45px;
    }

    .contact-submit {
        width: 100%;
    }

}



	
	
	
	
	
	


.legal-footer {
    padding: 22px 7%;
    background: #13160e;
    border-top: 1px solid rgba(204, 189, 172, 0.18);
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.legal-footer a {
    color: #ccbdac;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.legal-footer a:hover {
    color: #c4b5a9;
}










	
	
	
	
	
	
	
		
/* =========================
   IMPRESSUM - EINFACHES DESIGN
========================= */

.impressum-page {
    background-color: #4a4c3c;
    color: #ccbdac;
    min-height: 100vh;
    padding: 170px 70px 90px;
    max-width: 1100px;
    margin: 0 auto;
}

.impressum-kicker {
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #ccbdac;
    opacity: 0.9;
}

.impressum-page h1 {
    font-family: "Times New Roman", serif;
    font-size: 110px;
    line-height: 0.95;
    font-weight: 400;
    margin-bottom: 35px;
    color: #ccbdac;
}

.impressum-intro {
    font-family: Helvetica;
    font-size: 20px;
    line-height: 1.8;
    max-width: 900px;
    margin-bottom: 55px;
    color: #ccbdac;
}

.impressum-block {
    padding: 34px 0;
    border-top: 1px solid rgba(204, 189, 172, 0.25);
}

.impressum-block h2 {
    font-family: "Times New Roman", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 22px;
    color: #ccbdac;
}

.impressum-block p {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 8px 0;
    color: #ccbdac;
}

.impressum-block strong {
    font-weight: 700;
}

.impressum-page a {
    color: #ccbdac;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.impressum-page a:hover {
    opacity: 0.8;
}

/* Optional: damit die Menüleiste oben besser sichtbar bleibt */
.site-header {
    background: rgba(48, 52, 38, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(204, 189, 172, 0.15);
}

/* Responsive */
@media (max-width: 900px) {
    .impressum-page {
        padding: 150px 35px 70px;
    }

    .impressum-page h1 {
        font-size: 72px;
    }

    .impressum-block h2 {
        font-size: 38px;
    }

    .impressum-intro,
    .impressum-block p {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .impressum-page {
        padding: 130px 22px 60px;
    }

    .impressum-page h1 {
        font-size: 52px;
    }

    .impressum-block h2 {
        font-size: 30px;
    }

    .impressum-kicker {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .impressum-intro,
    .impressum-block p {
        font-size: 16px;
        line-height: 1.8;
    }
}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .topbar {
    padding: 12px 5%;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 20px;
    background: rgba(0,0,0,0.96);
  }

  .nav.open {
    display: flex;
  }

  .reserve-btn {
    display: none;
  }

  .split,
  .grid-two,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .right-text,
  .center-text,
  .text-block {
    margin: 0;
    text-align: left;
    max-width: 100%;
  }

  .reverse-mobile .image-card {
    order: -1;
  }

  .badge {
    right: 8%;
    top: 60%;
    width: 92px;
    height: 92px;
    font-size: 13px;
  }

  .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    letter-spacing: -2px;
  }

  .intro-section,
  .dark-section,
  .love-section,
  .menu-section {
    padding: 78px 0;
  }

  .image-card img,
  .tall-card img,
  .chef-card img {
    height: 280px;
  }
}


/* =========================================================
   MOBILE FIX FÜR ALLE SEITEN
   Index + Reservierung + Speisekarte + Kontakt + Rechtliches
   Bitte ganz am Ende der style.css lassen
========================================================= */

@media (max-width: 768px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
    font-size: 18px;
  }

  body {
    line-height: 1.75;
  }

  /* HEADER / MENÜLEISTE */
  .topbar {
    min-height: 86px;
    padding: 14px 22px;
    background: rgba(48, 52, 38, 0.95) !important;
    gap: 12px;
  }

  .logo-script {
    font-size: 34px;
  }

  .logo small {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .menu-toggle {
    display: block;
    font-size: 34px;
  }

  .nav {
    top: 86px;
    padding: 24px 22px;
    gap: 18px;
    font-size: 14px;
    letter-spacing: 1.3px;
    background: rgba(19, 22, 14, 0.98);
  }

  .reserve-btn {
    display: none;
  }

  /* ALLGEMEINE HELDEN-BEREICHE */
  .hero,
  .karte-hero,
  .reserve-hero,
  .speise-hero,
  .uns-hero,
  .kontakt-hero {
    min-height: 72vh;
  }

  .hero-content,
  .karte-content,
  .reserve-content,
  .speise-content,
  .uns-content,
  .kontakt-content {
    padding: 130px 24px 55px;
  }

  .hero h1,
  .karte-hero h1,
  .reserve-hero h1,
  .speise-hero h1,
  .uns-hero h1,
  .kontakt-hero h1 {
    font-size: clamp(74px, 18vw, 110px);
    letter-spacing: -2px;
  }

  .hero p,
  .karte-hero p,
  .reserve-hero p,
  .speise-hero p,
  .uns-hero p,
  .kontakt-hero p {
    font-size: 16px;
    letter-spacing: 1.8px;
  }

  /* STARTSEITE */
  .intro-section,
  .dark-section,
  .love-section,
  .menu-section {
    padding: 90px 24px;
  }

  .container {
    width: 100%;
  }

  .split,
  .grid-two,
  .footer-grid,
  .footer-grid3 {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .text-block,
  .right-text,
  .center-text {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  h2 {
    font-size: clamp(50px, 13vw, 74px);
  }

  .text-block p,
  .job-content p,
  .footer p,
  .footer3 p {
    font-size: 17px;
    line-height: 1.8;
  }

  .pink-label {
    font-size: 13px;
  }

  .primary-btn {
    min-height: 58px;
    padding: 16px 30px;
    font-size: 13px;
  }

  .image-card img,
  .tall-card img,
  .chef-card img {
    height: 360px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .menu-card {
    padding: 38px 28px;
  }

  .menu-card h3 {
    font-size: 34px;
  }

  .menu-card p {
    font-size: 17px;
  }

  /* SPEISEKARTE NEUES DESIGN */
  .menu-page {
    padding: 135px 18px 90px;
  }

  .menu-hero {
    margin-bottom: 42px;
    text-align: center;
  }

  .menu-kicker {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .menu-hero h1 {
    font-size: clamp(66px, 16vw, 94px);
    margin-bottom: 26px;
  }

  .menu-intro {
    font-size: 19px;
    line-height: 1.75;
    max-width: 100%;
    margin-bottom: 34px;
    text-align: center;
  }

  .menu-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding: 0 2px 12px;
    margin-bottom: 46px;
    -webkit-overflow-scrolling: touch;
  }

  .menu-nav a {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 15px;
    padding: 12px 22px;
  }

  .menu-block,
  .split-card {
    width: 100%;
    padding: 30px 24px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  .menu-split-row,
  .menu-items.two-col {
    grid-template-columns: 1fr;
  }

  .menu-block-head,
  .menu-block-head.left {
    text-align: center;
    margin-bottom: 26px;
  }

  .menu-block-head p {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .menu-block-head h2 {
    font-size: clamp(48px, 13vw, 68px);
  }

  .menu-item {
    padding: 18px 0;
  }

  .menu-item-top {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }

  .menu-item h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .menu-item span {
    font-size: 17px;
  }

  .menu-item p {
    font-size: 16px;
    line-height: 1.65;
	color: #4a4c3c;
  }

  /* RESERVIERUNG */
  .reservation-section {
    padding: 95px 20px 100px;
  }

  .reservation-heading h2 {
    font-size: clamp(58px, 15vw, 82px);
  }

  .reservation-small-title {
    font-size: 13px;
  }

  .reservation-subtitle {
    font-size: 18px;
    line-height: 1.75;
  }

  .reservation-form {
    padding: 34px 24px;
  }

  .reservation-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .reservation-group label {
    font-size: 13px;
  }

  .reservation-group input,
  .reservation-group select,
  .reservation-group textarea {
    font-size: 17px;
  }

  .reservation-group input,
  .reservation-group select {
    height: 60px;
  }

  .reservation-privacy {
    font-size: 15px;
  }

  .reservation-button {
    width: 100%;
    min-height: 60px;
    font-size: 14px;
  }

  /* KONTAKT */
  .fiora-contact-section {
    padding: 95px 22px 100px;
  }

  .fiora-contact-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .fiora-contact-info {
    min-height: auto;
    text-align: center;
  }

  .contact-small-title {
    font-size: 13px;
  }

  .fiora-contact-info h2 {
    max-width: 100%;
    font-size: clamp(58px, 15vw, 82px);
  }

  .contact-description,
  .contact-details {
    max-width: 100%;
    font-size: 17px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-group label {
    font-size: 13px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 17px;
  }

  .form-group input {
    height: 60px;
  }

  .privacy-text {
    font-size: 15px;
  }

  .contact-submit {
    width: 100%;
    min-height: 60px;
    font-size: 14px;
  }

  /* FOOTER */
  .footer,
  .footer3 {
    padding: 60px 24px;
    text-align: center;
  }

  .footer h2,
  .footer3 h2 {
    font-size: 52px;
  }

  .footer h3,
  .footer3 h3 {
    font-size: 22px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons img {
    width: 36px;
    height: 36px;
  }

  .legal-footer {
    padding: 28px 20px;
    gap: 18px;
  }

  .legal-footer a {
    font-size: 15px;
  }
}

@media (max-width: 430px) {

  .topbar {
    min-height: 84px;
    padding: 13px 18px;
  }

  .logo-script {
    font-size: 31px;
  }

  .logo small {
    font-size: 9px;
  }

  .hero,
  .karte-hero,
  .reserve-hero,
  .speise-hero,
  .uns-hero,
  .kontakt-hero {
    min-height: 68vh;
  }

  .hero h1,
  .karte-hero h1,
  .reserve-hero h1,
  .speise-hero h1,
  .uns-hero h1,
  .kontakt-hero h1 {
    font-size: 74px;
  }

  .menu-page {
    padding: 120px 14px 80px;
  }

  .menu-intro {
    font-size: 18px;
  }

  .menu-block,
  .split-card {
    padding: 28px 20px;
  }

  .menu-item-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .menu-item h3 {
    font-size: 20px;
  }

  .menu-item span {
    font-size: 17px;
  }

  .menu-item p {
    font-size: 16px;
  }

  .reservation-section,
  .fiora-contact-section {
    padding-left: 18px;
    padding-right: 18px;
  }
}


/* =========================
   HANDY FIX SPEISEKARTE
   verhindert abgeschnittene Überschriften
========================= */

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .menu-page {
        overflow-x: hidden;
        padding-left: 14px;
        padding-right: 14px;
    }

    .menu-block,
    .split-card {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .menu-block-head h2 {
        font-size: clamp(38px, 13vw, 58px);
        line-height: 0.9;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
        white-space: normal;
        text-align: center;
    }

    .menu-block-head p {
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
    }

    .menu-item h3 {
        font-size: 20px;
        line-height: 1.35;
    }

    .menu-item p {
        font-size: 16px;
        line-height: 1.6;
    }

    .menu-item span {
        font-size: 16px;
    }
}



/* =========================
   HANDY FIX RECHTLICHE SEITEN
   Impressum / Datenschutz / Reservierungsbedingungen
========================= */

@media (max-width: 768px) {

    .impressum-page {
        overflow-x: hidden;
        padding: 130px 22px 60px;
        max-width: 100%;
    }

    .impressum-page h1 {
        font-size: clamp(42px, 15vw, 62px);
        line-height: 0.95;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
        white-space: normal;
    }

    .impressum-kicker {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .impressum-intro {
        font-size: 17px;
        line-height: 1.7;
        max-width: 100%;
    }

    .impressum-block h2 {
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.05;
        overflow-wrap: break-word;
    }

    .impressum-block p {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* =========================
   FIX RECHTLICHE SEITEN
   keine Box + lange Titel schöner
========================= */

.impressum-page {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #4a4c3c !important;
    color: #c4b5a9 !important;
    padding: 170px 8% 90px !important;
    overflow-x: hidden !important;
}

.impressum-page h1 {
    color: #c4b5a9 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

.impressum-kicker,
.impressum-intro,
.impressum-block h2,
.impressum-block p,
.impressum-page a {
    color: #c4b5a9 !important;
}

.impressum-block {
    border-top: 1px solid rgba(196, 181, 169, 0.25) !important;
}

/* Handy Fix */
@media (max-width: 768px) {
    .impressum-page {
        padding: 140px 24px 70px !important;
    }

    .impressum-page h1 {
        font-size: clamp(46px, 16vw, 72px) !important;
        line-height: 0.95 !important;
        white-space: normal !important;
    }

    .impressum-intro {
        font-size: 17px !important;
        line-height: 1.75 !important;
    }

    .impressum-block h2 {
        font-size: clamp(34px, 11vw, 46px) !important;
        line-height: 1.05 !important;
    }

    .impressum-block p {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }
}

/* =========================
   HEADER FARBE AUCH AUF HANDY
========================= */

@media (max-width: 900px) {

  .topbar {
    background: rgba(87, 91, 75, 0.96) !important;
    border-bottom: 1px solid rgba(196, 181, 169, 0.20) !important;
  }

  .logo-script {
    color: #c4b5a9 !important;
  }

  .logo small {
    color: #c4b5a9 !important;
  }

  .menu-toggle {
    color: #c4b5a9 !important;
  }

  .nav {
    background: rgba(87, 91, 75, 0.98) !important;
  }

  .nav a {
    color: #c4b5a9 !important;
  }

  .nav a:hover {
    color: #ffffff !important;
  }
}


/* ===============================
   RESPONSIVE FIX FÜR ALLE GERÄTE
   Ganz unten in style.css einfügen
================================ */

/* Fehler reparieren */
.topbar {
  background: rgba(48, 52, 38, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.job-overlay {
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.05), rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.82)),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.62));
}

/* Verhindert seitliches Scrollen */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* Container sauber skalieren */
.container,
.about-container,
.fiora-contact-container,
.reservation-container,
.menu-hero,
.menu-block,
.menu-split-row {
  max-width: 100%;
}

/* Alle großen Hero-Titel responsive */
.hero h1,
.karte-hero h1,
.reserve-hero h1,
.speise-hero h1,
.uns-hero h1,
.kontakt-hero h1 {
  font-size: clamp(42px, 12vw, 150px);
  overflow-wrap: break-word;
}

/* Hero-Inhalte */
.karte-content,
.reserve-content,
.speise-content,
.uns-content,
.kontakt-content {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

/* ===============================
   TABLET / KLEINE LAPTOPS
================================ */

@media (max-width: 1200px) {
  .topbar {
    padding-left: 5%;
    padding-right: 5%;
    gap: 18px;
  }

  .nav {
    gap: 18px;
    font-size: 10px;
  }

  .split,
  .grid-two,
  .about-row {
    gap: 55px;
  }

  .fiora-contact-container {
    gap: 70px;
  }
}

/* ===============================
   TABLET
================================ */

@media (max-width: 950px) {
  .container {
    width: calc(100% - 44px);
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 5%;
    background: rgba(19, 22, 14, 0.98);
    border-bottom: 1px solid rgba(204, 189, 172, 0.18);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(204, 189, 172, 0.14);
    font-size: 12px;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .reserve-btn {
    display: none;
  }

  .hero {
    min-height: 82vh;
  }

  .karte-hero,
  .reserve-hero,
  .speise-hero,
  .uns-hero,
  .kontakt-hero {
    min-height: 42vh;
  }

  .split,
  .grid-two,
  .footer-grid,
  .footer-grid3,
  .about-row,
  .fiora-contact-container {
    grid-template-columns: 1fr;
  }

  .right-text,
  .center-text,
  .text-block {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .image-card img,
  .tall-card img,
  .chef-card img {
    height: 360px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .badge {
    right: 6%;
    top: 63%;
    width: 90px;
    height: 90px;
    font-size: 13px;
  }

  .menu-split-row,
  .menu-items.two-col {
    grid-template-columns: 1fr;
  }

  .menu-block-head.left {
    text-align: center;
  }

  .about-row-reverse .about-image,
  .about-row-reverse .about-text {
    order: initial;
  }

  .values-section {
    grid-template-columns: 1fr;
  }

  .fiora-contact-info {
    min-height: auto;
  }
}

/* ===============================
   HANDY
================================ */

@media (max-width: 768px) {
  body {
    line-height: 1.55;
  }

  .container {
    width: calc(100% - 32px);
  }

  .topbar {
    padding: 10px 16px;
    gap: 12px;
  }

  .logo-script {
    font-size: 24px;
  }

  .logo small {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .hero {
    min-height: 78vh;
    background-position: center;
  }

  .hero-content {
    padding: 115px 16px 35px;
  }

  .hero p,
  .karte-hero p,
  .reserve-hero p,
  .speise-hero p,
  .uns-hero p,
  .kontakt-hero p {
    font-size: 13px;
    letter-spacing: 1.1px;
  }

  .karte-hero,
  .reserve-hero,
  .speise-hero,
  .uns-hero,
  .kontakt-hero {
    min-height: 38vh;
  }

  .karte-content,
  .reserve-content,
  .speise-content,
  .uns-content,
  .kontakt-content {
    padding-top: 105px;
    padding-bottom: 32px;
  }

  h2 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .primary-btn {
    width: 100%;
    max-width: 320px;
    padding: 14px 22px;
  }

  .badge {
    display: none;
  }

  .intro-section,
  .dark-section,
  .love-section,
  .menu-section {
    padding: 70px 0;
  }

  .image-card img,
  .tall-card img,
  .chef-card img {
    height: 285px;
  }

  .menu-card {
    min-height: auto;
    padding: 28px 20px;
  }

  .footer,
  .footer3 {
    padding: 55px 0;
  }

  .footer h2,
  .footer3 h2 {
    font-size: 34px;
  }

  .footer-grid,
  .footer-grid3 {
    gap: 30px;
  }

  /* Speisekarte */
  .menu-page {
    padding: 115px 14px 70px;
  }

  .menu-hero h1 {
    font-size: clamp(44px, 15vw, 70px);
    letter-spacing: -1px;
  }

  .menu-intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .menu-nav {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 10px;
  }

  .menu-nav a {
    font-size: 12px;
    padding: 9px 14px;
  }

  .menu-block,
  .split-card {
    width: 100%;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .menu-block-head h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .menu-item-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .menu-item h3 {
    font-size: 16px;
  }

  .menu-item p,
  .menu-item span {
    font-size: 13px;
  }

  /* Reservierung */
  .reservation-section {
    padding: 70px 16px 85px;
  }

  .reservation-heading {
    margin-bottom: 38px;
  }

  .reservation-heading h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .reservation-form {
    padding: 28px 18px;
  }

  .reservation-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .reservation-button {
    width: 100%;
  }

  /* Über uns */
  .about-section {
    padding: 65px 20px;
  }

  .about-row {
    gap: 32px;
    margin-bottom: 72px;
  }

  .about-text h2,
  .team-heading h2,
  .about-closing h2 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .about-text p,
  .team-heading p:last-child,
  .about-closing > p:not(.about-small-title) {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-image img {
    height: 310px;
  }

  .team-image img {
    height: 340px;
  }

  .values-section {
    gap: 18px;
    margin-bottom: 80px;
  }

  .value-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .about-closing {
    padding: 58px 14px;
  }

  .about-button {
    width: 100%;
  }

  /* Kontakt */
  .fiora-contact-section {
    padding: 65px 20px;
  }

  .fiora-contact-container {
    gap: 45px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fiora-contact-info h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .contact-description,
  .contact-details {
    font-size: 14px;
  }

  .contact-submit {
    width: 100%;
  }

  /* Impressum */
  .impressum-page {
    padding: 125px 20px 60px;
  }

  .impressum-page h1 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .impressum-block h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .impressum-intro,
  .impressum-block p {
    font-size: 15px;
  }
}

/* ===============================
   KLEINE HANDYS
================================ */

@media (max-width: 430px) {
  .topbar {
    min-height: 66px;
  }

  .nav {
    top: 66px;
  }

  .logo-script {
    font-size: 23px;
  }

  .menu-toggle {
    font-size: 26px;
  }

  .hero h1,
  .karte-hero h1,
  .reserve-hero h1,
  .speise-hero h1,
  .uns-hero h1,
  .kontakt-hero h1 {
    font-size: clamp(40px, 15vw, 58px);
    letter-spacing: -1px;
  }

  .speise-hero h1,
  .uns-hero h1,
  .kontakt-hero h1 {
    letter-spacing: -2px;
  }

  .hero p,
  .karte-hero p,
  .reserve-hero p,
  .speise-hero p,
  .uns-hero p,
  .kontakt-hero p {
    font-size: 12px;
  }

  .image-card img,
  .tall-card img,
  .chef-card img,
  .about-image img {
    height: 260px;
  }

  .team-image img {
    height: 290px;
  }

  .menu-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-block,
  .split-card {
    padding: 22px 15px;
  }

  .menu-block-head p {
    letter-spacing: 2px;
  }

  .reservation-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reservation-group input,
  .reservation-group select,
  .form-group input {
    height: 50px;
  }

  .legal-footer {
    gap: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* =========================
   FIX LANGE SPEISEKARTEN TITEL HANDY
========================= */

@media (max-width: 768px) {

    .menu-block-head h2 {
        font-size: clamp(42px, 13vw, 58px) !important;
        line-height: 1.05 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .split-card .menu-block-head h2 {
        font-size: clamp(40px, 12vw, 56px) !important;
    }
}


/* =========================
   FIX VORSPEISENTELLER HANDY
========================= */

@media (max-width: 768px) {
    .menu-block-head h2 {
        max-width: 100%;
        text-align: center;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
        line-height: 1.05 !important;
    }
}

/* =========================
   FIX LANGE TITEL HANDY
   Heißgetränke + Alkoholfreie Getränke
========================= */

@media (max-width: 768px) {

    .long-menu-title {
        font-size: 46px !important;
        line-height: 1.08 !important;
        text-align: center !important;
        letter-spacing: 0 !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

}






/* =========================================================
   FEORA SPEISEKARTE – NEUES KOMPLETTES DESIGN MIT FOTOS
   Inhalt/Unterteilung bleibt wie Original, nur Layout schöner
   Farben/Schriften bleiben: #303426, #13160e, #ac9676, #ccbdac
========================================================= */

.speise-hero {
    min-height: 54vh;
}

.menu-page {
    background:
        radial-gradient(circle at top, rgba(204, 189, 172, 0.10), transparent 34%),
        linear-gradient(180deg, #303426 0%, #13160e 100%) !important;
    padding: 115px 24px 105px !important;
    overflow: hidden;
}

.menu-intro {
    max-width: 760px !important;
    margin: 0 auto 35px !important;
    color: #ccbdac !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    text-align: center !important;
}

.menu-nav {
    max-width: 1160px !important;
    margin: 0 auto 48px !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.menu-nav a {
    color: #ccbdac !important;
    border: 1px solid rgba(204, 189, 172, 0.34) !important;
    background: rgba(204, 189, 172, 0.06) !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.menu-nav a:hover {
    background: #ccbdac !important;
    color: #303426 !important;
}

/* Hauptboxen */
.menu-block,
.split-card {
    background:
        linear-gradient(145deg, rgba(204, 189, 172, 0.98), rgba(172, 150, 118, 0.92)) !important;
    border: 1px solid rgba(204, 189, 172, 0.24) !important;
    border-radius: 30px !important;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
    color: #303426 !important;
}

.menu-block {
    max-width: 1180px !important;
    margin: 0 auto 38px !important;
    padding: 44px 40px !important;
}

.menu-split-row {
    max-width: 1180px !important;
    margin: 0 auto 38px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
}

.split-card {
    padding: 40px 34px !important;
}

/* Titel */
.menu-block-head {
    margin-bottom: 34px !important;
    text-align: center !important;
}

.menu-block-head.left {
    text-align: left !important;
}

.menu-block-head p {
    color: #303426 !important;
    opacity: 0.88 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

.menu-block-head h2 {
    color: #303426 !important;
    font-family: "Warbler Banner", Georgia, serif !important;
    font-size: clamp(48px, 6vw, 78px) !important;
    line-height: 0.92 !important;
    font-weight: 400 !important;
    letter-spacing: -1px !important;
}

/* Listen bleiben vollständig wie Original, nur schöner angeordnet */
.menu-items.two-col {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 38px !important;
}

.menu-item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
        "top photo"
        "desc photo" !important;
    column-gap: 22px !important;
    align-items: center !important;
    min-height: 82px !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(48, 52, 38, 0.18) !important;
}

.menu-item-top {
    grid-area: top !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 16px !important;
    margin: 0 0 5px !important;
}

.menu-item > p {
    grid-area: desc !important;
}

.menu-item h3 {
    margin: 0 !important;
    color: #303426 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.32 !important;
    font-weight: 800 !important;
}

.menu-item span {
    color: #303426 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    opacity: 0.92 !important;
}

.menu-item p {
    margin: 0 !important;
    color: rgba(48, 52, 38, 0.86) !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.allerg {
    margin-top: 2px !important;
    color: #303426 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

/* Foto-Layout */
.food-photo {
    grid-area: photo !important;
    justify-self: end !important;
    align-self: center !important;
    width: 94px !important;
    height: 94px !important;
    padding: 6px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(48, 52, 38, 0.14) !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.35), rgba(255,255,255,0.06)) !important;
    box-shadow:
        0 16px 30px rgba(19, 22, 14, 0.20),
        inset 0 1px 0 rgba(255,255,255,0.34) !important;
    overflow: hidden !important;
}

.food-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 18px !important;
}

.food-photo-round {
    border-radius: 50% !important;
}

.food-photo-round img {
    border-radius: 50% !important;
}

.food-photo-wide {
    width: 132px !important;
    height: 92px !important;
    border-radius: 26px !important;
}

.food-photo-wide img {
    border-radius: 20px !important;
}

/* Items ohne Foto bleiben textbasiert */
.menu-item:not(:has(.food-photo)) {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
        "top"
        "desc" !important;
}

/* Shisha */
.shisha-card {
    position: relative !important;
    overflow: hidden !important;
}

.shisha-card,
.shisha-card * {
    color: #303426 !important;
    opacity: 1;
}

.shisha-flavour-section {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 16px !important;
}

.shisha-flavour-section > h3 {
    margin: 0 0 12px !important;
    color: #303426 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.shisha-brand {
    padding: 9px 0 !important;
}

.shisha-brand p {
    margin: 0 0 4px !important;
    color: #303426 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.shisha-watermark {
    position: absolute !important;
    left: 50% !important;
    bottom: 30px !important;
    transform: translateX(-50%) !important;
    width: 320px !important;
    max-width: 70% !important;
    opacity: 0.15 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.shisha-logo-card .menu-block-head,
.shisha-logo-card .menu-item,
.shisha-logo-card .shisha-flavour-section {
    position: relative !important;
    z-index: 2 !important;
}

/* Allergene */
.allergene-box,
.allergene-box * {
    color: #303426 !important;
}

.allergene-intro {
    max-width: 780px !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
}

.allergene-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 38px !important;
}

.allergen-row {
    display: grid !important;
    grid-template-columns: 50px 1fr !important;
    gap: 16px !important;
    align-items: start !important;
    padding: 17px 0 !important;
    border-bottom: 1px dotted rgba(48, 52, 38, 0.42) !important;
}

.allergen-code {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #303426 !important;
    color: #ac9676 !important;
    border: 2px solid #ac9676 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Warbler Banner", Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.allergen-row h3 {
    margin: 0 0 3px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}

.allergen-row p {
    margin: 0 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.allergene-note {
    margin-top: 34px !important;
    padding: 20px 24px !important;
    border: 1px solid rgba(48, 52, 38, 0.30) !important;
    border-radius: 16px !important;
    text-align: center !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    background: rgba(255, 255, 255, 0.10) !important;
}

/* Tablet */
@media (max-width: 950px) {
    .menu-block,
    .split-card {
        padding: 34px 26px !important;
    }

    .menu-items.two-col,
    .menu-split-row {
        grid-template-columns: 1fr !important;
    }

  .menu-block-head.left {
        text-align: center !important;
    }

    .food-photo {
        width: 88px !important;
        height: 88px !important;
    }

    .food-photo-wide {
        width: 122px !important;
        height: 84px !important;
    }
}

/* Handy */
@media (max-width: 768px) {
    .topbar {
        background: rgba(48, 52, 38, 0.96) !important;
    }

    .menu-page {
        padding: 78px 14px 80px !important;
    }

    .menu-intro {
        font-size: 15px !important;
        line-height: 1.65 !important;
        margin-bottom: 28px !important;
    }

    .menu-nav {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 10px !important;
        margin-bottom: 34px !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .menu-nav a {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        font-size: 13px !important;
    }

    .menu-block,
    .split-card {
        padding: 28px 20px !important;
        border-radius: 24px !important;
    }

    .menu-block-head {
        text-align: center !important;
        margin-bottom: 24px !important;
    }

    .menu-block-head h2 {
        font-size: clamp(42px, 13vw, 64px) !important;
        line-height: 0.92 !important;
    }

    .menu-block-head p {
        font-size: 11px !important;
        letter-spacing: 3px !important;
    }

    .menu-item {
        grid-template-columns: minmax(0, 1fr) 78px !important;
        grid-template-areas:
            "top photo"
            "desc photo" !important;
        column-gap: 14px !important;
        min-height: 76px !important;
        padding: 16px 0 !important;
    }

    .menu-item-top {
        display: block !important;
    }

    .menu-item h3 {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .menu-item span {
        display: inline-block !important;
        margin-top: 5px !important;
        padding-left: 0 !important;
        font-size: 13px !important;
    }

     .menu-item p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .allerg {
        font-size: 14px !important;
    }

   .food-photo {
        width: 74px !important;
        height: 74px !important;
        padding: 5px !important;
        border-radius: 19px !important;
    }

 .food-photo img {
        border-radius: 14px !important;
    }

    .food-photo-wide {
        width: 86px !important;
        height: 68px !important;
    }

    .shisha-watermark {
        width: 240px !important;
        bottom: 35px !important;
        opacity: 0.14 !important;
    }

    .allergene-list {
        grid-template-columns: 1fr !important;
    }

    .allergen-row {
        grid-template-columns: 44px 1fr !important;
        gap: 12px !important;
    }

    .allergen-code {
        width: 38px !important;
        height: 38px !important;
        font-size: 22px !important;
    }
}

/* Sehr kleine Handys */
@media (max-width: 390px) {
    .feora-menu-redesign .menu-item {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "photo"
            "top"
            "desc" !important;
    }

    .feora-menu-redesign .food-photo,
    .feora-menu-redesign .food-photo-wide {
        justify-self: center !important;
        margin-bottom: 10px !important;
        width: 96px !important;
        height: 86px !important;
    }
}















/*SHISHA*/

.shisha-flavour-section {
	color: 
}

