
html,
body {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 13px;
    width: 100%;
    padding: 0;
	margin: 0;
    color: #333;
}
html {
	background-attachment: fixed;
	position: absolute;
}
body {
    margin: 0;    
} 
.b1 {
    
}
html:before {
    
	}

	?>
}
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: 100%;
    height: 100%;
    margin: 100px auto 0px auto;
    //background: rgba(220, 220, 220, 0.7);
}
.Activated {
    background-color: #fe8c07;
    color: #FFF;
}
.logo {
    width: auto;
    height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
    max-width: 270px;
    max-height: 200px;
    padding: 20px 0px 15px 0px;
}
/* text */
.copy {
	font-size: 14px;
	margin: 0px 0px -40px 10px;
	position:absolute; 
	bottom:0;
	}
b {
	font-weight: bold;
	color: #62b3fb	}
p {
	font-size: 30px;
	font-weight: 500;
}

h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    padding: 40px 0px 0px 40px;
}
h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 15px 10px 28px;
}
h3 {
    padding: 2px 0px 0px 10px;
    font-size: 18px;
	color: #000;
    border-left: 1px solid #1e73be;
    font-weight: 400;
    margin: 10px 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;
}
/* Button */

.Submit {
    width: 170px;
    margin: 0px 120px 0px 80px;
    float: right;
    background-color: #1e73be;
    color: #FFF;
}
#hidden {
	position: relative;
    width: 170px;
    color: #1e73be;
    border: #1e73be solid 1px;
    opacity: 0.3;
    transition: opacity 0.8s, background 0.2s, linear;
    cursor: default;
}
.button {
	margin: 60px 120px 0px 80px;
	height: 140px;
	}
.button:hover{
    text-decoration: none;
}
#hidden:hover {
    background-color: #1e73be;
    color: #FFF;
    text-decoration: none;
}
h2:hover{
text-decoration: none;
}
a:hover{
text-decoration:none;
}
.not-active {
    pointer-events: none;
    cursor: default;
}