.loading-div {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}

._nieuws_post_container {
  position: relative;
  width: 100%;
  min-height: 8200px;
}

li._nieuws_post {
  margin-left: 0 !important;
  list-style: none !important;
}

._nieuws_post {
  display: block;
  position: absolute;
  width: 48%;
  border-bottom: #000 1px solid;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 1s ease-out;
}

._nieuws_post.hide {
  opacity: 0;
}

._nieuws_post ._nieuws_label {
  position: absolute;
  left: -50%;
  z-index: 3;
  background: #cc3300;
  min-width: 4rem;
  text-align: center;
  padding: 0 0.8rem;
  transition: left 0.5s ease-out;
}

._nieuws_post:hover ._nieuws_label {
  left: 0;
}

._nieuws_post ._nieuws_label h3 {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 2.3rem;
  color: white;
  font-weight: 400;
}

._nieuws_post:hover ._nieuws_image_hover {
  opacity: 1;
}

._nieuws_image_container {
  position: relative;
  overflow: hidden;
}
._nieuws_image {
  display: block;
  width: 100%;
}
._nieuws_image_hover {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: 0.3s ease;
}

._nieuws_header_container {
  display: flex;
  margin: 0 0px 15px 0px;
}

._nieuws_header {
  flex-grow: 1;
  align-self: center;
}

._nieuws_header_container h2 {
  font-size: 29px !important;
  font-weight: 700;
  line-height: 1.3;
  color: #cc3300;
  margin: 0 !important;
}

._nieuws_excerpt {
  color: #000;
}

._nieuws_read_more span {
  margin-left: 5px;
  font-size: 19px !important;
  font-weight: 600;
  line-height: 2;
}

._nieuws_read_more {
  align-self: flex-end;
}

._nieuws_hr {
  width: 48%;
  display: inline-block;
  border-top: 1px solid #363636;
  margin-top: 10px;
}

#_nieuws_hr_last {
  float: right;
}

._nieuws_media {
  margin-bottom: 17px;
}

._nieuws_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

._nieuws_post iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  ._nieuws_post h2 {
    font-size: 19px !important;
  }

  ._nieuws_read_more span {
    line-height: 0;
  }

  ._nieuws_post ._nieuws_label {
    left: 0;
  }

  ._nieuws_post_container {
    position: static;
    display: flex;
    flex-flow: column;
    height: auto !important;
  }

  ._nieuws_post {
    width: 100%;
    position: static !important;
    transform: unset !important;
  }

  ._nieuws_hr {
    width: 100%;
  }

  #_nieuws_hr_last {
    display: none;
  }
}
