.bs-slider-out
 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.bs-slider-background
{
	background:#ffffff;
}

.bs-slider-stage
{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	overflow:hidden;
}

.bs-slider-stage-bild-oben
{
	width:100%;
	height:auto;
	opacity:0;
}

.bs-slider-stage-bilder
{
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
    opacity:0;
}

.bs-bild
{
	width:100%;
	height:auto;
}

.bs-slider-Indicator
{
	max-width:1280px;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:900;
}

.bs-slider-Indicatorleistemitte
{
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:15px;
    left:0;
    right:0;
    position:relative;
}

.bs-slider-indicators 
{
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.bs-slider-indicators li
{
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius:50%;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;

}

.bs-slider-indicators li
{
  	background-color: rgba(255 , 255 , 255, 0);;
	border: rgba(0, 0, 0, 1) solid 1px;
	-webkit-transition: 1s ease-in-out;
  	-moz-transition: 1s ease-in-out;
  	-o-transition: 1s ease-in-out;
  	transition: 1s ease-in-out;
}

.bs-slider-indicators .active
{
 	background-color:rgba(125, 9, 23, 1);
	border: rgba(0, 0, 0, 1) solid 1px;
}