body {
  height: 100vh;
}

.kran_niebler_logo_header {
  width: 80%;
  max-width: 700px;
  order: 1;
  mix-blend-mode: normal;
}

.crane_render_section {
  mix-blend-mode: multiply;
  order: 10;
  width: 100%;
}

.kran_clay_render {
  width: 100%;
  max-width: 800px;
}

.headermid {
  height: 90vh;
}

.kontakt_link {
  /*height: 10%;*/
  /*position: absolute;*/
  /*z-index: auto;*/
  width: 100%;
  height: 10vh;
  opacity: 0;
  animation: opacityOn 2.5s normal forwards;
  animation-delay: 1.5s;
}

@keyframes opacityOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kontakt_form {
  height: 100vh;
}

