/* === basis.css === */
@import url(popup.css);
@import url(sihead.css);
@import url(navigation.css);
 @import url(fuss.css); 

/* Farbvariablen für Einrichtungen */
:root {
  /* --Muna-Color: #e87944; */
--Muna-Color: #8a421a;
  --Tiponi-Color: #00467c;
  /* --Tiva-Color: #61941c; */
--Tiva-Color: #1c2a08;
  --Leotie-Color: #d90010;
  --Krabbel-Color: #bf000f;
  --Chumani-Color: #007b6e;
  --Mojak-Color: #7f3f00;
  --Shanuu-Color: #00682c;
  --Taunus-Color: #7f3f00;
  --Orenda-Color: #a03c0f;

/* Allgemeine Designfarben */
 --dropdown-bg: #5e0d18;
  --menu-bg: #7b111f;
  --menu-text: #ffffff;
  --menu-hover-bg: #ffffff;
  --menu-hover-text: #7b111f;
  --border-color: #fff;
  --hover-transition: 0.3s;
}

@media (prefers-color-scheme: dark) {
  :root {
    --menu-bg: #222;
    --menu-text: #eee;
    --menu-hover-bg: #444;
    --menu-hover-text: #fff;
  }
}

/* === RESET & TYPOGRAFIE === */
*,
html, div, p, br, h1, h2, h3, h4, h5, h6, ul, a, img, li, form, dl, dt, dd {
  margin: 0;
  padding: 0;
  border-width: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  color: #7b111f;
  text-align: center;
}

h1, p {
  margin-bottom: 2em;
  line-height: 130%;
}

.killFloat { clear: both; }
p.lastNurJetzt { margin-bottom: 184px; }
p.zuletzt { margin:10px; padding-bottom:10px; }
span.rot { color: #7b111f; }

/* === LINKS === */
a:link, a:visited { color: #7f3f00; }
a:hover { color: #ff9900; }

/* === FONTS === */
@font-face {
  font-display: swap;
  font-family: 'Mali';
  font-style: normal;
  font-weight: 400;
  src: url('../font/mali-v10-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Mali';
  font-style: normal;
  font-weight: 700;
  src: url('../font/mali-v10-latin-700.woff2') format('woff2');
}

html, body {
  font-family: 'Mali', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFF;
  color: #7b111f;
  font-size: 16px;
  background-image: none;
}

body {
  font-size: 89.5%;
}

#container {
  margin: 0 auto;
  text-align: left;
  background-color: #7B111F;
  width: 65em;
  color: #ff9900;
  padding: 1.5em;
  background-image: none;
}

#containerContent {
  background-color: #ffe4a4;
  color: #000;
  font-size: 80%;
  padding: 10px 15px 15px 0;
}
#containerContent::after {
  content: "";
  display: block;
  clear: both;
}
.killFloat {
  clear: both;
  height: 0;
}
#leftNavigation {
  float: left;
  width: 25.4em;
}
#centerText {
  float: left;
  width: 44.6em;
  padding: 2em;
  background-color: #fff2cc;
  border-radius: 8px;
}
.marker-icon {
display: inline-block !important;
  vertical-align: middle;
  width: 12px;
  height: 18px;
}
#map {
  margin-bottom: 2.5em;
}

#map2 {
  margin-top: 2em;
}
.map-heading {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #7b111f;
}
.kurzbeschreibung {
  margin-bottom: 1.5em;
}

.accessible-content h1, 
.accessible-content h2 {
  text-align: left;
  margin: 2rem 0 1rem;
}

.accessible-content section {
  margin-bottom: 3rem;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: white;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}
.zitat {
  text-align: center;
  margin: 2em auto;
  max-width: 32em;
}

.zitat blockquote {
  font-size: 1.2em;
  font-style: italic;
  color: #444;
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #61941c; /* z.B. Tiva-Grün als Akzent */
  background: #f8f8f8;
  display: inline-block;
}

.zitat figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
}
.leitgedanke {
  font-style: italic;
  font-size: 0.95em; /* oder nach Wunsch */
  color: #444;
  margin: 1.5em auto;
  padding: 0.5em 1.2em;
  border-left: 4px solid var(--Muna-Color, #b35c2a); /* Muna-Orange als Akzent */
  background: #f8f8f8;
  max-width: 36em;
}
