@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
/**
Calculate rem
*/
/**
Breakpoints
*/
.c-overview {
  background-color: #F3F3F4;
}
.c-overview h2 {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .c-overview h2 {
    margin: 45px 0;
  }
}
.c-overview__subtext {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .c-overview__subtext {
    margin-bottom: 45px;
  }
}
.c-overview-filter {
  display: block;
  height: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .c-overview-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: unset;
  }
}
.c-overview-filter__reset {
  margin: 0 30px 15px 20px;
  border: 0;
  background: transparent;
  position: relative;
  color: black;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 991px) {
  .c-overview-filter__reset {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .c-overview-filter__reset {
    margin: 0 30px 0 0;
  }
}
.c-overview-filter__reset:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  display: inline-block;
  color: black;
  background-image: url("../../images/icons/close-circle-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 9px;
}
.c-overview-filter__reset:hover {
  color: #D8133A;
}
.c-overview-filter__reset:hover:before {
  color: #D8133A;
}
.c-overview-filter-theme {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 991px) {
  .c-overview-filter-theme {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.c-overview-filter-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border: 0;
  background-color: transparent;
  width: 100px;
}
.c-overview-filter-theme:after {
  content: "❯";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  color: black;
  top: 10px;
  right: -20px;
}
.c-overview-filter-theme select option {
  background-color: white;
  color: black !important;
}
.c-overview-filter-theme--opened {
  color: #D8133A;
}
.c-overview-filter-theme--opened select {
  color: #D8133A;
}
.c-overview-filter-theme--opened:after {
  color: #D8133A;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: -10px;
  right: -34px;
}
.c-overview-searchfilter {
  display: block;
  height: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-overview-searchfilter {
    margin-top: -25px;
  }
}
.c-overview-searchfilter--helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-overview-searchfilter--helper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.c-overview-searchfilter-theme {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 991px) {
  .c-overview-searchfilter-theme {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.c-overview-searchfilter-theme span {
  min-width: 75px;
}
.c-overview-searchfilter-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border: 0;
  background-color: transparent;
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
}
.c-overview-searchfilter-theme select option {
  background-color: white;
  color: black !important;
}
.c-overview-searchfilter-theme:after {
  content: "❯";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  color: black;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.c-overview-searchfilter-theme--opened {
  color: #D8133A;
}
.c-overview-searchfilter-theme--opened select {
  color: #D8133A;
}
.c-overview-searchfilter-theme--opened:after {
  color: #D8133A;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: -10px;
  right: -34px;
}
.c-overview-searchfilter__reset {
  margin: 0 30px 15px 20px;
  border: 0;
  background: transparent;
  position: relative;
  display: inline-block;
  color: black;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 991px) {
  .c-overview-searchfilter__reset {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .c-overview-searchfilter__reset {
    margin: 0 20px 50px 0;
  }
}
.c-overview-searchfilter__reset:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  display: inline-block;
  color: black;
  background-image: url("../../images/icons/close-circle-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 9px;
}
.c-overview-searchfilter__reset:hover {
  color: #D8133A;
}
.c-overview-searchfilter__reset:hover:before {
  color: #D8133A;
}
.c-overview-items-item {
  display: block;
  margin-bottom: 30px;
  border-left: 10px solid;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-overview-items-item * {
  color: #23222C;
}
.c-overview-items-item .c-overview-items-item-down__arrow:after {
  color: #23222C;
}
.c-overview-items-item--news {
  border-color: #D8133A;
}
.c-overview-items-item--news .c-overview-items-item-down-labels__label {
  background-color: #F7CFD7;
}
.c-overview-items-item--news:hover {
  background-color: #F7CFD7;
}
.c-overview-items-item--news:hover .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item--page, .c-overview-items-item--themas {
  border-color: #454358;
}
.c-overview-items-item--page .c-overview-items-item-down-labels__label, .c-overview-items-item--themas .c-overview-items-item-down-labels__label {
  background-color: #DFECEA;
}
.c-overview-items-item--page:hover, .c-overview-items-item--themas:hover {
  background-color: #DFECEA;
}
.c-overview-items-item--page:hover .c-overview-items-item-down-labels__label, .c-overview-items-item--themas:hover .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item--agenda {
  border-color: #F18B37;
}
.c-overview-items-item--agenda .c-overview-items-item-up__text {
  font-weight: bold;
}
.c-overview-items-item--agenda .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item--agenda .c-overview-items-item-down__arrow:after {
  color: #fff;
}
.c-overview-items-item--agenda:hover {
  background-color: #FBDCC2;
}
.c-overview-items-item--publications {
  border-color: #96BFBA;
}
.c-overview-items-item--publications .c-overview-items-item-down-labels__label {
  background-color: #DFECEA;
}
.c-overview-items-item--publications:hover {
  background-color: #DFECEA;
}
.c-overview-items-item--publications:hover .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item--policies {
  border-color: #9191AC;
}
.c-overview-items-item--policies .c-overview-items-item-down-labels__label {
  background-color: #DFECEA;
}
.c-overview-items-item--policies:hover {
  background-color: #DEDEE6;
}
.c-overview-items-item--policies:hover .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item--reports {
  border-color: #4C9DB8;
}
.c-overview-items-item--reports .c-overview-items-item-down-labels__label {
  background-color: #DCECF1;
}
.c-overview-items-item--reports:hover {
  background-color: #DCECF1;
}
.c-overview-items-item--reports:hover .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item--archivedays {
  border-color: #5ba5be;
}
.c-overview-items-item--archivedays .c-overview-items-item-down-labels__label {
  background-color: #e0f3f9;
}
.c-overview-items-item--archivedays:hover {
  background-color: #e0f3f9;
}
.c-overview-items-item--archivedays:hover .c-overview-items-item-down-labels__label {
  background-color: #fff;
}
.c-overview-items-item-up {
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
.c-overview-items-item-up__label {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .c-overview-items-item-up__label {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.c-overview-items-item-up__label:after {
  left: 15px;
  top: -5px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.c-overview-items-item-up__label--news:after {
  content: "Nieuws";
  color: #D8133A;
}
.c-overview-items-item-up__label--news:before {
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("../../images/icons/newspaper-variant@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.c-overview-items-item-up__label--agenda:after {
  content: "Agenda";
  color: #B05615;
}
.c-overview-items-item-up__label--agenda:before {
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("../../images/icons/calendar-month@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.c-overview-items-item-up__label--publications:after {
  content: "Publicatie";
  color: #48756D;
}
.c-overview-items-item-up__label--publications:before {
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("../../images/icons/file-document@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.c-overview-items-item-up__label--policies:after {
  content: "Beleidsplan";
  color: #9191AC;
}
.c-overview-items-item-up__label--policies:before {
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("../../images/icons/file-document@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.c-overview-items-item-up__label--reports:after {
  content: "Jaarverslag";
  color: #5BA5BE;
}
.c-overview-items-item-up__label--reports:before {
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("../../images/icons/file-document@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.c-overview-items-item-up__label--archivedays:after {
  content: "Archievenblad";
  color: #5ba5be;
}
.c-overview-items-item-up__label--archivedays:before {
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url("../../images/icons/file-document@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.c-overview-items-item-up__date {
  position: absolute;
  right: 35px;
  top: 15px;
  color: #6A6979;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .c-overview-items-item-up__date {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.c-overview-items-item-up__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.c-overview-items-item-down {
  padding: 20px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100px;
}
.c-overview-items-item-down-labels {
  width: 95%;
}
.c-overview-items-item-down-labels__label {
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-overview-items-item-down__arrow {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.c-overview-items-item-down__arrow:after {
  content: "➔";
  display: block;
  position: relative;
  right: 0;
  top: 0;
}
.c-overview-items-pagination {
  text-align: center;
}
.c-overview-items-pagination__previous:after {
  content: "➔";
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  top: 0;
}
.c-overview-items-pagination__next:after {
  content: "➔";
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
}
.c-overview-items-pagination .page-numbers {
  padding: 8px 13px;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #454358;
  margin-right: 15px;
}
.c-overview-items-pagination .page-numbers.dots {
  cursor: default;
  background-color: inherit;
  color: inherit;
}
.c-overview-items-pagination .page-numbers.current {
  background-color: #454358;
  font-weight: bold;
  color: white;
}
.c-overview-items-pagination .page-numbers .c-overview-items-pagination__next::after {
  color: black;
}
.c-overview-items-pagination .page-numbers .c-overview-items-pagination__previous::after {
  color: black;
}
.c-overview-items-pagination .page-numbers:hover {
  background-color: #636383;
  color: white;
}
.c-overview-items-pagination .page-numbers:hover .c-overview-items-pagination__next::after {
  color: white;
}
.c-overview-items-pagination .page-numbers:hover .c-overview-items-pagination__previous::after {
  color: white;
}
.c-overview-items-pagination .page-numbers:hover.dots {
  cursor: default;
  background-color: inherit;
  color: inherit;
}
.c-overview__empty {
  margin-bottom: 20px;
}
.c-overview .notbold {
  font-weight: normal;
}
.c-overview-search {
  display: inline-block;
  position: relative;
}
.c-overview-search__button {
  margin-left: 25px;
  border: 0;
  cursor: pointer;
  background: transparent;
  font-size: 20px;
}
.c-overview-search__button::before {
  background-image: url("../../images/icons/magnify.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.c-overview-search__button:hover, .c-overview-search__button:focus {
  text-decoration: underline;
}
.c-overview-search-searchblock {
  position: absolute;
  right: 0;
  bottom: -80px;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: none;
  z-index: 99;
}
.c-overview-search-searchblock__search {
  border: 0;
  background: #F3F3F4;
  padding: 10px 15px;
  width: 321px;
}
.c-overview-searchbar {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px 0;
  margin-bottom: -30px;
  background-color: #5BA5BE;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #5BA5BE), color-stop(10%, #F18B37));
  background-image: linear-gradient(90deg, #5BA5BE 90%, #F18B37 10%);
}
@media (min-width: 768px) {
  .c-overview-searchbar {
    margin-top: 30px;
    margin-bottom: -80px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #5BA5BE), color-stop(40%, #F18B37));
    background-image: linear-gradient(90deg, #5BA5BE 60%, #F18B37 40%);
  }
}
.c-overview-searchbar-content__title {
  margin: 5px 0 !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 991px) {
  .c-overview-searchbar-content__title {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
.c-overview-searchbar-content__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 991px) {
  .c-overview-searchbar-content__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.c-overview-searchbar input {
  width: 100%;
  border: none;
  color: #454358;
  margin: 20px 0 0;
  background-size: 15px;
  padding: 10px 15px 10px 35px;
  background-color: #F3F3F4;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-image: url("../../../assets/images/icons/magnify.svg");
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.c-overview-searchbar input::-webkit-input-placeholder {
  color: #454358;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.c-overview-searchbar input::-moz-placeholder {
  color: #454358;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.c-overview-searchbar input:-ms-input-placeholder {
  color: #454358;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.c-overview-searchbar input::-ms-input-placeholder {
  color: #454358;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.c-overview-searchbar input::placeholder {
  color: #454358;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}