<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Regular.woff2') format('woff2'),
         url('../cpfont/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Italic.woff2') format('woff2'),
         url('../cpfont/Roboto-Italic.woff') format('woff');
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-MediumItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-MediumItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Medium.woff2') format('woff2'),
         url('../cpfont/Roboto-Medium.woff') format('woff');
	font-weight: bold;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}
html {
	font-size: 16px;
}
body {
	color: #666;
	text-align: center;
	margin: 0;
	background-color: white;
	overflow-Y: scroll;
	overflow-x: hidden;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 150%;
	font-style: normal;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/* abstĆ¤nde */

form{
	margin:0;
	padding:0;
}
table{
	margin:0;
	padding:0;
	border-collapse:collapse;
}
.liste{
	width: 100%;
}
.liste th {
	padding: 2px;
}
.liste td, .liste th.kl {
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid #666666;
}
td {
	vertical-align: top; }

h1, h2, h3, h4, h5, h6, p, ul {
	line-height: 150%;
}
h1, h2, h3 {
}

/*
Linksteuerung
*/
a, a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a.anker {
	width: 0;
	height: 0;
	margin: -150px 0 0;
	padding: 0;
	position: absolute;
}
.mobilemenlink {
	display: none;
	width: 27px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 1001;
	cursor:  pointer;
}
.mobilemenlink div {
	display: block;
	width: 100%;
	height: 2px;
	box-shadow: #999 2px 2px 5px;
	background-color: #fdc300;
	margin-top: 8px;
}
/* hamburgermenĆ¼ */
.mobilemenu.mobilemenu-theme .mobilemenu--inner {
	background: #fdc300;
}
.mobilemenu.mobilemenu-theme ul li {
	border-color: #000;
}
.mobilemenu.mobilemenu-theme ul li a {
	color: #fff;
	font-size: 20px;
}
/* submen */
.mobilemenu.mobilemenu-theme ul li ul li {
	border-color: #000;
}
.mobilemenu.mobilemenu-theme ul li ul li a {
	color: #fff;
}
/* schriftformatierung:
Headline		h1
Ćberschrift		h2

Headline			h3
groĆe Ćberschrift		h4
normale Ćberschrift		h5

kleine Ćberschrift		h6	(z.B. Datum in News)

normale Schrift		p
kleine Schrift			span klein */
h1 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	line-height: 150%;
	font-size: 38px;
	color: #fdc300;
}
h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: left;
	line-height: 150%;
}
h3  {
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 150%;
	font-size: 18px;
}
h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}
h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
h6 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
p {
	margin-bottom: 0;
	margin-top: 10px;
}

ul {
}

li {
	margin-left: 20px;
	text-align: left;
}
.small, .kl {
	font-size: 12px;
}
/*
farben
*/
.gelb {
	background-color: #fdc300;
}
/*
cms
*/
.container{
	float: none;
}
.fliessend {
	float: left;
	margin-right: 15px;
	display: block;
	margin-bottom: 5px;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0 ;
	clear: both;
	margin: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.b {
	font-weight: bold;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
.bild {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.hide {
	display: none;
}
.clearer {
	clear:both;
}
/*
Seitenelemente
*/
img.startlogo {
	margin-top: 2vh;
	margin-bottom: 1vh;
	max-height: 15vh;
	width: auto;
}
.startkacheln {
	background-color: #333;
	color: white;
}
.kacheln {
	width: calc(100% - 40px);
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
}
.kachel {
	width: calc(25% - 20px);
	min-width: 190px;
	max-width: 250px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0.8vh;
	position: relative;
}
.kachel &gt; img {
	z-index: 0;
	width: 100%;
	height: auto;
}
.kachel a {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-style: none;
	border-width: 0;
}
.kachel span {
	width: 100%;
	height: 50%;
	display: block;
	text-align: center;
}
.kachel span img {
	height: 80%;
	width: auto;
	margin-top: 5%;
	display: inline-block;
}
.kachel h2 {
	color: white;
	font-size: 20px;
	text-align: center;
}
.kachel p {
	text-align: center;
	font-size: 16px;
}
.startkacheln a,  a.kachel, a.kachel:visited, a.kachel:hover {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
.seite {
	padding-top: 110px;
}
.content {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}
iframe.video {
	width: 100%;
	max-width: 990px;
	height: 560px !important;
	margin-bottom: 40px;
}
.top {
	width: 100%;
	display: block;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	color: white;
	box-shadow: 0px 5px 8px #454545;
}
.top .content {
	margin-top: 15px;
}
.top h1 {
	color: black;
	text-align: center;
	padding: 20px 0 0;
	font: 50px/50px MyFont;
	margin-top: 2px;
}
.logo {
	float: left;
	display: inline-block;
	margin-right: 30px;
}
.logo img {
	height: 80px;
	width: auto;
}
.fuss {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}
.image {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative;
	background: center top;}
.image_hoch {
	width: 100%;
	height: 40vw;
	margin: 0;
	padding: 0;
	position: relative;
	background: center top;
}
.slide_galerie, .slide_galerie_img {
	width: 100%;
	height: 40vw;
}
.slide_galerie {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
.slide_galerie_img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.slide_galerie_nav {
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 15px;
	height: 20px;
	line-height: 40px;
}
.slide_galerie_nav span {
	font-size: 60px;
	cursor: pointer;
}
.start_galerie {
	padding: 0;
	background-color: gray;
	margin-right: auto;
	margin-left: auto;
	font-size: 0;
	line-height: 0;
	position: relative;
	margin-bottom: 40px;
}
.start_galerie_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	right: 0;
	bottom: 0;
}
.start_galerie_text h1 {
	margin-top: 70px;
	font-size: 40px;
	text-shadow: black 0 0 5px;
}
.start_galerie img {
	margin: 0;
	position: relative;
}
img.start_galerie_img {
	width: 80px;
	height: 80px;
	opacity: 1;
}
.topmen {
	
}
.topmen img {
	height: 14px;
}
.image2 {
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}
.balken_y {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	background-color: #fdc300;
}
.cms {
	position: relative;
	padding-top: 40px;
	text-align: left;
}
.spalte {
	width: 38%;
	float: left;
}
.spaltenabst {
	width: 24%;
	float: left;
	height: 100px;
}
.impress {
	float: right;
	margin-left: 20px;
}
.tabelle td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}
.content iframe {
	width: 100%;
	height: 300px;
	display: inline-block;
}
/* pulldown */
.pd_head h4 {
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:  pointer;
	margin: 10px 0 5px;
	position: relative;
	padding-left: 24px;
	text-align: left;
}
.pd_head h4 img {
	display: inline-block;
	margin-right: 10px;
	margin-left: -24px;
}
.pd_content h1 {
	margin-bottom: 10px;
}
.pd_content {
	width: 100%;
}
.pd_content {
	display: none;
}
.pd_content h2 {
}
.pd_content p {
	margin-top: 0;
}
/* Menue */
ul#menue {
	padding: 30px 0 0;
	margin: 0;
}
/* Hauptmenue */
ul#menue li {
	list-style: none;
	position: relative;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
ul#menue li a, ul#menue li a:visited {
	color: black;
	text-decoration: none;
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	white-space: nowrap;
	font-style: normal;
	line-height: 40px;
	font-size: 14px;
}
ul#menue li a:hover, ul#menue li.aktiv a {
	color: #fdc300;
}
/* Submenue*/
ul#menue li ul {
	position: absolute;
	display: none;
	margin: 0;
	top: 40px;
	left: 10px;
	width: auto;
	background-color: #ffffff;
	z-index: 1000;
	border-top: 3px solid #fdc300;
	border-bottom: 3px solid #fdc300;
}
ul#menue li:hover ul, ul#menue li:focus ul {
	display: block;
}
ul#menue li ul li {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fdc300;
}
ul#menue li ul li:last-child {
	border-bottom: none;
}
ul#menue li ul li a, ul#menue li ul li a:visited {
	color: #2f3d30;
	margin: 0;
	width: 100%;
	line-height: 30px;
	padding: 0;
	font-size: 17px;
	display: block;
}
ul#menue li ul li.aktuell a, ul#menue li ul li a:hover {
	color: #fdc300;
}
/*
ansprechpartner
*/
.ansprechpartner h1 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	background-image: url(../images/headline.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	margin: 15px 0;
	padding: 0 0 0 15px
}
.ansprechpartner div {
	margin: 15px;
}
.ansprechpartner h3, .ansprechpartner h3 a, .ansprechpartner h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.ansprechpartner h4 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0;
}
.ansprechpartner p {
	margin: 0;
	padding: 0;
}
.ansprechpartner p b {
	font-weight: bold;
}
.ansprechpartner div img {
	margin-right: 10px;
	float: left;
}
.ansprechpartner a, .ansprechpartner a:visited {
	
}
.ansprechpartner div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ansprechpartner span {
	line-height: 140%;
	display: inline-block;
	width: 210px;
}
.ansprechpartner_bild {
	vertical-align: top !important;
	width: 170px;
}
/* download */
.download {
}
.download h6 a {
	font-weight: normal;
	margin-left: 20px;
}
/* galerie */
.galerie {
	width: 990px;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: 33%;
	text-align: center !important;
	display: inline-block;
	margin-bottom: 20px;
}
.galerie_image img {
	margin-bottom: 5px;
	height: auto;
}
/* news */
.news h3 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
.news h3 span {
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	display: inline-block;
	font-size: 13px;
}
.news p {
	
}
.news_bilder {
	text-align: left;
}
.news_bilder img {
	height: 100px;
	width: auto;
	margin-right: 5px;
}
a.newslink {
	
}
a.newslink:hover {
	background-image: url(../images/btn_grau.png);
	text-decoration: none;
}
/* umfrage */
.umfrage {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.umfrage h6 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 120%;
}
.umfrage p {
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 120%;
}
.umfrage p span {
	display: inline-block;
	margin-right: 20px;
}
/*Formulartremplates */
.formular form {
	width: 100%;
}
.formular {
	text-align: left;
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font: 0.9rem/1em var(--sans);
}
.formular div.normal {
	width: calc(50% - 20px);
}
.formular div.breit {
	width: 100%;
}
.formular p, .formular label {
	width: 100%;
	display: inline-block;
	color: #333333;
	font: bold 0.85rem/1em MyFont;
	margin-bottom: 2px;
}
.formular td {
	padding-bottom: 5px;
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #949596;
	font: 16px var(--sans);
}
.formular .standard, .formular .lang {
	width: calc(100% - 12px);
}
.formular .kurz {
	width: calc(30% - 32px);
	margin-right: 20px;
}
.formular .mittel {
	width: calc(70% - 12px);
}
.formular .inputgroup {
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
}
form input[type='submit'], form input[type='button'], button {
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font: bold 0.75rem/1.5em var(--sans);
	cursor: pointer;
	background-color: #fdc300;
	color: #666666;
	float: right;
	border-style: none;
	margin-left: 10px;
}
form input[type='submit'].sm_kl, form input[type='button'].sm_kl, button {
	font-size: 0.75em;
	line-height: 1.2em;
}
/*meldungen*/
.fehlermeldung {
	color: #000;
	background-color: #efefef;
	text-align: center;
	position: fixed;
	top: 90px;
	left: calc(50% - 220px);
	width: 440px;
	z-index: 2000;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border: 1px solid #1b1b42;
	border-radius: 4px;
	box-shadow: 4px 4px 3px #c9c9c9;
	max-height: calc(100% - 140px);
	overflow: auto;
	padding: 10px;
}
.fehlermeldung h1, .fehlermeldung h2 {
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	padding: 5px;
	border-style: none;
}
.fehlermeldung h1 {
	color: #ff0000 !important;
}
.fehlermeldung h2 {
	color: #000000 !important;
}
.fehlermeldung p {
	font-size: 12px !important;
	text-align: left;
}
.fehlermeldung table {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.fehlermeldung a, .fehlermeldung a:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 20px;
	border: 1px solid #666666;
	display: inline-block;
}
.hide {
	display: none !important;
}
/* pad */
@media(max-width: 980px){
	body {
	}
	.top h1 {
		font-size: 45px;
	}
	.formular div.spalte, .formular div.breit, .formular div.mittel {
		white-space: normal;
	}
}
/* smartphone */
@media(max-width: 740px){
	body {
		font-size: 12px;
	}
	.top {
		height: 110px;
	}
	.seite {
		margin: 80px 0 0;
	}
	.content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.image {
		height: 200px;
	}
	.logo {
		margin-top: 0;
		margin-right: 10px;
		width: 70px;
		overflow: hidden;
	}
	.logo img {
		width: auto;
		height: 80px;
	}
	.content .img {
		max-width: 100%;
	}
	h1 {
		margin-top: 0;
		margin-bottom: 5px;
		line-height: 140%;
		font-size: 20px;
	}
	h2 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 18px;
	}
	h3  {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 60px;
	}
	h4 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 20px;
	}
	h5 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	h6 {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	p {
		margin-bottom: 0;
		margin-top: 10px;
		text-align: left;
	}
	.top h1 {
		font-size: 25px;
		margin: 0;
		line-height: 100%;
	}
	.men {
		display: inline-block;
		position: relative;
		margin-top: 0px;
		margin-left: 0;
	}
	ul#menue {
		padding: 0;
		margin: 0;
	}
	ul#menue li a, ul#menue li a:visited {
		padding-right: 5px;
		padding-left: 5px;
		line-height: 30px;
		font-size: 12px;
	}
	.bew_start_spalte {
		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
	}
	.formular div.spalte, .formular div.breit, .formular div.mittel {
	/* spalte */
		width: 100%;
		float: none;
		padding-bottom: 4px;
	}
	.formular h6 {
	/* feldbeschriftung */
		font-size: 11px;
	}
	/* feldbreiten: ohne, standard, kurz, mittel, lang */
	.formular input.standard, .formular textarea.standard {
		width: 160px;
	}
	.formular input.kurz, .formular textarea.kurz {
		width: 50px;
	}
	.formular input.mittel, .formular textarea.mittel {
		width: 100px;
	}
	.formular input.lang, .formular textarea.lang {
		width: 160px;
	}
}</pre></body></html>