@keyframes hero-type-caret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
#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 .eyebrow-heading,
.hero-container .eyebrow-heading {
  color: var(--Blue-700, #17273F);
  font-family: "Google Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 32.4px */
}
#hero-container .wrapper,
.hero-container .wrapper {
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  flex-direction: column;
  gap: 36px;
  max-width: 1130px;
}
#hero-container .heading,
.hero-container .heading {
  margin-bottom: 50px;
}
#hero-container a,
.hero-container a {
  color: #17273F;
  text-decoration: none;
}
#hero-container a:hover,
.hero-container a:hover {
  color: #E8BD7F;
}
#hero-container .hero-type__char.is-pending,
.hero-container .hero-type__char.is-pending {
  visibility: hidden;
}
#hero-container .hero-type__char.is-cursor,
.hero-container .hero-type__char.is-cursor {
  position: relative;
}
#hero-container .hero-type__char.is-cursor:after,
.hero-container .hero-type__char.is-cursor:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0.12em;
  bottom: 0.08em;
  width: 3px;
  margin-left: 0.08em;
  background: currentColor;
  animation: hero-type-caret 1s steps(1, end) infinite;
}
#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.homepage-hero.lines-hidden .wrapper:before,
.hero-container.homepage-hero.lines-hidden .wrapper:before {
  display: none;
}
#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 (min-width: 768px) and (max-width: 1024px) {
  #hero-container.homepage-hero .wrapper,
  .hero-container.homepage-hero .wrapper {
    padding-top: 178px;
    padding-bottom: 82px;
  }
}
@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 */
