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: 80px;
	color: #5c7200;
	font-weight: 900;
}

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

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

img {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

figure img{
	width: 250px;
}

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

figure {
	background-color: white;
	width: 250px;
	padding: 20px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	filter: drop-shadow(1px 1px 5px);
	
}

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

ul.in {
	background-color: #BDE094;
}

ul.out {
	background-color: #EDABA8;
}

footer {
	border-top: 1.5px solid black;
	max-width: 640px;
	transform: translate(3%);
	line-height: 2.5;
	margin-top: 6%;
	margin-bottom: 10%;
	
}

ul.in, ul.out {
	transform: translate(3%);
	padding-top: 10px;
	padding-bottom: 10px;
}