/* COLORS */
/* FONTS */
#node-startseite #leistungen-wrapper .pin-spacer {
  z-index: 60 !important;
}
#node-startseite #intro {
  padding-top: 130px;
  background-color: #111111;
  position: relative;
  z-index: 70;
}
#node-startseite #intro::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #111111;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-startseite #intro .promotion.big {
  display: none;
}
#node-startseite #intro .introwrapper .h1 {
  color: #fff;
}
#node-startseite #intro .introwrapper .h1 strong {
  color: #ef0003;
}
#node-startseite #intro .introwrapper .text {
  color: #fff;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0s;
  transition-delay: 0s;
  display: block;
}
#node-startseite #intro .introwrapper .text strong {
  color: #ef0003;
}
#node-startseite #intro .introwrapper .h1.animate + .text {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 1.5s;
  transform: translateY(0);
  opacity: 1;
}
#node-startseite #intro .introwrapper .button {
  width: 100%;
  margin-bottom: 50px;
  display: block;
  opacity: 0;
  transform: translateY(50px);
}
#node-startseite #intro .introwrapper .h1.animate + .text + .button {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease 1.75s, transform 0.5s ease 1.75s, color 0.5s ease, background-color 0.5s ease;
}
#node-startseite #intro .introwrapper .siegel {
  width: 120px;
  position: absolute;
  top: -70px;
  right: 0;
}
#node-startseite #intro .pin-spacer {
  background-color: #fff;
}
#node-startseite #intro .video {
  background-color: #fff;
  height: 600px;
  width: 100%;
  position: relative;
  padding-bottom: 150px;
}
#node-startseite #intro .video::before {
  content: '';
  width: 100%;
  height: 75px;
  background-color: #111111;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#node-startseite #intro .video .video-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  width: 0%;
  height: calc(100% - 150px);
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#node-startseite #intro .video .video-wrapper.show {
  opacity: 1;
}
#node-startseite #intro .video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#node-startseite #leistungen {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 60;
  background-color: #fff;
  padding: 100px 0 100px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
}
#node-startseite #leistungen .h1 {
  color: #111111;
  padding: 0 2px;
  margin-bottom: 70px;
}
#node-startseite #leistungen .h1.animated strong {
  color: #ef0003;
}
#node-startseite #leistungen .wrapper {
  width: 100%;
  height: 600px;
  position: absolute;
  top: calc(50% - 375px);
  left: 0;
  z-index: 10;
  border-radius: 15px;
  overflow: hidden;
}
#node-startseite #leistungen .wrapper .leistung {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transform: translateY(100%);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
#node-startseite #leistungen .wrapper .leistung:nth-of-type(2) {
  z-index: 20;
}
#node-startseite #leistungen .wrapper .leistung:nth-of-type(3) {
  z-index: 30;
}
#node-startseite #leistungen .wrapper .leistung a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#node-startseite #leistungen .wrapper .leistung a .video {
  height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
#node-startseite #leistungen .wrapper .leistung a .video::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#node-startseite #leistungen .wrapper .leistung a .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform-origin: center;
  transform: none;
}
#node-startseite #leistungen .wrapper .leistung a .wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 20;
}
#node-startseite #leistungen .wrapper .leistung a .wrapper .icon-more {
  font-size: 70px;
  line-height: 70px;
  color: #ef0003;
  transition: color 0.5s ease;
}
#node-startseite #leistungen .wrapper .leistung a .wrapper .titel {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  padding-bottom: 2px;
}
#node-startseite #leistungen .wrapper .leistung a:hover .video video {
  transform: scale(1.1);
}
#node-startseite #leistungen .wrapper .leistung a:hover .wrapper .icon-more {
  color: #fff;
}
#node-startseite #leistungen .wrapper-desktop {
  display: none;
}
#node-startseite #business {
  background-color: #111111;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 200px 0 100px 0;
  z-index: 50;
  position: relative !important;
  height: auto !important;
  padding-top: 100px;
  min-height: unset !important;
}
#node-startseite #business::before {
  content: '';
  width: 100%;
  height: 50px;
  background-color: #111111;
  z-index: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-startseite #business .business .h1 {
  color: #fff;
}
#node-startseite #business .business .h1.animated strong {
  color: #ef0003;
}
#node-startseite #business .business .text {
  color: #fff;
  margin-bottom: 50px;
}
#node-startseite #business .business .text strong {
  color: #ef0003;
}
#node-startseite #business .business .button-wrapper {
  width: 100%;
}
#node-startseite #business .business .button {
  width: 100%;
}
#node-startseite #benefits {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  padding: 200px 0 80px 0;
  z-index: 40;
  height: auto !important;
  padding-top: 100px;
  position: relative;
}
#node-startseite #benefits::before {
  content: '';
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-startseite #benefits .h1 {
  color: #111111;
  margin-bottom: 100px;
}
#node-startseite #benefits .h1.animated strong {
  color: #ef0003;
}
#node-startseite #benefits .benefits {
  padding-bottom: 50px;
}
#node-startseite #benefits .benefits .benefit {
  background-color: #111111;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
}
#node-startseite #benefits .benefits .benefit .icon {
  height: 70px;
  width: 70px;
  margin-bottom: 30px;
}
#node-startseite #benefits .benefits .benefit .titel {
  font-weight: 700;
  margin-bottom: 20px;
  color: #ef0003;
}
#node-startseite #benefits .benefits .benefit .text {
  margin-bottom: 30px;
}
#node-startseite #benefits .benefits .benefit .button {
  width: 100%;
  margin-top: auto;
}
#node-startseite #benefits .benefits .swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #111111;
}
#node-startseite #werte {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ef0003;
  z-index: 30;
}
#node-startseite #werte .section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#node-startseite #werte .textwrapper {
  position: fixed;
  z-index: 10;
  padding-right: 30px;
  bottom: 50%;
  transform: translateY(50%);
}
#node-startseite #werte .textwrapper.bottom {
  position: absolute;
  top: auto;
  bottom: 100px;
  transform: none;
  padding-right: 0;
}
#node-startseite #werte .textwrapper .h1 {
  color: #fff;
  padding: 0 2px;
}
#node-startseite #werte .textwrapper .h1.animated strong {
  color: #111111;
}
#node-startseite #werte .textwrapper .button {
  width: 100%;
  display: block;
  position: relative;
}
#node-startseite #werte .werte {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  pointer-events: none;
  z-index: 20;
}
#node-startseite #werte .werte .wert {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  pointer-events: all;
  will-change: transform;
}
#node-startseite #werte .werte .wert .video {
  height: 100%;
  width: 100%;
}
#node-startseite #werte .werte .wert .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-startseite #werte .werte .wert .text-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: grid;
  place-items: center;
}
#node-startseite #werte .werte .wert .text-wrapper .icon {
  height: 120px;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
}
#node-startseite #werte .werte .wert .text-wrapper .titel {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#node-startseite #blog {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #111111;
  padding: 200px 0 100px 0;
  z-index: 20;
}
#node-startseite #blog .h1 {
  color: #fff;
}
#node-startseite #blog .h1.animated strong {
  color: #ef0003;
}
#node-startseite #blog .blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 50px;
  grid-template-rows: repeat(4, 1fr);
}
#node-startseite #blog .blog .blogbeitrag a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  gap: 10px;
  padding: 15px 20px;
  transition: none;
}
#node-startseite #blog .blog .blogbeitrag a .titel {
  font-weight: 700;
  transition: color 0.5s ease;
}
#node-startseite #blog .blog .blogbeitrag a .icon-arrow-right {
  color: #ef0003;
  display: block;
  transition: transform 0.5s ease;
}
#node-startseite #blog .blog .blogbeitrag a:hover .titel {
  color: #ef0003;
}
#node-startseite #blog .blog .blogbeitrag a:hover .icon-arrow-right {
  transform: translateX(5px);
}
#node-startseite #blog .button {
  width: 100%;
}
#node-startseite #kontakt {
  z-index: 10;
  background-color: #fff;
  position: relative !important;
  height: auto !important;
  padding-top: 100px;
  min-height: unset !important;
}
#node-startseite #kontakt::before {
  content: '';
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #standorte .wrapper .standort {
    height: 100px;
  }
  #standorte .wrapper .standort:first-of-type {
    height: 150px;
  }
  #standorte .wrapper .standort:first-of-type a .titel {
    font-size: 22px;
    line-height: 26px;
  }
  #standorte .wrapper .standort .promotion .icon {
    display: none;
  }
  #node-startseite #intro .video {
    height: 400px;
  }
  #node-startseite #leistungen .wrapper {
    height: 400px;
    top: calc( 50% - 200px);
  }
  #node-startseite #leistungen .wrapper .leistung a .wrapper .icon-more {
    font-size: 50px;
    line-height: 50px;
  }
  #node-startseite #werte .werte .wert .textwrapper .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
}
