/*--- Farbe 
body background: #FBFCF8;F8F9F1
aside background: #EDEDED;
blass grün Rahmen usw.: #D9F3DB;

grün dunkel: #32982B;
braun: #985C2B;
stahl blau h1 h2 h3 h4: #07293A;
---*/

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
}
:focus {
	outline: 0;
}
ul, ol, li {
	list-style: none;
}
b, strong {
	font-weight: bold;
}
img, a img {
	border: 1px solid transparent;
}

html,body {
	height: 100%;
}




body {
	font-size: 1em;
	color: #000;
	font-family: 'Source Sans Pro', 'PT Sans', 'Open Sans', 'Myriad Pro', 'Candara', 'Futura', 'Gill Sans', Arial, sans-serif;
	background: url(bilder/streifen_gruen.png) top left repeat-x,
				url(bilder/leinen_gekreuzt.jpg) top left repeat;
}



/*--- --- --- Layout --- --- ---*/
#wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	*behavior: url(../boxsizing.htc);
}

header {
	float: left;
	width: 16%;
}

#inhalt {
	width: 80%;
	float: right;
	margin-bottom: 25px;
}

#hauptinhalt {
	width: 72%;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 2%;
}
	
aside {
	width: 24%;
	float: right;	
	margin-top: 232px;
	padding: 20px 0 0;	
}

footer {
	clear: both;
	width: 100%;
	height: auto;
	min-height: 60px;
	padding: 1em 20%;
	text-align: center;
	background-color: #C9C9C9;
	border-top: 4px solid #404040;
	border-bottom: 40px solid #404040;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
		
img {
	margin-top: 15px;
}
	
section {
	width: 100%;
	padding: 5px 0 10px;
	clear: both;
	}
	
aside section{
	padding: 0;
	background: rgba(201, 201, 201, .15);
	}
	
figure {
	text-align: center;
	}


/*--- Schrift ---*/
h1 {font-size: 2em;
	text-align: center;
	
	/* background-color: #FFF; */
	border-bottom: 1px solid black;
	}
h1:first-letter {font-size: 120%;}

h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
ul, p, dt, dd {font-size: 1em; color: #404040; clear: both;}

h1, h2, h3, h4 {
    color: #07293A; 
    clear: both;
    padding: 0 0 .4em 0;
}

h2 {
    margin-top: 1em;
}

h2, h3, h4 {line-height: 1.2em;}
	
h2 {margin-top: 30px;}
h3 {margin-top: 20px;}
h4 {margin-top: 5px;}

p, dl {padding: 0 1em}

ul {padding: 1em 0 1em 1em;}

dt {
	text-indent:0em;
	font-style:italic;
	padding-top: 1em;
	}

dd {
	line-height: 1.6em;
	padding-left: 0.2em;
	}

.wechsel {
	background-color: rgba(235, 235, 235, 0.7);
	}

.dreieck::before {content: "\25BA" " "; color:#96b097;}

p.einrücken {
    padding-left: 2em;
}


/*--- Blocksatz im Hauptinhalt ---*/
@media only screen and (min-width: 569px) {
    #hauptinhalt p {text-align: justify; hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto;}
}



aside h2 {
	border-top: 1px solid #919191;	
	border-bottom: 1px solid #919191;
	margin: 0; 
	padding: 3px 2px 3px 8px;
	background-color: #C9C9C9;
	font-size: 1em;
	text-align: left;
	}
	
aside h3 {	
	margin: 4px 0 0; 
	padding: 3px 2px 3px 8px;
	font-size:1.05em;
	font-style: italic;
	text-align: left;
	color: #000;
	}

aside p {
	border-top: 2px solid #D9F3DB;
	margin-bottom: 10px;
	padding: 4px 2px 4px 8px;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	}

aside ul {
	padding: 0 2px 0 8px;
	margin-bottom: 10px;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	}

aside p:first-letter {
	font-size: 135%;
	font-style: italic;
	color: #07293A;
	}

aside h2:first-letter {
	font-size: 135%;
	color: #07293A;
	}

footer p {color: #404040;}
		
/*
ul {
	padding: 0 0 10px 5px;
	}
*/

cite {font-style: italic; color: #663333;}
blockquote {padding: 1.5% 0;}

q:lang(de) {quotes: "\201E" "\201C" "\203A" "\2039"}

q {
	color: #2A6326;
	}
q.freigestellt {
	display: block;
	padding: 2.5% 0;
    text-shadow: 1px 4px 3px #cde2c5;
	}
	
img.transform {
	-webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg); 
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
	}	

hr.fade {
	border: 0;
	height: 2px;
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	}




/*--- Klassen ---*/
.wortabstand {word-spacing: -1.8px;}

.hinweis {
	font-size: 1em; 
	font-style: italic; 
	color: #000; 
	border-top: 1px dashed #919191; 
	border-bottom: 1px dashed #919191;
    padding: 1em 0;
    margin: 1em 0;
	}	
		
.h_abstand {
	clear: both;	
	}

.h_center {
	padding: 5px 0 0;
	text-align: center;	
	}

.fluid {
	height: auto;
	max-width: 100%;
	padding: 10px 0 0;
	}
.fluid_sectop {
	border: 1px solid #C9C9C9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	max-width: 100%;
	height: auto;
	}
	
.fluid_sectop_eck {
	border-radius: 0;
	max-width: 100%;
	height: auto;	
	}
	
.fluid_section {
	max-width: 100%;
	height: auto;
	}

.fluid_section_border {
	max-width: 100%;
	height: auto;
	border: 1px solid #C9C9C9;
	}
	
.fluid_section_center {
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;	
	}

.fluid_aside_center {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	display: block;
	border: 5px solid #a0c1a0;
	}

.spalte_li {width: 48%; float: left; padding: 5px 3px 0 0;}
.spalte_re {width: 48%; float: right; padding: 5px 0 0 3px;}

#inhalt .section_top {
	clear: both;
	}

.img_center {
	margin: 1.5em 0 0 1em;
	}

/*-- Inhalt des headers #logo und nav --*/

/* logo --*/

#logo {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* --- nav - link, visited, focus, hover, active ---*/

nav {
	width: 100%;
	}

/*
nav ul {
	margin: 40px 0 0;
	}
*/

nav li {
	font-size: 0.8em;
	margin-bottom: 7%;
	transition: font-size 0.2s;
	-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	}
	
nav li a:link {
	text-decoration: none;
	color: #000;
	padding: 4% 3%;
	border: 1px solid #404040;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;	
	background: #FBFCF8;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	}
	
nav li a:visited {
	padding: 4% 3%;
	border: 1px solid #404040;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;	
	background: #FBFCF8;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #000;
	background: #FBFCF8;
	}
	
nav li a:focus {
	border: 1px solid #404040;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;	
	background: #FBFCF8;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #404040;
	background: #F8F9F1;
	font-size: 1.05em;
	}	
	
nav li a:hover {
	border: 1px solid #404040;
	color: #404040;
	background: #ECF5EB;
	font-size: 1.05em;
	}

nav li a.active {
	text-decoration: underline;
	color: green; 
	border: 1px solid green;
	background: #F8F9F1;
	font-size: 1.05em;
	}
/* --- Ende nav ---*/

/* --- logo verlinkt --- */

a {
	text-decoration: none;
	color: #000;
	}
a:focus, a:hover, a:active {
	color: #404040;
	font-size: 1.015em;
	transition: font-size 0.4s;
	-webkit-transition: font-size 0.4s;
	-moz-transition: font-size 0.4s;
	}
		
a:link img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	
	}

a:hover img{
	border: 1px solid #404040;
	background: #ECF5EB;
	border: 1px solid #404040;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.mail {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	}

/*--- Media Queris ---*/

@media only screen and (max-width: 1120px) {
	
	#wrapper {
	padding: 0 60px;
	}
			
	header {
	width: 18%;
	}
	
	#inhalt {
	width: 74%;
	margin-bottom: 10px;
	}
		
	#hauptinhalt {
	width: 100%;
	}
	
	aside {
	width: 100%;
	font-size: 1em;
	margin: 10px 0 20px;
	background: none;
	}
	
	.spalte_li {width: 100%; padding: 5px 3px 0 0;}
	.spalte_re {width: 100%; padding: 5px 0 0 3px;}	
}


@media only screen and (max-width: 1000px) {
		
	#wrapper {
	padding: 0 40px;
	}
	
	header {
	width: 20%;
	}
	
	#inhalt {
	width: 72%;
	}
	
	footer {
	padding: 1em 8%;
	}		
}


@media only screen and (max-width: 840px) {
	
	#wrapper {
	padding: 0 30px;
	}
		
	header {
	width: 22%;
	}
	
	#inhalt {
	width: 73%;
	}
	
	p, ul {
	padding: 0;
	}			
}


@media only screen and (max-width: 720px) {
		
	body {
		line-height: 1.4em;
	}
	
	#wrapper {
	padding: 0 20px;
	}
	
	nav ul {
	margin: 25px 0 0;
	}
	
	blockquote {
	padding: 0.5% 10%; padding: 0;
	}
	
	
			
}


@media only screen and (max-width: 568px) {
	
	ul, p, dt, dd {font-size: 1em;}
		
	header {
	width: 100%;
	}

	#inhalt {
	width: 100%;
	}
	
	#logo {
	float: left;
	width: 36%;
	}
	
	nav {
	float: right;	
	width: 38%;
	}
	
	p, ul {
	padding: 0
	}
	
	dd {
	line-height: 1.4em;
	}
}

@media only screen and (max-width: 480px) {
		
	#logo {
	width: 39%;
	}
}


@media only screen and (max-width: 440px) {
		
	#logo {
	width: 40%;
	}
	
	footer {
	padding: 1em 3%;
	}	
}

@media only screen and (max-width: 380px) {
		
	#logo {
	width: 43%;
	margin-left: 2%;
	}
	
	nav {	
	margin-right: 4%;
	}	
	
	#wrapper {
	width: 100%;
	padding: 0;
	}
	
	#inhalt .section_top {
	padding: 0;
	margin: -10px 0 0;
	}
	
	section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 4%;	
	}
	
	aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4%;
	}
	
	h1 {
	margin: -8px 0;
	font-size: 1.4em;
	}
	
	h2 {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	}
	
	h3 {
	font-size: 1.2em;
	}
	
	h4 {
	font-size: 1.1em;
	}
}

@media only screen and (max-width: 320px) {
		
	#logo {
	width: 47%;
	}
	
	blockquote {
	padding: 0.5% 4%;
	}
}