.contact_form {
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	max-width: 1920px;
}

#mail_header {
	width: 100%;
}


#sender_name {
	margin-bottom: 10px;
}

#sender_mail {
	margin-bottom: 10px;
}

#subject {
	margin-bottom: 10px;
}

#mail_content {
	clear: left;
	width: 100%;
	margin-bottom: 10px;
}

#mail_textarea {
	width: 100%;
}

.form_field {
	width: 100%;
}

#captcha_wrapper {
	float: left;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: left;
}

#captcha_img {
	float: left;
	vertical-align: middle;
	text-align: left;
	height: 80px;
}

#captcha_code {
	height: 80px;
}

#captcha_input {
	margin-left: 10px;
	vertical-align: middle;
	float: left;
}

#Dataprotection {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (min-width : 701px) {
	#sender_name {
		float: left;
		text-align: left;
		width: 33%;
	}

	#sender_mail {
		float:left	;
		text-align: center;
		margin-left: 1%;
		margin-right: 1%;
		width: 32%;
	}
	#subject {
		float: left;
		text-align: right;
		width: 33%;
	}

	#send_wrapper {
		float: right;
		text-align: right;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 700px) {
	#send_wrapper {
		clear: both;
		text-align: left;
		margin-bottom: 10px;
	}
}