/* CX WebbApp WS2 */

html {
  height: 100vh;
}
body.body_home {
  background-image: url("../images/home_ws_tray.png");
  background-repeat: no-repeat;
  background-size: 77%;
  background-attachment:fixed;
  background-position:left bottom;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: LOreal_Book;
  min-height: 100vh;
}
@font-face {
  font-family: LOreal_Book;
  src: url(../fonts/LOREAL_PRO-2-Book.otf);
}
@font-face {
  font-family: LOreal_Medium;
  src: url(../fonts/LOREAL_PRO-3-Medium.otf);
}
@font-face {
  font-family: LOreal_Semibold;
  src: url(../fonts/LOREAL_PRO-4-SemiBold.otf);
}
@font-face {
  font-family: LOreal_Bold;
  src: url(../fonts/LOREAL_PRO-5-Bold.otf);
}
h1 {
  font-family: LOreal_Medium;
  font-size: 1.8em;
}
h2 {
  font-family: LOreal_Medium;
  font-size: 1.6em;
}
h3 {
  font-family: LOreal_Medium;
  font-size: 1.4em;
}
h4 {
  font-family: LOreal_Medium;
  font-size: 1.3em;
}
h5 {
  font-family: LOreal_Medium;
  font-size: 1.2em;
}
h6 {
  font-family: LOreal_Book;
  font-size: 1.2em;
}
.button {
  text-decoration: none;
  width: 200px;
  margin: 10px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-family: LOreal_Bold;
  font-size: 1.2em;
  text-transform: uppercase;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
}
.button:link, .button:visited {
  color: #000;
}
.button:hover {
  color: #fff;
  background-color: #000;
}
#submit {
  display: block;
  margin: 20px 0;
}
#main {
  width: 100%;
  height: auto;
  position: relative;
}
#header {
  width: 100%;
  height: auto;
  padding: 35px 0 50px 0;
}
.header_home {
  padding-bottom: 15px !important;
}
.logo {
  width: auto;
  height: auto;
}
.logo img {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.language {
  margin: 50px auto 0 auto;
  width:20%;
  min-width: 250px;
  border-radius: 25px;
  border:1px solid #000;
  background-color: #fff;
  padding-right: 20px;
}
#languagechoice {
  width: 100%;
  text-align: center;
  font-family: LOreal_Book;
  font-size: 1em;
  line-height: 50px;
  height: 50px;
  border: none;
  background:none;
}
.content {
  width:60%;
  height: auto;
  margin: 0 15% 0 15%;
  padding:0 5% 100px 5%;
  /*background: rgba(255,255,255,0.1);*/
}
.content_text {
  text-align: center;
}
.video_test {
  width:100%;
  height:auto;
}
.check {
  margin: 15px 0 15px 0;
}
.footer {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  text-align: center;
  width: 100%;
  height: 100px;
}


@media only screen and (max-width: 990px) {
  body.body_home {
    background-image: url("../images/home_ws_tray_tablet.png");
    background-repeat: no-repeat;
    background-position: 0% bottom;
    background-size: auto 100%;
  }
  #main {
    width: 100%;
  }
  #header {
    padding-top: 35px
  }
  .logo img {
    width: 50%;
  }
  .language {
    width:40%;
  }
  .content {
    width:80%;
    height: auto;
    margin: 0 5% 0 5%;
    padding:0 5% 125px 5%;
  }
  .footer {
  }
}


@media only screen and (max-width: 600px) {
  body.body_home {
    background-image: url("../images/home_ws_tray_tablet.png");
    background-repeat: no-repeat;
    background-position: 20% bottom;
    background-size: auto 80%;
  }
  #main {
    width: 100%;
  }
  #header {
    padding-top: 50px
  }
  .logo img {
    width: 80%;
  }
  .language {
    width:60%;
  }
  .content {
  }

}
