.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.spinner {
  border: 6px solid #782182;
  border-top: 6px solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 80%;
  z-index: 500;
}
.section_title h1,
.section_title span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* Für Safari */
  color: #fff;
  font-size: 88px;
  font-weight: 900;
  text-transform: uppercase;
  background: #782182;
  padding: 0 20px;
  line-height: 1.25;
}
.section_title span {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 60px;
}
.fullscreen-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  margin-top: -104px;
}
.fullscreen-section .section_title h1 {
  background: transparent;
  font-size: 160px;
  text-shadow: 0px 0px 0px black, 0 0 2em black, 0 0 0.1em black;
}
.fullscreen-section .section_title1 {
  color: #782182;
}
.fullscreen-section .section_title2 {
  color: #b4b4b1;
  font-size: 215px !important;
  line-height: 0.8;
  text-shadow: 0px 0px 0px black, 0 2em black, 0 0 0.1em black;
}
.fullscreen-section .scroll-hint {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fullscreen-section .scroll-hint img {
  width: 40px;
}
.animated-section {
  display: flex;
  position: relative;
  height: 40vh;
  width: 100vw;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.animated-section img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 500;
  height: 85%;
  width: auto;
  transition: none;
}
.animated-section .section_title span {
  color: #782182;
  background: transparent;
  line-height: 0.9;
}
.animated-section .section_title h1 {
  color: #8c8c8c;
  background: transparent;
  font-size: 115px;
}
.video-section {
  display: flex;
  position: relative;
  margin: -5px 0;
  height: 65vh;
  overflow: hidden;
}
.video-section .section_title {
  top: 75%;
}
.video-section video {
  position: relative;
  height: 100%;
  min-height: 50vh;
  width: 100vw;
  max-width: 100%;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.video-section .animated-tire-image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 500;
  width: 360px;
  height: auto;
}
.link-section-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  justify-content: center;
  margin: 0 auto;
}
.link-section-container h1 {
  color: #782182;
  background: #fff;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.link-section-container .link-section {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* hier */
  display: flex;
  justify-content: center;
  /* horizontal zentriert */
  align-items: center;
}
@media (max-width: 1530px) {
  .fullscreen-section .section_title h1 {
    font-size: 140px;
  }
  .fullscreen-section .section_title2 {
    font-size: 200px !important;
  }
  .section_title h1 {
    font-size: 77px;
  }
  .section_title span {
    font-size: 50px;
  }
  .animated-section .section_title h1 {
    font-size: 95px;
  }
  .animated-section img {
    height: 80%;
  }
  .video-section .animated-tire-image img {
    width: 335px;
  }
}
@media (max-width: 900px) {
  .fullscreen-section .section_title h1 {
    font-size: 90px;
  }
  .fullscreen-section .section_title2 {
    font-size: 150px !important;
  }
  .section_title h1 {
    font-size: 66px;
  }
  .section_title span {
    font-size: 40px;
  }
  .animated-section .section_title h1 {
    font-size: 75px;
  }
  .animated-section img {
    height: 70%;
  }
  .video-section .animated-tire-image img {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .fullscreen-section .section_title h1 {
    font-size: 70px;
  }
  .fullscreen-section .section_title2 {
    font-size: 90px !important;
  }
  .section_title {
    max-width: 100%;
  }
  .section_title h1 {
    font-size: 42px;
  }
  .section_title span {
    font-size: 22px;
  }
  .animated-section .section_title h1 {
    font-size: 45px;
  }
  .animated-section img {
    height: 65%;
  }
  .video-section .animated-tire-image img {
    width: 175px;
  }
}
/*# sourceMappingURL=landing_page.css.3f59f05a23f2.map */