/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */
@font-face {
        font-family: 'Open Sans', sans-serif;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100%, 100%;
	color: black;
	cursor: context-menu;
}

a{
text-decoration: none;
color: #CC1E1C;
}

#frage {
	margin-top: 2%;
	margin-left: calc(10% - 10px);
	text-align: center;
	color: white;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	width: 80%;
	background-color: #3F373F;
	padding: 10px;
}

#frage p{
	font-size: 16px;
	color: #3F373F;
}

#antwort{
	color: black;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	width: 79.2%;
	display: inline-block;
	padding: 10px;
	margin-bottom: 3px;
	text-align: center;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: default;
	margin-left: 10%;
}

#optionen {
	position: absolute;
	width: 80%;
	height: 100%;
	margin-left: calc(10% - 10px);
	top: 100px;
	text-align: center;
}

.op {
	background-color: lightgray;
	color: black;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	display: inline-block;
	padding: 10px;
	margin-bottom: 3px;
	text-align: center;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}

.op:hover {
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
}

.op:active {

-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.5);
box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.5);
}

#next {
	background-color: rgb(199, 40, 40);
	color: white;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	width: 50%;
	display: inline-block;
	margin-left: 40%;
	margin-top: 8%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}

#next:hover {
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.5);
}

#headline {
	position: absolute;
	background-color: #3F373F;
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 18px;
	width: 100%;
	height: auto;
	margin: 0px;
	top: 0px;
	left:0px;
	padding: 10px;
	padding-top: 12px;
}

#stepcounter {
	position: absolute;
	top: 560px;
	left: 12%;
	width: 100%;
	height: auto;
}
.step a{
color: white;
text-decoration: none;
}
.step{
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	padding-left: 25px;
	background-color: #677391;
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 3px;
	color: white;
}

#step1 {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

#step7 {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.btn {
font-family: 'Open Sans', sans-serif;
	width: 100%;
	border: none;
	font-size: 16px;
	color: black;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 500;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 3 */

.btn-3 {
	color: black;
}

.btn-3:hover {
	background: #ddd;
}

.btn-3:active {
	background: #ddd;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}


/* Button 3a */

.btn-3a {
	padding: 25px 25px 25px 25px;
	background-color: #8C878C;
}

.btn-3a:active {
	background-color: #ddd;
}

.btn-3a:before {
	background: rgba(0, 0, 0, 0.25);
}

/* Button 3e */
.btn-3e {
	padding: 25px 25px 25px 25px;
	overflow: hidden;
	width: 70%;
	background-color: rgb(204, 30, 28);
	margin-left: calc(15% - 50px);
	font-weight: 700;
	font-size: 24px;
	transform: scale(0.7);
	color: white;
}

.btn-3e:hover {
	background-color: rgb(204, 30, 28);
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 40%;
}

/* Button 3f */
.btn-3f {
	padding: 25px 25px 25px 25px;
	overflow: hidden;
	width: 70%;
	background-color: rgb(204, 30, 28);
	margin-left: calc(15% - 50px);
	font-weight: 700;
	font-size: 24px;
	transform: scale(0.7);
	color: white;
}

.btn-3f:hover {
	background-color: rgb(204, 30, 28);
}

.btn-3f:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3f:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3f:hover:after {
	width: 40%;
}


.icon-arrow-right:before {
	content: url(arrow-right.png);
}

.ytFrame{
	width: 560px;	
	height: 315px;
	margin-left:calc(50% - 280px);
}

@media only screen and (min-width: 320px){
	.ytFrame{
		width: 320px;
		height: 178px;
		margin-left:calc(50% - 160px);
	}
	
	.btn-3e{
		font-size: 24px;
		width: 115%;
		margin-left: -7%;
		height: 120px;
		margin-top: 50px;
	}
	
	.btn-3f{
		font-size: 24px;
		width: 115%;
		margin-left: -8%;
		height: 120px;
		margin-top: 150px;
	}
	
.icon-arrow-right:before {
		content: "";
	}
	
	#optionen{
		top: 150px;
	}
	
	#antwort{
		padding-top: 60px;
	}
	
}

@media only screen and (min-width: 520px){
	.btn{
		padding: 20px;
		font-size: 20px;
	}
	
	.ytFrame{
		height: 290px;
	}
	
	.btn-3e{
		font-size: 24px;
		width: 115%;
		margin-left: -8%;
		height: 120px;
		margin-top: 50px;
	}
	
	.btn-3f{
		margin-top: 50px;
	}
	
	.icon-arrow-right:before {
		content: url(arrow-right.png);
		transform: scale(1.5);
		top: 40px;
		right: 50px;
	}
	
	#headline{
		font-size: 24px;
	}
	
	#frage{
		font-size: 24px;
	}	
	
	#antwort{
		font-size: 24px;
		padding-top: 40px;
	}
	
	#optionen{
		top: 130px;
	}
	
.ytFrame{
	width: 520px;
	margin-left:calc(50% - 260px);
}
	
}

@media only screen and (min-width: 610px){
.btn-3e{
		font-size: 24px;
		width: 100%;
		margin-left: -10px;
		height: 120px;
		margin-top: 50px;	}
	
.ytFrame{
	width: 560px;
	margin-left:calc(50% - 280px);
}
	
	.btn-3f{
		margin-top: 20px;
	}
	
}

@media only screen and (min-width: 768px){
	.btn-3f{
		margin-top: -50px;
	}
}

@media only screen and (min-width: 1024px){
	.btn-3f{
		margin-top: -10px;
	}
}

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

}

