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





h1,
h2,
h3,
h4 {
    margin: 0;

    font-weight: normal;
}

html {
    min-height: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    /*font-family: "Poppins", sans-serif;*/
    font-family: 'Nunito';
}

*,
*:before,
*:after {
    box-sizing: inherit;
}




* {
    margin: 0;
}

html,
body {

    color: #1d2025;
    background-color: #EEF5F9;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: relative;
    /* bottom: 0;*/
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 0px;
    line-height: 20px;
    /* Vertically center the text there */

    color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 20px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

p.light {
    color: #808388;
    font-weight: 300;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
}

h2 {
    font-size: 22px;

}

h4 {
    font-size: 14px;
    font-weight: 700;
}

.scene h4 {
    color: #fb3a96;
    font-size: 16px;
}

p {
    white-space: normal;
    line-height: 24px;
    font-size: 16px;

}

.scene p,
h2 {

    margin-bottom: 12px;

    /* padding:12px;*/
    line-height: 26px;
}

.scene {

    padding: 20px;
    padding-top: 0px;

}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.gemeentebg {
    background-color: #4e73df;
}

.initiatiefbg {
    background-color: #1cc88a;
}

.bewonerbg {
    background-color: #f6c23e;
}


.btn-info {
    background: #2cb5e6;
}

.btn-info:hover {
    background: #20a6d6;
}

.greybg {
    /*  background-color: #7D8CC4;*/
    background-color: #EEF5F9;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.whitebg {
    background-color: #FFF;
}

.txtwhite {
    color: #fff;
}

.redbg {
    background-color: red;
}

.greenbg {
    background-color: green;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.form-control {
    border-radius: 0px;
    padding: 12px;
    color: #808388;
    font-weight: 300;
    background-color: #f9f9f9;
}

.errmsg {
    /* display: none;*/
    color: red;
    font-size: 16px;
    margin-top: 6px;
}

.pink {
    color: #fb3a96;
}

.pinkbg {
    background-color: #fb3a96;
}

.purple {
    color: #401467;
}

.redtxt {
    color: red;
}

.vraag {
    text-align: center;
    font-size: 36px;
}

.imgholder img {

    width: 100%;

}

.imgholder {
    display: none;
    width: 100%;
    border: 10px solid #FFF;
    transition: all .4s;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
    background-color: #f7f9fc;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.btn-primary {
    color: color-yiq(#fb3a96);
    background-color: #fb3a96;
    border-color: #fb3a96;
}

.btn-primary:hover {
    color: color-yiq(#401467);
    background-color: #401467;
    border-color: #401467;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #fb3a96;
    border-color: #fb3a96;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: color-yiq(#503ce9);
    background-color: #503ce9;
    border-color: #4631e7;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
}


a.btn-primary {
    color: #fff !important;
}

.navbar-brand img {
    max-height: 72px;
}


.nav-but {
    display: inline-block;
    position: relative;
    padding: 0px;
    padding-right: 44px;
    padding-left: 44px;
    padding-top: 0px;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    background-color: #351155;
    margin-right: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-left: -8px;
    line-height: 40px;


}

.nav-but:hover {
    color: #351155;
    background-color: #fff;
    text-decoration: none;
}

.nav-but.active {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #fa3189;
}

.player-button {
    cursor: pointer;
    color: #5a5c69;
}

.btn-link {
    color: #fff;
    font-weight: bold;
}

.btn-link:hover {
    color: #efe7e4;

}

.card {
    border-radius: 20px;
}

.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-header.no-radius {
    border-radius: 0;
}


.cardhead-accord {
    border-radius: 12px;
    padding: 2px;
    margin-bottom: 0;
    background-color: #401467;
    border-bottom: 1px solid #e3e6f0;
}

.cardhead-accord.selected {
    background-color: #2cb5e6 !important;
}

.player-button a:hover {
    color: inherit;
    text-decoration: none;
}

.player-button .card {
    /* opacity: 0.6;*/
    background-color: rgba(255, 255, 255, 0.4);

}

.player-button .card .h5 {
    opacity: 0.3;
}

.player-button.selected .card {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    /*color:red;*/

}

.player-button.selected .card .h5 {
    opacity: 1;
}

.player-button:hover .card {
    background-color: rgba(255, 255, 255, 1);
}


.writestyle {
    font-style: italic;
}

.quizitem {
    position: relative;
    /*display: inline-block;*/

    /*   height: 180px;
    width: 480px;;*/
    width: 100%;
    padding: 20px;

    margin-top: 12px;
    background-color: #eeeeeb;
    border-radius: 8px;
    margin-bottom: 20px;

}

.quizitem.big {

    height: auto;
}

.quizitem .quizpic {
    display: inline-block;
    height: 180px;
    width: 140px;
    overflow: hidden;
}

.quizitem.big .quizpic {
    height: 80px;
    width: 100%;
}

.quizitem.big .quizpic img {
    width: 100%;
    height: auto;
}

.quizitem .quizpic img {
    height: 100%;
}

.quizitem .qright {
    display: inline-block;
    position: absolute;
    left: 160px;
    top: 10px;
    color: #000;

}

.quizitem p {
    font-size: 18px;
    line-height: 26px;
}





.quizitemquiz .qright {
    display: inline-block;
    position: absolute;
    left: 140px;
    top: 10px;
    color: #000;
    padding: 10px;

}

.quizitemquiz .qanswer {
    position: relative;
    display: inline-block;
    padding: 2px;

    /*box-sizing: border-box;*/
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;

}

.quizitemquiz .qanswers {
    padding-top: 6px;
    padding-bottom: 20px;
}

.secans {
    margin-left: 32px;
}

.ansbottom {
    margin: 12px;
    color: #000;
}

.ansbottom p {
    color: #000;
}

.qright p {
    color: #fff;
}

.qanswers {
    padding-top: 6px;
    padding-bottom: 20px;
}

.qanswer {
    position: relative;

    padding: 2px;

    /*box-sizing: border-box;*/
    margin-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;

}

.correct {
    color: green !important;
}

.wrong {
    color: red !important;
}

.qanswer .checkbox {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    ;
    padding-top: 2px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.qanswer .qtext {

    position: relative;
    margin-left: 28px;
    margin-top: -6px;
    /*line-height: 16px;*/
}

.qanswer:hover .checkbox {
    background-color: #FFC662;
}

.selected .checkbox {
    background-color: #FFC662;
}


.vidholder {}

.vidholder video {
    width: 100%;
}


.modal-dialog {
    max-width: 640px;

}


.minivid {
    position: relative;
    border: 2px solid #e3e6f0;

}

.minivid .playbut {
    position: absolute;
    color: #fff;
    font-size: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}

.minivid:hover .playbut {
    color: #FFC662;
}


img {
    vertical-align: middle;
}

.mouse {
    cursor: pointer;
}

.hide {
    display: none;
}




.roles,
.chapter,
.scene,
.act {
    display: none;
}

.stylelist {
    padding: 20px;
    font-size: 14px;
}

.dossier-item .stylelist {
    padding: 10px;
    font-size: 14px;
}

.stylelist li {
    padding-top: 2px;
}

ul {
    padding: 20px;
}


.dossier-item ul {
    padding: 0px;
}

.no-border {
    border: 0 !important;
}

.nav-tabs {
    /*  display: none;
    background-color: #f8f9fc;
*/
}

.notopradius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


input.inlineans {
    border: 0;
    background: 0;
    /* background-color: transparent;*/
    background-color: #fcfcfa;
    border-bottom: 2px solid #ccc;
    font: inherit;
    width: 310px;
}




.alarm {
    position: absolute;
    display: none;
    top: -2px;
    right: 8px;
}

.pulse {
    animation: pulse 2s infinite;
}

.pulse:hover {
    /* animation: none;*/
}


.vraagtxtinput {
    min-height: 300px;
}

.map {
    position: relative;
    opacity: 0.4;
    filter: blur(1px);
}


.mce-content-body {
    padding: 12px;
    min-height: 200px;
}



.mapoverlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mapoverlay .droplet {
    background-image: url('../img/drop_blue.png');
    width: 132px;
    height: 140px;
    position: absolute;
    transition: all .2s;
    opacity: .8;

}

/*.mapoverlay .droplet:hover {
    transform: translate(0, -10px);
    background-image: url('../img/drop_pink.png');
    text-decoration: none;

}*/
.mapoverlay .droplet.selected {
    transform: translate(0, -10px);
    background-image: url('../img/drop_pink.png');
    text-decoration: none;
    opacity: 1;

}

.droplet_title {
    margin: 0 auto;
    position: relative;
    margin-left: -8px;
    top: 110px;
    padding: 8px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    /*font-weight: bold;*/
    /* text-transform: uppercase;*/
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
}







.roles {
    display: none;

}



.logo_right img {

    margin-top: 4px;
}



.minheightgame {
    min-height: 670px;
}


.dossiers {
    background-color: #eeeeeb;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    /*overflow-y: scroll;*/
    font-size: 14px;
}

.accordbody {
    width: 100%;

}

.dossiers .cardhead-accord {
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0;
    background-color: #eeeeeb;
    ;
    border-bottom: 1px solid #e3e6f0;

}

.dossiers .cardhead-accord .btn {
    padding: 2px;
}

b {
    font-weight: bold;
}

.dossierbody {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: scroll;
    padding: 12px;

}

.dossiers .cardhead-accord.selected {
    background-color: #000;
    ;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dossier-item {
    padding: 12px;
    border-top: 1px solid #fff;
    transition: all 1s;
    line-height: 20px;
    font-size: 16px;
}

.dossier-item p{
    font-size: 16px;
    line-height: 20px;
}

.feedbackscn {
    padding-top: 8px;

}

p.feedb {
    font-size: 16px;
    line-height: 22px;
}

.qanswers textarea {
    width: 100%;
    font: inherit;
    padding: 12px;
    border-radius: 4px;
    height: 92px;
}

.qanswers textarea:focus,
.qanswers textarea:active {
    /* border: 0;*/
    outline: 0;
}

.clear {
    clear: both;
    float: none;
}

.floatword {
    position: relative;
    float: left;
    margin: 4px;
    display: inline-block;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
}

.floatword:hover {
    color: #fff;
    background-color: #1cc88a;
}

.floatword.selected {
    color: #fff;
    background-color: #1cc88a;
}

.floatword.selected:hover {
    color: #000;

}

.floatword.welldone {
    background-color: green;
    outline: 1px solid #fff;
}

.floatword.notwelldone {
    background-color: red;
    outline: 1px solid #fff;
}

.floatwordsmall {
    position: relative;
    float: left;
    margin: 2px;
    display: inline-block;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #1cc88a;

}


.close-bt {
    position: absolute;
    right: 20px;
    top: -20px;
    cursor: pointer;
}


.close-bt:hover {
    color: red;
}



.progress-bar,
.progress-bar-q {
    width: 0%;
    transition: all 1s;

    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-top: -4px;
}

.progress-bar p,
.progress-bar-q p {
    font-size: 12px;
}

.darkgreybg{
    background-color: #351155;
}

.progress-bar p {
    padding-top: 4px;
}

.statusbar {
    left: 10px;
    margin-top: 0px;
    padding: 4px;
    position: relative;
    /*height: 40px;*/
    width: 100%;
    padding-right: 0px;
}

.statusbar p {
    font-size: 14px;
    display: inline;
}

.connectlight {

    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.connectlightbig {

    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}


.nudgbtn.clicked {
    background-color: lightgrey;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 11, 60, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(239, 11, 60, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 11, 60, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(239, 11, 60, 0.4);
        box-shadow: 0 0 0 0 rgba(239, 11, 60, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(239, 11, 60, 0);
        box-shadow: 0 0 0 10px rgba(239, 11, 60, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(239, 11, 60, 0);
        box-shadow: 0 0 0 0 rgba(239, 11, 60, 0);
    }
}

.shake {
    animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.shake.playani {
    animation-play-state: running;
}

.shake.pauseani {
    animation-play-state: paused;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.inline.rating-stars {
    display: inline-block;
}

.rating-stars ul > li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

.small.rating-stars ul > li.star > i.fa {
    font-size: 18px;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {

    color: #FF912C;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #FFCC36;
}


.slidecontainer {
    width: 100%;
    /* Width of the outside container */
    margin: 0 auto;
    height: 40px;
}

#myRange {
    /*position: relative;*/
    position: absolute;
    width: 92%;
    margin-left: 12px;
    /* left: 300px;*/
    ;

}

.slidecontainer p,
.slidecontainer div {
    display: inline-block;
    float: left;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 25px;
    /* Specified height */
    background: #fff;
    /* Grey background */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 6px;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1;
    /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #fa3189;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #fa3189;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
}



.spelline {
    border-bottom: 1px solid #000;
    margin: 12px;
    padding: 20px;
}

.spelline p {
    display: inline;
}

.rating {
    position: relative;
    height: 60px;
    width: 100%;

    left: 0px;

    border-top: 1px solid rgba(0, 0, 0, .1);



}

.rating .middlebuttons {
    margin-top: 20px;
    position: relative;

    text-align: center;
}

.rating .middlebuttons .ratebtn {
    min-width: 80px;
}

.volbutton {
    vertical-align: top;
    font-size: 16px;
}

a.volbutton:hover {
    text-decoration: none;
}

.pamflet {
    background-color: #e6ebbe;
    /* #f1f2e9;*/
    padding: 26px;
    border: 1px solid #c0c4cc;
    -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.75);
}


.firstpage {
    background-color: #f7fbfc;
}

.pagedesign {

    border-radius: 12px;
    /*background-color: #f7fbfc;*/
    background-color: #eeeeeb;
    /*padding:20px;*/
    margin-top: 12px;


    /*   
    margin-bottom:20px;*/
    /*  border-top:1px solid #000;*/

}

.pagedesign .act,
.pagedesign .quizitem,
.pagedesign .row {

    padding: 12px;
}

.pagedesign:empty {
    display: none;
}

.loadoverlay {
    display: none;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    z-index: 999;
}

.gamemap {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}


.showindossier{
    display: none;
}

.dossier-item .showindossier{
    display: block;
}

.showindossier.embed-container{
    height: 0;
}
.inibut {
    background-color: #4048c5;
}

.bewonerbut {
    background-color: #2cb5e6;
}

sup{
    top:auto;
  vertical-align: sub;
  
    font-size: 10px;
}

@media (max-width: 480px) {
    .nav-link {
        transform: translate(0, 0);
        line-height: 18px;
        width: auto;
    }



}

@media (min-width: 320px) and (max-width: 1024px) {}

@media (min-width: 1024px) and (max-width: 1200px) {}

@media (min-width: 1200px) and (max-width: 1600px) {}
