/* @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;
}

#frage {
	margin-top: 15%;
	margin-left: 10%;
	text-align: center;
	color: black;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	width: 80%;
}

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

#optionen {
	position: absolute;
	width: 80%;
	height: 100%;
	left: 10%;
	top: 355px;
	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: 20%;
	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: 35%;
	width: 30%;
	text-align:center;
	height: auto;
	background-color: #CC1E1C;
	font-family: "Open Sans";
	color: white;
}
.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: 50%;
	background-color: rgb(204, 30, 28);
	margin-left: 25%;
	margin-top: 1%;
	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%;
}

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