Nice, i hope its right: thanks Problem solved.
This ist my solution for "change Position for slider-content in slider"
/* slideshow elements */
.acm-slideshow .owl-carousel .item .slider-content {
text-align: left !important;
top: 118px !important;
left: inherit !important;
bottom: inherit !important;
right: 0px !important;
}
.acm-slideshow .owl-carousel .item .slider-content .item-desc {
margin: 0 0 0 60px !important;
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
margin: 0 0 0 60px !important;
font-size: 20px !important;
}
.acm-slideshow .owl-carousel .owl-pagination {
top: 318px !important;
left: inherit !important;
right: 20px !important;
}