 .bmecarousel 
    {
    overflow:hidden;
    position:relative;
    }
    .bmecarousel   .slidewrap
    {
    }
    .bmecarousel   .item
    {
/*    width:calc(100%/5); */
        min-height: 100%;position:relative;
    }
    .bmecarousel .fwd,.bmecarousel .bwd
    {
    position:absolute;
    top:0;
        width:60px;
        height:100%;
background: rgb(255,255,255);
/* background: linear-gradient(90deg, rgb(255, 255, 255) 10%, rgba(255,255,255,.6) 80%, rgba(255,255,255,0.1) 100%); */
        background: RGBA(255,255,255,.85) !important;
        cursor:pointer;
    }
  .bmecarousel .fwd
    {
    right:0;
/*background:linear-gradient(270deg, rgb(255, 255, 255) 10%, rgba(255,255,255,.6) 80%, rgba(255,255,255,0.1) 100%);*/
    }
.bmecarousel .modul0011
    {
    /* background: #efefef;*/
  padding: 15px;
    padding-bottom: 8em;
        height: 100%;
    }
.bmecarousel .modul0011 .sign span
    {
    font-size:.85em;    
    }
    
.bmecarousel h2

{
line-height:1.1em;
margin-bottom:.5em;
margin-top:0;
}

.bmecarousel .fwd:before,.bmecarousel .bwd:before
    {
/*  top: 45%; */
bottom:40px;
  position: absolute;
  font-size: 3em;
right: 0;
        width: 100%;
  text-align: center;
  padding: 0;
        color:#999;
    }
.bmecarousel .bwd:before
    {
    right:inherit;
	left:0;
    }
 .bmecarousel .modul0011a::after {
  content: '„';
  font-size: 8em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16em;
  font-weight: 300;
       color: #000;
  bottom: 0;
  bottom: .6em;
  color: #cecece;     
}   
@media (max-width: 992px)
    { 
    .bmecarousel   .item
    {
//    width:50%;
    }   
    .bmecarousel   .slidewrap
    {
//    width:250%;
//        margin-left:-10%;
    }   
    }
    @media (max-width: 768px)
    {    
    .bmecarousel   .item
    {
    // width:calc(100%/2);
 //       width:100%;
    }   
    .bmecarousel   .slidewrap
    {
//    width:500%;
//        margin-left:-10%;
    }        
    }