.logo {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 4;
}

.h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  display: block;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.eule {
  position: relative;
  bottom: -8px;
  width: 40vw;
  height: auto;
  max-width: 80%;
}

.propeller {
  position: absolute;
  top: -1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.propeller._1 {
  top: 1.5%;
  display: block;
  height: 7%;
  opacity: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  margin-bottom: 5px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 10px;
  text-decoration: none;
}

.body {
  background-color: #ff3465;
  font-family: Hkgrotesk, sans-serif;
}

.bold-text {
  position: static;
  right: 60px;
  display: inline;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 0px;
  font-weight: 400;
  text-align: justify;
}

.bold-text:hover {
  opacity: 0.75;
}

.contact {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scene {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef2c5a;
}

.container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  position: relative;
  top: 92px;
  z-index: 6;
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  position: relative;
  bottom: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 90%;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: absolute;
  left: -323px;
  right: -109px;
  bottom: 137px;
  display: none;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.feather-1 {
  position: absolute;
  bottom: 120px;
  width: 1500px;
  height: 50%;
  max-width: 90vw;
  background-image: url('../images/feder-scharf-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feather-2 {
  position: absolute;
  bottom: 400px;
  width: 1500px;
  height: 50%;
  max-width: 105vw;
  background-image: url('../images/federn-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feather-2.feather {
  bottom: 460px;
  max-width: 90vw;
}

.content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-perspective: 1589px;
  perspective: 1589px;
}

.feather-0 {
  position: absolute;
  bottom: 120px;
  width: 1500px;
  height: 50%;
  max-width: 105vw;
  background-image: url('../images/feder-scharf.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feather-0.first {
  display: block;
  max-width: 90vw;
  background-image: url('../images/feder-unscharf.png');
}

.propeller-2 {
  position: absolute;
  top: -1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.propeller-2._2 {
  top: 1.5%;
  display: block;
  height: 7%;
  opacity: 1;
}

.propeller-3 {
  position: absolute;
  top: -1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.propeller-3._3 {
  top: 1.5%;
  display: block;
  height: 7%;
  opacity: 1;
}

.stand {
  position: absolute;
  top: 1.5%;
  display: block;
  width: auto;
  height: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 150%;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.h1 {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 4em;
  line-height: 80px;
}

.propeller-4 {
  position: absolute;
  top: 1.5%;
  display: block;
  width: auto;
  height: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backup {
  position: relative;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/eule_backup.png');
  background-position: 50% 50%;
  background-size: 62%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .h3 {
    font-size: 16px;
    line-height: 70px;
  }
  .eule {
    width: 50vw;
  }
  .propeller._1 {
    top: 2%;
  }
  .container-2 {
    top: 0px;
  }
  .propeller-2._2 {
    top: 2%;
  }
  .propeller-3._3 {
    top: 2%;
  }
  .stand {
    top: 2%;
  }
  .h1 {
    font-size: 3.5em;
    line-height: 70px;
  }
  .propeller-4 {
    top: 2%;
  }
}

@media (max-width: 767px) {
  .logo {
    z-index: 6;
  }
  .h3 {
    left: 0px;
    font-size: 12px;
    line-height: 60px;
  }
  .eule {
    width: 80vw;
  }
  .propeller._1 {
    height: 8%;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .propeller-2._2 {
    height: 8%;
  }
  .propeller-3._3 {
    top: 1%;
    height: 8%;
  }
  .h1 {
    left: 0px;
    font-size: 2.8em;
    line-height: 60px;
  }
  .propeller-4 {
    top: 1%;
    height: 8%;
  }
}

@media (max-width: 479px) {
  .logo {
    left: 60px;
    top: 30px;
    right: 60px;
    display: block;
    width: 125px;
    margin-right: auto;
    margin-left: auto;
  }
  .h3 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 40px;
  }
  .eule {
    width: 90vw;
  }
  .propeller._1 {
    top: 0%;
    height: 10%;
  }
  .link {
    margin-bottom: 0px;
  }
  .bold-text {
    font-size: 16px;
  }
  .contact {
    left: 60px;
    top: 60px;
    right: 60px;
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .scene {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }
  .container {
    left: 0px;
    top: 38vh;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .container-2 {
    position: static;
  }
  .feather-1 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 90%;
  }
  .feather-2 {
    bottom: 0px;
  }
  .feather-2.feather {
    bottom: 445px;
    display: none;
    overflow: hidden;
    width: 90%;
  }
  .content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }
  .feather-0 {
    bottom: 0px;
  }
  .feather-0.first {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: none;
    overflow: visible;
    width: 90%;
  }
  .propeller-2._2 {
    top: 0%;
    height: 10%;
  }
  .propeller-3._3 {
    top: 0%;
    height: 10%;
  }
  .stand {
    top: 0%;
    height: 10%;
  }
  .h1 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30%;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    line-height: 40px;
  }
  .propeller-4 {
    top: 0%;
    height: 10%;
  }
}

@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Medium.eot') format('embedded-opentype'), url('../fonts/HKGrotesk-Medium.woff') format('woff'), url('../fonts/HKGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Regular.eot') format('embedded-opentype'), url('../fonts/HKGrotesk-Regular.woff') format('woff'), url('../fonts/HKGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Light.eot') format('embedded-opentype'), url('../fonts/HKGrotesk-Light.woff') format('woff'), url('../fonts/HKGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/HKGrotesk-Bold.woff') format('woff'), url('../fonts/HKGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}