@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: #303426;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  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: #ac9676;
  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: #303426;
}

.dark-section {
  background: #303426;
}

.love-section {
  background: #303426;
}

.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/gh_schwarz.png");
  background-size: cover;
  background-position: center;
}

.job-overlay {
  position: absolute;
  inset: 0;
  background: 
}

.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.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.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: #13160e;
    color: #ac9676;
}

.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: #ac9676;
}

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

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

.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: #ac9676;
}

.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: #ac9676;
}


/* 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: -5px;
  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, #303426 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: #ac9676;
    margin-bottom: 18px;
    text-align: center;
}

.menu-hero h1 {
    font-family: "Warbler Banner", Georgia, serif;
    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, Arial, sans-serif;
    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, Arial, sans-serif;
    font-size: 14px;
    transition: 0.25s ease;
}

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

/* Große Boxen */

.menu-block {
    max-width: 1100px;
    margin: 0 auto 34px;
    background: #ac9676;
    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: #ac9676;
    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, Arial, sans-serif;
    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: 0.95;
    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, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    color: #303426;
    font-weight: 700;
}

/* Preise */

.menu-item span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #303426;
    white-space: nowrap;
}

/* Beschreibung */

.menu-item p {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    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);
}

/* Tablet */

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

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

/* 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: #303426;
    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: #ac9676;

    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: #ac9676;

    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, Arial, sans-serif;
    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: #13160e;

    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: #ac9676;

    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 #ac9676;

    background-color: #ac9676;
    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: #13160e;
    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: #ac9676;
}

.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: #ac9676;
}

.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: #ac9676;
}

.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: #ac9676;
}










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

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

.impressum-kicker {
    font-family: Helvetica, Arial, sans-serif;
    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, Arial, sans-serif;
    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, Arial, sans-serif;
    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;
  }
}
	
	

	
	
	
	
