/********** Template CSS **********/
:root {
  --primary: #F5755A;
  --light: #F1F8FF;
}
body{
  margin:0;
}
.logo2 {
  visibility: visible;
}


.preloader {
	position: absolute;
	color:white;
	opacity: 1;
	/* transition: 0.5s all linear; */
	width: 100%;
	height:90%;
	text-align: center;
	vertical-align: middle;
  }

  .verysmall {font-size: 27px;}
  .imagerotate{	
	position: absolute;
	left: 50%;       
	top:50%;   
	transform: translate(-50% -50%); 
	animation: rotation 2s infinite linear;}
  @keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(359deg);
	}
  }

  #wrapper {
    display:none;
    }
.outputcontainer{
  max-height: 550px;
  text-align: center;
  overflow: hidden;
  text-align: center;
  float: none;
}
.output{
  position: relative;
  max-width: 500px;
  width: 100%;
  left: auto;
  right: auto;
  text-align: center;
  display: inline-block;
}
.personasvg {
  width: 40px;
  height:40px;
  display: inline-block;
}
.result-title{
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
}
.profilecolor{
  color: #16AFD1;
}
profiletext-large{
  display: inline-block;
}
.resultimage{
  height: 100%;
  width: 100%;
  max-width: 500px;
  position: relative;
}
resultimage2{
  width: 100%;
}
@-webkit-keyframes simplefadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: invisible;
 }
}
@-moz-keyframes simplefadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: invisible;
 }
}
@-o-keyframes simplefadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: invisible;
 }
}
@keyframes simplefadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: invisible;
 }
}

.overlay {
  position: absolute;
  top:0%;
  left: 0;
  -webkit-animation: fadeout 4s linear;
  -moz-animation: fadeout 4s linear;
  -o-animation:fadeout 4s linear;
  animation:fadeout 4s linear;
  visibility: hidden;
}
.overlay3 {
  position: absolute;
  top:0%;
  left: 0;
  width:100%;
  -webkit-animation: simplefadeout 1.5s linear forwards;
  -moz-animation: simplefadeout 1.5s linear forwards;
  -o-animation:simplefadeoutt 1.5s linear forwards;
  animation:simplefadeout 1.5s linear forwards;
  -webkit-animation-delay:3.5s;
  -moz-animation-delay:3.5s;
  animation-delay: 3.5s;
}

.overlay2 {
  position: absolute;
  top:0%;
  left: 0;
  -webkit-animation: simplefadeout 1.5s linear forwards;
  -moz-animation: simplefadeout 1.5s linear forwards;
  -o-animation: simplefadeout 1.5s linear forwards;
  animation: simplefadeout 1.5s linear forwards;
  visibility: visible;
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s ;
  animation-delay: 1s ;
}
.overlay4 {
  position: absolute;
  top:0%;
  left: 0;
  -webkit-animation: fadeout 43s linear forwards;
  -moz-animation: fadeout 3s  linear forwards;
  -o-animation:fadeout 3s  linear forwards;
  animation:fadeout 3s  linear forwards;
  visibility: visible;
  opacity: 1;
  width:100%;
  -webkit-animation-delay:0.5s;
  -moz-animation-delay:0.5s;
  animation-delay: 0.5s;
}
.personasvg-groot {
  width: 60px;
  height:60px;
  max-width: 12%;
  max-height: 12%;
  opacity: 1;
  display: inline-block;
}
@-webkit-keyframes fadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  30% {
      opacity: 1;
      visibility: visible;
 }
  60% {
      opacity:0;
      visibility: visible;
 }
  71% {
      opacity: 0.2;
      visibility: visible;
 }
  73% {
      opacity: 0;
      visibility: visible;
 }
  76% {
      opacity: 0.2;
      visibility: visible;
 }
  78% {
      opacity: 0;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: hidden;
 }
}
@-moz-keyframes fadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  30% {
      opacity: 1;
      visibility: visible;
 }
  60% {
      opacity:0;
      visibility: visible;
 }
  71% {
      opacity: 0.2;
      visibility: visible;
 }
  73% {
      opacity: 0;
      visibility: visible;
 }
  76% {
      opacity: 0.2;
      visibility: visible;
 }
  78% {
      opacity: 0;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: hidden;
 }
}
@-o-keyframes fadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  30% {
      opacity: 1;
      visibility: visible;
 }
  60% {
      opacity:0;
      visibility: visible;
 }
  71% {
      opacity: 0.2;
      visibility: visible;
 }
  73% {
      opacity: 0;
      visibility: visible;
 }
  76% {
      opacity: 0.2;
      visibility: visible;
 }
  78% {
      opacity: 0;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: hidden;
 }
}
@keyframes fadeout {
  0% {
      opacity: 1;
      visibility: visible;
 }
  30% {
      opacity: 1;
      visibility: visible;
 }
  60% {
      opacity:0;
      visibility: visible;
 }
  71% {
      opacity: 0.2;
      visibility: visible;
 }
  73% {
      opacity: 0;
      visibility: visible;
 }
  76% {
      opacity: 0.2;
      visibility: visible;
 }
  78% {
      opacity: 0;
      visibility: visible;
 }
  100% {
      opacity: 0;
      visibility: hidden;
 }
}
@-webkit-keyframes fadeout2 {
  0% {
      opacity: 1;
      visibility: visible;
 }
  79% {
      opacity: 1;
      visibility: visible;
 }
  90% {
      opacity: 0;
      visibility: hidden;
 }
}
@-moz-keyframes fadeout2 {
  0% {
      opacity: 1;
      visibility: visible;
 }
  79% {
      opacity: 1;
      visibility: visible;
 }
  90% {
      opacity: 0;
      visibility: hidden;
 }
}
@-o-keyframes fadeout2 {
  0% {
      opacity: 1;
      visibility: visible;
 }
  79% {
      opacity: 1;
      visibility: visible;
 }
  90% {
      opacity: 0;
      visibility: hidden;
 }
}
@keyframes fadeout2 {
  0% {
      opacity: 1;
      visibility: visible;
 }
  79% {
      opacity: 1;
      visibility: visible;
 }
  90% {
      opacity: 0;
      visibility: hidden;
 }
}
.fadein{
  -webkit-animation: fadeInFromNone 4.5s linear;
  -moz-animation: fadeInFromNone 4.5s linear;
  -o-animation: fadeInFromNone 4.5s linear;
  animation: fadeInFromNone 4.5s linear;
}
@-webkit-keyframes fadeInFromNone {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-moz-keyframes fadeInFromNone {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-o-keyframes fadeInFromNone {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@keyframes fadeInFromNone {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-webkit-keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-moz-keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-o-keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
.resultsbutton{
  position: absolute;
  top:55%;
  left:55%;
  -webkit-animation: fadeInFromNone2 6s linear ;
  -moz-animation: fadeInFromNone2 6s linear ;
  -o-animation: fadeInFromNone2 6s linear ;
  animation: fadeInFromNone2 6s linear ;
  background-color: #F5755A !important;
  border-color: #F5755A!important;
  color: #fff !important;
}
.fadein2{
  -webkit-animation: fadeInFromNone2 4s linear forwards ;
  -moz-animation: fadeInFromNone2 4s linear forwards ;
  -o-animation: fadeInFromNone2 4s linear forwards ;
  animation: fadeInFromNone2 4s linear forwards ;
  -webkit-animation-delay:4.5s;
  -moz-animation-delay:4.5s;
  animation-delay: 4.5s;
  opacity: 0;
}
.fadeinpersonaname{
  -webkit-animation: fadeInFromNone2 2s linear forwards ;
  -moz-animation: fadeInFromNone2 2s linear forwards ;
  -o-animation: fadeInFromNone2 2s linear forwards ;
  animation: fadeInFromNone2 2s linear forwards ;
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  animation-delay: 3s;
  opacity: 0;
}
.resultsbutton .hover{
  background-color:#F5755A !important;
  border-color: #F5755A !important;
  color: #fff !important;
}
.result-title-groot{
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
  position: absolute;
  top:17%;
}


h1{
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
}
@media (max-width: 330px){
  .btn{
      font-size:0.8rem;
 }
  .h1, h1 {
      font-size: calc(1.375rem + 1vw);
 }
}
@media (max-width:1300px){

  .h1, h1 {
      font-size: calc(0.675rem + 2vw);
 }
}

.col5 {
  flex: 0 0 auto;
  width: 100%;
  margin-top:-0.5em;
  -webkit-animation: shrink 0.5s linear forwards ;
  -moz-animation: shrink 0.5s linear forwards ;
  animation:shrink 0.5s linear forwards ;
  -webkit-animation-delay:6.4s;
  -moz-animation-delay:6.4s;
  animation-delay:6.4s;
  padding-left:5%;
  line-height: 1.8;
}
.col7 {
  flex: 0 0 auto;
  width: 63.33333333%;
  margin-top:-0.5em;
  -webkit-animation: grow 0.5s linear forwards , setvisibility 2s linear forwards;
  -moz-animation:grow 0.5s linear forwards , setvisibility 2s linear forwards;
  animation: grow 0.5s linear forwards , setvisibility 2s linear forwards;
  -webkit-animation-delay:6.4s, 7s;
  -moz-animation-delay:6.4s, 7s;
  animation-delay:6.4s, 7s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  line-height: 1.2;
}
@media (max-width: 991.98px){
  .col5 {
      flex: 0 0 auto;
      width: 100%;
      padding-left: calc(var(--bs-gutter-x) * .5);
      padding-right:calc(var(--bs-gutter-x) * .5);
      -webkit-animation: unset ;
      -moz-animation: unset ;
      animation: unset ;

 }
  .col7 {
      flex: 0 0 auto;
      width: 100%;
      visibility: invisible;
      opacity: 0;
      -webkit-animation: setvisibility 2s linear forwards;
      -moz-animation: setvisibility 2s linear forwards;
      animation: setvisibility 2s linear forwards;
      -webkit-animation-delay: 5s;
      -moz-animation-delay: 5s;
      animation-delay: 5s;
      height: auto;
      line-height: 1.4;
 }
}
@-webkit-keyframes shrink {
  from {
      width: 99%;
      padding-left: 5%;
 }
  to {
      width: 36.66666667%;
      padding-left: 0%;
 }
}
@-moz-keyframes shrink {
  from {
      width: 99%;
      padding-left: 5%;
 }
  to {
      width: 36.66666667%;
      padding-left: 0%;
 }
}
@-o-keyframes shrink {
  from {
      width: 99%;
      padding-left: 5%;
 }
  to {
      width: 36.66666667%;
      padding-left: 0%;
 }
}
@keyframes shrink {
  from {
      width: 99%;
      padding-left: 5%;
 }
  to {
      width: 36.66666667%;
      padding-left: 0%;
 }
}
@-webkit-keyframes grow {
  from {
      width: 0%;
 }
  to {
     width: 63.33333333%;
 }
}
@-moz-keyframes grow {
  from {
      width: 0%;
 }
  to {
     width: 63.33333333%;
 }
}
@-o-keyframes grow {
  from {
      width: 0%;
 }
  to {
     width: 63.33333333%;
 }
}
@keyframes grow {
  from {
      width: 0%;
 }
  to {
     width: 63.33333333%;
 }
}
@-webkit-keyframes setvisibility {
  0% {
      visibility: visible;
      opacity: 0;
      display: block;
      height:0;
 }
  100% {
      visibility: visible;
      opacity: 1;
      display:block;
      height:auto;
 }
}
@-moz-keyframes setvisibility {
  0% {
      visibility:visible;
      opacity: 0;
      display: none;
      height:0;
 }
  100% {
      visibility: visible;
      opacity: 1;
      display:contents;
      height:auto;
 }
}
@-o-keyframes setvisibility {
  0% {
      visibility: visible;
      opacity: 0;
      display: none;
      height:0;
 }
  100% {
      visibility: visible;
      opacity: 1;
      display:contents;
      height:auto;
 }
}
@keyframes setvisibility {
  0% {
      visibility: visible;
      opacity: 0;
      height:auto;
 }
  100% {
      visibility: visible;
      opacity: 1;
      height:auto;
 }
}
.questionsurvey{
  padding-top:30px;
  padding-left: 15%;
  padding-right: 15%;
}
@media (prefers-color-scheme: dark) {
  body{
     background-color: rgb(0, 0, 0);
 }
}
@media (prefers-color-scheme: light) {
  body{
     background-color: #ffffff
 }
}
.ff-secondary {
  font-family: 'Pacifico', cursive;
}
.fw-medium {
  font-weight: 600 !important;
}
.fw-semi-bold {
  font-weight: 700 !important;
}
.carousel-caption {
  position:unset;
  top: 6rem;
  padding-top: 4rem;
  padding-bottom: 0rem;
  color: #fff;
 /* text-align: center;
  */
}
@media (max-width: 991.98px){
  .carousel-caption {
      top: 2rem;
      padding-top: 0.25rem;
      padding-bottom: 1.25rem;
      color: #fff;
     /* text-align: center;
      */
 }
}
/*** Button ***/
.btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: .5s;
}
.btn.btn-primary, .btn.btn-secondary {
  color: #FFFFFF;
  background-color: #F5755A;
  border-color: white;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #F5755A;
  border-color: #F5755A;
}
.downloadbutton {
  background-color: rgba(255, 255, 255, .7) !important;
  color: #254092 !important;
  border-color: #254092 !important;
  margin-top:14px;
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}
.accordion-item {
  font-family: 'Open Sans' , sans-serif;
  font-size: 16px;
  max-width: 800px;
}
.accordion{
  background-color: rgba(255, 255, 255, 0.5) ;
}
.accordion-item {
  background-color:unset;
  border: 1px solid rgba(0,0,0,.125);
  color: #212529;
}
.accordion-button:not(.collapsed) {
  color: #F5755A;
  background-color:unset;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color:unset;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.navbar-expand-lg .navbar-toggler {
  display: none;
}
h1{
  color: #254092;
}
.paddingleft{
  padding-left: 2rem;
  padding-right: 0rem;
  padding-top: 30px;
}
.paddingimage {
  padding-left:0rem;
  padding-right: 0rem;
}
@media (max-width: 991.98px) {
 .paddingleft{
      padding-left: 1rem;
      padding-right: 1rem;
 }
  .paddingimage {
      padding-left: 1rem;
      padding-right: 1rem;
 }
}
/* **accordeon laatste pagina plaatjes */
.LastPagefadein{
  -webkit-animation: fadeInFromNone2 0.8s linear;
  -moz-animation: fadeInFromNone2 0.8s linear;
  -o-animation: fadeInFromNone2 0.8s linear;
  animation: fadeInFromNone2 0.8s linear;
}
@-webkit-keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-moz-keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@-o-keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
@keyframes fadeInFromNone2 {
  0% {
      opacity: 0;
 }
  60% {
      opacity: 0;
 }
  100% {
      opacity: 1;
 }
}
.draw1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 6s linear forwards ;
  -moz-animation: draw 6s linear forwards ;
  animation:draw 6s linear forwards ;
  -webkit-animation-delay:4.5s;
  -moz-animation-delay:4.5s;
  animation-delay: 4.5s;
}
.drawslower {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: draw 6s linear forwards ;
  -moz-animation: draw 6s linear forwards ;
  animation:draw 6s linear forwards ;
  -webkit-animation-delay:4.5s;
  -moz-animation-delay:4.5s;
  animation-delay: 4.5s;
}
.draw2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 6s linear forwards ;
  -moz-animation: draw 6s linear forwards ;
  animation: draw 6s linear forwards ;
  -webkit-animation-delay:6s;
  -moz-animation-delay:6s;
  animation-delay: 6s;
}
@-webkit-keyframes draw {
  to {
      stroke-dashoffset: 0;
 }
}
@-moz-keyframes draw {
  to {
      stroke-dashoffset: 0;
 }
}
@keyframes draw {
  to {
      stroke-dashoffset: 0;
 }
}
.LastPagewhitecircle {
  width: 100%;
  position:relative;
}
.LastPagetranspvierkant{
  width: 100%;
  max-width: 100%;
}
.LastPagepositionimages{
  position: relative;
  width: 100%;
  text-align: left;
  vertical-align: top;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
  
}
.PosAbs{
  position:absolute;
  top: 8%;
  left: 0%;
  width: 80%;
  text-align: center;
}
.LastPagepositioncircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}
.LastPageyourpersona-text {
  font-family: 'Open Sans' , sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #254092;
}
.PosRel{
 position: relative;
}
LastPageresult{
  max-height: 50px;
}
.LastPageheadresult {
  width: 35%;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 22%;
  top: 21%;
}
.LastPagedigivaardigresult {
  width: 14%;
  top: 62%;
  left: 38%;
  vertical-align: top;
  position: absolute;
  z-index: 2;
}
.LastPageprofielresult {
  width: 27%;
  top: 50%;
  left: 63%;
  vertical-align: top;
  z-index: 2;
  position: absolute;
}
.LastPageprofielresultCircle {
  width:48%;
  position:absolute;
  bottom: 19%;
  left:52%;
}
.LastPageDigiresultCircle {
  width: 32%;
  position: absolute;
  bottom: 19%;
  left: 29%;
}
.LastPageheader-result-persona{
  font-size: 1.5rem;
  width: 100%;
  text-align: center!important;
  font-family: 'Open Sans' , sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.FadePageheader-result-persona{
  font-size: 1.6rem;
  width: 100%;
  text-align: center!important;
  font-family: 'Open Sans' , sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .LastPageheader-result-persona{
      font-size: calc(0.3rem + 3vw);
 }
  .FadePageheader-result-persona{
      font-size: calc(0.1rem + 4vw);
 }
  .LastPageyourpersona-text {
      font-size: 1em;
      font-size: calc(0.3rem + 1.7vw);
 }
}
.LastPagepersona-nuance-images {
 width:90%;
  max-width: 430px;
  display: inline-block;
  left: auto;
  right: auto;
  position: relative;
}
.LastPagewhitebg{
  background-color: rgba(255, 255, 255, .5);
  padding: 10px;
  color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  -webkit-animation: fadeIntext 2s linear forwards ;
  -moz-animation: fadeIntext 2s linear forwards ;
  -o-animation: fadeIntext 2s linear forwards ;
  animation: fadeIntext 2s linear forwards ;
  -webkit-animation-delay:6.5s;
  -moz-animation-delay:6.5s;
  animation-delay: 6.5s;
}
@-webkit-keyframes fadeIntext {
  from {
      color: rgba(0, 0, 0, 0);
 }
  to {
      color: rgba(0, 0, 0, 0.85);
 }
}
@-moz-keyframes fadeIntext {
  from {
      color: rgba(0, 0, 0, 0);
 }
  to {
      color: rgba(0, 0, 0, 0.85);
 }
}
@-o-keyframes fadeIntext {
  from {
      color: rgba(0, 0, 0, 0);
 }
  to {
      color: rgba(0, 0, 0, 0.85);
 }
}
@keyframes fadeIntext {
  from {
      color: rgba(0, 0, 0, 0);
 }
  to {
      color: rgba(0, 0, 0, 0.85);
 }
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  border: 0;
  box-shadow: 0 0 0 0 rgba(0, 3, 8, 0);
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 30px;
  padding: 55px 0;
  font-size: 15px;
  color: var(--light) !important;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: .5s;
}

#logos{
padding-left:10px!important;  
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary) !important;
}
.navbar-dark .navbar-brand img {
  max-height: 80px;
  transition: .5s;
}
.sticky-top.navbar-dark .navbar-brand img {
  max-height: 45px;
}
@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
      position: relative;
 }
  .navbar-dark .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, .1) 
 }
  .navbar-dark .navbar-nav .nav-link, .sticky-top.navbar-dark .navbar-nav .nav-link {
      padding: 10px 0;
      margin-left: 0;
 }
  .navbar-dark .navbar-brand img {
      max-height: 45px;
 }
}
@media (min-width: 992px) {
  .navbar-dark {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 999;
      background: transparent !important;
 }
  .sticky-top.navbar-dark {
      position: fixed;
      background: var(--dark) !important;
 }
}
.spacer {
  height: 50px;
  min-height: 50px;
}
.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.FadePageheadresult {
  width:27%;
  display: inline-block;
}
.FadePagedigivaardigresult {
  position:absolute;
  width:10%;
  top:60%;
  left: 51%;
  z-index: 2;
}
@media(max-width: 300px){
  .FadePagedigivaardigresult {
      top:59%;
 }
}
.FadePageprofielresult {
  width:22%;
  position:absolute;
  top:51%;
  left: 69%;
  z-index: 2;
}
.FadePageprofielresultCircle {
  width:35%;
  position:absolute;
  top:45%;
  left:63%;
}
.FadePageDigiresultCircle {
  width:22%;
  position:absolute;
  top:55%;
  left:45%;
}
.circleimage{
  width:100%;
}
.FadePagepersona-nuance-images {
 width:73%;
  margin-top:-3%;
  max-width: 430px;
  display: inline-block;
  left: auto;
  right: auto;
  position: relative;
}
.btn-check:active+.btn-outline-success2, .btn-check:checked+.btn-outline-success2, .btn-outline-success2.active, .btn-outline-success2.dropdown-toggle.show2, .btn-outline-success2:active {
  color: #fff;
  background-color: #F5755A !important;
  border-color: #F5755A !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-outline-success2 {
  color: #2DB2D1 !important;
  border-color: #2DB2D1 !important;
  background-color: rgba(255, 255, 255, .7) !important;
  width: 70%;
}
.carousel-indicators {
  position: relative;
}
.carousel .carousel-item {
  position: relative;
}
.carousel-control-next, .carousel-control-prev {
  top:70px;
}
.slide{
  padding-top: 50px;
  padding-bottom:0px;
}
@media (max-width: 991.98px) {
  .slide{
      padding-top: 0px;
 }
}
@media (max-width: 40em) {
  .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
 }
}
@media (max-width: 30em) {
 /* Bump up size of carousel content */
  .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
 }
}
.carousel-indicators [data-bs-target] {
  background-color: #Fff !important;
}
.btn-outline-success2:hover, .btn-outline-success2 .hover {
  background-color: #F5755A !important;
  border-color: #F5755A!important;
  color: #fff !important;
}
.btn-check:active+.btn-outline-success2, .btn-check:checked+.btn-outline-success2, .btn-outline-success2.active, .btn-outline-success2.dropdown-toggle.show, .btn-outline-success2:active {
  color: #fff!important;
  background-color: #F5755A !important;
  border-color: #F5755A!important;
}
.hero-header {
  background: linear-gradient(rgba(170, 201,193, .98), rgba(170, 201,193, .96)), url(../img/pexels-office.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:720px;
}
@media (max-width: 991.98px) {
  .bg-dark {
      --bs-bg-opacity: 1;
      background-color: rgba(166, 195,187, 1) !important;
 }
}
.my-4{
  margin-bottom: 0.8rem!important;
}
.py-4{
  padding-bottom:0.0rem !important;
}
.hero-header2 {
  background: linear-gradient(rgba(170, 201,193, .98), rgba(170, 201,193, .96)), url(../img/pexels-office.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}
.container-xl, .container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.hero-header img {
  opacity:1;
  width: 100%;
  max-height: 560px;
  max-width: 400px;
}
@keyframes imgRotate {
  100% {
      transform: rotate(0deg);
 }
  50% {
      transform: rotate(1deg);
 }
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-weight: 900 !important;
}
.fa-bars:before {
  content: "\f0c9";
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}
/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--primary);
}
.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}
.section-title.text-start::before, .section-title.text-end::after {
  display: none;
}
/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}
/* GLOBAL STYLES -------------------------------------------------- */
/* Padding below the footer and lighter body text padding-bottom: 3rem;
*/
body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #5a5a5a;
  user-select: none;
 /* supported by Chrome and Opera */
  -webkit-user-select: none;
 /* Safari */
  -khtml-user-select: none;
 /* Konqueror HTML */
  -moz-user-select: none;
 /* Firefox */
  -ms-user-select: none;
 /* Internet Explorer/Edge */
  -webkit-tap-highlight-color: transparent;
}
/* GLOBAL STYLES -------------------------------------------------- */
/* make sure the color is to the bottom on mobile phones */
html, body {
  min-height: 100vh;
  margin:0 !important;
}
@media (max-width: 991.98px){
  body{
      padding-top: 0rem;
      padding-bottom: 0rem;
 }
  .hero-header {
      min-height: 100vh;
 }
  .container-xxl {
      min-height: 100vh;
 }
}
.carousel-item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
}
/* Featurettes ------------------------- */
.featurette-divider {
  margin: 5rem 0;
 /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
 /* rtl:remove */
  letter-spacing: -.05rem;
}
/* RESPONSIVE CSS -------------------------------------------------- */
@media (min-width: 40em) {
  .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
 }
  .featurette-heading {
      font-size: 50px;
 }
}
@media (min-width: 62em) {
  .featurette-heading {
      margin-top: 7rem;
 }
}
.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
}
/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .2s;
}
.footer .btn.btn-social:hover {
  color: var(--primary);
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .2s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 9px;
}
.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
  color: var(--light);
}
.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.bg-for-submit-name {
  background: url('https://lh4.ggpht.com/GLT1kYMvi4oiguL9FOc1eM5q7sW0AvVJNWyBZ26iMq-BSm3Kpi9CPDR2UGoVlYrVwA=h900') fixed;
  background-size: cover;
  padding: 0;
  margin: 0;
}
.margin-top{
  margin-top: 270px;
}
.wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
p.form-title {
  font-family: 'Open Sans' , sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  margin-top: 5%;
  text-transform: uppercase;
  letter-spacing: 4px;
}
form {
  width: 250px;
  margin: 0 auto;
}
form.login input[type="text"], form.login input[type="password"] {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  border: 0;
  border-bottom: 3px solid #75ba48;
  outline: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #000;
  outline: 0;
}
form.login input[type="submit"] {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 16px;
  outline: 0;
  cursor: pointer;
  letter-spacing: 1px;
}
form.login input[type="submit"]:hover {
  transition: background-color 0.5s ease;
}
.btn-success {
  color: #fff;
  background-color: #75ba48;
  border-color: #75ba48;
  width: 100%;
 /* font-weight: 600 !important;
  */
  padding: 7px 10px;
  font-size: 15px !important;
  border-radius: 0px;
  word-spacing: 4px;
  letter-spacing: 1px;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #2FC0AE !important;
  border-color: #2FC0AE !important;
}
form.login label, form.login a {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
form.login a {
  transition: color 0.5s ease;
}
form.login a:hover {
  color: #2ecc71;
}
.pr-wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.show-pass-reset {
  display: block !important;
}
.pass-reset {
  margin: 0 auto;
  width: 250px;
  position: relative;
  margin-top: 22%;
  z-index: 999;
  background: #FFFFFF;
  padding: 20px 15px;
}
.pass-reset label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
.pass-reset input[type="email"] {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 5px 10px;
  background: 0;
  border: 0;
  border-bottom: 1px solid #000000;
  outline: 0;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #000000;
  outline: 0;
}
.pass-reset input[type="submit"] {
  width: 100%;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  outline: 0;
  cursor: pointer;
  letter-spacing: 1px;
}
/*----------quiz.css---------------*/
.loanParamsLoader {
  top: 143px;
  margin: auto;
  position: absolute;
  right: 17%;
  width: 135%;
}
.question{
  background: #75ba48;
  padding: 20px;
  color: #fff;
  border-bottom-right-radius: 55px;
  border-top-left-radius: 55px;
}
#qid{
  margin-right: 22px;
  background-color: #ffffff;
  color: #aaaaaa;
}
.container ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111111;
}
ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}
ul li:hover label{
  color: #FFFFFF;
}
ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
ul li:hover .check {
  border: 5px solid #FFFFFF;
}
ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
  border: 5px solid #00FF00;
}
input[type=radio]:checked ~ .check::before{
  background: #00FF00;
 /*attr('data-background');
 */
}
input[type=radio]:checked ~ label{
  color: #00FF00;
}
#result-of-question th{
  text-align: center;
  background: #75ba48;
  color: #fff;
  padding: 18px;
  font-size: 18px;
  border: none;
}
#result-of-question td{
  text-align: center;
  color: #222;
  background-color: #fff;
  padding: 18px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #75ba48;
}
#totalCorrect{
  color: #fff;
  background: #75ba48;
  padding: 22px 20px;
  border-radius: 1px;
  font-stretch: expanded;
  font-size: 28px;
  font-weight: bold;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
#alert{
 /* Position fixed */
  position:fixed;
 /* Center it! */
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
/*----------riple bubble-----------------*/
ul {
  margin: 0 auto;
}
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
  display: inline;
  position: absolute;
  background: #75ba48;
  border-radius: 100%;
  transform: scale(0);
}
/*animation effect*/
.ink.animate {
 animation: ripple 0.65s linear;
}
@keyframes ripple {
 /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
     opacity: 0;
      transform: scale(2.5);
 }
}
.form-check {
  padding-left: 0em;
}
.logoquestion{
  width: 130px;
  position: absolute;
  max-width: 17%;
  visibility: hidden ;
}
