body {
  overflow-x: hidden;
}

.block-hero-header {
  background-color: #000000;
}

#hero-header {
  margin-bottom: 2rem;
  opacity: 0;
}

#hero-header .field-hero-slider-image {
  width: 100vw;
  height: var(--doc-height, 100vh);
}

.field-hero-slider-image .field-content {
  height: 100%;
  width: 100%;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero-header .hero-header-filter {
  position: absolute;
  height: var(--doc-height, 100vh);
  width: 100vw;
  top: 0;
  left: 0;
}

#hero-header .hero-header-filter:after {
  content: " ";
  display: block;
  background-color: #000000;
  height: var(--doc-height, 100vh);
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}

.hero-header-content {
  position: absolute;
  height: calc(var(--doc-height, 100vh) - 125px);
  top: 90px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: var(--title-font);
  z-index: 2;
}

.user-logged-in .hero-header-content {
  top: 50px;
  z-index: 2;
}

#hero-header .header-title {
  font-size: 2.75rem;
  line-height: 3.3125rem;
}

#hero-header .header-text {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: auto auto 2rem auto;
  font-family: var(--text-font);
}

#hero-header .g {
  height: 70vw;
  width: 70vw;
  background-size: cover;
  -webkit-mask-image: url(../images/ico_logoG.svg);
  mask-image: url(../images/ico_logoG.svg);
  -webkit-mask: url(../images/ico_logoG.svg) no-repeat 50% 50%;
  mask: url(../images/ico_logoG.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000;
  margin: auto;
  background-position: center center;
  outline: none;
  max-height: 350px;
  max-width: 350px;
}

#hero-header .info-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 3%;
  text-align: center;
}

/* .field-hero-g-logo-background {
  margin: 3% auto;
} */

#hero-header a.button-hero-header {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 11px 20px;
  background: #ffffff;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #000;
  font-family: var(--title-font);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

#hero-header a.button-hero-header:hover {
  text-decoration: none;
  background-color: var(--grey-light);
}

#hero-header .slider-links-wrapper {
  display: flex;
  /* gap: 1rem; */
  justify-content: center;
}

#hero-header .link-container+.link-container {
  margin-left: 1rem;
}

#hero-header .arrow-jump {
  width: 40px;
  height: 55px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

#hero-header .arrow-jump span {
  position: absolute;
  background-image: url(../images/scrolldown_new.svg);
  width: 40px;
  height: 40px;
  animation-name: top-to-botom;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

#hero-header .slick-arrow {
  position: absolute;
  width: 20px;
  height: 10px;
  top: 50%;
  padding: 1rem;
  cursor: pointer;
  z-index: 1;
}

#hero-header .slick-arrow::before {
  display: none;
}

#hero-header .slick-prev {
  left: 30px;
}

#hero-header .slick-next {
  right: 40px;
}

.scroll-down-text {
  display: none;
}

.field-hero-slider-image.mp4 .hero-header-video video {
  width: var(--doc-width);
  height: var(--doc-height);
  object-fit: cover;
  object-position: center;
}

.field-hero-slider-image.mp4 .hero-header-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.field-hero-slider-image.video .hero-header-video video-js video {
  object-fit: cover;
}

.field-hero-slider-image.video .hero-header-video video-js {
  width: 100%;
  height: 100%;
}

.field-hero-slider-image.video .hero-header-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

@keyframes top-to-botom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@media all and (min-width: 1120px) {
  #hero-header .info-container {
    top: 0;
  }

  .hero-header-content {
    top: 0;
    height: calc(var(--doc-height, 100vh) - 170px);
    width: 80%;
  }

  #hero-header .header-title {
    font-size: 3rem;
    line-height: 3.3125rem;
  }

  #hero-header .header-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    max-width: 565px;
    font-family: var(--text-font);
    font-weight: 400;
  }

  #hero-header .g {
    height: 50vh;
    width: 52vh;
    max-width: unset;
    max-height: unset;
  }

  .hero-header-content {
    width: 55%;
    top: 72px;
  }

  /* #hero-header .arrow-jump {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background-image: url(../images/scrolldown.svg);
    width: 25px;
    height: 50px;
    padding-top: 0;
    z-index: 4;
    margin: 0 auto;
    background-size: 25px 48px;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
    cursor: pointer;
  }

  #hero-header .arrow-jump span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 2px;
  }

  .scroll-down-text {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: block;
  } */
}

@keyframes top-to-botom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

#hero-header .arrow-jump span {
  animation-duration: 0.7s;
}

/** wide **/
@media all and (min-width: 1921px) {
  #hero-header .header-title {
    font-size: 4.5rem;
    line-height: 5.25rem;
  }

  #hero-header .header-text {
    font-size: 1.75rem;
    line-height: 2.3rem;
    margin-bottom: 2rem;
    max-width: 650px;
  }

  #hero-header a.button-hero-header {
    font-size: var(--font-body-small);
    line-height: var(--line-height-small);
  }

  #hero-header .slider-links-wrapper {
    gap: 0.75rem;
  }

  #main-content #contact-link {
    width: 50px;
    height: 50px;
  }

  #hero-header .g {
    height: 50vh;
    width: 52vh;
  }

  #hero-header .slick-arrow {
    width: 44px;
    height: 25px;
  }

  #hero-header .slick-prev {
    left: 94px;
  }

  #hero-header .slick-next {
    right: 94px;
  }
}

/** 4k **/
@media all and (min-width: 3441px) {
  #hero-header .info-container {
    gap: 1%;
    top: 3rem;
    position: relative;
  }

  .hero-header-content {
    top: 190px;
    height: calc(var(--doc-height, 100vh) - 375px);
  }

  #hero-header .header-title {
    font-size: 6.75rem;
    line-height: 1.3em;
  }

  #hero-header .header-text {
    font-size: 2.5rem;
    line-height: 4rem;
    margin-bottom: 3rem;
    max-width: 1250px;
  }

  #hero-header a.button-hero-header {
    padding: 19px 35px 21px 35px;
  }

  #hero-header .slider-links-wrapper {
    gap: 1.25rem;
  }

  #main-content #contact-link {
    width: 75px;
    height: 75px;
  }

  #hero-header .arrow-jump {
    height: 100px;
    width: 60px;
  }

  #hero-header .arrow-jump span {
    width: 60px;
    height: 60px;
  }

  .scroll-down-text {
    bottom: 2rem;
    font-size: var(--font-body-medium);
    line-height: var(--line-height-medium);
  }

  #hero-header .slick-arrow {
    width: 66px;
    height: 37.5px;
  }

  #hero-header .slick-prev {
    left: 188px;
  }

  #hero-header .slick-next {
    right: 188px;
  }

  @keyframes top-to-botom {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(40px);
    }
  }
}

@media (max-height: 900px) and (orientation: landscape) {
  #hero-header .g {
    height: 35vh;
    width: 35vh;
  }
}

@media (min-aspect-ratio: 21/9) {
  #hero-header .info-container {
    gap: 0;
  }

  #hero-header .slider-links-wrapper,
  #hero-header .header-text {
    position: relative;
    top: -1rem;
  }

  #hero-header .header-title {
    margin-bottom: 1rem;
  }
}