/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

/* Header */
body {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	font-family: Roboto;
	overflow: hidden;
}
.content{
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 3;
}
.large-header {
	background: url('../img/bg.png') no-repeat 0 50%;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: top left;
	z-index: 1;
}
.large-header canvas {
	position: relative;
	width: 100%;
	z-index: 2;
}
.large-header:after{
	content: "";
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.fullbgvideo{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.box{
	width: 50%;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin: 50px auto 0;
	background: rgba(255,255,255,.7);

}
.box input{
	display:block;
	width: calc(100% - 22px);
	opacity: .5;
	background: rgba(0,0,0,0.6);
	border: none;
	padding: 5px;
	margin: 5px 5px 20px 5px;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	transition: all 250ms;
}
.box input:focus{
	outline: none;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
.box label{
	opacity: .8;
	font-weight: 500;
	font-size: 13px;
	margin-left: 5px;
    text-align: left;
}
.input span{
	opacity: .8;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	margin-right: 10px;
	float: right;
}
.input [type=submit] {
	width: 97%;
}

.main-title {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	0px 8px 13px rgba(0,0,0,0.1),
	0px 18px 23px rgba(0,0,0,0.1);
	
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-transform: uppercase;
	font-size: 6vw;
	letter-spacing: 0.1em;
}
.footer{
	text-align:center;
	padding: 20px 0 20px 0;
	color: #fff;
	opacity: .8;
	font-weight: 300;
	z-index: 999;
	bottom: 0;
	position: fixed;
	left: 0px;
	width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.4+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

}
.footer a{
	text-decoration: none;
	color: #fff;
}

.main-title .thin {
	font-weight: 200;
}
.ergebnis{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	0px 8px 13px rgba(0,0,0,0.1),
	0px 18px 23px rgba(0,0,0,0.1);
	font-weight: 200;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-transform: uppercase;
	font-size: 4vw;
	letter-spacing: 0.1em;
}
.ergebnis span{
	font-weight: 500;
}
@media only screen and (max-width : 768px) {
	.main-title, 
	{
		font-size: 3em;
	}
	.box{
		width: 92%;
		padding: 5px;
	}
	.content {
	  width: 100%;
	}
}
@media only screen and (min-width : 1024px) {
	.main-title {
		font-size: 4vw;
	}
	.ergebnis{
		font-size: 2vw;
	}
}
*{
	outline: none;
}