@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* orbitron-900 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/orbitron-v25-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/orbitron-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/orbitron-v25-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/orbitron-v25-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/orbitron-v25-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/orbitron-v25-latin-900.svg#Orbitron') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 520 px oder weniger. */

#header {
	position: relative;
	z-index: auto;
	background-color: #000;
}
.gridContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
#navi {
	position: relative;
	float: none;
	width: 100%;
	margin-top: 1.7em;
	margin-left: auto;
	margin-right: auto;
}
.navibutton {
	width: 100%;
	margin-left: -20px;
	margin-right: 0;
	float: none;
}
h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #9C0F06;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out, text-decoration 0.6s ease-in-out;
}
h2:hover {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #F33;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out, text-decoration 0.6s ease-in-out;
}
.fotobox_prop {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	overflow: hidden;
}
.pano1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/pano1mobile.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto2_3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto3_3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto4 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto4_3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto5 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto5_3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#rpllogobox_prop {
	background-color:rgba(156,15,6,0);
	position: relative;
	margin-top: 0%;
	padding-bottom: 40%;
	height: 0;
	margin-left: -50%;
	width: 200%;
}
.bigblock4er {
	width: calc(100% - 5em);
	padding: 2.5em;
	background-color: #FFF;
	position: relative;
	float: none;
	z-index: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.0em;
}
.block4er {
	flex: 1 1 calc(100% - 0.0em); /* „4 Spalten“ -> rechnerisch 25% minus die Abstände (gap) */
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: rgba(240,240,240,0.5);
	padding: 10px;
	margin-bottom: 1em;
	height: auto;
	position: relative;
}
.block4erDis1 {
	width: 0;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.block4erDis2 {
	width: 0;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.blockL {
	width: 100%;
	float: left;
}
.blockR {
	width: 100%;
	float: left;
}
.anderthalb {
	width: 100%;
	height: 1.5em;
	float: left;
}
.bigblock {
	width: 100%;
	padding-top: 0em;
	padding-bottom: 0em;
	float: left;
	padding-left: 0;
}
.logo {
	width: 50%;
	float: none;
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 25%;
}
.buttontel {
	transition: right 0.7s;
	position: fixed;
	width: 533px;
	height: 60px;
	top: 10em;
	right: -473px;
	z-index: 2;
}
.buttontel:hover {
	position: fixed;
	width: 533px;
	height: 60px;
	top: 10em;
	right: -473px;
	z-index: 2;
}
.buttonmail {
	transition: right 0.7s;
	position: fixed;
	width: 533px;
	height: 60px;
	top: calc(10em + 100px);
	right: -473px;
	z-index: 2;
}
.buttonmail:hover {
	position: fixed;
	width: 533px;
	height: 60px;
	top: calc(10em + 100px);
	right: -473px;
	z-index: 2;
}
.slogan {
	font-size: 2.2em;
	padding-top: 3em;
	margin-bottom: 3em;
	text-align: center;
	float: none;
}
#footer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
.footerbutton {
	width: 91%;
	margin-left: 0;
	margin-right: 0;
	float: none;
}

/* Layout für Tablet-PCs: 521 bis 880 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 521px) {
#header {
	position: relative;
	z-index: auto;
	background-color: #000;
}
.gridContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 89.9%;
	padding-left: 1.55%;
	padding-right: 1.55%;
}
#navi {
	position: relative;
	float: none;
	width: 120%;
	margin-top: 1.7em;
	margin-left: -10%;
	margin-right: 0;
}
.navibutton {
	width: 33.3333%;
	margin-left: -20px;
	margin-right: 20px;
	float: left;
}
h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #9C0F06;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out, text-decoration 0.6s ease-in-out;
}
h2:hover {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #F33;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out, text-decoration 0.6s ease-in-out;
}
.fotobox_prop {
	position: relative;
	padding-bottom: 35%;
	height: 0;
	width: 100%;
	overflow: hidden;
}
.pano1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/pano1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto2_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto3_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto4 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto4_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto5 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto5_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#rpllogobox_prop {
	background-color:rgba(156,15,6,0);
	position: relative;
	margin-top: -12.9%;
	padding-bottom: 12.9%;
	height: 0;
	margin-left: 0;
	width: 100%;
}
.bigblock4er {
	width: calc(100% - 5em);
	padding: 2.5em;
	background-color: #FFF;
	position: relative;
	float: none;
	z-index: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.1em;
}
.block4er {
	flex: 1 1 calc(25% - 0.1em); /* „4 Spalten“ -> rechnerisch 25% minus die Abstände (gap) */
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: rgba(240,240,240,0.5);
	padding: 10px;
	margin-bottom: 1em;
}
.block4erDis1 {
	width: 5%;
	float: left;
	padding-top: 4em;
	padding-bottom: 5em;
}
.block4erDis2 {
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 4em;
}
.blockL {
	width: 100%;
	float: left;
}
.blockR {
	width: 100%;
	float: left;
}
.anderthalb {
	width: 100%;
	height: 1.5em;
	float: left;
}
.bigblock {
	width: 70%;
	padding-top: 0em;
	padding-bottom: 0em;
	float: left;
	padding-left: 30%;
}
.logo {
	width: 35%;
	float: left;
	margin-top: 1.8em;
	margin-bottom: 0;
	margin-left: -45%;
}
.buttontel {
	transition: right 0.7s;
	position: fixed;
	width: 710px;
	height: 80px;
	top: 10em;
	right: -630px;
	z-index: 2;
}
.buttontel:hover {
	position: fixed;
	width: 710px;
	height: 80px;
	top: 10em;
	right: -230px;
	z-index: 2;
}
.buttonmail {
	transition: right 0.7s;
	position: fixed;
	width: 710px;
	height: 80px;
	top: calc(10em + 100px);
	right: -630px;
	z-index: 2;
}
.buttonmail:hover {
	position: fixed;
	width: 710px;
	height: 80px;
	top: calc(10em + 100px);
	right: -52px;
	z-index: 2;
}
.slogan {
	font-size: 3em;
	padding-top: 3em;
	margin-bottom: 3em;
	text-align: center;
	float: none;
}
#footer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;	
}
.footerbutton {
	width: 50%;
	margin-left: -20px;
	margin-right: 20px;
	float: left;
}
}

/* Desktoplayout: 881 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 881px) {
#header {
	position: relative;
	z-index: auto;
	background-color: #000;
}
.gridContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
}
#navi {
	position: relative;
	float: none;
	width: 100%;
	margin-top: 1.7em;
	margin-left: auto;
	margin-right: auto;
}
.navibutton {
	width: 20%;
	margin-left: -20px;
	margin-right: 20px;
	float: left;
}
h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #9C0F06;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out, text-decoration 0.6s ease-in-out;
}
h2:hover {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #F33;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out, text-decoration 0.6s ease-in-out;
}
.fotobox_prop {
	position: relative;
	padding-bottom: 15%;
	height: 0;
	width: 100%;
	overflow: hidden;
}
.pano1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/pano1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto2_1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto3_1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto4 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto4_1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.foto5 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/foto5_1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.logoblock {
	position: relative;
	width: 100%;
	padding-bottom: 5em;
	background-color: #FFF;
}
#rpllogobox_prop {
	background-color:rgba(156,15,6,0);
	position: relative;
	margin-top: -12.9%;
	padding-bottom: 12.9%;
	height: 0;
	margin-left: 0;
	width: 100%;
}
.bigblock4er {
	width: calc(100% - 5em);
	padding: 2.5em;
	background-color: #FFF;
	position: relative;
	float: none;
	z-index: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.1em;
}
.block4er {
	flex: 1 1 calc(25% - 0.1em); /* „4 Spalten“ -> rechnerisch 25% minus die Abstände (gap) */
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: rgba(240,240,240,0.5);
	padding: 10px;
	margin-bottom: 1em;
}
.block4erDis1 {
	width: calc(5% - 8px);
	float: left;
	padding-top: 4em;
	padding-bottom: 5em;
}
.block4erDis2 {
	width: calc(5% - 8px);
	float: left;
	padding-top: 4em;
	padding-bottom: 5em;
}
.startblockL {
	width: 47%;
	float: left;
	padding-bottom: 5em;
}
.startblockR {
	width: 47%;
	float: right;
	padding-bottom: 5em;
}
.blockL {
	width: 47%;
	float: left;
}
.blockR {
	width: 47%;
	float: right;
}
.anderthalb {
	width: 0;
	height: 1.5em;
	float: left;
}
.bigblock {
	width: 80%;
	padding-top: 0em;
	padding-bottom: 0em;
	float: left;
	padding-left: 20%;
}
.logo {
	width: 20%;
	float: left;
	margin-top: 1.8em;
	margin-bottom: 0;
	margin-left: -25%;
}
.buttontel {
	transition: right 0.7s;
	position: fixed;
	width: 710px;
	height: 80px;
	top: 10em;
	right: -630px;
	z-index: 2;
}
.buttontel:hover {
	position: fixed;
	width: 710px;
	height: 80px;
	top: 10em;
	right: -230px;
	z-index: 2;
}
.buttonmail {
	transition: right 0.7s;
	position: fixed;
	width: 710px;
	height: 80px;
	top: calc(10em + 100px);
	right: -630px;
	z-index: 2;
}
.buttonmail:hover {
	position: fixed;
	width: 710px;
	height: 80px;
	top: calc(10em + 100px);
	right: -52px;
	z-index: 2;
}
.slogan {
	font-size: 3em;
	padding-top: 3em;
	margin-bottom: 3em;
	text-align: center;
	float: none;
}
#footer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
.footerbutton {
	width: 50%;
	margin-left: -20px;
	margin-right: 20px;
	float: left;
}
}

body {
	background-color: #9C0F06;
}
.liststyle {
	list-style: none;
}
#focused {
	text-decoration: underline;
}
.blockrpllogo {
	width: 100%;
	float: left;
	padding-top: 0em;
	padding-bottom: 0em;
}
#rpllogobox {
	position: relative;
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	padding-left: 0;
}
#rpllogo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.fotobox {
	position: relative;
	clear: both;
	float: none;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
	padding-left: 0;
	z-index: auto;
}
.fotobox_16_9 {
	position: relative;
	padding-bottom: 40%; /* 56.25% = 16:9 */
	height: 0;
	width: 100%;
	overflow: hidden;
}
.fotobox_32_3 {
	position: relative;
	padding-bottom: 15%;
	width: 100%;
	height: 3.5em;
	margin-top: 0em;
	margin-bottom: 1.5em;
}
h7 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    display: inline-block;
    color: #FFF; /* Ziel-Farbe */
}
.foto1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bilder/start.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 0;
}
.bgvideo-color {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100vw;
	min-height: 100vh;
	object-fit: cover;
	background-color: #9C0F06;
	mix-blend-mode: multiply;
	opacity: 1.0;
	z-index: -9998;
	pointer-events: none;
}
.bgvideo {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100vw;
	min-height: 100vh;
	object-fit: cover;
	mix-blend-mode: normal;
	opacity: 1.0;
	z-index: -9999;
	pointer-events: none;
}
#logo{
	margin-left: 25%;
	margin-top: 16em;
	margin-bottom: 16em;
	width: 50%;
}
.whitecarpet {
	position: relative;
	width: calc(100% - 5em);
	padding: 2.5em;
	margin-bottom: 1em;
	background-color: #FFF;
	opacity: 0.9;
}
.logoYbox {
	position: relative;
	float: left;
	width: 27%;
	height: 100%;
	margin-right: 3%;
}
h1 {
	font-size: 3em;
	margin-bottom: -1.9em;
	text-indent: -9999px;
}
h3 {
	position: relative;
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #9C0F06;
}
h4 {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #9C0F06;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out;
}
h4:hover {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #9C0F06;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	transition: color 0.6s ease-in-out;
}
h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	color: #000;
	margin-bottom: -0.3em;
}
p {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
}
.line {
	width: 100%;
	height: 1.5em;
	float: left;
}
hr {
	border: 0;
	height: 1.5em;
	margin-top: 0em;
	margin-bottom: -1.5em;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
	position: relative;
	z-index: 1;
}
.block1er {
	width: calc(100% - 26px);
	float: left;
	text-align: left;
	border: solid;
	border-color: rgb(204,204,204);
	padding: 10px;
	background-color: rgba(240,240,240,0.5);
	height: 100%;
	margin-bottom: 0;
}
.bigblock100 {
	width: 100%;
	margin-top: -5em;
	padding-bottom: 5em;
	float: left;
}
.bigbox_maps {
	float: left;
	margin-left: 0%;
	margin-bottom: 0;
	width: 100%;
	display: block;
}
.bigbox_maps_16_9 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
}
.maps {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 2;
}
.fehler {
	color: red;
	font-weight: bold;
}
input[type="checkbox"] {
	margin-bottom: 0.5em;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
	background: #F9F9F9;
	border: 1px solid #CCC;
	border-radius: 5px;
	outline: 0px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
	transition: border 0.5s ease-in-out 0s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	outline: 0px;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1) inset;
	transition: border 0.5s ease-in-out 0s;
}
input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	color: #666;
}
select, textarea {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	color: #666;
}
/*input[type="submit"] {
	font-style: italic;
	color: #9C0F06;
}*/
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	font-style: italic;
	color: #9C0F06;
}
.btn {
    font-size: 1.1em;
	font-weight: 400;
	color: #9C0F06;
    background-color: #FFF;
    display: inline-block;
    padding: 0.3em 0.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /* Verzögerung beim Klicken entfernen */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    /* Text soll nicht auswählbar sein */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #9C0F06;
    border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset, 0px 1px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset, 0px 1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset, 0px 1px 0px 0px rgba(0,0,0,0.2);
}
.btn:hover {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset, 0px 1px 0px 0px rgba(255,102,0,0.2);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset, 0px 1px 0px 0px rgba(255,102,0,0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset, 0px 1px 0px 0px rgba(255,102,0,0.2);
}
.btn:focus {
	background: #FDFDFD;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset, 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset, 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset, 0px 0px 0px 0px rgba(0,0,0,0);
}
/* geklickter Button ist :focus:active */
.btn:focus:active {
	color: #F60;
    border: 1px solid #F60;
	background: #FDFDFD;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset, 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset, 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset, 0px 0px 0px 0px rgba(0,0,0,0);
}
#logoanimation1 {
	background-image: url(bilder/ani1.png);
	background-color: white;
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: fixed;
    -webkit-animation: ani1 2s; /* Chrome, Safari, Opera */
    animation: ani1 2s;
	z-index: 3;
}
#logoanimation2 {
	background-image: url(bilder/ani2.png);
	background-color: white;
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: fixed;
    -webkit-animation: ani2 2s; /* Chrome, Safari, Opera */
    animation: ani2 2s;
	z-index: 3;
}
#logoanimation3 {
	background-image: url(bilder/ani3.png);
	background-color: white;
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: fixed;
    -webkit-animation: ani3 2s; /* Chrome, Safari, Opera */
    animation: ani3 2s;
	z-index: 3;
}
#logoanimation4 {
	background-image: url(bilder/ani4.png);
	background-color: white;
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: fixed;
    -webkit-animation: ani4 2s; /* Chrome, Safari, Opera */
    animation: ani4 2s;
	z-index: 3;
}
#logoanimation5 {
	background-image: url(bilder/ani5.png);
	background-color: white;
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: fixed;
    -webkit-animation: ani5 2s; /* Chrome, Safari, Opera */
    animation: ani5 2s;
	z-index: 3;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes ani1 {
    0% {opacity: 1; width: 100%;}
    5% {opacity: 1; width: 100%;}
    5.01% {opacity: 0; width: 100%;}
    24.99% {opacity: 0; width: 100%;}
    25% {opacity: 1; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@keyframes ani1 {
    0% {opacity: 1; width: 100%;}
    5% {opacity: 1; width: 100%;}
    5.01% {opacity: 0; width: 100%;}
    24.99% {opacity: 0; width: 100%;}
    25% {opacity: 1; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@-webkit-keyframes ani2 {
    0% {opacity: 0; width: 100%;}
    4.99% {opacity: 0; width: 100%;}
    5% {opacity: 1; width: 100%;}
    10% {opacity: 1; width: 100%;}
    10.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@keyframes ani2 {
    0% {opacity: 0; width: 100%;}
    4.99% {opacity: 0; width: 100%;}
    5% {opacity: 1; width: 100%;}
    10% {opacity: 1; width: 100%;}
    10.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@-webkit-keyframes ani3 {
    0% {opacity: 0; width: 100%;}
    9.99% {opacity: 0; width: 100%;}
    10% {opacity: 1; width: 100%;}
    15% {opacity: 1; width: 100%;}
    15.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@keyframes ani3 {
    0% {opacity: 0; width: 100%;}
    9.99% {opacity: 0; width: 100%;}
    10% {opacity: 1; width: 100%;}
    15% {opacity: 1; width: 100%;}
    15.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@-webkit-keyframes ani4 {
    0% {opacity: 0; width: 100%;}
    14.99% {opacity: 0; width: 100%;}
    15% {opacity: 1; width: 100%;}
    20% {opacity: 1; width: 100%;}
    20.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@keyframes ani4 {
    0% {opacity: 0; width: 100%;}
    14.99% {opacity: 0; width: 100%;}
    15% {opacity: 1; width: 100%;}
    20% {opacity: 1; width: 100%;}
    20.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@-webkit-keyframes ani5 {
    0% {opacity: 0; width: 100%;}
    19.99% {opacity: 0; width: 100%;}
    20% {opacity: 1; width: 100%;}
    25% {opacity: 1; width: 100%;}
    25.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}
@keyframes ani5 {
    0% {opacity: 0; width: 100%;}
    19.99% {opacity: 0; width: 100%;}
    20% {opacity: 1; width: 100%;}
    25% {opacity: 1; width: 100%;}
    25.01% {opacity: 0; width: 100%;}
    99.99% {opacity: 0; width: 100%;}
    100% {opacity: 0; width: 0%;}
}