/* COLORS */
/* FONTS */
#node-unternehmen #intro {
  padding-top: 130px;
  position: relative;
  z-index: 50;
  background-color: #111111;
}
#node-unternehmen #intro::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #111111;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-unternehmen #intro .introwrapper .icon {
  height: 120px;
  width: 120px;
  margin-bottom: 30px;
}
#node-unternehmen #intro .introwrapper .icon .lottie {
  height: 100%;
  width: 100%;
}
#node-unternehmen #intro .introwrapper .icon .lottie svg {
  width: 100%;
}
#node-unternehmen #intro .introwrapper .h1 {
  color: #fff;
}
#node-unternehmen #intro .introwrapper .h1 strong {
  color: #ef0003;
}
#node-unternehmen #intro .introwrapper .text {
  color: #fff;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0s;
  transition-delay: 0s;
  display: block;
}
#node-unternehmen #intro .introwrapper .text strong {
  color: #ef0003;
}
#node-unternehmen #intro .introwrapper .h1.animate + .text {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 1.5s;
  transform: translateY(0);
  opacity: 1;
}
#node-unternehmen #intro .pin-spacer {
  background-color: #fff;
}
#node-unternehmen #intro .video {
  background-color: #fff;
  height: 600px;
  width: 100%;
  position: relative;
  padding-bottom: 150px;
}
#node-unternehmen #intro .video::before {
  content: '';
  width: 100%;
  height: 75px;
  background-color: #111111;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#node-unternehmen #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-unternehmen #intro .video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#node-unternehmen #intro .video .video-wrapper video.show {
  opacity: 1;
}
#node-unternehmen #vorteile {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 200px 0 100px 0;
  z-index: 40;
}
#node-unternehmen #vorteile .h4.animate strong {
  color: #ef0003;
}
#node-unternehmen #vorteile .text {
  margin-bottom: 100px;
}
#node-unternehmen #vorteile .h1 {
  color: #000;
}
#node-unternehmen #vorteile .h1.animated strong {
  color: #ef0003;
}
#node-unternehmen #vorteile .vorteile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
#node-unternehmen #vorteile .vorteile .vorteil {
  background-color: #ef0003;
  border-radius: 10px;
  align-items: center;
  gap: 20px;
  display: flex;
  padding: 20px;
}
#node-unternehmen #vorteile .vorteile .vorteil .icon {
  height: 40px;
  width: 40px;
}
#node-unternehmen #vorteile .vorteile .vorteil .titel {
  font-weight: 700;
  color: #fff;
}
#node-unternehmen #cafe {
  z-index: 30;
  background-color: #ef0003;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#node-unternehmen #cafe .section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 100px 0;
}
#node-unternehmen #cafe .cafe .h1 {
  color: #fff;
  position: fixed;
  z-index: 10;
  padding-right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  margin-bottom: 0px;
}
#node-unternehmen #cafe .cafe .h1.bottom {
  position: absolute;
  top: auto;
  bottom: 100px;
  transform: none;
  padding-right: 0;
}
#node-unternehmen #cafe .cafe .h1.animated strong {
  color: #111111;
}
#node-unternehmen #cafe .cafe .images {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
#node-unternehmen #cafe .cafe .images .image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
}
#node-unternehmen #cafe .cafe .images .image-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-unternehmen #cafe .cafe .images .image-wrapper picture {
  height: 100%;
  width: 100%;
}
#node-unternehmen #cafe .cafe .images .image-wrapper picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-unternehmen #bewerben {
  z-index: 20;
  background-color: #111111;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 200px 0 100px 0;
}
#node-unternehmen #bewerben .bewerben .h1 {
  color: #fff;
}
#node-unternehmen #bewerben .bewerben .h1.animated strong {
  color: #ef0003;
}
#node-unternehmen #bewerben .bewerben .text {
  color: #fff;
  margin-bottom: 50px;
}
#node-unternehmen #bewerben .bewerben .button {
  width: 100%;
}
#node-unternehmen #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-unternehmen #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-unternehmen #intro .video {
    height: 400px;
  }
}
