@import url("font-awesome.min.css");
/*@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");*/

/*
	Verti by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		/*font-family: 'Oleo Script', serif;*/
		/*background-color: #FFFFFF;*/
		   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 

		/*background-repeat: repeat-y;*/
	}
	
	
			.abstand {
			margin: -2em 0 0 0;
			}
			
			
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		/*background-color: #e9e9e9;*/
background-image: linear-gradient(180deg, #a4aa3e 300px, #ffffff 900px);
background-repeat: no-repeat;
	}

	
	ol, ul {
		list-style: none;
	}
	
	#aufzaehlung li {
		list-style: disc;
		font-size: 1em;
		line-height: 1.3em;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;

	}

	body {
		-webkit-text-size-adjust: none;
	}
	
.float_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
/*	Pulldownfelder */
.sel {
font-family: Verdana,sans-serif;
color: #FFFFFF;
font-size: 1em;
border: 1px solid #FFFFFF;
background-color: #0070C0;
width: 300px;
padding: 2px;
}

.o1 {
color: #000000;
font-size: 12px;
font-family: Verdana,sans-serif;
background-color: #FFFFE6;
width: 300px;
padding: 2px;
}

.o2 {
color: #000000;
font-size: 12px;
font-family: Verdana,sans-serif;
background-color: #DFEFFF;
width: 300px;
padding: 2px;
}


.csvTable{
    font-size: 1em;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
    color: #777;
}    

.csvTable th{
	font-size: 1em;
	line-height: 1em;
    text-align:left;
    border-bottom: 2px solid #ccc;
}

.csvTable td{
    border-bottom: 1px dotted #ccc;
}

.csvTableSpalte1 {
max-width: 175px;
}





#bau ul li{
list-style: square;
}

#bau table tr th td {
border: 3px solid black;
}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
		max-width: 1150px;
		
	
	}

	.container.\35 0\25 {
		width: 700px;
	}

	.container.\32 5\25 {
		width: 350px;
	}

	.container {
		max-width: 1150px;
	}
	
	
	h2.zentriert {
	text-align: center;
	}
		
	.zentriert {
	text-align: center;	
	}
}

	@media screen and (max-width: 1680px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1150px;
			min-width: 1000px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 855px;
		}

	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 855px;
		}

	}

	@media screen and (max-width: 980px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 100% !important;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 1px;
		/* padding-right: 51px;			/* selbst */
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 15px 0 15px 40px;
	}

	.row {
		margin: -50px 0 -1px -30px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;

	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

		.row > * {
			padding: 15px 0 15px 40px;
		}

		.row {
			/*margin: -40px 0 -1px -40px;*/
			margin: -40px 0px -1px -40px;
		}

		.row.uniform > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform {
			margin: -40px 0 -1px -40px;
		}

		.row.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.uniform.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

		.row > * {
			padding: 15px 0 15px 25px;
		}

		.row {
			margin: -25px 10px -1px -15px;
		}

		.row.uniform > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.uniform.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.\31 2u\28large\29, .\31 2u\24\28large\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28large\29, .\38 u\24\28large\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28large\29, .\36 u\24\28large\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28large\29, .\34 u\24\28large\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 980px) {

		.row > * {
			padding: 7px 0 0 35px;
		}

		.row {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.uniform.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
			width: 33%;
			/*width: 100%;*/
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28medium\29, .\38 u\24\28medium\29 {
			/*width: 66.6666666667%;*/
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28medium\29, .\36 u\24\28medium\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28medium\29, .\34 u\24\28medium\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 0px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28small\29, .\31 2u\24\28small\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28small\29, .\38 u\24\28small\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28small\29, .\36 u\24\28small\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28small\29, .\34 u\24\28small\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
/*		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-color: #f7f7f7;*/
		background-position: top left, top left;
		/*background-repeat: repeat-y, repeat;*/
		/*background-size: 100% 30em, auto;*/
		background-size: 100%  auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		color: #000000;
		font-weight: 300;
		line-height: 2.25em;
		/*background-image: url("../../images/Mauer002bearb.jpg");*/

		/*background-color: #aabb44;*/
		/*background-color: #efefef;*/
		/*background-color: #d4d4c8;*/
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, select, textarea {
		font-family:  sans-serif; /*'Open Sans',*/
		font-size: 13pt;
		color: #000;
		font-weight: 300;
		line-height: 2.25em;
		background-color: #ddd;
		padding: 5px 15px 5px 15px; 
	}

	a {
		color: #696969;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2  {
		color: #444;
		font-weight: 800;
				font-family: 'Oleo Script', serif;
				letter-spacing: 0.0em;
	}

	h3, h4, h5 {
	/*font-family: Verdana,sans-serif;*/
	color: #444;
	font-family: 'Oleo Script', serif;
	
	
	}
	
	h6 {
				font-size: 1.0em;
				margin: 0.4em 0 0.1em 0;
				line-height: 1.0em;
				-ms-hyphens: none;
				-webkit-hyphens: none;
				hyphens: none;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			outline: 0;
		}

	h2 {
		font-size: 1.6em;
		margin: 0.1em 0;
		line-height: 1.3em;
	}

	h3 {
		font-size: 1.15em;
			font-weight: 800;
		margin: 0 0 0.2em 0;
	}

	b, strong {
		font-weight: 600;
		color: #444;
		letter-spacing: 0.0em;
		font-family: 'Oleo Script', serif;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 3px #eee;
	}

hr.klein {
		border: 0;
		width: 66%;
		border-top: solid 3px #eee;
	}
	
	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 0.8em;
		line-height: 1.1em;
	}

/*	li.a {
	color: #FFFFFF;
	}
*/	
/* Section/Article */

	section, article {
		margin-bottom: 5em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header {
		margin: 0 0 2em 0;
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	footer {
		margin: 2.5em 0 0 0;
	}

/* Forms */

	form label {
		display: block;
		font-weight: 0.8em;
		margin: 0 0 0em 0;
		font-size: 0.8em;
		font-weight: bold;
		color: inherit;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		width: 94%;
		border-radius: 4px;
		border: solid 1px #ddd;
		background-color: #eee;
	}



  
  
		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #0090c5;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"] {
		line-height: 1.5em;
		padding: 0 0.6em 0em 0.6em;
	}

	form select {
		line-height: 3em;
		padding: 0 1em;
	}

	form textarea {
		min-height: 9em;
		padding: 1em;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}


select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
	background-color: #FFF;
}	

/* Tables */

	table {
		width: 100%;
		/* border:solid;
		border-color:#000000;
		*/
	}
	thead {
			color: #ffffff;
			background-color: #aabb44;
			font-weight: bold;
			line-height: 1.4em;
	}
	
	
	tr:nth-child(even) {
	  background-color: #f5f5f5;
	}

	
	tr:nth-child(odd) {
	  background-color: #;
}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 1px #eee;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				font-weight: 800;
				margin: 0 0 1em 0;
			}

			table.default thead {
				background: #404248;
				color: #fff;
			}



/* Tables */


	
#tableweiss	thead {
			color: #000000;
			background-color: #aabb44;
			font-weight: bold;
			line-height: 1em;
			align: center;
	}	
	
#tableweiss	tr {
	  background-color: #ffffff;
	}


			
/* float */

.floatright {
	float: right;
	}
	
.floatleft {
	float: left;
	}
	
/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}

		.image img {
			display: block;
			width: 95%;
			border-radius: 8px;
		}

		.image.fit {
			display: block;
			width: 100%;
			min-height: 50px;
			min-width: 80px;
			border-radius: 8px;
			/*margin-left: -10px;*/
		}

		.image.wanderwege {
			display: block;
			width: 100%;
			max-width: 600px;
			margin: 0 0 0 0;
			border-radius: 8px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

		.image.freibad {
			width: 100%;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 10px;
			margin-bottom: 0px;
			-webkit-border-radius: 8px; 
			-moz-border-radius: 8px; 
			border-radius: 8px; 
			vertical-align: top;
		}
		
		
		.image.baugebiete {
			display: block;
			width: 66%;
			max-width: 600px;
			margin: 0 0 0 0;
			border-radius: 8px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}		
		
		.image.featured {
			display: block;
			width: 100%;
			max-width: 400px;
			margin: 0 0 2.5em 0;
			border-radius: 8px;
		}
		
		.image.einrichtungen {
			display: block;
			width: 100%;
			max-width: 400px;
			margin: 3em 3em 2.5em 0;
			border-radius: 8px;
		}		

		.image.bau {
			display: block;
			width: 100%;
			max-width: 550px;
			margin: 0 0 2.5em 0;
			border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
		}

		
		.image.festehoehe {
			min-height: 127px;
			min-width: 200px;
			}
		
		
		.image.featured:hover {
		-webkit-transform:scale(1.02); /* Safari and Chrome */
		-moz-transform:scale(1.02); /* Firefox */
		-ms-transform:scale(1.02); /* IE 9 */
		-o-transform:scale(1.02); /* Opera */
		 transform:scale(1.02); 
		 opacity: 0.9;

    -webkit-transition: transform 0.1s ease-in-out;
    -moz-transition:transform 0.1s ease-in-out;
    -ms-transition:transform 0.1s ease-in-out;		 
		}


.imagebuecherei.featured img {
			display: block;
			border-radius: 8px;
			border: solid 11px #e0e0e0;
		}
		
		.imagebuecherei.featured:hover {
		-webkit-transform:scale(1.02); /* Safari and Chrome */
		-moz-transform:scale(1.02); /* Firefox */
		-ms-transform:scale(1.02); /* IE 9 */
		-o-transform:scale(1.02); /* Opera */
		 transform:scale(1.02); 
		 opacity: 0.9;
		box-shadow: 3px 3px 3px black;
    -webkit-transition: transform 0.1s ease-in-out;
    -moz-transition:transform 0.1s ease-in-out;
    -ms-transition:transform 0.1s ease-in-out;	

		}
		
		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}


		.knopf.wanderwege {
			display: block;
			width: 100%;
			max-width: 200px;
			margin: 0 0 0 0;
			border-radius: 8px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		.gewerbe.wanderwege {
			display: block;
			width: 100%;
			max-width: 400px;
			margin: 0 0 0 0;
			border-radius: 8px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		
		
		
/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.actions li {
		display: inline-block;
		padding: 0 0 0 0.25em;
		margin: 0 0 0 0.25em;
	}

		ul.actions li:first-child {
			margin-left: 0;
			padding-left: 0;
		}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 0.75em;
		margin: 0 0 0 0.75em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

	ol.default {
		list-style: square;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Box */

	.box {
		background: #fff;
		 border-top-right-radius: 26px;
		 border-top-left-radius: 26px;

		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
		/*padding: 8px; /*war 2em*/
		padding-top: 18px;

	}

		.box.feature {
			padding: 0;
			
		}

			.box.feature .inner {
				padding: 0.5em 0em 0em 0em;
			}

			.box.feature h2 {
				font-size: 1em;
			}

			.box.feature p {
				margin: 0;
			}

			.box.feature .image {
				position: relative;
				margin: 0;

			}

				.box.feature .image img {
					border-bottom-left-radius: 8;
					border-bottom-right-radius: 8;
					
				}

/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Widgets */

	.widget.thumbnails .grid {
		margin: 0 0 3em 0;
	}

	.widget.thumbnails .image {
		margin: 0;
	}

	.widget.contact ul {
		overflow: hidden;
		position: relative;
		left: -4px;
		top: 4px;
		margin-bottom: 1.5em;
	}

		.widget.contact ul li {
			display: inline-block;
			margin-right: 0.25em;
		}

			.widget.contact ul li a {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				display: inline-block;
				width: 2.5em;
				height: 2.5em;
				text-align: center;
				line-height: 2.5em;
				border-radius: 0.35em;
				outline: 0;
				opacity: 0.75;
				text-decoration: none;
				background: #222222;
			}

				.widget.contact ul li a:before {
					color: #f3f3f3;
					font-size: 1.75em;
					line-height: 1.5em;
				}

				.widget.contact ul li a:hover {
					background: #caa570;
				}

				.widget.contact ul li a:active {
					background: #666666;
				}

/* Wrappers */

	#header-wrapper {
		padding: 1 em 0 0 0;
		background-color: #a6ab40;
		max-height: 150px;
		/*background-image: url("../../images/top5.jpg");*/
		background-image: url("../../images/top6-9-160-3.jpg"); 
		/*ackground-size: inherit;*/


		border-bottom: 3px;
		border-color: #FFF;
		    border-style: solid;
    border-bottom: solid  #fff;
	/*background-attachment: fixed;*/
			/*background-repeat: no-repeat;*/
		/*background-size: 100% 100%;*/ 					/* info: oder 100% auto */
background-repeat: no-repeat;
		overflow: hidden;
		background-position: 50%;


	}

	#header-wrapper table {
		/*margin-top: -50px;*/
		margin-bottom: 5px;
	}
	
	
	#features-wrapper {
		padding: 1em 0 1em 0;
	}

	#main-wrapper {
		background: #fff;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		/*padding: 0.1em 0 5em 0; /*Abstand innen*/
		padding: 1px 30px 40px 30px;
	}

	#footer-wrapper {
		padding: 6em 0 8em 0;
	}

/* Header */

	#header {
		position: relative;
	}

/* Logo */

	#logo {
		display: inline-block;
		/*background: #1c4cba;*/
		padding-top: 38px;
		padding-left: 0px;
		opacity: 0;
	}

		#logo h1 {
			/*background: #1c4cba;*/
			color: #fff;
			border-radius: 6px;
			font-family: 'Oleo Script', serif;
			font-weight: 400;
			padding: 0.25em 0.2em 0.5em 0.2em;
			font-size: 2.25em;
			letter-spacing: 0.15em;
			display: inline-block;
			vertical-align: middle;
			font-weight: bold;
			text-shadow: -1px 0 black, 0 2px black, 1px 0 black, 0 -1px black;
			line-height: 1.2em;
			margin-top: -60px;
		}

		#logo span {
			font-weight: 800;
			line-height: 4.5em;
			letter-spacing: 0.025em;
			font-size: 0.9em;
			vertical-align: top;
			margin: 0 0 0 1.25em;
		}

		#logo img {
			vertical-align: bottom;

		}
		

/* Nav */

	#nav {
		position: absolute;
		right: 8%;
		top: 0;
		font-size: 0.85em;
		background-color: #58585a;
		background: rgba(0,0,0,0.6);
		border-top-left-radius:0em;
		border-top-right-radius:0em;
		border-bottom-right-radius:1em;
		border-bottom-left-radius:1em;
	}

		#nav ul li {
			float: left;
			line-height: 2.5em;
			padding-left: 0.6em;
		}

			#nav ul li a, #nav ul li span {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				font-size: 1.07em;
				font-weight:bold;
				letter-spacing: 0.04em;
				color: #ffffff;
				text-decoration: none;
				border-radius: 6px;
				padding: 0.5em 1em 0.5em 1em;
				text-shadow: 2px 1px #333333;
			}

			#nav ul li > ul {
				display: none;
			}

			#nav ul li:hover a, #nav ul li:hover span {
				/*background: #FFB810;*/
				background: #8DCC20;
				/*background: rgba(0,138,0,0.5);*/
				opacity: 1;	
							
			}

			#nav ul li.active a, #nav ul li.active span {
				/*background: #aaaaaa;*/
				background: #8DCC20;
			}

			#nav ul li.current a {
				/*background: #aaaaa9;*/
				color: #fff;
			}

	.dropotron {
		/*background: #286AFF;*/		/*Backgound Untermenü*/
		/*background: #58585a;*/
		/*opacity: 0.7;*/
		background: rgba(88,88,90,0.9);
		letter-spacing: 0.025em;
		color: #fff;
		text-decoration: none;
		/*border-radius: 2px;*/
		border: 1px;
		border-color: #ffffff;
		border-style: solid;
		padding: 0 0; /*menüabstand oben unten */
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;

	}

		.dropotron li {
			border-top: solid 1px #eee;
			line-height: 3em;
		}

			.dropotron li:first-child {
				border-top: 0;
			}

			.dropotron li > a, .dropotron li > span {
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
				text-decoration: none;
				color: inherit;
				display: block;
				padding: 0 1.5em;
				font-size: 1.2em;
				font-weight: bold;
				letter-spacing: 0.1em;
												
				
			}

				.dropotron li > a:hover, .dropotron li > span:hover {
					/*background: #FFB80F;*/
					background: #a9d928;
					text-shadow: 2px 2px #333333;	
				}

			.dropotron li.active > a, .dropotron li.active > span {
				background: #FFB80F;
			}

		.dropotron.level-0 {
			font-size: 0.6em;
			margin-left: 1.5em;
			margin-top: 0;
			font-style: bold;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -0.5em;
				left: 1em;
				border-bottom: solid 0.75em #ffffff;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				z-index: 1;
			}

			
			
/* innen */
	#innen {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-color: #bbb;
		border-width: 2px;
		border-style: solid;
		box-shadow: 7px 5px 11px #555;
		border-top-left-radius:0.3em;
		border-top-right-radius:0.3em;
		border-bottom-right-radius:0.3em;
		border-bottom-left-radius:0.3em; 
		max-width: 955px;
		background-color: #FFF;
		padding-top: 10px;
		}
			
/* Banner */

	#banner {
		position: relative;
		/*padding: 2.2em;*/									/* info: Schriftgröße im banner, weißer rand weg */
		background-image: url("../../images/banner05.jpg");
		background-repeat: no-repeat;
		/*background-size: 100% 100%;/* 					/* info: oder 100% auto */
		background-size: 100% auto;
		width: 100%;
		/*height: auto;*/


		
		    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	height: 150px;

		}

		#banner h2 {
			font-size: 3.5em;
			margin: 0.1em 0 0.35em 0;
		}

		#banner p {
			font-size: 2.75em;
			line-height: 1.35em;
			margin: 0;
		}

		#banner .button {
			width: 170px;
			height: auto;
			/*width: auto;
			height: auto;*/
			padding-bottom: 0.5em;
			position: absolute;
			right: 3%;
			padding-left: 3px;
			padding-top: 28px;
			line-height: 0.8em;
			text-align: center;
		}


		

			#banner .button.icon:before {
				position: absolute;
				right: 0.05em;
				top: 50%;
				margin-top: -0.5em;
			}

			#banner .button.alt {
				margin-bottom: 0;
			}

		#banner ul {
			margin: 0 0 0 2em;
		}

/* Footer */

	#footer {
		margin-top: 0;
	}

		#footer a {
			color: inherit;
		}

	#copyright {
		color: #aaa;
		padding: 1em 0 0.3em 0;
		/*text-align: center;*/
		font-size: 1em;
	}

		#copyright a {
			color: inherit;
		}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}
			
		#nav {
			right: 1%;
		}

	}


	
/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}
		#nav {
			right: 3.1%;
		}
	
	}
	
	
	@media screen and (max-width: 1024px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}
		#nav {
			right: 3.8%;
		}
	
	}	

/* Medium */

	#navPanel, #navToggle {
		display: none;
	}
/*Mobile Menu Menü */
	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

			section.last, article.last {
				margin-bottom: 0 !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}


	#logo {
		display: inline-block;
		/*background: #1c4cba;*/
		padding-top: 38px;
		padding-left: 0px;
		opacity: 1;
	}
		/* Wrappers */

			#header-wrapper {
				padding: 0 0 1em 0;
				text-align: center;
				height: 138px;
			}

			#footer-wrapper {
				padding: 6em 0 4em 0;
			}

		/* Header */

			#header {
				margin: 0 auto;
				left: 30%;
				top: 9%;
			}

		/* Logo */

			#logo span {
				display: block;
				margin: 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Banner */

			#banner {
			/*
				padding: 4.5em 3em;
				text-align: center;
				
			}

				#banner ul {
					margin: 2em 0 0 0;
				}

				#banner .button.icon:before {
					position: relative;
					right: auto;
					top: auto;
					*/
				}

		/* Content */

			#content {
				border-bottom: solid 1px #e8e8e8;
				padding-bottom: 4em;
				margin-bottom: 0 !important;
			}

				#content > :last-child {
					margin-bottom: 0 !important;
				}

			#sidebar > :last-child {
				margin-bottom: 0 !important;
			}

		/* Footer */

			#copyright {
				padding: 0;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;


				
			}

			#navToggle {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;

			}

				#navToggle .toggle {
					width: 70px;
					height: 50px;
					opacity: 1.35;
				}

					#navToggle .toggle:before {
						display: inline-block;
						font-family: FontAwesome;
						text-decoration: none;
						font-style: normal;
						font-weight: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						position: absolute;
						left: 6px;
						top: 6px;
						background: rgba(0, 0, 0, 0.5);
						width: 58px;
						height: 38px;
						border-radius: 6px;
						content: '\f0c9';
						color: #fff;
						text-align: center;
						line-height: 38px;
						font-size: 20px;

					}

					#navToggle .toggle:active {
						opacity: 0.75;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #fff;
				box-shadow: inset -3px 0px 0px 0px #dfdfdf;
				padding: 0 23px 0 20px;


			}

				#navPanel .link {
					display: block;
					text-decoration: none;
					height: 40px;
					line-height: 40px;
					border-top: solid 1px #e8e8e8;
					color: #696969;
					font-size: 0.8em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #444;
					font-size: 0.8em;
					font-weight: bold;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(125px);
				-webkit-transform: translateX(125px);
				-ms-transform: translateX(125px);
				transform: translateX(125px);

			}

			body.navPanel-visible #navToggle {
				-moz-transform: translateX(125px);
				-webkit-transform: translateX(125px);
				-ms-transform: translateX(125px);
				transform: translateX(125px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
#mobil tr {
		font-size: 1.6em;
	}
	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 2em;

				
			}

			h2, h3 {
				font-size: 1.0em;
				margin: 0.3em 0 0.3em 0;
				-ms-hyphens: none;
				-webkit-hyphens: none;
				hyphens: none;
			}
			
			h4, h5 {
				font-size: 1.2em;
				margin: 0 0 0.1em 0;
				line-height: 1.1em;
				-ms-hyphens: none;
				-webkit-hyphens: none;
				hyphens: none;
			}

			
			h6 {
				font-size: 0.8em;
				margin: 0.4em 0 0.1em 0;
				line-height: 1.1em;
				-ms-hyphens: none;
				-webkit-hyphens: none;
				hyphens: none;
				min-height: 40px;
			}
			
			
			p {
			margin-bottom: 0.8em;
			}
			
			.abstand {
			margin: -2em 0 0 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

				section.last, article.last {
					margin-bottom: 0 !important;
				}

		/* Image */
		
		

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

/* id=aufzaehlung */
	#aufzaehlung li {
		list-style: disc;
		font-size: 0.8em;
	}		
	
		/* Box */

			.box {
				padding: 15px 15px 15px 15px;
				margin: 0;
			}

				.box.feature {
					margin: 20px 0 0 0 !important;
					padding: 0;
				}
				
				.box.feature h2 {
					font-size: 0.8em;
				}

					.box.feature .inner {
						padding: 5px 5px 5px 5px;
					}

					.box.feature p {
						/*margin: 0;*/
						margin: 0;
						font-size: 0.9em;
					}

					.box.feature .image {
						position: relative;
						margin: 0;
					}

						.box.feature .image img {
						margin-left: 0px;
							border-bottom-left-radius: 8;
							border-bottom-right-radius: 8;
							
						}

		/* Widgets */

			.widget.thumbnails .image {
				margin: 0;
			}

			.widget.thumbnails .x {
				padding: 1em 0.5em 0 0;
			}

			.widget.thumbnails .y {
				padding: 1em 0 0 0.5em;
			}

			.widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
				padding-top: 0;
			}

		/* Wrappers */

			#header-wrapper {
			
			max-height: 138px;
			background-image: url("../../images/top-kl.jpg"); 


			}

			#banner-wrapper {
				/*padding: 0 15px 0 15px;*/
				/*		height: 120px;*/

			}

			#features-wrapper {
				padding: 0 15px 40px 15px;
			}

			#main-wrapper, #footer-wrapper {
				padding: 2px 10px 40px 10px;
				-webkit-border-radius: 16px; 
-moz-border-radius: 16px; 
border-radius: 16px;
			}

		/* Logo */

			#logo h1 {
				font-size: 1.75em;
				padding: 0.2em 0.275em;

			}

			#logo span {
				line-height: 3em;
			}

		/* Banner */

			#banner {
				text-align: center;
				padding: 15px 15px 15px 15px;
				margin: 0 auto !important;
			}

				#banner h2 {
					font-size: 2em;
					margin: 0.75em 0 0.5em 0;
				}

				#banner p {
					font-size: 1.5em;
					line-height: 1.5em;
					margin: 0;
				}

				#banner ul {
					margin: 0;
				}

				#banner .button {
					margin: 0 0 1em 0;
				}

		/* Content */

			#content {
				padding-bottom: 3em;
			}

		/* Footer */

			#footer section {
				border-bottom: solid 1px #ccc;
				padding-bottom: 3em;
				margin-bottom: 1em !important;
			}

			#copyright {
				text-align: left;
			}

	}
	
	
	
	
	.datagrid  { 
margin-left: 10%;
margin-right: 10%;
width: 80%;
}


.datagrid  table img{ 
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius: 8px; 
}

.datagrid table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
margin-left: 0px;
margin-right: 0px;

} 

.datagrid {
padding-left: 0px;
/*font: normal 12px/150% Arial, Helvetica, sans-serif; */
background: #fff; 
overflow: hidden; 
border: 5px solid #caa570;  /* RAND */
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius: 8px; 
}

.datagrid table td, .datagrid table th { 
padding: 3px 5px; 
}

.datagrid table thead th {
/*
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#ffffff; /*font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; 
*/
color: #fff;
font-weight: bold; 
letter-spacing: 0.2em;
background-color: #caa570;
}


.datagrid table thead th:first-child {
 border: none; 
 text-align: center;
 text-align: center;
 }
 
 .datagrid table tbody td {
color: #000; 
border-left: 0px solid #E1EEF4;
/*font-size: 12px;*/
font-weight: normal; /*Spalte zwischen zeilen */
vertical-align: top;
line-height: 1.5em;
}

.datagrid table tbody .alt td {
background: #E1EEF4; color: #000;
}

.datagrid table tbody .alt2 td {
background: #c8dfea; color: #000;
}

.datagrid table tbody td:first-child {
 border-left: none;
}

.datagrid table tbody tr:last-child td {
border-bottom: none;
}

.datagrid table ul {
 padding-top: 15px;
 padding-left: 15px; 
 color: #000;
 
}

.datagrid table tbody li {
 color: #000;
	list-style-type: square;
}

.datagrid table tbody li a{
 color: #000;
	list-style-type: square;
}

.datagrid table tfoot td div {

border-top: 1px solid #006699;background: #E1EEF4;
}

.datagrid table tfoot td {
 padding: 0; 
 font-size: 12px 
 }

 .datagrid table tfoot td div{
 padding: 2px;
}

.datagrid table tfoot td ul {
margin: 0; 
padding:0; 
list-style: none; 
text-align: right; 
}

.datagrid table tfoot  li {
 display: inline; 

}

.datagrid table tfoot li a {
text-decoration: none; display: inline-block;
padding: 2px 8px; 
margin: 1px;
color: #FFFFFF;
border: 1px solid #006699;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
background-color:#006699; 
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
 text-decoration: none;
 border-color: #006699; 
 color: #FFFFFF; 
 background: none; 
 background-color:#00557F;

 }
 
 
 
 
 
 
 
.datagridnews  { 
margin-left: 5%;
margin-right: 5%;
width: 90%;
}


.datagridnews  table img{ 
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 0px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius: 8px; 
vertical-align: top;
}

.datagridnews table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
margin-left: 0px;
margin-right: 0px;
font-size: 1em;

} 

.datagridnews {
padding-left: 0px;
/*font: normal 12px/150% Arial, Helvetica, sans-serif; */
background: #fff; 
overflow: hidden; 
border: none;  /* RAND */
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius: 8px; 
}

.datagridnews table td, .datagridnews table th { 
padding: 3px 5px; 
}

.datagridnews table thead th {
/*
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#ffffff; /*font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; 
*/
color: #fff;
font-weight: bold; 
letter-spacing: 0.2em;
background-color: #caa570;
}


.datagridnews table thead th:first-child {
 border: none; 
 text-align: center;
 text-align: center;
 }
 
 .datagridnews table tbody td {
/*color: #000; */
border-left: 0px solid #E1EEF4;
/*font-size: 12px;*/
font-weight: normal; /*Spalte zwischen zeilen */
vertical-align: top;
line-height: 1.3em;
font-size: 0.9em;
}

.datagridnews table tbody .alt td {
background: #E1EEF4; color: #000;
}

.datagridnews table tbody .alt2 td {
background: #c8dfea; color: #000;
}

.datagridnews table tbody td:first-child {
 border-left: none;
}

.datagridnews table tbody tr:last-child td {
border-bottom: none;
}

.datagridnews table ul {
 /*padding-top: 10px;*/
 padding-left: 25px; 
 color: #000;
}

.datagridnews table tbody li {
 color: #000000;
	list-style-type: disc;
}

.datagridnews table tbody li a{
 color: #000;
	list-style-type: square;
	line-height: 1.6em;
}

.datagridnews table tfoot td div {

border-top: 1px solid #006699;background: #E1EEF4;
}

.datagridnews table tfoot td {
 padding: 0; 
 font-size: 12px 
 }

 .datagridnews table tfoot td div{
 padding: 2px;
}

.datagridnews table tfoot td ul {
margin: 0; 
padding:0; 
list-style: none; 
text-align: right; 
}

.datagridnews table tfoot  li {
 display: inline; 

}

.datagridnews table tfoot li a {
text-decoration: none; display: inline-block;
padding: 2px 8px; 
margin: 1px;
color: #FFFFFF;
border: 1px solid #006699;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
background-color:#006699; 
}

/*.datagridnews img {
width: 100px;
}
 */
 



 
 .datagridnewsdate  { 
 color: #9b6539; 
 font-size: 0.6em;
 letter-spacing: 0.2em; 
 line-height: 1em;

}

 .datagridnewsheadline  { 
 color: #9b6539; 
 font-size: 1.1em;
 letter-spacing: 0.1em;
 vertical-align: top;
         -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}

 .datagridnewsheadline2 { 
 color: #9b6539; 
 font-size: 1.3em;
 letter-spacing: 0.2em;
 vertical-align: top;
 text-decoration: underline;
}

 .datagridnewscontent { 
 color: #000000; 
 font-size: 0.8em;
}

.datagridnewsimg  img{ 

border-radius: 8px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
 /*width: 150%;*/
 /*float:left;
 overflow: hidden;*/

}

.datagridtop  { 
border: 0;

}


.datagridtop p { 
font-size: 0.8em;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 20px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius: 8px; 
}

/*.aufzaehlung ol li {
list-style-type: decimal !important; 
padding-left: 55px;
}
*/

	@media screen and (max-width: 736px) {

.image.fit {
			display: block;
			width: 100%;
			min-height: 50px;
			min-width: 80px;
			border-radius: 8px;
			/*margin-left: -10px;*/
		}
		
.datagridnews  { 
			margin-left: 2%;
			margin-right: 2%;
			width: 96%;
		}

 .datagridnewsheadline { 
			 color: #9b6539; 
			 font-size: 0.8em;
			 letter-spacing: 0.1em;
			 vertical-align: top;
			 text-decoration: underline;
		}
		
 .datagridnewsheadline2 { 
 font-size: 1em;
 letter-spacing: 0.1em;
}

.datagridnews table tbody li a{
font-size: 1.5em;
}
		
#innen {
			box-shadow: none;
			margin-left: 1%;
			margin-right: 1%;
			width: 98%;
		}
		
#logo {
		display: inline-block;
		/*background: #1c4cba;*/
		padding-top: 3px;
	}

#logo h1 {
			/*background: #1c4cba;*/
			font-size: 1.9em;
			letter-spacing: 0.15em;
			line-height: 1.1em;
			text-align: bottom;
			margin-top: -60px;
		}
		
#logo img {
max-height: 110px;
		}		
		
		

.datagridnews table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
margin-left: 0px;
margin-right: 0px;
font-size: 0.8em;

} 		


/* Box */

	.box {
		background: #fff;
		 border-top-right-radius: 26px;
		 border-top-left-radius: 26px;

		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
		/*padding: 8px; /*war 2em*/
		padding-top: 18px;

	}

		.box.feature {
			padding: 0;
			
		}

			.box.feature .inner {
				padding: 0.5em 0em 0em 0em;
			}

			.box.feature h2 {
				font-size: 0.7em;
			}

			.box.feature p {
				margin: 0;
			}

			.box.feature .image {
				position: relative;
				margin: 0;

			}

				.box.feature .image img {
					border-bottom-left-radius: 2;
					border-bottom-right-radius: 2;
					
				}
				
.image img {
	border-radius: 3px;
}

.csvTable{
    font-size: 0.7em;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
    color: #777;
}    

.csvTable th{
    text-align:left;
    border-bottom: 2px solid #ccc;
}

.csvTable td{
    border-bottom: 1px dotted #ccc;
}
		
}

	@media screen and (max-width: 450px) {


		
	#logo {
		display: inline-block;
		/*background: #1c4cba;*/

		padding-left: 0px;

	}
	
	#logo h1 {
			/*background: #1c4cba;*/
			font-size: 1.2em;
			letter-spacing: 0.15em;
			line-height: 1.1em;
			text-align: bottom;
			margin-top: -60px;
		}
		


	body {
	/*font-size: 1.7em;*/
	}
	
 .datagridnews table  {


				
				
font-size: 0.6em;
/*border: 3px #333333 solid;*/
vertical-align: top;
line-height: 0.1em;
/*width: 130px;*/
}

.datagridnews table td, .datagridnews table th { 
padding: 2px 2px; 
}


#bau {
font-size: 0.6em;
line-height: 1em;

}

}