h1{
	text-align:center;
	margin-bottom:20px;
}

h2{
	text-align:center;
	margin-bottom:10px;
}

.ueberschrift {
	text-align:center;
}

div  {
	border: 4px solid black;
    font-size: 18px;
	margin-left:20%;
	margin-right:25%;
	margin-top: 20px;
	margin-bottom:20px;
	box-shadow: 10px 10px 8px #888888;
	border-radius: 50px;
	
	padding: 30px;

	}

.container {
	display: flex;
	
    
    
	display: flex;
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
	

    
}

.item {
	width:100px;
	flex-grow:1;
	margin:0px;
	border:none;
	box-shadow:none;
	padding: 10px;
	
}
.item img {
	width:100%;
}


body {
		background-color:#c1c1c1;
		font-family:cursive;
	}

h1{
		color:#333333;
	}
img{
		border: 1px solid #cccccc;
		border-radius:30px;
	}
.haupt-navigation{
		list-style-type:none;
		display:flex;
		background-color:#333333;

	}
.haupt-navigation a{
		text-decoration:none;
		color:#ffffff;
		padding:150px;
		padding-bottom:150px;
	}
.haupt-navigation a:hover{
		color:grey;
	}
	
* {
    padding:0px;
    margin:0px;
}








