﻿form div {
	border: none;
    font-size: 1em;
    font-weight: 600;
}
fieldset {
	width: 99%;
	padding: 1em;
	color: rgba(0,0,0,1.00);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(lightgray));
}
legend {
	background: #edecec;
	padding: 0.6em;
	border: 1px solid lightgray;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 13px;
	border-radius: 3px;
	font-size: 1em;
    font-weight: 400;
}
label {
	width: 2.8em;
	font-size: .9em;
	display: inline-block;
	text-align: right;
	line-height: 2.45em;
    font-weight: 600;
   }
div#label:first-child {
	width: 8em;
	text-align: left;
	padding-top: 1.3em;
	vertical-align: top;
}
input, select {
	width: 32em;
	padding: 0.3em;
	border: 1px solid lightgray;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size: .9em;
    color: black;
}
textarea {
	width: 40em;
	padding: .3em;
	border: 1px solid lightgray;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:hover, select:hover, textarea:hover {
	background: #deeef9;
	border: 1px solid #555;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
input:focus, select:focus, textarea:focus {
	border: 1px solid lightgray;
	-webkit-box-shadow: 0 0 10px rgba(32,204,255,0.7);
	-moz-box-shadow: 0 0 10px rgba(32,204,255,0.7);
	box-shadow: 0 0 10px rgba(32,204,255,0.7);
	outline: none;
}
input#Nachname, Vorname, Betreff, email {
	width: 32em;
}
input#Telefon {
	width: 16em;
}
input#Intressent {
	width: 10em;
}
input#Datenschutz {
	margin-left: 1em;
}
.form_1 {
	width: 12em;
	margin: .2em 0 .3em 0;
}
.form_6 {
	margin: .2em 0 .3em 6em;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	border: none;
}
.form_check label {
	display: inline;
}
label[for^="anruf"] {
	display: inline;
}
.form_check input {
	margin-left: 7em;
}
input[type="submit"], input[type="reset"] {
	width: 10em;
	padding: 0.6em;
	background: #fafafa;
	border: 1px solid #aaa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(250,250,250)), color-stop(1, rgb(204,204,204)) );
}
input[type="submit"] {
	margin-left: 6em;
	margin-right: 0.2em;
	margin-top: 0.6em;
	font-weight: bold;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	border-color: #3a3;
	color: #3a3;
}
input[type="reset"]:hover, input[type="reset"]:focus {
	border-color: #f55;
	color: #f55;
}
input[type="submit"]:active, input[type="reset"]:active {
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.1, rgb(250,250,250)), color-stop(1, rgb(204,204,204)) );
}
.color {
	color: #F00;
}

@media screen and (max-width: 720px) {
fieldset {
	width: 100%;
	padding: .1em;
	background: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(lightgray));
	}
input, select, textarea {
	width: 22em;
	padding: 0.3em;
	border: 1px solid lightgray;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input#Nachname, Vorname, Telefon, Betreff, email {
	width: 15em;
}
input[type="submit"] {
	margin-left: 1em;
}
}
input[type="submit"] {
	margin-left: 8em;
}

input[type="reset"] {
	margin-left: 2em;
}
input#datenschutz {
	margin-left: 7.6em;
}