body {
  padding: 0;
  margin: 0;
  font-family: BrandonGrotesqueWeb-Black;
}

#page header {
  max-width: 1170px;
  margin: 0 auto;
  height: 115px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #page header {
    height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #page header {
    padding: 0 25px;
  }
}
#page header a {
  height: 49px;
}
#page .hero img {
  display: block;
  height: auto;
  width: 100%;
  top: 115px;
}
#page .hero .hero-desktop {
  display: block;
}
#page .hero .hero-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  #page .hero .hero-desktop {
    display: none;
  }
  #page .hero .hero-mobile {
    display: block;
  }
}
#page .hero__text {
  position: absolute;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 7;
  top: 100px;
  color: white;
  padding-top: 230px;
  left: calc((100vw - 1170px) / 2);
}
@media screen and (max-width: 1200px) {
  #page .hero__text {
    left: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #page .hero__text {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1000px) {
  #page .hero__text {
    padding-top: 90px;
  }
}
@media screen and (max-width: 900px) {
  #page .hero__text {
    padding-top: 100px;
  }
}
@media screen and (max-width: 420px) {
  #page .hero__text {
    padding-top: 90px;
  }
}
#page .hero__text h1 {
  font-size: 80px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #page .hero__text h1 {
    font-size: 48px;
    line-height: 62px;
  }
}
#page .hero__text p {
  font-size: 18px;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #page .hero__text p {
    max-width: 50%;
  }
}
@media screen and (max-width: 750px) {
  #page .hero__text p {
    max-width: 100%;
  }
}
#page .content {
  display: flex;
  max-width: 1170px;
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  #page .content {
    padding: 0 25px;
  }
}
@media screen and (max-width: 750px) {
  #page .content {
    flex-wrap: wrap;
  }
}
#page .content > div {
  width: 100%;
}
#page .content > div h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: normal;
  line-height: 25px;
}
#page .content > div p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  line-height: 26px;
  font-size: 18px;
  width: 50%;
}
@media screen and (max-width: 750px) {
  #page .content > div p {
    line-height: 27px;
    width: 100%;
  }
}
#page footer {
  background: black;
  height: 60px;
}
@media screen and (max-width: 750px) {
  #page footer {
    height: 95px;
  }
}
#page footer .wrapper {
  display: flex;
  color: #5F5F5F;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  #page footer .wrapper {
    flex-direction: column;
  }
}
#page footer .wrapper > div .logo-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  #page footer .wrapper > div .logo-mobile {
    display: block;
    margin-left: 30px;
  }
}
#page footer .wrapper > div a {
  text-decoration: none;
  color: #5F5F5F;
  transition: all 0.2s ease-out;
}
#page footer .wrapper > div a:hover {
  color: #b1b1b1;
}
#page footer .wrapper > div.copy {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  #page footer .wrapper > div.copy {
    display: flex;
    margin-top: 20px;
    font-size: 13px;
  }
}
#page footer .wrapper > div.imprint {
  margin-left: auto;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  #page footer .wrapper > div.imprint {
    margin-top: 15px;
    margin-left: unset;
  }
}
#page footer .wrapper > div.logo {
  width: 70px;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  #page footer .wrapper > div.logo {
    display: none;
  }
}
#page footer .wrapper > div.logo img {
  margin-top: 7px;
}
#page.impressum .content {
  display: block;
}
#page.impressum .content h1 {
  font-weight: normal;
  font-size: 80px;
  word-break: break-all;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  #page.impressum .content h1 {
    font-size: 48px;
    line-height: 62px;
  }
}
#page.impressum .content div {
  margin-bottom: 50px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  #page.impressum .content div {
    line-height: 27px;
  }
}
#page.impressum .content div h2 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: BrandonGrotesqueWeb-Black;
  word-break: break-all;
  font-weight: normal;
}

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