#header #header__navigation .header__navigation__gray,
#header #header__navigation .header__navigation__black {
  background: black;
  color: white;
  font-size: 18px;
  line-height: 36px;
}

#header #header__navigation .header__navigation__orange li a {
  color: black;
  font-size: 18px;
  line-height: 36px;
}

#main p, #main ul {
  font-size: 18px;
  line-height: 30px;
}

#main ul li:before {
  top: 10px;
}

h1 {
  font-size: 32px;
}

h2 {
  margin-bottom: 16px;
}

.block-hero h1.entry__headline {
  color: black;
  max-width: 800px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.hero-block .hero-block__contact .hero-block__contact__info {
  font-size: 18px;
  line-height: 36px;
  color: black;
}

.hero-block__contact {
  margin-top: 40px;
  background: white;
}

.hero-block__contact .name {
  font-weight: 700;
}

.hero-block__contact .mail {
  color: black !important;
}

.hero-block__contact .mail:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .hero-block .hero-block__contact .hero-block__contact__image.hero-block__contact__image--full {
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero-block .hero-block__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h1 {
    font-size: 6rem;
    line-height: 125%;
  }
}
/*# sourceMappingURL=accessibility.css.map */