@font-face {
  font-family: "NowAltMedium";
  src: url("assets/fonts/NowAltMedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NowAltRegular";
  src: url("assets/fonts/NowAltRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NowAltBold";
  src: url("assets/fonts/NowAltBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
* {
  border-style: none;
}

.row-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1090px) {
  .mobile-only {
    display: none !important;
  }
}

#header {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 30px;
  background: #194789;
}
@media (max-width: 1090px) {
  #header {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
#header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}
@media (max-width: 1090px) {
  #header > div {
    padding-left: 20px;
  }
  #header > div img {
    height: 34px;
  }
}
#header #menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1090px) {
  #header #menu {
    display: none;
  }
}
#header #menu > a {
  color: #FAFAFA;
  font-family: "NowAltBold", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-right: 36px;
  text-decoration: none;
}
#header #menu #login-button .button {
  height: 40px;
  width: 137px;
  background-color: #F5E971;
  border-radius: 37px;
  box-shadow: 0 10px 30px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#header #menu #login-button a {
  line-height: 42px;
  text-decoration: none;
  font-family: "NowAltBold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #490606;
  height: 100%;
}
#header #bars {
  margin-right: 15px;
  padding-top: 3px;
}
#header #bars .bar {
  height: 3px;
  width: 30px;
  background: white;
  margin-bottom: 3px;
}
#header #mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 0;
  transition: height 0.2s;
}
#header #mobile-menu.expanded {
  height: 90px;
}
#header #mobile-menu a {
  color: #FAFAFA;
  font-family: "NowAltBold", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 15px;
}

.logo-container {
  background: #194789 no-repeat center center fixed;
  display: flex;
  padding-top: 46px;
  padding-bottom: 26px;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#logo {
  display: flex;
}

@media (min-width: 1200px) {
  #logo {
    position: relative;
  }
}
.content {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1470px) {
  .content {
    width: calc(100% - 30px);
  }
}

.content-medium {
  width: 1440px;
}
@media (max-width: 1470px) {
  .content-medium {
    width: calc(100% - 30px);
  }
}

@media (max-width: 1420px) {
  .content {
    width: calc(100% - 30px );
  }
}
@media (max-width: 1060px) {
  .content-medium {
    width: calc(100% - 30px );
  }
}
h1 {
  font-size: 26px;
  line-height: 30px;
  font-family: "NowAltBold", sans-serif;
}

#cursor {
  width: 1px;
  height: 30px;
  position: relative;
  border-right: 2px solid white;
  right: 3px;
  top: 17px;
}
@media (max-width: 1090px) {
  #cursor {
    height: 21px;
    top: 12px;
    right: 2px;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blink 1.6s step-start 0s infinite;
  -webkit-animation: blink 1.6s step-start 0s infinite;
}

.content-container {
  margin-left: 100px;
  margin-top: 160px;
}

@media (max-width: 850px) {
  .content-container {
    margin-left: 20px;
    margin-top: 80px;
  }
}
.the-future-of {
  color: #00FFD8;
  font-family: "NowAltBold", sans-serif;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 54px;
  width: 100%;
}

@media (max-width: 850px) {
  .the-future-of {
    font-size: 35px;
    line-height: 45px;
  }
}
.take-your-product {
  width: 500px;
  color: #FAFAFA;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  padding-left: 3px;
}

@media (max-width: 850px) {
  .take-your-product {
    width: calc(100% - 20px);
    font-size: 16px;
  }
}
.form-container {
  height: 50px;
  width: 675px;
  max-width: 95%;
  position: relative;
  font-family: Arial, sans-serif;
  margin-top: 60px;
}
.form-container > form {
  height: 100%;
}

@media (max-width: 850px) {
  .form-container {
    width: 95%;
  }
}
.display-information {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 3px;
  max-width: 95%;
}

@media (max-width: 850px) {
  .display-information {
    font-size: 16px;
  }
}
input::placeholder {
  color: #FFFFFF;
}
input:focus {
  outline: none;
  box-shadow: 0 0 1px 2px #ddd;
}

/* Hard "outline" with box-shadow: */
/* background: linear-gradient(314.75deg,#232161 0%, #207B6D 100%) no-repeat center center fixed; */
body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  position: relative;
  height: 100%;
  margin: 0;
}

#background {
  height: 100vh;
  width: 100vw;
  overflow: auto;
}

html {
  height: 100%;
  min-height: 100%;
}

.imprint-container {
  position: absolute;
  bottom: 29px;
  right: 37px;
  padding-bottom: 2px;
  display: flex;
  font-size: 12px;
  border-bottom: 2px solid #5D71B9;
  line-height: 16px;
}

.imprint {
  font-size: 14px;
  color: #5D71B9;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

.impressum-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  background-color: #FFF9EE;
  color: #232762;
}

a {
  color: #232762;
}

.impressum-col-1 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
}
.impressum-col-1 > div {
  width: 50%;
}

@media (max-width: 850px) {
  .impressum-col-1 {
    flex-direction: column;
  }
  .impressum-col-1 > div {
    width: 100%;
  }
}
.impressum-col-2 {
  margin-top: 60px;
  font-family: Arial, sans-serif;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 60px;
}

#logo-link {
  color: transparent;
  text-decoration: none;
}

.impressum-col-2 h1 {
  font-size: 25px;
}

#footer {
  background: #FFF9EE;
  height: 120px;
  display: flex;
  justify-content: center;
}
#footer div, #footer a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  line-height: 120px;
  color: #490606;
  font-family: "NowAltMedium", sans-serif;
  letter-spacing: 0.4px;
}

@media (max-width: 1090px) {
  #footer div, #footer a {
    flex-direction: column-reverse;
    line-height: 32px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

/*# sourceMappingURL=imprint.css.map */
