
.contactform {
	width: 100%;
	font-family: Verdana, Helvetia, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	float: none;
	}
	
.contactform #insideform {
	font-size: 0.90em;
	/*background-color: #CCCCCC;*/
	width: 100%;
	overflow: hídden;
	}

.contactform_inputblock {
	width: 98%;
	margin-left: 1%;
	float: none;
	}
	
.contactform_input_name {
	width: 35%;
	float: left;
	text-align: left;
	}
	
.contactform_input_data {
	width: 65%;
	margin-left: 35%;
	float: none;
	}
	
.contactform #select_service {
	width: 98%;
	margin-left: 1%;
	float: none;
	}
	
.select_service_listing {
	float: none;
	margin-left: 35%;
	}
	
.contactform_specialtext {
	font-size: 0.88em;
	}
	
.contactform_mandatory {
	font-size: 0.9em;
	color: #F00;
	font-weight: bold;
	}
	
	
.inputsizeshow {
	width: 100%;
	}
	

.wwwebsite {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}


/* für Tablets die Services nebeneinander */
@media only screen and (min-width: 30em) {

.inputsizeshow {
	width: 70%;
	}

 .contactform_input_name {
	width: 20%;
	}
	
.contactform_input_data {
	width: 80%;
	margin-left: 20%;
	}
 
 .select_service_listing {
	margin-left: 20%;
	}
	
	}