#header-slider-wrap {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

#header-slider-wrap .ce-bodytext {
    position: absolute;
    /*opacity: 0.80;*/
    bottom: 0;
    left: 0px;
  bottom: 80px;
}

#header-slider-wrap .ce-bodytext h2 {
  margin-top:-1px;
  padding-bottom: 0;
}

#header-slider-wrap .ce-bodytext p {
  padding-bottom:0;
}

#header-slider-wrap .ce-bodytext .bg_black,
#header-slider-wrap .ce-bodytext .bg_red,
#header-slider-wrap .ce-bodytext .bg_gold {
  display: inline-block;
}

#header-slider-wrap .ce-bodytext .bg_black {
	background-color: rgba(0,0,0,0.85)
}

#header-slider-wrap .ce-bodytext .bg_white {
	font-family: 'Droid Serif', serif;
  width: 510px;
  display:block;
	background-color: rgba(255,255,255,0.85)
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
	height: 0;
}

.bx-viewport { height: auto !important;}

.bx-pager-count {
  font-size: 24px;
  font-weight: lighter;
  top:2px;
  position:absolute;
  left: 135px;
  z-index:0;
}
.bx-pager {
    position: absolute;
    bottom: 25px;
    width: 100%;
	text-align:center;
}

.bx-pager-item {
    display: inline-block;
	margin-right: 9px;
}
.bx-pager-item:last-child {
	margin-right: 0;
}


.bx-pager-link {
	display:block;
	text-decoration:none;
	/*text-indent:1000px;*/
	border-radius: 50%;
	width: 13px;
	height: 13px; 
	background-color: #939393; 
	color: rgba(255,255,255,0);
	font-size:9px;

}

.bx-pager-link.active,
.bx-pager-link:hover {
	background-color: #93278f;
	color: rgba(255,255,255,0);
}




.bx-controls-direction {

}

.bx-controls-direction a {
	text-decoration:none;
	font-size: 35px;
	font-weight: normal;
	z-index:10;
	position: absolute;
	top:0;
	height:100%;
	width: 100px;
}

.bx-controls-direction a.bx-prev {
	left:-100px;
	background: url(/fileadmin/erfolgswirtschaft/template/pix/bigslider_arrow_left.png) no-repeat center;
}
.bx-controls-direction a.bx-prev:hover {
	background: url(/fileadmin/erfolgswirtschaft/template/pix/bigslider_arrow_left_.png) no-repeat center;
}

.bx-controls-direction a.bx-next {
	right:-100px;
	background: url(/fileadmin/erfolgswirtschaft/template/pix/bigslider_arrow_right.png) no-repeat center;
}
.bx-controls-direction a.bx-next:hover {
	background: url(/fileadmin/erfolgswirtschaft/template/pix/bigslider_arrow_right_.png) no-repeat center;
} 
