main {
  min-height: 538px;
  min-height: calc(100vh - 250px);
  padding-top: 70px !important;
}
main #error_404 {
  padding: 11vh 0;
  font-size: 20px;
}
main#front-page .container {
  padding-top: 20px;
}
main .sprungmarke {
  height: 150px;
  margin-top: -150px;
}
main #mitmachen.sprungmarke {
  height: 250px;
  margin-top: -250px;
}
main article {
  padding: 0;
}
main article .container h1 {
  margin-bottom: 24px;
}
main article:nth-child(odd) {
  background: #fff;
}
main a {
	color: #002f5c;
}
main a:hover {
	color: #00b0df;
}
main .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 1400px) {
  main .container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  main .container {
    width: 1100px;
  }
}
main .columnContainer {
  display: flex;
}
main .projectpartners img {
  margin-right: 30px;
  margin-bottom: 20px;
}
main .list {
  line-height: 1.8;
  margin-left: 4.5em !important;
}
main .list li {
  line-height: 2.1;
}
main .list li span {
  left: -2.5em;
}
main .list li i {
  color: #45526d;
}
main .bluebox {
  height: 15px;
  width: 35px;
  background: #45526d;
  display: block;
  position: absolute;
  right: 30px;
  top: 7px;
}
main .news-list {
  position: relative;
}
main .news-list-date {
  margin: 10px 0;
}
@media only screen and (max-width: 1025px) {
  main .container {
    width: 1100px;
  }
  main .bluebox {
    display: none;
  }
  main .sprungmarke {
    height: 50px;
    margin-top: -50px;
  }
  main #mitmachen.sprungmarke {
    height: 50px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 768px) {
  main .container {
    max-width: 750px;
    width: 100%;
  }
  main .columnContainer {
    flex-direction: column;
  }
  main .columnContainer .col:not(:last-child) {
    border-bottom: 1px solid #b7b7b7;
  }
  main .columnContainer .wp-block-image img {
    margin: 0 auto;
    display: block;
  }
}