
#contact-info{
	padding:30px 30px 30px 21px !important;
	}
#contact{
	width:100%;}
#contact-left{width:45%;min-width:450px;float:left;padding-right:2% !important;float:left;}
#contact-right{width:45%;min-width:300px;float:left;float:left;}
#contact-finish .g-recaptcha{
	padding-top:6px;
	}

	
.contact-field {
	padding-top:12px;
	}

.contact-field select{
	width:420px;
	height:27px !important;
	display:block;
	font-size:11pt;
	color:rgb(0,0,0);
	}
.contact-field #vorname, #nachname, #email, #nachricht{
	font-size:11pt; 
	font-weight:400 !important; 
	color:rgb(0,0,0);
	}
		
input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline:none;
  	background-color:rgb(255,255,255);
  	border-top:0px;
  	border-right: 0px;
  	border-bottom: 1px solid rgb(65,171,229);
  	border-left:0px;
  	padding: 6px 0px 3px 3px;
  	margin: 3px 1px 3px 0px;
  	display:block;
  	font-size:11pt;
  	font-weight:300 !important;
  	color:rgb(0,0,0);
	width:420px;
	}

textarea{
	height:280px;
	width:420px;
	border-radius:0px;
	color:rgb(0,0,0) !important;
	font-weight:300 !important;
	}
	
input[type=text]:focus, textarea:focus, input[type=text]:hover, textarea:hover{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	border-bottom:1px solid rgb(65,171,229);
	background-color:rgba(65,171,229,0.2);
	}

input[type="submit"]{
	height:48px;
	width:120px;
	margin-left:3px;
	border-radius:0px;
	background-color:rgb(255,255,255);
	border:0px;
	color:rgb(0,0,0);
	margin-top:18px;
	font-weight:400 !important;
	display:block !important;}
	
input[type="submit"]:active,input[type="submit"]:hover {
	height:48px;
	width:120px;
	margin-left:3px;
	border-radius:0px;
	background-color:rgb(65,171,229);
	border:0px;
	color:rgb(255,255,255);
	margin-top:18px;
	font-weight:400 !important;
	font-size:11pt;
	}

.erfolg {
	margin-top:18px;
	background-color:rgba(52, 152, 219,0.3); 
	height:48px;
	vertical-align:middle;
	padding:15px 15px 24px 15px;
	margin-bottom:21px;
	color:#3498db !important;
	font-size:11pt;
	font-weight:300 !important;
	}
	
.fail {
	margin-top:18px; 
	background-color:rgba(231, 76, 60,0.3); 
	height:48px;
	vertical-align:middle;
	padding:15px;
	margin-bottom:21px;
	color:#e74c3c !important;
	font-size:11pt;
	font-weight:300 !important;
	}
	
@media screen and (min-width: 470px){
	#contact-text{margin-left:15px;}
	select{width:420px;}
	textarea{width:420px;}
	#contact-finish{width:180px;}
	}
