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: 100px;
	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;
}

ul.a {
	list-style: none;
	max-width: 1500px
}

ul.a a {
	color: #000000;
	font-size: 20px;
	font-weight: 927;
	text-decoration: none;
	list-style: none;
	text-align: left;
	padding: 0;
	margin-left: 0;
}

div.woman {
	margin: auto;
	text-align: center;
	border: solid;
	border-width: 30px;
	border-color: white;
	width: 300px;
	outline: ridge;
	background-color: white;
	filter: drop-shadow(2px 2px 6px);
}

img {
	width: 100%;
	max-width: 900px;
	display: block;
	margin: auto;
}

ul.green {
	background-color: #abeda0;
}

ul.red {
	background-color: #eda0a0;
}

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


