@charset "utf-8";

@import url("animate.css");

html{-webkit-text-size-adjust:none;}

html, body
{
	margin: 0 auto;
	height: 100%;
    font-family: 'Roboto', sans-serif;
	font-size: .9rem;
	line-height: 1.5;
	color: #000;
	background: url('../images/background-new.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
}

*
{
}
h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
}
h2 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #DDD;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.2rem;
}
#page
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	z-index: 1;
}

#logo
{
	display: none;
	width: 240px;
	height: 80px;
	margin: 20px auto;
	padding: 0;
	background: url('../images/logo-small.png') center top no-repeat;
	background-size: 100% auto;
}
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi)
{ 
	#logo
	{
		background: url('../images/logo-small-x2.png') center top no-repeat;
		background-size: 240px auto;
	}
}

#center
{
	float: left;
	display: inline;
	width: 400px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#center div.text
{
	float: left;
	display: inline;
	width: 360px;
	height: auto;
	margin: 0;
	padding: 20px;
	background: url(../images/web_bckg_center_2.png) center top no-repeat;
}

#center div.text.normal
{
	text-transform: none;
}

#center div.text p
{
	float: left;
	display: inline;
	width: 360px;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1;
}

#center div.text p.l2
{
	margin: 10px 0 10px 0;
	line-height: 1.5;
}

#footer
{
	width: 100%;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 7px 0;
	line-height: 20px;
	color: #808080;
	font-size: 11px;
	text-align: center;
	text-shadow: 1px 1px #FFF;
	border-top: 1px solid #DDD;
}
#footer a
{
	color: #808080;
	text-decoration: underline;
}
#footer a:hover
{
	color: #404040;
	text-decoration: none;
}






.line
{
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0;
	width: 340px;
	height: auto;
}
.line_notice
{
	margin: -26px 0 20px 0;
	padding: 15px 10%;
	width: 80%;
	height: auto;
	line-height: 1.4;
	background: #fcfcce;
	border-top: 1px solid #FC6;
	border-bottom: 1px solid #FC6;
}

/* algemene params */

img, a.img
{
	border: none;
	cursor: pointer;
}
.grey
{
	color: #666;
}
.lgrey, .na
{
	color: #999;
}
h1
{
	width: 100%;
	height: 30px;
	margin: 0 0 20px 0;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #0b983a;
}
fieldset
{
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
legend
{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: none;
}
label,
.left
{
	text-shadow:1px 1px #FFF;
}
.right
{
}
input
{
}
.input
{
}
.input:hover, .input2:hover
{
}
.input:active, .input:focus, .input2:active, .input2:focus
{
}
.button
{
}
.button:hover,.button:focus,.button:active
{
}

/* Stylesheet */


/* Imports */

/*
@import url(animate.css);
*/

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #0b983a;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #0b983a;
}

/* Basics */

#container {
	width: 400px;
	height: auto;
	margin: 80px auto;
	min-height: 280px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	
/*
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -220px;
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
*/
}

form {
	margin: 0 auto;
}
.line {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 0;
}
label {
	color: #777;
	display: inline-block;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 1.2rem;
	outline: none;
}

input[type=text],
input[type=email],
input[type=password] {
	color: #404040;
	padding-left: 2%;
	margin: 0;
	width: 98%;
	height: 36px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	/*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;*/
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	/*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;*/
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	/*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;*/
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type=checkbox] {
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

input[type=submit],
input[type=button] {
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	height: 36px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #0b983a;
	border-radius: 2px;
	border: 1px solid #0b983a;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=submit]:hover,
input[type=button]:hover {
	background-color: #404040;
	border-color: #404040;
}

input[type=submit]:active,
input[type=button]:active {
	background-color: #404040;
	border-color: #404040;
}
.button:disabled {
	cursor: not-allowed;
	border-color: #999;
	background-color: #999;
	color: #DDD;
}

/* loading .. wachten */

#laden {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/web_bckg_white.png) repeat;
	z-index: 1;
}
#wachten {
  left: 50%;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 170px;
}
#wachten .bal1 {
  background: #38d368;
  border-radius: 5px;
  display: block;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: along;
  -webkit-animation-timing-function: linear;
}
#wachten .bal2 {
  background: #508ec3;
  border-radius: 5px;
  display: block;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: along;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: -1s;
}
#wachten ul {
  margin: 0;
  padding: 0;
}
#wachten li {
  background-color: #00bff3;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  height: 10px;
  width: 30px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: around;
  -webkit-animation-timing-function: linear;
}
#wachten li:nth-child(1) {
  -webkit-animation-delay: 0s;
}
#wachten li:nth-child(2) {
  background-color: #82ca9c;
  -webkit-animation-delay: 0.2s;
}
#wachten li:nth-child(3) {
  background-color: #f69679;
  -webkit-animation-delay: 0.4s;
}
#wachten li:nth-child(4) {
  background-color: #acd373;
  -webkit-animation-delay: 0.6s;
}
#wachten li:nth-child(5) {
  background-color: #959595;
  -webkit-animation-delay: 0.8s;
}
@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes along {
  0% {
    left: 0;
    top: 5px;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 5px;
  }
  15% {
    top: 3px;
  }
  20% {
    top: 5px;
  }
  25% {
    top: 3px;
  }
  30% {
    top: 5px;
  }
  35% {
    top: 3px;
  }
  40% {
    top: 5px;
  }
  45% {
    top: 3px;
  }
  50% {
    left: 100%;
    top: 5px;
  }
  100% {
    left: 100%;
  }
}

/* misc */

.ac {
	text-align: center;
}
