.overviewlist .swiper-container-overview {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media(max-width: 767px){
  .overviewlist .swiper-wrapper{
    align-items: flex-end;
  }
}
.overviewlist .swiper-slide {
  text-align: center;
  width: 100% !important;
  height: auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  transform: none !important;
}

.overviewlist .swiper-slide-active {

}

.overviewlistcontainer.onlymobile{
  display: none !important;
}
@media(max-width: 767px){
  .overviewlistcontainer.onlymobile{
    display: block !important;
  }
  .overviewlistcontainer.onlydesktop{
    display: none !important;
  }
}


/* Add your specific styles for the slider here */
/* For example, to replicate the look from your screenshot: */
.overviewlist .swiper-container-review {

}

/* For the pagination */
.overviewlist .swiper-pagination{
	padding-top: 0px;
}
.overviewlist .swiper-pagination-bullet {
	background-color: #FFF !important;
	color: var(--e-global-color-secondary) !important;
	width: 30px !important;
	height: 30px !important;
	box-sizing: border-box !important;
	padding-top: 0px !important;
	alpha: 1;
	border: solid 1px var(--e-global-color-secondary) !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	border-radius: 50% !important;
	opacity: 1;
}
.overviewlist .swiper-pagination-bullet:nth-child(1)::before {
	content: '1';
}
.overviewlist .swiper-pagination-bullet:nth-child(2)::before {
	content: '2';
}
.overviewlist .swiper-pagination-bullet:nth-child(3)::before {
	content: '3';
}
.overviewlist .swiper-pagination-bullet:nth-child(4)::before {
	content: '4';
}
.overviewlist .swiper-pagination-bullet:nth-child(5)::before {
	content: '5';
}
.overviewlist .swiper-pagination-bullet:nth-child(6)::before {
	content: '6';
}
.overviewlist .swiper-pagination-bullet:nth-child(7)::before {
	content: '7';
}
.overviewlist .swiper-pagination-bullet:nth-child(8)::before {
	content: '8';
}
.overviewlist .swiper-pagination-bullet:nth-child(9)::before {
	content: '9';
}
.overviewlist .swiper-pagination-bullet:nth-child(10)::before {
	content: '10';
}


.overviewlist .swiper-pagination-bullet-active, .overviewlist .swiper-pagination-bullet:hover{
  background: var(--e-global-color-secondary) !important;
  color: #FFF !important;
}
