* {
	box-sizing: border-box;
}
html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	overflow: hidden; 
	background: #fff;
    color: #000;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	border: 0;
	background: none;
	color: #000;
}

#appName {
	display: none;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	vertical-align: middle;	
	z-index: 9998;
	display: none;
}

.error {
	background: rgb(80, 70, 70);
	background: rgba(80, 70, 70, 0.9);
	padding: 2em;
	font-size: 1em;
	color: #222;
	margin: 0 auto;
	color: #fff;
	height: 100%;
}

h2 {
	font-size: 20px;
	margin-top: 0;
    margin-bottom: 20px;
	display: block;
}

#footer {
	display: none;
}

.container {
	padding-top: 160px;
    text-align: center;
}

#content {
	z-index: 3;
	background: #fafdff;
	margin: 0 auto;
	/*height: auto !important; */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%;
	display: block;
	width: 100%;
	padding: 0; 	
}

.inner-content {
	width: 900px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #ebf5ff;
	text-align: left;
	padding: 30px;
	border: 4px solid #144178;
	margin-bottom: 20px;
}

#header {
	position: absolute;
	margin: 0;
	top: 0;
	display: block;
	height: 143px; 	
	width: 100%;	
	background-color: #f3f4f5;
    z-index: 5;
    border-bottom: 4px solid #144178;
}

.start-content .middle, .info-content .middle {
	border-bottom: 1px solid #144178;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.info-content {
	display: none;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.knop {
	width: 300px;
	padding: 10px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	background: #03F;
	border: 1px solid #144178;
	font-size: 18px;
	color: #FFF;
	cursor: pointer; 
}

.knop:hover {
	background: #09F;
}

.kiezen, .onderwerpen, .instructie, .oefenvak {
	display: none;
}

.onderwerpen {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #144178;
	min-height: 310px;
}

.talen ul li {
	display: inline-block;
}

.taalknop {
	width: 160px;
	cursor: pointer;
	display: block;
}
	
.taalknop img {
	width: 150px;
}

.current {
	background-color: #0CF;
}

form {
	display: none;
}

.kies {
	padding: 6px 25px;
	text-align: left;
    background-color: #03F;
    border: 2px solid #333;
    display: block;
    cursor: pointer;
    margin-bottom: 3px;
    word-wrap: break-word;
    border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;
	width: 390px;
}

.kies:hover {
	background-color: #0CF;
}

.instructie .top, .instructie .middle {
	text-align: center;
}

.start .knop {
	margin-top: 30px;
}

.caps {
	text-transform: uppercase;
}

.stop .knop {
	float: right;
	text-align: center;
	width: 100px;
	margin-top: -15px;
}

.oefenvak .top h2 {
	display: inline-block;
}

.oefenvak .top, .instructie .top {
	border-bottom: 1px solid #144178;
	margin-bottom: 15px;
}

.instructie .middle {
	padding-top: 10px;
	padding-bottom: 30px;
}

.oefenvak .middle {
	height: 180px;
	font-size: 22px;
	text-align: center;
}

.oefenvak .bottom, .instructie .bottom {
	border-top: 1px solid #144178;
}

.oefenvak .bottom {
	padding-top: 30px;
}

.oefenvak .bottom a, .instructie .bottom a, .start-content .bottom a {
	display: inline-block;
}

.goed, .terug, .klaar, .info {
	margin-right: 70px;
}

.dezin {
	margin-top: 50px;
}

.vertaling {
	margin-top: 45px;
}

.check, .uitspreken, .volgende {
	display: none;
}

.check .knop {
	width: 100px;
}

.check img {
	height: 24px;
}

.goed .knop {
	background: #390;
}

.fout .knop {
	background: #F00;
}

.blue {
	color: blue;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* loader*/

.loading {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 64px;
  height: 64px;
}
.loading div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #03F;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading div:nth-child(1) {
  left: 6px;
  animation: loading1 0.6s infinite;
}
.loading div:nth-child(2) {
  left: 6px;
  animation: loading2 0.6s infinite;
}
.loading div:nth-child(3) {
  left: 26px;
  animation: loading2 0.6s infinite;
}
.loading div:nth-child(4) {
  left: 45px;
  animation: loading3 0.6s infinite;
}
@keyframes loading1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

	