
.pk-teaserbox-card > .card-img-overlay {
    position: absolute;
    top: unset;
    overflow: hidden;
    max-height: 80px;
    height: 100% !important;
}

.pk-teaserbox-sv-text {
    /* height: 160px; */
    overflow: hidden;
}

.pk-teaserbox-card-flag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 5px 10px;
}


.pk-teaserbox-p-card > .pk-teaserbox-card-flag {
    left: 20px;
}

.pk-zoom {
    transition: transform .2s;
}

.pk-zoom:hover {
    transform: scale(1.1);
}

.price-marginal {
    font-size: .9rem;
    font-weight:normal;
}

/* Slick-dots bugfix width only on dot: dont show these one dot */
.slick-dots li:first-child:nth-last-child(1) {
    display: none;
}
