body {
  --ci-green: #3fa535;
  background-image: url("https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.png");
  background-image: -webkit-image-set(
    url("https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.avif")
      type("image/avif"),
    url("https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.webp")
      type("image/webp"),
    url("https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.jpg")
      type("image/jpg"),
    url("https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.png")
      type("image/png")
  );
  background-image: image-set(
    "https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.avif"
      type("image/avif"),
    "https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.webp"
      type("image/webp"),
    "https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.jpg"
      type("image/jpg"),
    "https://static.naturfreunde-thueringen.de/aha-momente/img/d55e0b1051502786eafcbe5499c9c900b6d7bb81/hintergrund.png"
      type("image/png")
  );
  text-align: center;
  overflow-wrap: break-word;
  hyphens: auto;
  font-family: Ubuntu, "Sans Serif";
}
p {
  text-align: inherit !important;
  width: 660px;
  margin: auto;
  overflow-wrap: normal !important;
  hyphens: none;
  font-size: 1em;
}
#aha-logo {
  display: block;
  height: 192px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: none !important;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin: 2em auto;
  display: block;
  max-width: 100%;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
h1 {
  font-size: 2.25em;
  font-weight: bolder;
}
h2 {
  font-size: 1.75em;
  font-weight: bolder;
}
h3 {
  font-size: 1.4em;
  font-weight: bolder;
}
h4 {
  font-size: 1em;
  font-weight: bolder;
}
.ci-bg {
  display: inline-block;
  background-color: var(--ci-green);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.ci-bg > h1,
.ci-bg > h2,
.ci-bg > h3,
.ci-bg > h4,
.ci-bg > h5,
.ci-bg > h6 {
  color: white;
  font-weight: 700;
  font-family: Ubuntu, "sans-serif";
  padding: 0;
  margin: 5px;
}
.mp-inherit {
  margin: inherit !important;
  padding: inherit !important;
}
.ci-heading {
  color: var(--ci-green) !important;
  font-family: Ubuntu, "sans-serif";
  font-weight: 700;
}
b {
  color: var(--ci-green);
  font-weight: bold;
}
.container {
  width: 60%;
  max-width: 1142px;
  margin: auto;
}
.m-top-bottom {
  margin: 1em auto;
}
a:link {
  font-weight: 600;
}
a:hover {
  text-decoration: underline italic;
}
.board-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px 10px;
  width: 110%;
  position: relative;
  left: -5%;
  margin-bottom: 2em;
}
.board-overview img,
.board-overview picture {
  margin: 0px;
}
.board-overview > img,
.board-overview > picture,
.board-overview > a {
  margin: 0;
  width: 30%;
  min-width: 345px;
}
ul,
li {
  list-style-position: inside;
}
@media only screen and (max-width: 1248px) {
  p {
    margin: auto;
    max-width: 90% !important;
  }
  .container {
    width: 90%;
    max-width: 740px;
  }
  .board-overview {
    gap: 20px 20px;
  }
  .board-overview > img,
  .board-overview > picture,
  .board-overview > a {
    margin: 0;
    min-width: 345px;
    max-width: 90% !important;
  }
  .ci-bg > h1,
  .ci-bg > h2,
  .ci-bg > h3,
  .ci-bg > h4,
  .ci-bg > h5,
  .ci-bg > h6 {
    color: white;
    font-weight: 700;
    font-family: Ubuntu, "sans-serif";
    padding: 0;
    margin: 2px;
  }
}
