.bl__nieuws_nieuwste {
  padding: 100px 0 60px;
  margin: 0;
  /* EDIT-MODE text bewerking fix zit in _utility.scss */ }
  @media (max-width: 768px) {
    .bl__nieuws_nieuwste {
      padding-top: 50px; } }
  .bl__nieuws_nieuwste .titel {
    max-width: 60%;
    margin-bottom: 30px; }
  .bl__nieuws_nieuwste .titel, .bl__nieuws_nieuwste .titel h2, .bl__nieuws_nieuwste .titel h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 50px; }
    @media (max-width: 992px) {
      .bl__nieuws_nieuwste .titel, .bl__nieuws_nieuwste .titel h2, .bl__nieuws_nieuwste .titel h3 {
        max-width: 100%;
        font-size: 28px;
        line-height: 34px; } }
  .bl__nieuws_nieuwste .subtitel {
    font-size: 20px; }
  .bl__nieuws_nieuwste .nieuws_lijst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px -20px; }
    @media (max-width: 768px) {
      .bl__nieuws_nieuwste .nieuws_lijst {
        max-width: 100vw; } }
    .bl__nieuws_nieuwste .nieuws_lijst .leesmeer {
      min-width: 100%;
      padding: 20px;
      text-align: center; }
      .bl__nieuws_nieuwste .nieuws_lijst .leesmeer button, .bl__nieuws_nieuwste .nieuws_lijst .leesmeer p {
        display: inline;
        padding: 19px;
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        text-align: center;
        width: initial;
        color: #000;
        border: 2px solid #000;
        text-transform: uppercase;
        background: none; }
        .bl__nieuws_nieuwste .nieuws_lijst .leesmeer button:hover, .bl__nieuws_nieuwste .nieuws_lijst .leesmeer p:hover {
          background: #000;
          color: #fff; }
  .bl__nieuws_nieuwste .nieuws_item {
    position: relative;
    width: 50%;
    padding: 20px; }
    @media (max-width: 768px) {
      .bl__nieuws_nieuwste .nieuws_item {
        width: 100%; } }
    .bl__nieuws_nieuwste .nieuws_item .image {
      padding-bottom: 72%;
      background: #F5EDE7;
      position: relative;
      overflow: hidden; }
      .bl__nieuws_nieuwste .nieuws_item .image img {
        width: 100%;
        position: absolute;
        transition: 0.7s ease-in-out; }
    .bl__nieuws_nieuwste .nieuws_item .titel_container {
      position: relative;
      padding: 0 0 0 18px;
      border-left: 2px solid #000;
      margin-left: 20px;
      margin-top: -33px; }
      .bl__nieuws_nieuwste .nieuws_item .titel_container .categorie {
        height: 25px; }
        .bl__nieuws_nieuwste .nieuws_item .titel_container .categorie span {
          font-size: 12px;
          line-height: 13px;
          font-weight: 300;
          letter-spacing: 0.86px;
          background: #C94B42;
          color: #fff;
          text-transform: uppercase;
          padding: 5px 10px;
          display: inline-block;
          position: relative;
          top: -9px; }
      .bl__nieuws_nieuwste .nieuws_item .titel_container .titel a {
        color: #000; }
    .bl__nieuws_nieuwste .nieuws_item .text_container .text {
      padding: 0 0 20px 42px;
      font-size: 15px;
      line-height: 20px;
      font-weight: 300; }
    .bl__nieuws_nieuwste .nieuws_item:hover .image img {
      transform: scale(1.1); }
  .bl__nieuws_nieuwste .lees_meer_container {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .bl__nieuws_nieuwste .lees_meer_container {
        position: relative;
        max-width: 100%;
        padding-right: 20%;
        padding-left: 10%;
        margin-right: 0; }
        .bl__nieuws_nieuwste .lees_meer_container::after {
          content: "";
          position: absolute;
          right: 10px;
          top: 50%;
          width: 30px;
          height: 20px;
          margin-top: -15px;
          background-image: url(../images/arrow.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; } }
    .bl__nieuws_nieuwste .lees_meer_container .lees_meer {
      position: relative; }
      .bl__nieuws_nieuwste .lees_meer_container .lees_meer img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
        transition: 0.1s ease; }
        @media (max-width: 768px) {
          .bl__nieuws_nieuwste .lees_meer_container .lees_meer img {
            display: none; } }
      .bl__nieuws_nieuwste .lees_meer_container .lees_meer .lees_meer_text {
        display: inline-block;
        font-size: 25px;
        font-weight: 500;
        line-height: 27px;
        color: #C94B42; }
        @media (max-width: 768px) {
          .bl__nieuws_nieuwste .lees_meer_container .lees_meer .lees_meer_text {
            font-size: 20px;
            line-height: 26px; } }
      .bl__nieuws_nieuwste .lees_meer_container .lees_meer:hover img {
        transform: translateX(10px); }

.edit-mode .bl__nieuws_nieuwste .link .coverall {
  pointer-events: none; }
