@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue'), url("fonts/BebasNeue.woff") format('woff');
}
body {
  padding: 0;
  margin: 0;
}
#app {
  font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
  max-width: 810px;
  position: relative;
  background: url("img/loopbg.jpg");
  background-repeat: repeat-y;
  background-position-y: -64px;
}
@media all and (max-width: 809px) {
  #app {
    position: absolute;
    width: 100%;
    min-height: 100%;
  }
}
.app-inner {
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.top-bar {
  display: block;
  height: 20px;
  background-color: #143b70;
}
.top-bar li {
  display: inline;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.top-bar li:last-child {
  border-right: 0;
}
.logo {
  position: absolute;
  width: 23%;
  top: 0;
  right: 10%;
}
#landing-page {
  text-align: center;
}
#landing-page .sloagen {
  display: block;
  width: 72%;
  margin: 10% auto 10px;
}
#landing-page .landing-page-text {
  width: 550px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  text-shadow: 2px 2px 6px #333;
  line-height: 1.4em;
  margin-bottom: 12%;
}
@media all and (max-width: 809px) {
  #landing-page .landing-page-text {
    width: 90%;
    font-size: 14px;
  }
}
#landing-page .start-button {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f19279;
  background-color: rgba(255,19,0,0.4);
  box-shadow: 0 2px 3px #666;
  text-shadow: 0px 0px 4px #333;
  border: 2px solid #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 300px;
  cursor: pointer;
}
@media all and (max-width: 809px) {
  #landing-page .start-button {
    margin-bottom: 50px;
  }
}
#questionnaire {
  margin-bottom: 50px;
}
#questionnaire .sloagen-small {
  margin: 10px 0 0 20px;
}
@media all and (max-width: 809px) {
  #questionnaire .sloagen-small {
    display: none;
  }
}
#questionnaire .question {
  font-family: 'Bebas Neue', sans-serif;
  display: block;
  margin: 30px auto 10px;
  color: #fff;
  width: 420px;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 809px) {
  #questionnaire .question {
    width: 85%;
  }
}
#questionnaire .question .question-index {
  font-size: 25px;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media all and (max-width: 809px) {
  #questionnaire .question .question-index {
    font-size: 18px;
  }
}
#questionnaire .question .question-index::before,
#questionnaire .question .question-index::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 8px;
  width: calc(50% - 20px);
  border-bottom: 1px solid #fff;
}
#questionnaire .question .question-index::before {
  left: 0;
}
#questionnaire .question .question-index::after {
  right: 0;
}
#questionnaire .question h2 {
  margin: 0;
  font-size: 53px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  text-shadow: 0 0 30px #666;
}
@media all and (max-width: 809px) {
  #questionnaire .question h2 {
    font-size: 40px;
    line-height: 36px;
  }
}
#questionnaire .question h2:first-line,
#questionnaire .question h2::first-line {
  font-size: 66px;
  line-height: 66px;
}
@media all and (max-width: 809px) {
  #questionnaire .question h2:first-line,
  #questionnaire .question h2::first-line {
    font-size: 45px;
    line-height: 50px;
  }
}
#questionnaire .answer-wrapper {
  position: relative;
}
#questionnaire .answers {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 420px;
  padding: 10px;
  border-radius: 10px;
  margin: 40px auto 10px;
  overflow: hidden;
}
@media all and (max-width: 809px) {
  #questionnaire .answers {
    width: 80%;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
}
#questionnaire .answers li {
  float: left;
  padding: 10px;
  border-right: 1px solid #73b0dd;
  border-bottom: 1px solid #73b0dd;
  cursor: pointer;
  font-size: 0;
}
@media all and (max-width: 809px) {
  #questionnaire .answers li {
    padding: 6px;
    width: calc(50% - 7px);
  }
}
#questionnaire .answers li:nth-child(2n) {
  border-right: 0;
  padding-right: 0;
}
#questionnaire .answers li:nth-child(2n + 1) {
  padding-left: 0;
}
#questionnaire .answers li:nth-child(1),
#questionnaire .answers li:nth-child(2) {
  padding-top: 0;
}
#questionnaire .answers li:nth-child(3),
#questionnaire .answers li:nth-child(4) {
  border-bottom: 0;
  padding-bottom: 0;
}
#questionnaire .answers .active {
  outline: 4px solid #ff8c00;
}
@media all and (max-width: 809px) {
  #questionnaire .answers .active {
    outline: 3px solid #ff8c00;
  }
}
#questionnaire .answers img {
  width: 199px;
}
@media all and (max-width: 809px) {
  #questionnaire .answers img {
    width: 100%;
    height: auto;
  }
}
#questionnaire .pref-container,
#questionnaire .next-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
}
@media all and (max-width: 809px) {
  #questionnaire .pref-container,
  #questionnaire .next-container {
    top: 100%;
    margin-top: 20px;
    height: 35px;
  }
}
#questionnaire .pref-container img,
#questionnaire .next-container img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
#questionnaire .pref-container {
  margin-left: -278px;
}
@media all and (max-width: 809px) {
  #questionnaire .pref-container {
    margin-left: -30%;
    margin-left: calc(-18% - 48px);
  }
}
#questionnaire .next-container {
  margin-left: 230px;
}
@media all and (max-width: 809px) {
  #questionnaire .next-container {
    margin-left: 18%;
  }
}
#questionnaire .count {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 809px) {
  #questionnaire .count {
    font-size: 20px;
    height: 35px;
    line-height: 35px;
  }
}
#result-page {
  margin-bottom: 50px;
}
#result-page .sloagen-small {
  margin: 20px 0 0 20px;
}
@media all and (max-width: 809px) {
  #result-page .sloagen-small {
    height: 50px;
    margin: 10px;
  }
}
#result-page .result-title {
  font-family: 'Raleway', sans-serif;
  color: #f7e200;
  font-size: 70px;
  text-align: center;
  text-shadow: 0 0 20px #666;
  margin: 0;
  font-weight: 800;
  line-height: 0.9em;
}
@media all and (max-width: 809px) {
  #result-page .result-title {
    font-size: 40px;
  }
}
#result-page .result-title::first-line,
#result-page .result-title:first-line {
  font-size: 60px;
  font-weight: 400;
}
@media all and (max-width: 809px) {
  #result-page .result-title::first-line,
  #result-page .result-title:first-line {
    font-size: 35px;
  }
}
#result-page .illustration {
  display: block;
  margin: 50px auto 0;
}
@media all and (max-width: 809px) {
  #result-page .illustration {
    width: 50%;
  }
}
#result-page .result-text {
  width: 550px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  text-align: justify;
  text-shadow: 2px 2px 6px #999;
  line-height: 1.4em;
  margin-bottom: 35px;
}
@media all and (max-width: 809px) {
  #result-page .result-text {
    width: 90%;
    font-size: 15px;
  }
}
#result-page .result-img {
  display: block;
  width: 85%;
  margin: 0 auto 50px;
}
@media all and (max-width: 809px) {
  #result-page .result-img {
    width: 90%;
    margin-bottom: 30px;
  }
}
#result-page .button-wrapper {
  text-align: center;
}
#result-page .vk-share-wrapper {
  display: inline-block;
  overflow: hidden;
  border-radius: 25px;
  border: 2px solid #fff;
  background-color: #5a6799;
  background-color: rgba(0,63,225,0.56);
  padding: 0 20px;
  height: 40px;
  vertical-align: middle;
}
#result-page .vk-share-wrapper a {
  color: #fff !important;
  font-size: 20px !important;
  margin-top: 10px;
  display: block;
  background-color: transparent !important;
}
#result-page .share-button,
#result-page .download-button {
  display: inline-block;
  height: 40px;
  line-height: 45px;
  padding: 0 20px;
  margin: 0 15px;
  min-width: 170px;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (max-width: 809px) {
  #result-page .share-button,
  #result-page .download-button {
    margin-bottom: 10px;
  }
}
#result-page .share-button img,
#result-page .download-button img {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
#result-page .share-button {
  background-color: #5a6799;
  background-color: rgba(0,63,225,0.56);
}
#result-page .download-button {
  background-color: #5a6799;
  background-color: rgba(207,78,1,0.56);
}

