@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Quicksand-Regular.woff2') format('woff2'),
         url('../cpfont/Quicksand-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Quicksand-Bold.woff2') format('woff2'),
         url('../cpfont/Quicksand-Bold.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'Light';
	src: url('../cpfont/Quicksand-Light.woff2') format('woff2'),
         url('../cpfont/Quicksand-Light.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'Menue';
	src: url('../cpfont/Quicksand-Medium.woff2') format('woff2'),
         url('../cpfont/Quicksand-Medium.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: 18px;
}
body {
	color: #00233F;
	text-align: center;
	margin: 0;
	background: url(../images/bg.svg) no-repeat fixed #ffffff;
	background-size: auto 100%;
	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: #00233F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.anker {
	margin: -5rem 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*/
.dunkelblau {
	background-color: #00233F;
}
.orage {
	background-color: #FF7600;
}
.graublau {
	background-color: #8D9FB1;
}
.grau {
	background-color: #F8F8F8;
}
.gruen {
	background-color: #D6E6E2;
}
.blau {
	background-color: #C3D9E8;
}
.greige {
	background-color: #E2DED2;
}
.beige {
	background-color: #FFECC9;
}
/* schriftformatierung:MyFont					h1kleine MyFont			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, main td, footer td {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.55em;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
}
h1 {
	font: normal normal 2.77rem Light;
}
h2 {
	font: normal normal 2.22rem Light;
}
h3 {
	font: bold 1rem MyFont;
}
h4 {
}
h5 {
}
h6 {
}
p {
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 0.6em;
	list-style-type: "\FE52";
}
.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
*/
.content {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
.spalte {
	width: calc(50% - 1.4rem) !important;
}
.spalte13 {
	width: calc(33% - 1.4rem) !important;
}
.spalte23 {
	width: calc(67% - 1.4rem) !important;
}
/*
header
*/
header {
	width: 100%;
	margin: 0;
	position: relative;
	background-color: #ffffff;
	z-index: 999;
	text-align: center;
}
header .image {
	width: 100%;
	height: 35.4vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 1000;
	transition: all 0.5s;
}
header .image::after {
	content: '';
	background: url('/images/baustelle.svg') center center;
	background-size: cover;
	width: 15rem;
	height: 15rem;
	position: absolute;
	z-index: 1005;
	transform: rotate(-20deg);
	top: 5%;
	right: 5%;
	display: inline-block;
	animation: drehen 15s linear infinite;
}
@keyframes drehen {
	0% {
		transform: rotate(-20deg);
	}
	25% {
		transform: rotate(-110deg);
	}
	50% {
		transform: rotate(-200deg);
	}
	75% {
		transform: rotate(-290deg);
	}
	100% {
		transform: rotate(-380deg);
	}
}
header.small .image {
	height: 19vw;
	transition: all 0.5s;
}
header .nav {
	width: 100%;
	z-index: 1000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	top: auto;
	position: absolute;
	transition: all 0.5s;
	background-color: #ffffff;
}
header.small .nav {
	transition: all 0.5s;
	height: 4rem;
}
header.small .nav.fix {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	transition: all 0.5s;
}
header .nav a.logo {
	display: inline-block;
	border-radius: 0 10rem 10rem 0;
	background-color: #ffffff;
	margin-top: -8rem;
	z-index: 1010;
	transition: all 0.5s;
}
header.small .nav a.logo {
	border-radius: 0 6.6rem 6.6rem 0;
	margin-top: -5rem;
	transition: all 0.5s;
}
header.small .nav a.logo.fix {
	position: fixed;
	margin: 0;
	top: 0;
	transition: all 0s;
	left: 0;
}
header .nav a.logo img {
	height: 10rem;
	width: auto;
	margin: 3.5rem 1rem 1rem 4rem;
	transition: all 0.5s;
}
header.small .nav a.logo img {
	height: 5rem;
	transition: all 0.5s;
	margin-top: 2rem;
}
header h1 {
	margin-top: 8rem;
}
header .content, footer .content {
	position: relative;
}
main {
	padding-top: 100px;
}
section {
	width: 100%;
}
.main img {
	max-width: 100%;
	height: auto;
}
/*
seite
*/
.halb {
	width: 100%;
	position: relative;
	display: flex;
	margin-bottom: 1rem;
	background-size: cover;
	background-position: center center;
}
.halbcont, .halbbild {
	width: 50%;
	display: inline-block;
}
.halbbild {
	background-size: cover;
	background-position: center center;
}
.halbcont {
	text-align: right;
}
.halbtext {
	width: calc(500px + 3rem);
	max-width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
	display: inline-block;
	text-align: left;
	padding-right: 3rem;
	padding-left: 3rem;
}
.halbtext h2, .halbtext h3 {
	margin-bottom: 1.5rem;
	line-height: 1em;
}
.home .halbtext a, .halbtext a:visited, .startseite a, .startseite a:visited {
	color: #7AA8C7;
	background-color: #e6e6e6;
	background-image: linear-gradient(0deg, #ffffff 0%, #e6e6e6 50%);
	padding: 0.75rem 1.25rem;
	border-radius: 0.25rem;
	margin-top: 1.5rem;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	border: 1px solid #ffffff;
	transition: all 1s;
}
.home .halbtext a:hover, , .startseite a:hover {
	background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 50%);
}
.halb:nth-child(odd) {
	flex-direction: row-reverse;
}
.kontakt .halb:nth-child(odd) {
	flex-direction: row;
}
.halb:nth-child(even) .halbcont {
	text-align: left;
}
.halbvideo {
	width: 50%;
	text-align: left;
}
.halbvideo video {
	width: calc(500px + 3rem);
	max-width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding-right: 3rem;
	padding-left: 3rem;
}
/*
navigation
*/
nav {
	position: relative;
	z-index: 1005;
	flex-grow: 1;
}
header.small nav {
	flex-grow: 0;
	margin-right: 3.5rem;
}
.nav_close, nav p {
	display: none;
}
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: #7AA8C7;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0.8rem;
	line-height: 2rem;
	font: 1.2rem Menue;
	font-weight: bold;
	transition: color 0.2s;
	white-space: nowrap;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: #00233F;
	text-decoration: none;
	transition: color 0.2s;
}
.nav_icon {
	display: none;
}
/*
footer
*/
footer {
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #FF7600;
	text-align: center;
	padding: 2em 0;
	float: none;
	color: #ffffff;
}
footer .content {
	display: flex;
	justify-content: space-between;
}
footer .fuss {
	display: inline-block;
	flex-grow: 1;
}
footer .fuss:nth-of-type(2) {
	flex-grow: 4;
}
footer table {
	margin-right: 1rem;
	margin-left: 1rem;
}
footer td {
	font-size: 1rem;
}
footer td:first-of-type {
	font-family: 'Light';
	padding-right: 1rem;
}
footer .fuss a, footer .fuss a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer .impress {
	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;
}
/*
instagram
*/
.instagram {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
	text-align: left;
}
.instagram a, .instagram a:visited {
	width: calc(33% - 20px);
	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;
}
.instagram a:hover {
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.52);
	transition: all 0.4s;
}
.instagram div {
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.instagram img {
	width: 100%;
	height: auto;
}
.instagram p {
	padding: 15px 20px;
	font-size: 0.8rem;
}
.instagram div, .instagram p {
	z-index: 0;
}
.instagram a span {
	display: none;
	transition: all 0.4s;
}
.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;
}
/*
karte
*/
.map {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
}
.map:hover .map_hinweis {
	background-color: #cccccc !important;
}
/*
youtube
*/
.youtube {
	width: 100%;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content : center;
	align-items : center;
}
.youtube img.youtube_image {
	width: 100%;
	height: auto;
}
.youtube img.youtube_play {
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.youtube .youtube_hinweis {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content : center;
	align-items : center;
	display: none;
}
.youtube .youtube_hinweis p {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.youtube:hover .youtube_hinweis {
	display: flex;
	cursor: pointer;
}
/*Formulartremplates */
.kontaktform {
	width: 600px!important;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}
.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;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #333333;
	font-size: 1rem;
	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 #D0D0D0;
	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 {
	color: #7AA8C7;
	background-color: #e6e6e6;
	background-image: linear-gradient(0deg, #ffffff 0%, #e6e6e6 50%);
	padding: 0.75rem 1.25rem;
	border-radius: 0.25rem;
	margin-top: 1.5rem;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	border: 1px solid #ffffff;
	transition: all 1s;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
	background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 50%);
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}/*
responsiv
*/@media(max-width: 1300px){
	html { }
	/* navigation */
	.nav_icon, .nav_close {
		display: block;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		right: 3rem;
		color: #00233F;
		position: absolute;
		text-align: right;
		float: right;
	}
	.nav_icon span, .nav_close span {
		float: left;
		font-size: 1.25rem;
		margin-left: 1rem;
	}
	.nav_icon pre, .nav_close pre {
		display: block;
	}
	.nav_icon pre {
		width: 1em;
		height: 2px;
		background-color: #00233F;
		margin-bottom: 0.3em;
	}
	.nav_icon pre:last-of-type {
		margin-bottom: 0;
	}
	.nav_close  {
		height: 1.5rem;
		position: absolute;
		z-index: 1001;
		right: 1rem;
		top: 1rem;
	}
	.nav_close span {
		margin-left: 2.5rem;
		color: #ffffff;
	}
	.nav_close pre {
		width: 1.5em;
		height: 2px;
		background-color: #ffffff;
		margin-bottom: 0.3em;
		position: absolute;
		top: 33%;
		right: 0;
	}
	.nav_close pre:first-of-type {
		transform: rotate(45deg);
	}
	.nav_close pre: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: #FF7600;
		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;
	}
	header.small nav {
		margin-right: 0;
	}
	nav > ul {
		margin: 5rem 1rem 3rem;
	}
	nav ul li {
		list-style: none;
		text-align: center;
		width: 100%;
		font-size: 1.55em;
		line-height: 2.5rem;
	}
	nav ul li ul li {
		font-weight: normal;
		font-style: normal;
	}
	nav ul li ul li ul li {
	}
	nav ul li a, nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	nav ul li a.aktuell, nav ul li a:hover {
		color: #00233F;
		text-decoration: none;
	}
	nav p {
		color: #ffffff;
		font-size: 1rem;
		text-align: center;
		margin-bottom: 2rem;
		display: inline-block;
	}
	nav p a, nav p a:visited {
		color: #ffffff;
		margin-top: 0.5rem;
	}	
	header .image {
		height: 19vw;
		transition: all 0.5s;
	}
	header.small .nav .nav_icon {
		position: absolute;
	}
	header .nav a.logo {
		border-radius: 0 6.6rem 6.6rem 0;
		margin-top: -5rem;
		transition: all 0.5s;
	}
	header .nav a.logo img {
		height: 5rem;
		transition: all 0.5s;
		margin-top: 2rem;
	}
	header .image::after {
		width: 10rem;
		height: 10rem;
		top: 5%;
		right: 5%;
	}}
/* smartphone, schmal */@media(max-width: 750px) {
	html {
		font-size: 16px;
	}
	.content {
		width: calc(100% - 6rem);
	}
	h1 {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	.formular div.normal {
		width: 100%;
	}
	header .nav {
		top: 0;
		position: fixed;
		display: inline-block;
		height: 4rem;
		width: 100%;
		right: 0;
		left: 0;
	}
	header .nav a.logo {
		border-radius: 0 10rem 10rem 0;
		margin-top: 0;
		z-index: 1010;
		position: fixed;
		top: 0;
		left: 0;
	}
	header .nav a.logo img {
		margin: 2rem 1rem 1rem 2rem;
	}
	.nav_icon {
		top: 1.5rem;
		right: 1.5rem;
	}
	 .nav_icon span, .nav_close span {
	 	font-size: 1.75rem;
	}
	header .image, header.small .image {
		margin-top: 4rem;
		height: 15rem;
	}
	.halb {
		display: inline-block;
	}
	.halbcont, .halbbild, .halbvideo {
		width: 100%;
	}
	.halbbild {
		height: 56vw;
	}
	.halb:nth-child(odd) {
		flex-direction: row;
	}
	.halbvideo video {
		margin-bottom: 0;
	}
	.map {
		height: 65vw;
	}
	footer .content {
		display: inline-block;
	}
	footer .fuss {
		width: 100%;
	}
	footer table {
		margin-left: 0;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}