#node-startseite #einleitung {
  height: 100vh;
  height: var(--WIH);
  min-height: 500px;
  position: relative;
}
#node-startseite #einleitung .image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#node-startseite #einleitung .image::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#node-startseite #einleitung .image picture {
  height: 100%;
  width: 100%;
}
#node-startseite #einleitung .image picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-startseite #einleitung .section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 10;
}
#node-startseite #einleitung .section .h1 {
  color: #ffffff;
}
#node-startseite #einleitung .section .text {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
#node-startseite #einleitung .section .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@keyframes line {
  0% {
    top: -100%;
    opacity: 0;
  }
  1% {
    top: -100%;
    opacity: 1;
  }
  99% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
#node-startseite #einleitung .section .intro-bar {
  height: 60px;
  width: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#node-startseite #einleitung .section .intro-bar .bar-inner {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 10;
  animation: line 1.5s infinite ease;
}
#node-startseite #geq {
  padding: 100px 0;
}
#node-startseite #geq .section {
  display: flex;
  flex-direction: column;
}
#node-startseite #geq .section .h1 {
  order: 1;
}
#node-startseite #geq .section .image {
  order: 2;
  margin-bottom: 30px;
  width: 50%;
}
#node-startseite #geq .section .text {
  order: 3;
}
#node-startseite #vorteile {
  padding: 100px 0;
  background-color: var(--color-secondary);
  color: #ffffff;
}
#node-startseite #vorteile .vorteile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
}
#node-startseite #vorteile .vorteile .vorteil .titel {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
#node-startseite #vorteile .vorteile .vorteil .titel .icon {
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}
#node-startseite #vorteile .vorteile .vorteil .titel .h4 {
  margin-bottom: 0;
}
#node-startseite #key_features {
  padding: 100px 0;
  background-color: var(--color-primary-light);
}
#node-startseite #key_features .swiper-container .swiper-navigation {
  margin-top: 30px;
}
#node-startseite #key_features .key-feature {
  display: flex;
  flex-direction: column;
  height: auto;
}
#node-startseite #key_features .key-feature .wrapper {
  order: 1;
  margin-bottom: 30px;
}
#node-startseite #key_features .key-feature .wrapper .titel {
  font-weight: 600;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: var(--color-primary);
}
#node-startseite #key_features .key-feature .wrapper .text {
  margin-bottom: 30px;
}
#node-startseite #key_features .key-feature .image {
  order: 2;
  width: 75%;
  margin-top: auto;
}
#node-startseite #funktionen {
  position: relative;
}
#node-startseite #funktionen .image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-primary);
}
#node-startseite #funktionen .image picture {
  height: 100%;
  width: 100%;
}
#node-startseite #funktionen .image picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-startseite #funktionen .section {
  padding: 100px 0;
  z-index: 10;
}
#node-startseite #funktionen .h1 {
  color: #ffffff;
}
#node-startseite #funktionen .funktionen {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
#node-startseite #funktionen .funktionen .funktion {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#node-startseite #funktionen .funktionen .funktion .icon {
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}
#node-startseite #funktionen .funktionen .funktion .icon svg .st0 {
  fill: #ffffff;
}
#node-startseite #funktionen .funktionen .funktion .titel {
  margin-bottom: 0;
  color: #ffffff;
}
#node-startseite #funktionen .button {
  width: 100%;
}
#node-startseite #use_cases {
  padding: 100px 0;
}
#node-startseite #use_cases .untertitel {
  margin-bottom: 20px;
}
#node-startseite #use_cases .swiper-container .swiper-navigation {
  margin-top: 30px;
}
#node-startseite #use_cases .swiper-slide.last {
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 20px;
  display: grid;
  place-items: center;
  background: var(--color-gradient-fallback);
  background: var(--color-gradient);
  height: auto;
}
#node-startseite #use_cases .swiper-slide.last .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#node-startseite #use_cases .swiper-slide.last .titel {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
#node-startseite #coming-soon {
  padding: 0 0 100px 0;
}
#node-startseite #video {
  padding: 0 0 100px 0;
}
#node-startseite #video iframe,
#node-startseite #video .uc-embedding-container {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  max-height: none;
  border-radius: var(--border-radius);
}
