.hover-shadow {
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease; }
  .hover-shadow:hover {
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.105) !important;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }

/*.headline-judul:before{*/
.headline-bg:after{
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
/*  background-color: rgba(0, 0, 0, 0.6);*/
  position: absolute;
}

.img-headline{
/*  height: 300px;*/
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.headline-judul{
  padding: 10px;
  display: flex;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 20px;
  margin-bottom: 12px;
  z-index: 2 !important;
}
.headline-judul:hover{
  color: white;
}
.headline-subtitle{
  padding: 10px;/*
  display: flex;
  align-items: end;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 10px;
  z-index: 1;
}

.headline-label-top{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(33, 87, 235, 0.8);
  z-index: 2;
  color: white;
  font-size: 12px;
  border-radius: 10px;
  padding: 0px 4px 0px 4px
}
.cs-media-list1 {
  background-color: #babfc7;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.cs-media-list1:hover{
  background-color: #fff;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.cs-artikel-img1{
  object-fit: cover;
  object-position: center;
  height: 200px;
}.

