html {
	box-sizing: border-box;
	background: #f7f0d6;
}

*,
::before,
::after {
	box-sizing: inherit;
}

body {
	margin: 10px auto;
	max-width: 60em;
	font-family: sans-serif;
}

footer {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #A0A0A0;
}

header,
nav,
nav a,
nav p,
main{
	border-radius: 0px 0.5em 0.5em;
	border: 0px solid;
	padding: 10px;
	margin: 10px;
}


main p{
	line-height: 2em;
	text-align:justify;
}
main p.smaller{
	line-height: 1.5em;
	font-size: 0.8em;
	text-align: justify;
}

header {
	font-family: sans-serif;
	font-size: 1em;
}



h1{
	display: block;
    font-size: 2em;
    margin-top: 0.2em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
	font-weight: normal;
}

fl {font-size: 1.2em; font-weight: bold;}
fl::before, fl::after {content: ''}

nav {
	font-size: 2em;
	padding: 0;
	font-family: Gabriola;
	margin-top: -1em;
}

nav ul {
	padding: 0;
}

nav li {
	list-style: none;
	margin: 0;
}

nav a {
	display: block;
	padding: 0.5em 10px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	color: #333;
}

nav p {
	display: block;
	padding: 0.5em 10px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	color: #333;
	text-shadow: 5px 5px 5px #04c804;
}

nav ul a:hover,
nav ul a:active {
	color: #04c804;
}

main details summary:hover,
main details summary:active {
	color: #04c804;
}

blockquote p{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-style: italic;
}

blockquote p cite{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-style: normal;
	font-size: 0.8em;
}

details {
	margin-top: 1em;
}
details table, details p{
	padding-left: 3em;
}

details summary{
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}

details table{
	line-height: 2em;
}
details li{
	padding-bottom:1em;
}

main {
	display: block;
	min-width: 16em;
	/* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

@media (min-width: 32em) {
	/* mehrspaltiges Layout für breitere Viewports */
	
	nav {
		float: left;
		width: 8em;
	}
	main {
		margin-left: 18em;
	}
}
