/************************************************
== Kontakt
************************************************/
#kontakt-form {
	width: 100%;
}

fieldset {
	margin-bottom: 15px;
	border: none;
	padding: 15px 0;
}

legend {
	font-family: "champagne";
	font-size: 33px;
}

.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 #92977a;
	margin-bottom: 5px;
	font-size: 18px;
}

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

#kontakt-form .nachricht textarea {
	border: 1px solid #92977a;
	resize: vertical;
	font-size: 18px;
}

#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 #92977a;
	background: white;
	color: black;
}

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

#kontakt-form .button input {
	background: #997632;
	color: #cbd2b8;
	display: block;
	padding: 5px 0 0 30px;
	font-family: "champagne";
	font-size: 33px;
	line-height: 20px;
	cursor: pointer;
	border: none;
	margin-right: 20px;
}

#kontakt-form .button input:hover {
	background: #cc9e43;
	box-shadow: 0 0 2px #cc9e43;
}

#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 solid #cbd2b8;
	color: #cbd2b8;
	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;
}