h1, h2, h3, .h3 {
  color: #E28E2B;
}

.h3 {
  font-size: 48px;
  line-height: 1;
  font-family: "Tungsten-black";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.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;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.title {
  font-size: 83px;
  line-height: 0.9;
  letter-spacing: 2px;
}

.teasers {
  margin-bottom: 0;
}

#wrapper {
  overflow-y: visible;
}

.h-btn.btn-az {
  position: relative;
  padding-right: 50px;
  color: #E28E2B;
}
.h-btn.btn-az img {
  position: absolute;
  top: 5%;
  right: 3px;
  height: 90%;
}
.h-btn.btn-az:hover {
  color: #fff;
}

#videoModal .modal-content {
  background-color: transparent;
  border: none;
}
#videoModal img {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
  width: 24px;
  cursor: pointer;
}

#credentials {
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}
#credentials #banner-area {
  position: relative;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #000000;
  overflow: hidden;
}
#credentials #banner-area .row-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
#credentials #banner-area .row-bg .banner-video-wrapper {
  position: absolute;
  width: 122%;
  top: -45%;
  right: -22%;
}
#credentials #banner-area .row-bg .banner-video-wrapper video {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #credentials #banner-area .row-bg .banner-video-wrapper {
    right: -26%;
  }
}
#credentials #banner-area .rx-logo {
  width: 160px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #credentials #banner-area .rx-logo {
    width: 80px;
  }
}
#credentials #banner-area .section-main-text {
  max-width: 534px;
}
#credentials #firefly {
  --sidebar-spacing: 26px;
}
#credentials #firefly .section-main-text {
  max-width: 534px;
}
#credentials #firefly .firefly-graphics {
  position: relative;
  overflow: hidden;
}
#credentials #firefly .firefly-graphics > div {
  width: 100%;
}
#credentials #firefly .firefly-graphics > div img {
  width: 100%;
}
#credentials #firefly .firefly-graphics .firefly-after {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#credentials #firefly .firefly-graphics .firefly-after img {
  width: auto;
  height: 100%;
}
#credentials #firefly .firefly-status-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#credentials #firefly .firefly-status-wrapper .firefly-status {
  position: relative;
  width: 100%;
  height: 100%;
}
#credentials #firefly .firefly-status-wrapper .firefly-status .firefly-status-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #E28E2B;
}
#credentials #firefly .firefly-status-wrapper .firefly-status img {
  width: 54px;
  position: absolute;
  left: -26px;
  top: calc(50% - 26px);
}
#credentials #firefly .firefly-controller {
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#credentials #firefly .firefly-controller #firefly-range {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1200px) {
  #credentials #firefly .firefly-controller #firefly-range {
    pointer-events: all;
  }
}
#credentials #process {
  font-size: 18px;
  margin-bottom: 60px;
}
#credentials #process .process-wrapper {
  display: flex;
  justify-content: space-between;
}
#credentials #process .process-step {
  position: relative;
  display: flex;
  font-weight: 600;
  height: 220px;
}
#credentials #process .process-step .step-number {
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 288px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #747474;
  background: transparent;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease;
}
#credentials #process .process-step .step-content {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
#credentials #process .process-step .step-content span {
  display: block;
  transition: 0.3s ease;
}
#credentials #process .process-step .step-title {
  color: #959595;
  line-height: 2.2;
}
#credentials #process .process-step .step-detail {
  line-height: 1.6;
  font-weight: 500;
  margin-top: 26px;
  color: #747474;
}
#credentials #process .process-step:hover .step-number {
  background: linear-gradient(172deg, rgba(2, 25, 44, 0.3) 11.02%, rgba(200, 91, 89, 0.3) 77.09%);
  background-clip: text;
  -webkit-background-clip: text;
}
#credentials #process .process-step:hover .step-title {
  color: #E28E2B;
}
#credentials #process .process-step:hover .step-detail {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  #credentials #process .process-step.active .step-number {
    background: linear-gradient(172deg, rgba(2, 25, 44, 0.3) 11.02%, rgba(200, 91, 89, 0.3) 77.09%);
    background-clip: text;
    -webkit-background-clip: text;
  }
  #credentials #process .process-step.active .step-title {
    color: #E28E2B;
  }
  #credentials #process .process-step.active .step-detail {
    color: #FFFFFF;
  }
}
#credentials #night-music {
  margin-bottom: 60px;
}
#credentials #night-music .h3 {
  z-index: 2;
}
#credentials #night-music .music-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#credentials #night-music .music-box .music-control-wrapper {
  position: absolute;
  top: 55px;
  left: 57%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#credentials #night-music .music-box .music-control-wrapper .music-control-btn {
  width: 37px;
  height: 37px;
  background-color: #E28E2B;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/credentials/az-rauchfrei/ic-paused.svg");
  background-size: 9px;
  background-position: 55% 48%;
}
#credentials #night-music .music-box .music-control-wrapper span {
  display: none;
  padding-left: 10px;
  color: #E28E2B;
  font-family: "Tungsten-black";
  font-size: 30px;
  letter-spacing: 3px;
}
#credentials #night-music .music-box .music-control-wrapper .music-control-text-paused {
  display: block;
}
#credentials #night-music .music-box .music-control-wrapper.playing .music-control-btn {
  background-image: url("../../img/credentials/az-rauchfrei/ic-playing.svg");
  background-size: 11px;
  background-position: 50% 50%;
}
#credentials #night-music .music-box .music-control-wrapper.playing span {
  display: none;
}
#credentials #night-music .music-box .music-control-wrapper.playing .music-control-text-playing {
  display: block;
}
#credentials #night-music .music-box .music-box-smoke-effect {
  position: absolute;
  width: 85%;
  top: -44%;
  left: 37%;
  z-index: -1;
}
#credentials #night-music .music-box .music-box-main {
  max-width: 700px;
}
#credentials #night-music .music-box #music-box-audio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#credentials #night-music .music-box + p {
  position: relative;
  margin-top: -120px;
  z-index: 1;
}
#credentials #light-up {
  position: relative;
  z-index: 1;
}
#credentials #light-up .row-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#credentials #light-up .row-bg img {
  width: 670px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  opacity: 100%;
}
#credentials #light-up .h3 {
  line-height: 0.7;
}
#credentials #light-up .section-main-text {
  max-width: 408px;
}
#credentials #light-up .city-underground-video {
  position: relative;
}
#credentials #light-up .city-underground-video video {
  display: block;
}
#credentials #light-up .city-underground-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 42.67%, #000 100%);
}
#credentials #campaign {
  padding-bottom: 120px;
  background-color: transparent;
}
#credentials #campaign .container {
  position: relative;
  overflow: hidden;
}
#credentials #campaign #campaign-train img {
  width: 100%;
  transform: translateX(-90%);
}
#credentials #campaign #campaign-text .campaign-text-inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  transform: translateX(100%);
}
#credentials #campaign #campaign-text .h3 {
  margin-bottom: 0;
  white-space: nowrap;
}
#credentials #campaign #campaign-text .bullet {
  font-size: 32px;
  color: #E28E2B;
  padding: 0 30px;
}
#credentials #campaign .overlay-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#credentials #campaign .overlay-container .sidebar-overlay {
  width: 15%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 42.67%, #000 100%);
}
#credentials #campaign .overlay-container .side-right {
  transform: rotate(-180deg);
}
#credentials #cta {
  padding-top: 0;
  padding-bottom: 0;
}
#credentials #cta .cta-banner-wrapper {
  position: relative;
}
#credentials #cta .cta-banner-wrapper .cta-smoke {
  position: absolute;
  width: 100%;
  left: 5%;
  top: 50%;
  transform: translateY(-53%);
  z-index: 0;
}
#credentials #cta .cta-banner-wrapper .cta-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  animation: moveEffect 6s ease alternate infinite;
}
@keyframes moveEffect {
  from {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(15px);
  }
}
#credentials #cta .h3 {
  margin-top: -140px;
}
#credentials #services {
  padding-top: 250px;
  padding-bottom: 120px;
  background-color: transparent;
}
#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;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

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

  #credentials #banner-area {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  #credentials #banner-area .row-bg .banner-video-wrapper {
    width: 150%;
    right: -10%;
    top: 0;
  }
  #credentials #banner-area .title-row {
    margin-bottom: 55%;
  }
  #credentials #banner-area .title {
    font-size: 43px;
  }
  #credentials #banner-area .rx-logo {
    width: 70px;
  }
  #credentials #banner-area .section-main-text {
    max-width: none;
  }
  #credentials #firefly {
    background-color: transparent;
    --sidebar-spacing: 0;
  }
  #credentials #firefly .h3 {
    text-align: center;
  }
  #credentials #firefly .section-main-text {
    max-width: none;
  }
  #credentials #firefly .firefly-animation-wrapper {
    margin-bottom: 30px;
  }
  #credentials #firefly .firefly-status-wrapper .firefly-status .firefly-status-bar {
    width: 4px;
  }
  #credentials #firefly .firefly-status-wrapper .firefly-status img {
    width: 50px;
    position: absolute;
    left: -25px;
    top: calc(50% - 25px);
  }
  #credentials #process {
    padding-top: 120px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: transparent;
  }
  #credentials #process .process-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }
  #credentials #process .process-step {
    width: 330px;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
  #credentials #process .process-step .step-number {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }
  #credentials #process .process-step .step-content {
    white-space: normal;
  }
  #credentials #process .process-step-2 .step-content {
    top: 0;
  }
  #credentials #night-music {
    margin-bottom: 0;
    padding-bottom: 90px;
  }
  #credentials #night-music .music-box {
    margin-bottom: -70px;
  }
  #credentials #night-music .music-box .music-box-smoke-effect {
    width: 120%;
    left: 26%;
  }
  #credentials #night-music .music-box .music-control-wrapper {
    top: 56px;
    left: 66%;
  }
  #credentials #night-music .music-box .music-control-wrapper span {
    font-size: 28px;
  }
  #credentials #light-up {
    background-color: transparent;
  }
  #credentials #light-up .row-bg {
    display: none;
  }
  #credentials #light-up .section-main-text {
    max-width: none;
  }
  #credentials #campaign #campaign-train img {
    width: auto;
    height: 130px;
  }
  #credentials #campaign #campaign-text .campaign-text-inner {
    display: flex;
  }
  #credentials #cta {
    background-color: transparent;
  }
  #credentials #cta .cta-banner-wrapper {
    width: 185%;
    margin-left: -40%;
  }
  #credentials #cta .cta-banner-wrapper .cta-smoke {
    width: 105%;
    left: 5%;
    top: 50%;
    transform: translateY(-60%) rotate(-35deg);
    pointer-events: none;
  }
  #credentials #cta .h3 {
    margin-top: -80px;
  }
  #credentials #service {
    padding-top: 120px;
  }
}
@media (max-width: 575.98px) {
  #credentials #banner-area .row-bg .banner-video-wrapper {
    width: 210%;
    left: -81%;
    top: -20px;
    right: unset;
  }
  #credentials #banner-area .title-row {
    margin-bottom: 45%;
  }
  #credentials #night-music .section-main-text {
    max-width: none;
  }
  #credentials #night-music .music-box .music-box-smoke-effect {
    width: 120%;
    left: 25%;
    top: -19%;
  }
  #credentials #night-music .music-box .music-control-wrapper {
    top: 45px;
  }
  #credentials #night-music .music-box .music-control-wrapper .music-control-btn {
    width: 32px;
    height: 32px;
  }
  #credentials #night-music .music-box .music-box-main {
    max-width: 585px;
  }
  #credentials #night-music .music-box + p {
    margin-top: -90px;
  }
}
@keyframes flash {
  to {
    opacity: 0;
  }
}

/*# sourceMappingURL=az-rauchfrei.css.map */
