.navigation {
  background-color: #fff;
}
.navigation ul {
  list-style-type: none;
}
.navigation .container {
  max-width: 78.75rem;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
html .navigation--list-wrapper {
  position: initial;
  overflow: visible;
}
.navigation--list-wrapper > * {
  display: inline-block;
}
.navigation--list > li {
  display: inline-block;
  line-height: 80px;
  vertical-align: middle;
  padding-right: 30px;
  font-weight: 700;
}
html body .navigation--entry a {
  color: #000;
  text-decoration: none;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
}
footer .navigation--list a {
  color: #000;
  text-decoration: none;
}
footer .navigation--list li {
  line-height: 35px;
}
html body .panel {
  display: block;
}
@media screen and (max-width: 768px) {
  html body .category-blog,
  html body .blog--detail-description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #rwd {
    padding-left: 30px;
  }
  #rwd svg {
    fill: #8db464;
  }
  .navigation--list {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .navigation--list li {
    display: block;
    line-height: 35px;
  }
  .post-15739 {
    padding-left: 0;
    padding-right: 0;
  }
  .post-15739 .blog--detail-description {
    padding-left: 0;
    padding-right: 0;
  }
  .post-15739 .entry-header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .post-5062 .category-blog,
  .post-15739 .category-blog {
    padding-left: 0;
    padding-right: 0;
  }
  .post-5062 .blog--box,
  .post-15739 .blog--box {
    padding-left: 0;
    padding-right: 0;
  }
  .post-5062 .panel--body.is--wide,
  .post-15739 .panel--body.is--wide {
    padding-left: 0;
    padding-right: 0;
  }
  .post-5062 .panel--title,
  .post-15739 .panel--title,
  .post-5062 .blog--box-metadata,
  .post-15739 .blog--box-metadata {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
html body {
  background-image: url(../images/paper-1914901.webp);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
html body .category-blog,
html body .blog--detail-description,
html body .entry-header {
  padding-left: 30px;
  padding-right: 30px;
}
html body #nach-oben {
  position: fixed;
  right: 20px;
  background: #8db464;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
html body #nach-oben:hover {
  cursor: pointer;
}
html body #nach-oben img {
  max-width: 60%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
html body .entry-title {
  margin-top: 0;
  padding-top: 60px;
}
html body ul {
  padding-left: 20px;
}
html body .blog--detail-image-container {
  width: 40%;
  margin: 0 0 3% 3%;
  float: right;
  border: 1px solid #dadae5;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: none;
}
html body .pagination {
  margin-bottom: 30px;
}
html body .page-numbers {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.0625rem 0rem 0.0625rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dadae5;
  color: #5f7285;
}
html body .page-numbers.current {
  background-color: #abcc89;
  color: #fff;
  background-image: none;
  border-color: #abcc89;
}
