/* $fontColor: #838384; */
/* OpenBedrijvenDag */
#nieuws_content {
  padding: 40px 0; }

.nieuws-items {
  background: transparent !important;
  margin-top: -70px;
  margin-left: 60px;
  /*  */
  /*  */
  /*  */
  /*  */ }
  @media (max-width: 1023px) {
  .nieuws-items {
    margin-top: 0px;
    margin-left: 0px; } }
  .nieuws-items a {
    text-decoration: none !important; }
    .nieuws-items a:hover {
      text-decoration: none !important; }
  .nieuws-items .nieuws-item {
    background-color: #fff;
    display: inline-block;
    /* width: calc((100% / 4) - 23px); */
    vertical-align: top;
    border: 1px solid #e9e9e9;
    /* margin-right: 30px; */
    height: 280px;
    /* &:nth-child(4) {
        margin-right: 0px;
      }

      @include mq (1023px) {
        width: calc((100% / 2) - 15px);
        margin-bottom: 30px;

        &:nth-child(2) {
          margin-right: 0px;
        }
      }

      @include mq (560px) {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
      } */
    box-shadow: 0 0 20px 0 rgba(35, 31, 32, 0.05); }
    .nieuws-items .nieuws-item:hover .img::before {
      opacity: 1;
      transition: 0.2s; }
      .nieuws-items .nieuws-item:hover .img::after {
        opacity: 1;
        transition: 0.2s; }
    .nieuws-items .nieuws-item .img {
      position: relative;
      top: 0;
      height: 150px;
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 15px;
      background: grey; }
      .nieuws-items .nieuws-item .img::before {
        content: 'Lees meer';
        opacity: 0;
        transition: 0.2s;
        line-height: 150px;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        font-family: 'Montserrat';
        text-align: center;
        vertical-align: middle;
        background-color: rgba(88, 170, 79, 0.5);
        height: 100%;
        width: 100%;
        display: block; }
      .nieuws-items .nieuws-item .img::after {
        opacity: 0;
        transition: 0.2s; }
    .nieuws-items .nieuws-item .datum {
      position: relative;
      top: 0;
      min-height: 22px;
      padding-left: 15px;
      font-family: 'Open sans';
      font-size: 11px;
      Text-transform: uppercase;
      color: #969696;
      line-height: 22px; }
    .nieuws-items .nieuws-item .titel {
      position: relative;
      top: 0;
      min-height: 64px;
      padding-left: 15px;
      width: calc(100% - 15px);
      text-transform: uppercase;
      font-family: 'Montserrat';
      font-weight: bold;
      font-size: 12px;
      color: #111;
      line-height: 22px; }

.filter {
  width: calc(100% - 40px);
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
  .filter {
    width: 100%; } }
  .filter label {
    display: block;
    text-align: left !important;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 'Open sans';
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #969696; }
  .filter .side_input {
    width: calc(100% - 60px);
    min-height: 45px;
    position: relative;
    border: 1px solid #e9e9e9;
    background: transparent;
    padding: 10px;
    padding-bottom: 10px;
    margin: 0 0 30px 0;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #333;
    font-weight: 500;
    resize: vertical;
    box-shadow: 0 0 20px 0 rgba(35, 31, 32, 0.05); }

#nieuwsbox {
  display: inline-block;
  vertical-align: top;
  padding: 0; }
  #nieuwsbox .nieuws-item {
    width: calc((100% / 3) - 20px) !important;
    margin-bottom: 30px;
    margin-right: 30px; }
    #nieuwsbox .nieuws-item:nth-child(3n+3) {
      margin-right: 0px !important; }
    @media (max-width: 1023px) {
  #nieuwsbox .nieuws-item {
    width: calc((100% / 2) - 15px) !important; }
    #nieuwsbox .nieuws-item:nth-child(3n) {
      margin-right: 30px !important; }
    #nieuwsbox .nieuws-item:nth-child(2n) {
      margin-right: 0px !important; } }
    @media (max-width: 560px) {
  #nieuwsbox .nieuws-item {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 25px !important; }
    #nieuwsbox .nieuws-item:nth-child(3n) {
      margin-right: 0px !important; } }

.inline-block {
  display: inline-block; }
  @media (max-width: 1023px) {
  .inline-block {
    display: block; } }

.w67p {
  width: 67%; }
  @media (max-width: 1023px) {
  .w67p {
    width: 100%; } }

.w33p {
  width: 33%; }
  @media (max-width: 1023px) {
  .w33p {
    width: 100%; } }

.top_title {
  text-transform: uppercase;
  font-size: 'Open sans';
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 15px;
  color: #969696; }

.title {
  text-transform: uppercase;
  font-size: 'Montserrat';
  font-weight: bold;
  font-size: 26px;
  color: #1e1916; }
