@charset "utf-8";
/* CSS Document */
/* Head SlideShow */
#slideShow {
	position: relative;
	width: 100%;
	height: 775px;
	padding: 0;
	margin: 0;
}
.slideShow-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
}
/* Head SlideShow - Bilder */
#bild1 {
	background: url(../images/slideshow/bild1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
#bild2 {
	background: url(../images/slideshow/bild2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
#bild3 {
	background: url(../images/slideshow/bild3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
#bild4 {
	background: url(../images/slideshow/bild4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
/* Head SlideShow - Controls */
#slideShow .next, #slideShow .prev {
	position: absolute;
	top: 45%;
	z-index: 500;
	display: block;
	padding: 30px 20px;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}
#slideShow .next {
	right: 0;
}
#slideShow .prev {
	left: 0;
}
/* ---------------------------------- */
/* Referenzen Move-Slider */
#slider {
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
	border-radius: 4px;
}
#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 200px;
	list-style: none;
}
#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 650px;
	height: 400px;
	background: #ccc;
	text-align: center;
	line-height: 300px;
}
/* Referenzen Move-Slider - Control */
a.control_prev, a.control_next {
	position: absolute;
	top: 40%;
	z-index: 800;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}
a.control_prev {
	border-radius: 0 2px 2px 0;
}
a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}
.slider_option {
	position: relative;
	margin: 10px auto;
	width: 160px;
	font-size: 18px;
}
