﻿@charset "utf-8";

* {
	border: 0px;
	border-spacing: 0;
	margin: 0px 0px;
	padding: 0px 0px;
}

#video {
	width: 100%;
	height: auto;
	z-index: -2000;
	overflow: hidden;
	margin: 0 0 -6px 0;
}

#top {
	position: absolute;
	top: 0;
}

img {
	border-color: #fff;
	vertical-align: bottom;
}

a img {
	border: none;
}

.images {
	width: 100%;
	height: auto;
}

a {
	color: #bca78a;
	text-decoration: none;
}

a:hover {
	color: #1c3c4c;
	text-decoration: none;
}

a:visited {
	color: #1c3c4c;
	text-decoration: none;
}

a:active {
	color: #1c3c4c;
	text-decoration: none;
}

strong {
	font-weight: 800;
}

.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:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.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)}
}

.pulsieren {
    animation: pound 3.0s infinite;
	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(0.95);
	-webkit-filter: opacity(1.00); }
}

.page-header {
	display: none;
	visibility: hidden;
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.graustufen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.schlagschatten {
	box-shadow: 10px 10px 15px #cecece;
	border-radius: 0px;
}

input {
	font-family: 'Open Sans', sans-serif;
	background: #f4f4f4;
	color: #4c5759;
	font-size: 1.20rem;
	margin: 5px 0;
	padding: 10px 10px;
}

select {
	font-family: 'Open Sans', sans-serif;
	background: #f4f4f4;
	color: #4c5759;
	font-size: 1.20rem;
	margin: 5px 0;
	padding: 10px 10px;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	background: #f4f4f4;
	color: #4c5759;
	font-size: 1.20rem;
	margin: 5px 0;
	padding: 10px 10px;
}

button {
	background: #eee;
	color: #6c6c6c;
	font-size: 1.20rem;
	margin: 20px 0;
	padding: 10px 10px;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}





@media screen and (min-width: 1024px) {

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100.0%;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
}

.smartphone {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.scrollen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}

.scrollen.off-canvas { top: -100px; }

.scrollen.fixed {
  top: 0;
  z-index: 9999;
}

.scrollen-1 {
  position: fixed;
  top: 0;
  left: 10%;
  width: auto;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}

.scrollen-1.off-canvas { top: -100px; }

.scrollen-1.fixed {
  top: 0;
  z-index: 9999;
}

.fixieren {
	position: sticky;
    top: 0px;
}

#hintergrund {
	width: 100%;
	height: 100%;
}

#hintergrund-1 {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#sitemap {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.98);
	background-size: 100% 100%;
	background-position: top right;
	background-repeat: no-repeat;
	width: 25%;
	height: 100%;
	z-index: 10000;
}

#ausblenden-sitemap {
	position: fixed;
	top: 0;
	right: 2%;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-sitemap {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
	padding: 10% 1%;
	z-index: 1000;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 65px;
	height: 40px;
	z-index: 5000;
}

#schaltflaeche a {
	display:block;
	background: #41a62a;
	height:100%;
	padding: 15px 20px; 
}

#schaltflaeche a:hover {
	background: #1e1e1e;
}

.schaltflaeche a {
	background: #41a62a;
	color: #fff;
	padding: 15px 20px;
}

.schaltflaeche a:hover {
	background: #1e1e1e;
	color: #fff;
	padding: 15px 20px;
}

#kopfzeile {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	z-index: 8000;
}

#kopfzeile-1 {
	position: fixed;
	top: 0;
	width: auto;	
	font-size: 1.40vw;
	line-height: 1.40vw;
	z-index: 9000;
}

#hauptmenue-1 {
	display: none;
	visibility: hidden;
}

#hauptmenue {
	padding: 0 5%;
}

#hauptmenue ul {
	display: block;
	float: left;
	width: 100%;
	padding: 2% 0;
}

#hauptmenue li {
	display: block;
	float: left;
	width: 100%;
}

#hauptmenue li a {
	font-size: 2.50rem;
	line-height: 3.50rem;
	color: #1c3c4c;
	text-decoration: none;
}

#hauptmenue li:hover > a {
	color: #bca78a;
}

#hauptmenue .nav > .active > a {
	color: #bca78a !important;
}

#hauptmenue .nav-child {
	position: relative;
}

#hauptmenue .nav-child li a {
	color: #1c3c4c;
	font-size: 1.25rem;
	line-height: 2.25rem;
	padding: 0 2%;
}

#hauptmenue .nav-child li > a:hover,
#hauptmenue .nav-child li > a:focus,
#hauptmenue .nav-child:hover > a {
	color: #bca78a;
	text-decoration: none;
}

#hauptmenue .nav-child > .active > a {
	color: #bca78a !important;
}

#hauptmenue ul ul {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 2% 0;
}

#hauptmenue ul ul li{
	float: none;
	border: none;
	text-align: left;
	padding: 0 1%;
}

#hauptmenue ul li:hover > ul {
	display: block;
}

#hauptmenue ul ul li:hover > ul {
	position: relative;
	left: 0;
}

.zitate {
	background-image: url('../images/hintergrund-zitate.png');
	background-size: 100% 80%;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.8vw;
	line-height: 1.00vw;
	font-weight: 300;
	color: #000;
	padding: 0 10% 5% 10%;
}

.news {
	background-image: url('../images/hintergrund-news.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0.8vw;
	line-height: 1.00vw;
	font-weight: 300;
	color: #000;
	padding: 0 10% 5% 10%;
}

.items-row {
	margin-top: 0px;
}

#inhalt {
	width: 100%;
	padding: 10% 0 0 0;
}

#inhalt a {
	font-weight: 500;
}

#inhalt a:hover {
	color: #545454;
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-element {
	position: relative;
	padding-bottom: 150%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

.previous {
	display: block;
	background-color: rgba(64, 64, 64, 0.85);
	position: fixed;
	top: 46%;
	left: 0;
	font-weight: bold;
	padding: 0.5% 0.5%;
}

.previous a {
	color: #fff;
}

.previous a:hover {
	color: #bca78a !important;
}

.next {
	display: block;
	background-color: rgba(64, 64, 64, 0.85);
	position: fixed;
	top: 46%;
	right: 0;
	font-weight: bold;
	padding: 0.5% 0.5%;
}

.next a {
	color: #fff;
}

.next a:hover {
	color: #bca78a !important;
}

#fusszeile {
	width: 100%;
	z-index: 4000;
}

#fusszeile a:link {
	color: #bca78a !important;
	font-weight: 300;
}

#fusszeile a:hover {
	background: inherit;
	color: #000 !important;
}

#fusszeile a:visited {
	color: #bca78a !important;
}

#fusszeile a:active {
	color: #000 !important;
}

#zerone {
	text-align: center;
	padding: 1% 0;
}

.tabelle-5 {
	float: left;
	width: 5%;
}

.tabelle-10 {
	float: left;
	width: 10%;
}

.tabelle-12 {
	float: left;
	width: 12.5%;
}

.tabelle-14 {
	float: left;
	width: 14.285%;
}

.tabelle-15 {
	float: left;
	width: 15%;
}

.tabelle-20 {
	float: left;
	width: 20%;
}

.tabelle-25 {
	float: left;
	width: 25%;
}

.tabelle-30 {
	float: left;
	width: 30%;
}

.tabelle-33 {
	float: left;
	width: 33.333%;
}

.tabelle-35 {
	float: left;
	width: 35%;
}

.tabelle-40 {
	float: left;
	width: 40%;
}

.tabelle-45 {
	float: left;
	width: 45%;
}

.tabelle-50 {
	float: left;
	width: 50%;
}

.tabelle-60 {
	float: left;
	width: 60%;
}

.tabelle-66 {
	float: left;
	width: 66.666%;
}

.tabelle-70 {
	float: left;
	width: 70%;
}

.tabelle-75 {
	float: left;
	width: 75%;
}

.tabelle-80 {
	float: left;
	width: 80%;
}

.tabelle-100 {
	float: left;
	width: 100%;
}

.rand-horizontal-1 {
	padding: 0 1%;
}

.rand-horizontal-2 {
	padding: 0 2%;
}

.rand-horizontal-3 {
	padding: 0 3%;
}

.rand-horizontal-4 {
	padding: 0 4%;
}

.rand-horizontal-5 {
	padding: 0 5%;
}

.rand-horizontal-10 {
	padding: 0 10%;
}

.rand-horizontal-12 {
	padding: 0 12.5%;
}

.rand-horizontal-15 {
	padding: 0 15%;
}

.rand-horizontal-20 {
	padding: 0 20%;
}

.rand-horizontal-25 {
	padding: 0 25%;
}

.rand-horizontal-30 {
	padding: 0 30%;
}

.rand-vertikal-1 {
	padding-top: 1%;
	padding-bottom: 1%;
}

.rand-vertikal-2 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.rand-vertikal-3 {
	padding-top: 3%;
	padding-bottom: 3%;
}

.rand-vertikal-4 {
	padding-top: 4%;
	padding-bottom: 4%;
}

.rand-vertikal-5 {
	padding-top: 5%;
	padding-bottom: 5%;
}

.rand-vertikal-10 {
	padding-top: 10%;
	padding-bottom: 10%;
}

.rand-vertikal-12 {
	padding-top: 12.5%;
	padding-bottom: 12.5%;
}

.rand-vertikal-15 {
	padding-top: 15%;
	padding-bottom: 15%;
}

.rand-vertikal-20 {
	padding-top: 20%;
	padding-bottom: 20%;
}

.rand-vertikal-25 {
	padding-top: 25%;
	padding-bottom: 25%;
}

.rand-vertikal-30 {
	padding-top: 30%;
	padding-bottom: 30%;
}

h1 {
	font-family: 'Merriweather', serif;
	font-size: 4.50rem;
	line-height: 5.50rem;
	font-weight: 300;
	color: #000;
}

h2 {
	font-family: 'Merriweather', serif;
	font-size: 3.50rem;
	line-height: 3.50rem;
	font-weight: 300;
	color: #000;
}

h3 {
	font-family: 'Merriweather', serif;
	font-size: 2.50rem;
	line-height: 2.50rem;
	font-weight: 300;
	color: #000;
}

h4 {
	font-family: 'Merriweather', serif;
	font-size: 1.50rem;
	font-weight: 300;
	color: #000;
}

h5 {
	font-family: 'Merriweather', serif;
	font-size: 1.25rem;
	font-weight: 300;
	color: #000;
}

}





@media screen and (max-width: 1023px) {

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100.0%;
	letter-spacing: 0.01em;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
}

.desktop {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.fixieren {
	display: none;
	visibility: hidden;
}

#hintergrund {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#hintergrund-1 {
	width: 100%;
	height: 100%;
}

#sitemap {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#ausblenden-sitemap {
	position: fixed;
	top: 0;
	right: 2%;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#ausblenden {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-sitemap {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
	padding: 15% 1%;
	z-index: 1000;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 65px;
	height: 40px;
	z-index: 5000;
}

#schaltflaeche a {
	display:block;
	background: #41a62a;
	height:100%;
	padding: 15px 20px; 
}

#schaltflaeche a:hover {
	background: #1e1e1e;
}

.schaltflaeche a {
	background: #41a62a;
	color: #fff;
	padding: 15px 20px;
}

.schaltflaeche a:hover {
	background: #1e1e1e;
	color: #fff;
	padding: 15px 20px;
}

#kopfzeile {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	z-index: 8000;
}

#kopfzeile-1 {
	display: none;
	visibility: hidden;
}

#hauptmenue {
	display: none;
	visibility: hidden;
}

#hauptmenue-1 {
	
	padding: 0 5%;
}

#hauptmenue-1 ul {
	display: block;
	float: left;
	width: 100%;
	padding: 7% 0;
}

#hauptmenue-1 li {
	display: block;
	float: left;
	width: 100%;
	padding: 2% 0;
}

#hauptmenue-1 li a {
	font-size: 1.75rem;
	line-height: 1.75rem;
	color: #1c3c4c;
	text-decoration: none;
}

#hauptmenue-1 li:hover > a {
	color: #bca78a;
}

#hauptmenue-1 .nav > .active > a {
	color: #bca78a !important;
}

#hauptmenue-1 .nav-child {
	position: relative;
}

#hauptmenue-1 .nav-child li a {
	color: #1c3c4c;
	font-size: 1.25rem;
	line-height: 1.50rem;
	padding: 0 1%;
}

#hauptmenue-1 .nav-child li > a:hover,
#hauptmenue-1 .nav-child li > a:focus,
#hauptmenue-1 .nav-child:hover > a {
	color: #bca78a;
	text-decoration: none;
}

#hauptmenue-1 .nav-child > .active > a {
	color: #bca78a !important;
}

#hauptmenue-1 ul ul {
	display: block;
	float: left;
	width: 100%;
	padding: 2% 0 2% 0;
}

#hauptmenue-1 ul ul li{
	float: none;
	border: none;
	text-align: left;
	padding: 1% 1%;
}

#hauptmenue-1 ul li:hover > ul {
	display: block;
}

#hauptmenue-1 ul ul li:hover > ul {
	position: relative;
	left: 0;
}

.zitate {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.news {
	background-image: url('../images/hintergrund-news.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 3.00vw;
	line-height: 3.50vw;
	font-weight: 300;
	color: #000;
	padding: 0 10% 5% 10%;
}

.items-row {
	margin-top: 0px;
}

#inhalt {
	width: 100%;
	overflow: hidden;
	padding: 125% 0 0 0;
}

#inhalt a {
	font-weight: 400;
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-element {
	position: relative;
	padding-bottom: 150%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

#fusszeile {
	width: 100%;
	z-index: 4000;
}

#fusszeile a:link {
	color: #bca78a !important;
	font-weight: 300;
}

#fusszeile a:hover {
	background: inherit;
	color: #000 !important;
}

#fusszeile a:visited {
	color: #bca78a !important;
}

#fusszeile a:active {
	color: #000 !important;
}

#zerone {
	text-align: center;
	padding: 1% 0;
}

.tabelle-5 {
	float: left;
	width: 5%;
}

.tabelle-10, .tabelle-12, .tabelle-14, .tabelle-15 {
	float: left;
	width: 100%;
	padding: 0 25%;
}

.tabelle-20, .tabelle-25, .tabelle-30, .tabelle-33, .tabelle-35, .tabelle-40, .tabelle-45, .tabelle-50, .tabelle-60, .tabelle-66, .tabelle-70, .tabelle-75, .tabelle-80, .tabelle-100 {
	float: left;
	width: 100%;
	padding: 0 5%;
}

.rand-horizontal-1, .rand-horizontal-2, .rand-horizontal-3, .rand-horizontal-4, .rand-horizontal-5, .rand-horizontal-10 {
	padding: 0 5%;
}

.rand-horizontal-12, .rand-horizontal-15, .rand-horizontal-20, .rand-horizontal-25 {
	padding: 0 8%;
}

.rand-horizontal-30 {
	padding: 0 15%;
}

.rand-vertikal-1, .rand-vertikal-2, .rand-vertikal-3, .rand-vertikal-4 {
	padding: 2% 0;
}

.rand-vertikal-5, .rand-vertikal-10, .rand-vertikal-12, .rand-vertikal-15 {
	padding: 5% 0;
}

.rand-vertikal-20, .rand-vertikal-25, .rand-vertikal-30 {
	padding: 10% 0;
}

h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.75rem;
	line-height: 2.75rem;
	font-weight: 300;
	color: #000;
}

h2 {
	font-family: 'Merriweather', serif;
	font-size: 1.75rem;
	line-height: 2.00rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

h3 {
	font-family: 'Merriweather', serif;
	font-size: 1.50rem;
	line-height: 2.00rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

h4 {
	font-family: 'Merriweather', serif;
	font-size: 1.50rem;
	line-height: 2.00rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

h5 {
	font-family: 'Merriweather', serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

}