body{
	margin: 0px;
	padding: 0px;
	min-width: 360px;
	border-top: solid 5px #e23e44;
	background-color: #f3f3f3;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

#header{
	height: 14vw;
	width: 100%;
	background-image: url('img/wallpaper.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#header_wrapper{
	width: 100%
}

#header img{
	margin-top: 3vw;
	margin-left: 3vw;
	height: 30px;
}

#body{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	opacity: 1;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}

#body article header{
	color: #656565;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}



#input_section{
	width: 275px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	display: block;

}
#input_area{
	width: 100%;
}

.input_span{
	display: block;
	box-sizing: border-box;
	width: 25px;
	padding: 4px 0px;
	font-size: 22px;
	float: left;
	color: #bbb;
}

.input{
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 4px 9px;
	border: 1px solid #aaa;
	font-size: 22px;
	width: 80px;
	float: left;
	text-align: center;
	color: #bbb;
}
.input:focus{
	border-color: #e23e44;
	outline: none;
}
#ref2{
	width: 65px;
}

#submit_button{
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
	background-color: #e23e44;
	border: 1px solid #e23e44;
	color: #fff;
	border-radius: 3px;
	outline: none;
}
#submit_button:hover{
	border: 1px solid #e23e44;
	background-color: #fff;
	color: #e23e44;
	cursor: pointer;
}
#submit_button:focus{
	border: 1px solid #11aa11;
	background-color: #fff;
	color: #444444;
	cursor: pointer;
}
#input_section p{
	text-align: left;
	margin: 0;
	margin-bottom: 5px;
	color: #656565;
	font-size: 12px;
}

#footer{
	text-align: center;
	font-size: 12px;
}
#footer a{
	color: #e23e44;
}


@media screen and (min-width: 500px){
	#body article header{
		font-size: 15px;
	}
	#header img{
	height: 40px;
	}
}




@media screen and (min-width: 700px){

	#input_section{
		width: 450px;
	}


	.input{

		padding: 6px 9px;
		font-size: 32px;
		width: 140px;


	}
	#ref2{
		width: 110px;
	}

	.input_span{
		width: 30px;
		padding: 6px 0px;
		font-size: 32px;
	}

	#submit_button{
		margin-top: 30px;
		margin-bottom: 50px;
		font-size: 24px;
		padding: 10px 20px;
	}

	#body article header{
		font-size: 18px;
	}

	#submit_button{
		font-size: 24px;
	}

	#header img{
	height: 50px;
	}

	#input_section p{
		font-size: 1em;
	}

	#footer{
		font-size: 1em;
	}

}




/*Style sobald Screen 1080px*/
@media screen and (min-width: 1080px) {

	#body{
		width: 1080px;
	}

	#body article header{
		font-size: 24px;
	}

	#header_wrapper{
		width: 1080px;
		margin: 0 auto;
	}
	#header img{
		margin-top: 40px;
		margin-left: 10px;
		height: 80px;
	}
	#header{
	height: 14vw;
	}


}