body
{	color: #000000;
	background-color: #ffffff;
	font-size: 1em;
	font-family: Calibri, sans-serif;
	hyphens: auto;
	margin: 0;
	hyphens: auto;
}

img
{	max-width: 100%;
	margin-bottom: 5px;
}

a:link
{	color: #0000C0;
	text-decoration:none;
	outline: none;
}
a:visited
{	color: #0000C0;
	text-decoration:none;
	outline: none;
}
a:hover
{	color: #8080ff;
	text-decoration:none;
	outline: none;
}
a:active
{	color: #0000ff;
	outline: none;
	text-decoration:none;
}

input, textarea
{	font-family: Calibri, sans-serif;
	font-size: 1em;
	margin:3px;
 	border: none;
	background-color:#ffffff;
}


.Zentriert
{	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}


input
{	border: 1px #404040 solid;
}

.Navigation
{	position: fixed;
	top: 20px;
	left: 10px;
	width: 130px;
	padding: 5px;
	transition: opacity 0.5s ease-in;
}

.HH_Nav
{	position: fixed;
	top: 90px;
	right: 10px;
	padding: 0px;
	background-color: #C0CCD9;
	transition: opacity 0.5s ease-in;
	visibility: hidden;
	background: rgba(192, 204, 217, 0.8);	/* #C0CCD9 */
	box-shadow: 5px 5px 5px #999999;
	border-bottom: 2px solid #0040FF; 
	border-radius: 0 0 5px 5px;
}

.HH_Sym
{	font-size: 2em;
	font-weight: bold;
	color: #0000FF;
	width: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.Navigation h3
{	color: #000080;
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
}

.Navigation a
{	display: block;
	font-size: 1em;
	margin-top: 8px;
	padding:  3px 3px 3px 10px;
	background: rgba(192, 204, 217, 0.8);	/* #C0CCD9 */
	box-shadow: 5px 5px 5px #999999;
	border-bottom: 2px solid #0040FF; 
	border-radius: 0 0 5px 5px;
}

.Navigation a:hover
{	background-color: #ffffff;
}


a.Aktuell
{	background: rgba(240, 240, 240, 0.8);	/* #F0F0F0 */
}


.Inhalt
{	max-width: 533px; 
	min-width: 300px;
	padding: 0.5em;
	text-align: left;

	margin-left: auto;
	margin-right: auto;"
}

h1.Inhalt
{	font-size: 1.5em;
	width: auto;
}
 
h2.Inhalt
{	font-size: 1.2em;
}

p.Inhalt
{	font-size: 1em;
}


.platz
{	margin: 3em 0 3em;
}


.bobbel
{	float: left;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: radial-gradient(circle at 7px 7px, #FFFFE0, #8080FF);
	box-shadow: 3px 3px 3px #999999; 
	display: inline-block;
	margin-right: 1.5em;
}

.bobList
{	margin-top: 1em;
}

.bobList a
{	font-weight: bold;
}

.bobCont
{	margin-left: 3em;
}



.RandRechts
{	max-width: 150px;
	min-width: 10px;
}


/* Bilder aktivieren */

.message
{	position: fixed;
	width: 100%;
	display: flex; 
	justify-content: center;
	z-index: 10;
	background: rgba(240, 240, 240, 0.7);
}

.bild
{	object-fit: contain;
	height: 100vh;
}


.preload
{	width: 0px;
	height: 0px;
	border: 0px;
}


.Fusszeile
{/*	clear: both;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
	background-color: #C0CCD9;
	border: none;
	margin-bottom: 1em;
*/


/*	position: fixed;
	bottom: 4px;
	left: 50%;
	transform: translate(-50%, -50%); */

	margin: 0 auto 8px auto;

	max-width: 20em;
/*	display: block; */
	text-align: center;
	font-size: 0.9em;
/*	margin-top: 8px; */
	padding:  3px 3px 3px 10px;
	background: rgba(192, 204, 217, 0.8);	/* #C0CCD9 */
	box-shadow: 5px 5px 5px #999999;
	border-bottom: 2px solid #0040FF; 
	border-radius: 0 0 5px 5px;



}

.toTop
{	position: fixed;
	bottom: 40px;
	right: 5px;
	display: none;
	z-index: 5;
}


.Fussbereich
{	position: fixed;
	bottom: 0;
	width: 100%;
}
