@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Barlow-Regular.woff2') format('woff2'),
         url('../cpfont/Barlow-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Barlow-Italic.woff2') format('woff2'),
         url('../cpfont/Barlow-Italic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Barlow-BoldItalic.woff2') format('woff2'),
         url('../cpfont/Barlow-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Barlow-Bold.woff2') format('woff2'),
         url('../cpfont/Barlow-Bold.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: 22px;
}
body {
	color: #ffffff;
	text-align: center;
	margin: 0;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #28408B;
}
* {
	-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: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.anker {
	margin: -3rem 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*/
.orange {
	background-color: #FFBA00;
}
.dunkelblau {
	background-color: #28408B;
}
.mittelblau {
	background-color: #4160C3;
}
.hellblau {
	background-color: #95badf;
}
.pink {
	background-color: #FF00E2;
}
/* 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%;
}
h1 {
	font: 3.6rem MyFont;
}
h2 {
	font: 0.9rem MyFont;
	color: #FFBA00;
	text-transform: uppercase;
}
h3 {
	font: 1.2rem MyFont;
}
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;
}
/*
seiteninhalt
*/
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 1.4rem) !important;
}
.spalte13 {
	width: calc(33% - 1.4rem) !important;
}
.spalte23 {
	width: calc(67% - 1.4rem) !important;
}
/*
header
*/
.content {
	width: calc(100% - 6rem);
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body img.bg {
	width: auto;
	max-width: 33%;
	position: fixed;
	right: 3rem;
	top: 15rem;
	z-index: -1;
}
header {
	margin: 0 auto;
	z-index: 1000;
	text-align: left;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}
.logo img {
	display: inline-block;
	height: 11rem;
	width: auto;
	margin-top: 2rem;
	margin-left: -2rem;
}
header a.kontakt, header a.kontakt:visited {
	display: inline-block;
	position: fixed;
	font-size: 0.75;
	color: #ffffff;
	border-style: solid;
	border-width: 2px;
	padding: 0.25rem 1rem;
	border-radius: 2rem;
	top: 3rem;
	right: 3rem;
	text-decoration: none;
	background-color: #28408B;
	text-transform: uppercase;
	z-index: 2001;
}
header a.kontakt:hover {
	background-color: #4160C3;
}
header h1 {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 1rem;
}
main {
}
section {
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
section h2 {
	width: 100%;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 2rem;
	padding-right: 1rem;
	padding-left: 1rem;
	border-left: 3px solid #ffffff;
	margin-bottom: 1rem;
}
section h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
section p {
	max-width: 1000px;
	margin-bottom: 0.5rem;
}
/*
seite
*/
.kontakt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kontakt > div {
	width: calc(50% - 1.5rem);
	display: inline-block;
	margin-top: 1rem;
}
.ansprechp {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 2rem;
}
.adressliste {
	width: calc(25% - 1rem);
	margin-right: 2rem;
	display: inline-block;
	background-color: #4160C3;
	margin-bottom: 1rem;
}
.adressliste .portr {
	width: 100%;
}
.adressliste .portr img {
	width: 100%;
	height: auto;
}
.adressliste .adresshead {
	width: 100%;
	padding: 1rem;
}
.adressliste .adresshead label {
	display: none;
}
.adresshead p, .adressliste .adresshead h4, .adressliste .adresshead h5, .adressliste .adresshead p, .adressliste .adresshead a {
	font-size: 0.8rem;
}
.adressliste .adresshead h5 {
	font-weight: normal;
	font-style: normal;
}
.adressliste .adresshead a, .adressliste .adresshead a:visited {
	color: #ffffff;
}
div.news {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_liste {
	width: calc(33% - 2rem);
	margin-top: 3rem;
	display: inline-block;
}
.news_liste h6 {
	font-size: 1.35rem;
}
.news_liste h5 {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}
.news_liste p {
	font-size: 1rem;
	color: #ffffff;
}
.news_liste.newshigh p {
	color: #ffffff;
}
/*
navigation
*/
nav {
	position: relative;
	z-index: 2000;
	margin-top: 2rem;
}
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: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0 3rem 1rem 0;
	font-weight: bold;
	transition: color 0.2s;
	white-space: nowrap;
	border-top: 3px solid #FFBA00;
	line-height: 2em;
	text-transform: uppercase;
	font-size: 0.9rem;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: #FFBA00;
	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: #ff0000;
	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: #0000ff;
}
.nav_icon {
	display: none;
}
/*
footer
*/
footer {
	font-size: 0.8rm;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 2em 0;
	float: none;
	color: #ffffff;
	text-transform: uppercase;
}
footer table {
	width: 100%;
}
footer td:last-of-type {
	text-align: right;
	font-size: 0.8rem;
}
footer a, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer .impress {
	margin-left: 1em;
	float: right;
}
.sitemap {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap div {
	padding-right: 20px;
}
.sitemap a, .sitemap a:visited {
	color: #9f9f9f;
	text-decoration: none;
	display: block;
}
/*
karte
*/
.map {
	width: 100%;
	height: 60vh;
	max-height: 400px;
}
.map:hover .map_hinweis {
	background-color: #cccccc !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;
	outline: none;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
.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 {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-weight: bold;
	transition: color 0.2s;
	white-space: nowrap;
	border-top: 3px solid #FFBA00;
	line-height: 2em;
	text-transform: uppercase;
	font-size: 0.9rem;
	float: right;
	background-color: transparent;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
	color: #FFBA00;
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
/* laptop */
@media(max-width: 1200px) {
	html { }
	.adressliste {
		width: calc(30% - 1rem);
	}
	.news_liste {
		width: calc(50% - 1rem);
	}
	
}
/* pad quer */
@media(max-width: 800px) {
	html {
		font-size: 20px;
	}
	h1 {
		font-size: 3rem;
	}
	.adressliste {
		width: calc(50% - 2rem);
		margin-bottom: 2rem;
	}
}/* pad hochkant, smartphone quer */@media(max-width: 800px){
	html { }}
/* smartphone, schmal */@media(max-width: 650px) {
	html { }
	.formular div.breit {
		width: 100%;
	}
	.logo img {
		margin-top: 1px;
		margin-bottom: 1rem;
	}
	.logo img {
		margin-left: 0;
	}
	header a.kontakt, header a.kontakt:visited {
		right: 1.5rem;
		top: 1.5rem;
	}
	.content {
		width: calc(100% - 4rem);
	}
	h1 {
		font-size: 2rem;
	}
	.adressliste {
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
	}
	.news_liste {
		width: 100%;
	}
	.kontakt > div {
		width: 100%;
	}}
/* smartphone, schmal */@media(max-width: 400px) {
	html {
		font-size: 18px;
	}
	.content {
		width: calc(100% - 3rem);
	}
}