/* ===== SEITE ZENTRIEREN ===== */
.container {
  max-width: 1200px;
}


/* ===== HINTERGRUND ===== */
body {
  background-color: #f5f5f5;
}

/* ===== INHALT WEISS ===== */
.container {
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* ===== ÜBERSCHRIFTEN ===== */
h1, h2 {
  color: #1f5e3b;
}


/* ===== LINKS (Orange Akzent) ===== */
a {
  color: #d35400;
}

a:hover {
  text-decoration: underline;
}

/* ===== TEXT LESBARER ===== */
p {
  line-height: 1.6;
}

/* ===== BILDER NICHT ZU GROSS ===== */
img {
  max-width: 100%;
  height: auto;

  .menu-modern a {
  color: #d35400 !important;
}

.menu-modern a:hover {
  color: #a84300 !important;
}


.footer {
  text-align: center;
  font-size: 0.9em;
  padding: 15px 0;
}

.footer a {
  color: #ddd;
  margin: 0 5px;
}

.footer a:hover {
  color: white;
}

  

.container-header {
  margin-bottom: 0 !important;
}

/* blauen Hintergrund unter dem Header entfernen */
.site {
  background-color: #f5f5f5 !important;
}
/* Header deutlich verkleinern */
.container-header {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-height: unset !important;
}

.container-header .grid-child {
  min-height: 0 !important;
  padding: 0 !important;
}

.container-header {
  height: auto !important;
}
