/* CSS Document */
/*
 * Space between Keyvisual and First-Content for MOBILE
 */
@media screen and (max-width: 640px) {
  .page-content > .grid-container:first-child > .grid-x:first-child > .cell:first-child > .frame:first-child {
    padding-top: 0;
  }
  .keyvisual .slider-text-wrapper {
    padding-bottom: 0 !important;
  }
}
.keyvisual {
  position: relative;
}
.keyvisual img {
  max-width: auto;
  width: 100%;
}
.keyvisual .slider-text-wrapper {
  bottom: 50px;
}
.keyvisual .slider-text-wrapper *:last-child {
  margin-bottom: 0;
}

/*DCE Element  Keyvisual mit CTA Button */
.keyvisual .img-wrapper {
  overflow: hidden;
}
.keyvisual .img-wrapper img {
  opacity: 0;
  transform: scale3d(1.03, 1.03, 1.03);
  transition: opacity 0.5s linear, transform 0.5s linear;
}
.keyvisual .img-wrapper + .slider-text-wrapper {
  opacity: 0;
  transform: translate(-150px);
  transition: opacity 0.8s linear 0.6s, transform 0.8s ease-out 0.6s;
}
.keyvisual .img-wrapper.image-loaded img {
  opacity: 1;
  transform: scaleX(1);
}
.keyvisual .img-wrapper.image-loaded + .slider-text-wrapper {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 40em) {
  .keyvisual .img-wrapper .image-fotocredit {
    font-size: 12px;
    padding: 0.6rem;
  }
}
.keyvisual .slider-text-wrapper .title {
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 40em) {
  .keyvisual .slider-text-wrapper .title {
    margin-bottom: 0rem;
  }
}
.keyvisual .slider-text-wrapper .button {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 10px;
}
@media screen and (max-width: 40em) {
  .keyvisual .slider-text-wrapper .button {
    display: block;
    text-align: center !important;
  }
  .keyvisual .slider-text-wrapper {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 64.5rem) {
  .keyvisual .slider-text-wrapper {
    position: relative;
    bottom: auto !important;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-bottom: 0 !important;
  }
  .keyvisual .slider-text-wrapper .title {
    text-shadow: none;
    color: #0072bc;
  }
  .keyvisual .slider-text-wrapper .subtitle {
    text-shadow: none;
    color: #333;
  }
  .keyvisual .slider-text-wrapper .description {
    text-shadow: none;
    color: #333;
  }
}

/*DCE Elemente mit GIF Bilder - Keyvisual, Keyvisual Microsite*/
.keyvisual .img-wrapper {
  position: relative;
}
.keyvisual .img-wrapper .imagegif,
.keyvisual .img-wrapper .imagegif-container {
  display: none;
}
.keyvisual.showgif .img-wrapper .image,
.keyvisual.showgif .img-wrapper .image-container,
.keyvisual.showgif .img-wrapper picture {
  display: none !important;
}
.keyvisual.showgif .img-wrapper .imagegif,
.keyvisual.showgif .img-wrapper .imagegif-container {
  display: block;
}

.keyslider-slider .slider-img-wrapper .imagegif {
  display: none;
}
.keyslider-slider .slider-img-wrapper.showgif .image,
.keyslider-slider .slider-img-wrapper.showgif picture {
  display: none !important;
}
.keyslider-slider .slider-img-wrapper.showgif .imagegif {
  display: block;
}

@media screen and (max-width: 1159px) {
  .keyvisual .slider-text-wrapper {
    bottom: 0;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 440px) {
  .keyvisual .description {
    font-size: 0.8rem;
  }
  .keyvisual .h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.keyvisual .slider-text-wrapper .title-spacer {
  display: table;
  height: 1rem;
}

.keyvisual .slider-text-wrapper .title {
  font-size: 2.8rem;
  line-height: 1.29;
  margin-bottom: 0;
  font-weight: 700 !important;
  text-transform: initial;
  text-shadow: none;
  background-color: #0072bc;
  color: #FFF;
  box-shadow: -10px 0px 0 7px #0072bc, 10px 0px 0 7px #0072bc, 0 0 0 7px #0072bc;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
@media screen and (max-width: 64.5rem) {
  .keyvisual .slider-text-wrapper .title {
    margin-left: 15px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 992px) {
  .keyvisual .slider-text-wrapper .title {
    font-size: 2rem;
    line-height: 1.35;
  }
}
@media screen and (max-width: 40em) {
  .keyvisual .slider-text-wrapper .title {
    font-size: 1.6rem;
    line-height: 1.39;
  }
}

.keyvisual .slider-text-wrapper .subtitle {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 40em) {
  .keyvisual .slider-text-wrapper .subtitle {
    font-size: 1.4rem;
  }
}

.slider-text-wrapper .description {
  margin-bottom: 0;
}

.keyvisual.isemergencylook .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6vw;
  max-height: 45px;
  background-image: url(/typo3conf/ext/basetpl/Resources/Public/images/emergencylook/Stripe_1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
  background-size: cover;
}
@media screen and (max-width: 64.5rem) {
  .keyvisual.isemergencylook .img-wrapper:before {
    height: 20px;
  }
}
.keyvisual.isemergencylook .img-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6vw;
  max-height: 45px;
  background-image: url(/typo3conf/ext/basetpl/Resources/Public/images/emergencylook/Stripe_2.svg);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
  background-size: cover;
}
@media screen and (max-width: 64.5rem) {
  .keyvisual.isemergencylook .img-wrapper:after {
    height: 20px;
  }
}
.keyvisual.isemergencylook .img-wrapper .image-fotocredit,
.keyvisual.isemergencylook .img-wrapper .slider-text-wrapper {
  z-index: 2;
}

.keyvisual .project-map-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: 10vw;
  min-width: 70px;
  border: 4px solid #faeb00;
  border-radius: 100%;
}
.keyvisual .project-map-wrapper.theme-yellow {
  border-color: #faeb00;
}
.keyvisual .project-map-wrapper.theme-blue {
  border-color: #0072bc;
}
.keyvisual .project-map-wrapper.theme-turquoise {
  border-color: #00c1ff;
}
.keyvisual .project-map-wrapper.theme-darkblue {
  border-color: #1f2446;
}
.keyvisual .project-map-wrapper img {
  border-radius: 100%;
}
/*# sourceMappingURL=dce_keyvisual.css.map */
