body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: white;
  color: #333;
  text-align: center;
}

header {
  background-color: #2e7d32;
  color: white;
  padding: 20px 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

header h1 {
  margin: 0;
  font-size: 1.8em;
}

.baum-container {
  width: 100%;
  position: relative;
  margin: 0px auto;
  height: 500px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 8px;
}
.dorf-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.baum-bild {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #2e7d32;
  position: absolute;
}

.dorf {
  width: 100%; /* war vorher 120px */
  display: block;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dorf h2 {
  margin: 0;
  font-size: 1.1em;
  color: #2e7d32;
}

.dorf p {
  font-size: 0.9em;
  margin-top: 5px;
}

/* .allner {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.happerschoss {
  top: 250px; 
  left: -30px; 
}

.weingartsgasse {
  top: 250px; 
  right: -40px; 
} */

.projekt-info {
  margin: 10px 10px;
  padding: 20px 30px;
  background-color: #f0f4f0;
  border-left: 5px solid #2e7d32;
  border-radius: 8px;
  text-align: left;
  width: calc(100% - 100px);
}

.projekt-info h2 {
  color: #2e7d32;
  margin-top: 0;
}

.projekt-info p {
  font-size: 1em;
  line-height: 1.6;
}
footer.impressum {
  background-color: #eeeeee;
  color: #333;
  padding: 30px 20px;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.6;
  border-top: 2px solid #2e7d32;
  margin-top: 40px;
}

footer.impressum h2 {
  color: #2e7d32;
  margin-top: 0;
}

footer.impressum a {
  color: #2e7d32;
  text-decoration: none;
}

footer.impressum a:hover {
  text-decoration: underline;
}
