html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*font-family: 'Barlow', sans-serif;
font-family: 'Play', sans-serif;*/

html {
    font-family: 'Barlow', sans-serif;
    /*     font-family: 'Ubuntu';*/
    min-height: 100%;
    color: #2d2c2c;


}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;

}

h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 2px;
}

b {}

.hidefont{
    font-family: 'Source Sans 3';
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

i{
    font-style: italic!important;
}

h1,
h2 {}

h1 {
    font-size: 44px;
    font-weight: bold;

}

h2 {

    font-size: 32px;

    line-height: 42px;

}

h3 {

    font-size: 22px;
    color: #fff;

}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
    /*overflow: hidden;*/
}

body,
html {
    height: 100%;
    margin: 0
}
#header{
    height:0;
    
}

.wrapper {
    min-height: 100%;
    margin-bottom: -140px
}

.footer,
.push {
    height: 0px
}

footer {
   /* height: 120px;*/
    background: #383442;
    margin-left: -15px;
    margin-right: -15px;
    padding:12px;
    color:#fff;
        
}

footer a{
    text-decoration: underline;
    color:#fff;
}

.inner-container {
    position: absolute;
    width: 100%;
    height: 100%;


}
.stickyheader{
    background: #fff;
    height: 60px;
        
}
.stickyfiller{
    position: relative;
    background: red;
    height: 240px;
}

.hide {
    display: none;
}

.logo{
    margin: 12px;
}
.logo img {
    
    max-height: 40px;
    width: 200px;
}


.page{
    min-height: calc(100vh - 400px);
    height: auto;
    margin-top: 10px;
    margin-bottom: 200px;
    
}

.sceneholder{
    width: 100%;
    height: calc(100vh - 80px);

}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.viewholder{
     width: 100%;
    height: calc(100vh  - 80px);
   
    
}

.viewholder canvas{
     border-radius: 20px;
    border:2px solid #50A684;
}


.greenbrdr{
    border-radius: 20px;
    border:2px solid #50A684;
}
.btn{
    padding:12px;
    /*border: 2px solid #000;*/
    border-radius: 32px;
    width: 100%;
    transition: all .2s;
}

.btn:hover{
    transform: scale(0.96);
}
.btn p{
   /* font-weight: bold;*/
    text-transform: uppercase;
}
.rightside{
    left:auto;
    top:100px;
}
.rightside.center-fixed{
    left:50%;
    transform: translate(-50%,0);
}

#subform.btn{
    padding:12px;
}
.shad1{
      
   /* box-shadow: 0px 3px 49px 8px rgba(171, 224, 247,0.8);*/
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.btn.shad1:hover{
      
    box-shadow: 0px 3px 9px 8px rgba(80, 166, 132,.4);
}

.active{
   /* background: red;*/
}
.navbar-light .navbar-nav .active>.nav-link{
 border-bottom: 2px solid #50a684;
   /* text-decoration: underline;*/
}

.reveal{
  position: relative;
/*  transform: translateY(40px);*/
  /*opacity: 0;*/
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.form-control {
    border-radius: 0px;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #808388;
    font-weight: 300;
    /*background-color: #f9f9f9;*/
    border: 0;
    border-bottom: 1px solid #d7d7d7;
}

.errmsg {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: 6px;
}


.contactform {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
    position: relative;
    padding: 50px;

    z-index: 30;
}

.shadclass {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
    position: relative;
    padding: 50px;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 20px;

}

.border-round {
    padding: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 32px;
}

.border-round .form-control {
    border: 0;
}



textarea {
    height: 240px;
}

.navbar-collapse.show{
  
    width: 100%;
}

.topgame{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:4px solid #000;
    border-radius: 12px;
    box-shadow: 0px 3px 49px 8px rgba(171, 224, 247,0.8);
    /*padding-bottom: 3px;*/
    z-index: 9;
    overflow: hidden;
    transition:all .8s cubic-bezier(.47,1.64,.41,.8);
    
}
.topgame iframe{
    position: absolute;
    vertical-align: top;
    top:0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 8;
}

.overlay{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: none;
    background: rgba(255,255,255,0.9);
    z-index: 1050;
    
}


.list-group-item.active{
    
    
    background-color: #50A684;
    border-color: #50A684;
}

.situation{
    display: none;
   /* border: 1px solid #50A684;*/
    border-radius: 12px;
    padding:12px;
}




.situation .innerscene{
    display: none;
}

.vraagq p{
    font-size: 22px;
}

.answerholders{
    margin-top: 12px;
}

.answerholders form{
    margin-top:20px;
}

.answer{
    position: relative;
    border: 1px solid #f0efed;
    border-radius: 8px; 
    padding: 12px;
    margin-top:18px;
    cursor: pointer;
}


.answer:hover{
    opacity: 0.9;
    border: 1px solid #50A684;
}
.answer.selected{
     border: 2px solid #50A684;
    border-radius: 12px;
}

.feedbackimg{
    width: 100%;
    
   
}
.feedbackimg img, .feedbackimg video{
    vertical-align: bottom;
   /* max-height: 300px;*/
    /* background-color: #474745;*/
    border: 1px solid #50A684;
    border-radius: 8px;
}
.feedbackimg p{
    padding:12px;
    color:#000;
}

.situatie{
    width: 100%;
    height:110px;
   /* background: #474745;*/
     background: #50A684;
    border-radius: 0;
    
}
.situatie .qmark{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color:#fff;
}


.rating {
  display: inline-block;
  position: relative;
  height: 50px;
 
  line-height: 50px;
  font-size: 50px;
    margin:0 auto;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
    margin:10px;
}

.rating label:last-child .icon {
  color: #474745;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #50A684;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #474745;
  text-shadow: 0 0 5px #474745;
}

.pixiholder{
    position: absolute;
    top:0;
    left: 0;
    z-index:9999;
}

.pixiholder.hidepixi{ 
    overflow:hidden;
    height:0; 
}

.maintimer{
    position: relative;
    
    right: 0;
    top:0;
    text-align: right;
   /* width:200px;*/
   /* background: red;*/
    
}

.maintimer p{
    font-size: 36px;
    font-weight: bold;
}

.timer{
    display: inline-block;
}
.ansnum{
    display: inline-block;
    position: absolute;
    width:24px;
    height: 24px;
    border-radius: 50%;
    background: #50A684;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
    padding-top:2px;
    top:-10px;
    left: -10px;
}


.connectioncircle{
    position: relative;
    display: inline-block;
    width:16px;
    height: 16px;
    border-radius: 50%;
    background:red;
    vertical-align: middle;
    margin-right: 6px;
}
.connectioncircle.greenbg{
    background:green;
}

b{
    font-weight: bold;
}

.hintimg{
    display: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.hintimg img{
    height: 100%;
    width: 100%;
}
.hinttxt{
    position: absolute;
    width: 100%;
    bottom:0px;
    padding:2px;
    height: 30px;
    background: #000;
    color:#fff;
    text-align: center;
    font-size: 12px;
    display: none;
    
}

.mainscenes{
    margin-bottom: 120px;
    min-height: calc(100vh - 300px);
}
input{
    padding:12px;
    border-radius: 12px;
    width: 100%;
}

.redbrdr{
    outline: none !important;
    border-color: red!important;
}
.greenbrdrcorrect{
    border-color: greenyellow;
}

input.redbrdr:focus{
    outline: none !important;
    border-color: red!important;
}

.online{
    color:greenyellow!important;
    font-weight: bold;
    text-shadow: 0 0 2px white;
}

.defaultxt, .midtxt {
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-20px;
    transform: translate(-50%, -50%);
    
}

.defaultxt p{
    font-size: 24px;
    line-height: 26px;
}

.hintbg{
    background-color: #50A684;
    color:#fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    padding:5px;
    vertical-align: middle;
}

.timecontrols{
    display: inline-block;
}
.timecontrols i{
    font-style: normal!important;
    font-size: 34px;
    margin-right: 12px;
    
}
.timecontrols i:hover{
    color:#50A684;
    cursor: pointer;
}

.transit{
    transition: 0.5s all;
}

.block{
     --heightA: 100vh;
      --heightB: calc(var(--heightA) - 280px);
      --heightC: calc(var(--heightB) / 5);
    
    height: var(--heightC);
    background-color: #e8edea;
    border-radius: 8px;
    opacity: 1;
}
.block.finished{
    opacity: 1;   
    background-color: #50A684;
}

.block .qmark{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color:#fff;
}

.counter{
    position: absolute;
    top:10px;
    right:10px;
    width:30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
        
}
.counter p{
    padding-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color:#000;
}

@media (max-height: 900px) { 
    
    .situatie{
        height: 90px;
    }
    
    h2{
        font-size: 20px;
        line-height: 22px;
        
    }
    
    p{
        font-size: 14px;
    }
    
    .answer {
     
        padding: 8px;
        margin-top: 10px;
   
    }
    
    .feedbackimg img{
        max-height: 300px;
    }
    
    .hinttxt{
        font-size: 10px;
    }

    
    
    
}

@media (max-width: 767.98px) { 
    
    
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 22px;
        line-height: 26px;
    }
    p {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }

    .stickyheader{
        height: 60px;
    }
    
    .logo img{
        max-height: 40px;
        width:auto;
    }

    .navbar-toggler{
        margin-top: 4px;
    }
    .navbar-collapse {
        
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        
        padding:8px;
        padding-right:34px;
    
        background: #fff;
        box-shadow: 0px 10px 20px 0px rgba(92, 95, 101, 0.15);
    }
    .nav-item {
        font-size: 22px;
        text-align: right;
    }

} 



