@charset "utf-8";
/* CSS Document */

/*Contact und Event*/
div#content_formular {
	margin:0 auto;
	padding-bottom:5px;
	z-index: 1;
}

div#content_formular h1 {

}


div#content_formular h4 {
	margin-left: 20px;
}

div#content_formular p {
	margin-left: 20px;
}

.formular {
	padding-top: 15px;
}

form {
	position: relative;
	min-height:800px;
	margin: auto 13%;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom:45px;	
	color: #444;
}

form h6 {
	margin-bottom: 20px;
}

form div.wwlbl {
	clear: both;
	height: 5px;
	width: 300px;
	margin-top: 10px;
}

.wwlbl_mass {
	clear: both;
	height:auto;
	width: 300px;
	margin-top: 10px;
}

form div.wwctrl input {
	height: 13px;
	width:310px;
	margin-bottom:15px; 
	padding:2px;
	background-color:#smoke;
}

div textarea {
	min-height: 300px;
	width:90%;
	margin-bottom:30px;
	background-color: #smoke;
	border-radius: 3px;
	border: solid 1px lightgray;
}

button {
	float: left;
	height:30px;
	width: 210px;
	margin-right:20px;
	margin-bottom:20px; 
	padding:2px;
	border-radius:5px;
	border-color:gray;
	background-color: #smoke;
	cursor: pointer;
}

form hr {
	clear: both;
	opacity: 0;
}

/*only Contact*/
#wwctrl_copy {
	margin-left:20px; 
	margin-bottom:30px; 

}

#receive-copy input {
	float: left;
	height:20px;
	width:20px;
	margin-bottom:20px; 
	padding:2px;
	border-radius:5px;
	border-color:#ef8015;
	background-color: #ffffff;
}

#receive-copy label {
	height:50px;
	width:250px;
	background-color: #ffffff;
}

#wwlbl_sent_message_gender {
	margin-top:5px;
	margin-bottom:2px;
}

#wwgrp_sent_message_gender label {
	height: 20px;
	width: 40px;
}

#wwgrp_sent_message_gender input {
	height:10px;
	width:10px;
	margin-right:10px;
}


/*--------------------*/

#sent_message_privacy {
	float: left;
	width: 23px;
}

#wwlbl_sent_message_privacy {
	clear: none;
    float: left;
    height: 70px;
    width: 80%;
    margin-left:10px;
    margin-top: 0px;
}

#wwlbl_sent_message_privacy  a {
	display: inline;
	color: red;
}

#wwerr_sent_message_privacy {
	width: 80%;
	margin-bottom: 15px;
}




/*errormessage*/

form div.wwerr {
	min-height: 5px;
	margin-top: 10px;
	margin-bottom:15px;
	width: 300px;
	color: #ef8015;
}

#wwerr_sent_message_firstname .errorMessage {
	clear: both;
}



/*-captcha------*/

div#wwgrp_sent_answer_image {
}

div#wwctrl_sent_answer_image {
	width: 210px;
	height: auto;
}


div#wwctrl_sent_answer_image img {
	border: 1px solid #cdcdcd;
	border-radius:3px;
}



div#wwctrl_sent_answer {
	margin-top: 20px;
	margin-bottom: 40px;
	
}

div#wwctrl_sent_answer input {
	width: 192px;
   height: 20px;
}



@media only screen and (min-width:2561px){
}
@media only screen and (max-width:2560px) {
}
@media only screen and (max-width:1920px) {
}
@media only screen and (max-width:1680px) {
}
@media only screen and (max-width:1600px) {
}
@media only screen and (max-width:1440px) {
}
@media only screen and (max-width:1366px) {
}	

@media only screen and (max-width:1280px) {
}


@media only screen and (max-width: 1200px) {
	form {
		margin:auto 7%;
	}
}

@media only screen and (max-width: 950px) {	

}


@media only screen and (max-width: 768px) {	

	/*Contact*/
	button {
		width:180px;
	}	
}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 618px) {			
	/*Contact*/
	button {
		width:200px;
	}
}

@media only screen and (max-width: 580px) {	
			
	/*Contact*/	
	button {
		height:35px;
		width:210px;
	}

}


@media only screen and (max-width: 568px) {	
	
	/*Contact*/	
	

	div textarea {
		width:90%;
	}
	
	button {
		width:90%;
	}
	
	#wwerr_sent_message_privacy {
    	height: 20px;
	}
}

@media only screen and (max-width: 480px) {

	/*Contact*/		
	form div.wwctrl input {
		width:80%;
	}

	.wwlbl_mass {
		width:80%;
	}
}

@media only screen and (max-width:360px) {
	
	
	
	form div.wwerr {
    	width: 270px;
	}
	
	form div.wwlbl {
		width: 270px;
	}
	
	div textarea {
    	width: 85%;
	}

}

@media only screen and (max-width: 320px) {	
}

















