@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NunitoSans7ptSemiCondensed-Light.woff2') format('woff2'),
         url('../cpfont/NunitoSans7ptSemiCondensed-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/RNunitoSans7ptSemiCondensed-LightItalic.woff2') format('woff2'),
         url('../cpfont/NunitoSans7ptSemiCondensed-LightItalic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NunitoSans7ptSemiCondensed-SemiBold.woff2') format('woff2'),
         url('../cpfont/NunitoSans7ptSemiCondensed-SemiBold.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/NunitoSans7ptSemiCondensed-SemiBoldItalic.woff2') format('woff2'),
         url('../cpfont/NunitoSans7ptSemiCondensed-SemiBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Headline';
    src: url('../cpfont/Thrasher2.woff2') format('woff2'),
        url('../cpfont/Thrasher2.woff') format('woff');
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Qaranta';
    src: url('../cpfont/Qaranta.woff2') format('woff2'),
        url('../cpfont/Qaranta.woff') format('woff');
	font-style: normal;
	font-display: swap;
}
/*
    src: url('../cpfont/Thrasher.woff2') format('woff2'),
        url('../cpfont/Thrasher.woff') format('woff');
	font-style: normal;
    src: url('../cpfont/Captureit.woff2') format('woff2'),
        url('../cpfont/Captureit.woff') format('woff');
	font-weight: normal;
/*
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: 20px;
}
body {
	color: #000000;
	text-align: center;
	margin: 0;
	background: url(../images/bg_black.jpg) no-repeat fixed #ffffff;
	background-size: cover;
	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: #A81417;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
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*/
.rot {
	background-color: #A81417;
}
.dunkelgrau {
	background-color: #666666;
}
.hellgrau {
	background-color: #cccccc;
}
/* 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.5em;
	hyphens: auto;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
	margin-bottom: 0.5rem;
}
h1 {
	font: normal normal 3rem Headline;
	color: #A81417;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h2 {
	font: normal normal 2rem Headline;
	color: #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	line-height: 1.2em;
}
h3 {
	font: normal normal 1.4rem Qaranta;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 1.5rem;
	text-decoration: none;
}
h5 {
}
h6 {
}
.cms p, li {
}
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;
}
.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;
}
body.mce-content-body  {
	text-align: left;
	background: rgba(255, 255, 255, 0.5);
}
.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: 1050px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	position: relative;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 1rem);
	margin-top: 1rem;
}
/*
header
*/
header {
	height: 5rem;
	width: 100%;
	margin: 0;
	position: fixed;
	z-index: 1000;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
}
header .content, footer .content {
	position: relative;
}
.logo img {
	float: left;
	display: block;
	height: 4rem;
	width: auto;
	margin-top: 0.5rem;
}
main {
	padding-top: calc(100px + 1rem);
}
main .content {
	background: url(/images/bgm.jpg) rgba(255, 255, 255, 0.6);
	background-size: 100% auto !important;
	padding: 4rem 2rem;
	background-position: center top;
	background-attachment: fixed;
	position: relative;
}
section {
	width: 100%;
}

.startheader {
	width: 100%;
	text-align: center;
}
.startheader img {
	width: 66%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.startbild {
	width: 100%;
	text-align: center;
}
.startbild img {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
/*
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;
}
main img {
	max-width: 100%;
	height: auto;
}
.bildlinks::before, .bildrechts::before {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}
.bildlinks img, .bildrechts img {
	width: 50%;
	max-width: 400px;
}
.bildlinks img {
	display: inline-block;
	float: left;
	margin-right: 1rem;
	margin-bottom: 0.75rem;
}
.bildrechts img {
	display: inline-block;
	float: right;
	margin-left: 1rem;
	margin-bottom: 0.75rem;
}
.bildtext {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.bildtext:nth-child(odd) {
	flex-direction: row-reverse;	
}
.bildtext > img {
	width: calc(42% - 1rem);
	height: auto;
	display: inline-block;
	margin-bottom: 2rem;
}
.bildtext > div {
	width: calc(58% - 1rem);
	display: inline-block;
	margin-bottom: 2rem;
}
.bild {
	width: 100%;
	text-align: center;
}
.kasten {
	padding: 1rem 1.5rem;
}
.kastchen {
	padding: 0.25rem 0.75rem;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	display: inline-block;
}
.kastchen p {
	margin-bottom: 0.1rem;
}
.rot, .rot h1, .rot h2, .rot h3, .rot p {
	background-color: #A81417;
	color: #ffffff !important;
}
.gold, .gold h1, .gold h2, .gold h3, .gold p {
	background-color: #d6be76;
	color: #000000 !important;
}
.schwarz, .schwarz h1, .schwarz h2, .schwarz h3, .schwarz p {
	background-color: #000000;
	color: #ffffff !important;
}
.w100 {
	width: 100%;
}
.w50 {
	width: 50%;
}
/*
navigation
*/
nav {
	position: relative;
	z-index: 2000;
}
nav > ul{
	text-align: left;
	display: inline-block;
	margin-top: 2rem;
}
nav > ul li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
nav > ul li a, nav > ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 1rem;
	font: normal 1.5rem/3rem Headline, Arial, Helvetica, Geneva, sans-serif;
	transition: color 0.2s;
	white-space: nowrap;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: #A81417;
	text-decoration: none;
	transition: color 0.2s;
}
nav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	top: 3rem;
	width: auto;
	height: auto;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(0, 0, 0, 0.6);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: block;
}
nav ul li ul li {
	float: none;
	margin: 0 0.5rem;
	font-size: 0.5rem;
	font-weight: normal;
	font-style: normal;
}
nav ul li ul li a, nav ul li:hover ul li a, nav ul li.aktuell ul li a, nav ul li ul li a:visited {
	color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 0.4rem;
	display: block;
	font-size: 1.2rem;
	line-height: 2rem;
}
nav ul li ul li.aktuell a, nav ul li ul li a:hover {
	color: #A81417;
}
nav ul li img {
	height: 1em;
	width: auto;
	display: inline-block;
}
.nav_icon {
	display: none;
}
/*
footer
*/
footer {
	font-size: 0.7em;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 2em 0;
	float: none;
	color: #ffffff;
}
footer a, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer strong {
	float: right;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
.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%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: calc(33% - 0.5rem);
	text-align: center !important;
	display: inline-block;
	margin-bottom: 1em;
}
.galerie_image img {
	width: 100%;
	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: 60vh;
	max-height: 400px;
}
.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 */
.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: 0.7rem;
	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 #949596;
	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 {
	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: #999999;
	color: #ffffff;
	float: right;
	border-style: none;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}
/* laptop */
@media(max-width: 1440px) {
	html { }
}
/* pad quer */
@media(max-width: 1000px) {
	html { }
}/* pad hochkant, smartphone quer */@media(max-width: 800px){
	html {
		font-size: 16px;
	}
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	.spalte {
		width: 100%;
	}
	/* navigation */
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		width: 2.2rem;
		height: 2.2rem;
		top: 1.6rem;
		right: 0;
		color: #A81417;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #A81417;
		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);
	}
/*
		background: rgba(0, 0, 0, 0.6);
		color: #A81417;
*/
	#nav_bg {
		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: rgba(0, 0, 0, 0.6);
		z-index: 1000;
		overflow: auto;
		right: 0;
		width: 0;
		max-width: 0%;
		max-height: 100vh;
		overflow-y: auto;
		transition: width 0.4s;
	}
	nav.akt {
		width: 300px;
		max-width: 100%;
		transition: width 0.4s;
	}
	nav > ul {
		margin: 1.7rem 0.5rem 0.5rem 1rem;
		width: calc(100% - 1.5rem);
	}
	nav ul li {
		list-style: none;
		text-align: left;
		font-weight: bold;
		width: 100%;
		float: none;
	}
	nav ul li ul {
		display: inline-block;
		width: 100%;
		position: relative;
		top: 0;
		background-color: transparent;
	}
	nav ul li ul li {
		margin-left: 1rem;
		font-weight: normal;
		font-style: normal;
	}
	nav ul li ul li ul li {
		margin-left: 2rem;
		font-size: 0.94em;
	}
	nav ul li a, nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		line-height: 2rem;
	}
	nav ul li a.aktuell, nav ul li.aktuell a, nav ul li a:hover {
		color: #A81417;
		text-decoration: none;
	}
	.bildtext:nth-child(odd) {
		flex-direction: row;	
	}
	.bildtext > img, .bildtext > div {
		width: 100%;
	}}
/* smartphone, schmal */@media(max-width: 400px) {
	html { }
	.formular div.normal {
		width: 100%;
	}
}