/****** GRUNDKATEGORIEN ******/


header,
nav,
main,
article,
section,
aside,
footer {
	border-radius: 0px 0.5em 0.5em;
	border: 0px solid;
	padding: .5rem;
	margin: .5rem;
	}



body	{
	margin: 10px;
	margin-bottom: 20px;
	font-family: sans-serif;
	justify-content: center;
	background-color: #FFFAF0;

	max-width: 90em;

	}

article	{
	display: grid;
	grid-template-columns: repeat(auto-fill, 25em);
	gap: 5em;
	place-items: left;
	}


h1	{
	text-align: center;
	font-weight: bold;
	font-size: 220%;
	font-variant: small-caps;
	color: #008080;
	}

h2	{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	}


h3	{
	line-height: 2;
	border-top: 2px groove #008080;
	border-bottom: 1px dashed #008080;
	font-size: 110%;
	font-variant: small-caps;
	color: #008080;
	}


h4	{
	margin-top: 0;
	line-height: 2;
	border-bottom: 1px solid #008080;
	font-weight: normal;
	font-size: 110%;
	font-variant: normal;
	color: #008080;
	}


h5	{
	margin-top: 0;
	line-height: 1.3;
	font-weight: normal;
	font-size: 106%;
	font-variant: normal;
	color: #008080;
	}


p	{
	line-height: 1.4em;
	}


.mitte	{
	display: flex;
	justify-content: center;
	align-items: center;
	}


.rechts	{
	display: flex;
	justify-content: right;
	align-items: right;
	}

.quelle	{
	font-size: 80%;
	color: #808080;
	display: flex;
	justify-content: right;
	align-items: right;
	}

.place		{
	display: inline;
	text-align: left;
	}


a:link {
	color: #000000;
	}

a:visited {
	color: #000000;
	}

a:hover {
	background-color: #008080;
	color: white;
	}

a.topnav {
	display: block;
	padding: 2em;
	font-size:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	}

strong {
	font-weight: 600;
	font-variant: small-caps;
	}


blockquote {
	float: left;
	width: 200px;
	margin: 0 1em 1em 0;
	padding: 0.7em;
	color: #666;
	background-color: #FFE4C4;
	border-top: 0.8em solid #008080;
	border-bottom: 0.8em solid #008080;
	}

blockquote p {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.3em;
	}

blockquote cite {
	margin-top: 2;
	padding: 2;
	text-align: right;
	line-height: 1.3em;
	font-size: 0.9em;
	font-style: normal;
	color: #008080;
	}


/****** HEADER ******/


header	{
	margin-top: 20px;
	justify-content: center;
	align-items: center;
	align-self: center;
	text-align: center;
	}

img.logo	{
	float: right;
	margin-top: 0;
	}


/****** FOOTER ******/

footer {
	padding-bottom: 4em;
	align-self: flex-end;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	}


address {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	}


/****** NAVIGATION ******/

ul.navbar {
	z-index: 3;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	background-color: #FFE4C4;
	position: fixed;
	bottom: 0;
	width: 90%;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
}


ul.navbar li {
    float: left;
}

ul.navbar li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


li a.active {
	background-color: #008080;
	font-variant: small-caps;
	color: white;
}


ul.navbar li a:hover {
    background-color: #555;
    color: white;
}


ul.navbar li.right {
	float: right;
	}



ul.bodynav {
	list-style-type: none;
	margin: 0;
	padding: 0;

	column-count: auto;
	column-width: 14em;
	max-width: 60em; 
	gap: 2em;
	column-rule: 2px dotted #DEB887; 
	line-height: 1.3;

	background-color: #ffe4c4;
	width: auto;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}


ul.bodynav li {
    float: center;
}


ul.bodynav li a {
	display: block;
	color: #000;
	align: center;
	text-align: center;
	padding: 14px 25px;
	text-decoration: none;
}


ul.bodynav li a:hover {
    background-color: #008080;
    color: white;
}




ul.bodysubnav {
  	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffe4c4;
	width: auto;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}



ul.bodysubnav li a {
	display: block;
	color: #000;
	align: center;
	text-align: left;
	padding: 14px 25px;
	text-decoration: none;
}


ul.bodysubnav li a:hover {
    background-color: #008080;
    color: white;
}



p.pagenav	{
	display: block;
	padding: 10m;
	font-size:150%;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	word-spacing: 1.5em;
	}

a.pagenav	{
	text-align: center;
	text-decoration: none;
	}



nav.feinnav	{
	display: block;
	padding: 1em;
	background-color: #FFE4C4;
	column-width: 14em;
	gap: 2em;
	column-rule: 2px dotted #DEB887; 
	line-height: 1.2;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	}

nav.feinnav a {
    display: block;
    padding: 2px 2px;
    text-decoration: none;
}


/****** HAUPTINHALT ******/


section	{
	justify-content: center;
	align-items: center;
	}

<!-- Zeitleiste von https://wiki.selfhtml.org/wiki/Beispiel:CSS_Zeitstrahl.html -->



ul.zeitleiste	{
  list-style-type: none;
	}

ul.zeitleiste >li {
	margin-top: 3em;
	margin-left: 1em;
	List-style-type: none;
}

ul.zeitleiste h3 {
  margin: -2em 4em 0.5em;
}

ul.zeitleiste p {
  margin-left: 4.5em;
}

ul.subzeitleiste >li {
	List-style-type: disc;
	margin-left: 3em;
}



time {
	display: block;
	font-weight: bold;
	margin-left: -3em;
	width: 10em;
	text-align: left;
	vertical-slign: middle;

	line-height: 2;
	font-size: 110%;
	font-variant: small-caps;
}


p.aldus	{
	text-align: center;
	font-weight: bold;
	font-size: 250%;
	color: #008080;
	}

p.minialdus	{
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	color: #008080;
	}


ol.biblio li	{
	margin-bottom: 2em;
	}


/****** BILDER ******/


figure.vignette
	{
	place-items: center;
	}

figure.baustein
	{
	align: stretch;
	}

aside.rechts	{
	object-fit: contain;
	float: right;
	padding-left: 2em;
	}

aside.links	{
	object-fit: contain;
	float: left;
	padding-right: 2em;
	}

img.rechts	{
	object-fit: contain;
	float: right;
	padding-left: 2em;
	}

img.links	{
	object-fit: contain;
	float: left;
	padding-right: 2em;
	}


/****** MEDIA-QUERIES ******/


@media screen and (max-width: 600px) {
	body	{
	margin: 3px;
	margin-bottom: 5px;
	font-family: sans-serif;
	justify-content: center;
	}

	h1	{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	font-variant:small-caps;
	color: #008080;
	width: 100%;
	margin-bottom: 15em;
	}


	ul.navbar li.right, 
	ul.navbar li {float: none;}

	ul.navbar {
	float: left;
	width: auto;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	background-color: #FFE4C4;
	position: absolute;
	top: 10rem;
	max-height: 19rem;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	}

}


