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;
}



html {
   font-family: 'Open Sans Condensed', sans-serif;
    background-color: #dcd1d1;
    color: #fff;
   
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;
}

b {}

p {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}
h1, h2{
   
}
h1{
    font-size: 136px;
    color:#FFF;
    font-weight: 700;
}
h2{
    font-size: 96px;
    color: #ba0909;
    font-weight: 700;
    
}

h3{
   font-size: 36px;
    color: #ba0909;
    font-weight: 700;
}



.text-center{text-align: center;}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*overflow: hidden;*/
}


.bgoverlay{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 650px;
    background-color:rgba(0,0,0,0.4);
    z-index:999;
    display: none;
}
.greentxt{
    color: #b4bd5d;
}
.purpletxt{
    color: #632d50;
}
.nomouse {
    pointer-events: none;
}

#container {
    position: relative;
    margin: 0 auto;
   /* width: 1024px;*/
    width: 1024px;
    height: 650px;
    margin-bottom:60px;
    
      background-size: 1024px 650px;
  background-image: url(../img/bg.png);
    
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay img{
       position: absolute;
      width: 100%;
    height: 100%;
}

i {
    font-style: italic;
}

#out {
    position: relative;
    top: 20px;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner {
    width: 920px;
}

.vidhold{
    position: absolute;
    border:3px solid #183679;
    padding:10px;
}

.vidhold img.vidimg{
    width: 300px;
}
.vidhold .vidbut{
   position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.vidhold .titlevid{
    position: absolute;
    bottom:-30px;
    left:0px;
}
.inner-container {
    position: absolute;
    top:0px;
    width: 1024px;
    height: 650px;;
 
    overflow: hidden;
    


}
.menu-bar{
    position: relative;
        height:24px;

}

.menu-bar a{
    color:#fff;
    font-size: 20px;

}


.title{
    display: inline-block;
    position: absolute;
    padding:20px;
}

.timerdata{
    display: inline-block;
    position: absolute;
    padding:20px;
    right:0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    /*  text-decoration: underline;   */
}

.hide{
    display: none;
}


.corrtxt {
    color: green;
}
.clear{
    float: none;
    clear: both;
}


.whitetxt {
    color: #ffffff;
}
.orangetxt{
    color: #ee7101;
}
.greytxt {
    color: #9e9999;
}
.orangebg{
    background-color: #ee7101;
}
.orangebg{
    padding:5px;
    color:#fff;
    width:290px;;
    margin-bottom: 16px;
}
.leftside{
    position: relative;
    float:left;
    /*width: 50%;*/
}
.underline{
    border-bottom: 1px dashed #192162;
}
.nxt-but {
    position: absolute;
    z-index: 89;
    right: 4px;
    display: block;
    background: url(../img/verder.png);
    width: 58px;
    height: 50px;
    top:290px;
    transform-origin: left;
}

.prev-but {
    position: absolute;
    z-index: 89;
    left: 4px;
    display: block;
    background: url(../img/terug.png);
    width: 58px;
    height: 50px;
    top: 290px;
    transform-origin: right;
}

.prev-but.v2 {
     background: url(../img/terug_v2.png);
}
.nxt-but.v2 {
     background: url(../img/verder_v2.png);
}
.imghov:hover {
    cursor: pointer;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    opacity: .6;
}

.imggrw:hover{
    transition: all .1s;
    transform: scale(1.04);
}
.shad {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 5px;
    /*margin: 0 8px;
    margin-top: 10px;*/
}

.mouse {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#submit-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: none;
}

#submit-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -65px;
    background: #da5054;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 130px;
    width: 130px;
    height: 130px;
    text-decoration: none;
    display: block;
    border-radius: 50%;
    transition: all .2s;
    -moz-transition: all .2s;
    /* Firefox 4 */
    -webkit-transition: all .2s;
    /* Safari and Chrome */
    -o-transition: all .2s;
    /* Opera */
}

#submit-overlay a:hover {
    padding: 5px;
    margin-top: -70px;
    margin-left: -70px;
}

.correct {
    display: none;
    position: absolute;
    top: 70px;
    left: 104px;
    width: 55px;
    height: 48px;
    background-image: url(../img/correct3.png);
    z-index: 99;
    pointer-events: none;
}

.wrong {
    display: none;
    position: absolute;
    top: 80px;
    left: 82px;
    width: 55px;
    height: 48px;
    background-image: url(../img/wrong2.png);
    z-index: 99;
    pointer-events: none;
}

.drophover {
    /*  background-image: url(../img/bgdrop-over.png);*/
    /*  box-shadow: inset -1px -8px 125px 30px rgba(173,220,244,.6);*/
    background-color: #dae0df;
    filter: drop-shadow(0px 0px 5px #000);
    filter: none;
    /* IE 6-9 */
    -webkit-filter: drop-shadow(0px 0px 5px #000);
}

.innershadgood {
    box-shadow: inset -1px -8px 125px 30px rgba(35, 153, 25, 1);
}

.innershadbad {
    box-shadow: inset -1px -8px 125px 30px #f60000;
}

.close-but {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.close-but:hover {
   color:#fff;
}

.opdracht{
    position: absolute;
    top:180px;
    margin-left:40px;
   margin-right:40px;
    
}
b{
    font-weight: bold;
}
i{
    font-style: italic;
}

label {
    display: inline-block;
    width: 140px;
    height: 34px;

}


input:focus {
    outline: 0;
}


.errmsg {
    display: none;
    color: red;
}
.redtxt{
    color: #ba0909;
}
  
.popup {
    display: none;
    background-color:#fff;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    width:520px;
    left:50%;
    top:40%;
    transform: translate(-50%, -50%);
    padding:30px;
    z-index: 92;
    border:2px solid #ba0909;
}
.popup p{
    color:#000;   
}

.popup h2{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 8px;
}

.correctquiz{
    border-color:green!important;
    border-width: 4px;
}

.close-but {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    color:#ba0909;
}

.close-but:hover {
   color:#ee7101;
}
.filmplayer{
    position: relative;
    left:42px;
    top:20px;
}

.filmhold{
    position: relative;
    width:580px;
    left:176px;
    top:6px;
}

.video-container {
	position:relative;
	padding-bottom:51.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.filmoverlay{
    position: absolute;
    top:0px;
    left: 0px;
    background-image: url(../img/filmoverlay.png);
    width:766px;
    height: 369px;
     pointer-events: none;
}
.filmoverlay.playing{
     background-image: url(../img/filmoverlay_noplay.png);
}

.textvlak{
    position: absolute;
    top:420px;
    left:210px;
    width: 660px;
    
}
.bullet{
    position: absolute;
    display: inline-block;
    background-image: url(../img/bullet.png);
    width: 27px;
    height: 25px;
    vertical-align: top;
   
    left:-36px;
  
 
}

.containerbutton, .quizframe, .points{
    position: relative;
    text-align: center;
    width: 100%;
}

.button{
    display: inline-block;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 12px;
    background-color: #b4bd5d;
    text-align: center;
    color:#632d50;
    font-weight: 900;
    font-size: 26px;
}
.button:hover{
    color:#fff;
}

.quizphoto{
    position: relative;
    display: inline-block;
    top:20px;
    border-radius: 14px;
    border:4px solid #b4bd5d;
     background-color:#632d50;
    padding:2px;
    width:512px;
    height: 300px;
    
}

.answer{
    padding: 2px;
    margin-bottom: 6px;
    font-size: 18px;
}
.answer span{
    font-weight: 900;
}
.answer:hover{
    color:#dcd1d1;
    
}

.answer:hover .greentxt{
    color:#dcd1d1;
    
}

.points{
    top:270px;
}

.point{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color:#632d50;
    margin:12px;
}

.greenbg.point{
   background-color:#b4bd5d;
}

.quizanswer h3, .tipans h3{
    color:#fff;
    margin-bottom: 12px;
}
.quizanswer, .tipans{
    text-align: left;
    padding: 12px;
    background-color:#b4bd5d;
    border-radius: 8px;
    height: 276px;
    line-height: 22px;
}
.quizrnd{
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.videoplayer{
    position: absolute;
    
    width: 700px;
  
}


.mainclock{
    position: relative;
    width: 90px;
    height: 90px;
}

.mainclock .clockbottom, .mainclock .clockfill, .mainclock .clocktop{
    
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.clockbottom{
    background-image: url(../img/clock_bottom.png);
    background-size: cover;
    z-index: 1;
}
.clocktop{
    background-image: url(../img/clock_top.png);
    background-size: cover;
    z-index: 11;
}

.clockfill{
    margin-left:-2px;
  width: 100%:
  height: 100%;
  border-radius: 50%;
  border: 1px solid;
 background-image: conic-gradient(#ba0909 66.667%, transparent 0%, transparent);
  
}

.playbt{
    position: absolute;
    top:47%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../img/play_bt.png);
    width: 80px;
    height: 80px;
   
    
}

.startbut{
    position: absolute;
    display: block;
    padding: 8px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    transform: rotate(-10deg);
    -webkit-box-shadow: 0px 0px 15px 5px #000000; 
    box-shadow: 0px 0px 15px 5px #000000;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.calendar{
    position: absolute;
    right:110px;
    width:240px;
}



.calendar .bgcal{
    position: relative;
    float: left;
    background-image: url(../img/bg_cal.png);
    width: 50px;
    height: 82px;
    text-align: center;
    box-sizing: border-box;
    margin: 2px;
    
    
}

.calendar .bgcal p{
    color:#fff;
    font-size: 70px;
    margin-top:26px;
    font-weight: 700;
}

.calendar .bgcal .line{
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top:calc(50% - 2px);
}


.timerbehiddoor .calendar{
    position: absolute;
    left:156px;
    top:80px;
    width:240px;

    
}

.calendargrand{
    position: absolute;
    left:240px;
    top:200px;
    width:640px;
}
.calendargrand .bgcal{
    position: relative;
    float: left;
    background-image: url(../img/bg_cal_grand.png);
    width: 130px;;
    height: 215px;
    text-align: center;
    box-sizing: border-box;
    margin: 4px;
    
    
}

.calendargrand .bgcal p{
    color:#fff;
    font-size: 190px;
    margin-top:89px;
    font-weight: 700;
    
   
}
.calendargrand .bgcal .line{
    width: 100%;
    height: 4px;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top:calc(50% - 2px);
}


.addblur{
     filter: blur(10px);
}


.dropzone{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 20px;
    overflow: hidden;
    border:2px solid #ba0909;
    box-sizing: border-box;
}
.dropzone img{
    width: 100%;
    height: 100%;
}

.dropzone.coldrop{
    background-color: #fff;
}

.dragholder{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 20px;
  
    
    background-color: #dcd1d1;


/*    box-sizing: border-box;*/
   
    
}

.dragholder.coldrag{
    
     width: 100px;
    height: 100px;
    
}
.dragdiv{ 
    position: relative;
    width: 100%;
    height: 100%;
    border:2px solid #ba0909;
 background-color: #fff;
    text-align: center;
}

.dragdiv .big{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color:#000;
   
    
}

.dragdiv p{
    position: absolute;
  
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color:#000;
    width: calc(100%-5px);
    padding:6px;
    
    top:50%;
    transform: translate(0,-50%);
}

.noshow{
    display: none;
}

.audiofragment{
    position: relative;
    margin:8px;
    padding:4px;
    border:2px solid #ba0909;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
}

.audiofragment.videobut{
    display: inline-block;
}
.speakersmall{
    float: left;
    vertical-align: top;
}
.speakersmall img{
    padding-top: 3px;
    width:20px;
    vertical-align: top;
}
.txtsmall img{
    padding-top: 3px;
    width:30px;
    vertical-align: top;
}
.audiofragment p{
    float: left;
    vertical-align: top;
    margin-left:12px;
    color:#000;
    font-weight: 700;
}

.codein{
    position: absolute;
    top:210px;
    left:66px;
    display: inline-block;
    
    width:180px;
    height: 32px;
}
.codein input{
   width:22px;
    height: 40px;
    font-size: 22px;
 text-align: center;
    margin: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
    background: none;
    background-color: #6e7273;
    border:none;

}
.nooverflow{
    overflow: hidden;
}

.canvasfill{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
#clockfill{
   /* width:90px;*/
    height: 90px;
}

.footer{
    position: absolute;
    bottom:0;
    height: 100px;
    width: 100%;
    padding:12px;
    pointer-events: none;
}
.foottxt{
    position: absolute;;
    top:80px;
}
.footer p{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 6px;
}
.footer img{
    display: inline-block;
    height: 100px;
    vertical-align: bottom;
}