/*
Theme Name: Kleingärtnerverein Solingen-Ohligs e.V.
Theme URI: https://www.kgv-solingen-ohligs.de
Author: Mirko Nettekoven
Author URI: https://www.kgv-solingen-ohligs.de
Description: Ein WordPress-Theme für unseren Kleingartenverein.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kgvsolingenohligs
*/

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  color: #333;
  margin: 0;
  padding: 0;
}

header, footer {
  background-color: #4CAF50;
  color: white;
  text-align: center;
  padding: 1rem;
}

main {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
}

article {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

article h2 {
  margin-top: 0;
  color: #2c662d;
}

a {
  color: #4CAF50;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Gemeinsamer Stil für beide Menüs */
.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.navigation li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.navigation li a:hover {
  text-decoration: underline;
}

/* Footer-Spezifisch: kleinere Schrift */
.navigation.footer {
  font-size: 0.7rem;
}