section.single-news article {
  display: block;
}

section.single-news p.teaser {
  font-weight: bold;
}

section.single-news span.author {
  display: block;
  margin: 0.8rem 0;
  color: gray;
  font-style: italic;
  font-weight: normal;
}

section.single-news .article-header,
section.single-news .article-teaser,
section.single-news .article-gallery,
section.single-news .article-text {
  padding: 0 1rem;
}

@media screen and (min-width: 1104px) {

  section.single-news .article-header,
  section.single-news .article-teaser,
  section.single-news .article-gallery,
  section.single-news .article-text {
    margin-left: 10%;
  }
}

section.single-news h2.article-headline {
  padding: 1rem 0;
}

#main-wrapper {
  padding-bottom: 0;
}

main {
  background-color: #f1f1f1;
  overflow: hidden;
}

@media (prefers-color-scheme: dark) {
  main {
    background-color: #121212;
  }
}

main .article-wrapper {
  padding: 0rem 0 1.25rem 0;
  margin-bottom: 1rem;
  background-color: #ffffff;
}

@media screen and (min-width: 1104px) {
  main .article-wrapper {
    padding: 1.25rem 0 1.25rem 0;
  }

  main section.latest-news .article-wrapper:first-child {
    margin-top: 1rem;
  }
}

main article a {
  color: inherit;
  text-decoration: none;
  display: inherit;
}

main article a:hover,
main article a:focus {
  text-decoration: none;
}

main article .article-text a {
  color: #ffb123;
  text-decoration: underline;
  display: inline;
}

main section.latest-news .teaser::after {
  content: "| mehr";
  margin: 0 .4rem 0 .3rem;
  color: #ffb123;
}

main article h2.article-headline {
  padding: 1rem 0;
}

@media (min-width: 1104px) {
  main .article-wrapper {
    padding: 1.25rem 2.5rem 1.25rem 2.5rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
  }

  .article-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .article-wrapper article {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .article-left,
  .article-right {
    flex: 1 1 100%;
  }

  .article-wrapper {
    flex-direction: row;
  }

  .article-wrapper article {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .article-left {
    /* flex: 1 1 50%; */
    flex: 1 1 38.2%;
    margin-right: 20px;
  }

  .article-right {
    /* flex: 1 1 50%; */
    flex: 1 1 61.8%;
    display: flex;
    flex-direction: column;
  }

  .article-header,
  .article-teaser {
    flex: none;
  }

  .article-header {
    margin-bottom: 0;
  }
}

@media (prefers-color-scheme: dark) {
  main .article-wrapper {
    background-color: #2e2e2e;
  }
}

@media (min-width: 1104px) {
  .article-right .article-headline {
    padding-top: 0;
    font-size: 1.6rem;
  }

  .article-right .teaser {
    width: 90%;
  }

  .article-right h2 {
    line-height: 2rem;
  }
}

main .hero-section-wrapper {
  background-color: var(--color-ueber-uns);
  color: #ffffff;
}

main .hero-section-wrapper a {
  color: #ffffff;
}

main .hero-section-header-wrapper {
  background-color: var(--color-ueber-uns);
  color: #ffffff;
}

main .hero-section-text-wrapper {
  background-color: var(--color-ueber-uns);
  color: #ffffff;
}

#back-to-top {
  background-color: var(--color-ueber-uns);
}

#kontakt .button-bg {
  fill: var(--color-ueber-uns);
  transition: fill 0.2s ease;
}