html, body, div, span, p, h1,
a, img, ul, li,
fieldset, form, label,
table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
    font-size:20px;
	height:100%;
}
@media screen and (max-width: 1300px) {
    html {
        font-size:18px;
    }
}
@media screen and (max-width: 1200px) {
    html {
        font-size:16px;
    }
}
@media screen and (max-width: 1100px) {
    html {
        font-size:15px;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size:13px;
    }
}
@media screen and (max-width: 400px) {
    html {
        font-size:11px;
    }
}
ul {
	list-style: none;
}
a{
	text-decoration:none;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size:1em; /* 20px */
	color:#383838;
	line-height:1.8em;
	height:100%;
}

/* text */
.kop-klein {
	font-family: 'Quicksand', sans-serif;
	font-weight:300;
	color:#000;
	vertical-align:middle;
	text-align:center;
    font-size: 1.6em;
	line-height:1em;
}
.content-text{
	margin-top:2em;
	text-align:justify;
}
#ResetLink{
	font-size:0.8em;
	padding:1em 0;
	cursor:pointer;
}
.waitcursor {
    cursor:wait;
}
.pointercursor {
    cursor:pointer;
}
/* vlakindeling */
.site-wrapper {
	margin-left:auto;
	margin-right:auto;
	padding-left:2em;
	padding-right:2em;
	height:100%;
}
.content-wrapper {
	min-width:350px;
	width: 100% !important;  /* Firefox will set width as auto */
	margin-top:4em;	
	display: inline-block;
}
.square-center{
	display: block;
	width:auto;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.square-center-small{
	width:90%;
}
.input-section{
	max-width:350px;
	margin:auto;
	margin-bottom:3em;
	margin-top:3em;
}
.onzichtbaar{
	display:none;
}
/*top menu css*/
#header {
	min-width:350px;
	width: 100% !important;  /* Firefox will set width as auto */	
	text-align:right;
}
#menu{
	font-size:1em;	
	display:inline-table;
	text-align:left;
}
#menu li{
	display:inline;
	float: left;
}
.topbuttons{
	padding: 0em 2em;
    position: relative;
	display:inline-block;
	cursor: pointer;
	line-height:2.5em;
	margin-top:0.5em;
}
.topbuttons:hover {
    background-color: #42a3f4;
	color:#fff; 
}
.mRefs,.mRefs:hover,.mRefs:focus{
	color:#383838;
}
.hRefs,.hRefs:hover,.hRefs:focus{
	color:#5151ff;
}
 /* input fields */
input[type="text"], input[type="email"], input[type="password"]{
	background-image:none;
	background-color:#FFF;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;		
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	width:100%;
	height:2.5em;
	font-family:  "Lato", Verdana, Geneva, sans-serif;
	font-size:1em;
	padding-left:0.5em;
}
input[type="password"]{
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em; 
	border-top:none;
}
::-webkit-input-placeholder {
	font-family:  "Lato", Verdana, Geneva, sans-serif;
	font-size:1em; 
}
:-moz-placeholder { /* Firefox 18- */
	font-family:  "Lato", Verdana, Geneva, sans-serif;
	font-size:1em; 
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family:  "Lato", Verdana, Geneva, sans-serif;
	font-size:1em; 
}
:-ms-input-placeholder {  
	font-family:  "Lato", Verdana, Geneva, sans-serif;
	font-size:1em; 
}
/*buttons*/
.knop{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	outline: none;
	border: 0px solid #ffffff;
	border-top:0px;
	width:100%;
	height:2.5em;
	line-height:2.5em;
	font-size:1em;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
	padding-left:0.5em;
	vertical-align:middle;
	background-color:#42a3f4;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
.knop:hover{
	background-color:#128cf1;
}