.modalSt-In .stepcarousel{
position: relative;
    background-color: #fbfbfb;
    border: #d8d8d8 1px solid;
    overflow: scroll;
    width: 245px;
    font-size: 10px;
    height: 125px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 5px; */
}

.modalSt-In .stepcarousel .belt{
position: absolute; /*nicht ändern*/
left: 0;
top: 0;
}

.modalSt-In .stepcarousel .panel {
    float: left;
    overflow: hidden;
    padding-left: 10px;
    width: 245px;
    padding-right: 10px;
    padding-top: 5px;
}

.modalSt-In span.paginatecircle{ /* CSS for paginate circle spans. Required */
background: white;
border: 2px solid black;
border-radius: 10px;
width: 6px;
height: 6px;
cursor: pointer;
display: inline-block;
margin-right: 4px;
}

.modalSt-In span.paginatecircle:hover{
background: gray;
}

.modalSt-In span.paginatecircle.selected{
background: black;
}

.alerts--new {
    color: #e6dbce;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: blink;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: blink;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
    0%   {opacity: .5;}
    50%  {opacity: .8;}
    100% {opacity: .5;}
}

/* Standard syntax */
@keyframes blink {
    0%   {opacity: .5;}
    50%  {opacity: .8;}
    100% {opacity: .5;}
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_inside > .mCSB_container {
    margin-right: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
background-color: #c8c6c6;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    margin-left: 15px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-image: url(../../../images/001/oben.png);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger {
cursor: pointer;
width: 100%;
height: 30px;
z-index: 1;
margin-left: 8px;
padding-top: 1px;
}
		
		