@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}

*{
	margin: 0;
	font-family: Lato;
	font-size: 18px;
}

html{
	background: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper{
	width: 980px;
	max-width: 100%; /*responsive*/
	min-width: 320px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header{
	height: 130px;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffffff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

footer{
	clear: both;
	width: 960px;
	max-width: 100%; /*responsive*/
	height: 113px;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(51,51,51,0.5);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer p.terms-kvk-copy{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
}

footer p.terms-kvk-copy a{
	font-size: 14px;
}

#menu-icon{
	display: none;
	width: 30px;
	margin-top: 66.5px;
	cursor: pointer;
}

#responsive-menu{
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(137,193,235,0.95);
	z-index: 98;
}

#close-menu{
	float: right;
	margin: 20px 20px 0px 0px;
	font-size: 28px;
	font-weight: bold;
	color: #222452;
}

#responsive-menu a{
	color: #222452;
}

#responsive-menu ul{
	width: 100%;
	padding-left: 0px;
	list-style: none;
	margin: 70px 0px 0px 20px
}

#responsive-menu .submenu{
	margin: 15px 0px 0px 30px;
}

#responsive-menu ul li a{
	font-size: 20px;
	font-weight: 700;
}

#responsive-menu ul li{
	margin-bottom: 20px;
}

h1{
	display: inline-block;
	font-family: Lato;
	font-weight: normal;
	font-size: 30px;
	text-align: left; /*rest van website*/
	margin-bottom: 10px;
	color: #91cbf4;
}

h2{
	font-family: Lato;
	font-weight: normal;
	font-size: 24px;
	text-align: left; /*rest van website*/
	margin-bottom: 10px;
	color: #91cbf4;
}

p{
	font-family: Lato;
	font-size: 18px;
	color: #333;
}

.content ul{
	font-family: Lato;
	max-width: 635px;
}

.content li{
	font-size: 18px;
	margin-bottom: 10px;
}

a{
	color: #91cbf4;
	text-decoration: none;
}

button{
	-webkit-appearance: none;
    -moz-appearance: none;
   	appearance: none;
   	padding: 5px 5px 5px 5px;
   	background-color: #e5e5e5;
   	border: 0;
   	border-radius: 3px;
   	font-family: Lato;
   	font-size: 16px;
   	color: #555;
   	cursor: pointer;
   	outline: none;
}

button:hover{
	background-color: #ededed;
}

.content, aside{
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
}

aside{
	float: right;
	width: 225px;
}

aside button{
	display: block;
	margin: 0 auto;
}

#linkedin{
	height: 20px;
	margin-top: 2px;
}

.content h1{
	max-width: 635px;
}

.content p{
	width: 100%;
	max-width: 635px;
}

#logo-without{
	float: left;
	width: 331px;
	margin: 20.5px 0px 0px 0px;
}

#logo-adm{
	float: left;
	width: 331px;
	margin: 9px 0px 0px 0px;
}

.activities{
	float: right;
	width: 500px;
	margin-top: 38px;
	font-family: Lato;
	font-size: 25px;
	color: #91cbf4 !important;
}

.align-right{
	float: right;
	margin-right: 100px;
	font-family: Lato;
	font-size: 25px;
}

.mini-cooper-big{
	position: relative;
	display: block;
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 3px;
}

.mini-cooper-small{
	float: right;
	position: relative;
	top: -10px;
	right: -10px;
	height: 150px;
	margin-bottom: -10px;
	border-top-right-radius: 3px;
}

.terms, .kvk{
	margin-right: 20px;
	font-size: 16px;
}

#map{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	z-index: 1;
	pointer-events: scroll;
}

form{
	float: left;
	margin-top: 20px;
	width: 555px;
	height: auto;
}

#formSent{
	display: none;
	float: left;
	margin-top: 20px;
	width: 100%;
	height: 615px;
}

#formSent p{
	display: block;
	margin: 0 auto;
	margin-top: 272px;
	width: 269px;
	color: #2ecc71;
}

#formSent button{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 177px;
}

#activity{
	display: inline-block;
	width: auto;
	margin: 0px;
}

#activity p{
	display: inline;
	text-align: left;
}

#contact-select{
	display: inline;
	margin-left: 10px;
	font-size: 16px;
	border: solid 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	outline: none;
}

label{
	float: left;
	clear: left;
	width: 160px;
	margin-bottom: 10px;
}

label[for="number"]{
	clear: none;
	margin-left: 20px;
	width: 127px
}

label[for="city"]{
	clear: none;
	margin-left: 20px;
	width: 72px;
}

input{
	float: left;
	border: solid 1px rgba(0,0,0,0.15);
	outline: none;
	font-size: 16px;
	border-radius: 3px;
	-webkit-appearance: none;
    -moz-appearance: none;
   	appearance: none;
   	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#company, #name, #function, #street, #city{
	width: 200px;
}

#postcode{
	width: 62px;
}

#number{
	width: 40px;
}

#telephone{
	width: 112px;
}

#email{
	width: 250px;
}

textarea{
	float: left;
	resize: none;
	outline: none;
	width: 389px;
	height: 300px;
	border: solid 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	font-family: Lato;
	font-size: 16px;
	-webkit-appearance: none;
    -moz-appearance: none;
   	appearance: none;
}

button#submit{
	float: right;
	margin-top: 10px;
}

#required-fields{
	float: left;
	margin-top: 10px;
	font-size: 14px;
}

#form-error{
	display: none;
	position: relative;
	float: right;
	top: 664.5px;
	width: 225px;
	height: 66px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
}

#form-error p{
	color: #e74c3c;
}

.website-by{
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 7px;
	text-align: right;	
}

.website-by a{
	font-size: 10px;
	opacity: 0.8;
}

#landingpage-ipm{
	min-width: 635px;
}

/*landing page*/
#und-con{
	margin: 20px 0px 20px 0px;
	padding: 20px;
	background-color: #ffffff;
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 3px;
}

/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:fixed;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}