@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Light.woff2') format('woff2'),
         url('../cpfont/Roboto-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-LightItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-LightItalic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Italic.woff2') format('woff2'),
         url('../cpfont/Roboto-Italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Regular.woff2') format('woff2'),
         url('../cpfont/Roboto-Regular.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
/*
html
*/
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 {
	font-size: 19px;
}
body {
	color: #707070;
	text-align: center;
	margin: 0;
	background: #ffffff;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: fixed;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
}
/* linksteuerung */
a, a:visited {
	color: #189623;
}
a:hover {
	text-decoration: none;
}
a.anker {
	margin: -8rem 0 0;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	position: absolute !important;
	border-style: none !important;
	background-color: transparent !important;
}
/*basic*/
.gelb {
	background-color: #FDC801;
}
.gruen {
	background-color: #189623;
}
.grau {
	background-color: #707070;
}
/* schriftformatierung:headline					h1kleine headline			h2überschrift				h3kleine überschrift		h4z.B. Überschrift News	h5z.B. Datum in News		h6normale Schrift			pkleine Schrift			span'kl' */
h1, h2, h3, h4, h5, h6, p, main ul, main li {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.55em;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
	margin-bottom: 0.5em;
}
h1, h2, h3, h4 {
	color: #189623;
}
h1 {
	font-size: 2.35rem;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	font-size: 1.2rem;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
h3 {
	font-size: 1.1rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 1rem;
}
p {
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 1rem;
}
.small, .kl {
	font-size: 0.8rem !important;
}
.b {
	font-weight: bold;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.l {
	text-align: left !important;
}
.c, .center {
	text-align: center !important;
}
.r {
	text-align: right !important;
}
.links {
	float: left;
}
.rechts {
	float: right;
}
.hilfe {
	margin-bottom: 0;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9rem;
}
.hilfe b {
	color: #c31717;
}
/* cms */
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
	width: 100%;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.mce-content-body  {
	text-align: left;
}
.mce-content-body ul {
	margin-left: 1rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
	min-width: 20px;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
popup
*/
#mask {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	margin: 0;
	display: none;
	opacity: 0;
	transition: opacity 1s;
}
#mask.akt {
	display: block;
	opacity: 0.6;
	transition: opacity 1s;
}
/*
seiteninhalt
*/
.content {
	width: calc(100% - 4rem);
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
main {
	padding-top: 7rem;
}
main .content {
	align-items: center;
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: stretch;
	max-width: 900px;
}
main .content div {
	width: 100%;
}
section {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
section .content {
	text-align: left;
}
.spalte {
	width: calc(50% - 2rem);
	max-width: 600px;
}
main .content div.text {
	max-width: 800px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
main .content div.halb {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
main .content div img {
	max-width: 100%;
}
.bildtext  {
	padding: 4rem 1rem;
}
.bildtext h2, .bildtext p  {
	color: #ffffff;
	padding-right: 2rem;
	padding-left: 2rem;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*
header
*/
header {
	height: 7rem;
	width: 100%;
	margin: 0;
	position: fixed;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	z-index: 1000;
	text-align: center;
}
header .logo img {
	float: left;
	display: block;
	height: 8rem;
	width: auto;
	margin-top: 0.5rem;
}
/*
seite
*/
.main img {
	max-width: 100%;
	height: auto;
}
/*
imageslider
*/
.image .lSAction > a {
	background-image: none;
	opacity: 1;
}
.image .lSAction > .lSNext, .lSAction > .lSPrev {
	background-size: contain;
	background-position: center center;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
}
.image .lSAction > .lSNext {
	background-image: url(../images/pfeil.svg);
}
.image .lSAction > .lSPrev {
	background-image: url(../images/pfeil.svg);	
	transform: rotate(180deg);
}
.image .lSSlideOuter, .image .lSSlideWrapper {
	height: 100%;
}
.image .lSSlideOuter .lSPager.lSpg > li a {
	border: 2px solid #ffffff;
	background-color: transparent;
	box-shadow: none;
	width: 0.5rem;
	height: 0.5rem;
}
.image .lSSlideOuter .lSPager.lSpg > li:hover a, .image .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #ffffff;
}
.image a, image a:visited {
	border: none;
}
.image {
	position: relative;
	width: 100%;
	height: 25.6vw;
	margin: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.image ul {
	padding-right: 0;
	padding-left: 0;
	height: 100% !important;
}
.image li {
	height: 100%;
	margin-left: 0;
	display: flex;
	background-size: cover;
	background-position: center;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	position: relative;
}
.image li.topgal::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.25;
}
.image li div {
	width: calc(100% - 20rem);
	max-width: 1300px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	opacity: 1;
	z-index: 1;
	margin-bottom: 1rem;
}
.image li div.rechts {
	text-align: right;
}
.image li div .head1, .image li div .head2 {
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: inline-block;
	width: 100%;
	line-height: 1.55em;
	margin-bottom: 0.5em;
}
.image li div .head1 {
	font-size: 4.4rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.2em;
}
.image li div .head2 {
	font-size: 3.4rem;
	margin-bottom: 1rem;
	font-weight: normal;
	font-style: normal;
	padding-left: 10vw;
}
.image li div a, image li div a:visited {
	line-height: 2em;
	padding-left: 1em;
	padding-right: 3em;
	display: inline-block;
	border: 2px solid #ffffff;
	border-radius: 2em;
	font-size: 1rem;
	position: relative;
	color: #ffffff;
}
.image li div a:hover {
	text-decoration: none;
	background-color: #707070;
}
.image li div a::after, div.startlinks a span::after {
	content: '';
	display: inline-block;
	background-image: url('/images/pfeil_kreis.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 0.25rem;
	right: 0.25rem;
}
/*
navigation
*/
nav {
	position: relative;
	z-index: 2000;
	float: right;
	width: calc(100% - 15rem);
}
nav > ul{
	text-align: left;
	display: inline-block;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 2rem;
}
nav > ul li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
nav > ul li a, nav > ul li a:visited {
	color: #666666;
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 2rem;
	font-size: 1rem;
	font-weight: bold;
	transition: color 0.2s;
	white-space: nowrap;
	text-transform: uppercase;
	margin-top: 0.5rem;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: #189623;
	text-decoration: none;
	transition: color 0.2s;
}
nav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	top: 2rem;
	width: auto;
	height: auto;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #efefef;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: block;
}
nav ul li ul li {
	float: none;
	margin: 0 0.5rem;
	font-size: 0.5rem;
	font-weight: normal;
	font-style: normal;
}
nav ul li ul li a, nav ul li.aktuell ul li a, nav ul li ul li a:visited {
	color: #189623;
	width: 100%;
	margin: 0;
	padding: 0 0.4rem;
	display: block;
}
nav ul li ul li.aktuell a, nav ul li ul li a:hover {
	color: #707070;
}
.nav_icon, .menerw {
	display: none;
}
.schnellkontakt {
	position: fixed;
	right: 0;
	top: 12rem;
	width: 2.5rem;
	z-index: 2200;
	overflow: visible;
}
.schnellkontakt a {
	color: #ffffff;
	text-decoration: none;
	background-color: #189623;
	display: inline-block;
	width: 15rem;
	text-align: left;
	margin-bottom: 1.5rem;
	padding: 0.75rem 0.75rem 0.75rem 2.5rem;
	border-radius: 0.5rem;
	line-height: 1rem;
	position: relative;
	height: 2.5rem;
	transition: margin-left 0.4s;
}
.schnellkontakt a.flowkontakt:hover {
	color: #ffffff;
	text-decoration: none;
	margin-left: -11.25rem;
	transition: margin-left 0.4s;
}
.schnellkontakt a img {
	display: inline-block;
	height: 1rem;
	width: auto;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}
main .content div.icontext {
	width: calc(50% - 1rem);
	margin-bottom: 2rem;
	display: inline-block;
	background-color: #eeeeee;
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.icontext span {
	display: inline-block;
	width: 50px;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #707070;
	margin-bottom: 0.5rem;
}
.icontext h3 {
	font-size: 1rem;
	color: #707070;
}
main .content div.iconftext {
	width: calc(25% - 1rem);
	margin-bottom: 2rem;
	display: inline-block;
	background-color: #eeeeee;
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.iconftext span {
	display: inline-block;
	width: 150px;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.iconftext h3 {
	font-size: 1rem;
}
/*
location
*/
.location {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.l_logo img {
	width: 200px;
}
.l_bereich {
	display: inline-block;
	text-align: center;
	font-size: 0.8rem;
	margin-top: 1rem;
	margin-bottom: 0;
}
.l_bereich img {
	width: 40px;
}
/*
galerie
*/
.galerie {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.galerie div.galerie_image {
	width: calc(33% - 1.5rem);
	margin-bottom: 2rem;
	text-align: center !important;
	display: inline-block;
}
.galerie div.galerie_image a, .galerie div.galerie_image a:visited {
	text-decoration: none;
}
.galerie div.galerie_image a h6 {
	font-size: 0.9rem;
	font-weight: bold;
}
.galerie div.galerie_image a:hover {
	text-decoration: underline;
}
/*
umfrage
*/
.umfrage div {
	margin-top: 10px;
}
.umfrage div.frage {
	margin-top: 40px;
}
.umfrage h6 {
	font-size: 1rem;
	font-weight: bold;
}
.umfrage p {
	margin-top: 0;
}
.umfrage span {
	display: inline-block;
	margin-right: 20px;
}
/*
formulartremplates
*/
.kontaktform {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
form.formular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1em;
}
.formular div.normal {
	width: calc(50% - 40px);
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	font: 0.9rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1em;
	font-weight: bold;
	color: #189623;
	margin-bottom: 0.5rem;
	text-align: left;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular span {
	margin-right: 0.7em;
	margin-left: 0.7em;
	white-space: nowrap;
	font-size: 1em;
	display: inline-block;
	margin-bottom: 0.5rem;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	border: 1px solid #707070;
	font-size: 1rem;
	outline: none;
}
.formular .standard, .formular .lang {
	width: 100%;
}
.formular .kurz {
	width: 27%;
}
.formular .mittel {
	width: 67%;
	float: right;
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font-size: 0.9rem;
	width: auto;
}
.formular .anh_kopf {
	cursor: pointer;
}
.formular div.anh_file {
	border: 1px solid #949596;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: none;
}
.formular input[type='file'] {
	font-size: 0.7rem;
	border: none;
}
input[type='submit'], input[type='button'], button, .sendbutton, a.sendbutton, a.sendbutton:visited {
	margin-top: 1rrem;
	margin-bottom: 1rem;
	background-color: #189623;
	border-radius: 2rem;
	cursor: pointer;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border: 2px solid #189623;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
	background-color: #ffffff;
	color: #189623;
	text-decoration: none;
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
/*
footer
*/
footer {
	font-size: 0.9em;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 2em 0;
	float: none;
	color: #ffffff;
	background: url(/images/bg.jpg) center center;
	background-size: cover;
}
footer .content {
	color: #ffffff;
}
footer a, footer a:visited {
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin-left: 1rem;
}
/*
karte
*/
.map {
	width: 100%;
	height: 60vh;
	max-height: 400px;
}
.map:hover .map_hinweis {
	background-color: #cccccc !important;
}
/*
cookiebanner
*/
#cookiemask {
	background-color:rgba(255, 255, 255, 0.9); 
}
.cookiebanner {
	position: absolute;
	width: 600px;
	top: 13vh;
	left: calc(50% - 300px);
	background-color: #ffffff;
	padding: 2rem;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}
.cookiebanner a, .cookiebanner a:visited {
	color: #189623;
}
.cookiebanner::before {
	content: '';
	display: inline-block;
	background-image: url('/images/cookie.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
}
.cookiereject {
	float: left;
	margin-top: 1rem;
}
.cookieaccept {
	margin-top: 1rem;
	border-color: #189623 !important;
	background-color: #189623;
	color: #ffffff;
	font-weight: bold;
}
/*
responsiv
*/
@media(max-width: 1250px) {
	html {
	}
	nav {
		width: calc(100% - 12rem);
	}
	.image {
		max-height: 18rem;
	}
	.image li div {
		width: calc(100% - 10rem);
	}
	.image li div .head1 {
		font-size: 3.6rem;
	}
	.image li div .head2 {
		font-size: 3.2rem;
	}
}@media(max-width: 950px){
	html {
		font-size: 17px;
	}
	/* navigation */
	header {
		height: 5rem;
	}
	header .logo img {
		height: 6rem;
	}
	.ueber {
		display: none;
	}
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		width: 2rem;
		height: 2.2rem;
		top: 1.5rem;
		right: 0;
		color: #666666;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #189623;
		margin-bottom: 7px;
	}
	.nav_close  {
		width: 1.5rem;
		height: 1.5rem;
		top: 10px;
		right: 10px;
		position: absolute;
	}
	.nav_close span {
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nav_close span:first-of-type {
		transform: rotate(45deg);
	}
	.nav_close span:last-of-type {
		transform: rotate(-45deg);
	}
	
	#nav_bg {
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		margin: 0;
		display: none;
		opacity: 0.05;
		transition: opacity 0.3s, display 0.3s;
	}
	#nav_bg.akt {
		opacity: 0.;
		display: block;
		transition: opacity 0.3s, display 0s;
	}
	nav {
		position: fixed;
		top: 0;
		height: 100%;
		background-color: #eeeeee;
		z-index: 1000;
		overflow: auto;
		right: 0;
		width: 0;
		max-width: 0%;
		transition: width 0.4s;
	}
	nav.akt {
		width: 300px;
		max-width: 100%;
		transition: width 0.4s;
	}
	nav > ul {
		margin: 2rem 2rem 1rem;
		display: inline-block;
	}
	nav ul li.menerw {
		display: inline-block;
	}
	nav ul li {
		list-style: none;
		text-align: left;
		font-weight: bold;
		width: 100%;
		display: inline-block;
	}
	nav ul li ul li {
		margin-left: 1rem;
		font-weight: normal;
		font-style: normal;
	}
	nav ul li a, nav ul li a:visited {
		text-decoration: none;
		font-size: 1rem;
	}
	nav ul li.aktuell a, nav ul li a:hover {
		text-decoration: none;
	}
	main {
		padding-top: 5rem;
	}
	.image .lSAction > a {
		display: none;
	}
	div.startlinks a, div.startlinks a:visited, main .content div.iconftext {
		width: calc(50% - 1rem);
	}
	main .content div.adressliste {
		width: calc(50% - 0.5rem);
	}
	main .content div.galerie_image {
		width: calc(33.3% - 1rem);
		margin-bottom: 1rem;
	}
}@media(max-width: 750px) {
	html {
		font-size: 16px;
	}
	.image {
		height: 70vw;
	}
	.image {
		max-height: 15rem;
	}
	.image li div {
		width: calc(100% - 4rem);
	}
	.image li div .head1 {
		font-size: 1.8rem;
	}
	.image li div .head2 {
		font-size: 1.5rem;
	}
	.schnellkontakt {
		top: 6rem;
	}
	div.startlinks a, div.startlinks a:visited, main .content div.icontext, main .content div.iconftext, main .content div.adressliste, main .content div.galerie_image, .formular div.normal, main .content div.halb {
		width: 100%;
	}
	footer .fuss div {
		width: 50%;
	}
}@media(max-width: 700px) {
	html { }
	.content {
		width: calc(100% - 2rem);
	}
	header .kontakt {
		display: none;
	}
	h1 {
		font-size: 2.5rem;
		line-height: 1.25em;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	.image a {
		width: 100%;
	}	
}@media(max-width: 650px) {
	html { }
	.ganz {
		text-align: center;
	}
	main .content h1, main .content h2, main .content h3, main .content p {
		padding-right: 0;
		padding-left: 0;
	}
	main .content div.pv_erkl {
		top: 10vh;
		left: 5vw;
		width: 90vw;
	}
	main .content .pv_erkl h2, main .content .pv_erkl p {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}@media(max-width: 400px) {
	html { }
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}
}