

body {
    background: #f5efe6;
    color: #3b2a1a;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* TOPBAR */
.topbar {
    background: #3b2a1a;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

/* NAVIGATION */
.navigation {
    background: #e8dccb;
    padding: 15px 0;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.navigation a {
    text-decoration: none;
    color: #3b2a1a;
    font-weight: bold;
}

/* HERO */
.hero {
    background: url("muehle.jpg") center/cover no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
}
.hero-text span {
    color: #b07b28;
}

/* SECTIONS */
.section {
    padding: 60px 10%;
}

.section.alt {
    background: #efe4d4;
}

/* CARDS */
.cards {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 20px;
    flex: 1;
    border-radius: 8px;
    min-width: 200px;
}

/* GESCHICHTE */
.geschichte {
    background: url("muehle.jpg") center/cover no-repeat;
    padding: 80px 10%;
}

.geschichte-text {
    background: rgba(60, 40, 25, 0.85);
    color: white;
    padding: 40px;
    max-width: 700px;
}

/* FOOTER */
footer {
    background: #2c1f14;
    color: white;
    padding: 30px 0;
}
.section.team {
  padding-bottom: 160px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.section p {
    margin-bottom: 24px;
    line-height: 1.0;
}
.section p,
.geschichte-text p {
    margin-bottom: 18px;
    line-height: 1.0;
    text-indent: 1.5em;
}
.geschichte-text p {
    margin-left: 40px;     /* gesamter Absatz eingerückt */
    margin-bottom: 18px;   /* Abstand zwischen Absätzen */
    line-height: 1.0;      /* gute Lesbarkeit */
    text-indent: 0;        /* KEIN zusätzlicher Einzug */
}
.card p {
    margin-bottom: 10px;   /* kleiner Abstand */
    line-height: 1.5;
    text-indent: 0;        /* KEIN Einzug */
}
.zutaten {
    margin-left: 40px;      /* ganzer Zutatenblock nach rechts */
    margin-bottom: 30px;    /* Abstand zur Zubereitung */
    padding-left: 0;        /* wichtig für saubere Punkte */
}
.zutaten {
    list-style-position: inside;
}
.zutaten li {
    margin-bottom: 4px;   /* weniger Abstand zwischen Zutaten */
    line-height: 1.4;
    font-size: 0.95em;    /* minimal kleiner */
}
.card p strong {
    display: block;
    margin-top: 30px;     /* Abstand zwischen Zutaten & Zubereitung */
    margin-bottom: 10px;
}
.card p {
    margin-bottom: 10px;  /* weniger Abstand */
    line-height: 1.5;
    font-size: 0.95em;
}
.section.alt p {
    margin-left: 0;        /* kein seitliches Verschieben */
    text-indent: 0;        /* kein Buch-Einzug */
    margin-bottom: 20px;   /* klarer Abstand zwischen Personen */
    line-height: 1.6;
}
.section.alt {
    padding-left: 40px;
}
/* Unser Team: nur Text einrücken, Überschrift bleibt links */
.section.alt h2 {
    margin-left: 60px;
}

.section.alt p {
    margin-left: 100px;   /* Text wird eingerückt */
}
.card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px; /* optional */
}
.cards {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap; /* wichtig für mobil */
}

.card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 20px;
}
.hero {
  background: url("muehle.jpg") center / cover no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
#produkte {
  background: url("weizen.jpg") center / cover no-repeat;
  margin-top: 140px;      /* Abstand zum Hero */
  padding: 120px 0;       /* Luft im Bereich */
  min-height: 60vh;      /* Bild wird groß */
}
#produkte {
  box-shadow: inset 0 60px 60px -40px rgba(0,0,0,0.15);
}
#produkte-head {
  background: #f5f1ea;   /* ruhig, hell */
  padding: 60px 0 40px;
}
#produkte-head {
  background: #f5f1ea;
  padding: 60px 0 ;
}

.produkte-bg {
  background: url("weizen.jpg") center / cover no-repeat;
  height: 35vh;
  padding: 40px 0;
  overflow: hidden;
}

.card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 20px;
}

/* HEADER GRUNDSTRUKTUR */
.site-header {
  width: 100%;
  background-color: #f6f2eb; /* falls du eine Hintergrundfarbe hast */
}

/* ZENTRIERTER SEITENCONTAINER */
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;

  display: flex;
  justify-content: flex-start; /* WICHTIG */
  align-items: center;
}

/* SCHRIFTZUG */
.site-title {
  margin: 0;
  text-align: left;
  white-space: nowrap; /* verhindert Umbruch */
}

.header-inner {
  justify-content: space-between;
}
/* HEADER GRUNDSTRUKTUR */
.site-header {
  width: 100%;
  background-color: #f6f2eb; /* falls du eine Hintergrundfarbe hast */
}

/* ZENTRIERTER SEITENCONTAINER */
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;

  display: flex;
  justify-content: flex-start; /* WICHTIG */
  align-items: center;
}

/* SCHRIFTZUG */
.site-title {
  margin: 0;
  text-align: left;
  white-space: nowrap; /* verhindert Umbruch */
}
/* === HARD RESET HEADER AUSRICHTUNG === */
header,
.site-header,
.header-inner,
nav,
.main-nav,
.main-nav ul {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* NAV LISTE */
.main-nav ul {
  display: flex !important;
  gap: 30px;
}

/* TITEL */
.site-title {
  display: block !important;
  margin-left: 0 !important;
}
body {
  text-align: center;
}
/* HEADER GRUNDLAGE */
.site-header {
  width: 100%;
  background-color: #f6f2eb;
}

/* ZENTRIERTER SEITENRAHMEN – INHALT LINKS */
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
}

/* TITEL + MENÜ ALS BLOCK */
.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 🔥 ENTSCHEIDEND */
}

/* TITEL */
.site-title {
  margin: 0 0 8px 0;
  text-align: left;
  white-space: nowrap;
}

/* NAVIGATION */
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  gap: 30px;

  justify-content: flex-start;
}

/* LINKS */
.main-nav a {
  text-decoration: none;
  color: #3a2f28;
  font-weight: 500;
}
.brand {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 🔥 */
}
.main-nav {
  width: 100%;              /* 🔥 GANZ ENTSCHEIDEND */
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;

  gap: 30px;
  width: 100%;              /* 🔥 NOCHMAL */
}
.brand {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.brand {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-title {
  margin: 0 0 10px 0;
}

.main-nav {
  width: 100%;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 30px;

  justify-content: flex-start;
}
.site-header {
  width: 100%;
  background-color: #f6f2eb;
}

.brand {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-title {
  margin: 0 0 8px 0;
  white-space: nowrap;
}

.main-nav {
  width: 100%;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 30px;

  justify-content: flex-start;
}

.main-nav a {
  text-decoration: none;
  color: #3a2f28;
  font-weight: 500;
}
/* BRAUNER BALKEN */
.site-header {
  background-color: #e6dccb; /* dein Braunton */
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* INHALT */
.brand {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* LOGO + TITEL NEBENEINANDER */
.brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

/* LOGO */
.brand-logo {
  height: 42px;
  width: auto;
}

/* TITEL */
.site-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #3a2f28;
}

/* NAVIGATION */
.main-nav {
  width: 100%;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 28px;

  justify-content: flex-start;
}

/* MENÜSCHRIFT */
.main-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #3a2f28;
}

.main-nav a:hover {
  text-decoration: underline;
}
/* BRAUNER BALKEN */
.site-header {
  background-color: #e6dccb; /* dein Braunton */
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* INHALT */
/* LOGO + TITEL NEBENEINANDER */
.brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.brand-text {
  display: flex;
  flex-direction: column;
}
.brand {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


/* LOGO */
.brand-logo {
  height: 42px;
  width: auto;
}


/* TITEL */
.site-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #3a2f28;
}

/* NAVIGATION */
.main-nav {
  width: 100%;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 28px;

  justify-content: flex-start;
}

/* MENÜSCHRIFT */
.main-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #3a2f28;
}

.main-nav a:hover {
  text-decoration: underline;
}
.header-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px 10px 40px;
}

.brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 28px;

  justify-content: flex-start;
}
.main-nav a {
  font-family: 'Cormorant Garamond', serif; /* GLEICH */
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #3a2f28;
}

.main-nav a:hover {
  text-decoration: underline;
}
.header-nav {
  width: 100%;                 /* 🔥 FEHLTE */
  background-color: #e6dccb;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.main-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 40px;
}
.header-title {
  background: none;            /* 🔥 explizit */
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px 10px 40px;
}
.header-nav {
  background-color: #d6c2a3; /* dunkler zum Test */
}
/* GEMEINSAME ÜBERSCHRIFTEN-SCHRIFT */
h1,
h2,
.site-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.site-title {
  font-size: 64;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}
/* ===============================
   GRUNDLAGEN
================================ */
body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  color: #3a2f28;
  background-color: #f6f2eb;
}

/* ===============================
   HEADER
================================ */
.site-header {
  width: 100%;
}

/* TITELBEREICH */
.header-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px 12px 40px;
}

.brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  height: 150px;          /* ← Größe (gern 90–100px testen) */
  width: auto;
}
.brand-top {
  display: flex;
  align-items: center;
  gap: 16px;   /* Abstand zwischen Text und Logo */
}
.brand-logo {
  margin-top: 20px;
}


/* MENÜBALKEN */
.header-nav {
  width: 100%;
  background-color: #e6dccb;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.main-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 40px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 28px;

  justify-content: flex-start;
}

.main-nav a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #3a2f28;
}

.main-nav a:hover {
  text-decoration: underline;
}

/* ===============================
   ÜBERSCHRIFTEN – WIE REZEPTE
================================ */
/* ===============================
   HERO
================================ */
.hero {
  padding: 80px 40px;
}

.hero-text {
  max-width: 700px;
}

.hero-text h2 span {
  font-weight: 700;
}
/* ===============================
   ÜBERSCHRIFTEN – FINAL (EINMAL!)
   wie „Rezepte aus der Stiftsmühle“
================================ */
h1,
h2,
h3,
.site-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.site-title {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}
.site-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
}
.site-title {
  font-family: 'Playfair Display', serif;
}

h3 {
  font-size: 22px;
}
/* ===============================
   ZUTATEN – SAUBER & ÜBERSICHTLICH
================================ */
/* Zutatenliste exakt unter "Zutaten:" ausrichten */
.ingredients {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0;
  margin: 0 auto 24px auto;
  width: fit-content;
  text-align: left;
}

/* Abstand & Lesbarkeit */
.ingredients li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.ingredients-title {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.produkte-bg {
  background-image: url("weizen.jpg");
  background-size: cover;
  background-position: center;
  height: 40vh;
  overflow: hidden;
}

/* =========================
   GRUNDLAYOUT
========================= */
body {
    margin: 0;
    font-family: Georgia, serif;
    background-color: #f4efe6;
    color: #2f2a25;
}

/* =========================
   NAVIGATION – IMMER KLICKBAR
========================= */
nav {
    position: relative;
    z-index: 10000;
    background-color: #e8e1d3;
    padding: 15px 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

nav li {
    display: inline;
}

nav a {
    text-decoration: none;
    color: #2f2a25;
    font-weight: bold;
    cursor: pointer;
}

nav a:hover {
    text-decoration: underline;
}

/* =========================
   GROSSE BEREICHE DÜRFEN
   KEINE KLICKS BLOCKIEREN
========================= */
.hero,
.produkte-bg,
section {
    pointer-events: none;
}

/* NAV & LINKS DÜRFEN KLICKEN */
nav,
nav * {
    pointer-events: auto;
}

/* =========================
   SEITENINHALT
========================= */
section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

/* =========================
   FOOTER
========================= */
footer {
    background-color: #2f2a25;
    color: #ffffff;
    padding: 30px 20px;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-container div {
    line-height: 1.6;
}

/* ===== NAVIGATION IMMER ANKLICKBAR ===== */
nav {
  position: relative;
  z-index: 9999;
}

nav a {
  pointer-events: auto;
  cursor: pointer;
}

/* ===== HERO DARF KLICKS NICHT BLOCKIEREN ===== */
.hero {
  position: relative;
  z-index: 1;
}

.hero::before {
  pointer-events: none;
}
/* Footer-Links (z. B. Impressum) */
footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
.instagram-link {
  display: inline-block;
  margin-top: 6px;
  color: white; /* ggf. schwarz ändern */
  text-decoration: none;
  font-size: 14px;
}

.instagram-link i {
  margin-right: 6px;
  color: #E1306C;
}



