﻿@charset "utf-8";

* {
	border: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

#top {
	position: absolute;
	top: 0;
}

img {
	border-color: #fff;
	vertical-align: bottom;
}

strong {
	font-weight: 600;
}

a img {
	border: none;
}

a {
	color: #d92f2f;
	text-decoration: none;
}

a:hover {
	color: #1e1e1e;
	text-decoration: none;
}

a:visited {
	color: #1e1e1e;
	text-decoration: none;
}

a:active {
	color: #1e1e1e;
	text-decoration: none;
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.graustufen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.farben {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.farben:hover {
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.einzoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:active {
	-webkit-transform: scale(2.00);
	transform: scale(2.00);
	z-index: 5000;
}

.responsive-video iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

.images {
	width: 100%;
	height: auto;
}

.trennlinie-grau {
	border-top: 1px solid #8c8c8c;
}

.trennlinie-rot {
	border-top: 1px solid #d92f2f;
}

.trennlinie-schwarz {
	border-top: 1px solid #000;
}

.hintergrund-weiss {
	background: rgba(255, 255, 255, 1.00);
}

.hintergrund-grau {
	background: rgba(140, 140, 140, 1.00);
	color: #fff;
}

.hintergrund-hellgrau {
	background: rgba(226, 226, 226, 1.00);
}

.hintergrund-rot {
	background: rgba(217, 47, 47, 1.00);
	color: #fff;
}

.pulsieren {
    animation: pound 5.0s infinite;
	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(0.95);
	-webkit-filter: opacity(1.0); }
}

.drehen:hover {
	animation: perspect 0.2s ease-in-out forwards;
	transform-origin: center;
}

@keyframes perspect {
   from {transform:perspective(500px) rotateY(0deg)}
   to {transform:perspective(500px) rotateY(30deg)}
}





@media screen and (min-width: 1024px) {

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75vw;
	line-height: 1.00vw;
	color: #1e1e1e;
	overflow-x: hidden;
}

#hintergrund {
	width: 100%;
	height: 100%;
	z-index: -1000;
}

#logo {
	position: fixed;
	top: 5%;
	left: 2%;
	width: 12%;
	color: #fff;
	z-index: 8000;
}

#news {
	position: absolute;
	bottom: 0%;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 20%;
	color: #fff;
	z-index: 6000;
}

#nach-oben {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 65px;
	height: 40px;
	z-index: 5000;
}

#nach-unten {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 40px;
	z-index: 5000;
}

#video {	
	width: 100%;
	height: 100%;
	z-index: -2000;
	overflow: hidden;
}

#position {
	position: fixed;
	top: 65%;
	left: 10px;
	font-size: 1.20vw;
	line-height: 1.40vw;
	transform: rotate(270deg);
	transform-origin: left top 0;
	z-index: 6000;
}

#position a {
	color: #fff;
}

.breadcrumb li {
	display: inline;
	background: rgba(217, 47, 47, 1.00);
	color: #fff;
	white-space: nowrap;
	padding: 10px 15px 10px 0;
}

#hauptmenue-1 {
	display: none;
	visibility: hidden;
}

#hauptmenue {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 1.00vw;
	line-height: 2.00vw;
	margin: -2px 0 0 0;
	z-index: 8000;
}

#hauptmenue li {
	background: rgba(217, 47, 47, 1.00);
	float: left;
	list-style: none;
	/**height: 48px;**/
	margin: 0 1px;	
}

#hauptmenue li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
}

#hauptmenue li a:hover {
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
}

#hauptmenue .mod-menu > .active > a {
	background: rgba(0, 0, 0, 0.75);
}

/**
#menu {
	background-color: rgba(0, 0, 0, 0.90);
	color: #333333;
	padding: 25px 0;
}

#menu a {
	color: #333333;
}

#menu a:hover {
	color: #1e1e1e;
}

.menu li {
	display: inline;
	white-space: pre;
	text-align: left;
	padding: 0 10px;
}

.menu-bilder {
	width: 10%;
	height: auto;
}

.menu-1 li {
	display: block;
	text-align: left;
	line-height: 1.30vw;
	padding: 2px 0;
	white-space: nowrap;
}

#menu .visually-hidden {
	display: none !important;
}
**/

#inhalt {
	background: #fff;
	position: absolute;
	top: 100%;
	width: 100%;
	line-height: 1.50em;
}

ul.sigFreeClassic {
    text-align: center;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    display: inline-block;
}

ul.sigFreeClassic li.sigFreeThumb {   
    background: rgba(140, 140, 140, 0.25) !important;
    margin: 0.5% 0.5%;
    padding: 1% 1%;
    list-style: none !important;
}

.fancybox-caption__body {
	display: none;
	visibility: hidden;
}

.flex-control-nav {
	display: none;
	visibility: hidden;
}

#fusszeile {
	background: rgba(241, 241, 241, 1.00);
	width: 100%;
	font-size: 0.65vw;
	text-align: center;
}

#fusszeile a:link {
	color: #1e1e1e !important;
}

#fusszeile a:hover {
	color: #d92f2f !important;
}

#fusszeile a:visited {
	color: #1e1e1e !important;
}

#fusszeile a:active {
	color: #1e1e1e !important;
}

#zerone {
	background: rgba(225, 225, 225, 1.00);
	width: 100%;
}

.tabelle-5 {
	float: left;
	width: 5%;
	border-spacing: 0px;
}

.tabelle-10 {
	float: left;
	width: 10%;
	border-spacing: 0px;
}

.tabelle-12 {
	float: left;
	width: 12.5%;
	border-spacing: 0px;
}

.tabelle-15 {
	float: left;
	width: 15%;
	border-spacing: 0px;
}

.tabelle-20 {
	float: left;
	width: 20%;
	border-spacing: 0px;
}

.tabelle-25 {
	float: left;
	width: 25%;
	border-spacing: 0px;
}

.tabelle-30 {
	float: left;
	width: 30%;
	border-spacing: 0px;
}

.tabelle-33 {
	float: left;
	width: 33.333%;
	border-spacing: 0px;
}

.tabelle-35 {
	float: left;
	width: 35%;
	border-spacing: 0px;
}

.tabelle-40 {
	float: left;
	width: 40%;
	border-spacing: 0px;
}

.tabelle-45 {
	float: left;
	width: 45%;
	border-spacing: 0px;
}

.tabelle-50 {
	float: left;
	width: 50%;
	border-spacing: 0px;
}

.tabelle-60 {
	float: left;
	width: 60%;
	border-spacing: 0px;
}

.tabelle-66 {
	float: left;
	width: 66.666%;
	border-spacing: 0px;
}

.tabelle-70 {
	float: left;
	width: 70%;
	border-spacing: 0px;
}

.tabelle-75 {
	float: left;
	width: 75%;
	border-spacing: 0px;
}

.tabelle-80 {
	float: left;
	width: 80%;
	border-spacing: 0px;
}

.tabelle-100 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.rand-1 {
	padding: 0 1%;
}

.rand-2 {
	padding: 0 2%;
}

.rand-4 {
	padding: 0 4%;
}

.rand-5 {
	padding: 0 5%;
}

.rand-10 {
	padding: 0 10%;
}

.rahmen-1 {
	padding: 1% 1%;
}

.rahmen-2 {
	padding: 2% 2%;
}

h1 {
	display: inline-block;
	width: auto;
	font-size: 3.00vw;
	font-weight: 100;
	line-height: 3.00vw;
	padding: 1% 0;
}

h2 {
	font-size: 2.00vw;
	font-weight: 100;
	line-height: 2.50vw;
	padding: 1% 0;
}

h3 {
	font-size: 1.50vw;
	font-weight: 100;
	line-height: 1.60vw;
	padding: 1% 0;
}

h4 {
	font-size: 1.20vw;
	font-weight: 100;
	line-height: 1.30vw;
	padding: 1% 0;
}

h5 {
	font-size: 1.00vw;
	font-weight: 100;
	line-height: 1.10vw;
	padding: 1% 0;
}

.schaltflaeche {
	background: rgba(129, 193, 73, 1.00);
	color: #fff;
	padding: 4px 10px;
}

.schaltflaeche a {
	color: #fff;
}

.flex-caption {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.00);
	bottom: 0%;
	right: 0%;
	text-align: left;
	color: #fff;
	font-size: 1.00vw;
	line-height: 1.00vw;
	width: auto;
	padding: 0.500rem 0.500rem;
	font-size: 1.200rem;
}

}





@media screen and (max-width: 1023px) {

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.25vw;
	line-height: 3.75vw;
	color: #1e1e1e;
	overflow-x: hidden;
}

#hintergrund {
	width: 100%;
	height: 100%;
	z-index: -1000;
}

.orbit-container .orbit-slides-container img {
      width: 100%;
}

.orbit-caption {
	display: none;
	visibility: hidden;
}

#logo {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 20%;
	color: #fff;
	z-index: 8000;
}

#news {
	position: fixed;
	bottom: 0%;
	right: 0;
	background: rgba(0, 0, 0, 1.00);
	width: 100%;
	color: #fff;
	z-index: 6000;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 55px;
	height: 30px;
	z-index: 5000;
}

#nach-unten {
	display: none;
	visibility: hidden;
	height: 0px;
}

#video {	
	width: 100%;
	z-index: -2000;
	overflow: hidden;
}

#position {
	display: none;
	visibility: hidden;
	height: 0px;
}

#hauptmenue {
	display: none;
	visibility: hidden;
}





















#hauptmenue-1 {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9000;
}

#hauptmenue-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#hauptmenue-1 li {
	margin-bottom: 15px;
}

#hauptmenue-1 a {
	color: #d92f2f;
	font-size: 5.00vw;
	text-decoration: none;
}

#hauptmenue-1 a:visited {
	color: #d92f2f !important;
	text-decoration: none;
}

#hauptmenue-1 a:active {
	color: #d92f2f !important;
	text-decoration: none;
}

#hauptmenue-1 .mod-menu > .active {
	font-weight: 600;
}


















#quickinfo {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 3.50vw;
	line-height: 4.50vw;
	z-index: 9000;
}

/**
.menu li {
	display: block;
	text-align: left;
	padding: 2% 1%;
	white-space: nowrap;
}
**/

#inhalt {
	background: #fff;
	width: 100%;
	line-height: 1.50em;
	padding: 2% 2%;
}

ul.sigFreeClassic {
    text-align: center;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    display: inline-block;
}

ul.sigFreeClassic li.sigFreeThumb {   
    background: #fff !important;
    margin: 2px 2px;
    padding: 0;
    list-style: none !important;
}

.sigFreeImg {
	width: 100px !important;
	height: 100px !important;
}

.fancybox-caption__body {
	display: none;
	visibility: hidden;
}

.flex-control-nav {
	display: none;
	visibility: hidden;
}

#fusszeile {
	background: rgba(241, 241, 241, 1.00);
	width: 100%;
	font-size: 3.00vw;
	text-align: center;
	margin: 10% 0 0 0;
	z-index: 4000;
}

#fusszeile a:link {
	color: #d92f2f;
}

#fusszeile a:hover {
	color: #d92f2f;
}

#fuszzeile a:visited {
	color: #d92f2f !important;
}

#fuszzeile a:active {
	color: #d92f2f !important;
}

#zerone {
	background: rgba(225, 225, 225, 1.00);
	width: 100%;
}

.tabelle-5 {
	float: left;
	width: 5%;
	border-spacing: 0px;
}

.tabelle-10 {
	float: left;
	width: 20%;
	border-spacing: 0px;
}

.tabelle-12 {
	float: left;
	width: 12.5%;
	border-spacing: 0px;
}

.tabelle-15 {
	float: left;
	width: 50%;
	border-spacing: 0px;
}

.tabelle-20 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-25 {
	float: left;
	width: 100%;
	empty-cells: hide;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-30 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-33 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-35 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-40 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-45 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-50 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	empty-cells: hide;
}

.tabelle-60 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-66 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-70 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-75 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-80 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.tabelle-100 {
	float: left;
	width: 100%;
	border-spacing: 0px;
	padding: 0 5%;
}

.rand-1 {
	padding: 0 2%;
}

.rand-2 {
	padding: 0 4%;
}

.rand-4 {
	padding: 0 8%;
}

.rand-5 {
	padding: 0 10%;
}

.rand-10 {
	padding: 0 10%;
}

.rahmen-1 {
	padding: 1% 1%;
}

.rahmen-2 {
	padding: 2% 2%;
}

h1 {
	font-size: 8.00vw;
	font-weight: 100;
	line-height: 8.00vw;
	padding: 5% 0;
}

h2 {
	font-size: 7.00vw;
	font-weight: 100;
	line-height: 7.00vw;
	padding: 5% 0;
}

h3 {
	font-size: 5.50vw;
	font-weight: 100;
	line-height: 5.60vw;
	padding: 2% 0;
}

h4 {
	font-size: 4.50vw;
	font-weight: 100;
	line-height: 4.75vw;
	padding: 2% 0;
}

h5 {
	font-size: 4.00vw;
	font-weight: 100;
	line-height: 4.25vw;
	padding: 2% 0;
}

.schaltflaeche {
	background: rgba(129, 193, 73, 1.00);
	color: #fff;
	padding: 4px 10px;
}

.schaltflaeche a {
	color: #fff !important;
}

.flex-caption {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.00);
	bottom: 0%;
	right: 0%;
	color: #fff;
	text-align: left;
	width: auto;
	padding: 1.000rem 1.000rem;
	font-size: 1.200rem;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
    width: 100px !important;
    height: 100px !important;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;

}

}