/* Layout */

article {
	-webkit-flex-basis: 536px;
	flex-basis: 536px;
	margin-bottom: 64px;
}

/* Allgemeine Einstellungen */

h1 {
	font-size: 150%;
	margin: 1em 0 0.5em 0;
	text-align: center;
}

h2 {
	font-size: 125%;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
}

img {
	margin: 1em 1em 1em 1em;
	border-radius: 8px;
}

li {
	/*margin-left: 4em;*/
	margin-left: 2em;
	margin-bottom: 0.33em;
}

li:first-child {
	margin-top: 0.33em;
}

/* Besondere Einstellungen */

.angabe {
	text-align: center;
}

.absatz {
	text-indent: 2em;
}

.aufzaehlung {
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0;
}

.block {
	text-indent: -2em;
	margin-left: 2em;
}
