@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;
}
@font-face {
	font-family: 'OptiAurora';
	src: url('../cpfont/OPTIAurora-BoldCondensed.woff2') format('woff2'),
         url('../cpfont/OPTIAurora-BoldCondensed.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 {
	font-size: 18px;
}
* {
	-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;
}
body {
	color: #ffffff;
	text-align: center;
	margin: 0;
	background-color: #000000;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
}
/*linksteuerung*/
a, a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.anker {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
/*farben*/
.rot {
	background-color: #e2001b;
}
.blau {
	background-color: #029ee1;
}
.hellgrau {
	background-color: #cccccc;
}
/* 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;
	line-height: 1.5em;
	width: 100%;
	margin-bottom: 0.5em;
}
h1 {
	font: 3rem OptiAurora;
}
h2 {
	font: 2rem OptiAurora;
}
h3 {
	font: 1rem OptiAurora;
}
h4 {
}
h5 {
}
h6 {
}
main p {
	text-align: left;
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 1rem;
	text-align: left;
}
.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;
}
.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;
}
.clearer {
	clear: both;
}
.clearfix {
	display: flow-root;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.float_l {
	float: left;
	display: inline-block;
}
.float_r {
	float: right;
	display: inline-block;
}
/*
seiteninhalt
*/
main {
	padding-top: 140px;
}
section {
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.content {
	width: calc(100% - 40px);
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
/*
header
*/
header {
	height: 140px;
	width: 100%;
	margin: 0;
	text-align: center;
	position: fixed;
	background-color: #000000;
	box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.25);
	z-index: 1000;
	text-align: center;
}
header .content, footer .content {
}
.logo img {
	float: left;
	display: inline-block;
	height: 60px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}
/*
navigation
*/
/* Menue */
nav {
	text-align: left;
	width: 100%;
}
.menbtn {
	display: none;
}
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;
}
nav ul li a, nav ul li a:visited {
	color: #029ee1;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	font: 25px OptiAurora;
	line-height: 45px;
}
nav ul li a:hover, nav ul li.aktuell a {
	color: #e2001b;
	text-decoration: none;
}
nav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	top: 45px;
	width: auto;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: block;
	background-color: #ffffff;
}
nav ul li ul li {
	float: none;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-left: -0.5rem;
}
nav ul li ul li a, nav ul li.aktuell ul li a, nav ul li ul li a:visited {
	margin: 0;
	width: 100%;
	padding: 0 10px;
	display: block;
	color: #029ee1;
	text-transform: none;
	font: 20px/40px MyFont;
}
nav ul li ul li.aktuell a, nav ul li ul li a:hover {
	color: #e2001b;
}



/*
footer
*/
footer {
	font-size: 0.7em;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 2em 0;
	float: none;
	color: #ffffff;
}
footer p {
	width: 100%;
}
footer a, footer a:hover, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer span {
	float: left;
}
.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;
}
/*
seite
*/
.image {
	width: 100%;
	height: 39vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.bild {
	width: 100%;
	text-align: center;
}
.bild img {
	min-width: 300px;
	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;
}
/*
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;
}
/*
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 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: 12px 12px;
	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 {
	background-color: #f2f2f2;
	color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 12px 13px 8px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	float: right;
	border-style: none;
}
.formular input[type='submit']:hover, .formular input[type='button']:hover, button:hover {
	color: #ffffff;
	background-color: #6e8ea7;
	box-shadow: inset 300px 0 0 0 #6e8ea7;
    transition:all 0.6s ease;
}
/* 1024 < laptop, pad quer < 1450 */
@media(max-width: 1450px) {
	html { }
}
/* pad hochkant, smartphone quer */
@media(max-width: 1000px) {
	html {
		font-size: 1rem;
	}
}
/* pad */
@media(max-width: 750px) {
	html {
		font-size: 16px;
	}
	body {
	}
	header {
		height: 100px;
	}
	.mobil {
		display: inline-block;
	}
	/*
	navigation
	*/
	.nav_icon, .nav_close {
		display: inline-block;
		position: relative;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 21px;
		color: #e2001b;
	}
	.nav_icon {
		color: #e2001b;
		height: 40px;
		line-height: 40px;
		float: right;
		margin-top: 35px;
		margin-left: 20px;
	}
	.nav_icon p {
		color: #e2001b;
		display: inline-block;
		float: left;
	}
	.nav_close {
		z-index: 1011;
		width: 30px;
		height: 30px;
		float: right;
		margin-top: 20px;
		margin-right: 20px;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 40px;
		height: 5px;
		background-color: #029ee1;
		margin-bottom: 8px;
	}
	.nav_close span {
	}
	.nb1, .nb2 {
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nb1 {
		transform: rotate(45deg);
	}
	.nb2 {
		transform: rotate(-45deg);
	}
	nav {
		width: 0;
		height: 100%;
		position: fixed;
		min-width: 0;
		top: 0;
		right: 0;
		overflow: auto;
		transition: width 0.7s;
		background-color: #000000;
		z-index: 1010;
	}
	body.akt nav {
		width: 250px;
		transition: width 0.7s;
		display: block;
		box-shadow: 0px 0px 10px 3px rgba(255,255,255,0.5);
	}
	.menbtn {
		display: inline-block;
	}
	.menlink {
		display: none;
	}
	nav ul {
		list-style: none;
		display: inline-block;
		padding-top: 0;
		width: calc(100% - 10px);
	}
	nav ul li {
		float: none;
		padding-right: 10px;
		padding-left: 10px;
		cursor: pointer;
	}
	nav ul li a, nav ul li a:visited {
		color: #029ee1;
		position: relative;
		text-align: left;
		font-size: 16px;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
		line-height: 1em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		width: 100%;
	}
	nav ul li.aktuell a, nav ul li a.active, nav ul li a:hover {
		color: #e2001b;
		background-color: transparent;
	}
	nav ul li ul, nav ul li.aktuell ul, nav ul li:hover ul {
		margin-left: 10px;
		display: none;
		position: relative !important;
		top: 0;
		width: 100%;
	}
	nav ul li ul li {
		width: 100%;
	}
	nav ul li ul li a, nav ul li.aktuell ul li a {
		color: #4c4d4c;
		text-transform: none;
		line-height: 1.2em;
		width: 100%;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		white-space: normal;
	}
	nav ul li.aktuell ul {
		display: inline-block;
		background-color: transparent;
	}
	nav ul li ul li a.active, nav ul li ul li.aktuell a, nav ul li ul li a:hover {
		color: #e2001b;
		background-color: transparent;
	}
	.batteriefinder {
		width: 100%;
	}	
}
@media(max-width: 400px) {
	body {
	}
	.logo img {
		height: 50px;
		margin-top: 25px;
	}
}