@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Overlock-Regular.woff2') format('woff2'),
         url('../cpfont/Overlock-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Overlock-Italic.woff2') format('woff2'),
         url('../cpfont/Overlock-Italic.woff') format('woff');
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Overlock-BoldItalic.woff2') format('woff2'),
         url('../cpfont/Overlock-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Overlock-Bold.woff2') format('woff2'),
         url('../cpfont/Overlock-Bold.woff') format('woff');
	font-weight: bold;
}
@font-face {
    font-family: 'Hand';
    src: url('../cpfont/FinelinerScript.woff2') format('woff2'),
        url('../cpfont/FinelinerScript.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;
}
.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;
	background: url(../images/bgl.svg) left center no-repeat fixed, url(../images/bgr.svg) right center no-repeat fixed, #fff3dc;
	background-size: auto 100%, auto 100%, ;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
}
/*linksteuerung*/
a, a:visited {
	color: #D7B46A;
	text-decoration: none;
}
a:hover {
	color: #003B2F;
}
a.anker {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
/*farben*/
.beige {
	background-color: #fff3dc;
}
.braun {
	color: #D7B46A;
}
.gruen {
	color: #003B2F;
}
/* 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 {
	font: 3rem Hand;
	color: #003B2F;
	text-align: center;
	line-height: 1.5em;
}
h2 {
	font: 2.2rem Hand;
	color: #003B2F;
	text-align: center;
	line-height: 1.8em;
}}
h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
h4 {
	font-size: 1.1rem;
	font-weight: bold;
}
h5 {
}
h6 {
}
p {
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 1rem;
}
.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;
}
/*
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;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 10px);
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
/*
header
*/
header {
	position: relative;
	height: 120px;
	width: 100%;
	margin: 0;
	text-align: center;
}
header .content, footer .content {
	position: relative;
}
.logo img {
	display: inline-block;
	height: 80px;
	width: auto;
	margin-top: 20px;
}
/*
navigation
*/
.nav_icon, .nav_close {
	display: block;
	cursor: pointer;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1rem;
}
.nav_icon {
	width: 2.2rem;
	top: 2rem;
	right: 2rem;
	color: #003B2F;
	position: fixed;
	z-index: 1000;
	box-shadow: 0 0 2px 5px rgba(255, 243, 220, 0.9);
	background-color: #FFF3DC;
	height: 2.5rem;
}
.nav_icon span, .nav_close span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #003B2F;
	margin-bottom: 7px;
}
.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: #fff3dc;
	z-index: 1000;
	overflow: auto;
	right: 0;
	width: 0;
	max-width: 0%;
	transition: width 0.4s;
	border-left: 1px solid #D7B46A;
}
nav.akt {
	width: 300px;
	max-width: 100%;
	transition: width 0.4s;
}
nav > ul {
	margin: 1.7rem 0.5rem 0.5rem 1rem;
}
nav ul li {
	list-style: none;
	text-align: left;
	font-size: 1.5rem;
}
nav ul li ul li {
	margin-left: 1rem;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2rem;
}
nav ul li a, nav ul li a:visited {
	color: #003B2F;
	text-decoration: none;
}
nav ul li a.aktuell, nav ul li a:hover {
	color: #D7B46A;
	text-decoration: none;
}
.submen {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.submen a, .submen a:visited {
	color: #D7B46A;
	text-shadow: 0 0 0 #ffffff;
	padding: 4px 10px 6px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #D7B46A;
	background-color: #fff3dc;
    transition:all 0.3s;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
.submen a:hover {
	color: #003B2F;
	border: 2px solid #003B2F;
	background-color: #fff3dc;
    transition:all 0.3s;
}
/*
footer
*/
footer {
	font-size: 0.8em;
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #D7B46A;
	text-align: left;
	padding: 2em 0;
	float: none;
	color: #333333;
}
footer .fuss, footer .impress {
}
footer .fuss {
}
footer a, footer a:visited {
	color: #003B2F;
	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;
}
/*
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;
}
.rahmen_o, .rahmen_u {
	position: absolute;
}
.rahmen_o {
	top: -2px;
	left: 0;
	right: 0;
}
.rahmen_u {
	bottom: -2px;
	left: 0;
	right: 0;
}
.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;
}
/*
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;
}
/*
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;
}
/*
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: 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 {
	color: #D7B46A;
	text-shadow: 0 0 0 #ffffff;
	padding: 8px 10px 6px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	float: right;
	border: 2px solid #D7B46A;
	background-color: #fff3dc;
    transition:all 0.3s;
}
.formular input[type='submit']:hover, .formular input[type='button']:hover, button:hover {
	color: #003B2F;
	border: 2px solid #003B2F;
	background-color: #fff3dc;
    transition:all 0.3s;
}
/* pad hochkant, smartphone quer */
@media(max-width: 900px) {
	html {
		font-size: 1rem;
	}
	.image {
		height: 40vw;
	}
	footer {
		font-size: 0.9em;
	}
}
/* smartphone */@media(max-width: 500px) {
	html { }
	header {
		height: 90px;
	}
	.logo img {
		height: 55px;
		width: auto;
		margin-top: 15px;
	}
	.nav_icon {
		top: 1.5rem;
		right: 1.5rem;
	}
	.image {
		height: 50vw;
	}
	.spalte {
		width: 100%;
	}
	.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 { }
}