@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("OpenSansCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
.col-12 {
  width: 100%;
}

.col-9 {
  width: 74%;
}

.col-8 {
  width: 66%;
}

.col-6 {
  width: 49.5%;
}

.col-5 {
  width: 41%;
}

.col-4 {
  width: 33%;
}

.col-3 {
  width: 24.5%;
}

.offset-center {
  margin: 0 auto;
}

.offset-left {
  margin: 0 0 0 auto;
}

.offset-left-2 {
  margin-left: 16.6667%;
}

.offset-left-3 {
  margin-left: 25.25%;
}

.offset-right {
  margin: 0 auto 0 0;
}

.offset-right-2 {
  margin-right: 16.5%;
}

.offset-right-3 {
  margin-right: 25.25%;
}

.offset-right-4 {
  margin-right: 33%;
}

.offset-right-6 {
  margin-right: 49.5%;
}

@media only screen and (max-width: 500px) {
  .col-12 {
    width: 100%;
  }

  .col-9 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }

  .col-6 {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .col-3 {
    width: 100%;
  }

  .offset-center {
    margin: 0;
  }

  .offset-left {
    margin: 0 0 0 auto;
  }

  .offset-left-2 {
    margin-left: 0;
  }

  .offset-left-3 {
    margin-left: 0;
  }

  .offset-right {
    margin: 0 auto 0 0;
  }

  .offset-right-2 {
    margin-right: 0;
  }

  .offset-right-3 {
    margin-right: 0;
  }

  .offset-right-4 {
    margin-right: 0;
  }

  .offset-right-6 {
    margin-right: 0;
  }
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  -mozbox-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media only screen and (max-width: 950px) {
  html {
    font-size: 8px;
  }
}

body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 100vh;
  font-family: "Open Sans", Arial, sans-serif;
}
body img {
  max-height: 100%;
  max-width: 100%;
}
body h1 {
  color: #4b5657;
  font-weight: normal;
  font-size: 6rem;
  text-shadow: 1px 1px 5px rgba(75, 86, 87, 0.3);
}
@media only screen and (max-width: 768px) {
  body h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  body h1 {
    font-size: 3rem;
  }
}
body h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #B6B835;
  border-left: 4px solid #B6B835;
  border-bottom: 1px solid #B6B835;
  border-bottom-left-radius: 8px;
  padding: 0 1rem;
}
@media only screen and (max-width: 500px) {
  body h2 {
    font-size: 1.8rem;
  }
}
body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #B6B835;
  margin: 0 0 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  body h3 {
    font-size: 1.4rem;
  }
}
body h4 {
  color: #4b5657;
  font-size: 1.8rem;
}
body h5 {
  color: #4b5657;
  font-size: 1.4rem;
}
body p {
  color: #4b5657;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  width: 100%;
}
body ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 1rem;
  margin: 0 1rem 1rem;
}
body li {
  color: #4b5657;
  font-size: 1.4rem;
  padding: 0.5rem;
  padding-right: 0;
}
body li:first-of-type {
  padding-top: 0;
}
body a {
  color: #B6B835;
  text-decoration: none;
}
body hr {
  margin: 0.5rem 0;
  padding: 0;
  width: 100%;
  border-top: 0.1rem solid #B6B835;
}
body .pull-left {
  margin: 0.5rem auto 0.5rem 0;
}
body .pull-right {
  margin: 0.5rem 0 0.5rem auto;
}
body .flex {
  display: flex;
}
body .bold {
  font-weight: bold;
}
body .italic {
  font-style: italic;
}
body .emphasize {
  border: 1px solid #B6B835;
}
body .underline {
  text-decoration: underline;
}
body .small {
  font-size: 0.8rem;
}
body .large {
  font-size: 1.8rem;
}
body .green {
  color: #B6B835;
}
body .orange {
  color: #e36c0a;
}
body .text-right {
  text-align: right;
}
body .text-center {
  text-align: center;
}
body .oeko-logo {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #e36c0a;
}
body .bullet {
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #B6B835;
  border-top-left-radius: 100%;
  margin: 0 0.6rem 0.6rem 0;
}
body header {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem 0;
}
body header a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 14rem;
  justify-content: flex-start;
  text-decoration: none;
}
body header a .header-pic {
  border-top-left-radius: 100%;
  overflow: hidden;
  height: 100%;
  margin: 0 3rem 0 0;
  box-shadow: 0.1rem 0.1rem 0.5rem #4b5657;
}
body header a .header-text {
  text-align: center;
  margin: 0 auto;
}
body header a .header-text p {
  font: italic 300 4.2rem "Open Sans", Arial, sans-serif;
  color: #B6B835;
  margin: 0;
}
body header button {
  display: none;
}
@media only screen and (max-width: 768px) {
  body header {
    display: flex;
    align-items: center;
  }
  body header a {
    height: 8rem;
  }
  body header a .header-pic {
    margin: 0;
  }
  body header a .header-text p {
    font-size: 2.8rem;
  }
  body header button {
    display: block;
    border: none;
    background: none;
    outline: none;
    height: 6rem;
  }
}
@media only screen and (max-width: 500px) {
  body header {
    display: flex;
    align-items: center;
  }
  body header a {
    height: 5rem;
  }
  body header a .header-pic {
    margin: 0;
  }
  body header a .header-text p {
    font-size: 1.4rem;
  }
  body header button {
    display: block;
    border: none;
    background: none;
    height: 4rem;
  }
}
body .wrapper {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  position: relative;
}
body .wrapper .background-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  body .wrapper .background-img {
    bottom: 0;
  }
}
body .wrapper nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f4f3ec;
  width: 17rem;
  min-width: 17rem;
  margin: 0 3rem auto 0;
  padding: 2rem 0 4rem;
  border-bottom-right-radius: 10rem;
}
body .wrapper nav ul {
  list-style-type: none;
  margin: 0;
  padding: 1rem;
}
body .wrapper nav ul li {
  margin: 0 0 2rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
body .wrapper nav ul li span {
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #B6B835;
  border-top-left-radius: 100%;
  margin: 0 0.6rem 0 0;
}
body .wrapper nav ul li a {
  font: bold 1.8rem "Open Sans", Arial, sans-serif;
  color: #4b5657;
  text-decoration: none;
}
body .wrapper nav ul li a:hover {
  color: #B6B835;
}
body .wrapper nav ul li .subnav {
  padding: 0 0 0 1rem;
  margin: 1rem 0 0;
}
body .wrapper nav ul li .subnav li {
  margin: 0;
}
body .wrapper nav ul li .subnav li span {
  height: 1.2rem;
  width: 1.2rem;
}
body .wrapper nav ul li .subnav li a {
  font-size: 1.4rem;
}
body .wrapper nav ul li:hover {
  color: #B6B835;
}
@media only screen and (max-width: 768px) {
  body .wrapper nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body .wrapper nav.hidden {
    display: none;
  }
  body .wrapper nav ul {
    width: 100%;
  }
}
body .wrapper main {
  flex-grow: 1;
  max-width: 100rem;
  height: calc(100vh - 23rem);
}
body .wrapper main .main-content {
  height: calc(100vh - 30rem);
  overflow: scroll;
  margin: 2rem;
  padding: 0.5rem;
}
body .wrapper main .main-content .content-item {
  padding: 3rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .wrapper main .main-content .content-item:first-of-type {
  padding: 0;
}
body .wrapper main .main-content .content-pic {
  border: 1rem solid #fff;
  box-shadow: 0.1rem 0.1rem 0.5rem #4b5657;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  body .wrapper main {
    height: calc(100vh - 17rem);
  }
  body .wrapper main .main-content {
    height: calc(100vh - 24rem);
  }
}
@media only screen and (max-width: 500px) {
  body .wrapper main {
    height: calc(100vh - 14rem);
  }
  body .wrapper main .main-content {
    height: calc(100vh - 22rem);
  }
}
body .wrapper .news-item {
  padding: 3rem;
  margin: 3rem 0;
  background-color: #f4f3ec;
}
body .wrapper .news-item:first-of-type {
  margin: 0;
}
body .wrapper .news-item h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-left: 4px solid #B6B835;
  border-bottom: 1px solid #B6B835;
  border-bottom-left-radius: 8px;
  padding: 0 1rem;
}
body .wrapper .news-item h3 .date {
  font-size: 1.2rem;
}
body .wrapper .news-item .news-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .wrapper .news-item footer {
  margin: 1rem 0 0;
  width: 100%;
}
body .wrapper .news-item footer p {
  margin: 0;
}
body .wrapper .news-item.trauer {
  background-color: #f6f7f7;
}
body .wrapper .news-item.trauer h3 {
  color: #4b5657;
  border-color: #4b5657;
}
body .wrapper .news-item.trauer .col-12 {
  margin-bottom: 2rem;
}
body .wrapper .news-item.trauer .trauer-pic {
  padding: 0 1.5rem 0 0;
}
body .wrapper .news-item.trauer .trauer-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .wrapper .news-item.trauer footer {
  margin-top: 1rem;
}
body .wrapper .news-item.trauer footer hr {
  border-color: #4b5657;
}
body .wrapper #home .news-item {
  margin: 0;
}
body .main-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background-color: #4b5657;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-footer .footer-text {
  text-align: center;
}
body .main-footer .footer-text p {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
body .main-footer .footer-text a {
  color: #B6B835;
  text-decoration: none;
  margin: 0 1rem;
}

/*# sourceMappingURL=styles.css.map */
