/* line 1, ../../sass/gws/questions.scss */
body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #fff;
  color: #000;
}

/* line 7, ../../sass/gws/questions.scss */
* {
  box-sizing: border-box;
}

/* line 12, ../../sass/gws/questions.scss */
.message strong {
  color: #f00;
}

/* line 17, ../../sass/gws/questions.scss */
.validation, .validated {
  text-align: center;
  display: none;
}

/* line 22, ../../sass/gws/questions.scss */
.gewinn {
  max-width: 500px;
}
/* line 24, ../../sass/gws/questions.scss */
.gewinn img {
  width: 100%;
}

/* line 30, ../../sass/gws/questions.scss */
.questions > div {
  border: 1px solid transparent;
  display: none;
}
/* line 33, ../../sass/gws/questions.scss */
.questions > div:first-child {
  display: block;
}
/* line 37, ../../sass/gws/questions.scss */
.questions button {
  display: block;
  width: 100%;
  height: 7vh;
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.125);
}

/* line 50, ../../sass/gws/questions.scss */
.testimonials {
  margin-top: 20px;
}
/* line 52, ../../sass/gws/questions.scss */
.testimonials p {
  margin: 0px 5px 5px 0px;
}
/* line 55, ../../sass/gws/questions.scss */
.testimonials > div {
  min-height: 100px;
  position: relative;
  background: #ccddff;
  padding: 5px 10px 5px 100px;
  margin-bottom: 2px;
}
/* line 60, ../../sass/gws/questions.scss */
.testimonials > div:first-child {
  min-height: 0;
  padding-left: 5px;
}
/* line 65, ../../sass/gws/questions.scss */
.testimonials > div > div {
  position: absolute;
  left: 10px;
  top: 5px;
  background-image: url("/images/questions/profiles.jpg");
  width: 80px;
  height: 80px;
}

/* line 76, ../../sass/gws/questions.scss */
header {
  width: 100%;
  color: #000;
  left: 0;
  top: 0;
  height: 15vh;
  background: #fff;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 96, ../../sass/gws/questions.scss */
header .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15vw;
  height: 90%;
  flex-shrink: 0;
  margin: 5px;
}
/* line 105, ../../sass/gws/questions.scss */
header .content {
  flex-grow: 1;
  padding: 5px 10px;
}

/* line 111, ../../sass/gws/questions.scss */
#balko {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #333;
  background-image: -webkit-linear-gradient(#333, #666);
  background-image: linear-gradient(#333, #666);
  border-radius: 20px;
  border: 0px #000 solid;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 122, ../../sass/gws/questions.scss */
#balko .bar {
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background-color: #499bea;
  background-image: -webkit-linear-gradient(#499bea, #207ce5);
  background-image: linear-gradient(#499bea, #207ce5);
}
/* line 131, ../../sass/gws/questions.scss */


@media (max-width: 360px) {
  /* line 143, ../../sass/gws/questions.scss */
  h1 {
    font-size: 1.5em;
  }

  /* line 146, ../../sass/gws/questions.scss */
  h2 {
    font-size: 1.25em;
  }

  /* line 149, ../../sass/gws/questions.scss */
  h3 {
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  /* line 154, ../../sass/gws/questions.scss */
  h1 {
    font-size: 1.25em;
  }

  /* line 157, ../../sass/gws/questions.scss */
  h2 {
    font-size: 1.0em;
  }

  /* line 160, ../../sass/gws/questions.scss */
  h3 {
    font-size: 0.75em;
  }
}
@media (min-width: 1023px) {
  /* line 166, ../../sass/gws/questions.scss */
  header {
    position: fixed;
    z-index: 10;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.33);
    border: none;
  }

  /* line 172, ../../sass/gws/questions.scss */
  body {
    background: linear-gradient(90deg, #ccc, #fff, #fff, #fff, #fff, #ccc);
  }

  /* line 175, ../../sass/gws/questions.scss */
  #container {
    background: #fff;
    margin: auto;
    width: 800px;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
  }
  /* line 181, ../../sass/gws/questions.scss */
  #container .gewinn {
    padding-top: calc(15vh + 5px);
    margin: auto;
  }

  /* line 188, ../../sass/gws/questions.scss */
  .questions .buttons button {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* line 197, ../../sass/gws/questions.scss */
  .questions .buttons:after {
    content: "";
    display: block;
    clear: both;
  }
}
