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: "Roboto", serif;

    background-color: #fff;
}



h1,
h2,
h3,
h4 {

    font-family: "Roboto", serif;

    font-style: normal;
    font-weight: 400;
    font-style: normal;
}


b {
    font-weight: bold;
}

p {
    font-family: "Roboto", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #000;
    line-height: 18px;

}
h1{

    font-family: "Yeseva One", serif;
    font-weight: normal;
    font-size: 30px;
    color: #951d1a;
    text-decoration: none;
}
h1 a:hover{
    color: inherit;
    opacity: 0.8;
}
h1 a{

    font-family: "Yeseva One", serif;
    font-weight: normal;
    font-size: 30px;
    color: #951d1a;
    text-decoration: none;
}
h6 {

    font-family: "Yeseva One", serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}


.intro h1 {

    font-family: "Yeseva One", serif;
    font-weight: normal;
    font-size: 124px;
    color: #951d1a;
}

h2 {
    font-size: 42px;
    font-weight: bold;
    color: #951d1a;

}

h3 {
    font-size: 62px;
    color: #fff;
    font-family: "Yeseva One", serif;

}

h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}


body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    /*overflow: hidden;*/
}

.nomouse {
    pointer-events: none;
}

i {
    font-style: italic;
}

a {
    color: inherit;
    font-family: inherit;
    font-size: 14px;
}

div {
    /* display: none;*/
}

#TutContainer {
    display: block;
}

a.row:hover {
    text-decoration: none;
    opacity: .8;
}

.bluebg {
    background-color: #85CDEE;
}

.yellowbg {
    background-color: #FFF100;
}

.redbg {
    background-color: #E30A18;
}
.darkredbg{
    background-color: #951d1a;
}

.greenbg {
    background-color: #8ff43b !important;
}

.orangebg {
    background-color: #FF7C2E;
}

.pinkbg {
    background-color: #FFCAE4;
}

.purplebg {
    background-color: #A70067;
}



.greentxt {
    color: #8FF43B;
}

.redtxt {
    color: #E30A18;
}
.whitetxt {
    color: #fff;
}
.inner {
    /* resize alle formaten */
    margin:0 auto;
    position: relative;
    width: 1020px;
  
   


}



.bgtop {

    background-image: url(../img/header_top.jpg);
    background-size: cover;
    height: 90px;
}

.paperbg {
    background-image: url(../img/paper.jpg);
    background-size: cover;
}



.uitleg {
    padding: 42px;
    line-height: 20px;
}

.tabbutsmall.active {

    background-color: #FFF;
}

.tabbutton {
    position: relative;
    display: block;
    z-index: 1;
    padding: 20px;
    text-align: center;
    background-color: #b0ada7;
    text-decoration: none;

}

.tabbutton:hover {
    opacity: .9;
}

.tabbutton h3 {
    color: #fff;
}

.tabbutton.active {

    background-image: url(../img/paper.jpg);
}

.tabbutton.active h3 {
    color: #000;
}

.active .tab-border {
    position: absolute;
    bottom: 2px;
    height: 2px;
    width: 86%;
    background: #000;
}

.lesholder {
    position: relative;
    margin-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    
    min-height: calc(100vh - 166px);

}

.shad-1 {
    box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
}




.fixed-height {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.videoWrapper {

    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.classimg {
    margin-top: 10px;
    width: 160px;
}

.closebt {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 42px;
    height: 43px;

    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background-image: url(../img/closebt.png);
    z-index: 999;


}

.hide {
    display: none;
}

.popupoffset {
    margin-top: -1000px;
}

.closebt p {
    font-size: 32px;
    padding-top: 6px;
    color: #E30A18 !important;

}

.closebt:hover p {
    opacity: .8;
}


.vidholder {
    position: relative;
    width: 100%;
    background: red;
}

.startvid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-stretch {
    width: 100%;
}

.videoholder {
    position: relative;
    width: 100%;

    background-color: #000;
    border-radius: 2px;
    padding: 12px;

    -webkit-box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.49);
    box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.49);
}


.videoholder video {
    width: 100%;
    /* border-radius: 22px;*/
}

.startbutt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    padding: 50px;
    background: #E30A18;
}

.startbutt:hover {
    text-decoration: none;
    opacity: .8;
}

.startbutt p {
    text-align: center;

    color: #8FF43B;
    font-size: 62px;
}

.blacktitle {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 8px;

}

.blacktitle h2 {
    color: #fff;

}

.opdrachtblock {
    margin-top: 12px;
}

.opdrachtimg:hover {
    opacity: .9;
}

.num {
    display: inline-block;
  
    border-radius: 50%;
    background: #000;
    text-align: center;
    color: #f4eede;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    padding-top: 1px;

}

i {
    font-style: italic;
}

.center-v {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.introtxt {
   
    font-size: 18px;
    line-height: 20px;
    color: #00a56b;
    text-align: center;
   




}

.opdracht1 .draghold {
    width: 100%;
    height: 34px;
    background: red;
    margin-top: 8px;
    background: rgba(167, 169, 171, 0.4);
}

.opdracht1 .dragitem {
    padding: 8px;
    cursor: pointer;
}



.opdracht1 .dropitem {
    display: inline-block;
    padding: 4px;
    background-color: #fff;
    margin: 4px;

    vertical-align: top;
}

.opdracht1 .dropitem p {
    font-size: 12px;
}


.navigatie {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    height: 50px;
}

.navigatie .navnum {
    display: inline-block;
 
    border-radius: 50%;
    background: #000;
    text-align: center;
    color: #f4eede;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding-top: 6px;
    margin: 10px;
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;


}

.navigatie .navnum:hover {
    opacity: .8;

    background-color: #f4eede;
    color: #000;
}

.navigatie .navnum.selected {
    background-color: #f4eede;
    color: #000;
}

.navarrow {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
}

.navarrow img {

    width: 100%;
}

.navarrow:hover {
    opacity: .8;
}

.spacer .navarrow {
    position: absolute;
    top: 20px;
    right: 20px;
    
}



.mapdrag {
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: 4px;
    border: solid 2px rgba(0, 0, 0, 0);
}

.mapdrag .titel {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 6px;
    background: #000;
    color: #fff;
}



.mapdot {
    width: 26px;
    height: 26px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #383838;
    background-color: #f7ebd2;
    cursor: pointer;
}


.mapdot:hover {
    border-color: #f7ebd2;
}


.mapdot.selected {
    border-color: #f7c881;
}

.mapdrag.selected {
    border-color: #f7c881;
}



.popupvideo {
    width: 100%;
    position: absolute;
    top: 50vh;
    transform: translate(0, -50%);
    transition: all .4s;
}

.disabled {
    opacity: .6;
    pointer-events: none;
}



.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: 0px;

    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;
}


.errormsg p {
    color: red;
}

.shadowed {
   box-shadow: 1px 4px 4px -1px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 1px 4px 4px -1px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 4px -1px rgba(0, 0, 0, 0.27);
}


.timeholder {
    position: relative;
    padding: 5%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}


.lines {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;

}

.h-lign {
    position: absolute;
    height: 2px;
    background-color: #000;
    width: 89%;
    top: 65px;

}

.timelineitem {
    position: absolute;
    width: 140px;
    cursor: pointer;


}

.timelineitem.selected p {
    border-color: #f7c881;
}

.timelineitem p {
    position: absolute;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #000;
    color: #fff;
    border: 3px solid #000;
}

.v-lign {
    position: absolute;
    width: 1px;
    background: #000;
    height: 62px;
}

.imgtimedrag .titel {
    text-align: left;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 6px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    min-height: 50px;
}

.imgtimedrag {
    position: relative;
    border: 3px solid #000;
    cursor: pointer;
}

.imgtimedrag.selected {
    border-color: #f7c881;
}

.correct {
    position: absolute;
    display: none;
    background-image: url(../img/correct2.png);
    width: 55px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.wrong {
    position: absolute;
    display: none;
    background-image: url(../img/wrong2.png);
    width: 55px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


.btnstyle {
    padding: 12px;
    background: #000;
    color: #f4eede;
    font-size: 24px;
    text-decoration: none;

}

.btnstyle:hover {
    color: inherit;

}

.dilemma {
    background: #fff;
    padding: 20px;
    text-align: left;
    cursor: pointer;
}

.dilemma .linetext p {
    color: #000;
}

.bron {
    background: #000;
    height: 200px;
    text-align: center;
    cursor: pointer;
}

.bron:hover {
    opacity: 0.9;
}

.bron h3 {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}


.bronding {
    display: none;
    position: relative;
    background: #000;
    padding: 10px;
}

.linetext {
    margin: 12px;
}

.linetext h2 {
    font-weight: bold;
    display: inline-block;
    color: #fff9ea;
    vertical-align: middle;

}


.linetext span {
    margin-left: 20px;
    font-weight: normal;
    display: inline-block;
    color: #fff9ea;
    opacity: .7;
    max-width: 80%;
    vertical-align: middle;

}

.linetext p {
    margin-left: 20px;
    font-weight: normal;
    display: inline-block;
    color: #fff9ea;

    max-width: 80%;
    vertical-align: middle;

}

.textholder {
    padding: 20px;
}

.textholder p {
    color: #fff;
}

.dilemma .linetext .num {

    padding-top: 8px;
}

.dilemma .linetext span {
    opacity: 1;
}

.dilemma .linetext p {
    text-align: left;
}

.dilemma:hover {
    opacity: .9;
}

.quiz {
    position: relative;
    background: #000;
    padding: 10px;
    padding-bottom: 32px;
}

.quiz .num {
    display: inline-block;
  
    border-radius: 50%;
    background: #f4eede;
    text-align: center;
    color: #000;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    padding-top: 4px;
    font-weight: bold;
    opacity: 1;
}


.antwoorden {
    margin-top: 42px;
    margin-left: 100px;
}

.antwoorden .num {
    padding-top: 5px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.antwoord {
    position: relative;
    margin: 4px;
    background: #000;
    margin-top: 20px;

    cursor: pointer;
}

.antwoord .anstxt {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
    color: #fff9ea;
    font-size: 14px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #000;
    margin-left: 16px;
}

.antwoord .anstxt:hover {
    border-color: #fff9ea;
}

.antwoord .feedback {
    left: 0;
}

.hover:hover {
    opacity: 0.9;
}





.arrow-right {
    position: absolute;
    right: -40px;
    ;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;

    border-left: 40px solid white;
}

.whitebox {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 40px;
    text-align: center;
    width: 200px;
    margin-right: 40px;
}

.whitebox p {
    font-size: 22px;
}

.enterboxes {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 48%;
}

.inputbox {
    display: inline-block;
    position: relative;
    width: 15.0%;
    padding: 0px;


    background: white;
    height: 100px;
    padding-top: 20px;
    margin: 0.2%;
}

.inputbox input {
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
}

.inputbox input {
    border: none;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;

}

.inputbox input:focus {
    border: none;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.whitebox.btn:hover {
    opacity: .9;
    background: #fff;
}

.inputbox .correct {
    pointer-events: none;
    margin-top: 16px;
}

.mouse {
    cursor: pointer;
}

.textinp {
    width: 100%;
    height: 124px;
    background: #fff;
    padding: 12px;

}

.textinp textarea {
    width: 100%;
    height: 100%;
}

.textinp textarea {
    border: none;
    outline: none;
    overflow: hidden;
}

.textinp textarea:focus {
    border: none;
    outline: none;
    overflow: hidden;
}




.bigbuts{
    display: inline-block;
    background: #951d1a;
    border-radius: 12px;
    text-align: center;
    color:#FFF;
    padding:30px;
    font-size: 42px;
    text-decoration: none;
    margin:30px;
}

.bigbuts:hover{
    color: #fff;
    opacity: 0.9;
}

.bttmcontent{
    position: absolute;
   bottom: 10%;
    left: 50%;
    transform: translate(-50%,0);
}

.redbrdr{
    position: relative;
    width:100%;
    height: 4px;
    background: #951d1a;
    
}

.no-padding{
    padding: 0px;
}

.schooltxt{
    position: absolute;
    display: inline-block;
    background: #951d1a;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color:#FFF;
    padding:10px;
    font-size: 22px;
    text-decoration: none;
    bottom:-20px;;
    height:44px;
    right:0px;
    width:200px;
   
}

.schooltxt:hover{
    text-decoration: none;
    color:inherit;
}

.colorbar{
    position: absolute;
    display: inline-block;
    background: yellow;
  
    text-align: center;
    color:#FFF;
    padding:10px;
    font-size: 32px;
    text-decoration: none;
    top:60px;;
    right:0px;
    width:200px;
    height:30px;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainbartop{
    height:40px;
}

.lesitem{
    position: relative;
    width:100%;
    min-height: 600px;
   
}

.max-80{
    margin: 0 auto;
    width: 80%;
}
.max-60{
    margin: 0 auto;
    width: 60%;
}
.big-but{
    display: inline-block;    
    border-radius: 12px;
    text-align: center;   
    padding: 16px;
    padding-left:22px;
    padding-right: 22px;
    border:1px solid #fff;
    text-decoration: none;
    
    font-size: 20px;
    color:#fff;
    font-family: "Yeseva One", serif;
    
}

.big-but:hover{
    text-decoration: none;
    color:#000;
}

.big-but.active{
    background: #fff;
    
}
.orange .big-but.active{
    color:#f59f18;
}
.blue .big-but.active{
    color:#4790a5;
}
.grey .big-but.active{
    color:#9ca8a6;
}

.action-but{
    position: relative;
    display: inline-block;
    background: #951d1a;
    border-radius: 12px;
    text-align: center;
    width: 400px;
    padding: 22px;
    border:1px solid #fff;
    text-decoration: none;
    z-index: 999;
    
}
.action-but:hover{
    text-decoration: none;
    opacity: .9;
}

.action-but p{
    font-size: 30px;
    color:#fff;
    font-family: "Yeseva One", serif;
}

.facebookvid{
    margin:0 auto;
    width:800px;
    height: 490px;
}

.facebookvid iframe{
    width: 100%;
    height: 100%;
}

.rndvid{
    border-radius: 12px;
    overflow:hidden;
    background: lightgrey;
}

.box {
    position: relative;
  box-sizing: border-box;
   border-radius: 0px;
/*   padding-bottom: 60%;*/
    
    height:280px;
    
    text-align: center;
    
}


/*
.mobilefunk{}
.col-4{
    padding:0;
    margin-top: 0px !important;
}
*/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.spacer{
    position: relative;
    z-index: 99;
    height:90px;
    
}

.tegel{
    background-size: cover;
}

.tegel:hover .inner-box{
    opacity: 1;
    transform:translate(-50%, -50%) scale(1.03);
}
.tegel:hover p{
    color:#e5e5e5;
}
.tegel:hover h1{
    color:#e5e5e5;
}

.inner-box{
    position: absolute;
    width: 70%;
    height: 70%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:10px;
    padding-top: 12px;
    transition: all .2s;
    
}

.inner-box h1{
    color:#fff;
    font-size: 106px;
    line-height: 110px;
    
}
.inner-box p{
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    
}

.sideles{
    position: absolute;
    width:50%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: white;
     box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
}

.sideles.disableflow{
    overflow: visible;
    overflow-y: visible;
}

.sideles.no-background{
    background: none;;
     box-shadow:none;
}

.imageshadbrdr{
    margin-top:12px;
    z-index: 12;
    padding:10px;
     background: white;
    border-radius: 12px;
     box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    
}

.slideshow{
    display: none;
}

.textplain{
     z-index: 10;
    margin-top:-20px;
    width:100%;
    padding:50px;
      background: white;
     box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 5px 6px 13px -4px rgba(0, 0, 0, 0.47);
        border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.splitleft{
    border-top-right-radius: 22px;   
    z-index:10;
    padding-top:20px;
    color:#fff;
}

.splitleft p{
    color:#fff;
}

.splitnone{
    padding-top:20px;
    border-top-right-radius: 22px;
    border-top-left-radius: 0px;
    width:100%;
}
.splitnone p{
    color:#fff;
}
.splitnone h4{
    color:#fff;
}

.splitright{
     border-top-right-radius: 22px;   
    left:50%;
   /* background: green;*/
    z-index:9;
    width: calc(50% + 20px);
    margin-left: -20px;
    padding-left: 20px;
     padding-top:20px;
    transition: all .2s;
   
}

.scene{
    display: none;
    
    height: auto;;
}


/* Custom scrollbar styles */
.overflowscroll::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
   
}

.overflowscroll::-webkit-scrollbar-track {
    opacity: 0;
    background: transparent;
    width: 20px;
}

.overflowscroll::-webkit-scrollbar-thumb { 
  border-radius: 10px; /* Rounded corners for the thumb */
  border: 0px solid #f1f1f1; /* Optional: Add a border to the thumb */
}



.overflowscroll.orangescroll::-webkit-scrollbar-thumb{
    background: #f59f18;
}
.overflowscroll.orangescroll::-webkit-scrollbar-thumb:hover {
    background: #f59f18;
}

.overflowscroll.bluescroll::-webkit-scrollbar-thumb{
    background: #4790a5;
}
.overflowscroll.bluescroll::-webkit-scrollbar-thumb:hover {
    background: #4790a5;
}

.overflowscroll.whitescroll::-webkit-scrollbar-thumb{
    background: #fff;
}
.overflowscroll.whitescroll::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.overflowscroll.redscroll::-webkit-scrollbar-thumb{
    background: #ef4242;
}
.overflowscroll.redscroll::-webkit-scrollbar-thumb:hover {
    background: #ef4242;
}

.overflowscroll.redscroll::-webkit-scrollbar {
  height: 10px; /* Width of the scrollbar */
   
}
.overflowscroll.redscroll::-webkit-scrollbar-track {
    opacity: 0;
    background: transparent;
    height: 10px;
}

.overflowscroll.greyscroll::-webkit-scrollbar-thumb{
    background: #9ca8a6;
}
.overflowscroll.greyscroll::-webkit-scrollbar-thumb:hover {
    background: #9ca8a6;
}



.splitright.hideout{
    left:0;
    margin-left: 0px;
    width: calc(50%);
}



.slideshow.hideout{
    left:0;
    margin-left: 0px;
    width: calc(50%);
}


.sideles h5{
    text-transform: uppercase;
    font-size: 16px;
    color:#fff;
}

.vraagmodule .answer span{
    display: inline;
    margin-right: 20px;
}
.vraagmodule .answer p{
    display: inline;
    color:inherit;
}

.vraagmodule .answer{
    position: relative;
    min-width: 200px;
    display: block;
    cursor: pointer;
    width: fit-content;
    padding-left:2px;
    padding-right:2px;
    
}
.vraagmodule .answer:hover{
    background: white;
    color:#000;
}

.opdrachttabs{
    position: absolute;
    top:-40px;
    left:0;
    z-index: 20;
}
.opdrachttabs .tab{
    /*position: absolute;*/
    display: inline-block;
    background: #951d1a;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    top: -40px;
    height: 40px;
    left:0;
    width: 140px;
}

.opdrachttabs .tab:hover{
   filter: brightness(1);
    color:#000;
   /* height: 44px;*/
}

.tab.inactive{
  
}

.module-tab{
    position: absolute;
 display: inline-block;
    background: #951d1a;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    top: 20px;
    height: 40px;
    left:0;
    width: 140px;
}

.audiospeler{
    width: 100%;
    
}

.audiospeler audio{
    width: 100%;
}

.left-nav{
     transition: all .2s;
    position: absolute;
    top:240px;
    left:-60px;
}
.right-nav{
     transition: all .2s;
    position: absolute;
    top:240px;
    right:-60px;
}

.triangle-left {
   
    width: 0;
    height: 0;
    border-top: 56px solid transparent;
    border-bottom: 56px solid transparent;
    border-right: 46px solid white;
}

.triangle-left .inner-triangle {
    position: relative;
    top: -50px;
    left: 3px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 41px solid blue;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 56px solid transparent;
    border-bottom: 56px solid transparent;
    border-left: 46px solid white;
}

.triangle-right .inner-triangle {
    position: relative;
    top: -50px;
    left: -44px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 41px solid blue;
}

.triangle-right .inner-triangle p{
    position: absolute;
    left:-34px;
    color:#fff;
    font-size: 28px;
    top:-10px;
}

.triangle-left .inner-triangle p{
    position: absolute;
    left:20px;
    color:#fff;
    font-size: 28px;
    top:-10px;
}

.left-nav:hover{
    transform: translate(-2px,0);
}
.right-nav:hover{
    transform: translate(2px,0);
}


.wordcatch{
    display: inline-block;
    width:100px;
    height:18px;
    border:solid 1px #000;
    border-radius: 0px;
    vertical-align: middle;
}

.wordsolved{
    display: inline-block;
   min-width:100px;
    text-align: center;
    height:18px;
    font-weight: bold;
    vertical-align: middle;
    color:green;
}

.woorddragholder .row{
    margin: 6px;
    margin-top: 12px;
}
.dragword{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding:5px;
    
    
}

.woorddragholder .dragword:hover{
    color:#333;
    background: #fff;
}

.dragword.activedragging{
    color:#333;
    background: #fff;
}

.bijschrift{
    font-size: 12px;
    font-style: italic;
}


.dragwordbetekenis{
    padding:5px;
    border:1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}
.betekenisdrop{
    padding:5px;
    border:1px solid #fff;
    border-radius: 8px;
}

.solveddrop{
    border-color:green;
    border-width:1px;
}

.dragwordbetekenis:hover{
    background: #fff;
    color:#9ca8a6;
}
.dragwordbetekenis.dragclass{
    background: #fff;
    color:#9ca8a6;
}

.specialoffer{
    display: inline-block;
    padding:20px;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    color:#951d1a;
    font-size: 32px;
    font-weight: bold;
    margin-top:20px;
}

.specialoffer a{
    color:#000;
    font-size: inherit;
    text-decoration:none;
}
.specialoffer a:hover{
    text-decoration: underline;
}

.answer.quizcorrect:hover{
     background: green;
}
.quizcorrect{
    background: green;
}

.wronganswer {
  animation: horizontal-shaking 0.15s infinite;
    border-color: red!important;
}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}


.img-shad{
    -webkit-box-shadow: 0px 5px 25px -3px rgba(0,0,0,0.52); 
    box-shadow: 0px 5px 25px -3px rgba(0,0,0,0.52);
}


.dragcard{
    position: absolute;
    border-radius: 12px;
    padding:0px;
    background: #fff;
   /* padding:8px;*/
    width:200px;
    height: 300px;
    overflow: hidden;
    
}

.dragcard:hover{
    -webkit-box-shadow: 0px 5px 25px -3px rgba(0,0,0,0.52); 
    box-shadow: 0px 5px 25px -3px rgba(0,0,0,0.52);
}

.dragcard.isdragging{
    -webkit-box-shadow: 0px 5px 25px -3px rgba(0,0,0,0.52); 
    box-shadow: 0px 5px 25px -3px rgba(0,0,0,0.52);
}

.dragcard p{
    position: absolute;
    top:50%;
    left: 50%;
    width:94%;
    text-align: center;
    transform: translate(-50%, -50%);
    color:#ef4242;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
}

.dragcard img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    
}


.timeliner{
    position: absolute;
    width:calc(100% - 0px);
    height: 580px;
    
    background: #fff;
    overflow-x: scroll;
}

.mainline{
    position: absolute;
    top:50%;
    height: 6px;
    width:3000px;
    background: #ef4242;
}


.cardup, .carddown{
    width:200px;
    height:0;
    position: absolute;
    text-align: center;
}

.dot{
    width:20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    
}


.cardup .dot{
    top:-8px;
    background-color:#ef4242;
}

.cardup .year{
    margin-top: 20px;
    font-size: 12px;
}

.dropcard{
    position: relative;
    display: inline-block;
    border-radius: 12px;
    padding:0px;
    background: #fff;
   
    width:120px;
    height: 210px;
    border:dashed 2px #ef4242;
    top:-280px;
    overflow: hidden;
}


.done .dropcard{
    border-style: solid;
}
.dropcard  p{
    position: absolute;
    top:50%;
    left: 50%;
    width:94%;
    text-align: center;
    transform: translate(-50%, -50%);
    color:#ef4242;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
}

.dropcard img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    
    
}

.dropcard .top, .dragcard .top{
    position: relative;
    width:100%;
    height: 50%;
    overflow: hidden;
    
}
.dropcard .bottom, .dragcard .bottom{
    position: relative;
    width:100%;
    height: 50%;
    
}

.cardsolved{
   /* border-color: green;*/
    border-style: solid;
}


.cardup .line{
    width:2px;
    background:#ef4242;
    position: absolute;
    display: inline-block;
    height:40px;
    top:-40px;
    left:50%;
    transform: translate(-50%, 0);
}


.carddown .dropcard{
    position: relative;
    display: inline-block;
    border-radius: 12px;
    padding:0px;
    background: #fff;
    /*padding:8px;*/
    width:120px;
    height: 210px;
    border:dashed 2px #000;
    top:50px;
}

.done.carddown .dropcard{
    border-style: solid;
}
.done.carddown .dropcard p{
   color:#000;
}
.carddown .dot{
    top:-8px;
    background-color:#000;
}
.carddown .year{
    position: absolute;
    top:-24px;
    left:50%;
    transform: translate(-50%, 0);
    font-size: 12px;
}

.carddown .line{
    width:2px;
    background:#000;
    position: absolute;
    display: inline-block;
    height:52px;
    top:00px;
    left:50%;
    transform: translate(-50%, 0);
}

.flags{
    position: absolute;
    right:-10px;
    height: 570px;
    width:22px;
    background: white;
    top:0;
    border:2px solid #fff;
}

.oneflag{
    position: absolute;
    top:0;
    left:0;
    height:50%;
    width: 100%;
   
}


.thirdflag{
    position: absolute;
    top:0;
    left:0;
    height:33%;
    width: 100%;
    
}
.specialoffer p{
    margin-top:20px;
    font-size: 20px;
}
.korting{
    font-weight: bold;
    color:#951d1a;
}

.qrhold{
   margin: 0 auto;
    width:200px;
    margin-top: 20px;
    padding:6px;
    border-radius: 12px;
    background: #fff;
    
}

.qrhold img{
    
}
@media (min-width: 576px) {
    ...
}


@media (min-width: 768px) {
    ...
}


@media (min-width: 992px) {
    ...
}


@media (min-width: 1200px) {

    .container {
        max-width: 900px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 900px;
    }

}

@media (max-width: 575.98px) {

    p {
        font-size: 14px;
        color: #1A171B;
        line-height: 20px;
        font-weight: 500;
    }

    h1 {
        font-size: 30px;
        color: #1A171B;
    }

    h2 {
        font-size: 20px;
        color: #1A171B;

    }



    .supertext {

        font-size: 40px;


    }

    .fixed-height {
        height: 140px;
        max-height: 140px;

    }

}
