
html,
body {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 13px;
    width: 100%;
    padding: 0;
	margin: 0;
    color: #333;
}
html {
	background-attachment: fixed;
	position: absolute;
}
body {
    margin: 0;    
} 
.b1 {
    background: url(images/start.jpg)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}
html:before {
    content: " ";
    width: 100%;
	height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;	
	
	
    background: -moz-linear-gradient(left,  rgba(166,147,130,0.36) 0%, rgba(97,125,170,0.36) 29%, rgba(97,125,170,0.37) 63%, rgba(97,125,170,0.7) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(166,147,130,0.36)), color-stop(29%,rgba(97,125,170,0.36)), color-stop(63%,rgba(97,125,170,0.37)), color-stop(100%,rgba(97,125,170,0.7)));
	background: -webkit-linear-gradient(left,  rgba(166,147,130,0.36) 0%,rgba(97,125,170,0.36) 29%,rgba(97,125,170,0.37) 63%,rgba(97,125,170,0.7) 100%);
	background: -o-linear-gradient(left,  rgba(166,147,130,0.36) 0%,rgba(97,125,170,0.36) 29%,rgba(97,125,170,0.37) 63%,rgba(97,125,170,0.7) 100%);
	background: -ms-linear-gradient(left,  rgba(166,147,130,0.36) 0%,rgba(97,125,170,0.36) 29%,rgba(97,125,170,0.37) 63%,rgba(97,125,170,0.7) 100%);
	background: linear-gradient(to right,  rgba(166,147,130,0.36) 0%,rgba(97,125,170,0.36) 29%,rgba(97,125,170,0.37) 63%,rgba(97,125,170,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ca69382', endColorstr='#b3617daa',GradientType=1 );	}
img.desaturate {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.MainWrap {
    height: 100%;
}
/* Navigatie */

.NavWrap {
    margin: 40px auto 0px auto;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center;
    height: 80px;
    line-height: 90px;
    /*border-bottom:1px rgba(0,0,0,0.2) solid;*/
}
/* Content */

.ContWrap {
    width: 900px;
    height: 100%;
    margin: 100px auto 50px auto;
    background: rgba(220, 220, 220, 0.5);
}
.Activated {
    background-color: #fe8c07;
    color: #FFF;
}
.logo {
    width: auto;
    height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
    max-width: 160px;
    max-height: 200px;
    padding: 20px 0px 15px 0px;
}
.logo2 {
    width: auto;
    height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
    max-width: 160px;
    max-height: 200px;
    padding: 20px 0px 15px 0px;
}
.bot{
	display: inline;
}
/* text */
.copy {
	display: inline-block;
	font-size: 14px;
	margin: 0px 20px 10px 10px;
}
b {
	font-weight: bold;
	color: #62b3fb	}
p {
	font-size: 30px;
	font-weight: 500;
	color: #5a5b5d;
}

h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    padding: 40px 0px 0px 40px;
}
h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 15px 10px 15px;
}
.h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 15px 10px 15px;
}
h3 {
    padding: 2px 0px 0px 10px;
    font-size: 18px;
	color: #000;
    border-left: 1px solid #1e73be;
    font-weight: 400;
    margin: 30px 30px 0px 50px;
	line-height:25px;
}
.bold {
    font-weight: bold;
}
.header {
	margin: 0px 0px 20px 50px;
    text-align: left;
}
.lijst {
    padding: 0px 0px 0px 50px;
}
ol {
    font-size: 20px;
    color: #000;
	list-style: none;
    list-style-type: decimal;
}

ol li {
    list-style-position: outside;
	display: list-item;
}
ol li p {
    padding: 8px 8px 8px 8px;
    font-size: 18px;
    color: #000;
    border-left: 1px solid #1e73be;
    font-weight: 400
}
ol li p em {
    display: block;
}
li:before {
    position: absolute;
}

.inImg{
    display: inline-block;
    max-width: 120px;
    margin: 20px 0 20px 40px;
}
/* Button */

.Submit {
    width: 170px;
    margin: 0px 120px 0px 80px;
    float: right;
    background-color: #1e73be;
    color: #FFF;
}
#hidden {
    width: 170px;
    margin: 40px 120px 0px 80px;
    float: right;
    color: #1e73be;
    border: #1e73be solid 1px;
    opacity: 0.3;
	-webkit-transition: opacity 0.8s, background 0.2s, linear;
    -moz-transition: opacity 0.8s, background 0.2s, linear;
    -ms-transition: opacity 0.8s, background 0.2s, linear;
    -o-transition: opacity 0.8s, background 0.2s, linear;
    transition: opacity 0.8s, background 0.2s, linear;
    cursor: default;
}
#hidden:hover {
    background-color: #1e73be;
    color: #FFF;
}
.not-active {
    pointer-events: none;
    cursor: default;
}
.Ans {
    width: 180px;
    display: inline-block;
    margin: 30px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.Ans:hover {
    background-color: #1e73be;
    color: #FFF;
}
.Activated {
    background-color: #1e73be;
    color: #FFF;
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

input[type="checkbox"][id^="cb"] {
  display: none;
}

label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked + label img {
  z-index: -1;
}



@media screen and (max-width:600px) and (min-width: 320px) {
ol.lijst {
	padding: 0px 0px 0px 30px;
	}
ol.lijst li p{
	font-size: 14px;
	line-height: 18px;
	padding: 4px;
	}
ol {
	font-size: 14px;
	}
p	{
	font-size: 20px;
	}
.logo {
	max-width: 192px;
    max-height: 160px;
	}
.ContWrap {
    width: 100%;
	margin: 40px auto 0px auto;
	}
.Ans {
    width: 100%;
    margin: 5px 0px 0px 0px;
	}
#hidden {
	float: right;
	width: 30%;
	margin: 20px 5px 0px 0px;
	}
#hidden h2 {
	font-size: 16px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 14px;
	margin: 30px 0px 0px 30px;
	line-height: 18px;
	}	
}
@media screen and (max-width:768px) and (min-width:600px) {
ol.lijst li {
	}
ol.lijst li p{
	font-size: 14px;
	}
ol {
	font-size: 14px;
	}
p	{
	font-size: 20px;
	}
.logo {
	max-width: 192px;
    max-height: 160px;
	}
.ContWrap {
    width: 100%;
	margin: 40px auto 0px auto;
	}
.Ans {
    width: 100%;
    margin: 10px 0px 0px 0px;
	}
#hidden {
	float: right;
	width: 30%;
	margin: 20px 5px 0px 0px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 14px;
	}	
}
@media screen and (max-width:900px) and (min-width: 768px) {
ol.lijst li {
	}
ol.lijst li p{
	font-size: 16px;
	}
ol {
	font-size: 16px;
	}
p	{
	font-size: 20px;
	}
.logo {
	max-width: 192px;
    max-height: 160px;
	}
.ContWrap {
    width: 800px;
	}
.Ans {
    width: 700px;
    margin: 30px 0px 0px 50px;
	}
#hidden {
	margin: 40px 50px 0px 80px;
	}
h3 {
	font-size: 16px;
	}
h2 {
	font-size: 20px;
	}
}
@media screen and (max-width:1200px) and (min-width:900px) {
ol.lijst li {
	}
ol.lijst li p{
	font-size: 16px;
	}
ol {
	font-size: 16px;
	}
p	{
	font-size: 20px;
	}
.logo {
	max-width: 192px;
    max-height: 160px;
	}
.ContWrap {
    width: 800px;
	}
.Ans {
    width: 700px;
    margin: 30px 0px 0px 50px;
	}
#hidden {
	margin: 40px 50px 0px 80px;
	}
h3 {
	font-size: 16px;
	}
h2 {
	font-size: 20px;
	}
}