/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,600&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

*{
	margin: 0;
	padding: 0;
}
/* --- htmls --- */
body{
	font: normal normal normal 13px 'Open Sans',sans-serif;
	color: #333;
	background: #DFC09F;
}
header, nav, footer, aside, section{
	display: block;
}
header{
	width: 750px;
	margin: 15px auto 0;
	text-align: center;
	font: 42px/69px 'Crimson Text',serif;
	color: #777;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	border-bottom: 1px solid #5990E9;
}
header .kln{
	font-size: 28px;
	line-height: 42px;
}
nav{
	font-size: 14px;
}
nav ul{
	list-style: none;
}
nav li{
	display: inline;
	margin-right: 45px;
}
nav li.lst{
	float: right;
	margin: 0;
}
nav li a{
	text-decoration: none;
	color: #666;
	background: none;
	padding: 1px 3px;
	transition: all 0.8s ease-out;
}
nav li a:hover{
	color: #FFF;
	background: #5990E9;
}
nav span{
	padding: 1px 3px;
	color: #000;
}
section{
	width: 690px;
	margin: 15px auto;
}
section.strt{
	width: 506px;
	min-height: 400px;
	margin: 40px auto 15px;
}
footer{
	width: 750px;
	margin: 2px auto 2px;
	font-size: 12px;
	text-align: center;
}
img.rgt{
	float: right;
	margin: 5px 0 10px 5px;
	border: 1px solid #808080;
}
h1{
	font-size: 14px;
}
h2{
	font-size: 13px;
}
#flexbett h3{
	font-size: 13px;
}
a{
	text-decoration: none;
	color: #555;
}
a:hover{
	color: #FFF;
}
a.fdv:hover{
	color: #007CC3;
}
dt{
	float: left;
}
dd{
	margin-left: 75px;
}
dl.aktu dd{
	margin: 15px 0 15px 120px;
}
p.veroeff{
	margin-left: 75px;
}
p.linklist{
margin: 15px 0;
}

/* --- IndiviDivs --- */
#wrapper{
	width: 750px;
	margin: 0 auto 0;
	border-bottom: 1px solid #5990E9;
}

/* --- Klassen --- */
.dengl{
	color: #555;
}
.clearer{
	clear: both;
	height: 3px;
}
.distante7{
	clear: both;
	height: 7px;
}
.distante15{
	clear: both;
	height: 15px;
}

/* --- für Galerie-Aufruf --- */
.highslide-gallery{
	float: left;
	margin: 0 25px 25px 0;
}
.rgt{
	float: right;
	margin: 0 0 25px 0;
}
.highslide-gallery a{
	transition: all 0.6s ease-out;
}
.highslide-gallery a:hover{
	opacity: 0.5;
}

/* --- für Datenschutz-Seite --- */
#lefz{
	float: left;
	width: 150px;
	text-decoration: underline;
	margin-left: 35px;
}
#lefz p{
	width: 150px;
}
#reiz{
	float: right;
	width: 500px;
}
#reiz p.eingrckt{
	margin: 5px 0 0 15px;
}
#reiz dl{
	margin: 7px 0 7px 15px;
}
#reiz dt {
	float: left;
	line-height: 14px;
}
#reiz dd {
	margin: 0 0 3px 60px;
	line-height: 14px;
}
.clearer7{
	clear: both;
	height: 7px;
}

/*--- für flexcroll ---*/
#flexbett{
	float: right;
}
div.flexcroll {
	width: 310px;
	height: 290px;
	overflow: auto;
	float: right;
}
div.flexcroll p{
	text-align: justify;
	padding-right: 5px;
	text-indent: 3px;
	margin-bottom: 5px;
}
div.flexcroll h1{
	font: normal normal bold 12px Arial,Helvetica,sans-serif;
}