@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

body {
	color: #616264;
	overflow-x: hidden;
}

a {
	color: #0e2f7b;
	text-decoration: none;
}

a:hover {
	color: #0e2f7b;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}
	
a img {
	border: none;
}

.images {
	width: 100%;
	height: auto;
}

strong {
	font-weight: 600;
}

.auszoomen {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.auszoomen:hover {
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}

.einzoomen {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.einzoomen:hover {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.pulsieren {
    animation: pound 4.5s infinite;
	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(0.9);
	-webkit-filter: opacity(0.7); }
}

.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(15deg)}
}

.abdunkeln {
	transition: background 1.0s;
}

.abdunkeln:hover {
	background-color: rgba(59, 63, 63, 0.75);
	transition: background 1.0s;
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.graustufen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

hr {
	background-color: #616264;
	width: 100%;
	height: 1px;
}

.blau {
	background-color: #0e2f7b;
	color: #fff;
}

.gelb {
	background-color: #ffe100;
}

.rund {
	border-radius: 100% 100%;
}

.freiform {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}





@media screen and (min-width: 1024px) {

.smartphone, #sitemap-1, #quickinfo-1, #quickinfo-2 {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.hintergrund {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left left;
}

#diverses {
	position: fixed;
	top: 1%;
	left: 1%;
	width: 100%;
	color: #616264;
	font-size: 1.00vw;
	font-weight: bold;
	z-index: 1000;
}

@keyframes orbit {
	from {
		rotate: 0;
	}
	to {
		rotate: 1turn;
	}
}

#news aside {
	position: fixed;
	top: -5px;
	right: 20%;
	width: 10%;
	background-image: url('../images/news.png');
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: 'Anton', sans-serif;
	font-size: 1.25vw;
	line-height: 1.25vw;
	color: #fff;
	text-align: center;
	padding: 10% 3% 3% 3%;
	z-index: 9000;
	transform-origin: center -100px;
	rotate: 3deg;
	animation: pendel 2s infinite alternate ease-in-out;
}

@keyframes pendel {
	to {
		rotate: -3deg;
	}
}

aside {
	position: absolute;
}

.scrollen {
  	position: fixed;
  	top: 0;
  	right: 0;
  	box-sizing: border-box;
  	-webkit-transition: right 0.6s;
  	-moz-transition: right 0.6s;
  	transition: right 0.6s;
}

#sitemap.ausblenden {
  	right: -16%;
}

#sitemap.einblenden {
  	right: 0;
  	z-index: 2000;
}

#sitemap {
	position: fixed;
	top: 0;
	right: 0;
	background-image: url('../images/hintergrund.png');
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /**background-color: #fff;**/
	width: 20%;
	height: 100%;
    font-size: 1.10rem;
    line-height: 1.50rem;
	color: #3f3f3f;
	border-left: 0px solid #0e2f7b;
	/**box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.75);**/
	-webkit-transition: right 0.6s;
  	-moz-transition: right 0.6s;
  	transition: right 0.6s;
	z-index: 2000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo { 
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
    color: #3f3f3f;
	padding: 10% 5% 5% 25%;
	overflow-y: scroll;
	/**overflow-x: hidden;**/
	z-index: 1000;
}

#quickinfo a {
	font-size: 1.10rem;
    line-height: 2.10rem;
}

#quickinfo ul {
	display: block;
	float: left;
	width: 100%;
}

#quickinfo li {
	display: block;
	float: left;
	width: 100%;
}

#quickinfo li a {
	color: #3f3f3f;
	font-size: 1.40rem;
	line-height: 2.00rem;
	text-decoration: none;
}

#quickinfo li:hover > a {
	color: #0e2f7b;
}

#quickinfo .nav > .active > a {
	color: #0e2f7b !important;
	font-weight: bold;
}

.rand-horizontal-1 {
	padding-left: 1%;
	padding-right: 1%;
}

.rand-vertikal-1 {
	padding-top: 1%;
	padding-bottom: 1%;
}

.rand-horizontal-2 {
	padding-left: 2%;
	padding-right: 2%;
}

.rand-vertikal-2 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.rand-horizontal-3 {
	padding-left: 3%;
	padding-right: 3%;
}

.rand-vertikal-3 {
	padding-top: 3%;
	padding-bottom: 3%;
}

.rand-horizontal-4 {
	padding-left: 4%;
	padding-right: 4%;
}

.rand-vertikal-4 {
	padding-top: 4%;
	padding-bottom: 4%;
}

.rand-horizontal-5 {
	padding-left: 5%;
	padding-right: 5%;
}

.rand-vertikal-5 {
	padding-top: 5%;
	padding-bottom: 5%;
}

.rand-horizontal-10 {
	padding-left: 10%;
	padding-right: 10%;
}

.rand-vertikal-10 {
	padding-top: 10%;
	padding-bottom: 10%;
}

.rand-horizontal-15 {
	padding-left: 15%;
	padding-right: 15%;
}

.rand-vertikal-15 {
	padding-top: 15%;
	padding-bottom: 15%;
}

.rand-horizontal-20 {
	padding-left: 20%;
	padding-right: 20%;
}

.rand-vertikal-20 {
	padding-top: 20%;
	padding-bottom: 20%;
}

.rand-horizontal-25 {
	padding-left: 25%;
	padding-right: 25%;
}

.rand-vertikal-25 {
	padding-top: 25%;
	padding-bottom: 25%;
}

.rand-horizontal-30 {
	padding-left: 30%;
	padding-right: 30%;
}

.rand-vertikal-30 {
	padding-top: 30%;
	padding-bottom: 30%;
}

#inhalt {
	width: 100%;
	font-size: 1.10rem;
	line-height: 1.90rem;
}

#fusszeile {
	font-size: 1.10rem;
	line-height: 1.50rem;
}

h1 {
	font-family: 'Anton', sans-serif;
	font-size: 5.00rem;
	line-height: 5.50rem;
}

h2 {
	font-family: 'Anton', sans-serif;
	font-size: 4.00rem;
	line-height: 4.50rem;
}

h3 {
	font-family: 'Anton', sans-serif;
	font-size: 3.00rem;
	line-height: 4.00rem;
}

h4 {
	font-family: 'Anton', sans-serif;
	font-size: 2.00rem;
	line-height: 3.00rem;
}

.tabelle-5 {
	border-spacing: 0px;
	float: left;
	width: 5%;
}

.tabelle-10 {
	border-spacing: 0px;
	float: left;
	width: 10%;
}

.tabelle-12 {
	border-spacing: 0px;
	float: left;
	width: 12.5%;
}

.tabelle-15 {
	border-spacing: 0px;
	float: left;
	width: 15%;
}

.tabelle-20 {
	border-spacing: 0px;
	float: left;
	width: 20%;
}

.tabelle-25 {
	border-spacing: 0px;
	float: left;
	width: 25%;
}

.tabelle-30 {
	border-spacing: 0px;
	float: left;
	width: 30%;
}

.tabelle-33 {
	border-spacing: 0px;
	float: left;
	width: 33.3333%;
}

.tabelle-35 {
	border-spacing: 0px;
	float: left;
	width: 35%;
}

.tabelle-40 {
	border-spacing: 0px;
	float: left;
	width: 40%;
}

.tabelle-45 {
	border-spacing: 0px;
	float: left;
	width: 45%;
}

.tabelle-50 {
	border-spacing: 0px;
	float: left;
	width: 50%;
}

.tabelle-55 {
	border-spacing: 0px;
	float: left;
	width: 55%;
}

.tabelle-60 {
	border-spacing: 0px;
	float: left;
	width: 60%;
}

.tabelle-65 {
	border-spacing: 0px;
	float: left;
	width: 65%;
}

.tabelle-70 {
	border-spacing: 0px;
	float: left;
	width: 70%;
}

.tabelle-75 {
	border-spacing: 0px;
	float: left;
	width: 75%;
}

.tabelle-80 {
	border-spacing: 0px;
	float: left;
	width: 80%;
}

.tabelle-90 {
	border-spacing: 0px;
	float: left;
	width: 90%;
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-element {
	position: relative;
	padding-bottom: 56.25%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

#start {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5000;
}

#schaltflaeche a {
	display:block;
	background: #70b6be;
	color: #fff;
	font-size: 24px;
	height:100%;
	padding: 15px 20px; 
}

#schaltflaeche a:hover {
	background: #4c423a;
	color: #fff;
}

.schaltflaeche a {
	background: #70b6be;
	color: #fff;
	padding: 15px 20px;
}

.schaltflaeche a:hover {
	background: #4c423a;
	color: #fff;
	padding: 15px 20px;
}

}





@media screen and (max-width: 1023px) {

.desktop, #quickinfo {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.hintergrund {
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left left;
}

#ausblenden {
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 5%;
	z-index: 11000;
}

.scrollen {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}

#sitemap-1 {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #000;
	z-index: 10000;
}

#quickinfo-2 {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
    /**
    font-size: 22px;
    line-height: 26px;
    **/
	overflow-y: scroll;
	padding: 15% 15%;
	z-index: 1000;
}

#quickinfo-2 a {
	font-size: 1.25rem;
    line-height: 2.25rem;
}

#quickinfo-2 ul {
	display: block;
	float: left;
	width: 100%;
	padding: 10% 0;
}

#quickinfo-2 li {
	display: block;
	float: left;
	width: 100%;
}

#quickinfo-2 li a {
	color: #3f3f3f;
	font-size: 1.40rem;
	line-height: 2.00rem;
	text-decoration: none;
}

#quickinfo-2 li:hover > a {
	color: #0e2f7b;
}

#quickinfo-2 .nav > .active > a {
	color: #0e2f7b !important;
	font-weight: bold;
}

#sitemap.ausblenden {
  	top: -100px;
}

#sitemap.einblenden {
  	top: 0;
  	z-index: 2000;
}

#sitemap {
	position: fixed;
	top: 0;
	right: 0;
	/**background-image: url('../images/zahnrad.png');**/
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /**background-color: #fff;**/
	width: 100%;
	height: 100px;
    font-size: 1.10rem;
    line-height: 1.50rem;
	color: #3f3f3f;
	border-left: 0px solid #0e2f7b;
	-webkit-transition: top 0.6s;
  	-moz-transition: top 0.6s;
  	transition: top 0.6s;
	z-index: 2000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-1 {
	background: #fff;
	width: 100%;
	height: 50px;
}

.rand-horizontal-1, .rand-horizontal-2, .rand-horizontal-3, .rand-horizontal-4, .rand-horizontal-5, .rand-horizontal-10, .rand-horizontal-15, .rand-horizontal-20, .rand-horizontal-25, .rand-horizontal-30 {
	padding-left: 5%;
	padding-right: 5%;
}

.rand-vertikal-1 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.rand-vertikal-2 {
	padding-top: 4%;
	padding-bottom: 4%;
}

.rand-vertikal-3 {
	padding-top: 6%;
	padding-bottom: 6%;
}

.rand-vertikal-4 {
	padding-top: 8%;
	padding-bottom: 8%;
}

.rand-vertikal-5 {
	padding-top: 10%;
	padding-bottom: 10%;
}

.rand-vertikal-10 {
	padding-top: 20%;
	padding-bottom: 20%;
}

.rand-vertikal-15 {
	padding-top: 30%;
	padding-bottom: 30%;
}

.rand-vertikal-20 {
	padding-top: 40%;
	padding-bottom: 40%;
}

.rand-vertikal-25 {
	padding-top: 50%;
	padding-bottom: 50%;
}

.rand-vertikal-30 {
	padding-top: 60%;
	padding-bottom: 60%;
}

#inhalt {
	width: 100%;
	font-size: 1.00rem;
	line-height: 1.25rem;
	padding: 5% 0 0 0;
}

#fusszeile {
	font-size: 1.10rem;
	line-height: 1.50rem;
}

h1 {
	font-family: 'Anton', sans-serif;
	font-size: 2.50rem;
	line-height: 3.00rem;
}

h2 {
	font-family: 'Anton', sans-serif;
	font-size: 2.25rem;
	line-height: 2.75rem;
}

h3 {
	font-family: 'Anton', sans-serif;
	font-size: 2.00rem;
	line-height: 2.50rem;
}

h4 {
	font-family: 'Anton', sans-serif;
	font-size: 1.50rem;
	line-height: 2.00rem;
}

span {
	padding: 0.3rem 0;
}

.tabelle-5 {
	border-spacing: 0px;
	float: left;
	width: 5%;
}

.tabelle-10 {
	border-spacing: 0px;
	float: left;
	width: 10%;
}

.tabelle-12 {
	border-spacing: 0px;
	float: left;
	width: 12.5%;
}

.tabelle-15, .tabelle-20, .tabelle-25, .tabelle-30, .tabelle-33, .tabelle-35, .tabelle-40, .tabelle-45, .tabelle-50, .tabelle-55, .tabelle-60, .tabelle-65, .tabelle-70, .tabelle-75, .tabelle-80, .tabelle-90 {
	border-spacing: 0px;
	float: left;
	width: 100%;
	padding: 0 5%;
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-element {
	position: relative;
	padding-bottom: 112%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

#start {
	display: none;
	position: fixed;
	right: 5%;
	bottom: 0;
	z-index: 5000;
}

#schaltflaeche a {
	display:block;
	background: #70b6be;
	color: #595959;
	font-size: 24px;
	height:100%;
	padding: 15px 20px; 
}

.schaltflaeche a {
	background: #70b6be;
	color: #595959;
	padding: 15px 20px;
}

.verkleinern-25 {
	padding: 0 25%;
}

}