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;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    font-family: "Sour Gummy", sans-serif;
    position: relative;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background: #f7f7f7;

    /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    /* Set the fixed height of the footer here */
    line-height: 100px;
    /* Vertically center the text there */
    background-color: #FFF;
}

.extrafoot {
    height: 230px;
}

.extrafoot .col-6 {
    height: 230px;
}

p {
    /*font-family: 'Exo', sans-serif;*/
    font-family: "Sour Gummy", sans-serif;
    /*font-family: 'Manrope';*/
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

ul {
    font-size: 14px;
    line-height: 26px;
}


/*li{
    margin-bottom: 12px;
}*/

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

h1 {
    font-size: 86px;
}

.h1fonds {
    font-size: 60px;
    line-height: 80px;
}

h2 {
    font-family: 'Exo', sans-serif;

    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
}

h3 {

    font-size: 26px;
    line-height: 26px;
    /* font-weight: bold;*/

}

h3.realbig {
    font-size: 34px;
    line-height: 34px;
}

h5 {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    /*font-family: 'OldPress';*/
}

.no-padding {
    padding: 0;
    margin: 0;
}

.nomouse {
    pointer-events: none;
}

#container {
    position: relative;
    margin: 0 auto;
    /* width: 1024px;*/
    width: 1200px;
    height: 675px;

    /* margin-bottom:60px;*/
    overflow: hidden;
}

i {
    font-style: italic;
}

#out {
    display: flex;
    justify-content: center;
    /* horizontally center */
    align-items: center;
    /* vertically center */
    height: 100vh;

}

.inner {
    width: 920px;
}

.vidhold {
    position: absolute;
    margin-top: 10px;
    left: 56px;

}

.navbut img {
    width: 30px;
}

.navbut {}

.navbut:hover {
    opacity: .8;
}

.nav {
    display: block;
    width: 100%;
    text-align: center;

    display: flex;
    justify-content: center;
    /* Horizontaal centreren */
    align-items: center;
    /* Verticaal centreren indien nodig */
    gap: 20px;
    /* Afstand tussen de afbeeldingen */
    margin-top: 0px;
}

.nav .logo img {
    width: 100px;
}

.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;
}

.popitem {
    position: absolute;



}

.popitem .infoimg,
.popitem .tekst {
    transition: all .5s;
}

.popitem:hover .infoimg {
    transform: rotate(-3deg) scale(1.07);
}

.popitem:hover .tekst {
    transform: rotate(2deg) scale(1.07);
}

.hideitem {
    display: none;
    transform-origin: center center;
}

.popitem .tekst {
    position: absolute;
}

.popitem .infoimg {
    position: absolute;
}

.inner-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: yellow;
    border: solid 4px #000;
    overflow: hidden;
    /*  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);*/

    box-sizing: border-box;



}

.inhoud {
    position: relative;
    top: 30px;
}

.text-right {
    text-align: right;
}

.video-container {
    position: relative;
    padding-bottom: 52.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%;
}

.alldraggers {
    width: 200px;
}

.dragholder {

    position: relative;
    height: 30px;
    /*background: yellow;*/
    width: 100%;
    text-align: center;

}

.shadowed {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.dragitem {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    /*background: red;*/
}

.dragitem:hover {
    color: #fff;
    text-shadow: #000 2px 1px;
}

.dragclass {
    color: #fff;
    text-shadow: #000 2px 1px;
}

a {
    text-decoration: none;
    color: inherit;
    /*    font-size: 18px;*/
}

a:hover {
    color: #fff;

}

.underline {
    text-decoration: underline !important;
}


.corrtxt {
    color: green;
}

.clear {
    float: none;
    clear: both;
}


.whitetxt {
    color: #ffffff;
}

.orangetxt {
    color: #ee7101;
}

.greytxt {
    color: #9e9999;
}

.greentxt {
    color: #81bfb1;
}

.redtxt {
    color: #dc455a;
}

.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;
}

.leftside p {

    line-height: 24px;
}

.greybg {
    background-color: #b9b2b2;
}

.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;

    pointer-events: 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;
}

.wronganswer {
    color: red;
}

.correctanswer {
    color: #81bfb1;
}

.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: 30px;
    cursor: pointer;

    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    padding: 0;




}

.close-but:hover {
    color: red;
}

.hide {
    display: none;
}

.close-but p {
    margin-top: 0px;
    font-size: 20px;
    color: #fff !important;
}

.close-but:hover p {
    color: #000 !important;

}

.opdracht {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80%;

}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

.opdracht p {
    line-height: 22px;
    font-weight: 400;

}



.secans {
    margin-left: 32px;
}

.ansbottom {
    margin: 12px;
    color: #fff;
}

.ansbottom p {
    color: #fff;
}

.qright p {
    color: #00a4e5;

    font-size: 28px;
    line-height: 32px;
    padding-right: 20px;
    padding-left: 0px;
    margin-left: -2px;

}

.qright span {
    position: relative;
    float: left;
    margin-left: -20px;
    margin-right: 6px;
    display: block;
    color: #192162;
}

.qanswers {
    position: relative;
    margin-top: 20px;
    margin-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.qanswer {
    position: relative;

    padding: 2px;

    /*box-sizing: border-box;*/
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;

}

.qanswer .checkbox {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 22px;
    width: 20px;
    background-color: #fff;
    ;
    /* outline: 3px solid #192162;*/
    /*padding-left: 5px;*/
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.qanswer .checkbox img {
    display: none;
    margin-top: 2px;
}

.qanswer .qtext {

    position: relative;
    margin-left: 32px;
    margin-top: 4px;
    font-weight: 700;

    /*line-height: 16px;*/
}

/*.qanswer:hover .checkbox{
    background-color: rgb(255, 196, 18);
}

.selected .checkbox{
    background-color: rgb(255, 196, 18);
}*/
.qanswer:hover .checkbox {
    background-color: rgba(255, 255, 255, .6);
}

.selected .checkbox {
    /*background-color: rgb(255, 196, 18);*/
    background-color: #4ca230;
}

.selected:hover .checkbox {
    background-color: #4ca230;
}

.selectedblue .checkbox {
    /*background-color: rgb(255, 196, 18);*/
    background-color: #008ec6;
}

.selectedblue:hover .checkbox {
    background-color: #008ec6;
}

.wrongcol.selected .checkbox {
    /*background-color: rgb(255, 196, 18);*/
    background-color: #ed1c24;
}

.wrongcol.selected:hover .checkbox {
    background-color: #ed1c24;
}

.myform {
    width: 500px;
    height: 260px;
}


label {
    display: inline-block;
    width: 140px;
    height: 34px;

}


.codekey {
    position: relative;
    display: inline-block;
    width: 30px;
    text-align: center;


}

.codekey p {
    font-weight: 700;
    color: #000;
    font-size: 26px;
    margin-bottom: 12px;

}

input {


    border-radius: 4px;
    padding: 2px;
    width: 30px;
    height: 50px;
    text-align: center;

    font-weight: 700;
    border: solid 2px #81bfb1;

}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

.textblock {
    position: absolute;
    top: 300px;
    left: 20px;
    width: 440px;
}

textarea {


    border: 0;
    outline: 0;
    font-family: inherit;
    /*padding: 8px;*/
    padding-top: 6px;
    border-top: 2px solid #fff;
    width: 100%;
    height: 258px;
    background-image: url('../img/textlines.png');
    font-size: 20px;
    line-height: 36px;
    background-position: top -1px left 0px;

}

#printinhoud {}

.handbut {
    position: absolute;
    padding: 4px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-top: -12px;

    color: #008ec6 !important;
    background-color: #fff;
}

.submit {

    position: absolute;
    margin-top: 20px;
    right: 20px;
    border-radius: 8px;
    padding: 4px;
    padding-left: 44px;
    padding-right: 44px;

    font-size: 22px;
    color: #000;
    background-color: #68be5d;

}

.submit:hover {
    color: #FFF;
}

.errmsg {
    display: none;
    color: red;

}

.draghold {
    position: relative;
    width: 130px;
    /*    background-color: green;*/

    display: inline-block;
    margin: 0 auto;
    text-align: center;
}


.btn {
    position: relative;
    background: #000;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    border-radius: 12px;

}

.btn:hover {
    background: #3f3a3a;
}

.startbtn {
    transition: all .2s;
}

.startbtn:hover {
    transform: translate(0, -2px);
}

.btn p {
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.vidplayer {
    position: relative;
    display: inline-block;
    border: solid 6px #000;
    border-radius: 13px;
}

.video-container {
    border: solid 6px #000;
    border-radius: 13px;
    vertical-align: top;
}

.video-container iframe {
    border-radius: 8px;

}

.vidplayer iframe {
    border-radius: 8px;
}

.video-container .embed-container {
    position: absolute;
    width: 100%;
    height: 110%;
    top: -14px;

}

.vidplayer video {
    max-width: 640px;
    border-radius: 6px;
}

.entryfield {
    display: inline-block;
    background: #fff;
    border-radius: 13px;
    padding: 12px;

    width: 800px;
}

.vid_start {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, .2);
}

.vid_start img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woordweb {
    position: relative;
}

.absinput {
    position: absolute;
    border: solid 5px #000;
    background: #fff;
    border-radius: 13px;
    padding: 4px;
    width: 200px;
    height: 50px;
}

.absinput input {
    border: none;
    width: 100%;
    height: 100%;
}

.overzicht p {
    font-family: "Sour Gummy", sans-serif;
    font-size: 22px;
}

.overzicht a:hover {
    color: inherit;
    text-decoration: underline;
}

.overzicht a:hover img {
    opacity: .8;
}

.overzicht img {
    border: solid 4px #000;
    background: #fff;
    border-radius: 6px;
}

.smileys img {
    width: 40px;
}

.entryfield input {
    border: solid 3px #000;
    background: #fff;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}



.entryfield button {
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius: 10px;
    width: 200px;
}

.centerme {
    width: 800px;
    margin: 0 auto;
}


.vraag p {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
}

.vraag .answer {
    color: #000;
}

.vraag .mouse {
    transition: all .2s;
}

.vraag .mouse:hover {
    transform: translate(0, -10px) scale(1.02);
}

.feebackscreen {
    position: absolute;
    width: 700px;
    height: auto;
    background: #000;
    padding: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all .1s;
    margin-top: 500px;
}

.feebackscreen.flowin {
    margin-top: 0;
}

.stellingholder {
    position: relative;
    width: 800px;
    /*background: red;*/
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
    /* text-align: center;*/
}

.stelling {
    top: 10%;
    left: 50%;
    position: absolute;
    margin: 0 auto;
    width: 600px;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    transform: translate(-1500px, 0);
    transition: all .3s;
}

.stelling.inactive {
    transform: translate(1500px, 0);
}

.stelling.active {
    transform: translate(-50%, 0);
}

.stelling p {
    font-size: 32px;
    line-height: 36px;
}

.undertitle p {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
}

.sumlist p {
    font-size: 18px;
    color: #fff;
}

.roundsticker {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 40px;
    text-align: center;
    background: green;
    box-sizing: border-box;
    transform: rotate(12deg);
    transition: all .3s;
}

.roundsticker.blacksticker {
    width: 120px;
    height: 120px;
    background: white;
    border: solid 4px #000;
    padding: 00px;
    transform: rotate(-8deg);
}

.roundsticker:hover {
    transform: rotate(4deg) scale(1.05);
}

.roundsticker p {
    color: #fff;
    font-size: 20px;
}

.roundsticker.blacksticker p {
    color: #000;
    font-size: 20px;
    margin-top: 20px;
}


.roundwelcome {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 40px;
    text-align: center;
    background: #0d974f;
    box-sizing: border-box;
    transition: all .3s;
}

.roundwelcome p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.roundwelcome:hover {
    transform: rotate(-8deg) scale(1.04);
}


.fillinletters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    /* width: 100%;*/
    justify-content: center;
}

.break {
    margin-top: 20px;
    flex-basis: 100%;
    height: 0;
}

.fillinletters input {

    border: solid 3px #000;

    background: #fff;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 20px;

}

.fillinletters input.correctletter {
    background: #6fc169;
}


.spacer {
    width: 40px;
    height: 40px;
}

.dragtarget {
    position: absolute;
}

.vink {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.plussmile{
    cursor: pointer;
    transition: all .2s;
}
.plussmile:hover{
    transform: rotate(4deg) scale(1.08);
}

.vraagmulti.inside{
    transform: translate(0,0);
}

.vraagmulti{
    background: #fff;
    padding:20px;
    position: absolute;
    display: inline-block;
    transition: all .4s;
    transform: translate(1400px,0);
    left:0;
    width: 780px;
    border-radius: 12px;
}

.table-responsive a{
    text-decoration: underline;
}
.table-responsive a:hover{
    color:blue;
}