@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-MediumItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-MediumItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Medium.woff2') format('woff2'),
         url('../cpfont/Roboto-Medium.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: 'Headline';
    src: url('../cpfont/Teko-Light.woff2') format('woff2'),
        url('../cpfont/Teko-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
:root {
	--orange: #F07731;
	--rot: #EB2D38;
	--weiss: #ffffff;
	--abstlr: 3rem;
	--absttb: 3rem;
}
/*
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: #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: var(--rot);
	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*/
.orage {
	background-color: #ffb069;
}
.rot {
	background-color: var(--rot);
}
/* 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 {
	font: normal normal 3rem Headline;
	text-transform: uppercase;
	color: var(--rot);
}
h2 {
	font: normal normal 1.8rem/2em Headline;
	text-transform: uppercase;
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	margin-bottom: 1rem;
}
h2::after {
	content: '';
	position: absolute;
	background-color: #000000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform: skew(-15deg);
	display: block;
}
h3 {
	font: normal normal 1.5rem Headline;
	text-transform: uppercase;
	color: var(--rot);
}
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;
}
/* 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;
}
/*
seiteninhalt
*/
header {
	height: 6rem;
	width: 100%;
	margin: 0;
	position: fixed;
	background-color: #000000;
	z-index: 1000;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
header .logo img {
	display: inline-block;
	height: 3rem;
	width: auto;
}
header .social img {
	height: 1.5rem;
	display: inline-block;
}


nav {
	position: relative;
	display: inline-block;
}
nav > ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
nav > ul li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
nav > ul li a, nav > ul li a:visited {
	color: var(--weiss);
	text-decoration: none;
	display: inline-block;
	font: normal normal 1.5rem Headline;
	text-transform: uppercase;
	transition: color 0.2s;
	padding: 1rem;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: var(--orange);
	text-decoration: none;
	transition: color 0.2s;
}
.nav_icon, .menerw {
	display: none;
}
.content {
	width: calc(100% - 6rem);
	max-width: 1100px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: stretch;
	margin-right: auto;
	margin-left: auto;
}
main {
	padding-top: 5rem;
}
.main img {
	max-width: 100%;
	height: auto;
}
main .content div {
	width: 100%;
}
section {
	width: 100%;
	padding-top: var(--absttb);
	padding-bottom: var(--absttb);
}
.text {
	text-align: left;
}
.halb {
	width: 100%;
	position: relative;
	display: flex;
	margin-top: 2rem;
	background-size: cover;
	background-position: center center;
}
main .content .halbcont {
	width: calc(50% + 1rem);
	display: inline-block;
}
main .content .halbbild {
	width: calc(50% - 1rem);
	display: inline-block;
	background-size: cover;
	background-position: center center;
}
.halbcont {
	text-align: right;
}
.halbtext, .kontakt .kontaktform {
	width: calc(500px + 3rem);
	max-width: 100%;
	display: inline-block;
	text-align: left;
	padding-right: 2rem;
	padding-left: 0;
}
.halbtext h3 {
	margin-bottom: 1.5rem;
	line-height: 1em;
}
.halb:nth-child(even) {
	flex-direction: row-reverse;
}
.halb:nth-child(odd) .halbtext, .kontakt .kontaktform {
	padding-right: 0;
	padding-left: 2rem;
}
.kontakt .halb:nth-child(odd) {
	flex-direction: row;
}
.halb:nth-child(even) .halbcont {
	text-align: left;
}
.halbtext .link {
	text-align: center;
	margin-top: 2rem;
}
.halbtext .link a {
	font: normal normal 1.8rem/2em Headline;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	margin-bottom: 1rem;
	border-style: none;
	padding-right: 2rem;
	padding-left: 2rem;
	background-color: #000000;
}
.halbtext .link a:hover {
	color: #ffffff;
	background-color: var(--rot);
	text-decoration: none;
}
.cms_table td {
	line-height: 2rem;
	padding-right: 1rem;
}
.cms_table td:first-of-type {
	font-weight: bold;
}
.cms_table td:last-of-type {
	text-align: right;
}
/*
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: 49.5vw;
	max-height: 700px;
	margin: 0;
	overflow: hidden;
}
.image ul {
	padding-right: 0;
	padding-left: 0;
	height: 100% !important;
}
.image li {
	height: 100%;
	margin-left: 0;
	position: relative;
	overflow: hidden;
}
.image li div.imagebg {
	height: 100%;
	width: 70%;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
}
.image li div.overlay {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	width: 38vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.image li div.overlay::after {
	content: '';
	position: absolute;
	background-color: var(--rot);
	top: 0;
	right: 0;
	left: -15vw;
	bottom: 0;
	z-index: 1;
	transform: skew(-15deg);
}
.image li div a, image li div a:visited {
	line-height: 2em;
	padding: 1rem 2rem;
	display: block;
	font-size: 1rem;
	position: relative;
	color: #ffffff;
	z-index: 4;
	margin-bottom: 25%;
	background-color: #000000;
	font: normal normal 2rem Headline;
	border-radius: 0.75rem;
}
.image li div a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
/*
instagram
*/
main .content .instagram {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
	text-align: left;
	margin-top: 2rem;
}
main .content .instagram a, main .content .instagram a:visited {
	width: calc(33% - 1rem);
	display: inline-block;
	text-decoration: none;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.52);
	transition: all 0.4s;
	color: #707070;
}
main .content .instagram a:hover {
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.52);
	transition: all 0.4s;
}
main .content .instagram div {
	width: 100%;
	background-size: cover;
	background-position: center center;
}
main .content .instagram img {
	width: 100%;
	height: auto;
}
main .content .instagram p {
padding: 0.5rem 1rem;
font-size: 0.8rem;
}
main .content .instagram div, main .content .instagram p {
	z-index: 0;
}
main .content .instagram a span {
	display: none;
	transition: all 0.4s;
}
main .content .instagram a:hover span {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	display: flex;
	flex-wrap : wrap;
	line-height: 1.5em;
	text-align: center;
	align-items : center;
	justify-content : center;
	transition: all 0.4s;
}
/*
galerie
*/
.galerie {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
main .content div.galerie_image {
	width: calc(25% - 1.5rem);
	margin-bottom: 2rem;
	text-align: center !important;
	display: inline-block;
}
div.galerie_image .fancybox {
	margin-bottom: 0.3em;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	transition: all 0.4s;
	display: inline-block;
}
div.galerie_image .fancybox:hover {
	background-size: 110%;
	transition: all 0.4s;
}
div.galerie_image p {
	display: none;
}
/*
formulartremplates
*/
.formular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formular div.normal, .formular div.breit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1em;
}
.formular div.normal {
	width: calc(50% - 1rem);
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	text-align: left;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular span {
	margin-right: 0.7em;
	margin-left: 0.7em;
	font-size: 0.9em;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.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 {
	font: normal normal 1.8rem/2em Headline;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	margin-bottom: 1rem;
	border-style: none;
	padding-right: 2rem;
	padding-left: 2rem;
	background-color: #000000;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
	color: #ffffff;
	background-color: var(--rot);
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
/*
footer
*/
footer {
	font-size: 0.9em;
	clear: both;
	width: 100%;
	margin: 0;
	color: #000000;
	text-align: left;
	padding: 2em 0;
	float: none;
	background-color: var(--orange);
}
footer .content {
	text-align: right;
}
footer a, footer a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 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: #0F518B;
}
.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: #0F518B !important;
	background-color: #0F518B;
	color: #ffffff;
	font-weight: bold;
}
/*
responsiv
*/
@media(max-width: 1000px) {
	html {
	}
	nav > ul li a, nav > ul li a:visited {
		padding: 0.5rem;
	}
	.image li div a, image li div a:visited {
		padding: 0.5rem 1rem;
		margin-bottom: 25%;
		border-radius: 0.5rem;
		font-size: 1.5rem;
	}
	.formular div.normal {
		width: 100%;
	}
}@media(max-width: 750px){
	html {
		font-size: 17px;
	}
	.content {
		width: calc(100% - 4rem);
	}
	/* navigation */
	header {
		height: 5rem;
		justify-content: space-between;
	}
	header .logo img {
		height: 2.5rem;
		margin-left: 2rem;
	}
	.social {
		display: none;
	}
	.image li div.overlay {
		align-content: flex-start;
	}
	.image li div a, image li div a:visited {
		padding: 0.25rem 0.75rem;
		margin-top: 20%;
		border-radius: 0.5rem;
		font-size: 1.4rem;
		margin-bottom: auto;
	}
	.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: 2rem;
		color: #666666;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #ffffff;
		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: var(--rot);
		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 a, nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
		font-size: 1.5rem;
	}
	nav ul li.aktuell a, nav ul li a:hover {
		color: #000000;
		text-decoration: none;
	}
	.halb {
		display: inline-block;
	}
	main .content .halbcont, main .content .halbbild, .halbvideo {
		width: 100%;
	}
	.halbtext {
		padding: 0!important;
	}
	main .content .halbbild, .map {
		margin-bottom: 1rem;
	}
	.halbbild {
		height: 56vw;
	}
	.halb:nth-child(even) {
		flex-direction: row;
	}
	.halbvideo video {
		margin-bottom: 0;
	}
	.map {
		height: 65vw;
	}
}