body{
  perspective: 180vh;;
}
#projekteunsere {
  position: absolute;
  top: 100%;
  left: 0;
  width: 90%;
  margin: 0 5%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg) translate3d(0, var(--translate), 0);
  transform: rotateX(60deg) translate3d(0, var(--translate), 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  transition: all 0.4s;
  flex-direction: column-reverse;
  display: flex;
  pointer-events: none;
  /* background: #88888b6b; */
}


#projekteunsere>div {
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotateX(-60deg) translateZ(0);
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: rotateX(-60deg) translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, -webkit-opacity 0.5s ease-in-out;
  /* padding: 10% 0 0 0; */
  height: 70vh;
  display: flex;
  opacity: 0;
  -webkit-opacity: 0;
}

#projekteunsere>div:nth-child(1),
#projekteunsere>div:nth-child(2),
#projekteunsere>div:nth-child(3) {
  opacity: 1;
  -webkit-opacity: 1;
}

#projekteunsere .description_content {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
}

#projekteunsere>div .container {
  justify-self: center;
  align-self: center;
  text-align: center;
  margin: 0 auto;
}
.description_content p,
.description_content p a,
.description_content p span{
  font-family: 'GTPlanarRetalic15', Arial, Helvetica, sans-serif !important;
  line-height: 1.5;
}
#projekteunsere h1{
  padding-top: 50px;;
}
#projekteunsere h1,
#projekteunsere h1 p{
  font-size: 70px;
}

#projekteunsere .img-responsive img {
  width: 100%;
}

@media(max-width: 1199px){
  /*body {
    perspective: 2980px !important;
  }*/
  .empty_section_spacer{
    display: block !important;
  }
}
@media (max-width: 640px){
  #projekteunsere h1, #projekteunsere h1 p, .codex-editor h1 {
      font-size: min(70px, 7vw);
  }
  body {
    perspective: 3000px;
  }
}
@media(max-width: 575px){
  /*body {
    perspective: 2980px !important;
  }*/
}