.hero {
  min-height: 700px;
  background: url('/img/rudy-bg.jpg') center top no-repeat scroll;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero .inner {
  max-width: 990px;
  margin: auto;
  overflow: hidden;
}
.footer-kontakt {
  min-height: 440px;
  background: url('/img/rudy-footer.jpg') center top no-repeat scroll;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copy {
  padding: 24px 30px;
  background: #9EE900;
}
.footer-copy a {
  color: #001132;
  text-decoration: none;
}