#ausgabe {

		float:right;
		color:white;

		}

#con1{
		display: circle;
		float:left;
		width: 25%;
		height:60%;
		margin: 100px auto;



}

#con3{
		float:right;
		width: 25%;
		height:60%;
		margin: 100px auto;
		}


body{
		background-image: url("../img/background.jpg");
		background-image: no-repeat;

}

}
#con5{
		right:100px;
		margin: 0px -100px;
		height:60%;
		width: 50%;


}
#img2{
		border-radius:15px;
		right:100px;
		margin: 0px 0px 100px;




}
#img1{
		border-radius:15px;
		right:100px;
		margin: 0px 0px 100px;




}
#main{
	position: absolute;
 top: 50%;
 left: 50%;
 width: 1000px;
 height: 1000px;
 padding: 20px;
 margin-left: -500px;
 margin-top: -500px;
 background: #fff;
 box-sizing: border-box;
 background-image: url("../img/background.jpg");

}



#con2{
	color:white;
	width:100%;
	height:20%;
	align-items: center;
}

footer{
		color:white;
		position: bottom;
		width:100%;
		height:20%;

}
#tiefer{
			align:center;
			width:100px;
			height:100px;
			border-radius:50%;
			border: 1px blue;

}
#höher{
	align:center;
	width:100px;
	height:100px;
	border-radius:50%;#
	border: 1px blue;
}
