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;
}

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

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;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

figure img {
	width: 250px;
}

figure{
	background-color: white;
	width: 250px;
	padding: 20px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

figcaption{
	text-align-last: center;
}

ul a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.no-bullets{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav {
	background-color: #a1f796;	
	padding-top: 10px;
	padding-bottom: 10px;
	width: 560px;
}

.nav2 {
	background-color: #f79696;	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 59px;
	width: 560px;
}

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

.footer{
	border-top: 1.5px solid;
	padding-top: 20px;
	margin-bottom: 27px;
}


