/*Special_ID-Anpassungen*/

/*formular*/

.no-js #contactform {
	display: none;
}

#contactform {
	margin-top: 80px;
	color: #666;
}
#contactform h3 {
	margin-bottom: 30px;
	text-align: center;
}
#contactform .field {
	margin: 5px 0;
	width: 100%;
}
#contactform .field.privacy INPUT {
	margin-right: 5px;
}
#contactform .field.privacy INPUT:hover {
	cursor: pointer;
}
#contactform .field.privacy span {
	position: relative;
	top: -2px;
	font-size: 12px;
}
.success_mail H3,
.noscript_mail H3 {
	padding: 50px 4%;
	background: #f7f7f7;
}