/* #flexiselDemo, #flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4, #flexiselDemo5 {
	display: none;
}*/
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
    max-height: 600px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	//width: 90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	/*line-height: 0px;*/
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 160px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left a, .nbs-flexisel-nav-right a {
	/*width: 46px;
	height: 100px;*/
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
transition:background 0.5s;    
    margin: 0 0.8em;
}
.nbs-flexisel-nav-left a {
	left: 0px;
	/*background: url(../images/img-sprite.png) no-repeat -19px -21px;*/
	background: url(../images/button-previous.png) no-repeat 0px 0px;

    
}
.nbs-flexisel-nav-right a {
	right: 0px;
	/*background: url(../images/img-sprite.png) no-repeat -55px -20px;*/
	background: url(../images/button-next.png) no-repeat 0px 0px;
    
}

.nbs-flexisel-nav-left a:hover{
	background: url(../images/button-previous-hover.png) no-repeat 0px 0px;

}

.nbs-flexisel-nav-right a:hover{
	background: url(../images/button-next-hover.png) no-repeat 0px 0px;

}

.main-div{
	display: block;
      
}

/*

.main-div:nth-child(1){
    padding: 0px;
}

.main-div:nth-child(2){
    padding-right: 10px;
}

.main-div:nth-child(3){
    padding-right: 10px;
}



.main-div:nth-child(5){
    padding-right: 10px;
}

.main-div:nth-child(6){
    padding-right: 10px;
}



.main-div:nth-child(8){
    padding-right: 10px;
}

.main-div:nth-child(9){
    padding-right: 10px;
}


*/





.rpf-title{
	margin: 10px 0;
}
.rpf-title a{
	background: #000;
	padding: 2px 5px;
	border: 1px solid #ddd;
	color: #fff;
}
.rpf-slider img{
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0px;
	box-sizing: border-box;
}


.rpf-slider{
	display: block;
	clear: both;
}




.rpf-slider img{
border: none;
width:473px;
padding: 0 0.8em;
}


.rpf-title{
min-height:100px;
margin:20px;
font-size:18px;
line-height:30px;
}
.rpf-title a{
background:none;
border: none;
color: #3D6370;
}

/*
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right{
width: 50px;
height: 50px;
top:80px!important;

}
.nbs-flexisel-nav-left{
left: 4px;

}
a .nbs-flexisel-nav-left:hover{
background:url(".../images/button-previous-hover.png");}

.nbs-flexisel-nav-right{
right:4px;
}
*/



/*
.rpf-main-div:after{
content:'WEITERLESEN';
background: #2D4E59;
padding:10px 30px;
width:100%;
color:#fff;
width:100%;
}
*/

.cta-post-slider{
    width: 473px;
}

.nbs-flexisel-item:nth-child(1){
    //padding-right: 10px;
}
