@font-face {
  font-family: 'BrownTT-Bold';
  src: url("BrownTT-Bold.woff") format("woff"), url("BrownTT-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #000000;
  font-family: 'BrownTT-Bold', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

body {
  background: none;
  position: relative;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

#stage {
  max-width: 460px;
  width: 100%;
  height: 248px;
  background: white;
  position: absolute;
  overflow: hidden;
  border: 1px solid #aeaeae;
}

.hiddenOnload {
  opacity: 0;
}

.btn {
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  padding: 10px 15px;
  overflow: hidden;
  top: 80px;
  -webkit-box-shadow: 0 4px 0 #aeaeae;
          box-shadow: 0 4px 0 #aeaeae;
  background: #ececec;
  -webkit-transition: all .075s ease-in;
  transition: all .075s ease-in;
}

@media (max-width: 455px) {
  .btn {
    font-size: 12px;
    top: 87px;
  }
}

.btn:hover, .btn.hover {
  top: 82px;
  -webkit-box-shadow: 0 2px 0 #aeaeae;
          box-shadow: 0 2px 0 #aeaeae;
}

@media (max-width: 455px) {
  .btn:hover, .btn.hover {
    top: 89px;
  }
}

.btn span {
  font-size: inherit;
  position: relative;
  z-index: 3;
}

.btn-primary {
  background: #fedf35;
  -webkit-box-shadow: 0 4px 0 #f4ba2a;
          box-shadow: 0 4px 0 #f4ba2a;
}

.btn-primary:hover, .btn-primary.hover {
  -webkit-box-shadow: 0 2px 0 #f4ba2a;
          box-shadow: 0 2px 0 #f4ba2a;
}

.btn-yes,
.btn-no {
  border-radius: 5px 0 0 5px;
}

.btn-yes:hover, .btn-yes.hover,
.btn-no:hover,
.btn-no.hover {
  background: #66b86a;
  -webkit-box-shadow: 0 2px 0 #328f3c;
          box-shadow: 0 2px 0 #328f3c;
}

.btn-yes:hover span, .btn-yes.hover span,
.btn-no:hover span,
.btn-no.hover span {
  color: white;
}

.btn-no {
  border-radius: 0 5px 5px 0;
  left: 52px;
}

@media (max-width: 455px) {
  .btn-no {
    left: 45px;
  }
}

.btn-opnieuw {
  left: 270px;
}

@media (max-width: 455px) {
  .btn-opnieuw {
    left: 190px;
  }
}

.frame {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 20px;
}

.frame .frame-text {
  display: none;
  position: absolute;
  top: 65px;
}

@media (max-width: 359px) {
  .frame .frame-text {
    top: 79px;
  }
}

.frame .frame-text.frame-1 {
  display: block;
}

h1 {
  font-size: 22px;
  color: #600b74;
}

@media (max-width: 455px) {
  h1 {
    font-size: 17px;
  }
}

p {
  width: 90%;
}

@media (max-width: 359px) {
  p {
    font-size: 13px;
  }
}

.footer {
  height: 29px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ececec;
}

.footer .logo {
  height: 100%;
  width: 96px;
  left: calc(50% - 48px);
  position: absolute;
}
/*# sourceMappingURL=style.css.map */