/* @media (min-width: 768px) {
  .wrapper .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .wrapper .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper .container {
    width: 1570px;
  }
}*/

.wrapper {
  background-color: #fff;
}
/* Controlled with JS to circumvent the fact that CSS doesn't let you select a parent element */
.bg-grey-js {
  background-color: #F7F7F7;
}

.mt-exams{
  margin-top: 5rem !important
}

.gpi-question-col {
   padding: 10px 32px 10px;
}

label.disabled {
  pointer-events: none;
  background-color: #eae9e9;
  color: #adadad;
}

.bg-grey {
  background-color: #F7F7F7;
}

.hero-main .container {

}

.hero-main {
  padding-top: 15vw;
  padding-bottom: calc(15vw + 200px);
}

.hero-main h1 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
  color: #00454F;
}

.hero-main h2 {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  text-align: left;
  color: #00454F;
  opacity: .7;
}

.hero-main .cta-btn{
  margin-top: 30px;
}

.resume_instruction_btn{
  	margin-right: 3px !Important;
}

@media (max-width: 575px) {
  .secondary-items .p-3 {
    padding: 0 !important;
    width: 100%;
  }
  .split-menu {
    height: 30px;
  }
}

@media (min-width: 576px) {
  .hero-main h1 {
    font-size: 24px;
  }

  .hero-main h2 {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .main-usps p.pitch {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .nav-bar:after {
    content: "";
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    right: calc(-100% + 15px);
    height: 67px;
  }

  .split-menu {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 67px 30px;
    border-color: transparent transparent #F4F4F4 transparent;
    bottom: 0;
  }

  .hero-main h1 {
    font-size: 28px;
  }

  .hero-main h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .hero-main h1 {
    font-size: 32px;
  }

  .hero-main h2 {
    font-size: 22px;
  }

  .hero-main {
    padding-top: 7vw;
    padding-bottom: calc(7vw + 150px);
  }
}

@media (min-width: 1200px) {
  .hero-main h1 {
    font-size: 36px;
  }

  .hero-main h2 {
    font-size: 26px;
  }
}

.hero-main+.main-pointers {
  background-color: #F7F7F7;
  padding-bottom: 30px;
}

.pointer-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.pointer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pointer {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25rem;
  margin-top: -200px;
  width: 100%;
  z-index: 1;
  border-radius: 0.5rem;
  transition: box-shadow 0.3s ease-in-out;
}

.pointer h3 {
  margin-bottom: 1.25rem;
}

.pointer p {
  margin-bottom: 0.875rem;
}

/* Specifieke stijlen per type */
.pointer-gpi {
  border: 1px solid #46AD42;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), inset 0 5px 0 #46AD42;
}

.pointer-gpi h3 {
  color: #46AD42;
}

.pointer-business {
  border: 1px solid #00ACC3;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), inset 0 5px 0 #00ACC3;
}

.pointer-business h3 {
  color: #00ACC3;
}

.pointer-visitor {
  border: 1px solid #FF732E;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), inset 0 5px 0 #FF732E;
}

.pointer-visitor h3 {
  color: #00ACC3;
}

.pointer-teaching {
  border: 1px solid #00484b;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), inset 0 5px 0 #00484b;
}

.pointer-teaching h3 {
  color: #00484b;
}

/* Verborgen standaards voor visitor/teaching */
/* .pointer-visitor,
.pointer-teaching {
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: 1.25rem;
} */

/* .pointer-visitor h3,
.pointer-teaching h3,
.pointer-visitor p,
.pointer-teaching p {
  display: none;
} */


@media (max-width: 991px) {
  .pointer-visitor,
  .pointer-teaching {
    margin-top: 25px;
  }

/* Desktop gedrag */
@media (min-width: 992px) {
  .pointer {
    padding: 2rem;
    background-color: #fff;
  }

  .pointer p {
    margin-bottom: 1.375rem;
  }

  .pointer-visitor,
  .pointer-teaching {
    margin-top: -200px;
    padding: 2rem;
    border-radius: 0.5rem;
  }

  .pointer-visitor h3 {
    display: block;
    color: #FF732E;
  }

  .pointer-teaching h3 {
    display: block;
    color: #00484b;
  }

  .pointer-visitor p,
  .pointer-teaching p {
    display: block;
  }

  .pointer-visitor {
    border: 1px solid #FF732E;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), inset 0 5px 0 #FF732E;
  }

  .pointer-teaching {
    border: 1px solid #00484b;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), inset 0 5px 0 #00484b;
  }
}


h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }
}

.main-usps {
  background-color: #fff;
}

.main-usps h3 {
  text-align: center;
  margin-bottom: 12px;
}

.main-usps h2 {
  text-align: center;
  margin-top: 60px;
}

.main-usps p.pitch {
  color: #a5a5a5;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

.main-usps ul {
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}

.main-usps li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.main-usps li:last-child {
  margin-bottom: 0;
}

.main-usps li:before {
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/v2_checkmark.svg?_=63465bec76a38fb6562c39572b53a383);
  position: absolute;
  left: 0px;
  top: 0px;
}

);
position: absolute;
left: 0px;
top: 0px;
}

.hero-main {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.hero-main:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 100px 100vw;
  border-color: transparent transparent #F7F7F7 transparent;
  position: absolute;
  bottom: 0;
}

.hero-main {
  position: relative;
}

.nav-bar {
  height: 100%;
}

.questions-header .nav-border {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.nav-border {
  background-image: -webkit-linear-gradient(left, #46AD42 0%, #00ACC3 100%);
  background-image: -o-linear-gradient(left, #46AD42 0%, #00ACC3 100%);
  background-image: linear-gradient(to right, #46AD42 0%, #00ACC3 100%);
  width: 100%;
  height: 3px;
}

.nav-border {
  margin-bottom: auto;
}

.nav-bar {
  margin-bottom: auto;
}

.hero-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.hero-main .flex-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-grow: 1;
}

.card {
  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
  border-radius: 0;
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.card-body {
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.card-photo {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.card-photo:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}

.card-specs {
  color: #9E9E9E;
  margin-bottom: 15px;
  margin-top: auto;
}

.card-specs tr td:first-child {
  padding-right: 10px;
  ;
}

@media (min-width: 992px) {
  .card-body {
    padding: 30px;
  }
}

.login-codes {
  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
}

.codes-quickspecs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}

.codes-quickspecs h1 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.codes-quickspecs .pitch {
  margin-bottom: 20px;
}

.codes-explained {
  background-color: #F9F9F9;
}

.h-icon {
  background-image: -webkit-linear-gradient(top right, #46AD42 0%, #00ACC3 100%);
  background-image: -o-linear-gradient(top right, #46AD42 0%, #00ACC3 100%);
  background-image: linear-gradient(to bottom left, #46AD42 0%, #00ACC3 100%);
  width: 90px;
  height: 90px;
  color: #fff;
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 42px;
  margin: 0 auto 20px;
}

.codes-explained h2 {
  margin-bottom: 20px;
}

.questions-header nav .nav-questions {
  background-color: transparent;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: auto;
  padding: 0 20px;
}

.questions-header nav {
  background-color: transparent;
  box-shadow: none;
}

.questions-header {
  position: relative;
}

.q-progress-bar {
  background-color: #699cc6;
}


.q-progression-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 3vh auto 0;
}

.q-progression {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 10px 20px 10px;
}

.q-progression-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 3vh 0px 5vh;
  width: 100%;
}

.q-progression-bar:before {
  position: absolute;
  content: "";
  height: 5px;
  background: #fff;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.q-progression-bar-progress {
  position: absolute;
  height: 5px;
  background-color: #1b365d;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
}

.q-progression-step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.q-progression-step.marked.done .q-progression-step-indicator {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 2px #23ADC1, inset 0 0 0 4px #fff;
}

.q-progression-step-indicator {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 400;
  background-color: #fff;
  color: #ccc;
  font-size: 14px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .q-progression-step-indicator {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

div.q-progression-step.active .q-progression-step-indicator {
  background-color: #003F3B;
  color: #fff;
}

.q-progression-step.marked .q-progression-step-indicator {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 2px #23ADC1;
}

.q-progression-step.done .q-progression-step-indicator {
  background-color: #00ACC3;
  color: #fff;
}

.question {
  /* margin-top: 5vh; */
}

.question h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}

.q-answers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.q-l-answer {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(35, 173, 193, 0);
  padding: 15px 17px 14px 44px;
  transition: 0.2s ease all;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.q-l-answer::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 9998;
  background-color: #fff;
}

.q-l-answer::after {
  position: absolute;
  content: "";
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #23ADC1;
  border-radius: 50px;
  opacity: 0;
  transition: 0.2s ease all;
  z-index: 9999;
}

.q-r-answer:checked+.q-l-answer::after {
  opacity: 1;
}

.q-l-answer:hover {
  transform: scale(1.02);
}

.questions .q-l-answer:hover {
  transform: none;
}


.q-l-mr-answer {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(35, 173, 193, 0);
  padding: 15px 17px 14px 44px;
  transition: 0.2s ease all;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.q-l-mr-answer::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #fff;
}

.q-l-mr-answer::after {
  position: absolute;
  content: "";
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #23ADC1;
  opacity: 0;
  transition: 0.2s ease all;
  z-index: 9999;
}

.q-r-answer:checked+.q-l-mr-answer::after {
  opacity: 1;
}

.q-l-mr-answer:hover {
  transform: scale(1.02);
}

.questions .q-l-mr-answer:hover {
  transform: none;
}

.q-r-answer:checked+.q-l-answer {
/*   box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(35, 173, 193, 1); */
}

.question-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  background-color: #fff;
  -ms-align-items: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 410px) {
  .question-options {
    padding: 5px 0px 0px 0px;
  }
}

.q-legenda {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: auto;
  margin-bottom: 100px;
  justify-content: flex-end;
  padding: 20px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

.q-legenda {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .q-legenda {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
}

.q-legend-option {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: 40px;
  margin-top: 15px;
}

.q-legend-option:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  display: inline-flex;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px rgba(230, 230, 230, 1), inset 0 0 0 3px rgba(255, 255, 255, 1);
  background-color: rgba(0, 63, 59, 1);
  margin-right: 5px;
}

.q-legend-option.current:before {
  background-color: #003F3B;
}

.q-legend-option.unread:before {
  background-color: #FFFFFF;
}

.q-legend-option.answered:before {
  background-color: #00ACC3;
}

.q-legend-option.marked:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #23ADC1, inset 0 0 0 3px rgba(255, 255, 255, 1);
}

.previous-question a {
  color: #FF732E;
}

.poll-r-yes:checked~.poll-l-yes:after,
.poll-r-no:checked~.poll-l-no:after {
  opacity: 1;
}

.poll-percentage {
  width: 10%;
  background-color: #00454F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.2s ease all;
}

.poll>span {
  display: none;
}

.poll>.poll-r-yes:checked~.poll-s-yes,
.poll>.poll-r-no:checked~.poll-s-yes,
.poll>.poll-r-yes:checked~.poll-s-no,
.poll>.poll-r-no:checked~.poll-s-no {
  display: block;
  opacity: 1;
  margin-bottom: 5px;
  margin-top: 10px;
}

.poll>.poll-r-yes:checked~.poll-s-yes,
.poll>.poll-r-no:checked~.poll-s-no {
  color: #00ACC3
}

.poll>.poll-r-yes:checked~.poll-l-yes .poll-percentage,
.poll>.poll-r-no:checked~.poll-l-yes .poll-percentage,
.poll>.poll-r-yes:checked~.poll-l-no .poll-percentage,
.poll>.poll-r-no:checked~.poll-l-no .poll-percentage {
  display: block;
  opacity: 1;
}

.poll>.poll-r-yes:checked~.poll-l-yes,
.poll>.poll-r-yes:checked~.poll-l-no,
.poll>.poll-r-no:checked~.poll-l-yes,
.poll>.poll-r-no:checked~.poll-l-no {
  display: block;
}

.poll>.poll-r-yes:checked~.poll-l-yes>span,
.poll>.poll-r-yes:checked~.poll-l-no>span,
.poll>.poll-r-no:checked~.poll-l-yes>span,
.poll>.poll-r-no:checked~.poll-l-no>span {
  display: none;
}

.poll-r-yes:checked~.poll-l-yes,
.poll-r-no:checked~.poll-l-no {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(35, 173, 193, 1);
}

.poll>.poll-r-yes:checked~.poll-l-yes .poll-percentage,
.poll>.poll-r-no:checked~.poll-l-no .poll-percentage {
  background-color: #00ACC3;
}

.q-l-answer {
  min-height: 54px;
  z-index: 999;
  font-size: 14px;
}

.poll-l-yes,
.poll-l-no {
  pointer-events: none;
}

.poll-r-yes:not(:checked)+.poll-r-no:not(:checked)~label {
  pointer-events: all;
}

.yn-intro {
  border-bottom: 1px solid #dee;
  margin-bottom: 4vh;
}

.yn-intro h1 {
  margin-bottom: 10px;
}

.yesno-question-point {
  height: 40px;
  width: 40px;
  background-color: #23928F;
  border-radius: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
  color: #fff;
  border: 1px solid #ccc;
  background: #fff;
  flex-shrink: 0;
  color: #aaa;
  margin-bottom: auto;
}

.yesno-qs {
  position: relative;
}

.yesno-question-point {
  position: relative;
}

.yesno-question.right .yesno-question-point:before {

  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 30px;
  top: -30px;
  z-index: 1;
}

.yesno-question.right .yesno-question-point:after {

  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 30px;
  top: -30px;
  z-index: 1;
}

.yesno-question.todo .yesno-question-point:after {

  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 30px;
  top: -30px;
  z-index: 1;
}

.yesno-qs .yesno-question:first-child .yesno-question-point:before {
  border-left: none;
}

/*.yesno-question:before {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  left: 20px;
  height: 100%;
  top: 40px;
}*/

.yesno-question:last-child:before {
  border-left: none;
}

.yesno-question {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.yesno-question.done {
  color: #ccc;
}

.yesno-question.todo {
  color: #ccc;
}

.yesno-question:first-child {
  margin-top: 0;
}

.wrong .yesno-question-point {
  color: #fff;
  border: none;
  background-color: #BC2222;
}

.right .yesno-question-point {
  background-color: #38AC5B;
  color: #fff;
  border: none;
}

.yesno-question-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.yesno-question-qa h3 {
  font-size: 14px;
  margin: 0;
  padding: 0 15px 0 0;
}

.yesno-question-qa {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: space-between;*/
  width: 100%;
  -ms-align-items: center;
  align-items: center;
}

.yesno-question-info {
  min-height: 7vh;
}

.question-label {
  margin-bottom: 0;
  font-size: 14px;
}

.yn-q-qa {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 10px;
}

.yn-q-qa label {
  margin-bottom: 0;
}

.yn-q-qa label:last-child {
  margin-left: 10px;
}

.yn-q-qa .q-l-answer {
  min-height: 35px;
  padding: 6px 18px 7px 39px;
}

.yn-q-qa input:disabled+label {
  pointer-events: none;
  background: #fafafa;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  color: #aaa;
}

.yesno-question-fb {
  background: #FFFFFF;
  border: 1px solid #38AC5B;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.10);
  padding: 20px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  word-break: break-word;
}

.questions .yesno-question-fb {
  margin-top: 0;
}

.yesno-question-fb p {
  margin-bottom: 0;
}

.yesno-question-fb.right strong {
  color: #38AC5B;
}

.yesno-question-fb.wrong strong {
  color: #BC2222;
}

.yesno-question-fb.right {
  border: 1px solid #38AC5B;
}

.yesno-question-fb.wrong {
  border: 1px solid #BC2222;
}

.yesno-question-fb strong {
  display: block;
  margin-bottom: 10px;
  color: #00454F;
}

.yesno-question-fb.right:after {
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/checkmark.svg?_=567edac25af43974ab65a56011238fd9);
  display: table-cell;
  text-align: right;
  font-size: inherit;
  vertical-align: middle;
  font-size: 20px;
  color: #417505;
  padding: 10px;
}

.yesno-question-fb.wrong:after {
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/checkcross.svg?_=2479f2e1e46d76cdc3c5ef0019bc9c95);
  display: table-cell;
  text-align: right;
  font-size: inherit;
  vertical-align: middle;
  font-size: 20px;
  color: #D0021B;
  padding: 10px;
}

.yes-answer-option:before {
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/checkmark-v2.svg?_=63465bec76a38fb6562c39572b53a383);
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 5px;
}

.no-answer-option:before {
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/times.svg?_=f67e0d3d4ea4916f745ca71593088928);
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 5px;
}

.q-r-answer.right-answer,
.q-l-answer.right-answer {
  box-shadow: inset 0 0 0 1px #38AC5B;
/*   color: #38AC5B; */
}

.q-r-answer.right-answer,
.q-l-mr-answer.right-answer {
  box-shadow: inset 0 0 0 1px #38AC5B;
/*   color: #38AC5B; */
}

.right-answer:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #38AC5B;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.right-answer:after {
  display: none;
}

.q-r-answer.answered,
.q-l-answer.answered{
  box-shadow: inset 0 0 0 2px #000 !important;
  color: #000 !important;
}

.answered:after {
  display: none;
}
.q-r-answer.answered, 
.q-l-answer.wrong-answer {
  box-shadow: inset 0 0 0 1px #BC2222;
/*   color: #BC2222; */
}

.q-r-answer.answered, 
.q-l-mr-answer.wrong-answer {
  box-shadow: inset 0 0 0 1px #BC2222;
/*   color: #BC2222; */
}

.wrong-answer:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #BC2222;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.wrong-answer:after {
  display: none;
}

.show-hide-points {
  z-index: 999;
  background-color: red;
  width: 150px;
  height: 100%;
}

.points-container{
  display: flex;
}

.aftertest{
  overflow: hidden;
  height: 100%;
  width: 6px;
  padding: 13px 0px 14px 0px;
  text-align: center;
  background-color: white;
  margin-left: 10px;
}

.border-green{
  border: 1px solid #38ac5b;
  background-color: #38ac5b;
  color:#38ac5b;
}

.border-red{
   border: 1px solid #bc2222;
   background-color: #bc2222;
  color:#bc2222;
}

.border-black{
     border: 1px solid black;
   background-color: #bc2222;
}

label.q-l-mr-answer.border-black:before{
         border: 1px solid black;
}

button.points-button {
    background-color: rgb(130 158 163);
}

button.points-button:focus {
    background-color: rgb(92 129 135);
}

button.points-button-question{
  margin-bottom: 20px;
  font-size: 14px !important;
}

.points-container-button{
  max-width:100%;
  display:flex;
  line-height: 32px;
  margin-top: 15px;
}

.points-animation{
   animation: points_animation 600ms normal forwards ease-in-out;
}

p.question-level{
  margin-left: 10px;
}

@keyframes points_animation {
  0% { width: 4px; }
  50%{
    background-color: white;
     opacity: 100%;
    color:white;
  }
  
  100% { width: 17%;
  		background-color: white;
          color: black;}
}

.faded {
  opacity: 0.5;
}

.a-poll {
  margin: 0px auto 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  float: left;
}

.a-poll-option {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.a-poll-option label {
  width: 100%;
}

.a-poll-output {
  flex-grow: 1;
  margin-bottom: 8px;
  padding-left: 60px;
}

.a-poll-label {
  padding: 10px 30px 10px 45px;
  position: relative;
  cursor: pointer;
  pointer-events: all;
  margin-bottom: 0;
}

.a-poll-label:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
}

.a-poll-label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #23ADC1;
  border-radius: 50px;
  opacity: 0;
  transition: 0.2s ease all;
  z-index: 2;
}

#p-a-1:checked~.p-a-1 .a-poll-label:after {
  opacity: 1;
}

#p-a-2:checked~.p-a-2 .a-poll-label:after {
  opacity: 1;
}

#p-a-3:checked~.p-a-3 .a-poll-label:after {
  opacity: 1;
}

#p-a-4:checked~.p-a-4 .a-poll-label:after {
  opacity: 1;
}

#p-a-5:checked~.p-a-5 .a-poll-label:after {
  opacity: 1;
}

#p-a-6:checked~.p-a-6 .a-poll-label:after {
  opacity: 1;
}

#p-a-7:checked~.p-a-7 .a-poll-label:after {
  opacity: 1;
}

#p-a-8:checked~.p-a-8 .a-poll-label:after {
  opacity: 1;
}

#p-a-9:checked~.p-a-9 .a-poll-label:after {
  opacity: 1;
}

.a-poll-output {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #003F3B;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
  height: 40px
}

.a-poll-percentage-bar {
  width: 50%;
  background-color: #003F3B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.a-poll-output:after {
  position: absolute;
  background-color: transparent;
  left: 60px;
  top: 5px;
  right: 0;
  bottom: 5px;
  content: "";
  border: 1px solid #003F3B;
}

.a-poll-percentage {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  line-height: 1;
}

.a-poll-input:not(:checked)~.a-poll-option .a-poll-output {
  opacity: 0;
}

.a-poll input:checked~.a-poll-option .a-poll-output {
  opacity: 0.2;
}

.a-poll input:checked~.a-poll-option * {
  pointer-events: none;
}

.img-questions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.img-label {
  /*width: calc(50% - 30px);*/
  margin: 0 15px 30px 15px;
  cursor: pointer
}

#p-a-1:checked~.p-a-1 .a-poll-output,
#p-a-2:checked~.p-a-2 .a-poll-output,
#p-a-3:checked~.p-a-3 .a-poll-output,
#p-a-4:checked~.p-a-4 .a-poll-output,
#p-a-5:checked~.p-a-5 .a-poll-output,
#p-a-6:checked~.p-a-6 .a-poll-output,
#p-a-7:checked~.p-a-7 .a-poll-output,
#p-a-8:checked~.p-a-8 .a-poll-output,
#p-a-9:checked~.p-a-9 .a-poll-output {
  opacity: 1;
}

.yn-intro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 5vh;
}

.questions-header.yn {
  background-color: #fff;
}

.p-a-c-1:checked~.p-a-1 .a-poll-label:after,
.p-a-c-2:checked~.p-a-2 .a-poll-label:after,
.p-a-c-3:checked~.p-a-3 .a-poll-label:after,
.p-a-c-4:checked~.p-a-4 .a-poll-label:after,
.p-a-c-5:checked~.p-a-5 .a-poll-label:after,
.p-a-c-6:checked~.p-a-6 .a-poll-label:after,
.p-a-c-7:checked~.p-a-7 .a-poll-label:after,
.p-a-c-8:checked~.p-a-8 .a-poll-label:after,
.p-a-c-9:checked~.p-a-9 .a-poll-label:after {
  opacity: 1;
}

.p-a-c-1:checked~.p-a-1 span.a-poll-output,
.p-a-c-2:checked~.p-a-2 span.a-poll-output,
.p-a-c-3:checked~.p-a-3 span.a-poll-output,
.p-a-c-4:checked~.p-a-4 span.a-poll-output,
.p-a-c-5:checked~.p-a-5 span.a-poll-output,
.p-a-c-6:checked~.p-a-6 span.a-poll-output,
.p-a-c-7:checked~.p-a-7 span.a-poll-output,
.p-a-c-8:checked~.p-a-8 span.a-poll-output,
.p-a-c-9:checked~.p-a-9 span.a-poll-output {
  opacity: 1;
}

.radio-poll {
  min-width: 100%;
  max-width: 360px;
  background: #fff;
  border: 1px solid #e0d6e6;
  padding: 1px 13px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
  margin-bottom: 11px;
}
.d-none {
  display: none;
}

.bg-explain-blue {
  background-color: #00ADC3 !important;
}

.bg-explain-green {
  background-color: #00444C !important;
}

.bg-explain-orange {
  background-color: #FF732E !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
  margin-bottom: 30px;
  margin-top: 0px;
  margin-left: 13px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bc2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #38ad5a;;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 9px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

.display-none{
  display:none;
}

.sticky-fixed {
/*   position: fixed; */
  top: 0;
  width: 100%;
/*   padding: 12px 30px; */
  display: flex;
  align-items: center;
}

.sticky-flex {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex-direction: column;
}

.info-box {
  display: flex;
  margin-left: auto;
}

#online-status {
  font-size: 18px;
  margin: .5rem .6rem 1rem 0;
}
#online-status.success {
  color: #1abc9c;
}
#online-status.failed {
  color: #e74c3c;
}

textarea.form-control::placeholder{
  color: #cacaca;
}

.spacing-form-group-buttons button{
  margin-left: 10px;
}

.spacing-form-group-buttons button:first-child{
  margin-left: 0;
}

/* hidden maken van honeypot velden */

.hp{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }


.alert-neutral {
    background-color: #f8f9fa; /* Light grey background */
    border: 1px solid #ddd; 
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow */
    padding: 15px; 
    color: #333; /* Text color */
}

@media (max-width: 991px) {
  .form-control-profile{
    width: 100%;
  }
}

/*layout change ex-668*/
.hero-home {
  background: url('https://assets.bettyblocks.com/389ec5282a0b4f21909b4565772dc68a_assets/files/HomePage_GPI_2.0_optimized') center/cover no-repeat;
  padding: 10rem 1rem;
  position: relative;
  color: white;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

.hero-home::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-home-content {
  position: relative;
  z-index: 1;
  margin-top: -2rem
}

.card{
  box-shadow: 0 4px 6px rgba(0,0,0,0 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card-succes:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 15px 0 rgb(150 177 56 / 60%);
}

.card-flow:hover {  
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 15px 0 rgb(255 115 46 / 60%);
}

.card-visitor:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 15px 0 rgb(168 24 24 / 60%);
}

.card-teach:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 15px 0 rgb(33 37 41 / 60%);
}

.card-h-1{
  height: 100%
}

@media (max-width: 576px) {
  .card-title { font-size: 1.25rem; }
  .btn { font-size: 1rem; padding: 0.75rem 1rem; }
}

.btn-nowrap{
  white-space: nowrap;
}
