#errorPage {
  min-height: 1550px;
  position: relative;

  .image {
    background-image: url("https://commons.digitalebibliothek.gbv.de/prizepapers/images/error/errorImage.svg");
    background-size: 863px 882px;
    width: 863px;
    height: 882px;
    background-position: center center;
  }

  .niceHint {
    position: absolute;
    right: 200px;
    top: 90px;
    color: #233959;
    font-family: Roboto;
    font-size: 110px;
    font-weight: 400;
    line-height: 35px;

    .error404 {
      margin-top: 120px;
      color: #233959;
      font-family: Roboto;
      font-size: 200px;
      font-weight: 400;
      line-height: 35px;
    }

    .pageNotFound {
      color: #233959;
      font-family: Roboto;
      font-size: 32px;
      font-weight: 400;
      line-height: 35px;
      text-transform: uppercase;
      margin-top: 70px;
    }
  }

  .message {
    background-color: rgba(0,0,0,0.1);
    margin-top: 40px;
    color: #233959;
    font-size: 16px;
    width: 80%;
    margin: 50px auto 0;
    padding: 10px;
    border-radius: 2px;
  }
}