@font-face {
	font-family: 'Inter', sans-serif;
  src:
    local("Inter"),
    url("Inter.ttf");
}

body {
	background-color: #FDF0D9;
	background-repeat: no-repeat;
	background-size: 100vw, 100vh;
	overflow: hidden;
	color: #2f2f2f;
}

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

#optionen {
	margin-top: 3vh;
	margin-left: 10%;
  margin-right: 10%;
	width: 80%;
	height: 100%;
  display: none;
}

#optionen-mobile{
	margin: auto;
	width: 90%;
	height: 100%;
  display: block;
}

.no-op {
	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;
  border-radius: 15px;
}

.op {
	color: #2f2f2f;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	width: 100%;
	display: inline-block;
	padding: 3px;
	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;
  border-radius: 15px;
}

.op:hover {
  -webkit-box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.5); 
  box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.5);
  transition-timing-function: ease;
}

.op:active {
	-webkit-box-shadow: inset 0px 3px 20px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 3px 20px -5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 3px 20px -5px rgba(0,0,0,0.5);
}

#next {
	background-color: #F29D00;
	color: #f2f2f2;
	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);
}



#footer {
	background-color: #2f2f2f;
	font-family: 'Inter', sans-serif;
	color: #f2f2f2;
	font-size: 18px;
	width: 30%;
	height: 14px;
	margin: 0px;
  padding: 12px;
	align-items: center;
  border-radius: 15px;
}


#stepcounter {
  margin: auto;
  width: 180px;
  margin-top: 20px;
}

.step{
	width: 30px;
	height: 6px;
	border-radius: 6px;
	float: left;
}

#step1 {
	background-color: rgba(47, 47, 47,0.3);
  	margin-right: 10px;
    margin-left: 10px;
}

#step2 {
	background-color: rgba(47, 47, 47,0.3);
  	margin-right: 10px;
}

#step3 {
	background-color: rgba(47, 47, 47,0.3);
  	margin-right: 10px;
}

#step4 {
	background-color: rgba(47, 47, 47,0.3);
  	margin-right: 10px;
}

#step5 {
	background-color: rgba(47, 47, 47,0.3);
  	margin-right: 10px;
}

#step6 {
	background-color: rgba(47, 47, 47,0.3);
}


.btn {
	font-family: 'Inter', sans-serif;
	width: 100%;
	border: none;
	font-size: 16px;
	color: #2f2f2f;
	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: #2f2f2f;
}

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

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

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

.btn-3a {
	padding: 25px 25px 25px 75px;
	background-color: white;
}

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

.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: #F29D00;
	margin-left: 26%;
  margin-right: 25%;
	margin-top: 1%;
	font-weight: 700;
	font-size: 24px;
	transform: scale(0.7);
	color: white;
	border-radius: 15px;
}

.btn-3e:hover {
	background-color: #F29D00;
}

.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%;
}


@media only screen and (min-width: 700px) {
  #optionen{
    display: block;
  }
  
  #optionen-mobile{
    display: none;
  }
  
  .op{
    padding: 10px;
  }
  
  .op:hover{
    transform: scale(1.1);
  }
}
