/*@import url('https://fonts.googleapis.com/css?family=Montserrat:900');*/
body {
  min-height: 100vh;
  margin: 0;
}
b {
  color: red;
}
.toptext {
  text-align: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin: 0px 20px;
  border-radius: 5px;
  border: 2px dashed red;
}
.toptext h3 {
  margin: 0;
}

#container {
  background: #fff;
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 15px 15px;
}
#container .gewinn {
  margin: auto;
  padding: 20px 0px;
}
.timer {
  font-size: 38px;
  font-family: monospace;
  color: red;
  font-weight: bold;
  background: white;
  padding: 0px 10px;
  border-radius: 10px;
}
button,
header {
  color: #000;
  box-shadow: none;
  border: none;
}
.questions {
  margin-top: 4px;
}
.questions p {
  font-size:24px;
  text-align: center;
}
.questions .buttons button {
  border-radius: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 24px;
  height: auto;
  padding: 20px;
  color: #1b1c86;
  margin-bottom: 30px;
  border: 2px #1b1c86 solid;
  background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image:linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-size:200% 100%;
}
.questions .buttons button:hover {
  background-position:-100% 0%;
}
.questions p br {
  display: none;
}

header {
  display: block;
  position: relative;
  height: auto;
  background: #1b1c86;
  margin-bottom: 0;
  border-bottom: #ccc 1px solid;
}
header * {
  margin: 0;
  padding: 0;
  text-align: center;
}
header h2 {
  font-weight: 900;
  font-size: 3.5vw;
}
#container .gewinn img {
  width: 100%;
  height: auto;
}
@media (min-width: 1023px) {
  #container {
    padding-top: 0;
  }
  #container .gewinn {
    padding-top: 0;
    margin: 0;
  }
}
@media (min-width: 480px) {
  .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;
  }
  .questions .buttons:after {
    content: "";
    display: block;
    clear: both;
  }
  #container {
    padding-bottom:40px;
  }
  #container .gewinn {
    max-width: none;
  }

}
@media (max-width: 1023px) {
  .questions > div {
    padding: 0px 20px;
  }
  .questions p {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  header h1 {
    font-size: 30px;
  }
  header h2 {
    font-size: 18px;
  }

  .questions p {
    font-size: 25px;
  }
  .questions .buttons button {
    font-size: 22px;
    padding: 5px;
    margin-bottom: 15px;
    height: auto;
  }

  #container {
    min-height: 90vh;
  }

  #container .message,
  #container .validation,
  #container .validated {
    padding:0 2%;
  }

  .toptext {
    font-size: 7vw;
    margin: 0px 5%;
    padding: 2px;
    border-width: 1px;
  }
  .toptext .timer {
    font-size: 7vw;
    padding: 0;
  }
}
@media (max-height: 480px) {
  #container .gewinn {
    padding: 0;
  }

  .questions p {
    margin: 0;
  }
}
