/* Test je stress */
@-webkit-keyframes animateGreen {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-63deg);
    -moz-transform: rotate(-63deg);
    -o-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }
}

@-moz-keyframes animateGreen {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-63deg);
    -moz-transform: rotate(-63deg);
    -o-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }
}

@-o-keyframes animateGreen {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-63deg);
    -moz-transform: rotate(-63deg);
    -o-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }
}

@keyframes animateGreen {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-63deg);
    -moz-transform: rotate(-63deg);
    -o-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }
}

@-webkit-keyframes animateYellow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes animateYellow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes animateYellow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animateYellow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes animateRed {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
  }
}

@-moz-keyframes animateRed {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
  }
}

@-o-keyframes animateRed {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
  }
}

@keyframes animateRed {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
  }
}

.trx_mscf_progressbar {
  display: none;
}
.progress {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  height: 145px;
  text-align: center;
  background: #fafafa;
  line-height: 140px;
  font-size: 20px;
  color: #000000;
  border-radius: 50em;
  margin: 0 0 25px;
}
.klachtenform {
  position: relative;
  margin-top: -150px;
  left: 250px;
  width: 65%;
  margin-bottom: 50px;
}
.klachtenform .trx_mscf_next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.klachtenform h4 {
  font-size: 30px;
  color: #7bc8ca;
  font-weight: 700;
}
.klachtenform h4.send_mail_heading {
  display: block;
  margin-top: 30px;
}
.klachtenform p > label {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
.klachtenform .wpcf7-submit {
  opacity: 1;
}
.klachtenform .wpcf7-submit:disabled {
  opacity: 0.5;
}
.klachtenform .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
}
.klachtenform .wpcf7-list-item label {
  display: block;
  width: 100%;
  font-size: 18px;
  border: 0 solid #eaeaea;
  color: #000000;
  border-radius: 50em;
  background: #fafafa;
  margin: 0 0 5px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.klachtenform .wpcf7-list-item label:hover {
  background: #7bc8ca;
  color: #fff;
  border-color: #7bc8ca !important;
}
.klachtenform .wpcf7-list-item label .radio {
  display: inline-block;
  vertical-align: top;
}
.klachtenform button {
  position: relative;
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 0px;
  font-size: 19px;
  text-transform: uppercase !important;
  padding: 15px 30px;
  background-color: rgba(0,0,0,0.54);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.klachtenform button:hover,
.klachtenform button:focus,
.klachtenform button:active {
  background: rgba(0,0,0,0.74)!important;
  color: #fff !important;
  box-shadow: inset 50px 0 0 rgba(0,0,0,0.74)!important;
}
.disclaimer {
  margin: 25px 0;
  padding: 15px 0;
  border-top: 1px dashed #ccc;
  opacity: 0.65;
}
.check_your_score input[type=submit] {
  background: #7bc8ca;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  font-size: 19px;
  border-radius: 50em;
  cursor: pointer;
  font-weight: 600;
}
.check_your_score .trx_mscf_next {
  background: #7bc8ca;
}
.check_your_score .trx_mscf_next:after:after {
  content: '\f080';
  font-family: FontAwesome;
  margin-left: 10px;
}
.ik-wil-dat-liberi-contact-met-mij-opneemt div.radio {
  display: inline-block;
  vertical-align: top;
}
.last_step_detail_newsletter {
  margin-top: 10px;
}
.score_preview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.score_preview h4 {
  display: block;
  width: 100%;
}
.score_preview .score_preview_distress,
.score_preview .score_preview_depressie,
.score_preview .score_preview_angst,
.score_preview .score_preview_somatisatie {
  padding: 20px;
  border-radius: 3px;
  border-bottom: 1px solid #7bc8ca;
  background: #f7f7f7;
  margin: 0 5px 20px;
  flex: 23%;
  display: inline-block;
  vertical-align: top;
  min-height: 390px;
}
.score_preview .score_image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
  height: 50px;
  position: relative;
  overflow: hidden;
  background: url('../img/score_image.png');
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.score_preview .score_image:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50em;
  background: #111;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.score_preview .score_image:after {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  top: -10px;
  bottom: -60px;
  box-sizing: border-box;
  width: 10px;
  height: 20px;
  border-bottom: solid 120px #111;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
}
.score_preview .score_image.green.animate:after {
  animation-name: animateGreen;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
  -webkit-animation-name: animateGreen;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.25s;
}
.score_preview .score_image.yellow.animate:after {
  animation-name: animateYellow;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
  -webkit-animation-name: animateYellow;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.25s;
}
.score_preview .score_image.red.animate:after {
  animation-name: animateRed;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
  -webkit-animation-name: animateRed;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.25s;
}
.score_preview .score_inner {
  display: block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.score_preview .fase {
  display: block;
  font-weight: 500;
  color: #7bc8ca;
  font-size: 22px;
}
.score_preview .score {
  display: block;
}
.score_preview .score:after {
  content: ' (punten)';
}
.score_preview .schaal {
  display: block;
  margin-bottom: 20px;
}
.score_preview .description {
  display: block;
  font-size: 17px;
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
  padding-top: 15px;
}
.wpcf7-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.step_item {
  display: none;
}
.step_item p {
  margin: 0 0 15px;
}
.step_item .info_redirect_after_answer {
  background: #fff2e5;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #ddc8b6;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
.step_item .form_goto_prev,
.step_item .form_goto_next {
  pointer-events: inherit;
}
.step_item .form_goto_prev.disabled,
.step_item .form_goto_next.disabled {
  pointer-events: none;
}
.step_item .btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: 600;
  margin-top: 15px;
  background: #7bc8ca;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  overflow: visible;
}
.step_item .btn:hover {
  background: #459395;
}
.step_item .btn.form_goto_next {
  float: right;
  position: relative;
}
.step_item .btn.form_goto_next:after {
  display: none;
}
.step_item .btn.form_goto_next.disabled:after {
  content: 'Beantwoord de vraag, voordat je verder kunt.';
  display: block;
  position: absolute;
  color: #000;
  height: 35px;
  left: -190px;
  right: 131px;
  font-size: 13px;
  line-height: 16px;
  width: 140px;
  text-align: left;
  top: 0;
  font-weight: 500;
  border-radius: 3px;
  background: #eee;
  padding: 12px 12px;
  pointer-events: none;
}
.step_item .btn.form_goto_next.disabled_english:after {
  content: 'Answer the question before you can continue.';
}
.step_item .btn:after {
  display: none;
}
.step_item.active {
  display: block !important;
}
.form_goto_prev {
  background: rgba(0,0,0,0.25)!important;
}
.step_item.step_item_1 .form_goto_prev {
  display: none;
}
.step_item.last_step .form_goto_next {
  display: none;
}
.step_item .submit_wrap {
  float: right;
}
.step_item .submit_wrap input {
  padding: 0 30px;
  height: 66px;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .score_preview {
    display: block;
  }
  .score_preview .score_preview_distress,
  .score_preview .score_preview_depressie,
  .score_preview .score_preview_angst,
  .score_preview .score_preview_somatisatie {
    width: 100%;
    min-height: unset;
    display: block;
  }
  .score_preview .score_image {
    display: block;
    margin: 0 auto;
  }
  .score_preview .score_inner {
    display: block;
    margin: 15px 0 0 0;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 768px) {
  .progress {
    position: relative;
    left: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    border-width: 2px;
    margin-top: 15px;
  }
  .klachtenform {
    left: 0;
    width: 100%;
    margin-top: -5px;
  }
  .klachtenform h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px!important;
  }
  .klachtenform p > label {
    font-size: 16px;
  }
  .klachtenform .wpcf7-list-item label {
    font-size: 15px;
    padding: 8px 15px;
  }
  .klachtenform button {
    font-size: 14px;
    padding: 15px 30px;
  }
  .step_item .btn.form_goto_next.disabled::after {
    left: -86px;
    top: 55px;
    background: transparent;
    opacity: 0.5;
  }
  .step_item .info_redirect_after_answer {
    font-size: 12px;
    line-height: 18px;
    padding: 13px 15px;
  }
}