.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

.hero {
  z-index: 0;
  width: 100%;
  height: 100vh;
  color: rgba(0, 0, 0, 0);
  background-color: #01122c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__container {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  margin-left: 10.625rem;
  margin-right: 10.625rem;
  display: block;
  position: relative;
}

.hero__h1 {
  max-width: 66.875rem;
  color: #fff;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4.375rem;
  font-family: Manrope, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 8.25rem;
}

.hero__text {
  max-width: 40.625rem;
  color: #fff;
  margin-bottom: 4.375rem;
  font-family: Manrope, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.1875rem;
}

.hero__video {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero__button {
  border: .125rem solid #26baec;
  padding: 1.5rem 2.375rem;
  text-decoration: none;
  position: relative;
}

.text-block {
  z-index: 1;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.about {
  justify-content: center;
  display: flex;
}

.about.is--form {
  min-height: 60vh;
  color: #000;
  justify-content: center;
  align-items: center;
}

.about__container {
  max-width: 98.75rem;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin: 12rem 3.125rem;
  display: block;
}

.about__container.is--form {
  margin-top: 18rem;
}

.about__content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about__content-img {
  z-index: 1;
  width: 33%;
  position: relative;
}

.about__content-text {
  width: 58.3%;
}

.subheadline {
  color: #26baec;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-size: 1.375rem;
}

.about__headline {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4;
}

.about__headline.is--form {
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem;
}

.about__text {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.about__text.is--contact {
  max-width: none;
  text-align: left;
  margin-bottom: 2.5rem;
}

.about__text.is--form {
  text-align: center;
}

.footer {
  width: 100%;
  background-color: #01122c;
  justify-content: center;
  align-items: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  display: block;
}

.footer__wrapper {
  max-width: 71.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer__logo-wrapper {
  width: 19.375rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer__logo-img {
  margin-bottom: 3.375rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__link-wrapper {
  width: 65.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer__textlink {
  color: #fff;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}

.footer__fineline {
  width: 100%;
  height: 1px;
  color: #607697;
  background-color: #607697;
}

.footer__content-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.footer__info-wrapper {
  align-items: center;
  display: flex;
}

.footer__info-img {
  height: 1.625rem;
  margin-right: 1.625rem;
}

.footer__info-img.is--mail {
  height: 1.5rem;
}

.footer__info-text {
  color: #607697;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  text-decoration: none;
  overflow: hidden;
}

.footer__bottomlink-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__bottomlink {
  color: #607697;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav.is--background {
  background-color: #01122c;
}

.nav.is--blue {
  background-color: #01122c;
  position: absolute;
}

.nav__container {
  justify-content: space-between;
  align-items: center;
  margin: 2.75rem 10.625rem;
  display: flex;
  position: static;
}

.nav__logo-wrapper {
  position: relative;
  top: -.3rem;
}

.nav__logo-img {
  max-height: 2.5rem;
}

.nav__link-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 6rem;
  display: flex;
}

.nav__button-wrapper {
  width: 13.625rem;
  height: 3.375rem;
  border: .125rem solid #26baec;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav__link {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: static;
}

.nav__button-text {
  z-index: 1;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.hero__video-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-color: rgba(1, 18, 44, .65);
  background-clip: border-box;
  position: relative;
}

.contact {
  justify-content: center;
  display: flex;
}

.contact__container {
  max-width: 98.75rem;
  flex-direction: row;
  flex: 1;
  margin-bottom: 12rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  display: block;
}

.contact__content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact__form-wrapper {
  width: 50%;
}

.contact__img-wrapper {
  width: 41.6%;
  position: relative;
}

.contact__headline {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.text-field {
  height: auto;
  color: #607697;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #607697;
  border-radius: 0;
  margin-bottom: 2.5rem;
  padding: 0 1rem .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #607697;
}

.text-field::placeholder {
  color: #607697;
}

.text-field.is--message {
  max-width: 100%;
  min-height: 10rem;
  border-style: solid;
  border-color: #607697;
  margin-top: .5rem;
  padding-top: .95rem;
  padding-left: 1rem;
}

.submit-button {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  letter-spacing: .1rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact__button {
  border: 1px solid #26baec;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.contact__button-text {
  z-index: 1;
  color: #26baec;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border: .125rem solid #26baec;
  padding: 1.5rem 2.375rem;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav__link-contain {
  height: 3rem;
  align-items: center;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__link-underline {
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 19%;
  left: 0%;
  right: 0%;
}

.footer__link-contain {
  height: 3em;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer__link-contain.is--impressum {
  margin-top: 1rem;
  margin-left: 3.25rem;
}

.footer__link-underline {
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 47%;
  left: 0%;
  right: 0%;
}

.footer__link-underline.is--info {
  background-color: #607697;
  bottom: 18%;
}

.footer__link-underline.is--info.is--impressum {
  bottom: 49%;
}

.footer__info-contain {
  height: 3rem;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__video-animation {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #01122c;
  display: block;
  position: absolute;
  overflow: visible;
}

.hero__video-animation.is--white {
  z-index: 0;
  background-color: #fff;
  display: block;
}

.about__img-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about__img-border {
  z-index: 0;
  width: 100%;
  height: 100%;
  border: .1875rem solid #26baec;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.contact__img-contain {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact__img-border {
  z-index: 0;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  border: .1875rem solid #26baec;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.text-block-2 {
  color: #000;
}

.button__background {
  z-index: 0;
  width: 0%;
  height: 100%;
  background-color: #26baec;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.impressum__container {
  max-width: 65.5rem;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin: 20rem 3.125rem 12rem;
  display: block;
}

.impressum__h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
}

.impressum {
  justify-content: center;
  display: flex;
}

.impressum__h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.impressum__text {
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
}

.impressum__h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 2rem;
}

.impressum__h3.is--centered {
  margin-top: -2rem;
  margin-bottom: 0;
}

.image {
  z-index: 1;
  position: relative;
}

.image.is--mobile {
  display: none;
}

.footer__copyright-contain {
  margin-top: -.7rem;
}

.footer__bottomlink-contain {
  display: flex;
}

.recaptcha {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .hero__container {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .hero__h1 {
    text-align: left;
    font-size: 5rem;
    line-height: 5.7rem;
  }

  .hero__video {
    display: none;
  }

  .hero__button {
    display: inline-block;
  }

  .about__container {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .about__container.is--form {
    margin-top: 12rem;
  }

  .about__content-wrapper {
    flex-direction: column;
  }

  .about__content-img {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
  }

  .about__content-text {
    width: 100%;
  }

  .about__headline {
    margin-bottom: 3rem;
    font-size: 2.7rem;
    line-height: 3.6rem;
  }

  .footer {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    overflow: hidden;
  }

  .footer__logo-img {
    margin-bottom: 1.8rem;
  }

  .footer__link-wrapper {
    width: auto;
    flex-direction: column;
  }

  .footer__fineline {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__content-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer__info-wrapper {
    margin-bottom: 1rem;
  }

  .footer__info-wrapper.is--lowest {
    margin-bottom: 0;
  }

  .footer__info-img {
    margin-right: 0;
    display: none;
  }

  .footer__info-text {
    text-align: center;
  }

  .footer__bottomlink-wrapper {
    flex-direction: column-reverse;
  }

  .nav__container {
    justify-content: center;
  }

  .nav__link-wrapper, .nav__button-wrapper {
    display: none;
  }

  .contact {
    overflow: hidden;
  }

  .contact__container {
    margin-bottom: 8rem;
  }

  .contact__content-wrapper {
    flex-direction: column-reverse;
  }

  .contact__form-wrapper {
    width: 100%;
  }

  .contact__img-wrapper {
    width: auto;
    margin-bottom: 5rem;
    display: block;
    top: auto;
  }

  .contact__headline {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }

  .contact__button {
    border-style: none;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .footer__link-contain {
    height: auto;
    margin-bottom: 1rem;
  }

  .footer__link-contain.is--impressum {
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer__link-underline, .footer__link-underline.is--info, .footer__link-underline.is--info.is--impressum {
    display: none;
  }

  .footer__info-contain {
    height: auto;
  }

  .about__img-contain {
    margin-bottom: 4rem;
  }

  .about__img-border {
    height: 100%;
    top: -3%;
    left: -2%;
  }

  .contact__img-border {
    height: 100%;
    top: 3%;
    left: 2%;
  }

  .button__background {
    display: none;
  }

  .impressum__container {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .image.is--desktop {
    display: none;
  }

  .image.is--mobile {
    display: block;
  }

  .footer__copyright-contain {
    margin-top: 1rem;
  }

  .footer__bottomlink-contain {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero__container {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .hero__h1 {
    max-width: 100%;
    text-align: left;
    flex: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .hero__text {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .hero__button {
    padding: 1.2rem 1.975rem;
  }

  .text-block {
    font-size: 1rem;
    line-height: .9rem;
  }

  .about.is--form {
    min-height: 40vh;
  }

  .about__container {
    margin: 7rem 2.5rem;
  }

  .about__container.is--form {
    margin-top: 9rem;
  }

  .subheadline {
    text-align: left;
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }

  .about__headline {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.9rem;
  }

  .about__text {
    text-align: left;
    font-size: 1.4rem;
  }

  .footer__wrapper {
    max-width: 100%;
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .footer__logo-wrapper {
    width: auto;
    position: static;
    overflow: visible;
  }

  .footer__logo-img {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .nav__container {
    margin: 1rem auto 1.5rem;
  }

  .nav__logo-img {
    max-height: none;
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact__container {
    margin-bottom: 7rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .contact__headline {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.9rem;
  }

  .text-field {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }

  .text-field.is--message {
    margin-bottom: 2.25rem;
  }

  .submit-button {
    font-size: 1rem;
  }

  .contact__button {
    border-style: none;
  }

  .contact__button-text {
    padding: 1.1rem 1.975rem;
    font-size: 1rem;
  }

  .button__background {
    display: none;
  }

  .impressum__container {
    margin: 7rem 2.5rem;
  }

  .impressum__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .hero__container {
    max-width: 100vw;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hero__h1 {
    margin-top: -1.5rem;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .hero__text {
    max-width: none;
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .hero__button {
    padding: 1.1rem 1.975rem;
  }

  .text-block {
    font-size: 1rem;
  }

  .about {
    overflow: hidden;
  }

  .about__container {
    max-width: 100vw;
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .subheadline {
    font-size: 1rem;
  }

  .about__headline {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .about__text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .footer {
    overflow: hidden;
  }

  .footer__wrapper {
    max-width: 90%;
  }

  .footer__logo-wrapper {
    width: auto;
    overflow: visible;
  }

  .footer__logo-img {
    max-width: 14rem;
  }

  .nav {
    overflow: hidden;
  }

  .nav__container {
    margin-bottom: 1rem;
  }

  .nav__logo-img {
    max-width: 14rem;
  }

  .contact {
    overflow: hidden;
  }

  .contact__container {
    max-width: 100vw;
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .contact__content-wrapper {
    max-width: 100vw;
  }

  .contact__headline {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .submit-button {
    text-decoration: none;
    display: block;
  }

  .contact__button {
    border-style: none;
    justify-content: center;
  }

  .contact__button-text {
    display: block;
  }

  .about__img-border {
    height: 100%;
  }

  .button__background {
    display: none;
  }

  .impressum__container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .impressum__text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .recaptcha__wrapper {
    transform-origin: 0 0;
    justify-content: center;
    align-items: center;
    transform: scale(.75);
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype'), url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}