/********* FONTS & CONFIG *********/
/********* VARIABLES *********/
/********* MIXINs *********/
@import url("https://fonts.googleapis.com/css?family=Exo:300,400,500,600,800&display=swap");
/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Exo", sans-serif;
  font-size: calc(12px + 4 * (100vw - 420px) / 480);
  color: #5b6f75;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}

.container {
  height: 100%;
  display: flex;
}

h2 {
  font-size: calc(55px + 14 * (100vw - 420px) / 480);
  line-height: 45px;
  margin: 100px 0;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 55px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 69px;
  }
}
h2 span {
  display: block;
  font-size: calc(30px + 9 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  h2 span {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  h2 span {
    font-size: 39px;
  }
}

h6 {
  text-transform: uppercase;
  font-size: calc(12px + 0 * (100vw - 420px) / 480);
  font-weight: 800;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 420px) {
  h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  h6 {
    font-size: 12px;
  }
}
h6:before {
  content: "";
  background: linear-gradient(0deg, rgb(0, 52, 194) 0%, rgb(0, 181, 163) 100%);
  position: absolute;
  width: 5px;
  height: 25px;
  left: 0;
  top: -6px;
}

.g-recaptcha {
  display: inline-block;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background-color: #fff;
  background-image: url(../../img/home_slide.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-size: 50%;
  background-position: 100%;
}
header h6 {
  margin: 15% 0 0 10px;
}
header .container {
  position: relative;
}
header .container .header_wrap {
  display: flex;
  flex-direction: column;
}
header .container .title {
  max-width: 100%;
  min-width: 35%;
  max-height: 300px;
  margin-top: 50px;
}
header .container .scroll {
  left: 15px;
  bottom: 20vh;
  width: 20px;
  height: 50px;
  background-image: url(../../img/scroll.svg);
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
header .btn {
  display: none;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  /*.the-blur{
      position: fixed;
      top:0;
      width: 100%;
      min-height: 50px;
      margin-bottom: 20px;
      background: rgba(0,0,0,.1 );
      z-index:500;
      -webkit-filter: blur(20px);
      -moz-filter: blur(20px);
      -o-filter: blur(20px);
      -ms-filter: blur(20px);
      filter: blur(20px);
  }*/
}
header .navbar .navbar-nav .nav-item {
  padding: 0 10px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #4F6563;
  text-transform: uppercase;
  font-size: 0.9rem;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

/********* MAIN *********/
main {
  background-color: #000;
  overflow: hidden;
  color: #5b6f75;
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box1 {
  background: linear-gradient(0, rgb(240, 242, 254) 0%, rgb(255, 255, 255) 100%);
}
main #box1 h2 {
  display: none;
}
main #box1 span {
  background-image: linear-gradient(67deg, #0034C2, #00B5A3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0;
}
main #box1 img {
  margin-bottom: 100px;
}
main #box1,
main #box2 {
  padding: 100px 0 50px;
}
main #box1 img,
main #box2 img {
  max-width: 100%;
}
main #box1 span,
main #box2 span {
  background-image: linear-gradient(67deg, #0034C2, #00B5A3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0;
}
main #box2 {
  padding-bottom: 150px;
  position: relative;
  background: #F1F2FE;
}
main #box2 h2 {
  color: #DD2662;
}
main #box2 h6 {
  color: #20262b;
}
main #box2 img {
  margin-bottom: 100px;
}
main #box3 {
  background: #FDFDFE;
}
main #box3 h2 {
  background-image: linear-gradient(90deg, #0034C2 0%, #00B5A3 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(30px + 15 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #box3 h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  main #box3 h2 {
    font-size: 45px;
  }
}
main #box3 img {
  width: 100%;
}
main #box3 span {
  font-size: calc(60px + 90 * (100vw - 420px) / 480);
  color: #D4D4D4;
  opacity: 0.3;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
  main #box3 span {
    font-size: 60px;
  }
}
@media screen and (min-width: 900px) {
  main #box3 span {
    font-size: 150px;
  }
}
main #box3 h4 {
  background-image: linear-gradient(90deg, #0034C2 0%, #00B5A3 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}
main #box3 .col-md-6.align-self-end {
  margin-top: 50px;
}
main #box3 .mt200 {
  margin-top: 200px;
}
main #contact {
  background: #FDFDFE;
  padding: 100px 0;
  position: relative;
}
main #contact .logo-footer {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
main #contact .logo-footer:before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #D7D9E5;
  left: -30px;
  height: 25px;
  width: 25%;
  top: 0;
}
main #contact .logo-footer:after {
  position: absolute;
  content: "";
  border-bottom: 5px solid #D7D9E5;
  right: -60px;
  top: 0;
  height: 25px;
  width: 65%;
}
main #contact .logo-footer .center {
  width: 240px;
  height: 50px;
  margin-left: 25%;
}
main #contact .container {
  padding-top: 100px;
}
main #contact .container #contact-form {
  padding: 20px 0 100px;
}
main #contact h6 {
  margin-bottom: 40px;
}
main #contact .form-control,
main #contact .form-control:focus {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #CACBD2;
  margin-bottom: 30px;
  padding-left: 0;
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  text-transform: uppercase;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  text-transform: uppercase;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  text-transform: uppercase;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  text-transform: uppercase;
}
main #contact .btn {
  background: transparent;
  color: #878A9D;
  padding: 10px 25px 10px 0;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 600;
}
main #contact .imprint {
  line-height: 2.5em;
  margin-bottom: 50px;
}
main #contact .copyright {
  margin-bottom: 50px;
}
main #contact .footer {
  margin-left: 15px;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background-size: 90%;
    background-position: 100% 20%;
  }
  header .navbar .navbar-brand img {
    width: 80%;
  }
  header .navbar .btn-primary:not(:disabled):not(.disabled).active, header .navbar .btn-primary:not(:disabled):not(.disabled):active, header .navbar .show > .btn-primary.dropdown-toggle {
    background: transparent;
    border: none;
  }
  header .navbar button {
    position: absolute;
    right: 0;
    top: 5px;
    background: transparent;
    border: none;
    z-index: 1005;
  }
  header .navbar .btn {
    display: block;
  }
  header .navbar-dark .navbar-toggler-icon {
    background-image: url(../../img/menu.svg);
  }
  header .modal-fullscreen-menu .close {
    color: white;
    opacity: 1;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 5vh;
  }
  header .modal-fullscreen-menu .modal-dialog {
    background: linear-gradient(50deg, #00B5A3 0%, #0034C2 100%);
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    display: flex;
    height: 100%;
    align-items: center;
    pointer-events: auto;
  }
  header .modal-fullscreen-menu .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  header .modal-fullscreen-menu .logo-modal {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  header .modal-fullscreen-menu .modal-backdrop {
    z-index: -1;
  }
  header .modal-fullscreen-menu .list-group {
    margin: 0 40px;
    width: 100%;
  }
  header .modal-fullscreen-menu .list-group a {
    font-size: 200%;
    font-weight: 200;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.25s ease;
    background-color: transparent;
    text-transform: uppercase;
    color: white;
    padding: 5.5vh 0;
    height: 5vh;
    font-size: 3vh;
    line-height: 0;
  }
  header .modal-fullscreen-menu .list-group a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
  }
  header .modal-fullscreen-menu .list-group a:hover {
    color: black;
  }
  header .modal-fullscreen-menu .list-group a:hover:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .container .header_wrap {
    margin-top: 250px;
  }
  header .container img {
    width: 80%;
    margin-top: 0px;
  }
  header h6 {
    display: none;
  }
  h2 {
    margin: 30px 0;
  }
  main #box1,
  main #box2 {
    padding: 80px 0 50px;
    background-size: 100%;
  }
  main #box1 img,
  main #box2 img {
    padding: 0 40px;
    margin-bottom: 50px;
  }
  main #box1 h2,
  main #box2 h2 {
    margin: 0 0 20px;
  }
  main #box1 .col-md-4 > .col-md-12,
  main #box2 .col-md-4 > .col-md-12 {
    padding: 0;
  }
  main #box3 {
    padding: 80px 0 50px;
  }
  main #contact .logo-footer:before {
    width: 15%;
    height: 18px;
  }
  main #contact .logo-footer:after {
    right: -60px;
    width: 50%;
    height: 18px;
  }
  main #contact .logo-footer .center {
    margin-left: 10%;
  }
  main #contact .logo-footer .center img {
    max-width: 180px;
  }
  main #contact .container {
    flex-direction: column;
  }
}

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