body {
    background-color: #0067f6;
    height: 100vh;
    weight: 100vw;
}

#container {
    width: 100%;
    height: 33%;
    top: 16%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.auswahl 	{
	font-size: 1em;
	_padding-top: 5vw;	
	font-family: Arial, sans-serife;
	border-top: 3px solid #ff9f00;
    position: relative;
	line-height: 1.5;
	color: #fff;
	margin-right: 8vw;
	margin-left: 8vw;
padding: 4vw 7vw 1vw 25vw;
} 

ol 	{
	list-style-image: url("../media/stern_3.png");
		
} 

.back 	{
	font-size: .85em;
    position: relative;
	text-align: center;
	color: #ff9f00;
} 

.auswahl a:link {
    text-decoration: none;
    color: #fff;
}

.auswahl a {
    text-decoration: none;
    color: #fff;
}

.auswahl a:active {
  color: black;
}

.back a {
    text-decoration: none;
    color: #ff9f00;
}


.ball {
    color: #ff9f00;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-family: new times roman, serif;
}
.cover {
    position: absolute;
    background-color: #ff9f00;
    border-radius: 50%;    
}