.unternehmenswerte-background {
    background: #3885bd url("/images/bgteaser/bg_unternehmenswerte.jpg") no-repeat center;
    background-size:cover;
    color:#fff;
}
.unternehmenswerte--inner .jcarousel-wrapper h2 {
    font-weight:400;
    line-height:2.5rem;
}
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    float:none;
}

/** Carousel **/

.unternehmenswerte-carousel {
    position: relative;
    overflow: hidden;
}

.unternehmenswerte-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.unternehmenswerte-carousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.unternehmenswerte-carousel img {
    display: block;
    max-width: 120px;
    height: auto !important;
}

/** Carousel Controls **/

.uw-carousel-control-prev,
.uw-carousel-control-next {
    position: absolute;
    top: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size:4rem;
}

.uw-carousel-control-prev {
    left: -35px;
}

.uw-carousel-control-next {
    right: -35px;
}

/** Carousel Pagination **/

.uw-carousel-pagination {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.uw-carousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #a1c7e1;
    color: #9d9d9d;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
}

.uw-carousel-pagination a.active {
    background: #FFF;
    color: #fff;
    opacity: 1;
}

@media (max-width:767px) {
    .uw-carousel-control-prev {
        left: 0px;
    }

    .uw-carousel-control-next {
        right: 0px;
    }
}