/************************************************
== Kontakt
************************************************/
#kontakt-form {
	width: 100%;
	margin-bottom: 20px;
}

fieldset {
	padding: 15px;
	margin-bottom: 15px;
	border: 2px #fb9705 solid;
}

legend {
	font-weight: bold;
	background-color: #fb9705;
	padding: 5px 10px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

.input-area {
	float: left;
	width: 50%;
	display: inline;
}

.input-area .field-name {
	display: block;
}

#kontakt-form .clear {
	height: 0px;
	line-height: 0;
	clear: both;
}

.kontakt-form-success {
	color: #5B9B50;
}

.kontakt-form-error {
	color: #A73F1A;
}

.kontakt-form-default {
	color: inherit;
}

#kontakt-form .strasse,#kontakt-form .nachricht,#kontakt-form .email {
	width: 100%;
}

#kontakt-form .plz {
	width: 30%;
}

#kontakt-form .ort {
	width: 70%;
}

#kontakt-form .button {
	float: left;
	min-width: 10%;
	width: auto !important;
	width: 50%;
}

#kontakt-form .input-area input {
	width: 80%;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	font-size: 16px;
}

#kontakt-form .strasse input,#kontakt-form .email input,#kontakt-form .nachricht textarea {
	width: 100%;
}

#kontakt-form .nachricht textarea {
	border: 1px solid #ccc;
	resize: vertical;
	font-size: 16px;
}

#kontakt-form .ort input,#kontakt-form .vorname input,#kontakt-form .mobil input {
	width: 100%;
}

#kontakt-form .plz input {
	width: 80%;
}

#kontakt-form .captcha img {
	vertical-align: bottom;
}

#kontakt-form .captcha input {
	width: 100px;
	height: 28px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Courier;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	color: #0385b6;
}

#kontakt-form .kontakt-form-message {
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

#kontakt-form .button input {
	cursor: pointer;
	margin-right: 10px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #0385b6;
	padding: 5px 15px;
	font-size: 20px;
	font-family: "hillium", sans-serif;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#kontakt-form .button input:hover {
	background-color: #fb9705;
}

#kontakt-form ul.mandatory-fields {
	margin-left: 20px;
}

#kontakt-form .button {
	margin: 10px 0 0 0;
}

/************************************************
                   IMPRESSUM
************************************************/
.impressum-table {
	width: 100%;
	margin-bottom: 10px;
}

.impressum-table textarea {
	background-color: transparent;
	border: 1px dashed #777;
	color: #777;
	resize: vertical;
}

.impressum-table a img {
	border: none;
}

.impressum-table td {
	padding-bottom: 5px;
}

.impressum-table .impressum-label-field {
	font-weight: bold;
}

.impressum-table .section-19 td {
	padding-bottom: 20px;
}

.impressum-table textarea {
	width: 90%;
}

.impressum-table tr {
	vertical-align: top;
}