#slider {
	width: 100%;
	height: 75vh;
	position: relative;
	overflow: hidden;
	margin: 0;
	z-index: 0;
}

.haspointer {
	
}

#slider .banner_slide {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	display: block;
}

#slider .banner_slide a {
	display: block;
}

#slider .banner_slide.next {
    z-index: 2;
}

#slider .banner_slide.aktiv {
    z-index: 3;
}

#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%;
	height: auto;
	top: 5%;
	position: absolute;
	z-index: 2;
}

#slider .banner_slide .banner_h1 h1 {
	color: #FFF;
	font-size:280%;
	margin:0;
	text-align: center;
}

#slider .banner_slide .banner_h2 {
	width: 100%;
	height: auto;
	top: 20%;
	position: absolute;
	z-index: 3;
}

#slider .banner_slide .banner_h2 h2 {
	text-transform:uppercase;
	color:#FFF;
	font-size:160%;
	margin:0;
	text-align: center;
}

#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 #slideposdisplay {
	width: 140px;
	height: 20px;
	left: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: 300px;
	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;
}

#slideswitchleft {
	left:0;
	background-image: url(slideshowarrowleft.png);
	z-index: 16;
}
	
#slideswitchright {
	right:0;
	background-image: url(slideshowarrowright.png);
	z-index: 17;
}

@media only screen and (max-width: 979px) {
	#slideposdisplay {
		display: none;
	}
}