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

@font-face {
    font-family: 'Suisse Intl';
    src: url('SuisseIntl-Regular.woff2') format('woff2'),
        url('SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




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

    font-weight: normal;
}

html {
    min-height: 100%;
    box-sizing: border-box;
    background-color: #000;
}

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




* {
    margin: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
    overflow: auto;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Suisse Intl';
}


p {

    font-size: 16px;
    line-height: 18px;
    color: #000;
}
h1{
    /*font-family:"atrament-web";*/
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}


h1.smaller{
    font-size: 38px;
    line-height: 38px;
}
a {
    text-decoration: none;
    color: #000;


}

audio {
    display: none;
}

a:hover {
    color: #000!important;
    text-decoration: none!important;
}


b {
    font-weight: bold;
}

.text-center{
    text-align: center;
}


.pink {
    background-color: #f095c2;
}

.blue {
    background-color: #0d70b5;
}

.bluetxt {
    color: #0d70b5;
}

.red {

    color: #f40808;
}

.yellow {
    background-color: #fee517;
}

.yellowtxt {
    color: #fee517;
}

.orange {
    background-color: #ea7933;
}

.orangetxt {
    color: #ea7933;
}

.green {
    background-color: #159e50;
}

.pink {
    background-color: #f095c2;
}

.babyblue {
    background-color: #85c0ea
}


#container {
    position: relative;
   
    width: 1024px;
    height: 768px;
    /*max-height: 800px;*/    
    overflow-x: hidden;
    margin: 0 auto;
   

}


#submit-overlay{
    display: none;
    position: absolute;
    height: 100%;
    width:100%;
    background-color: #000;
    opacity: 0.6;
    z-index:10;
}

#out {
    position: relative;
    height: 100%;
    min-height: 680px;
}


.inner {
    height: 100%;    
    margin: 0 auto;
    
    overflow: hidden;
    z-index: 1;

}

.viewcontainer{
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    top:60px;
    background-image: url(../img/bg/shirt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /*z-index: 1;*/
}

.top-bar{
    position: absolute;
    height: 60px;
    background-color: #FFF;
    width:100%;
    z-index: 2;
}


.ajax-logo {
    position: absolute;
    left:60px;
}

.white-left{
    position: absolute;
    top:160px;
    left:42px;
    width:300px;
   /* height: 495px;*/
    background-color: #FFF;
    /*z-index: 12;*/
    padding:20px;
    text-align: center;
    

}

.white-left p {
    margin-top: 12px;
}

.redbg{
    background-color: #c2002f;
}
.redbg p{
    color:#FFF;
}
.redbg h1{
    color:#FFF;
}


.greybg{
    background-color: #9b9b9b;
}
.greybg p {
    color:#FFF;
}
.greybg h1 {
    color:#FFF;
}


.white-left-full{
    position: absolute;
    top:0px;
    width:340px;
    height: 100%;
    background-color: #FFF;
    /*z-index: 12;*/
    
}
.white-left-full p {
    margin-top: 12px;
}
.right-full{
    position: absolute;
    top:0px;
    left:340px;
    width:684px;
    height: 100%;
   
    z-index: 12;
    
}
.ipad {
    position: absolute;
    width: 584px;
    height: 390px;
    overflow: hidden;
    transform: rotate(4deg);
}

.ipad img{
    position: absolute;
    width:100%;
   /* width: 584px;
    height: 397px;*/
    
}
.ipad img:first-child{
    padding:20px;
    width:100%;
}


.ipad-mini {
   
    position: relative;
    width: 255px;
    height: 175px;
    overflow: hidden;
    transform: rotate(1deg);
    text-align: left;
    cursor: pointer;
}

.ipad-mini img{
    position: absolute;
    width:100%;
   
    
}
.ipad-mini img:first-child{
    padding:6px;
    width:100%;
}



.bg-play_big {
    position: absolute;
    top:140px;
    left:50%;
    transform: translate(-50%);
    width: 102px; height: 101px;
    background: url('../img/play_big.png') -132px -10px;
}

.ipad:hover .bg-play_big {
    position: absolute;
    
    width: 102px; height: 101px;
    background: url('../img/play_big.png') -10px -10px;
}

.play_small {
    position: absolute;
    top:64px;
    left:50%;
    transform: translate(-50%);
    width: 44px; height: 44px;
    background: url('../img/play_small.png') -10px -10px;
   
}
.ipad-mini:hover .play_small{
    
    background: url('../img/play_small.png')-74px -10px;;
}

.small .play_small {
    top:36px;
}

.ipad-mini.small{
     width: 170px;
     height: 124px;
}
.ipad-mini.small img:first-child{
    padding:3px;
    width:99%;
}


.atrament{
    /*font-family:"atrament-web";*/
    color:#FFF;
    
    font-size:42px;
}

.kruisjes{
    margin-top: 20px;
}

.klasbt{
    /*font-family:"atrament-web";*/
    position: absolute;
    padding: 6px 25px 1px 25px;
    font-size:22px;
    background-color: #000;
    color: #FFF;
    white-space: nowrap;
}
.klasbt:hover{
    
    background-color: #c4c5c5;
}

.navigatie{
    position: absolute;
    top:320px;
    z-index: 20;
    width:100%;
    display: none;
}

.but-left {
    position: absolute;
    left:0px;
    width: 42px; height: 79px;
    background: url('../img/buttons.png') -10px -10px;
}
.but-left:hover {
    width: 42px; height: 79px;
    background: url('../img/buttons.png') -72px -10px;
}

.but-right {
    position: absolute;
    right:0px;
    width: 42px; height: 79px;
    background: url('../img/buttons.png') -134px -10px;
}
.but-right:hover {
    width: 42px; height: 79px;
    background: url('../img/buttons.png') -196px -10px;
}
.nav-buttons{
    position: absolute;
    left:240px;
}

.nav-but{
    position: relative;
    float: left;
    padding:10px;
    padding-left: 10px;
    padding-right: 10px;
    height:60px;
    /*margin-right: 10px;*/
}

.nav-but.active{
    color:#fff;
    background-color: #000;    
}
.nav-but.active p{
    color:#fff;
   
}
.nav-but:hover{
    color:#fff;
    background-color: #000;
    
}
.nav-but.home:hover{
    color:#fff;
    background-color: #ececec;
    
}
.nav-but img{
    position: absolute;
    left:4px;
    top:8px;
}
.nav-but p{
    /*font-family:"atrament-web";*/
    margin-left:36px;
    margin-top:10px;
    font-size: 20px;
    text-transform: uppercase;
}
.nav-but:hover p{
    color:#fff;
    
}

.groeptxt{
    float: left;
    margin-left: 12px;
}
.groeptxt p{
    /*font-family:"atrament-web";*/  
    font-size: 26px;
    margin-top:18px;
}

.vidplayer{
    position: absolute;
    width:680px;
    border-radius: 12px;
    background-color: #c2002f;
    height:420px;
    left:50%;
    transform: translate(-50%);
    top:110px;
    z-index:40;
    padding:20px;
    color:#FFF;
    display: none;
}

.titlevid{
    position: absolute;
    color:#FFF;
    top:14px;
    left:20px;
}

.close-vid{
    position: absolute;
    right: 10px;
    top:10px;
    padding-top: 2px;
    cursor: pointer;
}
.close-vid:hover{
    opacity: 0.8;
}
.close-vid p {
    position: absolute;
    color:#FFF!important;
    top:4px;
    right:30px;
}
.close-vid img {
   
    top:10px;
}

.vid{
    position: relative;
    top:20px;
}
.content-right {
    position: absolute;
    top:160px;
    left:380px;
}

.titelbar {
    position: relative;
    /*font-family:"atrament-web";*/  
    font-size: 22px;
    font-weight:700;
    top:10px;
    color:#000;
    background-color: #fff;
    padding:4px;
    padding-top: 10px;
    width:100%;
    text-transform: uppercase;
    text-align: center;
}
.titelbar span{
    color:#c2002f;
}
.succestxt{
    color:green!important;
    
}
.wrongtxt{
    color:red!important;
}

.titelbar.small{
    font-size: 20px;

}
.mouse{
    
 cursor: pointer;
}

.quistions{
    width: 100%;
}
.stelling{
    
    position: absolute;
    display: none;
    top:100px;
    left:80px;
    border-style: dashed;
    border-width: 2px;
    border-color: #c2002f;
    padding:22px;
    box-sizing: border-box;
    width: 360px;
    background-color: white;
}

.rndblock{
    /*border-radius: 12px;*/
    padding:20px;
    display: inline-block;
}
.rndblock h1{
    
    font-size:38px;  
    color:#FFF;
    line-height: 38px;
}

.greenbg {
    background-color: #57a041;
}

.orangebg {
    background-color: #ee5a36;
}

.dropzone{
    
    position: absolute;

  border-radius: 16px;
  background-image: url(../img/bgdrop.png);


  width: 180px;
  height: 126px;


 
    transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
}

.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; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.drophover{
    
   /*  background-image: url(../img/bgdrop-over.png);*/
  /*  box-shadow: inset -1px -8px 125px 30px rgba(173,220,244,.6);*/
    
    -webkit-filter: drop-shadow(0px 0px 5px #000);
    filter:         drop-shadow(0px 0px 5px #000);
}

.drophover-3{
    background-color:#e2d7bd;
}
.innershadgood{
box-shadow: inset -1px -8px 125px 30px rgba(35,153,25,1);
}

.innershadbad{
box-shadow: inset -1px -8px 125px 30px #f60000;
}
.innershadgood{
box-shadow: inset -1px -8px 125px 30px rgba(35,153,25,1);
}
.innergood{
    background-color:#7bc247;
}
.innershadbad{
box-shadow: inset -1px -8px 125px 30px #f60000;
}
.innerbad{
background-color: #f60000;
}

.qnums{
    position: absolute;
    top:460px;
    left:110px;
}

.qnumsgeld{
    position: absolute;
    top:520px;
    left:40px;
}

.qnumsquiz{
    position: absolute;
    top:520px;
    left:120px;
}

.qnum{
    /*font-family:"atrament-web";*/ 
    position: relative;
    float:left;
    width:50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    padding-top: 6px;
    margin:4px;
    font-size:32px;
    background-color: #c2002f;
}

.qnum:hover{
    color:#c2002f;
    background-color: #FFF;
}

.qnum.active{
    color:#c2002f;
    background-color: #FFF;
}
#feedback{
    display: none;
    top:140px;
    position: absolute;   
    left:420px;
    width: 400px;
    z-index: 99;
    padding:32px;
    z-index: 110;
}

#feedback p{
   
    color:#000;
    text-align: center;
}
#feedback h2{
    text-align: center;
    color:#fff;
    font-size: 22px;
     margin-bottom: 12px;
}


.qblock{
    position: absolute;    
    top:90px;
    left:70px;
    border-style: dashed;
    border-width: 2px;
    border-color: #c2002f;
    padding:22px;
    box-sizing: border-box;
    width: 400px;
    background-color: white;
}

.question p{
    color:#c2002f;
    font-weight: bold;
}

.answerholder{
    margin-left: 20px;
    margin-top: 10px;
}

.answer{
    position: relative;
    padding:10px;
    cursor: pointer;
}
.answer p{
    position: relative;
    display: inline-block;
    left: 10px;
    font-weight: bold;
   width: 80%;
   vertical-align: text-top;
   
}
.rnda{
    display: inline-block;
    border-radius: 50%;
    height:22px;
    width: 22px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 2px;
    background-color:#c2002f;
    color:#FFF;
}

.answer:hover .rnda{
    background-color:#9b9b9b;
    color:#c2002f;
}

.answer .result.good{
    background-image: url(../img/goed.png);
    width: 19px;
    height: 21px;
    position: absolute;    
    left:-24px; 
}

.answer .result.wrong{
    background-image: url(../img/fout.png);
    width: 21px;
    height: 21px;
    position: absolute;    
    left:-24px; 
}

.spaarvarken{
    position: absolute;    
    background-image: url(../img/varken.png);
    width: 278px;
    height: 209px;
    top:310px;
    left:330px;
    
}

.spaarvarken p {
    position: absolute;
    width: 100px;
    /*font-family:"atrament-web";*/ 
    font-weight: 700;
    left:150px; 
    top:96px;
    font-size: 34px;
    
}

.bigup{
    transform: scale(1.3);
}
.shrink{
    transition: all .6s;
    transform: scale(1);
}

#scoreboard{
    position: absolute;
    top:500px;
    left:42px;
    background-color: #282828;
    width:300px;
    height:90px;
}

.scorenum{
    position: relative;
    float:left;
    margin:2px;
    width:30px;
    padding-top:6px;
    text-align: center;
    font-size: 42px;
    /*font-family:"atrament-web";*/ 
    font-weight: 400;
    color:#c2002f;
    background-color: #FFF;
}

.greyblock{
    position: relative;
    /*width:700px;*/
    padding:20px;
    background-color: #282828;
}

.greyblock p{
    font-size: 22px;
    /*font-family:"atrament-web";*/ 
    font-weight: 400;
    color:#FFF;
    text-transform: uppercase;
}

.passin{
    position: relative;
    float: left;
    margin: 6px;
    background-color: #FFF;
    color:#000;
    padding:10px;
    text-align: center;
    width: 46px;
    height: 46px;
    font-size: 22px;
}
.normin{
     position: relative;
     font-size: 22px;
    /*font-family:"atrament-web";*/ 
    font-weight: 400;
   margin-top:10px;
    background-color: #FFF;
    color:#000;
    padding:10px;
    text-align: left;
    width: 100%;;
    height: 46px;
    font-size: 28px
}
.clear{
    float: none;
    clear: both;
}

.sendbut{
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding:10px;
    font-size: 22px;
    /*font-family:"atrament-web";*/ 
    font-weight: 400;
    color:#FFF;
    text-transform: uppercase;
    background-color: #c2002f;
    box-sizing: border-box;
}

.sendbut:hover{
     color:#c2002f;
    
    background-color: #FFF;
}