@font-face {
  font-family: "Clear Sans";
  src: url("fonts/ClearSans-Light-webfont.eot");
  src: url("fonts/ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"), url("fonts/ClearSans-Light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Johnny Fever";
  src: url("fonts/Johnny-Fever.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Clear Sans";
  src: url("fonts/ClearSans-Bold-webfont.eot");
  src: url("fonts/ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"), url("fonts/ClearSans-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Calibri";
  background-image: url(../images/landing/unicorn_bottom.png), url(../images/landing/background_landing.jpg);
  background-position: left bottom, center bottom;
  background-attachment: fixed;
  background-size: 100% auto, cover;
  background-repeat: no-repeat;
  /* font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; */
  font-size: 13.5pt;
}

body {
  padding: 25px 0;
}

.container {
  width: 500px;
  margin: 0 auto;
}

.logos {
  width: 500px;
}

.logo-pad {
  padding: 0 35px 0 0;
  display: inline-block;
  width: 139px;
}

.logo {
  display: inline-block;
  width: 139px;
}

.head-img {
  width: 80%;
  position: relative;
  left: 10%;
  margin-top: 30px;
}

.video {
  padding: 75px 0 75px 0;
}

.video video {
  width: 500px;
  height: 281.25px;
}

/* .unicorn-bottom{
  background-image: url(../images/landing/unicorn_bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 61%;
  position: fixed;
  bottom: 0;
} */
.footer {
  display: inline;
}

.footer .language {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  float: right;
}

.footer .language img {
  width: 40px;
}

.footer .info {
  color: #fff;
  padding-top: 90px;
}

.footer .info a {
  text-decoration: none;
  color: #fff;
  font-size: 10.5pt;
}

.button_de {
  /* background-color: #e61511;
  //width: 170px;
  width: auto;
  display: inline-block;
  height: 35px;
  border: none;
  text-align: center;
  font-family: "Calibri";
  cursor: pointer;
  font-size: 15pt;
  color: #fff; */
  background-color: #ff006c;
  width: auto;
  border-radius: 10px;
  display: inline-block;
  height: 40px;
  border: 3px solid #ff006c;
  text-align: center;
  cursor: pointer;
  font-family: "Johnny Fever";
  font-size: 15pt;
  color: #fff;
  margin-bottom: 50px;
}

.button_de:focus {
  outline: 0;
}

.button_en {
  /* background-color: #e61511;
  width: auto;
  display: inline-block;
  height: 35px;
  border: none;
  text-align: center;
  font-family: "Calibri";
  cursor: pointer;
  font-size: 15pt;
  color: #fff; */
  background-color: #ff006c;
  width: auto;
  border-radius: 10px;
  display: inline-block;
  height: 40px;
  border: 3px solid #ff006c;
  text-align: center;
  cursor: pointer;
  font-family: "Johnny Fever";
  font-size: 15pt;
  color: #fff;
  margin-bottom: 50px;
}

.button_en:focus {
  outline: 0;
}

.anchor {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 780px) {
  html, body {
    margin: 0;
    padding: 0;
    font-family: "Calibri";
    background-image: url(../images/landing/unicorn_bottom.png), url(../images/landing/background_landing.jpg);
    background-position: left bottom, center bottom;
    background-attachment: fixed;
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    /*font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;*/
    font-size: 12.9pt;
  }
  body {
    padding: 21.5px 0;
  }
  .container {
    width: 300px;
    margin: 0 auto;
  }
  .logos {
    width: 300px;
  }
  .logo-pad {
    padding: 0 30px 0 0;
    display: inline-block;
    width: 75px;
  }
  .logo {
    display: inline-block;
    width: 75px;
  }
  .head-img {
    width: 80%;
    position: relative;
    left: 10%;
    margin-top: 25px;
  }
  .button_de {
    /* background-color: #e61511;
    //width: 170px;
    width: auto;
    display: inline-block;
    height: 35px;
    border: none;
    text-align: center;
    font-family: "Calibri";
    cursor: pointer;
    font-size: 15pt;
    color: #fff; */
    background-color: #ff006c;
    width: auto;
    padding-top: 3px;
    border-radius: 10px;
    display: inline-block;
    height: 30px;
    border: 3px solid #ff006c;
    text-align: center;
    cursor: pointer;
    font-family: "Johnny Fever";
    font-size: 12pt;
    color: #fff;
    margin-bottom: 50px;
  }
  .button_de:focus {
    outline: 0;
  }
  .button_en {
    /* background-color: #e61511;
    width: auto;
    display: inline-block;
    height: 35px;
    border: none;
    text-align: center;
    font-family: "Calibri";
    cursor: pointer;
    font-size: 15pt;
    color: #fff; */
    background-color: #ff006c;
    width: auto;
    padding-top: 3px;
    border-radius: 10px;
    display: inline-block;
    height: 30px;
    border: 3px solid #ff006c;
    text-align: center;
    cursor: pointer;
    font-family: "Johnny Fever";
    font-size: 12pt;
    color: #fff;
    margin-bottom: 50px;
  }
  .button_en:focus {
    outline: 0;
  }
  .video {
    padding: 75px 0 55px 0;
  }
  .video video {
    width: 300px;
    height: 169px;
  }
  .anchor {
    text-decoration: none;
    color: #fff;
  }
  .text p {
    color: #fff;
    margin-top: 25.8px;
  }
  .footer {
    display: inline;
  }
  .footer .language {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    float: right;
  }
  .footer .language img {
    width: 40px;
  }
  .footer .info {
    color: #fff;
    padding-top: 5px;
  }
  .footer .info a {
    text-decoration: none;
    color: #fff;
    font-size: 12pt;
  }
  button {
    background-color: #e61511;
    width: auto;
    display: inline-block;
    height: 30.1px;
    border: none;
    text-align: center;
    font-family: "Calibri";
    cursor: pointer;
    font-size: 12.9pt;
    color: #fff;
  }
}

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