/*= Formular */
form {
	float:none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
fieldset.personalData h1,
fieldset h3{
	padding-left:18px;
	padding-top:18px;
}

fieldset.personalData h1{
	font-family: 'Merriweather', serif, Calibri, Arial, sans-serif;
	color:#FFFFFF;
	font-size:45px;
	margin-bottom:5px;
	padding-top:40px;
	
}
fieldset { 
	padding:0 0 35px 0;
	background-color: #84D0F5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0;
	width:100%;
} 
fieldset.personalData { 
	background: #9cd9f7;
	display:block;
	margin-top: 20px;
	width:100%;
} 
fieldset textarea{
	width:95%;
}
fieldset.error { 
	background: #e4f0ff;
}

.formBox div {
	padding-left:20px;
	width:auto;
}
.formBox .errorMsg {
	float:left;
	margin:0 0 20px 0;
	padding:15px 0;
	width:100%;
	border-width:1px 0;
	border-style: solid;
	border-color: #E00 #FFDCE5;
	color:#E00;
	background-color:#FFDCE5;
}
.formBox .errorMsg span {
	display:block;
	padding:0 10px 0 50px;
}
div#description{
	font-size:15px;
	padding:0 18px 30px 18px;
}
label { 
	float:left;
	line-height:125%;
	width:300px;
	cursor: pointer;
	display:inline-block;
}
div.g-recaptcha{
	margin-left:-40px;
	width:auto;
}
input,
select {
	height:20px;
	padding:0;
	width:248px;	
	background:#FFF;
	font-size:14px;
	color: #555;
	outline:none;
	border:1px solid rgb(23,149,190);
  	border:1px solid rgba(23,149,190,.66);
  	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-o-transition-property: border-color;
  	-webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   -o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
select {
	width:250px;			
}
input {
  	text-indent:3px;
	width:90%;
}
input.small {
	width:30%;	
}
input.number {
	width:30%;
}
input.medium {
	width:57%;
}
.inputSpace {
	margin:0 5px 0 0;
}
em {
	display:inline-block;
	font-size:125%;
	font-weight: bold;
	color:#E00;
}
div.error  {
	color:#E00;
}
div.error input {
	border:1px solid #E00;
	color:#E00;
	background-color:#FFDCE5;
}

input.btnCancel, 
input.btnSend {
	float:left;
	font: bold 14px/1.25 Arial, sans-serif;
	margin:25px 0 0 0;
	width:90px;
	height:30px;
	font-weight: normal;
	color: #25aced;
	text-align: center;
	padding:0 0 1px 0;
	text-indent:0px;	
	border:1px solid #1795be;  
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
	background-color: #FFF;
}
input.btnSend  {
	float:right;
	color:#FFF;
	width:130px;	
	background: #009999;  	
	border:1px solid #fff;  	
 	-webkit-box-shadow: 1px 0 0 #009999, -1px 0 0 #009999, 0 1px 0 #009999, 0 -1px 0 #009999, 0 5px 10px -5px #009999;
  	-moz-box-shadow: 1px 0 0 #009999, -1px 0 0 #009999, 0 1px 0 #009999, 0 -1px 0 #009999, 0 5px 10px -5px #009999;
  	box-shadow: 1px 0 0 #009999, -1px 0 0 #009999, 0 1px 0 #009999, 0 -1px 0 #009999, 0 5px 10px -5px #009999;
}

input:active, 
input:hover, 
input:focus {
	border:1px solid rgb(23,149,190);
  	border:1px solid rgba(23,149,190,1);
	-moz-box-shadow: 0 0 5px rgba(23,149,190,.75);
 	-webkit-box-shadow: 0 0 5px rgba(23,149,190,.75); 
  	box-shadow: 0 0 5px rgba(23,149,190,.75);
}

input.btnCancel:hover,
input.btnCancel:active,
input.btnCancel:focus, 
input.btnSend:hover,
input.btnSend:active,
input.btnSend:focus {
	-webkit-outline:none; 
  	-moz-outline:none; 
  	outline:none; 		
}
input.btnSend:hover,
input.btnSend:active,
input.btnSend:focus {
  	border:1px solid rgba(255,255,255,1);  
  	-moz-box-shadow: 1px 1px 2px #009999, -1px 1px 2px #009999, 1px 1px 2px #009999, 1px -1px 2px #009999, -1px -1px 1px 1px #009999;
  	-webkit-box-shadow: 1px 1px 2px #009999, -1px 1px 2px #009999, 1px 1px 2px #009999, 1px -1px 2px #009999, -1px -1px 1px 1px #009999;
  	box-shadow:1px 1px 2px #009999, -1px 1px 2px #009999, 1px 1px 2px #009999, 1px -1px 2px #009999, -1px -1px 1px 1px #009999;
}

.formBox div.buttons {
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	width:90%;
	position:relative;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; } 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
div.g-recaptcha{
	margin-top:20px;
}
@media screen and (min-width: 450px) {
	label { 
	float:left;
	line-height:125%;
	width:400px;
	cursor: pointer;
	display:inline-block;
}
}

@media screen and (min-width: 500px) {
	form,
   fieldset,
   #personal Data{
		width:400px;
	}
	
	form {
		margin-left: auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	label {
		width:325px;
		display:inline-block;	
	}
	
	.formBox #description,
	.formBox div.buttons {
		width:90%;
	}
	input {
  	width:90%;
}
input.small {
	width:85px;	
}
input.number {
	width:155px;
}
input.medium {
	width:248px;
}
fieldset textarea{
	width:90%;
}
input.btnCancel  {
	width:120px;

}
input.btnSend  {
	width:180px;

}
}
@media screen and (min-width: 780px) {
	form,
   fieldset,
   #personal Data{
		width:750px;
	}
	fieldset.personalData h1,
fieldset h3{
	margin-left:25px;
	margin-top:25px;
}
label{ 
	float:none;
	line-height:200%;
	width:215px;
	cursor: pointer;
	margin-left:25px;
	display:inline-block;	
	}


input,
select {
	height:25px;
	padding:0;
	width:400px;	
	background:#FFF;
}
select {
	margin-left:243px;
}

input.small {
	width:90px;	
}
input.number {
	width:202px;
}
input.medium {
	width:300px;
}
.inputSpace {
	margin:0 5px 0 0;
}
fieldset textarea{
	width:55%;
	margin-top:15px;
}
div#description{
	margin-left:25px;
}
input.btnCancel{
	margin-left:25px;
	width:180px;
}
input.btnSend{
	margin-right:10px;
	width:200px;
}
div.g-recaptcha{
	margin-left:-18px;
	width:auto;
}
}
@-webkit-keyframes error {
   0% { -webkit-box-shadow: 0px 0px 10px rgba(255,0,0,0.1);  }
   50% { -webkit-box-shadow: 0px 0px 10px rgba(255,0,0,1);  }
   100% { -webkit-box-shadow: 0px 0px 10px rgba(255,0,0,0.1);  }
}

.error { 
	color: red; 
}

input.error {
	border: 1px solid #f00;
	background: #fff;
	border:1px solid rgb(255,0,0,);
  	border:1px solid rgba(255,0,0,1);
	-moz-box-shadow: 0 0 5px rgba(255,0,0,.75);
 	-webkit-box-shadow: 0 0 5px rgba(255,0,0,.75); 
  	box-shadow: 0 0 5px rgba(255,0,0,.75);
	font-weight: bold;
}

input.ok {
	border: 1px solid #009999;
	background: #fff url(../images/ok.jpg) right no-repeat;
}

