
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/AndikaNewBasic-Regular.woff2') format('woff2'),
         url('../cpfont/AndikaNewBasic-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/AndikaNewBasic-Italic.woff2') format('woff2'),
         url('../cpfont/AndikaNewBasic-Italic.woff') format('woff');
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/AndikaNewBasic-BoldItalic.woff2') format('woff2'),
         url('../cpfont/AndikaNewBasic-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/AndikaNewBasic-Bold.woff2') format('woff2'),
         url('../cpfont/AndikaNewBasic-Bold.woff') format('woff');
	font-weight: bold;
}
@font-face {
	font-family: 'ChelseaMarket';
	src: url('../cpfont/ChelseaMarket-Regular.woff2') format('woff2'),
         url('../cpfont/ChelseaMarket-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
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: 20px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-style: none;
}
section img {
	max-width: 100%;
	height: auto;
}
.noborder {
	border-style: none !important;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
}
body {
	color: #333333;
	text-align: center;
	margin: 0;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(/images/bg.svg) center repeat fixed #ffffff;
	background-size: 1500px;
}
/*
	background: url(/images/bg2.svg) center center no-repeat fixed #ffffff;
	background-size: auto 90%;linksteuerung*/
a, a:visited {
	color: #c81818;
	text-decoration: none;
}
a:hover {
	color: #c81818;
	text-decoration: underline;
}
a.anker {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
/*farben*/
.beige {
	background-color: #fdfae6;
}
.rot {
	color: #c81818;
}
.blau {
	color: #005a96;
}
.gruen {
	color: #4c7620;
}
/* schriftformatierung:headline			h1kleine headline		h2überschrift			h3kleine überschrift	h4z.B. Datum in News	h6normale Schrift		pkleine Schrift		span klein */
h1, h2, h3, h4, h5, h6, p, main ul, main li {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
}
h3, h4, h5, h6, p {
	width: 100%;
	margin-top: 0.5em;
}
h1, h2, h3, h4, h5 {
	color: #005a96;
}
h1 {
	font: 2.5rem ChelseaMarket;
	margin-top: 0.5em;
	color: #005a96;
}
h2 {
	font: 2rem ChelseaMarket;
}
h3 {
	font: 1.5rem ChelseaMarket;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 0.9rem;
	font-weight: normal;
	font-style: normal;
}
p {
	font-size: 1rem;
}
main ul, main ol {
	margin-left: 1.3rem;
}
main li {
	margin-left: 0;
}
.small, .kl {
	font-size: 0.8rem !important;
}
/*cms*/
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 0.5em;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.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;
}
.clearer {
	clear: both;
	width: 100%;
	height: 0;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.mce-content-body  {
	text-align: left;
}
.mce-content-body ul {
	margin-left: 1rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
elemente
*/
.hide {
	display: none;
}
.float_l {
	float: left;
	display: inline-block;
}
.float_r {
	float: right;
	display: inline-block;
}
/*
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;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-opera-opacity: 0.6;
	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
*/
main {
}
section {
	width: 100%;
	padding-bottom: 40px;
}
.content {
	width: calc(100% - 40px);
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.spalte {
	width: calc(50% - 10px);
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
/*
header
*/
header {
	position: fixed;
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: #005a96;
	z-index: 1000;
}
header .content, footer .content {
	position: relative;
}
.logo img {
	float: left;
	display: inline-block;
	height: 80px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 3px;
}
.topend {
	width: 100%;
	overflow: visible;
	position: relative;
}
.topend img {
	position: absolute;
	z-index: 999;
	top: -1px;
	left: 0;
}
main {
	padding-top: 80px;
}
/*
navigation
*/
.nav_icon, .nav_close {
	display: none;
}
nav {
	text-align: left;
	width: calc(100% - 140px);
	display: inline-block;
	margin-top: 62px;
	z-index: 1000;
}
nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
/* Hauptmenue */
nav ul li {
	list-style: none;
	position: relative;
	text-align: left;
	padding: 0;
	flex-grow:1;
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
}
nav ul li a, nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
	text-align: left;
	line-height: 1.5rem;
	border-bottom: 2px solid #005a96;
}
nav ul li a:hover, nav ul li.aktuell a {
	color: #ffffff;
	text-decoration: none;
	border-bottom-color: #ffffff;
}
nav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	top: 32px;
	left: -0.4rem;
	background-color: #ffffff;
	background-color: #005a96;
	width: auto;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: block;
}
nav ul li ul li {
	float: none;
	margin: 0 10px;
	font-size: 1rem;
	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 {
	padding: 0;
	width: 100%;
	margin: 0;
	display: block;
	color: #005a96;
	color: #ffffff;
	border-bottom-color: #005a96;
}
nav ul li ul li.aktuell a, nav ul li ul li a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
.submen {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.submen a, .submen a:visited {
	color: #005a96;
	background-color: #ffffff;
	border: 2px solid #005a96;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 0.9rem;
	display: inline-block;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 16px;
	border-radius: 0.4em;
	font-weight: bold;
	line-height: 1.8em;
    transition:all 0.2s;
}
.submen a:hover {
	color: #ffffff;
	border: 2px solid #005a96;
	background-color: #005a96;
    transition:all 0.2s;
}
ul.menliste {
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: 0;
}
ul.menliste li {
	display: inline-block;
	width: 48%;
}
ul.menliste li a {
	color: #005a96;
	background-color: #ffffff;
	border: 2px solid #005a96;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 0.9rem;
	display: inline-block;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 16px;
	border-radius: 0.4em;
	font-weight: bold;
	line-height: 1.8em;
    transition:all 0.2s;
}
/*
footer
*/
footer {
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #005a96;
	text-align: left;
	padding: 2em 0;
	float: none;
	position: relative;
	overflow-x: hidden;
}
footer p {
	font-size: 0.8em;
	color: #ffffff;
}
footer a, footer a:hover, footer a:visited {
	color: #ffffff;
	font-size: 0.7em;
}
/*
seite
*/
.image {
	width: 100%;
	height: 30vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	overflow: hidden;
}
img.rahmen_o, img.rahmen_u {
	position: absolute;
	margin: 0;
	padding: 0;
	width: calc(100% + 4px);
	left: 0;
}
img.rahmen_o {
	top: -1px;
	right: -3px;
}
img.rahmen_u {
	bottom: -1px;
	right: -3px;
}
.content td {
	padding: 3px;
}
.main img {
	max-width: 100%;
	height: auto;
}
.bild_l, .bild_r {
	margin-bottom: 0.5em;
	display: inline-block;
}
.bild_l {
	margin-right: 1em;
	float: left;
}
.bild_r {
	margin-left: 1em;
	float: right;
}
.spalte {
	width: calc(50% - 20px);
}
.spalte13 {
	width: calc(33% - 20px);
}
.spalte23 {
	width: calc(66% - 20px);
}
/*
galerie
*/
.galerie {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: calc(25% - 20px);
	text-align: center !important;
	display: inline-block;
	margin-bottom: 1em;
}
.galerie_image img {
	margin-bottom: 0.3em;
	width: 100%;
	height: auto;
}
.slidegalerie {
	width: 100%;
	margin-top: 40px;
}
.start_seite .galerie_image {
	width: 100%;
	margin-bottom: 1em;
}
.start_seite .galerie_image img {
	width: auto;
	max-width: 70%;
}
/*
diverse
*/
.download, .galerie, .kontakt, .news {
	margin-top: 1rem;
}
/*
news
*/
.news_liste {
	float: none;
}
.news_liste::after {
	content: "";
	display: table;
	clear: both;
}
.news_liste .news_bilder img {
	max-width: 300px;
	height: auto;
	float: left;
	margin-right: 20px;
	width: 100%;
	margin-top: 10px;
}
.news_einzel {
	width: 100%;
}
.news h5 span {
	margin-left: 1rem;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	display: inline-block;
}
.news_text {
	margin-bottom: 2rem;
}
.news_text > span {
	display: inline;
	float: right;
}
/*
formular
*/
.formular {
	width: 100%;
}
.formular form {
	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: 1.4rem;
	font: 0.9rem/1em MyFont;
}
.formular div.normal {
	width: calc(50% - 20px);
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #474747;
	font: 1rem/1em MyFont;
	margin-bottom: 4px;
}
.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: 4px 6px;
	border: 1px solid #949596;
	font: 0.9rem MyFont;
}
.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 MyFont;
}
.formular input[type='email']:invalid, .formular input.fehler  {
	border-color: #e11e2d;
}
.pflichhinweis {
	color: #e11e2d;
	font-weight: bold;
}
.formular input[type='submit'], .formular input[type='button'], button {
	color: #005a96;
	text-shadow: 0 0 0 #ffffff;
	padding: 8px 10px 6px;
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	float: right;
	border: 2px solid #005a96;
    transition:all 0.3s;
	background-color: #fdfae6;
	border-radius: 0.4em;
}
.formular input[type='submit']:hover, .formular input[type='button']:hover, button:hover {
	color: #fdfae6;
	border: 2px solid #005a96;
	background-color: #005a96;
    transition:all 0.3s;
}
/* pad hochkant, smartphone quer */
@media(max-width: 900px) {
	html {
		font-size: 18px;
	}
	.logo {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.logo img {
		height: 65px;
		width: auto;
		margin-top: 15px;
	}

	header .content {
		text-align: center;
	}
	.image {
		height: 40vw;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	/*
	navigation
	*/
	.nav_icon, .nav_close {
		display: block;
		cursor: pointer;
		font-size: 0.8rem;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		width: 2rem;
		top: 1.5rem;
		left: 1.5rem;
		color: #ffffff;
		position: fixed;
		z-index: 1000;
		box-shadow: 0 0 2px 5px rgba(0, 90, 150, 0.9);
		background-color: #005a96;
		height: 2.7rem;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #ffffff;
		margin-bottom: 7px;
	}
	.nav_icon span:nth-of-type(3n){
		margin-bottom: 3px;
	}
	.nav_close  {
		position: absolute;
		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.3;
	}
	#nav_bg.akt {
		opacity: 0.;
		display: block;
	}
	nav {
		position: fixed;
		top: 0;
		height: 100%;
		background-color: #005a96;
		z-index: 1000;
		overflow: auto;
		left: -300px;
		width: 300px;
		transition: left 0.4s;
		margin-top: 0;
	}
	nav.akt {
		left: 0;
		transition: left 0.4s;
	}
	nav > ul {
		margin: 1.7rem 0.25rem 0.25rem 1rem;
	}
	nav ul li {
		list-style: none;
		text-align: left;
		font-size: 1rem;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	nav ul li ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
	}
	nav ul li ul li {
		margin-left: 0.5rem;
		font-weight: normal;
		font-style: normal;
		font-size: 0.9rem;
		margin-bottom: 0.1rem;
	}
	nav ul li a, nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
		white-space: normal;
	}
	nav ul li a.aktuell, nav ul li a:hover {
		color: #ffffff;
		text-decoration: none;
		white-space: normal;
	}
	.submen a, .submen a:visited {
		font-size: 0.7rem;
	}
	.formular div.normal {
		width: 100%;
	}
	footer {
		font-size: 0.8em;
	}
}
/* smartphone */@media(max-width: 600px) {
	html { }
	.image {
		height: 50vw;
	}
	.content {
		width: calc(100% - 20px);
	}
	.logo img {
		margin-bottom: 10px;
	}
	.spalte, .spalte13, .spalte23 {
		width: 100%;
	}
	h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	.galerie_image {
		width: calc(50% - 15px);
		text-align: center !important;
		display: inline-block;
		margin-bottom: 1em;
	}
	.impress br {
		display: none;
	}
}
/* smartphone, schmal */@media(max-width: 400px) {
	html { }
}