.kontakt {
	padding-bottom:1%;
}

.kontakt_zusatz { display:none; }

.kontakt_erlaeuterung {
	padding-top:1%; font-size: 70%;
}
.kontakt_stern { font-size: 80%; padding-top:-8px;
}

.kontakt_fieldset { 
	margin:0px; margin-left:0%; margin-right:10%; margin-top:0px;
	padding:2%; padding-bottom:3%;  padding-top:0%;
	border: 1px solid #5F6884; 
	box-shadow: 4px 4px 2px #ABACB5;
	border-radius:4px;
	-moz-border-radius:4px;  
}
.kontakt_legend {  }

form p {
	margin-bottom: 0%;
}

form p label {
	float: left;
	text-align:left;
	width: 100px;
	margin-top: 0px;
	cursor: pointer;
	color:#00233F;
	font-size: 100%;
}

/* Checkbox */

form p input {
	border: 0px dotted #7e7e7e;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-top: 1px;
	/* width: 80%; */
}

form p input[type="radio"] {
	text-align:left;
	color: #010760;
	margin-bottom:0%;
}

form p input[type="text"] {
	border: 1px dotted #7e7e7e;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	margin-top: 1px;
	width: 100%;
} 
  
form p textarea {
	border: 1px dotted #7e7e7e;
	margin-top: 1px;
	width: 100%;
	height: 90px;
}

form p select {
	width: auto;
	border: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	margin-top: 1px;
}


.kontakt_senden {
	text-align:left; padding:1%; padding-left:0%;
}

form div input#formInput_submit,
form div input#formInput_reset {
	width: 25%;
	border: solid 1px #010760;
	padding: 1%;
	color: #00233F;
	background:#FFFFFF;
	box-shadow: 4px 4px 2px #ABACB5;
	border-radius:4px;
	-moz-border-radius:4px;  
	cursor: pointer;
}
form div input#formInput_submit {
	margin-left:0%;
}
form div input#formInput_reset {
	 float:right; margin-right:0%;
}


/* ****************************************************************************** */
/* Smartphones                                                                    */
/* ****************************************************************************** */
@media 
only screen and (max-width:480px),
only screen and (device-aspect-ratio: 2/3),
only screen and (device-aspect-ratio: 40/71) {
	
	
form p input#formInput_submit,
form p input#formInput_reset { width: 40%; }
	 
}
