* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html { height: 100%; }

body {
	background: #111;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 22px;
	width: 100%;
}

img { border:0; }
strong { letter-spacing: 0.2px; }
p { margin-bottom: 10px; }

hr {
	border: 0;
	border-top: 1px solid #ddd;
	color: transparent;
	height: 2px;
	margin: 25px 0;
}

a:link, a:visited {
	color: #424241;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff9c00;
	text-decoration: underline;
}

#wrapper {
	height: auto;
	margin: 0 auto -80px auto; /*bottom even lang als #clearfooter*/
	min-height: 100%;
	width: 100%;
}

.topspace {
	width: 100%;
	height: 90px;
	display: block;
}


/* ------------------------------achtergrond--------------------------------- */

#inloggen_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#inloggen_bg div{
	width: 200%;
	margin-left: -50%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#inloggen_bg div img{
	width: 50%;
	min-width: 1600px;
	-ms-interpolation-mode: bicubic;
}


/* ------------------------------inloggen--------------------------------- */

#inloggen{
	background: #FFF;
	max-width: 300px;
	padding: 40px;
	margin: 0 auto 70px auto;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	z-index: 2;
	position: relative;
	min-width: 260px;
}

#inloggen .logo{
	width: 282px;
	height: 82px;
	display: block;
	margin: -8px auto 40px auto;
	background: url(../systeem/layout/images/sprite.png) no-repeat 0px -302px;
}

#inloggen label {
	color: #333;
	display: block;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin: 5px 10px 3px 0;
}

#inloggen input {
	border:1px solid #ddd;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	outline: none;
	line-height: 16px;
	margin: 0 0 20px 0;
	padding: 12px 9px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

#inloggen input#onecode_2f{
	width: 169px;
	padding: 14px 9px;
	margin: 10px 2px 0 0;
	vertical-align: top;
}

#inloggen .img_2f{
	display: block;
	margin: 20px auto 15px auto;
}

#inloggen input[type="checkbox"]{
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;
}

#inloggen input[type="checkbox"] + label{
	display: block !important;
	position: relative;
	margin: 0 0 20px 0 !important;
	padding-left: 38px;
	line-height: 30px;
	cursor: pointer;
	transition: all 0.25s linear;
}

#inloggen input[type="checkbox"] + label:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 3px;
}

#inloggen input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	display: block;
	top: 9px;
	left: 7px;
	width: 17px;
	height: 13px;
	background: url(../systeem/layout/images/sprite.png) no-repeat -308px -219px;
}

#inloggen button.inloggen{
	width: auto;
	display: inline-block;
	padding: 16px 14px 14px 16px;
	cursor: pointer;
	background: #FFBA00;
	border: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	border-radius: 4px;
	font-weight: bold;
	margin: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	line-height: 19px;
}
#inloggen button.inloggen:hover{ filter: brightness(96%); }
#inloggen button.inloggen:after{
	content: "";
	width: 12px;
	height: 19px;
	display: inline-block;
	background: url(../systeem/layout/images/sprite.png) no-repeat -335px -216px;
	vertical-align: middle;
	margin: -3px 0 0 12px;
}
#inloggen button.inloggen.inlogbutton_stap2{
	display: block;
	float: right;
	padding: 14px 12px 13px 12px;
	position: relative;
	z-index: 2;
}

#inloggen .wachtwoord-vergeten-toggle {
	display: inline-block;
	padding-top: 24px;
	text-decoration: none;
	float: right;
}

#inloggen .wachtwoord-vergeten-toggle:link, #inloggen .wachtwoord-vergeten-toggle:visited{
	color: #acacac;
}

#inloggen .wachtwoord-vergeten-toggle:hover, #inloggen .wachtwoord-vergeten-toggle:active{
	color: #ffba00;
	text-decoration: none;
}

#inloggen #wachtwoord-vergeten em {
	display: block;
	margin: 0 0 22px 0;
}

#inloggen #wachtwoord-vergeten strong{ display: inline-block; }

#inloggen #foutmelding {
	background: #fc9d96;
	color: #900;
	margin: 0 0 30px 0;
	padding: 15px 15px;
}

#inloggen #foutmelding strong { display: block; }


/* ------------------------------footer--------------------------------- */

#clearfooter {
	clear: both;
	height: 80px;
}

#footer {
	clear: both; 
	margin: 0 30px;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #333333;
	border-top: 1px solid rgba(255,255,255,0.15);
	height: 80px;
	font-size: 13px;
	box-sizing: border-box;
	color: #aaa;
	position: relative;
	z-index: 2;
	min-width: 300px;
}

#footer a:link, #footer a:visited{ color: #aaa; }
#footer a:hover, #footer a:active{ color: #FFBA00; }

#footer .links{ float: left; }
#footer .links div{ display: inline-block; }

#footer .rechts{ 
	float: right;
	width: 235px;
	height: 18px;
	background: url(../systeem/layout/images/sprite.png) no-repeat 0px -260px;
	text-indent: -3000em;
	margin-top: 3px;
}
#footer .rechts.en{
	width: 281px;
	background-position: 0px -281px;
}

#footer span { padding: 0 4px; }


/* ------------------------------responsive--------------------------------- */

@media all and (max-height: 750px){
	
	.topspace{ display: none; }
}

@media all and (max-width: 980px) {
	
	#footer{ height: auto; padding-bottom: 64px; min-height: 20px; }
	#footer .rechts{ position: absolute; left: 50%; bottom: 15px; margin-left: -117px; }
	#footer .links{ float: none; }
}

@media all and (max-width: 680px) {
	
	#wrapper:before{ height: 70px; }
	#inloggen{ margin-bottom: 50px; }
	#footer{ margin: 0 15px; }
}

@media all and (max-width: 400px) {
	
	#inloggen_bg, #wrapper:before, #clearfooter{ display: none; }
	
	#wrapper{ margin: 0 auto; min-height: auto; height: auto; }
	
	#inloggen { margin: 0; padding: 20px 20px 30px 20px; width: auto; max-width: none; }
	#inloggen .logo { margin: 10px auto 42px auto; text-align: center;}
	#inloggen input.inloggen{ padding: 14px 34px 13px 13px; background-position: -168px -106px; width: 107px; }
	
	#inloggen input#onecode_2f{ width: 100%; padding: 13px 9px 12px 9px; margin-right: -124px; border-right: 107px solid #fff; }
	#inloggen button.inloggen.inlogbutton_stap2{ border-radius: 0px 4px 4px 0px; padding: 12px 10px 12px 10px; font-size: 14px;  }
	
	#footer span { padding: 0 2px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5) {
	
	#inloggen .logo, #inloggen input[type="checkbox"]:checked + label:after, #inloggen button.inloggen:after, #footer .rechts {
	
		background-image: url(../systeem/layout/images/sprite@2x.png);
		background-size: 360px 400px;
	}
}