/* CSS Document */

.contact{
position:relative;
background-color: grey;
height: 100%;
}

.contact_head{
position:relative;
float:left;
height: 250px;
}
.contact_head table{
border-collapse:collapse;
}
.contact_form table button{text-align:center;}
@media screen and (min-width: 0px) and (max-width: 1040px)
{
	.contact_head{width: 98%; margin:0 auto;}
	.contact_head table{margin: 0 auto;}
	.contact_form{width: 98%; margin:0 auto;}
	.contact_form p{width: 98%; margin:0 auto;}	
	.contact_form table {width:98%;}
	.contact_form table input[type=text], textarea {width:100%;}
	.contact_form table input[type=email], textarea {width:100%;}
	.contact_form table input[type=digits], textarea {width:100%;}
	.style_contact_header{font-size: 1.3em; text-align:center;}	
}
@media screen and (min-width: 1040px)
{
	.contact_head{width: 50%;}
	.contact_head table{margin-left:50px;}	
	.contact_form{width: 48%;}
	.contact_form p{width: 98%;}	
	.contact_form table {width:100%;}
	.contact_form table input[type=text], textarea {width:100%;}
	.contact_form table input[type=email], textarea {width:100%;}
	.contact_form table input[type=digits], textarea {width:100%;}
	.contact_form table #send_mail{width:100%;}
	.style_contact_header{font-size: 1.8em;}
}
.contact_form{
position:relative;
float:left;
height: auto;
border-left:1px solid #ccc;
margin-bottom:8px;
padding-left:5px;
}
.contact_form table{
font-family: 'Ubuntu', sans-serif;
font-size: 0.8em;
font-weight: 400;
color:black;
}
.contact_form p{
padding:0;margin:0;
font-family: 'Ubuntu', sans-serif;
font-size: 0.9em;
font-weight: 400;
color:black;
}
#contact_maps{
	position:relative;
	float:left;
	width: 100%;
	height: 250px;
	text-align:center;
	opacity:0.5;
	margin-bottom: 10px;
}

#contact_maps:hover{opacity:1;}
#contact_maps iframe{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact_maps small{position: absolute;
top: 0;}
#send_mail{
float:right;
}


.style_contact_header{
font-family: 'Ubuntu', sans-serif;
font-weight: 700;
color:#C26900;
}
.style_contact_plain_text{
font-family: 'Ubuntu', sans-serif;
font-size: 1em;
font-weight: 400;
color:black;
}
.style_contact_main_text{
font-family: 'Ubuntu', sans-serif;
font-size: 0.9em;
font-weight: 300;
color:black;
}
