@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,600);

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #333;
  font-weight: 300;
  text-align: center;
  /* background-image: url(images/Header2.png); */
  background-color: #ffd400;
}
h1 {
  font-family: "Tomorrow", sans-serif;
  letter-spacing: 1.7px;
  font-weight: 300;
  margin: 0px;
  padding: 10px;
  font-size: 50px;
  /*background-color: #f8f6f0;*/
  color: #493629;
  transform: skewX(-10deg);
}

h2 {
  transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 15px;
  font-size: 28px;
  font-weight: 300;
}
.burgerholder {
  background-color: #ffd400;
}

.headerimage {
  position: relative;
  width: 100%;
  height: 50%;
  min-height: 364px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  /*background-image: url(images/Header3-min.png); */
  background-position: bottom;
  background-size: 120%;
  background-repeat: repeat;
}
.titlebox {
  height: 365px;
  background-color: white;
  width: auto;
  max-width: 800px;
  margin: auto;
  padding-top: 0px;
  opacity: 0.95;
  border-radius: 0px;
  transform: skewX(10deg);
  position: absolute;
  bottom: -1px;
  left: 20%;
  right: 20%;
}

@media only screen and (min-width: 1011px) {
  .tekstje {
    padding: 25px 35px 0px 35px;
    line-height: 1.5;
    transform: skewX(-10deg);
  }
}
@media only screen and (max-width: 1314px) {
  .tekstje {
    padding: 10px 25px;
    line-height: 1.5;
    transform: skewX(-10deg);
  }
}

@media only screen and (max-width: 1034px) {
  .tekstje {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 1.5;
    transform: skewX(-10deg);
  }
  .counterwrapper {
    font-size: 19px;
  }
}

@media only screen and (max-width: 940px) {
  .tekstje {
    padding: 20px 25px;
    font-size: 17px;
    line-height: 1.5;
    transform: skewX(-10deg);
  }
  .counterwrapper {
    font-size: 15px;
  }
}

.introtext {
  line-height: 1.8;
  margin: 0px;
}

.question {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  transform: skewX(10deg);
  width: auto;
  margin: 0px 20px 30px 20px;
}

.answers {
  margin-bottom: 0px;
  text-align: left;
  display: inline-block;
  transform: skewX(10deg);
  width: auto;
  margin: 0px 32px 0px 32px;
}
.answers label {
  display: block;
  margin-bottom: 16px;
}
.uitslagcontainer {
  width: auto;
  height: auto;
  margin: 0px 35px 0px 35px;
  transform: skewX(10deg);
}
#next,
#previous,
#submit {
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
  background-color: #c6a814;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
  display: none;
}

.buttoninactive {
  background-color: #b5a143;
  color: #fff;
  cursor: default;
  opacity: 0;
}

#next:hover,
#previous:hover,
#submit:hover {
  background-color: #434343;
}

.buttoninactive:hover {
  opacity: 0;
}

.slide {
  /*position: absolute;
  left: 0px;
  top: 0px; */
  width: 100%;
  z-index: 1;
  /*opacity: 0;*/
  display: none;
  margin: 0px 0px 15px 0px;
}

.active-slide {
  display: inline-block;
  z-index: 2;
}

#progressbar {
  position: absolute;
  bottom: 4px;
  height: 15px;
  width: 100%;
  text-align: left;
  display: block;
}

.PBelement {
  height: 100%;
  display: inline-block;
}

.activePB {
  background-color: #c6a814;
}

.filled-in {
  background-color: #434343;
}

.quiz-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 66.666667%;
  max-width: 800px;
  /* margin-top: 40px; */
  background-color: white;
  vertical-align: top;
}
.buttonwrapper {
  display: inline-block;
  vertical-align: top;
  width: 64.35px;
  height: 100%;
  letter-spacing: 1.7;
}

.leftbutton {
  transform: translate(7px, 0);
}

.rightbutton {
  transform: translate(-7px, 0);
}

#submit {
  width: 100px;
}

.buttonwrapper p {
  transform: skewX(10deg);
  font-family: "Tomorrow", sans-serif;
  font-size: 50px;
}

.wrapper {
  height: 365px;
  width: 90%;
  margin: auto;
  transform: skewX(-10deg);
  margin: auto;
  /* margin-top: 23px; 
  margin-top: 23px; 
  margin-bottom: 40px; */
}

#startbutton {
  height: 100%;
  /* margin: 40 0 0 0; */
  width: 100%;
  font-size: 50px;
  background-color: #434343;
  color: white;
}

#startbutton:hover {
  cursor: pointer;
  background-color: #535353;
}

.starttext {
  padding: 136px 0px 0px 0px;
  transform: skewX(10deg);
  font-family: "Tomorrow", sans-serif;
  letter-spacing: 1.7;
}

.uitslagtitle {
  font-family: "Tomorrow", sans-serif;
  font-weight: bold;
  font-size: 85px;
  letter-spacing: 1.7px;
  color: #493629;
}

.pijl {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0px;
  color: #493629;
}

.geel {
  color: #ffd400;
}

.noansallert {
  color: red;
  transform: skewX(10deg);
  font-size: 16px;
  height: 16px;
}

#footer {
  background-color: #ffd400;
  position: relative;
  width: 100%;
  height: 100px;
}

#footer p {
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.visit-counter {
  width: 100%;
  height: auto;
  padding: 4px 0px;
  background-color: #ffd400;
  position: absolute;
  bottom: 12px;
}

.counterwrapper {
  transform: skewX(-10deg);
  font-weight: bold;
}

input {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #333;
  font-weight: 300;
  text-align: center;
}

input[type="radio"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="radio"].css-checkbox + label.css-label {
  padding-left: 24px;
  height: 19px;
  /* display: inline-block; */
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* font-size: 19px; */
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"].css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}
label.css-label {
  background-image: url("images/checkbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
