body {
  height: 100%;
  background-color: #eb003c;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.logobar {
  padding-top: 12px;
  padding-bottom: 11px;
  background-color: #fff;
}

.logo.w--current {
  width: 225px;
  height: 50px;
}

.stage {
  position: relative;
  background-color: #eb003c;
}

.body {
  background-color: #eb003c;
}

.body.blue {
  background-color: #050a48;
}

.content-blue {
  background-color: #050a48;
}

.stage-diagonal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  z-index: 1;
  height: 800px;
  background-image: url('../images/diagonal-signet.png');
  background-position: 50% 100%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.container {
  z-index: 2;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 1.1em;
  font-weight: 700;
}

.intro-text {
  max-width: 800px;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 500;
}

.stage-content {
  position: relative;
  z-index: 2;
  min-height: 1200px;
  padding-top: 100px;
}

.content {
  padding-bottom: 100px;
}

.content-diagonal {
  z-index: 0;
  min-height: 700px;
  background-image: url('../images/diagonal-bottom.png');
  background-position: 50% 0%;
  background-size: 1999px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-text {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.pikto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.caution-text {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.1em;
}

.yellow-text {
  font-family: Mavenjohanniter, sans-serif;
  color: #deff00;
}

.deeplink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-text {
  position: relative;
  z-index: 5;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
}

.btn {
  width: 225px;
  height: 50px;
  margin-top: 25px;
  padding-top: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: #050a48;
  border-radius: 8px;
  background-color: #050a48;
  -webkit-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
  transition: all 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.1px;
}

.btn:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #050a48;
  background-color: #eb003c;
  color: #050a48;
}

.socialbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-link {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.social-link.facebook {
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link.youtube {
  background-image: url('../images/youtube.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-link {
  height: 20px;
  margin-bottom: 15px;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.1px;
}

.footerlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-imprint {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #050a48;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 700;
}

.imprint-text {
  margin-bottom: 150px;
}

.copy {
  margin-bottom: 15px;
  font-family: Mavenjohanniter, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
}

.list {
  font-family: Mavenjohanniter, sans-serif;
}

.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;
}

.heading {
  font-family: Mavenjohanniter, sans-serif;
}

.text-block {
  font-family: Mavenjohanniter, sans-serif;
}

.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;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 90px;
  }

  .intro-text {
    max-width: 600px;
    font-size: 40px;
  }

  .stage-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .flex-box._2 {
    width: 240px;
  }

  .icon-text {
    font-size: 24px;
  }

  .yellow-text {
    font-size: 32px;
  }

  .default-text {
    font-size: 32px;
  }

  .content-imprint {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .logobar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stage-diagonal {
    background-size: 2000px;
  }

  .h1 {
    margin-bottom: 50px;
    font-size: 70px;
  }

  .intro-text {
    font-size: 35px;
  }

  .stage-content {
    min-height: 1100px;
    padding-top: 100px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .content {
    padding-bottom: 50px;
  }

  .content-diagonal {
    background-size: 2000px;
  }

  .icon-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;
  }

  .flex-box._1 {
    margin-bottom: 100px;
  }

  .flex-box._2 {
    margin-bottom: 100px;
  }

  .deeplink {
    padding-right: 35px;
    padding-left: 35px;
  }

  .default-text {
    padding-right: 35px;
    padding-left: 35px;
  }

  .content-imprint {
    padding: 50px 35px;
  }

  .h2 {
    margin-bottom: 35px;
  }

  .imprint-text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .content-blue {
    position: relative;
    top: -150px;
    z-index: 5;
    padding-right: 30px;
    padding-left: 30px;
  }

  .stage-diagonal {
    height: 600px;
    -webkit-transform: translate(0px, -75px);
    -ms-transform: translate(0px, -75px);
    transform: translate(0px, -75px);
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 58px;
    line-height: 1.1em;
  }

  .intro-text {
    font-size: 26px;
  }

  .stage-content {
    min-height: 1010px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content {
    padding-bottom: 0px;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
  }

  .content-diagonal {
    min-height: 500px;
    -webkit-transform: translate(0px, -224px);
    -ms-transform: translate(0px, -224px);
    transform: translate(0px, -224px);
  }

  .icon-text {
    line-height: 1.2em;
  }

  .yellow-text {
    font-size: 23px;
  }

  .default-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .content-imprint {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Mavenjohanniter';
  src: url('../fonts/MavenJohanniter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenjohanniter';
  src: url('../fonts/MavenJohanniter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenjohanniter';
  src: url('../fonts/MavenJohanniter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenjohanniter';
  src: url('../fonts/MavenJohanniter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}