@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NotoSans-ExtraLight.woff2') format('woff2'),
         url('../cpfont/NotoSans-ExtraLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NotoSans-ExtraLightItalic.woff2') format('woff2'),
         url('../cpfont/NotoSans-ExtraLightItalic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NotoSans-Italic.woff2') format('woff2'),
         url('../cpfont/NotoSans-Italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NotoSans-Regular.woff2') format('woff2'),
         url('../cpfont/NotoSans-Regular.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: 'Hand';
    src: url('../cpfont/ArTarumianGrig.woff2') format('woff2'),
        url('../cpfont/ArTarumianGrig.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Headline';
    src: url('../cpfont/NotoSans-Medium.woff2') format('woff2'),
        url('../cpfont/NotoSans-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	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: 18px;
}
body {
	color: #232323;
	text-align: center;
	margin: 0;
	background-size: auto 100%;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #f5f2e7;
}
* {
	-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: #AE0F0B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.anker {
	margin: -7rem 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*/
.rot {
	background-color: #AE0F0B;
}
.dunkelgrau {
	background-color: #81795C;
}
.hellgrau {
	background-color: #E3E0D9;
}
/* 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;
	margin-bottom: 0.25rem;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
}
h1 {
	font: 3rem Headline;
	margin-top: 2rem;
}
h2 {
	font: 2.5rem Hand;
	margin-top: 2rem;
	margin-bottom: 0.5em;
}
h3 {
	font: 1.4rem Headline;
	margin-bottom: 0.5em;
}
h4 {
}
h5 {
}
h6 {
}
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;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
/* cms */
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 0.5em;
}
.float_l {
	float: left;
	display: inline-block;
}
.float_r {
	float: right;
	display: inline-block;
}
.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.6;
}
#infofenster {
	color: #000;
	background-color: black;
	position: fixed;
	top: 10vh;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding: 0;
	display: none;
	text-align: center;
	z-index: 1100;
}
#infofenster iframe {
	margin: 1em auto 0.5em;
}
/*
seiteninhalt
*/
section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
section > div {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.content {
	width: calc(100% - 40px);
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	position: relative;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte, .bildspalte {
	width: calc(50% - 2rem);
}
.bildspalte {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
/*
header
*/
header {
	width: 100%;
	margin: 0;
	position: fixed;
	background-color: #f5f2e7;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	z-index: 1000;
	text-align: center;
}
header .content, footer .content {
	position: relative;
}
.logo img {
	float: left;
	display: block;
	height: 5rem;
	width: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 4rem;
}
main {
	padding-top: 7rem;
	position: relative;
}
/*
seite
*/
.image, .bild {
	width: 100%;
	height: 30vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.main img {
	max-width: 100%;
	height: auto;
}
.start li {
	list-style: none;
}
.start li:before {
	content: '… ';
	margin-left: -1rem;
}
.storch {
	background-color: #f4edd3;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
/*
navigation
*/
nav {
	position: absolute;
	z-index: 2000;
	top: 4rem;
	right: 4rem;
}
nav > ul{
	text-align: left;
	display: inline-block;
}
nav > ul li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
nav > ul li a, nav > ul li a:visited {
	color: #232323;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0.8rem;
	line-height: 3rem;
	font-size: 1.1rem;
	transition: color 0.2s;
	white-space: nowrap;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: #AE0F0B;
	text-decoration: none;
	transition: color 0.2s;
}
nav > ul li.aktuell a {
	font-weight: bold;
}


.nav_icon {
	display: none;
}
/*
footer
*/
footer {
	font-size: 0.9em;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 2em 0;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}
footer .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .content div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	text-align: center;
}
footer .content div:first-of-type {
	text-align: left;
}
footer .content div:last-of-type {
	text-align: right;
}
/*
galerie
*/
.galerie {
	width: 100%;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: 33%;
	text-align: center !important;
	display: inline-block;
	margin-bottom: 1em;
}
.galerie_image img {
	margin-bottom: 0.3em;
	height: auto;
}
/* slide galerie */
.slide_galerie {
	display: block;
	width: 100%;
	height: 30vw;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}
.slide_galerie_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center top;
	z-index: 0;
}
.slide_galerie_nav_b, .slide_galerie_nav_f {
	position: absolute;
	top: calc(50% - 17px);
	cursor: pointer;
	z-index: 500;
}
.slide_galerie_nav_b {
	left: 150px;
}
.slide_galerie_nav_f {
	right: 25px;
}
.slide_galerie_nav {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 1.5rem;
	height: 20px;
	line-height: 40px;
}
.slide_galerie_nav span {
	font-size: 0;
	cursor: pointer;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 1rem 1rem 1rem 1rem;
	border: 1px solid #ffffff;
	display: inline-block;
	line-height: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #ffffff;
}
.slide_galerie_nav span.akt, .slide_galerie_nav span:hover {
	background-color: #AE0F0B;
	border-color: #AE0F0B;
}
/*
karte
*/
.map {
	width: 100%;
	height: 60vh;
	max-height: 400px;
}
.map:hover .map_hinweis {
	background-color: #E3E0D9 !important;
}
/*
formulartremplates
*/
.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% - 20px);
	display: flex;
	justify-content: space-between;
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #333333;
	font-size: 0.7rem;
	line-height: 1em;
	margin-bottom: 3px;
	padding-right: 10px;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
	margin-left: 0.7em;
	font-size: 0.9em;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #949596;
	font-size: 0.9rem;
	outline: none;
}
.formular .standard, .formular .lang {
	width: 100%;
}
.formular .kurz {
	width: 27%;
}
.formular .mittel {
	width: 67%;
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
	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 {
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
	font: bold 1.1rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
	color: #AE0F0B;
	float: right;
	border: 1px solid #AE0F0B;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
	background-color: #AE0F0B;
	color: #f5f2e7;
}
.formularfehler {
	color: #AE0F0B;
	padding: 5px;
}/* Responsiv */@media(max-width: 1250px){
	html { }
	/* navigation */
	.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: 4.2rem;
		right: 2rem;
		color: #81795C;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #AE0F0B;
		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: #f4edd3;
		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: 1.7rem 0.5rem 0.5rem 1rem;
	}
	nav ul li {
		list-style: none;
		text-align: left;
		font-weight: bold;
		width: 100%;
	}
	nav ul li ul li {
		margin-left: 1rem;
		font-weight: normal;
		font-style: normal;
	}
	nav ul li ul li ul li {
		margin-left: 2rem;
		font-size: 0.94em;
	}
	nav ul li a, nav ul li a:visited {
		color: #333333;
		text-decoration: none;
	}
	nav ul li a.aktuell, nav ul li a:hover {
		color: #999999;
		text-decoration: none;
	}
}@media(max-width: 750px){
	html { }
	.spalte, .bildspalte {
		width: 100%;
	}
	.slide_galerie, .image, .bild, .bildspalte {
		height: 50vw;
	}
	.logo img {
		margin-left: 2rem;
	}
	footer .content div {
		width: calc(50% - 1rem);
	}
	footer .content div:first-of-type {
		width: 100%;
		margin-bottom: 1rem;
	}
	.formular div.normal {
		width: 100%;
	}}
/* smartphone, schmal */@media(max-width: 400px) {
	html {
		font-size: 16px;
	}
	.formular div.normal {
		width: 100%;
	}
}