@font-face {
  font-family: "RM Neue Regular";
  src: url("../font/RMNeue-Regular.woff2") format("woff2"), url("../font/RMNeue-Regular.woff") format("woff"), url("../font/RMNeue-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../font/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../font/HelveticaNowDisplay-Regular.woff") format("woff"), url("../font/HelveticaNowDisplay-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #808080;
  color: #ffffff;
  padding: 32px;
  height: 100%;
  font-family: "Helvetica Now Display";
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    padding: 18px;
  }
}

#zentral {
  position: relative;
  height: 100%;
  background: #808080;
}

#zentral.zentral--legal #zentral__logo {
  margin-bottom: 60px;
}

#zentral #zentral__logo {
  width: 215px;
  height: auto;
  display: block;
}

#zentral #zentral__logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  #zentral #zentral__logo {
    position: absolute;
    left: 0;
    top: 0;
  }
}

#zentral .zentral__contact {
  position: absolute;
  right: 0;
  top: 0;
}

#zentral .zentral__contact p {
  font-size: 15px;
  line-height: 16px;
  margin: 0 0 16px 0;
}

#zentral .zentral__contact p a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  #zentral .zentral__contact {
    top: auto;
    bottom: 60px;
    right: auto;
    left: 0;
  }
}

#zentral h1 {
  font-size: 70px;
  line-height: 64px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 400;
}

#zentral h1 span {
  color: #ffed00;
}

@media (max-width: 767px) {
  #zentral h1 {
    font-size: 50px;
    line-height: 46px;
    bottom: auto;
    top: 39%;
  }
  #zentral h1 br {
    display: none;
  }
}

#zentral .zentral__legal {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 767px) {
  #zentral .zentral__legal {
    top: auto;
    bottom: 40px;
    right: auto;
    left: 0;
  }
}

#zentral .button {
  padding: 0 18px;
  height: 25px;
  line-height: 25px;
  background: #ffed00;
  display: inline-block;
  text-decoration: none;
  color: black !important;
  border-radius: 32px;
  font-size: 14px;
  text-decoration: none;
  margin-top: 16px;
}

#zentral .button:hover {
  background: white;
}

#zentral .button.button-xs {
  display: none;
}

@media (max-width: 767px) {
  #zentral .button {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    padding: 0 10px;
    display: none;
  }
  #zentral .button.button-xs {
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
}

#close {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
/*# sourceMappingURL=style.css.map */