body {
	color: #656565;
	line-height: 1.5;
	background-color: #e4e8d4;
	font-family: Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}

/* Für typografische Inhalte (Überschriften, Absatz, Liste, Figure und Footer): 
   Maximale Layoutbreite und im Browserfenster zentrieren */
h1,
h2,
p,
ul,
img,
figure,
footer {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 80px;
	color: #5c7200;
}

ul.nav {
	margin-left: 0;
	padding-left: 0;
	
	list-style: none;
}

ul.nav a {
	font-size: large;
	font-weight: bolder;
	text-decoration: none;
	color: black;
}

figure {
	max-width: 250px;
	padding: 10px;
	
	border: 1px solid grey;
	background-color: white;
	box-shadow: 5px 5px 10px grey;
}

figure img {
	width: 100%;
}

figcaption {
	padding: 10px;
	text-align: center;
}

h2 {
	font-size: 40px;
	line-height: 1.2;
	color: #96ba00;
	margin-top: 60px;
	margin-bottom: 0;
}

strong {
	color: #000000;
}

a {
	color: #009567;
}

img {
	display: block;
}

img.desk {
	width: 101%;
	max-width: 900px;
}

ul.pref_in {
	list-style: inside;
	padding: 10px 0 10px;
	background-color: #bbd587;
}

ul.pref_in li {
	padding: 0 10px;
}

ul.pref_out {
	list-style: inside;
	padding: 10px 0 10px;
	background-color: #e39898;
}

ul.pref_out li {
	padding: 0 10px;
}

footer {
	margin-top: 50px;
	margin-bottom: 50px;
	border-block-start: 1px solid black;
}




