#hero-container,
.hero-container {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 702px;
  display: flex;
}
@media (max-width: 767px) {
  #hero-container,
  .hero-container {
    min-height: 100vh;
    max-height: none;
  }
}
#hero-container .viewport-container,
.hero-container .viewport-container {
  max-width: 1330px;
  position: relative;
  display: flex;
  align-items: center;
}
#hero-container .wrapper,
.hero-container .wrapper {
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  flex-direction: column;
  gap: 86px;
  max-width: 1130px;
}
#hero-container a,
.hero-container a {
  color: #17273F;
  text-decoration: none;
}
#hero-container a:hover,
.hero-container a:hover {
  color: #E8BD7F;
}
#hero-container .arrow-to-bottom .link-to-next-section,
.hero-container .arrow-to-bottom .link-to-next-section {
  display: inline-block;
  line-height: 0;
}
#hero-container .arrow-to-bottom .link-to-next-section svg,
.hero-container .arrow-to-bottom .link-to-next-section svg {
  display: block;
}
#hero-container.homepage-hero,
.hero-container.homepage-hero {
  max-height: 837px;
}
#hero-container.homepage-hero .wrapper:before,
.hero-container.homepage-hero .wrapper:before {
  content: "";
  display: block;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 541px;
  bottom: 0;
  left: 0;
  background: url(../../images/linie_pion.svg) repeat-y right bottom;
  position: absolute;
  z-index: 1;
}
#hero-container.color-addon a,
.hero-container.color-addon a {
  color: #E8BD7F;
}
#hero-container.color-addon a:hover,
.hero-container.color-addon a:hover {
  color: #B98D4D;
}
@media (max-width: 767px) {
  #hero-container,
  .hero-container {
    height: auto;
    max-height: none;
  }
  #hero-container .wrapper,
  .hero-container .wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
    gap: 48px;
  }
  #hero-container.homepage-hero,
  .hero-container.homepage-hero {
    max-height: none;
  }
  #hero-container.homepage-hero .wrapper:before,
  .hero-container.homepage-hero .wrapper:before {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
