body{
	font-family: arial;
	background: #ebeben;
	
}

.c0 {color:#000;}
.b0 {background:#000;}

.c1 {color:#ff6700;}
.b1 {background:#ff6700;}
.c2{color:#ebebeb;}
.b2{background:#ebebeb;}
.c3{color:#c0c0c0;}
.b3{background:#c0c0c0;}
.c4 {color:#Забеа5;}
.b4 {background:#Забеа5;}
.c5{color:#004e98;}
.b5{background:#004e98;}

	a{
		text-decoration:none;
	}
	
	.w100{
		font-weight:100;
	}
	
	.w900{
		font-weight: 900;
	}

#menu{
top:0;
left:0;
margin: 5px 20px;
padding: 5px 13px;
font-size: 30px;	
width: fit-content;
border-radius:50px;
position: fixed;
z-index: 10;
}

#name{
	position: fixed;
	top: 10px;
	left: 80px;
	font-size: 30px;
	font-weight: 900;
	z-index: 10;
}

nav{
	position: fixed;
	width: 100%;
	height: 90%;
	padding: 100px 5% 0 5%;
	top: 0;
	left:0;
	z-index: 9;
}


nav ul{
	margin:0;
	padding:0;
}

nav li{
	display: block;
	font-size: 20px;
	margin: 20px 0;
	border-radius: 50px;
	padding: 10px 18px;
	width: 200px;
}

section{
	padding: 60px 0;
}

#fragenCon,
.arena{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

.frage{
	font-size: 60px;
	margin: 0 0 20px 0;
}

#satz{
	margin: 20px;
	padding: 10px 25px;
	/*background: #f8f8f8;*/
	font-size: 22px;
	border-radius: 30px;
	min-height: 30px;
}

.option{
	margin: 20px;
	padding: 10px 25px;
	/*background: #f8f8f8;*/
	font-size: 22px;
	border-radius: 30px;
}

.option2{
	margin: 10px;
	padding: 10px 25px;
	/*background: #f8f8f8;*/
	font-size: 22px;
	border-radius: 30px;
	width: content-fit;
}


#bild{
	width: 150px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	height: 200px;
}

#bild img{
	width: 150px;
}


#suche{
	font-size: 20px;
	padding: 10px 18px;
	
}

audio{
	  display: block;
	margin: 0 auto;
	z-index: 5;
	position: relative;
	
}

#weiter{
	padding: 30px;
}


.titel{
	position: fixed;
	right: 20px;
	top:17px;
	font-weight: 900;
	font-size: 22px;
}

.weiter{
	text-decoration: none;
	font-weight: 900;
	border-radius: 50px;
	padding: 5px 10px 5px 10px;
}

.button{
	font-weight: 900;
	border-radius: 50px;
	padding: 10px 18px;
}

.top{
	position: sticky;
	top: 0px;
	padding: 70px 0 10px 0;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.textCenter{
	text-align: center;
}

.none{display:none;}