/* COLORS */
/* FONTS */
#node-business #intro {
  padding-top: 130px;
  position: relative;
  z-index: 40;
  background-color: #111111;
}
#node-business #intro::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #111111;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-business #intro .introwrapper .icon {
  height: 120px;
  width: 120px;
  margin-bottom: 30px;
}
#node-business #intro .introwrapper .icon .lottie {
  height: 100%;
  width: 100%;
}
#node-business #intro .introwrapper .icon .lottie svg {
  width: 100%;
}
#node-business #intro .introwrapper .h1 {
  color: #fff;
}
#node-business #intro .introwrapper .h1 strong {
  color: #ef0003;
}
#node-business #intro .introwrapper .text {
  color: #fff;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0s;
  transition-delay: 0s;
  display: block;
}
#node-business #intro .introwrapper .text strong {
  color: #ef0003;
}
#node-business #intro .introwrapper .h1.animate + .text {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 1.25s;
  transform: translateY(0);
  opacity: 1;
}
#node-business #intro .introwrapper .button-wrapper {
  width: 100%;
  margin-bottom: 50px;
  display: block;
  opacity: 0;
  transform: translateY(50px);
}
#node-business #intro .introwrapper .button {
  width: 100%;
  display: block;
}
#node-business #intro .introwrapper .h1.animate + .text + .button-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease 1.5s, transform 0.5s ease 1.5s, color 0.5s ease, background-color 0.5s ease;
}
#node-business #intro .pin-spacer {
  background-color: #fff;
}
#node-business #intro .video {
  background-color: #fff;
  height: 600px;
  width: 100%;
  position: relative;
  padding-bottom: 150px;
}
#node-business #intro .video::before {
  content: '';
  width: 100%;
  height: 75px;
  background-color: #111111;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#node-business #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;
}
#node-business #intro .video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#node-business #intro .video .video-wrapper video.show {
  opacity: 1;
}
#node-business #vorteile {
  background-color: #fff;
  z-index: 30;
  padding-bottom: 100px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 200px 0 100px 0;
}
#node-business #vorteile .h4.animated strong {
  color: #ef0003;
}
#node-business #vorteile .vorteile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 100px;
}
#node-business #vorteile .vorteile .vorteil {
  background-color: #ef0003;
  border-radius: 10px;
  align-items: center;
  gap: 20px;
  display: flex;
  padding: 20px;
}
#node-business #vorteile .vorteile .vorteil .icon {
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
#node-business #vorteile .vorteile .vorteil .titel {
  font-weight: 700;
  color: #fff;
}
#node-business #vorteile #mehr-vorteile {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  position: relative;
}
#node-business #vorteile #mehr-vorteile .h4 {
  margin-bottom: 100px;
}
#node-business #vorteile #mehr-vorteile .h4.animated strong {
  color: #ef0003;
}
#node-business #vorteile #mehr-vorteile .mehr-vorteile {
  padding-bottom: 50px;
}
#node-business #vorteile #mehr-vorteile .mehr-vorteile .benefit {
  background-color: #111111;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
}
#node-business #vorteile #mehr-vorteile .mehr-vorteile .benefit .icon {
  height: 70px;
  width: 70px;
  margin-bottom: 30px;
}
#node-business #vorteile #mehr-vorteile .mehr-vorteile .benefit .titel {
  font-weight: 700;
  margin-bottom: 20px;
  color: #ef0003;
}
#node-business #vorteile #mehr-vorteile .mehr-vorteile .benefit .text {
  margin-bottom: 30px;
  color: #fff;
  opacity: 1;
}
#node-business #vorteile #mehr-vorteile .mehr-vorteile .benefit .button {
  width: 100%;
  margin-top: auto;
}
#node-business #vorteile #mehr-vorteile .swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #111111;
}
#node-business #kontaktdaten {
  z-index: 20;
  background-color: #111111;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 200px 0 100px 0;
}
#node-business #kontaktdaten .kontaktdaten .h1 {
  color: #fff;
}
#node-business #kontaktdaten .kontaktdaten .h1.animated strong {
  color: #ef0003;
}
#node-business #kontaktdaten .kontaktdaten .text {
  margin-bottom: 50px;
  color: #fff;
}
#node-business #kontaktdaten .kontaktdaten .links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#node-business #kontaktdaten .kontaktdaten .links .phone,
#node-business #kontaktdaten .kontaktdaten .links .mail {
  background-color: #ef0003;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#node-business #kontaktdaten .kontaktdaten .links .phone .text,
#node-business #kontaktdaten .kontaktdaten .links .mail .text {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  transition: color 0.5s ease;
}
#node-business #kontaktdaten .kontaktdaten .links .phone .icon i,
#node-business #kontaktdaten .kontaktdaten .links .mail .icon i {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  transition: color 0.5s ease;
}
#node-business #kontaktdaten .kontaktdaten .links .phone:hover .text,
#node-business #kontaktdaten .kontaktdaten .links .mail:hover .text {
  color: #111111;
}
#node-business #kontaktdaten .kontaktdaten .links .phone:hover .icon i,
#node-business #kontaktdaten .kontaktdaten .links .mail:hover .icon i {
  color: #111111;
}
#node-business #kontakt {
  z-index: 10;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative !important;
  height: auto !important;
  padding-top: 100px;
  min-height: unset !important;
}
#node-business #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) {
  #node-business #intro .video {
    height: 400px;
  }
}
