
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333;
}

h1, h2, h3, h4, h5 {
  color: #2e7d32; /* kräftiges Grün */
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link.active {
  font-weight: bold;
  text-decoration: underline;
}

.card-title {
  color: #2e7d32;
  font-weight: 600;
}

.card-text {
  font-size: 0.95rem;
}

ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.card img {
  height: 200px;
  object-fit: cover;
}

footer {
  font-size: 0.9rem;
}


header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}

body {
  padding-top: 90px;
}

footer {
  background-color: #2e7d32 !important;
}

.nav-link {
  transition: color 0.3s;
}

.nav-link:hover {
  color: #2e7d32 !important;
}

.nav-link.active {
  color: #2e7d32 !important;
  font-weight: 600;
}


footer a {
  color: #ffffff;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

footer a:hover {
  color: #c8e6c9;
  text-decoration: underline;
}


html {
  scroll-behavior: smooth;
}


.dropdown-menu a.dropdown-item {
  color: #212529;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.dropdown-menu a.dropdown-item:hover {
  color: #2e7d32;
  text-decoration: underline;
}
