/* COLORS */
/* FONTS */
#node-anleitung #intro {
  padding-top: 130px;
  position: relative;
  z-index: 40;
  background-color: #111111;
  padding-bottom: 100px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#node-anleitung #intro::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #111111;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-anleitung #intro .introwrapper.video .icon {
  height: auto;
  width: 100%;
  padding: 0 !important;
}
#node-anleitung #intro .introwrapper .icon {
  height: 120px;
  width: 120px;
  margin-bottom: 30px;
}
#node-anleitung #intro .introwrapper .icon .lottie {
  height: 100%;
  width: 100%;
}
#node-anleitung #intro .introwrapper .icon .lottie svg {
  width: 100%;
}
#node-anleitung #intro .introwrapper .video {
  width: 100%;
  position: relative;
}
#node-anleitung #intro .introwrapper .video video {
  width: 100%;
  display: block;
}
#node-anleitung #intro .introwrapper .video .fullscreen {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  padding: 3px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #ef0003;
  border-radius: 50%;
  font-size: 16px;
}
#node-anleitung #intro .introwrapper .video .fullscreen:hover {
  background-color: #111111;
}
#node-anleitung #intro .introwrapper .video .fullscreen:hover::before {
  background: #111111;
}
#node-anleitung #intro .introwrapper .video .fullscreen:hover::after {
  background: #111111;
}
#node-anleitung #intro .introwrapper .video .fullscreen:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  background: #ef0003;
  z-index: -1;
  transition: opacity 0.5s, background-color 0.5s;
}
#node-anleitung #intro .introwrapper .video .fullscreen:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.8;
  background: #ef0003;
  z-index: -2;
  animation: playButtonPulse 1s 0s ease-out infinite;
}
@keyframes playButtonPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
#node-anleitung #intro .introwrapper .h1 {
  color: #fff;
}
#node-anleitung #intro .introwrapper .h1 strong {
  color: #ef0003;
}
#node-anleitung #intro .introwrapper .text {
  color: #fff;
  margin-bottom: 50px;
  transform: translateY(50px);
  display: block;
  opacity: 0;
}
#node-anleitung #intro .introwrapper .text strong {
  color: #ef0003;
}
#node-anleitung #intro .introwrapper .h1.animate + .text {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 1s;
  transform: translateY(0);
  opacity: 1;
}
#node-anleitung #anleitung {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 30;
  padding: 200px 0 100px 0;
}
#node-anleitung #anleitung .ankunft,
#node-anleitung #anleitung .innen,
#node-anleitung #anleitung .aussen {
  position: relative;
}
#node-anleitung #anleitung .ankunft .h1,
#node-anleitung #anleitung .innen .h1,
#node-anleitung #anleitung .aussen .h1 {
  color: #111111;
}
#node-anleitung #anleitung .ankunft .h1.animated strong,
#node-anleitung #anleitung .innen .h1.animated strong,
#node-anleitung #anleitung .aussen .h1.animated strong {
  color: #ef0003;
}
#node-anleitung #anleitung .ankunft .schritt,
#node-anleitung #anleitung .innen .schritt,
#node-anleitung #anleitung .aussen .schritt {
  margin-bottom: 100px;
}
#node-anleitung #anleitung .ankunft .schritt .head,
#node-anleitung #anleitung .innen .schritt .head,
#node-anleitung #anleitung .aussen .schritt .head {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  background-color: #fff;
  height: 80px;
}
#node-anleitung #anleitung .ankunft .schritt .head .no,
#node-anleitung #anleitung .innen .schritt .head .no,
#node-anleitung #anleitung .aussen .schritt .head .no {
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #ef0003;
  flex-shrink: 0;
  font-size: 32px;
  line-height: 50px;
}
#node-anleitung #anleitung .ankunft .schritt .head .titel,
#node-anleitung #anleitung .innen .schritt .head .titel,
#node-anleitung #anleitung .aussen .schritt .head .titel {
  font-size: 19px;
}
#node-anleitung #anleitung .ankunft .schritt .item-wrapper .titel2,
#node-anleitung #anleitung .innen .schritt .item-wrapper .titel2,
#node-anleitung #anleitung .aussen .schritt .item-wrapper .titel2 {
  padding-left: 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-top: 50px;
}
#node-anleitung #anleitung .ankunft .schritt .item-wrapper .items,
#node-anleitung #anleitung .innen .schritt .item-wrapper .items,
#node-anleitung #anleitung .aussen .schritt .item-wrapper .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 50px;
}
#node-anleitung #anleitung .ankunft .schritt .item-wrapper .items .item,
#node-anleitung #anleitung .innen .schritt .item-wrapper .items .item,
#node-anleitung #anleitung .aussen .schritt .item-wrapper .items .item {
  border-radius: 10px;
  color: #fff;
  background-color: #ef0003;
  text-align: left;
  padding: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#node-anleitung #anleitung .ankunft .schritt .item-wrapper .items .item.icon,
#node-anleitung #anleitung .innen .schritt .item-wrapper .items .item.icon,
#node-anleitung #anleitung .aussen .schritt .item-wrapper .items .item.icon {
  display: flex;
  align-items: center;
}
#node-anleitung #anleitung .ankunft .schritt .item-wrapper .items .item.icon .icon,
#node-anleitung #anleitung .innen .schritt .item-wrapper .items .item.icon .icon,
#node-anleitung #anleitung .aussen .schritt .item-wrapper .items .item.icon .icon {
  height: 50px;
  width: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}
#node-anleitung #anleitung .ankunft .schritt .item-wrapper .titel2 + .items,
#node-anleitung #anleitung .innen .schritt .item-wrapper .titel2 + .items,
#node-anleitung #anleitung .aussen .schritt .item-wrapper .titel2 + .items {
  margin-top: 0;
}
#node-anleitung #anleitung .ankunft .schritt .info,
#node-anleitung #anleitung .innen .schritt .info,
#node-anleitung #anleitung .aussen .schritt .info {
  margin-top: 30px;
}
#node-anleitung #anleitung .ankunft .schritt .info strong,
#node-anleitung #anleitung .innen .schritt .info strong,
#node-anleitung #anleitung .aussen .schritt .info strong {
  color: #ef0003;
}
#node-anleitung #anleitung .ankunft .h1,
#node-anleitung #anleitung .innen .h1,
#node-anleitung #anleitung .aussen .h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: #fff;
}
#node-anleitung #anleitung .ankunft .schritt,
#node-anleitung #anleitung .innen .schritt,
#node-anleitung #anleitung .aussen .schritt {
  position: relative;
}
#node-anleitung #anleitung .ankunft .schritt:last-of-type .head.bottom::before,
#node-anleitung #anleitung .innen .schritt:last-of-type .head.bottom::before,
#node-anleitung #anleitung .aussen .schritt:last-of-type .head.bottom::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 20;
}
#node-anleitung #anleitung .ankunft .schritt:first-of-type .head::before,
#node-anleitung #anleitung .innen .schritt:first-of-type .head::before,
#node-anleitung #anleitung .aussen .schritt:first-of-type .head::before {
  content: '';
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 20;
}
#node-anleitung #anleitung .ankunft .schritt:first-of-type .head::after,
#node-anleitung #anleitung .innen .schritt:first-of-type .head::after,
#node-anleitung #anleitung .aussen .schritt:first-of-type .head::after {
  content: '';
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}
#node-anleitung #anleitung .ankunft .schritt .head,
#node-anleitung #anleitung .innen .schritt .head,
#node-anleitung #anleitung .aussen .schritt .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#node-anleitung #anleitung .ankunft .schritt .head.fixed,
#node-anleitung #anleitung .innen .schritt .head.fixed,
#node-anleitung #anleitung .aussen .schritt .head.fixed {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 30px;
}
#node-anleitung #anleitung .ankunft .schritt .head.bottom,
#node-anleitung #anleitung .innen .schritt .head.bottom,
#node-anleitung #anleitung .aussen .schritt .head.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0;
}
#node-anleitung #anleitung .innen .schritt:last-of-type {
  margin-bottom: 0;
}
#node-anleitung #zufriedenheit {
  background-color: #ef0003;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 20;
  padding: 200px 0 100px 0;
}
#node-anleitung #zufriedenheit .zufriedenheit .h1 {
  color: #fff;
}
#node-anleitung #zufriedenheit .zufriedenheit .h1.animated strong {
  color: #111111;
}
#node-anleitung #zufriedenheit .zufriedenheit .text {
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
#node-anleitung #zufriedenheit .zufriedenheit .h1.animated + .text {
  opacity: 1;
}
#node-anleitung #kontakt {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 10;
  padding: 200px 0 100px 0;
  position: relative !important;
  height: auto !important;
  padding-top: 100px;
  min-height: unset !important;
}
#node-anleitung #kontakt::before {
  content: '';
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}
