/* Content Styles für Frontend & Editor */
/* amatic-sc-regular - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Amatic SClight";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/amatic-sc-v28-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/amatic-sc-v28-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/amatic-sc-v28-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url("fonts/amatic-sc-v28-latin-regular.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url("fonts/amatic-sc-v28-latin-regular.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url("fonts/amatic-sc-v28-latin-regular.svg#AmaticSC") format("svg");
  /* Legacy iOS */
}

/* amatic-sc-700 - latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Amatic SC";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/amatic-sc-v28-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("fonts/amatic-sc-v28-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/amatic-sc-v28-latin-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url("fonts/amatic-sc-v28-latin-700.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url("fonts/amatic-sc-v28-latin-700.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url("fonts/amatic-sc-v28-latin-700.svg#AmaticSC") format("svg");
  /* Legacy iOS */
}

/* bodoni-moda-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/bodoni-moda-v28-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/bodoni-moda-v28-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/bodoni-moda-v28-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url("fonts/bodoni-moda-v28-latin-regular.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url("fonts/bodoni-moda-v28-latin-regular.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url("fonts/bodoni-moda-v28-latin-regular.svg#BodoniModa") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v44-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/open-sans-v44-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v44-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url("fonts/open-sans-v44-latin-regular.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url("fonts/open-sans-v44-latin-regular.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url("fonts/open-sans-v44-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

:root {
  --bg-light: #ffffff;
  --bg-dark: #100f0d;
  --color-dark: #100f0d;
  --color-dark-hover: #1c1b1a;
  --color-light: #ffffff;
  --color-gold: #d3af37;
  --color-gold-hover: #b79831;
  --color-green: #83e28c;
  --font-size-base: 1.1rem;
  --font-family: "Bodoni Moda", Tahoma, serif;
  --font-family-sans: "Open Sans", sans-serif;
  --font-family-heading: "Amatic SC", Verdana, sans-serif;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  color: var(--color-dark);
  background-color: var(--bg-light);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  color: var(--color-gold);
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-shadow: 1px 1px 1px black;
}


h1.page-title {
  font-size: 2.5rem;
  background: var(--bg-dark);
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 2rem;
}

p {
  margin: 0.8rem 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main img {
  border: 1px solid var(--color-green);
  padding: 5px;
}



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

a:hover {
  color: var(--color-gold);
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hinweisbox {
  background: #fff9c4;
  border-left: 4px solid #fbc02d;
  padding: 10px 15px;
}

.button-link {
  background: #0073aa;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 3px;
  text-decoration: none;
}

.text-highlight {
  background: #ffe0b2;
  padding: 0 3px;
}

.rahmenbox {
  border: 2px solid #ccc;
  padding: 12px;
  margin: 10px 0;
}

/* customizer menü-edit button ausblenden */
.customize-partial-edit-shortcut {
  display: none !important;
}

/* TODO* mobile - more padding im content! /


/* Speisekarte */
.food-category {
  font-family: var(--font-family-heading);
  color: var(--color-gold);
  font-weight: 700;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  text-shadow: 1px 1px 1px black;
  font-size: 2rem;
  text-align: center;
  hyphens: auto;
}

.main-dish {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1.5rem;
  hyphens: auto;
}

.main-dish-addon {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  hyphens: auto;
}

.beilagen {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  hyphens: auto;
}

.allergene {
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
  margin-top: 0.2rem;
  white-space: nowrap;
}

.price {
  white-space: nowrap;
}

/* Vorlagen für Editor */
.double-article {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Automatisch responsive */
  gap: 2em; /* Abstand zwischen den Spalten */
  margin-bottom: 0.5em;
  max-width: 600px; /* Maximale Breite begrenzen */
  margin-left: auto; /* Zentrieren */
  margin-right: auto; /* Zentrieren */
}

.double-article article {
  /* Jeder Article nimmt genau eine Spalte ein */
  min-width: 0; /* Verhindert Overflow bei langen Wörtern */
  text-align: center; /* Zentriere den Text */
}

.double-article .main-dish {
  margin-top: 0;
}



