.tx-ddfnewsslider .unslider-arrow.next {
    background: url('/typo3conf/ext/ddfbasic/Resources/Public/Icons/play.png') no-repeat;
    background-size: 1em;
    right: 0;
    top: inherit;
    bottom: 4px;
}
.tx-ddfnewsslider .unslider-arrow.prev {
    background: url('/typo3conf/ext/ddfbasic/Resources/Public/Icons/play.png') no-repeat;
    background-size: 1em;
    transform: rotate(180deg);
    left: 0;
    top: inherit;
    bottom: 30px;
}
.tx-ddfnewsslider .unslider-arrow.prev:hover,
.tx-ddfnewsslider .unslider-arrow.next:hover {
    opacity: .7;
}

.tx-ddfnewsslider .unslider-arrow.prev {

}
/*
.unslider-pause,
.unslider-play {
    position: inherit!important;
    left: inherit!important;
    right: inherit!important;
    bottom: inherit!important;
    top: inherit!important;


}
 */
.d-none {
    display: none
}
.unslider-pause,
.unslider-play {
    margin-top: 0!important;
    top: 3px !important;
    background-position: 0 2px!important;
}
.unslider-pause {
    right: 5px!important;
}
.unslider-play {
    right:  5px!important;

}
.play-pause-wrap {
    background: #00827D;
    position: absolute;
    top: 0;
    right: 0;
    width:2.4em;
    height:40px;
    z-index:2;
}
@media (min-width: 768px) {
    .play-pause-wrap {
        top: 20px;
        right: 20px;
    }
}


@media (min-width: 992px) {
    .tx-ddfnewsslider .unslider-arrow.next {
        background-size: 2em;
        top: inherit;
        right: 10px;
        bottom: -50px;
    }
    .tx-ddfnewsslider .unslider-arrow.prev {
        background-size: 2em;
        top: inherit;
        bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .tx-ddfnewsslider .unslider-arrow.next {
        background-size: 2.4em;
        bottom: -40px;
    }

    .tx-ddfnewsslider .unslider-arrow.prev {
        background-size: 2.4em;
    }
}
.navi_mobile .trigger {
    top: 15px !important;
}
