/*
	Farben mit suchen und ersetzen ändern:
	Set:                     bis 11/2020   12/2020
	Hintergrund:             whitesmoke    whitesmoke
	Hintergrund nav-bar:     aliceblue     linen
	Links:                   darkcyan      olive
	Titel und Überschriften: darkorange    darkred
	Restlicher text:         #606060       darkslategrey
*/


* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;      /* damit das IPhone den Text nicht so vergrößert */
	box-sizing: border-box;
}

header, footer, section, aside, nav, article {
	display: block;
}

@media print {
	body {
		background-color: white;
		margin-left: 12mm;
		margin-right: 8mm;
	}
}

div#container {
	position: fixed !important;
	width: 100%;
	max-width: 800px;
	min-width: 320px;
	top: 0px;
	bottom: 0px;
	left: 0px;
}

div#header {
	position: fixed !important;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 72px;
	padding: 0px;
	overflow: auto;
}

div#header-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
	background-color: whitesmoke;
	line-height: 32px;
	font-size: 16px;
	color: darkred;
	font-weight: 700;
	text-align: center;
	background-repeat: repeat-x;
	border-bottom: 1px solid grey;
}

div#nav-bar {
	position: fixed;
	top: 32px;
	left: 0;
	right: 0;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding: 0px 0em;
	background-color: linen;
	border-bottom: 1px solid grey;
}

div#content {
	position: fixed !important;
	top: 64px;
	height: calc(100% - 64px);
	left: 0px;
	right: 0px;
	padding: 6px 16px 0px 16px; /* oben, rechts, unten, links */
	overflow: auto;
}

body {
	color: darkslategrey;
	background-color: whitesmoke;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.5;
	clear: both;
	color: darkred;
}

.title {
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	color: darkred;
	padding: 1em 0px 0.5em;
	border-bottom-style: solid;
	border-width: thin;
}

h1 {
	margin: 1em 0em 0.5em 0em;        /* oben, rechts, unten, links */
	padding: 0.6em 0px 0em 0em;
	font-size: 1.20em;
	font-weight: 700;
	text-align: center;
	border-width: 1px;
	border-color: darkred;
	border-top-style: none;
	border-bottom-style: double;
}

h2 {
	margin: 0.8em 0em 0.3em 0em;        /* oben, rechts, unten, links */
	padding: 0em 0px 0em 0em;
	font-size: 1.10em;
	font-weight: 600;
	border-width: 1px;
	border-color: darkred;
	border-top-style: none;
	border-bottom-style: solid;
}

h3 {
	padding: 0.2em 0px 0.1em 0em;
	font-size: 1.02em;
	font-weight: 600;
}

p {
	margin: 0px;
	padding: 0.1em 0px;
	line-height: 1.4;
	font-size: 1.0em;
}

table {
	background-color: transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}

tr {
	border: none;
}

th, td {
	padding: 0.2em 0.5em 0.2em 0.5em;
	vertical-align: top;
	text-align: left;
}

ul {
	padding-left: 1em;
	margin-left: 0px;
}

li {
	padding: 0.2em 0px 0.2em 0.5em;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 1.4;
	font-size: 1em;
	margin-left: 1.5em;
}

a:link {
	color: rebeccapurple;
	text-decoration: none;
}

a:visited {
	color: rebeccapurple;
}

a:focus {
	color: rebeccapurple;
	font-style: italic;
}

a:hover {
	color: rebeccapurple;
	font-style: italic;
}

a:active {
	color: rebeccapurple;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
	text-align: center;
}

.nav li {
	display: inline;
	margin: 0px;
	padding: 0.25em 0.5em;
}

.nav a {
	font-size: 14px;
	color: rebeccapurple;
	text-decoration: none;
}

cite {
	font-style: italic;
	color: darkred;
}

.Anmerkung {
	font-size: 0.7em;
	color: #808080;
}

.zitat {
    font-style: italic;
    color: #FF9933;
}



.img-gallery {
	margin: 1em auto;
	text-align: center;
	display: inline;
}

.list-unstyled {
	padding-left: 0px;
	list-style: outside none none;
}

.list-inline {
	padding-left: 0px;
	margin-left: -5px;
	list-style: outside none none;
}

	.list-inline > li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
	}

.img-responsive-float-left {
	max-width: 100%;
	float: left;
}

.img-float-left {
	float: left;
	margin: 0em 1em 0.5em 0em;
}

.img-float-right {
	float: right;
	margin: 0em auto 0em 0.5em;
}

.img-responsive {
	border-width: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0;
	width: auto;
	max-width: 100%;
}

.img-responsive-left {
	border-width: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0;
	width: auto;
	max-width: 100%;
}

@media screen and ( max-device-width : 480px ) 
{
	.img-responsive-float-left {
		max-width: 100%;
		text-align: center;
	}

	.img-float-left {
		text-align: center;
	}
}
