@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/agnextregular-webfont.woff2') format('woff2'),
         url('../cpfont/agnextregular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/agnextbold-webfont.woff2') format('woff2'),
         url('../cpfont/agnextbold-webfont.woff') format('woff');
	font-weight: bold;
	-webkit-font-smoothing: subpixel-antialiased;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/agnextboldita-webfont.woff2') format('woff2'),
         url('../cpfont/agnextboldita-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'MyFont_medium';
	src: url('../cpfont/agnextmedium-webfont.woff2') format('woff2'),
         url('../cpfont/agnextmedium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
@font-face {
	font-family: 'MyFont_extrabold';
	src: url('../cpfont/agnextextrabold-webfont.woff2') format('woff2'),
         url('../cpfont/agnextextrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
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;
	font-size: 17px;
}
body {
	color: #666;
	text-align: center;
	margin: 0;
	background-color: white;
	overflow-Y: scroll;
	overflow-x: hidden;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.7;
	font-style: normal;
	width: 100%;
	height: 100%;
	overflow: auto;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/* abstände */
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p, ul {
	line-height: 1.7;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
.seite h1, .seite h2, .seite h3, .seite h4, .seite h5, .seite h6, .seite p, .seite ul {
	width: 100%;
}
h1, h2, h3 {
	
}
/*
Linksteuerung
*/
a {
	text-decoration: underline;
}
a, a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
a.anker {
	width: 0;
	height: 0;
	margin: -110px 0 0;
	padding: 0;
	position: absolute;
}
/* schriftformatierung:
Headline		h1
Überschrift		h2

Headline			h3
große Überschrift		h4
normale Überschrift		h5

kleine Überschrift		h6	(z.B. Datum in News)

normale Schrift		p
kleine Schrift			span klein */
h1 {
	margin-top: 0;
	text-align: center;
	font-size: 35px;
	color: #fdc300;
	margin-bottom: 1em;
}
h2 {0;
	text-align: center;
	font-size: 35px;
	color: #20502e;
	margin-bottom: 1em;
}
h3 {
	margin-top: 0;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
h4 {
	margin-top: 0;
	font-size: 18px;
	text-align: left;
}
h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
h6 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
p {
	margin-bottom: 0;
	text-align: justify;
}
ul {
}
li {
	text-align: left;
	margin-left: 20px;
}
.small, .kl {
	font-size: 12px;
}
/*
farben
*/
.gelb {
	background-color: #fdc300;
}
/*
cms
*/
.container {
	float: none;
}
.fliessend {
	float: left;
	margin-right: 15px;
	display: block;
	margin-bottom: 5px;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #706f6f;
	margin-top: 40px;
	margin-bottom: 40px;
}
.b {
	font-weight: bold;
}
cms .b {
	color: #000000;
}
.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;
}
.bild {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
}
.xs {
	font-size: 0;
	line-height: 0;
}
/*
Seitenelemente
*/
#maske {
	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: 180px;
	left: 50%;
	width: 600px;
	z-index: 1100;
	margin-left: -300px;
	padding: 0;
	display: none;
	vertical-align: middle;
	text-align: center;
}
#infofenster iframe {
	margin: 20px auto 10px;
}
header {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1000;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	color: white;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.25);
}
header .content {
	
}
header .logo {
	float: left;
	display: inline-block;
	margin-right: 30px;
}
body header .logo img {
	height: 70px;
	width: auto;
	transition: 0.5s;
	margin-top: 15px;
	margin-bottom: 10px;
}
body.min header .logo img {
	height: 85px;
	margin-bottom: 5px;
	transition: 0.5s;
}
/* seiteninhalt */
main {
	padding-top: 120px;
	padding-bottom: 2rem;
}
.content {
	width: calc(100% - 40px);
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
}
.cms {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.schmal {
	width: calc(100% - 290px);
	float: right;
}
.cms img, .start img {
	max-width: 100%;
	height: auto;
}
.slide_galerie, .slide_galerie_img {
	width: 100%;
	height: 56vw;
}
.slide_galerie {
	display: block;
	padding: 0;
	margin: 0 0 3rem;
	position: relative;
}
.slide_galerie_img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.slide_galerie_nav {
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 15px;
	height: 20px;
	line-height: 40px;
}
.slide_galerie_nav span {
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.25);
	display: inline-block;
}
.slide_galerie_nav_b, .slide_galerie_nav_f {
	position: absolute;
	top: calc(50% - 17px);
	cursor: pointer;
	z-index: 500;
}
.slide_galerie_nav_b {
	background-image: url(../images/fwd.svg);
	transform: rotate(180deg);
	background-size: 100%;
	width: 50px;
	height: 50px;
	left: 50px;
}
.slide_galerie_nav_f {
	background-image: url(../images/fwd.svg);
	background-size: 100%;
	width: 50px;
	height: 50px;
	right: 50px;
}
.balken h3 {
	font-size: 35px;
	padding-top: 20px;
	color: #ffe3a3;
	text-align: center;
	font-weight: bold;
}

.spalte {
	width: 38%;
	float: left;
}
.spaltenabst {
	width: 24%;
	float: left;
	height: 100px;
}
/*
footer
*/
footer {
	font-size: 0.7em;
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #fdc300;
	text-align: left;
	padding: 2rem 0;
	float: none;
	color: #ffffff;
}
footer .fuss, footer .impress {
}
footer .fuss {
}
footer .fuss a, footer .fuss 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;
}
/* galerie */
.galerie {
	width: 100%;
	max-width: 990px;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: 33%;
	text-align: center !important;
	display: inline-block;
	margin-bottom: 20px;
}
.galerie_image img {
	margin-bottom: 5px;
	height: auto;
}
/*Formulartremplates */
.formular {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
	text-align: left;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font: 0.9rem/1em var(--sans);
}
.formular div.normal {
	width: calc(50% - 20px);
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #333333;
	font: bold 0.7rem/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;
	font: 0.9rem var(--sans);
}
.formular .standard, .formular .lang {
	width: calc(100% - 20px);
}
.formular .kurz {
	width: calc(30% - 30px);
	margin-right: 20px;
}
.formular .mittel {
	width: calc(70% - 20px);
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
}
input[type='submit'], input[type='button'], button, .sendbutton, a.sendbutton, a.sendbutton:visited {
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
	font: bold 1.1rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
	background-color: #fdc300;
	color: #666666;
	float: right;
	border-style: none;
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
.inputabstand {
	width: 10px;
	height: 10px;
	display: inline-block;
}
form input[type='submit'], form input[type='button'], button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 12px 17px;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	color: #666666;
	float: right;
}
#form_registrieren {
	display: none;
}
.formular div.select_strasse {
	max-height: 200px;
	max-width: 100%;
	overflow: auto;
	border: 1px solid #d0d0d0;
	position: absolute;
	z-index: 1;
	display: none;
	background-color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding: 2px;
	left: 130px;
}
.formular .select_strasse span {
	color: #999;
	cursor: pointer;
	z-index: 10;
}
.slicknav_menu, .mobil {
	display: none;
}
/* pad */
@media(max-width: 980px) {
	body {
		font-size: 12px;
	}
	.top h1 {
		font-size: 45px;
	}
	body header .logo img, body.min header .logo img {
		height: 80px;
	}
	.seite {
		padding-top: 112px;
	}
}
/* smartphone */
@media(max-width: 750px) {
	html { }
	/* navigation */
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		width: 2.2rem;
		height: 2.2rem;
		top: 3rem;
		right: 0;
		color: #666666;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #fdc300;
		margin-bottom: 7px;
	}
	.nav_close  {
		width: 1.5rem;
		height: 1.5rem;
		top: 3rem;
		right: 1rem;
		position: absolute;
	}
	.nav_close span {
		position: absolute;
		top: 33%;
		left: 0;
		z-index: 2001;
	}
	.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: #ffffff;
		z-index: 1000;
		overflow: auto;
		right: 0;
		width: 0;
		max-width: 0%;
		transition: width 0.4s;
		margin-top: 0;
	}
	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;
		width: 100%;
	}
	nav ul li a, nav ul li a:visited {
		text-decoration: none;
	}
	nav ul li.aktuell a, nav ul li a:hover {
		text-decoration: none;
	}
	nav ul li ul {
		display: inline-block;
		position: relative;
		border-style: none;
		top: 0;
	}
	nav ul li ul li {
		margin-left: 0.5rem;
		border-style: none;
	}
	nav ul li ul li a, nav ul li ul li a:visited {
		padding: 0;
		font-size: 0.9rem;
	}
	.news {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.news_liste {
		width: calc(50% - 30px);
	}
	.restaurant_bild {
		width: calc(50% - 30px);
	}
	
}
/* smartphone, schmal */@media(max-width: 400px) {
	html { }
	body {
		font-size: 12px;
	}
	.formular div.normal {
		width: 100%;
	}
	.news_liste {
		width: 100%;
	}
}