  /** page css **/
      .js-nieuws-filter-container {
      display: flex;
      margin-bottom: 42px;
      gap: 20px;
  }

  a.nieuws__tag {
      padding: 10px;
      background: #f8f8f8;
      border-radius: 50em;
      min-width: 5rem;
      text-align: center;
      color: #333;
      font-family: 'Nutmeg-regular';
      border: 1px solid #33333330;
  }

  a.nieuws__tag.js-nieuws-filter.active {
      border: 1px solid #000;
      background: var(--lqd-color-primary);
      color: white;
  }
@media screen and (max-width:768px){
	.js-nieuws-filter-container{
		gap:8px;
		flex-wrap:wrap;
	}
}