.carousel {padding:1em;border-bottom: 1px solid lightgray;background: #fff2c3;margin-bottom: 40px;}

.carousel.carousel-nav.flickity-enabled.is-draggable{border-top:1px solid lightgray}

.carousel-cell {width: 90%;background: #fff;height: 170px;margin-right: 10px;border-radius: 5px;counter-increment: carousel-cell;}
.highlight{background: #e2edf9 !important;}
/* 100% */

/* cell number */
.carousel-cell:before {display: block;text-align: center;line-height: 200px;font-size: 80px;color: white;}
.carousel-nav .carousel-cell {height: 80px;width: 100px;}
.carousel-nav .carousel-cell:before {font-size: 50px;line-height: 80px;}
.carousel-nav .carousel-cell.is-nav-selected {border: 1px solid #369;}
.suche_biete_carousel{position: absolute;text-align: center;font-size: 1.1em;font-weight: 500;}

.carousel-cell-image.hervorgehoben{width: 200px;max-height: 100%;min-width: 100%;object-fit: cover;vertical-align: bottom;border-radius: .5em;box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}

@media (max-width: 660px) {
   .carousel-cell-image.hervorgehoben, .carousel-cell.hervorgehoben{max-height: 106px;max-width: 132px;}
}
@media (max-width: 480px) {
   .carousel-cell-image.hervorgehoben, .carousel-cell.hervorgehoben{max-height: 80px;max-width: 100px;}
   .flickity-button{display:none;}
}
