/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/


body {
	color:#333;
	font-size: 15px;
    font-family: Arial, sans-serif;
	background:none!important;
}
#contactus fieldset {

	background: #fff; /* Old browsers */
	border:0;
}
#center{
	margin:0 auto;
	text-align:center;
}

h3 {
	font-family : Oswald;
	font-size: 1em;
	color:#999;
	padding:0px;
	margin:0px;
}
p
{
	font-family : Oswald;
	font-size: 1em;
	color:#333;
	margin-bottom:1em;
}

#contactus label {
	font-family : Arial, sans-serif;
	font-size:1em;
}

select {
	float: left;
	
	width: 50px;
	background: transparent;
	padding:7px;
	margin-bottom:10px;
	border : 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
select option  { padding-bottom:5px;
				
				  }


label {
	float: left;
	
	vertical-align: middle;
	
	position:relative;
}
.select label {
	float: left;
	padding:10px;
	vertical-align: middle;
	
	position:relative;
}
.check label {
	float: left;
	
	vertical-align: middle;
	
	position:relative;
}
.select_wohnung select{
	float: left;
	width:100%;
	vertical-align: middle;
	
	position:relative;
}
.select_wohnung label{
	float: left;
	padding:10px;
	vertical-align: middle;
	
	position:relative;
}
input[type=radio], input[type=checkbox] {
	display:none;

}
img {
	border:10px solid #fff;
	margin-bottom:10px;

}


input[type=radio] + label, input[type=checkbox] + label {

	
	background: url(../images/no.png) left no-repeat;    
    background-size: 20px; 
background-position: 10px ;

	border-color:#ccc;
	border:1px solid #ccc;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	padding:10px;
	padding-left:40px;

	
	display:inline-block;
	position:relative;
	overflow:hidden;
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	-o-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.3s ease-in-out;
}
input[type=radio]:checked + label, input[type=checkbox]:checked + label {

	background:#EBF4FA url(../images/Sign-Checkmark01-Green.png) left center no-repeat;    
    background-size: 30px; 
	background-position: 5px ;
	border-color:#888;
	border:1px solid #888;
	padding:10px;
	padding-left:40px;
	
	display:inline-block;
	position:relative;
	overflow:hidden;
		
}

#contactus input[type="text"] {
	
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #999;
    padding: 7px;
    border: 1px solid #999;
	
}
#calendar input[type="text"] {
	width:50%;
	margin-left:10px;
}
#contactus #scaptcha {
	width:60px;
	height:18px;
}
#contactus input[type="submit"] {
	float:none;
	width:50%;
	padding: 10px 10px;
	
	margin:0 auto;
	font-family : Oswald, Impact, sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	color: #fff;
	text-align: center;
	
	vertical-align: middle;
	cursor: pointer;
background: #6DB3F2;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#contactus textarea {
    height: 120px;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
}
#contactus input[type="text"]:focus, textarea:focus {
	color : #000;
	
	background-color :#EBF4FA;
	
}
.container {
width:100%;

	padding:0px;
	
	
	
	
}


#contactus .error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #900;
	background-color : #ffff00;
	float:left;
	text-align:left;
}
#contactus fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#contactus fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}
#contactus .short_explanation {
	font-family : Arial, sans-serif;
	font-size: 0.7em;
	color:#333;
	float:left;
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-family : Arial, sans-serif;
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}
