
html,
body {
    font-family: 'Arial';
    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;	
		opacity: 0.1;
	
	
    background: rgb(253, 197, 92);
background: -moz-linear-gradient(30deg, rgb(253, 197, 92) 40%, rgb(255, 224, 166) 100%);
background: -webkit-linear-gradient(30deg, rgb(253, 197, 92) 40%, rgb(255, 224, 166) 100%);
background: -o-linear-gradient(30deg, rgb(253, 197, 92) 40%, rgb(255, 224, 166) 100%);
background: -ms-linear-gradient(30deg, rgb(253, 197, 92) 40%, rgb(255, 224, 166) 100%);
background: linear-gradient(120deg, rgb(253, 197, 92) 40%, rgb(255, 224, 166) 100%);	}
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%;
		min-height: 500px;
    margin: 100px auto 50px auto;
    background: rgba(220, 220, 220, 0.8);
}
.Activated {
    background-color: #fe8c07;
    color: #FFF;
}
.logo {
    width: auto;
    height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
    max-width: 260px;
    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 50px;
}
b {
	font-weight: bold;
	}
p {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding: 40px 0px 0px 40px;
}
h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 15px 10px 15px;
}
h3 {
    padding: 2px 0px 0px 10px;
    font-size: 16px;
	color: #000;
    border-left: 1px solid #f3ad2f;
    font-weight: 400;
    margin: 30px 30px 0px 50px;
	line-height:20px;
}
.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 #f3ad2f;
    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: #f3ad2f;
    color: #FFF;
}
#hidden {
    width: 170px;
		height: 60px;
		font-size: 18px;
    margin: 40px 132px 0px 0px;
    float: right;
    background-color: #f3ad2f;
		color: #fff;
    border: #f3ad2f 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 h2{
	font-size: 18px;
}


.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: #f3ad2f;
    color: #FFF;
}
.Activated {
    background-color: #f3ad2f;
    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;
}