/* formular */

#contact{
  background-color:#fff;
}

#contact:invalid{
	border: none;
}

#contact ul{
	list-style-type: none;
	color:#99bb00;
	margin-top:0px !important;
}

#contact li{
	display:inline-block;
	width:790px;
	height:100%;
	float:left;
	background-color:#fff;
	/*border:1px solid #333;*/
}

#contact li:last-child{
	font-style:italic;
	font-size:0.9em;
}

label{
	font-family:OpenSansSemibold;
	font-size:1.1em;
	color:#333;
}

input{
	color: #333;
	background-color: #ccc;
	border:0;
}
input:focus { 
	border: 1px solid #f00;
}

input::-webkit-input-placeholder {
	color:#fff;
	font-style:italic;
}

input::-moz-placeholder { 
	color:#fff;
	font-style:italic;
}

input:-ms-input-placeholder {
	color:#fff;
	font-style:italic;
}

#message{
	display: inline-block;
	background-color:#ccc;
	color: #333;
	resize: none;
	border: 0;
}

/* Placeholder formatieren in textarea */
#message::-webkit-input-placeholder {
	color:#fff;
	font-style:italic;
}
/* firefox 19+ */
#message::-moz-placeholder { 
	color:#fff;
	font-style:italic;
}
/* ie */
#message:-ms-input-placeholder {
	color:#fff;
	font-style:italic;
}

:invalid{
	border: 2px solid #f00;
}

#buttonsend{
	background-image: url(../images/send.fw.png);
	background-position: center;
    background-repeat: no-repeat;
	background-color:#fff;
	background-size: 100% auto;
    float:right;
	outline: none;
	border:0;
	cursor:pointer;
}

#vr{
	position:relative;
	background-color:#99bb00;
}

/***mobile**********************************************************/
@media only screen and (max-width: 640px) {
main{
	height:610px;
}

#contactform{
	width:100%;
	height:100%;
}

#contact{
  width:100%;
  height:100%;
}

#contact li{
	width:100%;
}

label{
	display: inline-block;
	margin: 10px 0 3px 20px;
}

input{
	width: 90%;
	height: 25px;
	padding-left:20px;
}

#message{
	padding-left:20px;
	width:90%;
	height: 200px;
}

#buttonsend{
	width:150px;
	height:45px;
	margin:30px 30px 0 0;
	background-size: 100% auto;
}

#vr{
	width:2px;
	height:500px;
	bottom:610px;
	left:55px;
}

}


/***tablet**********************************************************/
@media only screen and (min-width: 641px) and (max-width: 1008px) {	
main{
	height:680px;
}

#contactform{
	width:90%;
	position:relative;
	top:20px;
	margin: 0 auto;
}

#contact{
  width:100%;

}

#contact li{
	width:100%;
}

label{
	display: inline-block;
	margin: 20px 0 3px 30px;
}

input{
	width: 330px;
	height: 25px;
	padding-left:30px;
}

#message{
	padding-left:30px;
	width:90%;
	height: 200px;
}

#buttonsend{
	width:200px;
	height:80px;
	margin:10px 30px 0 0;
}

#vr{
	width:2px;
	height:500px;
	top:20px;
	left:55px;
}

}


/***desktop**********************************************************/
@media only screen and (min-width: 1009px) {
main{
	height:700px;
	top:85px;
}

#contactform{
	width:900px;
	height:600px;
	position:relative;
	top:50px;
	margin: 0 auto;
}

#contact{
  width:100%;
  height:auto;
}

#contact li{
	width:790px;
}

label{
	display: inline-block;
	margin: 20px 0 3px 30px;
}

input{
	width: 330px;
	height: 25px;
	padding-left:30px;
}

#message{
	padding-left:30px;
	width:750px;
	height: 200px;
}

#buttonsend{
	width:217px;
	height:67px;
}	

#vr{
	width:2px;
	height:530px;
	top:10px;
	left:55px;
}

}