
/* no scroll */
.page-doe-de-test #site-wrapper {
  overflow: hidden;
}

#tests-container{
  margin-top: -52px;
  overflow-x: hidden;
  overflow-y: auto;
}
#tests-container .content-wrapper{
  width: 100%;
  max-width: var(--desktop-width);
  margin: auto;
  height: 100vh;
  padding: 0 !important;
}
.test-background {
  background-color: var(--color-zarazzo-red);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
#tests-container .container-fluid {
  width: 100%;
  margin: auto;
  padding-bottom: 70px;
}
.knoppen-antwoord{
  height: 200px;
  position: relative;
}
.box-width-test {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 40px;
  z-index: 0;
}
.answers{
  position: absolute;
  top: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
.answers br {
  display: block;
}
.ring {
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 6px solid white;
  opacity: 1;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.click{

}

.wit-vinkje {
  width: 38px;
  height: 26px;
  opacity: 0;
}

.wit-vinkje-opacity img{
  opacity: 1;
  transition: .5s;
}

.wit-vinkje-verified {
  opacity: 1;
  width: 38px;
  height: 26px;
}
.scroll-down-indicator{
  display: none !important;
}
.next-button {
  border: none;
  padding: 7px 30px 4px 30px;
  background: white;
  position: relative;
  width: 340px;
  height: 40px;
  max-width: 95%;
}

.hidden{
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.test-content {
  transition: opacity 1s;
  padding: 40px;
}


/** OVERWRITES **/
#test1 h1 {
  font-size: 4em;
  line-height: 1;
}
.test-space2 {
  line-height: 2em;
}

@media only screen and (max-width: 1024px) {
  #test1 h1 {
    font-size: 3em;
  }

  .test-content h1 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #tests-container {
    height: 100vh;
  }

  .test-content {
    padding: 20px;
  }

  body.ios-safari .test-content {
    padding-bottom: 50px;
  }

  #test1 h1{
    font-size: 2em;
  }

  .ring {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }

  .ring img {
    width: 30px;
  }

  .page-doe-de-test h1 {
    font-size: 1.85em;
    line-height: 1.85rem;
  }

  .answer {
    margin-bottom: 20px;
  }

  .box-width-test,
  .answers {
    padding: 20px 0;
  }

  .next-button {
    margin-top: 20px;
  }

  br {
    display: none;
  }

  h1 br {
    display: block;
  }

  #test3 .knoppen-antwoord {
    height: auto;
  }
}
