body,html{
	margin:0 auto;
	font-family:Open Sans;
	background:url(img/bg.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.sec, .thr, .form, .ergebnis{
	display:none;
}

.content{
	width:990px;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	color:#fff;
}
.content h2{
	margin:0;
	font-size:60px;
	font-weight:300;
}

.content .frage{
	padding:10px;
	background:#fff;
	color:#000;
	width:200px;
	height:85px;
	border-radius:10px;
	margin:0 auto;
	padding-bottom:0;
	margin-top:25px;
}
.content .frage strong{
	font-size:18px;
}
.content .frage .dot{
	font-size:100px;
	line-height:0;
	margin-top:20px;
	display:inline-block;
}
.content .frage .dot.active{
	color:#ff8a34;
}

.content .q{
	margin-top:40px;
}
.content .q h1{
	font-weight:300;
	margin-bottom:20px;
	text-shadow: 0px 0px 15px black;
}
.content .q img{
	border-radius:90px;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	cursor:pointer;
	width:250px;
	height:400px;
}
.content .q .snapgirl{
	display:none;
}
.content .q.hover figure{
	display:inline-block;
}
.content .q.hover figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.content .q.hover figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	z-index:999;
}

.load1, .load2, .load3, .load4{ font-size:18px; display: none; margin-bottom:10px; margin-top:10px;}
.load1 img, .load2 img, .load3 img, .load4 img{ width:30px; }
.result{
	display:none;
}

.ergebnis, .form{
	background: #fff;
    padding: 15px;
    color: #000;
    width: 510px;
    margin: 0 auto;
	margin-top:20px;
}

.form h1{
	margin:0;
	font-size:30px;
}
.ergebnis .register{
	background:#ff8a34;
	padding:10px;
	width:90%;
	margin:0 auto;
	border:none;
	color:#fff;
	font-size:20px;
	margin-top:-25px;
}



form{
	text-align:left;
	padding:25px;
}
form .btn{
	background:#ff8a34;
	border:none;
	margin-top:15px;
	float:none;
	padding:10px;
	font-size:16px;
}
form .btn:hover{
	background:#ff8a34;
}





@media only screen and (max-width:480px){
	
	.content{
		width:100%;
		padding-top:10px;
	}
	.content .logo{
		width: 250px;
		margin: 0 auto;
	}
	.content .logo img{
		width: 60px;
		float: left;
	}
	.content .logo h2{
		font-size: 35px;
		margin-top: -10px;
	}
	
	.content .q h1{
		font-size:28px;
	}
	.content .q img{
		width:110px;
		height:300px;	
		object-fit:cover;
		margin-left:3px;
		margin-right:3px;
	}
	
	.ergebnis, .form{
		width:95%;
		margin:0 auto;
		margin-top:20px;
	}
	
	.load1, .load2, .load3, .load4{
		font-size:12px;
	}
	
	.form h1{
		font-size:22px;
		margin-top:0;
	}
	
}