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


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


.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:2px;
    font-size: 14px;
    line-height: 18px;
}
.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:#e17084;
}

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

video#preview {
    width: 100%;
    border:10px solid #FFF;
    transition: all .4s;
    display: none;
    
}
.pinkborder{
    border-color:#e17084!important;
    transition: all 0.2s;
}
.pink{
    color:#e17084;
}
.purple{
    color:#401467;
}

.green{
    color: limegreen;
}
.red{
    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;
}
.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(#e17084);
  background-color: #e17084;
  border-color: #e17084;
}

.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: #e17084;
  border-color: #e17084;
}

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

@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) {

}
