/* css für HDR-Tagebücher*/

div#knrs_tagebuecher,
div#knrs_tagebuecher.kaicontent {
	position: relative;
	background-color: red;
}
div#knrs_tagebuecher.kaicontent article {
	background-color: #FFFEF5 !important;
	margin: 2em auto 0 4em;
	max-width: 65em;
	color: #234;
	color: orange;
}
div#knrs_tagebuecher.kaicontent article {
	margin: .1em;
	padding: 1em;
}

#knrs_tagebuecher article {
	border: 0.2em outset silver;
	padding: 1em;
	background: #FFFEF5;
}

#knrs_tagebuecher article h1 {
	font-size: 220%;
	display: inline-block;
	font-family: cursive, fantasy;
	border-bottom: 0.3em groove silver;
	margin-bottom: 0;
	text-shadow: 0.1em 0.1em silver;
}
#knrs_tagebuecher article section h2 {
	color: #752;
	margin-top: 3em;
	border-bottom: 0.2em solid #030;
	display: inline-block;
	font-size: 1.6em;
}
#knrs_tagebuecher article section h2:first-of-type {
	margin-top: 1em;
}
#knrs_tagebuecher article h3 {
	text-decoration:underline;
	margin-bottom: 0.0em;
}
#knrs_tagebuecher article h4 {
	margin-left: 1.5em;
	margin-bottom: 0.4em;
}
#knrs_tagebuecher article p {
	margin-left: 1.5em;
	font-weight: 500;
	font-size: 110%;
	padding: 0.1em 0.4em;
	background-color: #E4DACA;
	border: 0.05em solid gray;
	border-radius: 0.3em;
	box-shadow: 0.1em 0.2em silver;
}
#knrs_tagebuecher footer {
	white-space: pre-wrap;
	margin: 2em 0;
	border-top: 5px groove maroon;
	border-bottom: 5px groove maroon;
	padding-bottom: 1.3em;
}
#knrs_tagebuecher nav ol {
	display: flex;
	flex-wrap: wrap;
	list-style-position: inside;
}
#knrs_tagebuecher nav ol li {
	display: flex-item;
	flex-basis: 30%;
	min-height: 2em;
	line-height: 2em;
	margin: 0.2em;
	padding: 0.1em 0.2em 0.1em 1.2em;
	background-color: silver;
	border: 0.1em solid gray;
	border-radius: 1em;
}
#knrs_tagebuecher nav ol li:nth-child(even) {
	background-color: #C0DFC0;
}
#knrs_tagebuecher nav ol li a {
	text-decoration: none;
	color: #000 !important;
	display: block;
}
#knrs_tagebuecher section {
	position: relative;
}
#knrs_tagebuecher a.about {
	color: maroon;
	display: block;
	margin: 1.6em 0 1.2em 3em;
	xmargin-left: 3em;
	xmargin-top: 1.6em;
	xmax-width: 15em;
	font-weight: bolder;
	font-size: 1.2em;
}
#knrs_tagebuecher a.navlink {
	position: fixed;
	right: 0;
	top: 2em;
	color: #fff;
	font-weight: 600;
	border: 3px outset gray;
	border-radius: .1em .1em 34% 34%;
	padding: 4px 2px;
	background-color: #542;
	text-decoration: none;
	line-height: 1.7em;
	display: block;
	font-size: 0.96em;
}
#knrs_tagebuecher .sig {
	padding-bottom: 2em;
}
#knrs_tagebuecher .marker {
	display: block;
	background-color: teal;
	color: white;
	text-align: center;
	padding: 0.1em 0;
	margin: 1em 0;
	letter-spacing: 0.3em;
	border-radius: 2em 0 2em 0;
}
#knrs_tagebuecher .xxxabout {
	color: gray;
	margin-bottom: 1em;
	display: inline-block;
}
@media all and (max-width: 60em) {
	#knrs_tagebuecher nav ol {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	#knrs_tagebuecher nav ol li {
		flex-basis: 41%;
	}
	#knrs_tagebuecher .marker {
		letter-spacing: 0;
	}
	#knrs_tagebuecher a.navlink {
		max-width: 5em;
		border:none;
		font-size: 0.75em;
	}
}

