/* [01] Farben und Maße aus dem bisherigen Zeta-Layout „Album Responsive / bistro" */
:root {
  --grund:        rgba(213, 190, 166, 0.71);
  --inhalt-bg:    rgba(252, 247, 240, 0.94);
  --text:         rgba(54, 31, 25, 0.78);
  --text-kraeftig: rgba(54, 31, 25, 0.95);
  --link:         #b67652;
  --titel:        #7a4325;
  --menue-bg:     rgba(54, 31, 25, 0.72);
  --menue-hover:  rgba(54, 31, 25, 0.92);
  --menue-aktiv:  #dc7520;
  --menue-schrift: rgba(255, 255, 255, 0.88);
  --fuss-bg:      rgba(54, 31, 25, 0.92);
  --rand:         #9f8060;
  --linie:        rgba(122, 67, 37, 0.18);
  --schrift:      'Helvetica Neue', Helvetica, Arial, sans-serif;
  --zier:         'Kaushan Script', 'Brush Script MT', cursive;
}

@font-face {
  font-family: 'Kaushan Script';
  src: url('/schriften/kaushan-script-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

/* [02] Grundgerüst */
* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--grund) url('/layout/hintergrund.jpg') no-repeat left top fixed;
  background-size: contain;
  color: var(--text);
  font: 16px/1.5 var(--schrift);
  -webkit-text-size-adjust: 100%;
}

.skip {
  position: absolute; left: -9999px;
  background: #fff; padding: .6em 1em; z-index: 100;
}
.skip:focus { left: 1rem; top: 1rem; }

.seite {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

/* [03] Menü */
.menue {
  background: var(--menue-bg);
  margin-top: 40px;
  padding: 22px 0 30px;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
}

.marke {
  display: block;
  padding: 0 22px 22px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: .02em;
}

.menue ul { list-style: none; margin: 0; padding: 0; }

.menue a {
  display: block;
  padding: 7px 22px;
  color: var(--menue-schrift);
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.35;
}
.menue a:hover { background: var(--menue-hover); color: #2aa0a0; }
.menue li.offen > a { color: var(--menue-aktiv); font-weight: 700; }
.menue li.hier  > a { color: var(--menue-aktiv); font-weight: 700; }

.menue ul.ebene-1 { display: none; }
.menue li.offen > ul.ebene-1 { display: block; }
.menue ul.ebene-1 a {
  padding-left: 38px;
  font-size: 12.5px;
  text-transform: none;
  color: rgba(255, 255, 255, .72);
}

.suche { display: flex; gap: 4px; padding: 18px 22px 0; }
.suche input {
  flex: 1; min-width: 0;
  background: rgba(213, 190, 166, .51);
  border: 1px solid rgba(182, 118, 82, .74);
  color: #fff; padding: 5px 8px; font: inherit; font-size: 13px;
}
.suche input::placeholder { color: rgba(255, 255, 255, .7); }
.suche button {
  background: rgba(182, 118, 82, .9); border: 0; color: #fff;
  padding: 5px 10px; cursor: pointer; font: inherit;
}

/* [04] Inhaltsfläche */
.inhalt {
  background: var(--inhalt-bg);
  border: 1px solid var(--rand);
  border-top: 0;
  padding: 30px 34px 50px;
  min-height: 60vh;
}

.seitentitel {
  font-family: var(--zier);
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1;
  color: var(--titel);
  margin: 6px 0 30px;
}

.abschnitt {
  font-family: var(--zier);
  font-size: 1.8em;
  font-weight: 400;
  color: var(--titel);
  margin: 40px 0 18px;
}

a { color: var(--link); }
a:hover { text-decoration: underline; }

.text { max-width: 74ch; }
.text img { max-width: 100%; height: auto; }
.text.einleitung { margin-bottom: 34px; }

.brotkrumen { font-size: 13px; margin: 0 0 6px; }
.hinweis { color: var(--text); }
.zurueck { margin-top: 34px; }

/* [05] Artikel */
.artikel {
  border-top: 1px solid var(--linie);
  padding: 26px 0 8px;
  max-width: 74ch;
}
.artikel:first-of-type { border-top: 0; }

.artikelbilder { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.artikelbilder img {
  max-width: 100%;
  max-height: 420px;
  width: auto; height: auto;
  display: block;
  background: #efeae3;
}

.artikeltitel {
  font-family: var(--schrift);
  font-size: 1em;
  font-weight: 700;
  color: var(--text-kraeftig);
  margin: 0 0 4px;
}
.artikeltitel a { color: inherit; text-decoration: none; }
.artikeltitel a:hover { color: var(--link); text-decoration: underline; }

.marker {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: rgba(54, 31, 25, .12);
  padding: 2px 7px;
  vertical-align: 1px;
}
.marker.res { background: rgba(220, 117, 32, .18); color: #8a4a12; }
.artikel.verkauft .artikelbilder img { opacity: .65; }

.form { margin: 0 0 8px; font-style: italic; }
.beschreibung { margin-bottom: 10px; }

.daten { margin: 0 0 10px; font-size: .95em; }
.daten dt { float: left; clear: left; font-weight: 700; margin-right: .5em; }
.daten dt::after { content: ':'; }
.daten dd { margin: 0 0 2px; }

.preis { margin: 12px 0 0; }
.preis s { opacity: .65; }
.preis strong { color: var(--text-kraeftig); font-size: 1.05em; }

.anfrage {
  margin-left: 14px;
  display: inline-block;
  background: rgba(54, 31, 25, .9);
  color: rgba(255, 255, 255, .9);
  padding: 5px 14px;
  font-size: 13px;
  text-decoration: none;
}
.anfrage:hover { color: var(--link); text-decoration: none; }

/* [06] Kacheln auf der Startseite */
.kacheln {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
}
.kachel {
  display: flex; flex-direction: column; gap: 3px;
  text-decoration: none; color: var(--text);
}
.kachel img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  background: #efeae3; margin-bottom: 5px;
}
.kacheltitel { font-weight: 700; color: var(--text-kraeftig); font-size: 14px; }
.kachelkat   { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; opacity: .7; }
.kachelpreis { font-size: 14px; color: var(--link); }
.kachel:hover .kacheltitel { color: var(--link); }

/* [07] Kontaktformular */
.kontakt { max-width: 48ch; margin-top: 26px; }
.feld { margin: 0 0 14px; }
.feld label { display: block; font-weight: 700; font-size: 13.5px; margin-bottom: 4px; }
.feld input, .feld textarea {
  width: 100%; font: inherit; padding: 7px 9px;
  border: 1px solid var(--rand); background: #fff; color: var(--text);
}
.kontakt button {
  background: rgba(54, 31, 25, .9); color: rgba(255, 255, 255, .9);
  border: 0; padding: 9px 22px; font: inherit; cursor: pointer;
}
.kontakt button:hover { color: var(--link); }
.honig { position: absolute; left: -9999px; }
.hinweistext { font-size: 12.5px; }
.erfolg { color: #2f6b4f; font-weight: 700; }
.fehler { color: #9b2c1e; font-weight: 700; }

/* [08] Fuß */
.fuss { background: var(--fuss-bg); margin-top: 50px; padding: 22px 50px; }
.fussinhalt {
  max-width: 1600px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  color: rgba(255, 255, 255, .75); font-size: 13.5px;
}
.fussinhalt nav { display: flex; gap: 18px; margin-left: auto; }
.fuss a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.fuss a:hover { text-decoration: underline; }

/* [09] Schmale Bildschirme */
@media (max-width: 900px) {
  body { background-size: cover; }
  .seite { grid-template-columns: 1fr; padding: 0 14px; gap: 0; }
  .menue { position: static; max-height: none; margin-top: 0; }
  .menue ul.ebene-1 { display: block; }
  .inhalt { padding: 22px 18px 40px; border-top: 1px solid var(--rand); }
  .seitentitel { font-size: 2em; }
  .fuss { padding: 20px 16px; }
  .fussinhalt nav { margin-left: 0; }
}
