.body {
  margin-left: 300px;
  margin-right: 300px;
    overflow-x: hidden;

}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}


ul {
  list-style-type: none;
  display: flex;
  gap: 50px;
  padding: 0;
}

li {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #80827D;
  font-family: Roboto, sans-serif;
}

a:hover {
  color: #94B45A;
}

a:visited {
  color:#94B45A; /* z. B. ein gedämpftes Grün */
}

.button-1:visited {
  color: white; /* wie .button-1 */
  background-color: #94B45A;
}

span {
  margin-left: 35px;
}

.abo-button {
  background-color: #94B45A;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.abo-button p {
  color: white;
  font-family: Roboto, sans-serif;
}

h1 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #94B45A;
  margin-top: 55px;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.start-container {
  display: flex;
  gap: 20px;
}

.box-1 {
  text-align: center;
  width: 250px;
}

.box-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #94B45A;
  text-transform: uppercase;
  font-weight: 700;
}

.box-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #80827D;
  margin-top: 10px;
  margin-bottom: 30px;
}

.button-1 {
  background-color: #94B45A;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  border: none;
  padding: 10px 20px;
}

.button-1:hover {
  background-color: rgba(148, 180, 90, 0.52);
}

.divide {
  margin-bottom: 70px;
}

h2 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #94B45A;
}

.master-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 50px;
}

.rechts-titel {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #80827D;
  margin-top: 20px;
}

.bild-rechts {
  width: 150px;
}

 h3 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #94B45A;
  text-decoration: underline;
 }

 h3:hover {
  color: #4C671B;
 }

 p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 20px;
 }

 .artikel-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
 }

 .artikel-image {
  width: 350px;
  object-fit: cover;
  display: block;
 }

 .mehr-lesen {
  display: flex;
  gap: 30px;
  margin-top: 100px;
}

.mehr-lesen-box {
  flex: 1;
  max-width: 300px;
}

.mehr-lesen-box img.mehr-lesen-image {
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.mehr-p {
  font-weight: 700;
  color: #80827D;
  margin-bottom: 5px;
}

.mehr-lesen-box h4 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #94B45A;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

h4:hover {
  color: #4C671B;
}


footer {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

footer p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #80827D;
  margin-top: 50px;
}

footer p:hover {
  color: #94B45A;
}

.footer-icon img {
  height: 30px;
  margin: 0;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: white;
  padding: 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 99;
  min-width: 250px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: block;
  padding: 8px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #80827D;
  text-decoration: none;
}

.dropdown-menu a:hover {
  color: #94B45A;
}

.dropdown span {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.dropdown:hover span {
  transform: rotate(180deg);
}


.dropdown {
  position: relative;
}

.dropdown > a {
  display: inline-block;
  padding: 10px 0;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

.lead {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #80827D;
  margin-bottom: 60px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-color: #d8dbd4;
}

.bc-links {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
  justify-content: center;
  padding: 0;
}

.bc-icon {
  width: 15px;
  margin-left: 20px;
}

.bc-linked {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #94B45A;
  text-decoration: underline;
}

.bc-trenner {
  margin-left: 10px;
  margin-right: 10px;
}

.active-menu {
  color: #94B45A;
}

.lauftext {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.5
}

.artikel-bild-legende {
  display: flex;
  flex-direction: row;
  align-items:last baseline;
  gap: 40px;
  margin-top: 20px;
}

.artikel-bild-1 {
  max-width: 600px;
  object-fit: cover;
}


.legende {
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-top: 10px;
}

.weiterführend {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color:#94B45A ;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration:underline;
  line-height: 1.5;
}