@font-face {
	font-family: "DejaVu Sans ExtraLight";
	src: url("../fonts/DejaVuSans-ExtraLight.eot?") format("eot"), url("../fonts/DejaVuSans-ExtraLight.woff") format("woff"), url("../fonts/DejaVuSans-ExtraLight.ttf") format("truetype"), url("../fonts/DejaVuSans-ExtraLight.svg#DejaVuSans-ExtraLight") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Calibri Light';
	src: url('font/path/calibri_light.eot');
	src: url('font/path/calibri_light.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri_light.svg#Calibri Light') format('svg'), url('../fonts/calibri_light.woff') format('woff'), url('../fonts/calibri_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

audio {
	width: 250px;
	background-color: #ffffff;
}

audiocontrols {
	visibility: visible;
}

div#preload {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.onoffswitch {
	visibility: visible;
	top: 20px;
    position: relative; 
	width: 30px;
    
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
	
	-webkit-animation: anim-btn 5s;
	-moz-animation: anim-btn 5s;
	-ms-animation: anim-btn 5s;
	-o-animation: anim-btn 5s;
	animation: anim-btn 5s;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; 
	overflow: hidden; 
	cursor: pointer;
	border-radius: 5px;
}

.onoffswitch-inner {
	width: 200%; 
	margin-left: -100%;
    
	-moz-transition: margin 0.3s ease-in 0s; 
	-webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; 
	width: 50%; 
	height: 30px; 
	padding: 0; 
	line-height: 25px;
    font-size: 14px; 
	color: white; 
	font-family: Trebuchet, Arial, sans-serif; 
	font-weight: bold;
    
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: url(../img/ton-an.jpg);
	color: #595959;
}

.onoffswitch-inner:after {
    content: url(../img/ton-aus.jpg);
	color: #595959;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/status.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
body {
	font-family: 'Calibri Light', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #ffffff;
	color: #595959;
	min-width: 980px;
	height: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenation: german;
	-moz-hyphenation: german;
	-ms-hyphenation: german;
	-o-hyphenation: german;
	hyphenation: german;
	-webkit-hyphenation-restrict: none;
	-moz-hyphenation-restrict: none;
	-ms-hyphenation-restrict: none;
	-o-hyphenation-restrict: none;
	hyphenation-restrict: none;
}
body.noscroll{
	overflow: hidden;
}
a, a:visited, a:hover, a:focus, a:active {
	color: #ffffff;
	text-decoration: none;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
h1 {
	font-family: 'Calibri Light', Arial, sans-serif;
	font-size: 250%;
	text-transform: uppercase;
	color: #FFFFFF;
	
}
h2 {
	font-family: 'Calibri Light', Arial, sans-serif;
	font-size: 200%;
	text-transform: uppercase;
	color: #3b3b3b;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(89,89,89,0.3);
}
h3 {
	font-family: 'Calibri Light', Arial, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: normal;
	color: #3b3b3b;
}
h4 {
	font-family: 'Calibri Light', Arial, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
input {
	font-family: 'Calibri Light', Arial, sans-serif;
	color: #595959;
	font-size: 80%;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	height: 22px;
	width: 250px;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
button {
	font-family: 'Calibri Light', Arial, sans-serif;
	color: #595959;
	font-size: 80%;
	border: 1px solid #a0a0a0;
	background-color: #ebebeb;
	height: 22px;
	width: 150px;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	font-family: 'Calibri Light', Arial, sans-serif;
	color: #595959;
	font-size: 80%;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	padding: 3px;
	resize: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	outline: none !important;
	border: 1px solid #3b3b3b;
	color: #000000;
}

audio {
	width: 250px;
	background-color: #ffffff;
}

audiocontrols {
	visibility: hidden;
}

div#preload {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.onoffswitch {
	visibility: hidden;
	top: 20px;
	position: relative;
	width: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: anim-btn 5s;
	-moz-animation: anim-btn 5s;
	-ms-animation: anim-btn 5s;
	-o-animation: anim-btn 5s;
	animation: anim-btn 5s;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
}
.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 25px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: url(../img/ton-an.jpg);
	color: #595959;
}
.onoffswitch-inner:after {
	content: url(../img/ton-aus.jpg);
	color: #595959;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.send {
	height: 50px;
	width: 100px;
}
.blau {
	color: #9bdbff;
}
.dunkelgrau {
	color: #3b3b3b;
}
.hellgrau {
	color: #595959;
}
.bg-blau {
	background-color: #9bdbff;
}
.bg-hellergrau {
	background-color: #f5f5f5;
}
.bg-hellgrau {
	background-color: #ebebeb;
}
.bg-grau {
	background-color: #595959;
}
.bg-dunkelgrau {
	background-color: #3b3b3b;
}
.heading1 {
	border-bottom: 2px solid #9bdbff;
}
.heading2 {
	border-bottom: 2px solid #ff6534;
}
.heading3 {
	border-bottom: 2px solid #fff179;
}
.heading4 {
	border-bottom: 2px solid #b8ff95;
}
.heading5 {
	border-bottom: 2px solid #bbbbbb;
}
.heading6 {
	border-bottom: 2px solid #2c2c2c;
}
.chapter1 {
	background-color: #9bdbff;
}
.chapter2 {
	background-color: #ff6534;
}
.chapter3 {
	background-color: #fff179;
}
.chapter4 {
	background-color: #b8ff95;
}
.chapter5 {
	background-color: #bbbbbb;
}
.chapter6 {
	background-color: #2c2c2c;
}
.expose {
	background-image: url(../img/expose-full.png);
}

.resize-item {
	position: relative;
	min-height: 740px;
	min-width: 1000px;
}

.v-al {
	width: 100%;
	position: absolute;
	top: 50%;
}

img.social {
	border-radius: 5px;
	margin-right: 10px;
}
.hidden {
	visibility: hidden;
}

div#navigation {
	position: absolute;
	width: 1006px;
	min-height: 690px;
	margin-bottom: 75px;
	left: 50%;
	margin-left: -503px;
}
#back-top {
	position: fixed;
	bottom: 60px;
	left: 50%;
	margin-left: -670px;
	z-index: 1;
	display: none;
}
#back-top a {
	text-decoration: none;
	color: #3b3b3b;
}
#back-top-link {
	margin-top: 5px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.7);
	font-size: 60%;
}
#back-top-box {
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	background-image: url(../img/back-top.png);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
div#menu ul li {
	display: inline-block;
	line-height: 1em;
}
div#menu a {
	text-decoration: none;
}
div#submenu {
	position: fixed;
	background-color: rgba(59,59,59,0.95);
	width: 1130px;
	bottom: 0;
	left: 50%;
	margin-left: -565px;
	overflow: hidden;
	z-index: 90;
	border-top: 1px solid #000;
	-moz-box-shadow: 0 -5px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -5px 8px rgba(0,0,0,0.3);
	box-shadow: 0 -5px 8px rgba(0,0,0,0.3);
	display: none;
}
div#submenu ul li {
	display: inline;
	font-size: 80%;
}
div#submenu a {
	color: #ffffff;
}
div#submenu a:hover {
	color: #bbbbbb;
}

li#box1:hover, li#box2:hover, li#box3:hover, li#box4:hover, li#box5:hover, li#box6:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	color: #ffffff;
}
.bg-01 {
	background-image: url('../img/motiv1.jpg');
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}
.bg-02 {
	background-image: url('../img/BG-03.jpg');
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}
.bg-03 {
	background-image: url('../img/motiv3.jpg');
	width: 100%;
	padding-top: 170px;
	padding-bottom: 170px;
}
.bg-04 {
	background-image: url('../img/BG-02.jpg');
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}
div#description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenation: german;
	-moz-hyphenation: german;
	-ms-hyphenation: german;
	-o-hyphenation: german;
	hyphenation: german;
	-webkit-hyphenation-restrict: none;
	-moz-hyphenation-restrict: none;
	-ms-hyphenation-restrict: none;
	-o-hyphenation-restrict: none;
	hyphenation-restrict: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	-ms-column-gap: 60px;
	-o-column-gap: 60px;
	column-gap: 60px;
}
.description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenation: german;
	-moz-hyphenation: german;
	-ms-hyphenation: german;
	-o-hyphenation: german;
	hyphenation: german;
	-webkit-hyphenation-restrict: none;
	-moz-hyphenation-restrict: none;
	-ms-hyphenation-restrict: none;
	-o-hyphenation-restrict: none;
	hyphenation-restrict: none;
}
div#contentwrapper {
	width: 100%;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.shadow {
	-moz-box-shadow: 2px 2px 8px #888;
	-webkit-box-shadow: 2px 2px 8px #888;
	box-shadow: 2px 2px 8px #888;
}
.innershadow {
	-moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
	-webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
	box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
}
div#content {
	position: relative;
	margin: auto;
	width: 1130px;
}
div#headerbox {
	position: relative;
	width: 66px;
	height: 66px;
	float: left;
	z-index: 2;
}
div#content a {
	color: #000000;
}
div#gallerie {
	margin-top: 30px;
}
.gallerie-item {
	position: relative;
	width: 220px;
	height: 220px;
	float: left;
	margin: 3px;
	overflow: hidden;
}
.leistung-item {
	position: relative;
	width: 275px;
	height: 275px;
	float: left;
	margin: 0;
	overflow: hidden;
}
.leistung-desc {
	position: relative;
	width: 275px;
	min-height: 175px;
	float: left;
	margin: 0;
	overflow: hidden;
	background-color: rgba(240,240,240,1);
	color: rgba(125,125,125,1);
}
.leistung-desc-inner {
	width: 80%;
	margin: auto;
}
.button-video {
	position: absolute;
	background-image: url(../img/button-play.png);
	width: 220px;
	height: 220px;
	opacity: 0.85;
	z-index: 90;
}
.gallerie-item-overlay {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 220px;
	height: 220px;
	opacity: 0;
	left: -220px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.leistung-item-overlay {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 275px;
	height: 275px;
	opacity: 0;
	left: -275px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.gallerie-item-overlay-farbkachel {
	position: absolute;
	background-color: rgba(0,0,0,0.9);
	width: 220px;
	height: 220px;
	opacity: 0;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	left: -220px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.pre-gallerie-item-overlay {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 220px;
	height: 220px;
	opacity: 0;
	left: -220px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.farbkachel:hover .gallerie-item-overlay-farbkachel {
	left: 0;
	opacity: 1;
}
.leistung-item-overlay-big {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background-color: rgba(0,0,0,0.9);
	display: none;
}
.gallerie-item-overlay-big {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	display: none;
	overflow:scroll;
}
div#footer {
	min-height: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #595959;
	border-top: 1px solid #393939;
}
div#footerwrapper {
	min-height: 200px;
	margin: auto;
	margin-top: 20px;
	padding-bottom: 30px;
	width: 1130px;
	color: #ffffff;
	font-size: 90%;
	background-color: #595959;
}
div#footerwrapper ul {
	list-style-image: url(../img/list.png);
}
div#content ul {
	color: #ffffff;
	list-style-image: url(../img/list-blue.png);
}
.author {
	font-size: 80%;
}
.one_half {
	width: 46%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}
.one_fourth {
	position: relative;
	margin-right: 3.25%;
	margin-bottom: 20px;
	float: left;
}
.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-top {
	padding-top: 20px;
}
.padding-bottom {
	padding-bottom: 20px;
}
.last {
	margin-right: 0 !important;
}
.footerspalte {
	width: 22%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.footerspalte-breit {
	width: 45%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
div#copyright {
	padding-top: 10px;
	padding-bottom: 80px;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	background-color: #3b3b3b;
}
.block {
	margin-bottom: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.block-wrapper {
	margin: 40px auto 30px auto;
	text-align: left;
}
.block-wrapper label {
	padding: 5px 0;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #333;
	line-height: 30px;
}
.block-wrapper input {
	display: none;
}
.block-wrapper .block-content {
	background-color: #fff;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	border: 1px solid #3b3b3b;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.block-wrapper input:checked ~ .block-content {
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.block-wrapper input:checked ~ .block-content {
	height: 200px;
}


#cookie_information{
	height:auto;
	max-height:0;
	padding:.8em 3em;
	opacity:0;
	transition: .5s max-height .6s, .5s opacity ease-in-out;
	font-size:.8em;
	overflow:hidden;
	width:100%;
	position:fixed;
	z-index:9999;
	bottom:0;
	left:0;
	text-align:center;
	box-sizing:border-box;
	background-color: rgba(59,59,59,0.95);
	color:#ccc;
	box-shadow: 0 -5px 8px rgba(0,0,0,0.3);
}
#cookie_information.open{
	transition:max-height 4s, .5s opacity ease-in-out;
	max-height:200px;
	opacity:1;
}
.cookie_button{
	display:inline-block;
	margin:.2em;
	margin-top:.5em;
	padding:0em .8em;
	border:1px solid #666;
	cursor:pointer;
	font-size:80%;
	background-color: rgba(90,90,90,1);
}

video, .mejs-layer{
	width:100% !important;
	height:100% !important;		
}
.mejs-container:not(.mejs-container-fullscreen){
	max-width:1280px !important;
	width:auto !important;
	height:auto !important;
}
.mejs-container{
	height:auto !important;
}
.mejs-inner, .mejs-mediaelement{
	position:relative;
	width: auto !important;
	height:auto !important;
	/* max-height:720px !important; */
	background:#fff;
}	


@media (max-height:800px) {
.resize {
	width: 180px;
	height: 180px;
	background-size: 180px 180px;
}
}
@media (max-height:700px) {
.resize {
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
}
}