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

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

legend {
	font-weight: bold;
	color: #01998f;
	font-family: "tex";
	padding: 0 5px;
	position: relative;
}

.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 #919191;
	margin-bottom: 5px;
	font-size: 16px;
}

#kontakt-form .input-area input:active,#kontakt-form .input-area input:focus {
	border-color: #01998f;
	outline: none;
}

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

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

#kontakt-form .nachricht textarea:active,#kontakt-form .nachricht textarea:focus {
	border-color: #01998f;
	outline: none;
}

#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 #919191;
	background: url("../images/bg3.jpg") left top repeat transparent;
}

#kontakt-form .captcha input:active,#kontakt-form .captcha input:focus {
	border-color: #01998f;
	outline: none;
}

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

#kontakt-form .button input {
	display: block;
	float: left;
	width: 450px;
	height: 55px;
	margin: 0 15px;
	background-color: #01998f;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	font-family: "tex";
	font-weight: bold;
	cursor: pointer;
	border: none;
	font-size: 17px;
	-webkit-box-shadow: 0 0 2px 0 #01998f;
	-moz-box-shadow: 0 0 2px 0 #01998f;
	box-shadow: 0 0 2px 0 #01998f;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

#kontakt-form .button input:hover,#kontakt-form .button input:focus {
	color: #020202;
	-webkit-box-shadow: 0 0 5px 2px #01998f;
	-moz-box-shadow: 0 0 5px 2px #01998f;
	box-shadow: 0 0 5px 2px #01998f;
	outline: none;
}

#kontakt-form .button input:active {
	color: #020202;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 2px #01998f;
	-moz-box-shadow: 0 0 5px 2px #01998f;
	box-shadow: 0 0 5px 2px #01998f;
	outline: none;
}

#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 h4{
	padding: 0;
	border: none;
}

.impressum-table textarea {
	background-color: #fff;
	border: 1px solid #919191;
	color: #919191;
	resize: vertical;
	-webkit-box-shadow: 0 0 2px #919191;
	-moz-box-shadow: 0 0 2px #919191;
	box-shadow: 0 0 2px #919191;
	padding: 2px;
	color: #020202;
}

.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;
}