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;
	max-width: 1000px;
}

h1 {
	font-size: 80px;
	color: #5c7200;
	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;
}

figure {
	
	background-color: white;
	padding: 20px 10px 0px ;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	box-shadow: 5px 5px 5px rgba(175, 178, 160, 0.91);	
	max-width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figcaption {
	text-align: center;
	font-size: auto;
	padding-block: 20px;
}

figure img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

img.desk {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}

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

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

ul.start a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0;
	
}

ul.in {
	background-color: rgba(103, 208, 0, 0.39);
	
}

ul.out {
	background-color: rgba(255, 90, 121, 0.39);
}