@charset "utf-8";

.container {
	width: 80%;
	max-width: 1280px;
	margin: 20px auto;
	border-radius:3em;
}

.header {
	margin: 20px auto;
	border-top-left-radius:3em;
	border-top-right-radius:3em;
}

.schliessen {
	border-top-left-radius:3em;
	border-top-right-radius:3em;
	border-bottom-left-radius:3em;
	border-bottom-right-radius:3em;
	padding: 5px 5px 5px 5px;
	background: #ffc8a6;
	background-color: #ffc8a6;
}

#menue ul {
	width:100%;
}
	
#navi {
	alignment-adjust:central;
}

#fabo {
	float:right;
	margin-right:20px;
	top:20px;
}

.content {
	padding: 15px 15px 15px 15px;
}

.halb {
	width:48%;
}

figure {
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;
}
