.container
{	position: relative;
	width: 100%;
	height: 500px;

	border: 2px solid #00A295;
	border-radius: 20px;
}

.box
{	position: absolute;
	width: 43%;
	height: 30%;
	font-weight: bold;
	margin: 0 10px 0 10px;
}

.red
{	color: red;
}

.kreis
{	top: 50%;
	left: 33%;
	width: 150px;
	height: 150px;
	background-color: #00A295;
	color: #FFFFFF;
	font-size: 1.2em;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.bildmittig
{	position: absolute;
	top: 10px;
	left: 45%;
	transform: translateX(-50%);
}

.bahnmittig
{	position: absolute;
	top: 10px;
}

.mittig
{	position: absolute;
	top: 70px;
	text-align: center;
}

.oben
{	top: 0;
	left: 55%;
	transform: translateX(-50%);
}

.oben-links
{	top: 28%;
	left: 0;
}

.oben-rechts
{	top: 28%;
	right: 0;
}

.unten-links
{	bottom: 2%;
	left: 0;
}

.unten-rechts
{	bottom: 0;
	right: 0;
}
