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: 'Noto Sans JP', 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: 36px;
    color:#FFF;
}
h2{
    font-size: 46px;
    color: #b4bd5d;
    font-weight: 900;
    
}

h3{
   font-size: 36px;
    color: #b4bd5d;
    font-weight: 700;
}
.text-center{text-align: center;}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*overflow: hidden;*/
}

.greentxt{
    color: #b4bd5d;
}
.purpletxt{
    color: #632d50;
}
.purpletxtalt{
    color:#783862;
}
.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);
    
}
#container.index{
    background:none;
    height: 900px;
    background-image: url(../img/bg_index.png);
    background-repeat: no-repeat;
    background-color: #632d50;
}

#overlay{
    position: absolute;
/*    width: 100%;
    height: 100%;*/
    width: 1024px;
    height: 650px;
}

#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;
  
    


}
.inner-container.index{
    height: 100%;;
    
}
.menu-bar{
    position: relative;
        height:24px;

}

.menu-bar a{
    color:#fff;
    font-size: 20px;

}




.title{
    background-image: url('../img/bg_title.png');
    width: 400px;
    height: 132px;
    position: absolute;
    right: 0px;
    top:20px;
    z-index: 10;
    box-sizing: border-box;
    padding:20px;
}
.title.fullimg{
    background-image: url('../img/bg_title_full.png');
}

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: 10px;
    display: block;
    background: url(../img/verder.png);
    width: 58px;
    height: 50px;
    top:300px;
    transform-origin: left;
}

.prev-but {
    position: absolute;
    z-index: 89;
    left: 10px;
    display: block;
    background: url(../img/terug.png);
    width: 58px;
    height: 50px;
    top: 300px;
    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 .2s;
    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:20px;
    left:20px;
    width: 80%;
    
}
b{
    font-weight: bold;
}
i{
    font-style: italic;
}

label {
    display: inline-block;
    width: 140px;
    height: 34px;

}

input {
   
   
    border-radius: 8px;
    padding: 8px;
    width: 300px;
}

input:focus {
    outline: 0;
}


.errmsg {
    display: none;
    color: red;
}
  
.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:45%;
    transform: translate(-50%, -50%);
    padding:30px;
    z-index: 92;
}
.popup p{
    color:#fff;   
}

.correctquiz{
    background-color: #4ca230;
}

.close-but {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    color:#fff;
}

.close-but:hover {
   color:#ee7101;
}
.filmplayer{
    position: relative;
    left:42px;
    top:20px;
    /*overflow: hidden;*/
}

.filmhold{
    position: relative;
    width:580px;
    left:176px;
    top:6px;
}


.filmhold_small{
    position: relative;
    width:376px;
    left:6px;
    height:240px;
   /* left:176px;*/
    top:9px;
}

.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);
}


.filmoverlaysimple{
    position: absolute;
    top:2px;
    left: 170px;
    background-image: url(../img/filmoverlaysimple.png);
    width:608px;
    height: 346px;
     pointer-events: none;
}
.filmoverlaysimple.playing{
     background-image: url(../img/filmoverlaysimple_noplay.png);
}
.filmoverlaysmall{
    position: absolute;
    top:0px;
    left: 0px;
    background-image: url(../img/filmoverlay_small.png);
    width:389px;
    height: 240px;
     pointer-events: none;
}
.filmoverlaysmall.playing{
     background-image: url(../img/filmoverlay_small_noplay.png);
}

.textvlak{
    position: absolute;
    top:420px;
    left:210px;
    width: 660px;
    
}

.textvlak.popin{
    position:absolute; top:664px; left:86px; padding:20px; width:860px; height:187px; box-sizing:border-box; display:block; background-size: 100% 100%;
    transition: all .2s;
}
.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 p{
    font-size: 18px;
    line-height: 22px;
}

.quizanswer h3, .tipans h3{
    color:#fff;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 30px;
}
.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;
}
.indexlink{
    vertical-align: top;
    position: relative;
    display: inline-block;
    background-color:#b4bd5d;
    border-radius: 12px;
    padding: 22px;
    box-sizing: border-box;
    width:260px;
    height: 280px;
    text-align: left;
    margin:10px;
}
.disabled{
    background-color:#926c85;
    color:#632d50;
}
.indexlink h4{
    font-size: 22px;
    font-weight: 700;
    color:#632d50;
    text-transform: uppercase;
}
.number{ 
    position: absolute;;
    bottom:-70px;
    width:50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
   left:100px;
    text-align: center;
    font-weight: 700;
    padding-top: 0px;
    font-size: 32px;
    background-color:#b4bd5d;
}

.disabled .number{
    background-color:#926c85;
    color:#632d50;
}
.subtxt{
    color:#926c85;
}

.recept{
    position: absolute;
    top:0px;
    right:12px;
    padding:20px;
     background-color:#b4bd5d;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
}
.pagination{
    position: absolute;
    top:8px;
    right: 8px;
    text-align: right;
}

.pagination span{
    font-size: 28px;
    font-weight: bold;
}

.dragholder{
    position: absolute;
}

.dragobject{
    position: absolute;
    top:0px;
    left: 0px;
    border:4px solid #b4bd5d;
    border-radius: 50%;
}

.dropitem{
    position: relative;
    display: inline-block;
    width:60px;
    height: 60px;
    top:0px;
    left: 0px;
    border:4px solid #b4bd5d;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    
        

}
.dropsection{
    margin-bottom: 12px;
}

.dropitem .dragobject{
    top:-2px;; 
    left:-2px;;
     width:60px;
    height: 60px;
}
.dropitem .dragobject img{
    width: 100%;
    height: 100%;
}

.dropsection p{
    font-size: 17px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

.qcardholder{
    position: relative;
    top:370px;
    text-align: center;
}

.qcard{
 position: absolute;
    display: inline-block;
    width: 480px;
    height: 210px;
    padding:12px;
    border:4px solid #fff;
    background-color: #b4bd5d;
    text-align: center;
    box-sizing: border-box;
    border-radius: 16px;
}
.qnum{
    position: absolute;
    top:0px;
    right: 8px;
    font-size: 28px;
    font-weight: bold;
    color:#fff;
}

.qcard p{
   
    display: inline-block;
    width: 80%;
    margin-top: 16px;
    font-size: 18px; 
    color:#632d50;
    text-align: center;
}

.answbuttons{
    position: absolute;
    left:0;
    bottom:6px;
    width: 100%;
}
.btnans{
    display: inline-block;
    margin: 8px;
    padding-left:8px;
    padding-right:8px;
    border-radius: 8px;
    color:#fff;
    line-height: 24px;
    padding-bottom: 3px;
    background-color:#632d50;
    
}


.inputtxt{
    position: absolute;
    width: 140px;
    height: 60px;
   /* background: red;*/
    
}

.inputtxt textarea{
    text-align: center;
    font-family: inherit;
    background: none;
    width: 100%;
    max-height: 60px;
    border:none;
     border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; 
    
}

.inputtxt textarea:focus, .inputtxt textarea:hover,{
   
    background: none;
    
    border:none;
     border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; 
    
    
}