/* ESCHENHOF Gewinnspiel responsive CSS */

body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	background: repeat-x url('../images/eg_background.png') #dbeaca;
	font-size: 12px;
}

a {
	text-decoration: none;	
}

#wrapper {
	width: 100%;
}

.clear {
	clear: both;	
}

.header {
	width: 960px;
	height: 220px;
	margin: 0 auto;
	position: relative;
}

.header_logo {
	width: 	224px;
	height: 90px;
	float: left;
	background: no-repeat url('../images/logo.png');
	position: relative;
	top: 35px;
}

.title_wrapper {
	width: 960px;
	margin: 0 auto;	
}

.title_wrapper div {
	background: #e8e6df;
	color: #9e9b7d;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0 0 28px;
    padding: 28px;
	text-align: center;
}

.title_wrapper div span {
	font-size: 2em;	
}

.form_wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;	
}

.form_wrapper_data, .form_wrapper_checkboxes {
	float: left;
	position: relative;
	width: 960px;
}

.form_wrapper_data {
	margin: 0 0 20px 0;	
}

.form_wrapper_data ul {
	margin: 0;
	padding: 0;	
}

.form_wrapper_data ul li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
}

.form_wrapper_data label {
	width: 150px;
	float: left;
	display: block;
	line-height: 37px;
}

.form_wrapper_checkboxes div {
	clear: both;
	margin: 0 0 20px 0;	
}

.form_wrapper_checkboxes div p {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 0 5px 0;
	clear: both;
}

.from_wrapper_checkboxes_optional .fwco_div {
	width: 150px!important;
	float: left;
	position: relative;
	line-height: 32px;
	clear: none;
	margin: 0;
}

/*.form_wrapper_checkboxes div input[type="checkbox"] {
	float: left;
	position: relative;	
}

 .form_wrapper_checkboxes div label {
	display: block;
	float: left;
	position: relative;	
} */
	
.form_wrapper_checkboxes div input[type="text"] {
	border: 1px solid #84BA70;
	height: 30px;
	padding: 0 0 0 5px;
	width: 330px;
	position: relative;
	float: left;
}

.form_wrapper_checkboxes div textarea {
	width: 330px;
	resize: vertical;
	border: 1px solid #84BA70;
	position: relative;
	padding: 5px 0 0 5px;
	font-family: sans-serif;
	float: left;
}

.from_wrapper_checkboxes_optional {
	display: none;
}
	

.form_wrapper_data input[type="text"] {
	width: 330px;
	height: 30px;
	padding: 0 0 0 5px;
	float: left;
	border: 1px solid #84BA70;
}

.form_wrapper input[type="submit"] {
	padding: 1.15em 4.25em;
	border: 1px solid #84BA70;
	cursor: pointer;
	background: #f0f0f0;
	text-decoration: none;
	margin-bottom: 35px;
}

::-webkit-input-placeholder { color:#fff; }
::-webkit-textarea-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
:-ms-textarea-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }
textarea:-moz-placeholder { color:#fff; }

.erstespalte {
	width: 50px;
	vertical-align: top;
	padding: 15px 15px 15px 0;	
}

.zweitespalte {
	padding: 30px;
}

.myCheckbox input {
    display: none;
}

.myCheckbox span {
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/checkbox_unchecked.png");
}

.myCheckbox input:checked + span {
    background: url("../images/checkbox_checked.png");
}



@media only screen and (max-width : 1024px) {
	
	body {
		font-size: 60px;
		background: repeat-x url("../images/eg_background_big.png") #dbeaca;
		-webkit-hyphens: auto;
		 -moz-hyphens: auto;
		 -ms-hyphens: auto;
		 hyphens: auto;
	}
	
	.form_wrapper_data label {
		display: none;	
	}
	
	#wrapper {
		width: 800px;
		margin: 0 auto;	
	}
	
	.title_wrapper {
		width: 100%;
		margin: 0 auto;	
	}
	
	.title_wrapper div {
		font-size: 1em;	
	}
	
	.title_wrapper div span {
		font-size: 1.5em;	
	}
	
	.header {
		width: 100%;
		height: 419px;
		margin: 0 auto;
		position: relative;
	}
	
	.header_logo {
		width: 	700px;
		height: 281px;
		background: no-repeat url('../images/logo_big.png');
		position: relative;
		top: 35px;
		margin: 0 auto;
		float: none;
	}
	
	.form_wrapper {
		width: auto;
		padding: 0 60px 0 25px;	
	}
	
	.form_wrapper_data, .form_wrapper_checkboxes {
		width: 100%;	
	}
	
	
	
	.form_wrapper_data ul li {
		width: 100%;
		margin-right: 30px;
	}
	
	.form_wrapper_data input[type="text"] {
		border-radius: 5px;
		padding: 15px;
		margin: 0 0 15px 0;
		font-size: 60px;
		width: 100%;
		height: auto;
	}
	
	.form_wrapper_checkboxes div {

	}
	
	.form_wrapper_checkboxes div p {
		clear: both;
		width: 100%;	
	}
	
	.from_wrapper_checkboxes_optional .fwco_div {
		display: none;	
	}
	
	.form_wrapper_checkboxes div input[type="text"] {
		border-radius: 5px;
		padding: 15px;
		margin: 0 25px 15px 0;
		font-size: 60px;
		width: 100%;
		height: auto;
	}
	
	.form_wrapper_checkboxes div textarea {
		border-radius: 5px;
		padding: 15px;
		margin: 0 25px 5px 0;
		font-size: 60px;
		width: 100%;
		height: 350px;
		font-family: sans-serif;
	}
	
	.form_wrapper input[type="submit"] {
		width: 100%;
		font-size: 60px;	
	}
	
	::-webkit-input-placeholder { color:#444; }
	::-webkit-placeholder { color:#444; }
	::-moz-placeholder { color:#444; } /* firefox 19+ */
	:-ms-input-placeholder { color:#444; } /* ie */
	input:-moz-placeholder { color:#444; }
	
	::-webkit-textarea-placeholder { color:#444; }
	:-ms-textarea-placeholder { color:#444; } /* ie */
	textarea:-moz-placeholder { color:#444; }
	
	.erstespalte {
		width: 110px;	
	}
	
	.zweitespalte {
		margin-bottom: 20px;	
	}	
	
	.zweitespalte label {
		font-size: 45px;	
	}
	
	.myCheckbox span {
		width: 100px;
		height: 100px;
		display: block;
		background: url("../images/checkbox_unchecked_100.png");
	}
	
	.myCheckbox input:checked + span {
		background: url("../images/checkbox_checked_100.png");
	}

	.formError {
		left: 0!important;	
	}

	.formError .formErrorContent {
		background: none repeat scroll 0 0 #EE0101;
		border: 2px solid #DDDDDD;
		border-radius: 6px 6px 6px 6px;
		box-shadow: 0 0 6px #000000;
		color: #FFFFFF;
		font-size: 40px!important;
		min-width: 120px;
		padding: 20px!important;
		position: relative;
		width: 200px;
	}
		
	
}