/* ===--- multislider ---=== */

#kwicksBox .item {
    height: 215px;
}

#kwicksBox .item[onclick]:hover {
    opacity: 0.5;
    cursor: pointer;
}

#kwicksBox .contentWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#kwicksBox .modTeaser .titleWrapper {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

#kwicksBox .modTeaser .titleWrapper * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#kwicksBox .modTeaser a {
    color: #ffffff;
    text-decoration: underline;
}

#kwicksBox .modTeaser a:hover {
    color: #ffffff;
    text-decoration: none;
}

#kwicksBox .modTeaser .title {
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}
