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;
}
p{
    white-space: normal;
   /* font-size: 14px;*/
}
a{
    color:#fb3a96;
}


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


.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: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;
    
}
.pinkborder{
    border-color:#fb3a96!important;
    transition: all 0.2s;
}
.pink{
    color:#fb3a96;
}
.purple{
    color:#401467;
}
.vraag{
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    white-space: pre-wrap;
}
.imgholder img{
    
    width:100%;
    vertical-align: bottom;

}
.imgholder{
    display: none;
    width: 100%;
    border:10px solid #FFF;
    transition: all .4s;
    vertical-align: bottom;
}
.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);
}

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

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

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


}

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



}

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

}

@media (min-width: 1600px)  {
    .vraag{
   
      
        }
}
