body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  background: #98b195;
  color: #000000;
  user-select: none; /* Textauswahl verhindern */
}

main h1, main h2, main h3, section h1, section h2, section h3 {
  margin-left: 40px;
}

header {
  background: #f5f5f5;
  color: #000000;
  padding: 20px;
  text-align: center;
  user-select: none; /* Textauswahl verhindern */
}
header h2, header p {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80px;
  margin-top:auto
  margin-bottom: 10px;  
  pointer-events: none; /* Klicks auf Bilder deaktivieren */
  user-select: none; /* Auswahl von Bildern verhindern */
}
 header h1 {
  font-size: 1.5em;
 }
 header h2 {
  font-size: 1.2em !important;
  margin-bottom: 4px;
 }
header p {
  margin-top: 4px;
}

ul {
  margin-left: 50px;
  padding-left: 0px;
}

li {
  list-style-type: square;
  margin-left: 30px;
  margin-bottom: 8px;
}

p {
  margin-left: 80px;
  margin-bottom: 0px;
}

section { 
  margin-bottom: 40px;
  border: 40px;
}
section:last-of-type p {
  line-height: 1.0;
}
footer {
  background: #f5f5f5;
  color: #161f1a;
  text-align: center;
  padding: 20px;
}
footer p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  text-align: center;
}
.footer-links {
  margin-top: 5px;
  text-align: center;
}
.footer-links a {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

.footer-links a {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

@media (max-width: 600px) {
  main {
    padding: 10px;
  }
 
  header p {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1em;
  }
  header h1 {
    font-size: 1.5em;
  }
  header h2 {
    font-size: 1.2em !important;
  }
  p, li {
    font-size: 1em;
    margin-left: 10px;

  }
 
  .logo {
    max-width: 80vw;
    max-height: 60px;
  }

  ul {
    margin-left: 10px;
  }


  li {
    margin-left: 10px;
  }
}
