/* === 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;
  --Tiponi-Color: #00467c;
  --Tiva-Color: #61941c;
  --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;
}
