﻿
body{

	overflow-x:hidden;
}


.pxs_container{
	width:100%;
	height:450px;
	position:relative;
	margin:auto;
	overflow:hidden;
	border-bottom: solid 1px #B2CBE1;
    margin-bottom: 40px;
}


.pxs_bg div{
	position:absolute;
	top:0px;
	left: 0px;
	width:4000px; 
	height:420px;
	background-repeat: repeat-x;
	background-position:0 0;
	background-color:transparent;
	z-index: 100;
}

.pxs_bg div {
	background-position:-217px 0;
}

.pxs_slider_wrapper{
	/*display:none;*/
}

.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider,ul.pxs_slider2{
	position:absolute;
	left:0px;
	top:0px;
	height:420px;
}


ul.pxs_slider {
	z-index: 399;
}
ul.pxs_slider2 {
	z-index: 1;
}

ul.pxs_slider li{
	height:70%;       /* change here for vertical Position of sliding objects */
	float:left;
	position:relative;
}

ul.pxs_slider2 li{
	height:100%;       /* change here for vertical Position of sliding objects */
	float:left;
	position:relative;
}

ul.pxs_slider2 li img{
	display:none;
	top:35px;
	position:absolute;
}

ul.pxs_thumbnails{
	position:absolute;
    top:90%;
	z-index: 400;
	border-top: dashed 1px #4B4B4B;
}
ul.pxs_thumbnails li{
	float:left;
	display:block;
	margin-right:40px;
	position:relative;
	top:-6px;
}
ul.pxs_thumbnails li.last{
	margin-right:0px;
}
ul.pxs_thumbnails li img{
	cursor:pointer;
	display:block;
}


ul.pxs_thumbnails li.selected img{
	-moz-box-shadow:    0px 0px 0px 4px #C5D4D5;
	-webkit-box-shadow: 0px 0px 0px 4px #C5D4D5;
	box-shadow:         0px 0px 0px 4px #C5D4D5;
	border-radius: 18px;
	border: solid #C5D4D5 1px;
	behavior: url(js/PIE.htc);
	
}

.pxs_navigation span{
	position: absolute;
	width:30px;
	height:60px;
	top:45%;
	padding: 0;

	cursor:pointer;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: white;
	font-family: arial;
	z-index: 400;
}
.pxs_navigation span:hover{
}

.pxs_navigation span.pxs_prev{
	left: -100px;
	display:none;
	
}
.pxs_navigation span.pxs_next{
	right: -100px;
	width: 70px;
	display:none;
	
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 no-repeat 10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.9;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
	z-index: 100;
}

.slide_description{
	display:none;
	width: 420px; /*  FÜR DEN MOBILEN SLIDER ANPASSEN  */
    
	background-color: #fff;
    opacity: 0.9;

	position: absolute;
	top: 72%;
	margin-left: -30px; /*  FÜR DEN MOBILEN SLIDER ANPASSEN  */

	-moz-border-bottom-right-radius:35px;
	-webkit-border-bottom-right-radius:35px;
	border-bottom-right-radius:35px;
	-moz-border-top-left-radius:35px;
	-webkit-border-top-left-radius:35px;
	border-top-left-radius:35px;
padding-bottom: 25px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 25px;
	z-index: 200;
}

/*
.slide_description:hover{
    opacity: 0.9;
}
*/

.slide_description h5{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-weight: 100;
}


.slide_description p{
	color: #000;
	font-size: 15px;
	line-height: 16px;
    margin-bottom: 30px;
}


.slide_description a{
	color: white;
	
	text-decoration: none;
	
}

.slide_description .box_button{
     float: right;
	 height: 25px;
    padding-top: 2px;
     display: block;
    -moz-border-top-left-radius:35px;
	-webkit-border-top-left-radius:35px;
	border-top-left-radius:35px;
        -moz-border-bottom-right-radius:35px;
	-webkit-border-bottom-right-radius:35px;
	border-bottom-right-radius:35px;
	background-color: #BCCDD5;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    text-decoration: none;
}

.slide_description .box_button:hover{
background-color: #4488AA;
    cursor: pointer;
}



.circle
{
    height: 100%;
    border-radius: 0;
    width: 100%;
    background-size:cover;
}


.circle
{
    background-repeat: no-repeat;
}

