.mobile-bg {
  background-color: transparent;
}
.mobile-bg.bkg-white {
  background-color: white;
}

.menu-icon.bkg-white span {
  background-color: #ffffff !important;
}

.header-mb-logo.bkg-white {
  background-image: url("../../img/global/logo_white.png") !important;
}

.h3 {
  font-size: 60px;
  line-height: 0.85;
  font-family: "Tungsten-black";
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.section {
  padding-top: 120px;
  padding-bottom: 0;
}

.float-item {
  animation: float 6s ease-in-out infinite;
}

#wrapper {
  overflow-y: visible;
}

#credentials {
  background-color: #011A2F;
  color: #ffffff;
}
#credentials #banner-area {
  padding-top: 230px;
  background-image: url("../../img/credentials/guardians-for-health/havas-life-bird-und-schulte-credentials-gfh-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  overflow: hidden;
}
#credentials #banner-area .guardians-mobile img {
  max-width: 110%;
  transform: translateX(10%);
}
#credentials #banner-area .guardians-mobile video {
  position: absolute;
  width: 92.3%;
  top: 3.6%;
  left: 19.8%;
}
@media (max-width: 575.98px) {
  #credentials #banner-area .guardians-mobile img {
    max-width: 112%;
    transform: none;
  }
  #credentials #banner-area .guardians-mobile video {
    width: 94.4%;
    top: 3.5%;
    left: 9.1%;
  }
}
#credentials #blick {
  padding-bottom: 60px;
}
#credentials #blick .blick-text {
  max-width: 551px;
  margin-left: auto;
}
#credentials #online-events {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
  color: #011A2F;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/credentials/guardians-for-health/havas-life-bird-und-schulte-credentials-gfh-5.png");
  background-position: right 10% center;
}
#credentials #online-events p {
  max-width: 576px;
}
#credentials #service-workers {
  padding-top: 90px;
}
#credentials #service-workers .sw-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#credentials #service-workers .sw-wrapper .mobile-layout {
  display: flex;
  justify-content: flex-end;
  width: 358px;
  margin-top: -220px;
}
#credentials #service-workers .sw-wrapper .mobile-layout img {
  width: 358px;
}
#credentials #service-workers .sw-wrapper .mobile-layout .mobile-layout-placeholder {
  opacity: 0;
}
#credentials #service-workers .sw-wrapper .mobile-layout .mobile-layout-main {
  position: sticky;
  top: 10px;
  width: 358px;
  height: 740px;
  flex-shrink: 0;
  overflow: hidden;
}
#credentials #service-workers .sw-wrapper .mobile-layout .mobile-layout-main .img-in {
  position: absolute;
  width: 100%;
  height: 99%;
  top: 5px;
  left: 0;
  border-radius: 58px 92px 100px 60px;
  overflow: hidden;
}
#credentials #service-workers .sw-wrapper .mobile-layout .mobile-layout-main .img-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  #credentials #service-workers .sw-wrapper .mobile-layout {
    width: 190px;
  }
  #credentials #service-workers .sw-wrapper .mobile-layout img {
    width: 190px;
  }
  #credentials #service-workers .sw-wrapper .mobile-layout .mobile-layout-main {
    width: 190px;
    height: 394px;
    top: 200px;
  }
  #credentials #service-workers .sw-wrapper .mobile-layout .mobile-layout-main .img-in {
    top: 2px;
    border-radius: 32px 45px 36px 34px;
  }
}
#credentials #service-workers .sw-wrapper .service-workers-group {
  display: flex;
  position: sticky;
  top: 90px;
  max-width: 611px;
  margin-right: 90px;
}
#credentials #service-workers .sw-wrapper .service-workers-group img {
  position: absolute;
  opacity: 1;
}
#credentials #service-workers .sw-wrapper .service-workers-group .group {
  position: relative;
  display: block;
  opacity: 0;
  width: 100%;
}
#credentials #service-workers .sw-wrapper .service-workers-group .person01 {
  top: 3%;
  left: 0;
  width: 17.8%;
}
#credentials #service-workers .sw-wrapper .service-workers-group .person02 {
  top: 34.7%;
  left: 15.8%;
  width: 26%;
}
#credentials #service-workers .sw-wrapper .service-workers-group .person03 {
  top: 0;
  left: 47.6%;
  width: 17.2%;
}
#credentials #service-workers .sw-wrapper .service-workers-group .person04 {
  right: 0;
  width: 20.7%;
  top: 26%;
}
#credentials #service-workers .sw-wrapper .service-workers-group .person05 {
  right: 21.6%;
  top: 48.2%;
  width: 15%;
}
@media (max-width: 991.98px) {
  #credentials #service-workers .sw-wrapper .service-workers-group {
    margin-right: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  #credentials #service-workers .sw-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#credentials #services {
  padding-top: 120px;
  padding-bottom: 60px;
}
#credentials #services .h3 {
  color: #E60000;
}
#credentials #services ul {
  padding-left: 0;
}
#credentials #services ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}
#credentials #services ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/credentials/leben-mit-nd/arrow.svg");
}

@media (max-width: 991.98px) {
  .scroll-direction {
    display: none !important;
  }

  .h3 {
    font-size: 40px;
  }

  #credentials #banner-area {
    padding-top: 120px;
  }
  #credentials #online-events {
    padding-top: 90px;
    padding-bottom: 160px;
    background-position: right 30% center;
  }
  #credentials #service-workers .service-workers-mobile {
    margin-top: -150px;
  }
  #credentials #service-workers .service-workers-mobile img {
    max-width: 190px;
  }
  #credentials #services {
    padding-top: 90px;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/*# sourceMappingURL=guardians-for-health.css.map */
