.slider-item {
  background: #eee;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-radius: 0;
}

.slider-column { padding: 0 16px; }

.slider-column a {
  position: relative;
  text-align: left;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  overflow: hidden;
}
.slider-column a > div {
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 10;
}
.slider-column a > img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.slider-column a,
.slider-column h3,
.slider-column a h3 {
  color: #fff !important;
}
.slider-column h3,
.slider-column a h3 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}

/* Uniek type met hover underline */
.slider-column a.slider-item-type-uniek { align-items: center; }
.slider-column a.slider-item-type-uniek h3 {
  padding: 0 0 15px;
  position: relative;
}
.slider-column a.slider-item-type-uniek h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #fff;
  left: 0;
  transition: all .3s ease-in-out;
}
.slider-column a.slider-item-type-uniek:hover h3:after {
  width: 25%;
}

/* Lists in slider */
.slider-column ul,
.slider-column li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
}
.slider-column ul { margin-bottom: 0px; }
.slider-column li {
  display: inline-block;
  margin-right: 10px;
}
.slider-column li:not(:first-child):before {
  content: "•";
  margin-right: 10px;
}

/* Kolombreedtes */
.column-small { width: 320px; }
.column-normal { width: 640px; }
.column-normal.rechthoek,
.column-normal.rechthoek-flip { width: 320px; }

/* Hoogtes */
.column-normal > a, .column-normal > div { height: 632px; margin-bottom: 20px; }
.column-small > a, .column-small > div { height: 300px; margin-bottom: 32px; }

/* Icoon + datum ORIGINEEL */
.column-list svg {
  width: 12px;
  fill: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
.date-list {
  padding-left: 16px !important;
  position: relative;
}

/* Slick fix */
.slick-slide { outline: none !important; }

/* Gradient overlay */
.slider-item-type-post:before,
.front:before {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 80%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
  opacity: .9;
  z-index: 2;
}
.item-size-vierkant_groot.slider-item-type-post:before { height: 50%; }

/* Hover effecten */
.slider-item-type-post img { transition: transform .7s; }
.slider-item-type-post div { transition: transform .4s; }
.slider-item-type-post:hover img { transform: scale(1.15); }
.slider-item-type-post:hover div { transform: translate(0, -10px); }

/* Afbeeldingen */
.elementor .quick-slider-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Flip effect */
.rechthoek-flip { position: relative; }
.slider-item.item-size-rechthoek-flip { background: none; position: relative; }

.flip-content {
  position: absolute;
  width: 100%; height: 100%;
  transform-style: preserve-3d;
  transform-origin: right center;
  transition: transform 1s;
}
.slider-item:hover .flip-content {
  transform: translateX(-100%) rotateY(-180deg);
}

/* Front & Back */
.front,
.back {
  position: absolute;
  height: 100%; width: 100%;
  background: pink;
  color: #fff;
  text-align: center;
  backface-visibility: hidden;
  text-align: left;
  padding: 25px;
  background-size: cover;
  background-position: center center;
}
.front {
  display: flex;
  align-items: flex-end;
}
.back {
  background: #015cbb;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.front > div { position: relative; z-index: 2; }

/* Achtergronden */
.slider-item-type-uniek,
.back {
  background-image: url(../img/packit-beeldmerk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.back { background-size: cover; }
.slider-item-type-uniek.blauw-background { background-color: #005BBB; }
.slider-item-type-uniek.groen-background { background-color: #008063; }
.slider-item-type-uniek.orange-background { background-color: #FF732B; }

/* Responsive */
@media screen and (max-width: 550px) {
  .slider-column { padding: 0 8px; }
  .column-small,
  .column-normal,
  .column-normal.rechthoek,
  .column-normal.rechthoek-flip { width: 250px; }
  .column-normal > a, .column-normal > div { height: 456px; }
  .column-small > a, .column-small > div { height: 220px; margin-bottom: 16px; }
  .slider-column h3, .slider-column a h3 { font-size: 18px; }
}
