#slider {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
	transition: height 0.5s ease-in-out;
}

#slider .banner_slide {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	display: none;
}

#slider .banner_slide a {
	display: block;
}

#slider .banner_slide.next {
    z-index: 2;
	display: block;
}

#slider .banner_slide.aktiv {
    z-index: 3;
	display: block;
}

#slider .banner_slide .banner_img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;
	z-index: 1;
}

#slider .banner_slide .banner_h1 {
	width: 100%;
	max-width: 100%;
	text-align: center;
	height: 40px;
	padding: 10px;
	bottom: 50px;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}

#slider .banner_slide .banner_h1 h1 {
	color: #FFF;
	font-size:280%;
	margin:0;
	font-weight:lighter;
}

#slider .banner_slide .banner_h2 {
	width: auto;
	max-width: 100%;
	min-width: 400px;
	height: 30px;
	padding: 10px;
	margin-top: 224px;
	overflow: hidden;
	position: absolute;
	color: #FFFFFF;
	background-color: rgba(150, 150, 150, 0.5);
	z-index: 3;
}

#slider .banner_slide .banner_text {
	width: auto;
	max-width: 40%;
	height: auto;
	max-height: 100px;
	margin-top: 100px;
	margin-left: 600px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 4;
}

#slider .banner_slide .banner_h2 h2 {
	text-transform:uppercase;
	color:#FFF;
	font-size:160%;
	font-weight:lighter;
	margin:0;
}

#slider #slideposdisplay {
	width: 140px;
	height: 20px;
	right:30px;
	bottom: 20px;
	position: absolute;
	z-index: 500;
	text-align: center;
}

#slider #slideposdisplay .slidedisplaypos {
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	background-image: url(slidepos-passiv.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: 100%;
	z-index: 6;
}

#slider #slideposdisplay .active {
	background-image: url(slidepos-aktiv.png);
}

.slideswitch {
	height: 100%;
	width: 100px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.50s ease-in-out;
	-o-transition: opacity 0.50s ease-in-out;
	transition: opacity 0.50s ease-in-out;
	z-index: 101;
}

.slideswitch:hover {
	cursor: pointer;
	opacity: 1.0;
	-webkit-transition: opacity 0.50s ease-in-out;
	-moz-transition: opacity 0.50s ease-in-out;
	-ms-transition: opacity 0.50s ease-in-out;
	-o-transition: opacity 0.50s ease-in-out;
	transition: opacity 0.50s ease-in-out;
}

#slideswitchleft {
	left:0;
	background-image: url(slideshowarrowleft.png);
}
	
#slideswitchright {
	right:0;
	background-image: url(slideshowarrowright.png);
}