* {
    margin: 0;
    padding: 0;
}
html, body {
	margin: 0;
    padding: 0;
	height: 100%;
}

body {
	background: url('bilder/style/hintergrund2-hell2.jpg');
	background-repeat: repeat-y;
	background-size: cover;
	width: 100% !important;
	margin: 0;
    padding: 0;
	/*background: rgba(206,205,200,1);*/
	/*background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(106,105,100,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);*/
}

.body-overlay {
	width: 100% !important;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	/**background: rgba(0,0,0,0);**/
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.0) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

#overlay-licht {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.0) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
}



#inbetween {
	height: 30px;
}

#content {
	width: 80%;
	max-width: 1024px;
	min-height: 887px;
	background: none; /*#7d999c; url('bilder/style/hintergrund-body4.jpg');*/
	background-repeat: repeat-y;
	margin: 0 auto;
	/*filter: alpha(opacity=0); /* internet explorer */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	/*-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3);*/
}

/*header*/

header {
	width: 30%;
	float: left;
}

#logo {
	margin-left: 20px;
	margin-top: 50px;
	max-height: 100%;
	-ms-transform: scale(0.0,0.0); /* IE 9 */
	-webkit-transform: scale(0.0,0.0); /* Chrome, Safari, Opera */
	transform: scale(0.0,0.0); /* Standard syntax */
	-webkit-animation: bounce 500ms 500ms 1 normal forwards;
	-moz-animation: bounce 500ms 500ms 1 normal forwards;
	-o-animation: bounce 500ms 500ms 1 normal forwards;
	animation: bounce 500ms 500ms 1 normal forwards;	/* Name Dauer Zeit-bis-zum-Start Anzahl-der-Wiederholungen*/
	
}

@-o-keyframes bounce {
	0% {-ms-transform: scale(0.0,0.0); /* IE 9 */
		-webkit-transform: scale(0.0,0.0); /* Chrome, Safari, Opera */
		transform: scale(0.0,0.0); /* Standard syntax */
		animation-timing-function: ease-in;	
	}
	20% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.3,0.3); /* IE 9 */
		-webkit-transform: scale(0.3,0.3); /* Chrome, Safari, Opera */
		transform: scale(0.3,0.3); /* Standard syntax */
	}
	40% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.5,0.5); /* IE 9 */
		-webkit-transform: scale(0.5,0.5); /* Chrome, Safari, Opera */
		transform: scale(0.5,0.5); /* Standard syntax */
	}
	60% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.9,0.9); /* IE 9 */
		-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
		transform: scale(0.9,0.9); /* Standard syntax */
	}
	80% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
		transform: scale(1.2,1.2); /* Standard syntax */
		-ms-transform: rotate(5deg); /* IE 9 */
		-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
		transform: rotate(5deg); /* Standard syntax */
	}
	90% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.1,1.1); /* IE 9 */
		-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
		transform: scale(1.1,1.1); /* Standard syntax */
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
		transform: rotate(-5deg); /* Standard syntax */
	}
	100% {animation-timing-function: ease-in;	
		-ms-transform: scale(1,1); /* IE 9 */
		-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
		transform: scale(1,1); /* Standard syntax */
	}
}

@-moz-keyframes bounce {
	0% {-ms-transform: scale(0.0,0.0); /* IE 9 */
		-webkit-transform: scale(0.0,0.0); /* Chrome, Safari, Opera */
		transform: scale(0.0,0.0); /* Standard syntax */
		animation-timing-function: ease-in;	
	}
	20% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.3,0.3); /* IE 9 */
		-webkit-transform: scale(0.3,0.3); /* Chrome, Safari, Opera */
		transform: scale(0.3,0.3); /* Standard syntax */
	}
	40% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.5,0.5); /* IE 9 */
		-webkit-transform: scale(0.5,0.5); /* Chrome, Safari, Opera */
		transform: scale(0.5,0.5); /* Standard syntax */
	}
	60% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.9,0.9); /* IE 9 */
		-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
		transform: scale(0.9,0.9); /* Standard syntax */
	}
	80% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
		transform: scale(1.2,1.2); /* Standard syntax */
		-ms-transform: rotate(5deg); /* IE 9 */
		-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
		transform: rotate(5deg); /* Standard syntax */
	}
	90% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.1,1.1); /* IE 9 */
		-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
		transform: scale(1.1,1.1); /* Standard syntax */
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
		transform: rotate(-5deg); /* Standard syntax */
	}
	100% {animation-timing-function: ease-in;	
		-ms-transform: scale(1,1); /* IE 9 */
		-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
		transform: scale(1,1); /* Standard syntax */
	}
}

@-webkit-keyframes bounce {
	0% {-ms-transform: scale(0.0,0.0); /* IE 9 */
		-webkit-transform: scale(0.0,0.0); /* Chrome, Safari, Opera */
		transform: scale(0.0,0.0); /* Standard syntax */
		animation-timing-function: ease-in;	
	}
	20% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.3,0.3); /* IE 9 */
		-webkit-transform: scale(0.3,0.3); /* Chrome, Safari, Opera */
		transform: scale(0.3,0.3); /* Standard syntax */
	}
	40% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.5,0.5); /* IE 9 */
		-webkit-transform: scale(0.5,0.5); /* Chrome, Safari, Opera */
		transform: scale(0.5,0.5); /* Standard syntax */
	}
	60% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.9,0.9); /* IE 9 */
		-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
		transform: scale(0.9,0.9); /* Standard syntax */
	}
	80% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
		transform: scale(1.2,1.2); /* Standard syntax */
		-ms-transform: rotate(5deg); /* IE 9 */
		-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
		transform: rotate(5deg); /* Standard syntax */
	}
	90% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.1,1.1); /* IE 9 */
		-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
		transform: scale(1.1,1.1); /* Standard syntax */
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
		transform: rotate(-5deg); /* Standard syntax */
	}
	100% {animation-timing-function: ease-in;	
		-ms-transform: scale(1,1); /* IE 9 */
		-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
		transform: scale(1,1); /* Standard syntax */
	}
}

@keyframes bounce {
	0% {-ms-transform: scale(0.0,0.0); /* IE 9 */
		-webkit-transform: scale(0.0,0.0); /* Chrome, Safari, Opera */
		transform: scale(0.0,0.0); /* Standard syntax */
		animation-timing-function: ease-in;	
	}
	20% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.3,0.3); /* IE 9 */
		-webkit-transform: scale(0.3,0.3); /* Chrome, Safari, Opera */
		transform: scale(0.3,0.3); /* Standard syntax */
	}
	40% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.5,0.5); /* IE 9 */
		-webkit-transform: scale(0.5,0.5); /* Chrome, Safari, Opera */
		transform: scale(0.5,0.5); /* Standard syntax */
	}
	60% {animation-timing-function: ease-in;	
		-ms-transform: scale(0.9,0.9); /* IE 9 */
		-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
		transform: scale(0.9,0.9); /* Standard syntax */
	}
	80% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
		transform: scale(1.2,1.2); /* Standard syntax */
		-ms-transform: rotate(5deg); /* IE 9 */
		-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
		transform: rotate(5deg); /* Standard syntax */
	}
	90% {animation-timing-function: ease-in;	
		-ms-transform: scale(1.1,1.1); /* IE 9 */
		-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
		transform: scale(1.1,1.1); /* Standard syntax */
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
		transform: rotate(-5deg); /* Standard syntax */
	}
	100% {animation-timing-function: ease-in;	
		-ms-transform: scale(1,1); /* IE 9 */
		-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
		transform: scale(1,1); /* Standard syntax */
	}
}


nav {
	width: 65%;
	float: left;
	margin-top: 130px;
	color: rgba(106,105,100,1);
	
}
nav a {
	text-decoration: none;
	font-family: 'Share Tech', sans-serif;
	color: #fef8da;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(106,105,100,1);
	font-size: 18px !important;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
}

nav a:hover {
	color: #fffbeb;/*rgba(229,229,229,1);*/
	background-color: rgba(86,85,80,1);/*rgba(156,155,150,1);*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}

nav .current-item, nav .current-item:hover  {
	color: #fffcef;/*rgba(206,205,200,1);rgba(106,105,100,1);*/
	background-color: rgba(56,55,50,1);/*rgba(206,205,200,1);*/
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3), 0px 2px 7px rgba(0,0,0,0.3) inset;
}

nav li {
	text-decoration: none;
	display: inline; 
}

nav ul li ul{
	position: absolute;
	display: inline;
	visibility: hidden;
	margin-top: 26px;
	z-index: 1000;
	padding-top: 5px;
	margin-left: -70px;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	clear: both;
	float: left;
	width: 122px !important;
}
nav ul li:hover > ul {
    visibility: visible;
}
.submenu {
	margin-top: 0px !important;
	display: block;
	width: 105px;
	height: 30px;
	background-color: rgba(106,105,100,1);
	clear: both;
	margin-left: -23px;
}
.submenu a {
	margin-top: 0px !important;
	width: 105px !important;
	clear: both;
	box-shadow: none;
	float: left;
}

#menu2 {
	margin-top: -30px;
	margin-right: 200px;
	width: 60%;
	height: 20%;
	float: right;
}

#menu2 li {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-family: 'Share Tech', sans-serif;
}




/*body*/

section {
	width: 100%;
	min-height: 500px;
	clear: both;
	padding-top: 50px;
}

section a {
	text-decoration: none;
}


#gallery-section {
	margin-bottom: 50px;
}

#links {
	width: 40%;
	float: left;
}

.start-text-box {
	max-width: 650px;
	margin-bottom: 30px;
	padding: 20px;
	color: #fef8da;
	background-color: rgba(56,55,50,1);
	font-family: 'Share Tech', sans-serif;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3), 0px 2px 7px rgba(0,0,0,0.3) inset;
	clear: both;
}

.start-text-box a {
	color: #f6ecb3;
}

#stbp1 {
	font-size: 18px;
	border-bottom: 1px solid #fef8da;
}

#werbebox {
	background-color: rgba(106,105,100,1);
	width: auto;
	height: 200px;
	float: right;
	margin-right: -50px;
	margin-top: -540px;
	position: relative;
	padding: none;
	font-family: 'Share Tech', sans-serif;
	color: #fef8da;
}



.section-info {
	min-height: 460px;
	margin-bottom: 50px;
}

.info-content {
	font-family: 'Share Tech', sans-serif;
	text-align: left;
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
	background: rgba(125,153,156,0.85);
	/*background-image: url('bilder/style/hintergrund.jpg');*/
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9) inset;
}

.label-info{
	font-family: 'Share Tech', sans-serif;
	font-size: 28px;
	background: #ffffff;
	max-width: 600px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: -moz-linear-gradient(top, rgba(156,155,150,1) 1%, rgba(106,105,100,1) 50%, rgba(156,155,150,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(226,225,220,1)), color-stop(50%,rgba(186,185,180,1)), color-stop(100%,rgba(226,225,220,1)));
	background: -webkit-linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	background: -o-linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	background: linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226,225,220,1)', endColorstr='rgba(226,225,220,1)',GradientType=0 );
	
	color: #fef8da;
	text-shadow: 0px 1px 1px rgba(56,55,50,1);
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.6) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.6) inset;
}

.info-content p {
	font-style: italic;
	color: white;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}


#rechts {
	width: 100%;
	float: right;
}




/*slider*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 60%;
  padding: 0;
  margin: 0;
  float: right;
  margin-right: 70px;
  margin-top: 10px;
  z-index: 1;
  opacity: 0.7;
  clear: both;
  -webkit-transition: -webkit-transform 1s; -moz-transition: -moz-transform 1s; -o-transition: -o-transform 1s; -ms-transition: -ms-transform 1s; transition: transform 1s;
  }
  
.rslides:hover {
	-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  
  
  
/*********************
	content-slider
********************/
/* SLIDER STRUCTURE */

#slider {
   background: black;/*rgba(0,0,0,0.0); #000;*/
   border: 5px solid rgba(106, 105, 100, 1);
   box-shadow: none; /*1px 1px 5px rgba(0,0,0,0.7);*/
   height: auto;/*max-height: 480px; default 320*/
   max-width: 720px;  /*default 680*/
   margin: 40px auto 0;
   overflow: visible;
   position: relative;
   filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	margin-bottom: 50px;
}

/* HIDE ALL OUTSIDE OF THE SLIDER */

#mask {
   overflow: hidden;
   height: 480px;  /*default 320*/
}

/* IMAGE LIST */

#slider ul {
   margin: 0;
   padding: 0;
   position: relative;
}

#slider li {
   max-width: 100%;  /* Width Image *//*default 680*/
   /*max-height: 480px;  Height Image *//*default 320*/
   position: absolute;
   top: 0px; /* Original Position - Outside of the Slider *//*default -325*/
   list-style: none;
}

#slider li.firstanimation {
   animation: cycle 25s linear infinite;
   -webkit-animation: cycle 25s linear infinite;
}

#p1 {
   animation: flip 25s linear infinite;
   -webkit-animation: flip 25s linear infinite;
}

#slider li.secondanimation {
   animation: cycletwo 25s linear infinite;
   -webkit-animation: cycletwo 25s linear infinite;
}

#p2 {
   animation: flip2 25s linear infinite;
   -webkit-animation: flip2 25s linear infinite;
}

#slider li.thirdanimation {
   animation: cyclethree 25s linear infinite;
   -webkit-animation: cyclethree 25s linear infinite;
}

#p3 {
   animation: flip3 25s linear infinite;
   -webkit-animation: flip3 25s linear infinite;
}

#slider li.fourthanimation {
   animation: cyclefour 25s linear infinite;
   -webkit-animation: cyclefour 25s linear infinite;
}

#p4 {
   animation: flip4 25s linear infinite;
   -webkit-animation: flip4 25s linear infinite;
}

#slider li.fifthanimation {
   animation: cyclefive 25s linear infinite;
   -webkit-animation: cyclefive 25s linear infinite;
}

#p5 {
   animation: flip5 25s linear infinite;
   -webkit-animation: flip5 25s linear infinite;
}
#balken {
	max-width: 100%;
	margin-left: -500px;
	top: 0px;
	position: relative;
	animation: balken 5s linear infinite;
	-webkit-animation: balken 5s linear infinite;
	z-index: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ANIMATION */

@keyframes balken {
   0%  { left: 0px; top: 0px; z-index: 0; }
   80%  { left: 0px; top: 0px; z-index: 0; transform: rotate(0deg);}
   85%  { left: -400px; top: -50px; z-index: 0; transform: rotate(-30deg);}
   90%  { left: -400px; top: -50px; z-index: 0; transform: rotate(-30deg);}
   100%  { left: 0px; top: 0px; z-index: 0; transform: rotate(0deg);}
}

@-webkit-keyframes balken {
   0%  { left: 0px; top: 0px; z-index: 0; }
   80%  { left: 0px; top: 0px; z-index: 0; transform: rotate(0deg);}
   85%  { left: -400px; top: -50px; z-index: 0; transform: rotate(-30deg);}
   90%  { left: -400px; top: -50px; z-index: 0; transform: rotate(-30deg);}
   100%  { left: 0px; top: 0px; z-index: 0; transform: rotate(0deg);}
}

@keyframes cycle {
   0%  { right: 0px; } /* When you start the slide, the first image is already visible */
   4%  { right: 0px; } /* Original Position */
   16% { right: 0px; opacity:1; z-index:0; transform: rotate(0deg); } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { right: -725px; opacity: 1; z-index: 0; transform: rotate(90deg); } /* From 16% to 20% = for 1 second exit image *//*default 325*/
   21% { right: -725px; opacity: 1; z-index: -1; transform: rotate(90deg);} /* Return to Original Position *//*default -325*/
   92% { right: -725px; opacity: 1; z-index: 0; transform: rotate(90deg);}  /*default -325*/
   96% { right: -725px; opacity: 1; transform: rotate(90deg); } /* From 96% to 100% = for 1 second enter image*//*default -325*/
   100%{ right: 0px; opacity: 1; transform: rotate(0deg); }
}
@-webkit-keyframes cycle {
   0%  { right: 0px; } /* When you start the slide, the first image is already visible */
   4%  { right: 0px; } /* Original Position */
   16% { right: 0px; opacity:1; z-index:0; -webkit-transform: rotate(0deg); } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { right: -725px; opacity: 1; z-index: 0; -webkit-transform: rotate(90deg); } /* From 16% to 20% = for 1 second exit image *//*default 325*/
   21% { right: -725px; opacity: 1; z-index: -1; -webkit-transform: rotate(90deg);} /* Return to Original Position *//*default -325*/
   92% { right: -725px; opacity: 1; z-index: 0; -webkit-transform: rotate(90deg);}  /*default -325*/
   96% { right: -725px; opacity: 1; -webkit-transform: rotate(90deg); } /* From 96% to 100% = for 1 second enter image*//*default -325*/
   100%{ right: 0px; opacity: 1; -webkit-transform: rotate(0deg); }
}

@keyframes flip {
   0%  { left: -260px; top: 100px; transform: rotate(3deg); opacity:1; background-color: rgba(106, 105, 100, 1); color: white;} /* When you start the slide, the first image is already visible */
   4%  { left: -250px; top: 100px; transform: rotate(0deg); opacity:1; background-color: rgba(156, 155, 150, 1); color: #fff2b7; } /* Original Position */
   16% { left: -260px; top: 100px; opacity:1; z-index:2; transform: rotate(-1deg); background-color: rgba(106, 105, 100, 1); color: white; } /* From 4% to 16 % = for 3 seconds the image is visible */
   18% { left: -725px; top: 100px; opacity: 0; z-index: 0;}
   20% { left: -725px; top: 100px; opacity: 0; z-index: 0;} /* From 16% to 20% = for 1 second exit image *//*default 325*/
   21% { left: -725px; top: 100px; opacity: 0; z-index: -1; } /* Return to Original Position *//*default -325*/
   92% { left: -725px; top: 100px; opacity: 0; z-index: 0; }  /*default -325*/
   96% { left: -725px; top: 100px; opacity: 0; }
   98% { left: -725px; top: 100px; opacity: 0; }   /* From 96% to 100% = for 1 second enter image*//*default -325*/
   100%{ left: -260px; top: 100px; opacity: 1; transform: rotate(0deg); }
}
@-webkit-keyframes flip {
   0%  { left: -260px; top: 140px; -webkit-transform: rotate(3deg); opacity:1; background-color: rgba(106, 105, 100, 1); color: white;} /* When you start the slide, the first image is already visible */
   4%  { left: -250px; top: 140px; -webkit-transform: rotate(0deg); opacity:1; background-color: rgba(156, 155, 150, 1); color: #fff2b7; } /* Original Position */
   16% { left: -260px; top: 140px; opacity:1; z-index:2; -webkit-transform: rotate(-1deg); background-color: rgba(106, 105, 100, 1); color: white; } /* From 4% to 16 % = for 3 seconds the image is visible */
   18% { left: -725px; top: 140px; opacity: 0; z-index: 0;}
   20% { left: -725px; top: 140px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image *//*default 325*/
   21% { left: -725px; top: 140px; opacity: 0; z-index: -1; } /* Return to Original Position *//*default -325*/
   92% { left: -725px; top: 140px; opacity: 0; z-index: 0; }  /*default -325*/
   96% { left: -725px; top: 140px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*//*default -325*/
   98% { left: -725px; top: 140px; opacity: 0; }
   100%{ left: -260px; top: 140px; opacity: 1; -webkit-transform: rotate(0deg); }
}

@keyframes cycletwo {
   0%  { left: -725px; opacity: 1; transform: rotate(90deg);} /* Original Position *//*default -325*/
   16% { left: -725px; opacity: 1; transform: rotate(90deg); }/* Starts moving after 16% to this position *//*default -325*/
   20% { left: 0px; opacity: 1; transform: rotate(0deg); }
   24% { left: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { left: 0px; opacity: 1; z-index: 0; transform: rotate(0deg); }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { left: -725px; opacity: 1; z-index: 0; transform: rotate(-90deg); } /* From 36% to 40% = for 1 second exit image *//*default 325*/
   41% { left: -725px; opacity: 1; z-index: -1; transform: rotate(-90deg);}   /* Return to Original Position *//*default -325*/
   100%{ left: -725px; opacity: 1; z-index: -1; transform: rotate(-90deg);}  /*default -325*/
}
@-webkit-keyframes cycletwo {
   0%  { left: -725px; opacity: 1; -webkit-transform: rotate(90deg);} /* Original Position *//*default -325*/
   16% { left: -725px; opacity: 1; -webkit-transform: rotate(90deg); }/* Starts moving after 16% to this position *//*default -325*/
   20% { left: 0px; opacity: 1; -webkit-transform: rotate(0deg); }
   24% { left: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { left: 0px; opacity: 1; z-index: 0; -webkit-transform: rotate(0deg); }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { left: -725px; opacity: 1; z-index: 0; -webkit-transform: rotate(-90deg); } /* From 36% to 40% = for 1 second exit image *//*default 325*/
   41% { left: -725px; opacity: 1; z-index: -1; -webkit-transform: rotate(-90deg);}   /* Return to Original Position *//*default -325*/
   100%{ left: -725px; opacity: 1; z-index: -1; -webkit-transform: rotate(-90deg);}  /*default -325*/
}

@keyframes flip2 {
   0%  { right: -725px; top: -15px; opacity: 0; } /* Original Position *//*default -325*/
   18% { right: -725px; top: -15px; opacity: 0; }/* Starts moving after 16% to this position *//*default -325*/ 
   20% { right: 250px; top: -15px; transform: rotate(0deg); opacity: 1; background-color: rgba(106, 105, 100, 1); color: white; }
   24% { right: 260px; top: -15px; transform: rotate(3deg); opacity: 1; background-color: rgba(156, 155, 150, 1); color: #fff2b7; }  /* From 20% to 24% = for 1 second enter image*/
   36% { right: 250px; top: -15px; transform: rotate(-1deg); opacity: 1; z-index: 2; background-color: rgba(106, 105, 100, 1); color: white; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   38% { right: -725px; top: -15px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image *//*default 325*/
   41% { right: -725px; top: -15px; opacity: 0; z-index: -1; }   /* Return to Original Position *//*default -325*/
   100%{ right: -725px; top: -15px; opacity: 0; z-index: -1; }  /*default -325*/
}
@-webkit-keyframes flip2 {
   0%  { right: -725px; top: 35px; opacity: 0; } /* Original Position *//*default -325*/
   18% { right: -725px; top: 35px; opacity: 0; }/* Starts moving after 16% to this position *//*default -325*/
   20% { right: 250px; top: 35px; -webkit-transform: rotate(0deg); opacity: 1; background-color: rgba(106, 105, 100, 1); color: white; }
   24% { right: 260px; top: 35px; -webkit-transform: rotate(3deg); opacity: 1; background-color: rgba(156, 155, 150, 1); color: #fff2b7; }  /* From 20% to 24% = for 1 second enter image*/
   36% { right: 250px; top: 35px; -webkit-transform: rotate(-1deg); opacity: 1; z-index: 0; background-color: rgba(106, 105, 100, 1); color: white; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   38% { right: -725px; top: 35px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image *//*default 325*/
   41% { right: -725px; top: 35px; opacity: 0; z-index: -1; }   /* Return to Original Position *//*default -325*/
   100%{ right: -725px; top: 35px; opacity: 0; z-index: -1; }  /*default -325*/
}

@keyframes cyclethree {
   0%  { top: -650px; opacity: 1; transform: rotate(90deg);}
   36% { top: -650px; opacity: 1; transform: rotate(90deg); }
   40% { top: 0px; opacity: 1; transform: rotate(0deg); }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; transform: rotate(0deg); }
   60% { top: -650px; opacity: 1; z-index: 0; transform: rotate(-90deg); }
   61% { top: -650px; opacity: 1; z-index: -1; transform: rotate(-90deg);}
   100%{ top: -650px; opacity: 1; z-index: -1; transform: rotate(-90deg);}
}
@-webkit-keyframes cyclethree {
   0%  { top: -650px; opacity: 1; -webkit-transform: rotate(90deg);}
   36% { top: -650px; opacity: 1; -webkit-transform: rotate(90deg); }
   40% { top: 0px; opacity: 1; -webkit-transform: rotate(0deg); }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; -webkit-transform: rotate(0deg); }
   60% { top: -650px; opacity: 1; z-index: 0; -webkit-transform: rotate(-90deg); }
   61% { top: -650px; opacity: 1; z-index: -1; -webkit-transform: rotate(-90deg);}
   100%{ top: -650px; opacity: 1; z-index: -1; -webkit-transform: rotate(-90deg);}
}

@keyframes flip3 {
   0%  { left: -725px; top: -130px; opacity: 0; }
   38% { left: -725px; top: -130px; opacity: 0; }
   40% { left: -260px; top: -130px; opacity: 1; transform: rotate(0deg); background-color: rgba(106, 105, 100, 1); color: white; }
   44% { left: -250px; top: -130px; opacity: 1; transform: rotate(3deg); background-color: rgba(156, 155, 150, 1); color: #fff2b7; }
   56% { left: -260px; top: -130px; opacity: 1; transform: rotate(-1deg); background-color: rgba(106, 105, 100, 1); color: white; }
   58% { left: -725px; top: -130px; opacity: 0; z-index: 2; }
   61% { left: -725px; top: -130px; opacity: 0; z-index: -1; }
   100%{ left: -725px; top: -130px; opacity: 0; z-index: -1; }
}
@-webkit-keyframes flip3 {
   0%  { left: -725px; top: -90px; opacity: 0; }
   38% { left: -725px; top: -90px; opacity: 0; }
   40% { left: -260px; top: -90px; opacity: 1; -webkit-transform: rotate(0deg); background-color: rgba(106, 105, 100, 1); color: white; }
   44% { left: -250px; top: -90px; opacity: 1; -webkit-transform: rotate(3deg); background-color: rgba(156, 155, 150, 1); color: #fff2b7; }
   56% { left: -260px; top: -90px; opacity: 1; -webkit-transform: rotate(-1deg); background-color: rgba(106, 105, 100, 1); color: white; }
   58% { left: -725px; top: -90px; opacity: 0; z-index: 2; }
   61% { left: -725px; top: -90px; opacity: 0; z-index: -1; }
   100%{ left: -725px; top: -90px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
   0%  { right: -725px; opacity: 1; transform: rotate(90deg);}
   56% { right: -725px; opacity: 1; transform: rotate(90deg);}
   60% { right: 0px; opacity: 1; transform: rotate(0deg); }
   64% { right: 0px; opacity: 1; }
   76% { right: 0px; opacity: 1; z-index: 0; transform: rotate(0deg); }
   80% { right: -725px; opacity: 1; z-index: 0; transform: rotate(90deg); }
   81% { right: -725px; opacity: 1; z-index: -1; transform: rotate(90deg);}
   100%{ right: -725px; opacity: 1; z-index: -1; transform: rotate(90deg);}
}
@-webkit-keyframes cyclefour {
   0%  { right: -725px; opacity: 1; -webkit-transform: rotate(90deg);}
   56% { right: -725px; opacity: 1; -webkit-transform: rotate(90deg); }
   60% { right: 0px; opacity: 1; -webkit-transform: rotate(0deg); }
   64% { right: 0px; opacity: 1; }
   76% { right: 0px; opacity: 1; z-index: 0; -webkit-transform: rotate(0deg); }
   80% { right: -725px; opacity: 1; z-index: 0; -webkit-transform: rotate(90deg); }
   81% { right: -725px; opacity: 1; z-index: -1; -webkit-transform: rotate(90deg);}
   100%{ right: -725px; opacity: 1; z-index: -1; -webkit-transform: rotate(90deg);}
}

@keyframes flip4 {
   0%  { right: -725px; top: -200px; opacity: 0; }
   58% { right: -725px; top: -200px; opacity: 0; }
   60% { right: 250px; top: -200px; opacity: 1; transform: rotate(3deg); background-color: rgba(106, 105, 100, 1); color: white; }
   64% { right: 260px; top: -200px; opacity: 1; transform: rotate(0deg); background-color: rgba(156, 155, 150, 1); color: #fff2b7; }
   76% { right: 250px; top: -200px; opacity: 1; z-index: 2; transform: rotate(-1deg); background-color: rgba(106, 105, 100, 1); color: white; }
   78% { right: -725px; top: -200px; opacity: 0; z-index: 0; }
   81% { right: -725px; top: -200px; opacity: 0; z-index: -1; }
   100%{ right: -725px; top: -200px; opacity: 0; z-index: -1; }
}
@-webkit-keyframes flip4 {
   0%  { right: -725px; top: -160px; opacity: 0; }
   58% { right: -725px; top: -160px; opacity: 0; }
   60% { right: 250px; top: -160px; opacity: 1; -webkit-transform: rotate(3deg); background-color: rgba(106, 105, 100, 1); color: white; }
   64% { right: 260px; top: -160px; opacity: 1; -webkit-transform: rotate(0deg); background-color: rgba(156, 155, 150, 1); color: #fff2b7; }
   76% { right: 250px; top: -160px; opacity: 1; z-index: 2; -webkit-transform: rotate(-1deg); background-color: rgba(106, 105, 100, 1); color: white; }
   78% { right: -725px; top: -160px; opacity: 0; z-index: 0; }
   81% { right: -725px; top: -160px; opacity: 0; z-index: -1; }
   100%{ right: -725px; top: -160px; opacity: 0; z-index: -1; }
}

@keyframes cyclefive {
   0%  { top: -650px; opacity: 1; transform: rotate(-90deg);}
   76% { top: -650px; opacity: 1; transform: rotate(-90deg); }
   80% { top: 0px; opacity: 1; transform: rotate(0deg); }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; transform: rotate(0deg); }
   100%{ top: -650px; opacity: 1; z-index: 0; transform: rotate(-90deg); }
}
@-webkit-keyframes cyclefive {
   0%  { top: -650px; opacity: 1; -webkit-transform: rotate(-90deg);}
   76% { top: -650px; opacity: 1; -webkit-transform: rotate(-90deg); }
   80% { top: 0px; opacity: 1; -webkit-transform: rotate(0deg); }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; -webkit-transform: rotate(0deg); }
   100%{ top: -650px; opacity: 1; z-index: 0; -webkit-transform: rotate(-90deg); }
}  

@keyframes flip5 {
   0%  { right: -725px; top: -340px; opacity: 0; }
   78% { right: -725px; top: -340px; opacity: 0; }
   80% { right: 250px; top: -340px; opacity: 1; transform: rotate(0deg); background-color: rgba(106, 105, 100, 1); color: white; }
   84% { right: 260px; top: -340px; opacity: 1; transform: rotate(3deg); background-color: rgba(156, 155, 150, 1); color: #fff2b7; }
   96% { right: 250px; top: -340px; opacity: 1; transform: rotate(-1deg); z-index: 2; background-color: rgba(106, 105, 100, 1); color: white; }
   98%{ right: -725px; top: -340px; opacity: 0; z-index: 0; }
   100%{ right: -725px; top: -340px; opacity: 0; z-index: 0; }
}  
@-webkit-keyframes flip5 {
   0%  { right: -725px; top: -300px; opacity: 0; }
   78% { right: -725px; top: -300px; opacity: 0; }
   80% { right: 250px; top: -300px; opacity: 1; -webkit-transform: rotate(0deg); background-color: rgba(106, 105, 100, 1); color: white; }
   84% { right: 260px; top: -300px; opacity: 1; -webkit-transform: rotate(3deg); background-color: rgba(156, 155, 150, 1); color: #fff2b7; }
   96% { right: 250px; top: -300px; opacity: 1; -webkit-transform: rotate(-1deg); z-index: 2; background-color: rgba(106, 105, 100, 1); color: white; }
   98%{ right: -725px; top: -300px; opacity: 0; z-index: 0; }
   100%{ right: -725px; top: -300px; opacity: 0; z-index: 0; }
} 


/*p-animation*/ 

#fliptext-box {
	width: 900px;
	height: 600px;
	/*overflow: hidden;*/
	margin-top: -600px;
	background: rgba(0,0,0,0.0);
	
}
#fliptext-box div {
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.6);
}

.p-animation {
	opacity: 0.0;
	position: relative;
	background-color: rgba(106, 105, 100, 1);
	/*background-image: url('bilder/style/text-slider.png');*/
	/*background: #873d3d;*/
	padding: 20px;
	width: 200px;
	top: 350px;
	font-family: 'Share Tech', sans-serif;
	font-size: 30px;
	color: white;
	z-index: 2;
}

 
/* PROGRESS BAR */

/*.progress-bar {
   position: relative;
   top: -5px;
   width: 680px;
   height: 5px;
   background: #000;
   animation: fullexpand 25s ease-out infinite;
}*/

/* ANIMATION BAR */

/*@keyframes fullexpand {
   /* In these keyframes, the progress-bar is stationary */
   /*0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }*/

   /* In these keyframes, the progress-bar starts to come alive */
  /* 4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }*/

   /* In these keyframes, the progress-bar moves forward for 3 seconds */
  /* 16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }*/

   /* In these keyframes, the progress-bar has finished his path */
   /*17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }*/

   /* In these keyframes, the progress-bar will disappear and then resume the cycle */
  /* 18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }*/
/*}*/

/*#slider .tooltip {
   background: rgba(0,0,0,0.7);
   width: 300px;
   height: 60px;
   position: relative;
   bottom: 75px;
   left: -320px;
}

#slider .tooltip h1 {
   color: #fff;
   font-size: 24px;
   font-weight: 300;
   line-height: 60px;
   padding: 0 0 0 10px;
}

#slider .tooltip {
…
   transition: all 0.3s ease-in-out;
}*/

/*#slider li #first:hover .tooltip,
#slider li #second:hover .tooltip,
#slider li #third:hover .tooltip,
#slider li #fourth:hover .tooltip,
#slider li #fifth:hover .tooltip {
   left: 0px;
}

#slider:hover li,
#p-animation:hover,
#slider:hover .progress-bar {
   animation-play-state: paused;
}*/

/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/

  
  /*video-bk*/
  
#video-box {
	
}
  
#video-bk {
	width: 100%;
	max-width: 720px;
	margin-bottom: 30px;
	border: 5px solid rgba(106, 105, 100, 1);
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
}



  /*footer*/


footer {
	width: 120%;
	height: 30px;
	margin-bottom: 60px !important;
	margin-left: -10%;
	background-color: rgba(106,105,100,1);
	/*background: #873d3d;*/
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	clear: both;
}
  
footer ul {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}
footer li {
	display: inline;
}
footer a {
	text-decoration: none;
	color: #fef8da;
	margin-left: 30px;
	background-color: rgba(106,105,100,1);
	/*background: #873d3d;*/
	font-family: 'Share Tech', sans-serif;
	padding: 5px;
}
footer a:hover {
	color: #fffbeb;/*rgba(106,105,100,1);
	background-color: rgba(206,205,200,1);*/
	background-color: rgba(86,85,80,1);
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3) inset;
}

footer .current-item, footer .current-item:hover  {
	color: #fffcef;/*rgba(206,205,200,1);rgba(106,105,100,1);*/
	background-color: rgba(56,55,50,1);/*rgba(206,205,200,1);*/
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3), 1px 1px 4px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3), 0px 2px 7px rgba(0,0,0,0.3) inset;
}



  
/*galerie-slider*/

/*Sliderstyles*/

#slider, #slider2 {
	margin-top: 0px;
	clear: both;
}
#slider2 {
	display: none;
}

.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 450px;
	width: 500px;
}
	   
.roundabout-moveable-item {
	height: 450px;
	width: 600px;
	cursor: pointer;
	text-align: center;
	background-color: none;
	border: 1px solid none;
}
	   
/*li img {
	width: 100%;
}*/
				
li.roundabout-in-focus {
	cursor: default;
}

li span {
	display: block;
	padding-top: 6em;
}

.roundabout-in-focus {
	cursor: auto;
}

.slider-nav {width: 100%;}
.slider-nav li {
	display: inline;
}
.slider-nav a {
	display: inline;
	text-decoration: none;
	/*font-family: 'Yesteryear', cursive;*/
	font-size: 24px;
	color: rgba(106,105,100,1);
}

.prev {
	float: left;
	margin-left: 300px;
}
.nex {
	float: right;
	margin-right: 300px;
}

.previous, .previous2, .next, .next2 {font-family: 'Share Tech', sans-serif;}
.previous:hover , .previous2:hover, .next:hover, .next2:hover {
	color: darkred;
}

#a1 {
	color: darkred;
}
#a2 {
	color: rgba(106,105,100,1);
}




/*Lichtstudie*/

.lichtstudie header {
	margin-bottom: 100px !important;
}

.lichtstudie section {
	background: url('bilder/style/hintergrund-body4.jpg');
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	clear: both;
}

#section-lichtstudie a {
	text-decoration: none;
	color: #454545;
}

#section-lichtstudie a:hover {
	text-decoration: none;
	color: darkred;
}

#section-lichtstudie h2 a {
	color: white;
	background-color: rgba(106,105,100,1);
	padding: 10px;
	font-family: 'Share Tech', sans-serif;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.6);
}

#section-lichtstudie h2 a:hover {
	color: white;
}

#section-lichtstudie h1 {
	color: white;
	background-color: rgba(106,105,100,1);
	padding: 10px;
	max-width: 420px;
	font-family: 'Share Tech', sans-serif;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.6);
	animation: color 5s linear infinite;
   -webkit-animation: color 5s linear infinite;
}

#inhaltsverzeichnis h2 {
	-webkit-transform: rotate3D(0,3,1,-5deg);
	-moz-transform: rotate3D(0,3,1,-5deg);
    transform: rotate3D(0,3,1,-5deg);
}

@keyframes color {
   0%  {transform: scale(1); background-color: rgba(106,105,100,1); color: white;}
   5% {transform: scale(1.01); background-color: rgba(206,205,200,1); color: #fff2b7;}
   10% {transform: scale(1); background-color: rgba(106,105,100,1); color: white;}
}
@-webkit-keyframes color {
   0%  {-webkit-transform: scale(1); background-color: rgba(106,105,100,1); color: white;}
   5% {-webkit-transform: scale(1.01); background-color: rgba(206,205,200,1); color: #fff2b7;}
   10% {-webkit-transform: scale(1); background-color: rgba(106,105,100,1); color: white;}
}


.inh {
	float: right;
	margin-right: -300px;
	margin-top: 30px;
	font-size: 18px;
	width: 100%;
}

.kapitelfeld {
	width: 85%;
	clear: both;
}

.einfache_ueberschrift {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #454545;
}

.placeholder {
	height: 40px;
	width: 100%;
}

.textfeld {
	float: left;
	margin-left: 60px;
}

.trenner {
	height: 30px;
	width: 90%;
	clear: both;
}

.textfeld span, .textfeld-rechts span, .textfeld-links span {
	font-size: 18px;
}

.textfeld-rechts {
	float: right;
	margin-right: 30px;
	margin-bottom: 50px;
}

.textfeld-links {
	width: 40%;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.bild-rechts {
	float: right;
	margin-right: 30px;
	width: 40%;
	margin-bottom: 50px;
}

.bild-links {
	float: left;
	margin-left: 60px;
	width: 40%;
}
.bild-gross {
	float: left;
	margin-left: 200px;
	width: 60%;
}

.bild-links img {
	-webkit-transition: all 1s ease-in-out; /* For Safari 3.1 to 6.0 */
	-moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bild-links img:hover {
	-webkit-transform: scale(1.2); /* For Safari 3.1 to 6.0 */
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.9);
}

.bild-rechts img {
	-webkit-transition: all 1s ease-in-out; /* For Safari 3.1 to 6.0 */
	-moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bild-rechts img:hover {
	-webkit-transform: scale(1.2); /* For Safari 3.1 to 6.0 */
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 10px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 10px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.9);
}

.bild-gross img {
	-webkit-transition: all 1s ease-in-out; /* For Safari 3.1 to 6.0 */
	-moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bild-gross img:hover {
	-webkit-transform: scale(1.2); /* For Safari 3.1 to 6.0 */
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.9);
}

#inhaltsverzeichnis span {
	font-size: 16px;
}
.einfache_ueberschrift {
	width: 85%;
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}
.einfache_ueberschrift a {
	margin-left: 20px;
	float: left;
}

footer {
	clear: both;
}


/*accordion*/

.ac-container{
	max-width: 80%;
	margin: 30px auto 30px auto;
	text-align: left;
	font-family: 'Share Tech', sans-serif;
	min-height: 510px;
}
.ac-container label{
	font-family: 'Share Tech', sans-serif;
	font-weight: bold;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #fef8da;
	line-height: 33px;
	font-size: 19px;
	text-shadow: 1px 1px 1px rgba(56,55,50,1);
	background: #ffffff;
	background: -moz-linear-gradient(top, rgba(56,55,50,1) 1%, rgba(106,105,100,1) 50%, rgba(56,55,50,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(56,55,50,1)), color-stop(50%,rgba(106,105,100,1)) color-stop(100%,rgba(56,55,50,1)));
	background: -webkit-linear-gradient(top, rgba(56,55,50,1) 1%,rgba(106,105,100,1) 50%,rgba(56,55,50,1) 100%);
	background: -o-linear-gradient(top, rgba(56,55,50,1) 1%,rgba(106,105,100,1) 50%,rgba(56,55,50,1)) 100%);
	background: -ms-linear-gradient(top, rgba(56,55,50,1) 1%,rgba(106,105,100,1) 50%,rgba(56,55,50,1) 100%);
	background: linear-gradient(top, rgba(56,55,50,1) 1%,rgba(106,105,100,1) 50%,rgba(56,55,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(56,55,50,1)', endColorstr='rgba(56,55,50,1)',GradientType=0 );
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);*/
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	z-index: 2;
}
.ac-container label:hover{
	color: #fffbeb;
	text-shadow: 1px 1px 1px rgba(56,55,50,1);
	background: #ffffff;
	background: -moz-linear-gradient(top, rgba(86,85,80,1) 1%, rgba(126,125,120,1) 30%, rgba(126,125,120,1) 70%, rgba(86,85,80,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(86,85,80,1)), color-stop(30%,rgba(126,125,120,1)), color-stop(70%,rgba(126,125,120,1)), color-stop(100%,rgba(86,85,80,1)));
	background: -webkit-linear-gradient(top, rgba(86,85,80,1) 1%,rgba(126,125,120,1) 30%,rgba(126,125,120,1) 70%,rgba(86,85,80,1) 100%);
	background: -o-linear-gradient(top, rgba(86,85,80,1) 1%,rgba(126,125,120,1) 30%, rgba(126,125,120,1) 70%,rgba(86,85,80,1) 100%);
	background: -ms-linear-gradient(top, rgba(86,85,80,1) 1%,rgba(126,125,120,1) 30%, rgba(126,125,120,1) 70%,rgba(86,85,80,1) 100%);
	background: linear-gradient(top, rgba(86,85,80,1) 1%,rgba(126,125,120,1) 30%, rgba(126,125,120,1) 70%,rgba(86,85,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(86,85,80,1)', endColorstr='rgba(86,85,80,1)',GradientType=0 );
	
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	/*background: rgba(206,205,200,1);*/
	
	background: #ffffff;
	background: -moz-linear-gradient(top, rgba(156,155,150,1) 1%, rgba(106,105,100,1) 50%, rgba(156,155,150,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(226,225,220,1)), color-stop(50%,rgba(186,185,180,1)), color-stop(100%,rgba(226,225,220,1)));
	background: -webkit-linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	background: -o-linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	background: linear-gradient(top, rgba(226,225,220,1) 1%, rgba(186,185,180,1) 50%, rgba(226,225,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226,225,220,1)', endColorstr='rgba(226,225,220,1)',GradientType=0 );
	
	color: #fef8da;
	text-shadow: 0px 1px 1px rgba(56,55,50,1);
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.6) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.6) inset;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(125, 153, 156, 0.8);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: white;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.ac-container input:checked ~ article{
	background: rgba(125,153,156,0.85);
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
	z-index: 1;
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9) inset;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9) inset;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9) inset;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9) inset;
}
#picture-box {
	max-width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
}

#picture-box img {
	max-width: 100%;
	margin-bottom: -5px;
}

article a {
	color: black;
}
article a:hover {
	color: darkgrey;
}

.ac-links {
	width: 50%;
	float: left;
}
.ac-rechts {
	width: 50%;
	float: right;
}

.ac-rechts a {
	margin-top: 40px;
	margin-right: 10%;
	float: right;
	height: 233px;
	width: 300px;
	border: 1px solid rgba(106,105,100,1);
}
.ac-rechts-p {
	margin-top: 0px;
	color: white !important;
	background-color: rgba(106,105,100,1);
	font-size: 18px !important;
	font-style: normal !important;
	padding: 5px !important;
	text-shadow: none !important;
}

#fancy-box {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 500;
	top: 0px;
	background: rgba(106,105,100,0.4);
	position: absolute;
}
#iframe-cover {
	margin: 0 auto;
	max-width: 600px;
	height: 439px;
	background: (106,105,100,1) !important;
	margin-top: 10%;
	border: 1px solid black;
}

#fancybox {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	border: none !important;
	
}
#close-iframe {
	position: absolute;
	z-index: 2;
}
#close-iframe a {
	font-family: 'Share Tech', sans-serif;
	text-decoration: none;
	font-size: 20px;
	width: 30px;
	padding: 10px;
	color: white;
	background: (106,105,100,1) !important;
}
#close-iframe a:hover {
	color: darkgrey;
}


#preise-ueb {
	font-size: 18px !important;
}


/*media queries*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
	#content {
		width: 95%;
	}

	header {
		width: 100%;
		float: none;
	}
	/*#logo {
		margin: 0 auto;
	}*/
	nav {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		clear: both;
	}
	nav li a {display: block;clear: both;}
	nav li {
		display: block;
		margin-bottom: 15px;
		background-color: rgba(106,105,100,1); 
		width: 70% !important;
		clear: both;
	}
	#links {
		width: 100%;
	}
	#starttext {
		position: relative;
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.rslides {
		margin: 0 auto;
		float: none;
		margin-top: 30px;
	}
	
	/*accordeon*/
	
	.ac-container input:checked ~ article.ac-small {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-medium {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-large {
		height: auto;
	}
	.lb-overlay:target {
		width: auto;
		height: auto;
		bottom: 0px;
		right: 0px;
		padding: 50px 50px 50px 50px;
	}
	.lb-album li {
		float: left;
		margin: 0 auto;
		padding: none;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-width : 320px)
and (max-width : 568px) {

	#content {
		width: 95%;
		min-height: 300px !important;
	}

	header {
		width: 100%;
		float: none;
	}
	/*#logo {
		margin: 0 auto;
	}*/
	nav {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		clear: both;
	}
	nav li a {display: block;clear: both;}
	nav li {
		display: block;
		margin-bottom: 15px;
		background-color: rgba(106,105,100,1); 
		width: 70% !important;
		clear: both;
	}
	
	#slider {
		border: none;
		filter: none;
		-ms-filter: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: rgba(0,0,0,0.0);
	}
	
	#slider img {
		max-width: 95%;
		filter: alpha(opacity=0); /* internet explorer */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
		-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
		-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
		box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	}
	
	#balken {
		display: none;
	}
	
	#links {
		width: 100%;
	}
	#starttext {
		position: relative;
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.rslides {
		margin: 0 auto;
		float: none;
		margin-top: 30px;
	}
	#fliptext-box {
		margin-top: -420px;
		margin-left: -50px;
		height: 300px;
	}
	
	/*Lichtstudie*/
	
	.textfeld {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-links {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-rechts {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.bild-links{
		clear: both;	
		float: left;
		width: 80%;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.bild-links img{
		width: 100% !important;
	}
	.bild-links p{
		width: 80%;
		clear: both;
	}
	
	.bild-rechts{
		clear: both;	
		float: left;
		width: 100%;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.bild-rechts img{
		width: 100% !important;
	}	
	.bild-rechts p{
		width: 80%;
		clear: both;
	}
	
	.bild-gross{
		margin: 0 auto;
		clear: both;
		float: left;
		margin-left: 10% !important;
		width: 90% !important;
	}
	.kapitelfeld {
		clear: both;
	}
	.kapitelfeld h2 {
		font-size: 18px;
		width: 100%;
		margin-left: 10px;
	}
	.inh {
		float: left;
	} 
	footer {
		clear: both;
	}
	
	/*accordeon*/
	
	.ac-container input:checked ~ article.ac-small {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-medium {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-large {
		height: auto;
	}
	
	.bsp-box {
		max-width: 80%;
		float: right;
	}
	.ac-links {
		width: 100%;
		float: left;
	}
	.ac-rechts {
		width: 100%;
		float: left;
	}
	#werbebox {
		margin-right: 0px;
		margin-top: -60px !important;
		margin-bottom: 20px;
	}
	.lb-album {
		width: 95%;
		float: none;
		margin-left: 2.5%;
	}
	
	.lb-album li {
		float: none;
		margin: 0 auto;
		padding: none;
		margin-bottom: 5px;
		margin-left: 5px;
		display: inline-block;
	}
	.lb-overlay:target {
		width: auto;
		height: auto;
		bottom: 0px;
		right: 0px;
		padding: 10px 10px 10px 10px;
	}
	.lb-overlay {
		width: 140% !important;
		margin-left: -170px !important;
	}
}

@media only screen
and (min-width : 569px)
and (max-width : 767px) {
	
	#content {
		width: 95%;
	}
	
	header {
		width: 30%;
		float: left;
	}
	/*#logo {
		margin: 0 auto;
	}*/
	nav {
		width: 60% !important;
		float: right;
		margin-right: 0px;
		margin-top: 30px;
	}
	#nav-licht {
		margin-top: 30px !important;
		margin-bottom: 0px !important;
	}
	nav a {
		font-size: 16px !important;
	}
	nav li a {display: block; clear: both;}
	nav li {
		display: block;
		margin-bottom: 15px;
		background-color: rgba(106,105,100,1); 
		width: 60% !important;
		clear: both;
	}
	
	#slider {
		border: none;
		filter: none;
		-ms-filter: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: rgba(0,0,0,0.0);
	}
	
	#slider img {
		max-width: 95%;
		filter: alpha(opacity=0); /* internet explorer */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
		-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
		-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
		box-shadow: 0px 2px 7px rgba(0,0,0,0.9);
	}
	
	#balken {
		display: none;
	}
	
	#links {
		width: 100%;
	}
	#starttext {
		position: relative;
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
		font-size: 26px !important;
	}
	.rslides {
		margin: 0 auto;
		float: none;
		margin-top: 30px;
	}
	#fliptext-box {
		margin-top: -250px;
		height: 300px;
	}
	#werbebox {
		margin-top: -200px !important;
		margin-bottom: 50px;
	}
	
	/*Lichtstudie*/
	
	.textfeld {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-links {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-rechts {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.bild-links{
		margin: 0 auto;
		clear: both;	
		float: left;
		margin-left: 5%;
		width: 90%;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.bild-links img{
		width: 90% !important;
		clear: both;
		margin: 0 auto;
	}
	.bild-links p{
		width: 100%;
		clear: both;
		margin: 0 auto;
	}
	
	.bild-rechts{
		margin: 0 auto;
		clear: both;	
		float: left;
		margin-left: 5%;
		width: 90%;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.bild-rechts img{
		width: 90% !important;
		clear: both;
		margin: 0 auto;
	}	
	.bild-rechts p{
		width: 100%;
		clear: both;
		margin: 0 auto;
	}
	
	.bild-gross{
		margin: 0 auto;
		clear: both;
		float: left;
		margin-left: 0%;
		width: 100%;
	}
	.bild-gross img{
		width: 110% !important;
		clear: both;
		margin: 0 auto;
	}
	
	.kapitelfeld {
		clear: both;
	}
	.kapitelfeld h2 {
		font-size: 18px;
		width: 100%;
		margin-left: 10px;
	}
	.inh {
		float: left;
	} 
	
	footer {
		clear: both;
	}
	
	/*accordeon*/
	
	.ac-container input:checked ~ article.ac-small {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-medium {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-large {
		height: auto;
	}
	
	
	.ac-links {
		width: 100%;
	}
	.ac-rechts {
		width: 100%;
		float: left;
		margin-top: -30px;
	}

}
	

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

	#content {
		width: 95%;
	}

	header {
		width: 100%;
		float: none;
	}
	/*#logo {
		margin: 0 auto;
	}*/
	nav {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
	}
	#nav-licht {
		margin-top: -50px;
		margin-bottom: 50px;
	}
	
	#links {
		width: 100%;
	}
	#starttext {
		position: relative;
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
		font-size: 26px !important;
	}
	.rslides {
		margin: 0 auto;
		float: none;
		margin-top: 30px;
	}
	
	.p-animation {
		margin-left: -50px;
	}
	
	#slider .flip-pic {
		width: 102.5%;
	}
	
	#balken {
		margin-left: -500px;
	}
	
	/*Lichtstudie*/
	
	.textfeld {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-links {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-rechts {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.bild-links {
		margin: 0 auto;
		clear: both;
		float: left;
		margin-left: 0% !important;
		width: 100% !important;
	}
	.bild-rechts{
		margin: 0 auto;
		clear: both;	
		float: left;
		margin-left: 0% !important;
		width: 100% !important;
	}
	.bild-rechts img{
		width: 100%;
		clear: both;
		margin-top: 60px;
	}	
	.bild-gross{
		margin: 0 auto;
		clear: both;
		float: left;
		margin-left: 10%;
		width: 80%;
	}
	.kapitelfeld {
		clear: both;
	}
	.kapitelfeld h2 {
		font-size: 18px;
		width: 100%;
		margin-left: 10px;
	}
	.inh {
		float: left;
	} 
	footer {
		clear: both;
	}
	
	/*accordeon*/
	
	.ac-container input:checked ~ article.ac-small {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-medium {
		height: auto;
	}
	.ac-container input:checked ~ article.ac-large {
		height: auto;
	}
	
	.ac-links {
		margin-left: -10px;
	}
	.ac-rechts {
		margin-right: -20px;
	}
	
}

@media only screen
and (max-width : 1024px) {
	nav ul li:hover > ul {
		visibility: hidden;
	}
	
	#werbebox {
		margin-right: 0px;
		margin-top: -540px;
	}
}

@media only screen
and (max-width : 1270px) {

	nav {
		width: 100%;
		margin-top: 30px;
	}
	#nav-licht {
		margin-top: -50px;
		margin-bottom: 50px;
	}
	#starttext {
		font-size: 22px;
	}
	

	/*Lichtstudie*/
	
	.textfeld {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-links {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.textfeld-rechts {
		float: left;
		margin-left: 10%;
		width: 85%;
	}
	.bild-links{
		margin: 0 auto;
		clear: both;	
		float: left;
		margin-left: 10%;
		width: 80%;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.bild-links img{
		width: 60%;
		clear: both;
		margin: 0 auto;
	}
	.bild-links p{
		width: 60%;
		clear: both;
		margin: 0 auto;
	}
	
	.bild-rechts{
		margin: 0 auto;
		clear: both;	
		float: left;
		margin-left: 10%;
		width: 80%;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.bild-rechts img{
		width: 60%;
		clear: both;
		margin: 0 auto;
	}	
	.bild-rechts p{
		width: 60%;
		clear: both;
		margin: 0 auto;
	}
	
	.bild-gross{
		margin: 0 auto;
		clear: both;
		float: left;
		margin-left: 20%;
		width: 60%;
	}
	.kapitelfeld {
		clear: both;
	}
	.kapitelfeld h2 {
		font-size: 18px;
		width: 100%;
		margin-left: 10px;
	}
	.einfache_ueberschrift {
		width: 85%;
		clear: both;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	footer {
		clear: both;
		width: 100%;
		margin-left: 0%;
	}
	
	/*accordeon*/
	
	.ac-container input:checked ~ article.ac-small{
	height: auto;
	}
	.ac-container input:checked ~ article.ac-medium{
	height: auto;
	}
	.ac-container input:checked ~ article.ac-large{
	height: auto;
	}

}
 
/* iPhone 5 (landscape)-----------
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE 
}*/
 
/* iPhone 5 (portrait)----------- 
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE 
}*/

 
/* Smartphones (landscape) ----------- 
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE 
}*/
 
/* Smartphones (portrait) ----------- 
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE 
}*/
 

 
/* iPads (landscape) ----------- 
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE 
}*/
 
/* iPads (portrait) -----------
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE 
}*/
 
/* Desktops and laptops -----------
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE
}
 
/* Large screens -----------
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE
} */

/*werbebox*/

.lb-album{
	max-width: 900px;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-bottom: 50px;
	clear: both;
	float: right;
}
.lb-album li{
	float: right;
	margin: 5px;
	position: relative;
	list-style: none !important;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 10px;
	background: /*#7d999c; url('../bilder/style/hintergrund2.jpg');*/ rgba(156,155,150,1);
	-webkit-box-shadow: 2px 2px 4px rgba(56,55,50,0.6), 2px 2px 4px rgba(56,55,50,0.6) inset;
	-moz-box-shadow: 2px 2px 4px rgba(56,55,50,0.6), 2px 2px 4px rgba(56,55,50,0.6) inset;
	box-shadow: 2px 2px 4px rgba(56,55,50,0.6), 2px 2px 4px rgba(56,55,50,0.6) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0.7;
	filter: alpha(opacity=0.7); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0.7)"; /*IE8*/
	background: rgba(106,105,100,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(156,155,150,0.5) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(156,155,150,0.5)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(156,155,150,0.5) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(156,155,150,0.5) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(156,155,150,0.5) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(156,155,150,0.5) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 0;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgba(106,105,100,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(106,105,100,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(106,105,100,1) 100%);
}

.lb-overlay > div {
	position: relative;
	color: rgba(27,54,81,0.8);
	max-width: 550px;
	height: 50px;
	margin: 10px auto 0px auto;
	background-color: rgba(126,125,120,1);
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
	display: none;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
	display: none;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
/*.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	/*-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}*/
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100% !important; 
	max-width: 100% !important;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next, .lb-close {
	text-indent: -9000px;
	position: relative;
	display: inline;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);

}

.lb-prev:hover, .lb-next:hover, .lb-close:hover {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-close {
	text-decoration: none;
	font-family: 'Share Tech', sans-serif;
	color: white;
	font-size: 24px;
	background: rgba(106,105,100,0.8);
	padding: 11px;
	padding-left: 20px;
	padding-right: 20px;
	top: 11px;
}
.lb-close:hover {
	background: rgba(106,105,100,1);
}

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
	width: auto !important;
}
 


