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

*,
*: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: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #401467;
  color:#FFF;
}

img {
    image-orientation: from-image;
}

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

code {
  font-size: 80%;
}
.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: 18px;
    text-transform: uppercase;
}

h4{
    font-size: 14px;
   font-weight: 700;
}
.popup h4, .popupbegin h4{
    font-size: 22px;
}
p{
    white-space: normal;
    font-size: 14px;
    color:#1d2025;
}

.forms p{
    font-size: 14px;
    color:#1d2025;
}
a{
    color:#fb3a96;
}
b{
    font-weight: bold;
}

li{
     font-size: inherit;

    color:#1d2025;
}

.antwoord ul{
    padding-left: 32px;
    font-size: 20px;
}

.vraag ul{
     padding-left: 32px;
    
}
.antwoord p{
    font-size: 20px;
}

.greenbg {
    color: #fff;
    background-color: #06d4c9;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left:20px;
    padding-right: 20px;
}
.greenbg:hover{
     color: #1d2025;
}

.vraagtxtinput{
    height:160px;
}
.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 */
}

.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;
}
.no-padding{
    padding: 0;
    margin:0;
}

.boy {
    background-image: url(../img/kindervragen/header.jpg);
    width: 100%;
    background-size: cover;
    height: 400px;
}
.quote{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    top:120px;
}

.ministerie h2{
    margin-top:8px;
    margin-bottom:10px;
    
}
.undertitle{
    font-size: 14px;
    line-height: 16px;
    height: 32px;
}

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

.spelset{
    position: relative;
    float:left;
    width:200px;
    height: 260px;
    background-color: #FFF;
    margin:20px;
    padding:20px;
    -webkit-box-shadow: 4px 4px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 23px -6px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 23px -6px rgba(0,0,0,0.75);
    transition:  all 0.2s;
    border-radius: 8px;
     
}
.spelset h2{
    color:#1d2025;
    position: absolute;
    bottom:4px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    left:0px;
    
}
.spelset i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 90px;
    color:#401467;
   
}
.spelset:hover{
    transform: scale(1.06);
}
.spelset:hover i{
    color:#fb3a96;
}

.butlink{
    position: relative;
    top: -2px;
}
.butlink:hover{
    color:#fb3a96;
}

.timefont{
    font-size: 32px;
}


.timefont i{
    font-size: 22px;
}

.spelsettitle{
    position: absolute;
    display: inline-block;
    text-align: right;
    transform: translate(0,-50%);
    top:50%;
    right:0px;
   ;
}

video#preview {
    /*width: 100%;
    */
    transition: all .4s;
    /*display: none;*/
    border:4px solid #FFF;
    width: 180px;
    
}

#leader{
     border:4px solid #FFF;
}
#leader > video {
    vertical-align: bottom;
}
.pinkborder{
    border-color:#fb3a96!important;
    transition: all 0.2s;
}
.pink{
    color:#fb3a96;
}
.purple{
    color:#401467;
}
.vraag{
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    white-space: normal!important;
}

.vraag p{
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    white-space: normal!important;
}


.antwoord p{
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    white-space: normal!important;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal{
    font-size: inherit!important;
}

.vraag i{
    font-style: italic!important;
}
.antwoord i{
    font-style: italic!important;
}
strong{
    font-weight: bold!important;
}

.ck-editor__editable {
  min-height: 200px;
}

.ck-editor__main ul{
    padding-left: 40px;
}
.ck-editor__main ol{
    padding-left: 40px;
}

.vraagwiel{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    white-space: pre-wrap;
}
.imgholder img{
    display: inline-block;
    position: relative;
    max-width:100%;
    vertical-align: bottom;
  

    /*height: 100%;*/
    max-height: 500px;

}
.imgholder{
    position: relative;
    display: none;
    width: 100%;
    border:10px solid #FFF;
    transition: all .4s;
    vertical-align: bottom;
    
   
/*overflow: hidden;
    */
    height:auto;
    max-height:600px;
    text-align: center;
}
.vidholder{
    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-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);
}



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



[contenteditable="true"]:active,
[contenteditable="true"]:focus{
/*border:none;
outline:none;*/
 /*   color:red;*/
    padding:6px;
}

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

.timetxt{
    font-family: 'Space Mono', monospace;
    font-weight:700;
}

.mouse{
    cursor: pointer;
}
.hide{
    display: none;
}
.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 */
}


#gameholder{
    position: relative;
    overflow: hidden;
  
}

.inner-container{
    position: relative;
    width: 100%;
}

.inner-container canvas{
    margin-top:30px;
    width: 100%;
    border-radius: 8px;
}

.popup, .popupbegin{
    position: absolute;
    z-index: 999;
    padding: 20px;
    background-color: #fff;
    width: 800px;;
    left: 50%;
    top:calc(50%);
    transform: translate(-50%,-50%);
    border-radius: 12px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);

}
.checkerboard{
    height:30px;
     background-position: 0px 0px, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%),linear-gradient(45deg, #000 25%, white 25%, white 75%, #000 75%, #000 100%);
    
    padding: 20px;
    margin-top:20px;
    margin-bottom:20px;
    /*border-radius: 12px;*/
}

.tmppopup{
    position: absolute;
    z-index: 999;
    padding: 20px;
    background-color: #fff;
    width: 320px;;
    left: 50%;
    top:calc(50% - 10px);
    transform: translate(-50%,-50%);
    border-radius: 12px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    text-align: center;

}

.close-but{
    position: absolute;
    right: 12px;
    top:4px;
    font-size: 28px;
    cursor: pointer;
}
.close-but:hover{
    color:#fb3a96;
}

.team{
    position: absolute;
    top:10px;
    left: 10px;
    width: 130px;
    text-align: center;
}


.team.upright{
    left:auto;
    right: 10px;
    top:10px;
}
.team.downright{
    left:auto;
    top:auto;
    right: 10px;
    bottom:10px;
}
.team.downleft{
  
    top:auto;
    left: 10px;
    bottom:10px;
}
.team i{
    font-size: 36px;   
}
.teampick i{
     font-size: 26px;   
}
.numpawns, .numteams{
    font-size: 36px; 
    padding:20px;
}
.team i input{
    display: none;
}
.scoreteam{
    font-size: 18px; 
}
.team .scoreteam i{
    font-size: 18px; 
}
.team .scoreteam i:hover{
    color:#fb3a96;
}

.teamname{
    line-height: 40px;
    font-size: 22px;
    vertical-align: baseline;
}

.imghov:hover {
    opacity: .8;
}

.mydice{
    width:100px;
    height: 100px;
    position: absolute;
    transform-origin: center;
    
}

.mydice .face{
    position: absolute;
  
    
}
.mydice:hover{
   opacity: .8;
}



.teamsholder{
    top:100px;
    position: relative;
}



.spelbordteam{
    display: none;
    margin-bottom: 8px;
    transition: all .3s;
    background:rgba(255,255,255,0.8);
    padding:12px;
    border-radius: 6px;
    border:1px solid rgba(0,0,0,.3)
}

.spelbordteam.disabled {

     border:none;
     background:none;
    
    
    

    
}
.teamlogo{
    text-align: center;
}
.spelbordteam.disabled img{
    width:80%;
}
.catname{
    margin-bottom: 12px;
}
.tipholder{
    position: absolute;
    top:0px;
    width: calc(100% - 30px);
   pointer-events: none;
    text-align: center;
   overflow: hidden;
    height:30px;
}
.tipscreen{
    position: absolute;
    top:-40px;
    width: calc(100%);
    padding: 2px;
    text-align: center;
    background: #fff;
    height:30px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}




.answerholder{
    padding: 12px;
    background: #fff;
    border:1px solid #000;
    display: none;
}

.showAnwerbut{
    display: none;
}

.no-pad{
    margin:0;
    padding:0;
}
.clock{
    position: relative;
    display: block;
    text-align: right;
    padding:12px;
}

.healthbar{
    width:100%;
    border-radius: 12px;
    height: 16px;
    border:1px solid #000;
   
}
.healthbarinner{
    position: absolute;
    top:1px;
    left: 1px;
     border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    
    border-radius: 12px;
    border-radius: 12px;
    height: 14px;
    width: 50%;
    background:#07b507;
    transition: all .6s;
}
.healthtext{
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    top:0;
}

.rfactxt{
    font-size: 22px;
    font-weight: bold;
}

.brdr{
     border-radius: 5px;
   
    border:1px solid #000;
}

.brdr.totalpoints{
   /* border-color:#fb3a96;*/
    border-width: 1px;
}

.totalpoints p{
    color:#fb3a96;
    font-weight: bold;
}
.heart{
    position: absolute;
    z-index: 99;
    left:-10px;
    top:-8px;
    color:#a50808;
    font-size: 20px;
   
}

.voegtoebut{
    margin: 2px;
    margin-left: 8px;
    padding:2px;
    border:2px solid #000;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.voegtoebut:hover{
    opacity: .8;
    border-color: #fb3a96;
}

.redBg{
    background:red;   
}
.greenBg{
    background:#07b507;
}
.usercol{
    font-size: 12px;
}
.myscore, .myscoreadd{
    font-size: 14px;
    padding:5px;
    line-height: 18px;

}
.totalpoints{
    display: none;
}


[contenteditable].myscoreadd {
    padding:5px;
  outline: 0px solid transparent;
}


.r-padd{
  position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 120px;
    overflow: hidden;
    /* to pad or move it around using `left` and `top` inside the parent */
}


.answers_multiple tr td{
  
  vertical-align: middle;
   
}

.multi_answer p{
    vertical-align: middle;
}
.multi_answer a{
    vertical-align: middle;
}


.multi-answer-but{
    margin-top: 12px;
    padding:12px;
    background: white;
    border-radius: 12px;
    transition: all .2s;
}

.multi-answer-but:hover{
    -webkit-box-shadow: 4px 4px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 23px -6px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 23px -6px rgba(0,0,0,0.75);
}


.multi-answer-but.correct{
    background: #5fb11b;
}


.multi-answer-but.wrong {
     background: red;
  animation: horizontal-shaking 0.2s infinite;
   
}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}



.competition_item{
    position: relative;
    width: 100%;
    
}

.competition_item .team{
    position: relative;
    display: inline-block;
    padding:6px;
    background: white;
    border-radius: 12px;
    margin: 2px;
    width:50%;
    min-width:260px;
    right:0;
}

.right-brdr{
    border-right: 1px #000 solid;
}

@media (max-width: 480px)  {
    .nav-link{
        transform: translate(0,0);
        line-height: 18px;
        width:auto;
    }
    
    .spelset{
        width: 140px;
        height: 180px;
    }
    .spelset i{
        font-size:60px;
    }
    
    .spelset h2{
        font-size:12px;
    }
    
    .vraag{
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }
    
    .vidholdd{
        margin: 0 auto;
        text-align: center;
    }
    
    video#preview {
        /*width: 100%;
        */
        position: relative;
     
        
        transition: all .4s;
        /*display: none;*/
        border:4px solid #FFF;
        width: 60%;
        
       

    }
    
    .navbar-brand img{
        max-height: 40px;
    }
  
    .popup{
        position: absolute;
        z-index: 999;
       /* padding: 10px;*/
        background-color: #fff;
        width: 90%;
        
    }
    
    .vraagwiel{
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        white-space: pre-wrap;
    }
  

}
@media (min-width: 320px) and (max-width: 1024px) {
    .popup{
            position: absolute;
            z-index: 999;
           /* padding: 10px;*/
            background-color: #fff;
            width: 90%;

        }
    
    
    .vraag{
        text-align: left;
        font-size: 18px;
        line-height: 22px;
    }
    

}

@media (min-width: 1024px) and (max-width: 1200px) {
    .popup{
            position: absolute;
            z-index: 999;
            /*padding: 10px;*/
            background-color: #fff;
            width: 800px;

        }
    
    
     .vraag{
        text-align: left;
        font-size: 22px;
        line-height: 30px;
    }


}

@media (min-width: 1200px) and (max-width: 1600px) {
.popup{
            position: absolute;
            z-index: 999;
            /*padding: 10px;*/
            background-color: #fff;
            width: 800px;

        }
}

@media (min-width: 1600px)  {
    .popup{
            position: absolute;
            z-index: 999;
            /*padding: 10px;*/
            background-color: #fff;
            width: 800px;

        }
}
