.ws-cig-featured-item { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding-top: 2em; }
@media screen and (max-width: 1024px) { .ws-cig-featured-item { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.ws-cig-featured-item__image { background-size: cover; background-position: center; height: 12em; width: 50%; }
@media screen and (max-width: 1024px) { .ws-cig-featured-item__image { width: 100%; height: auto; padding-bottom: 52%; } }

.ws-cig-featured-item__content { width: 50%; padding: 0; padding-bottom: 1em; padding-left: 2em; }
@media screen and (max-width: 1024px) { .ws-cig-featured-item__content { width: 100%; padding-left: 0; padding-right: 0; padding-bottom: 0; } }
.ws-cig-featured-item__content h3 { margin-top: 0; font-family: "Roboto Slab", "Roboto", serif; font-weight: normal; }
.ws-cig-featured-item__content h3 .caps { font-size: inherit; }
.ws-cig-featured-item__content p { margin-bottom: 0.1em; }

.ws-cig-overview__filters-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media screen and (max-width: 480px) { .ws-cig-overview__filters-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.ws-cig-overview__filters button { margin: 0.2em; color: #4A4A4A; border: none; padding: 0.24em 1em; font-family: "Roboto Slab", "Roboto", serif; font-weight: normal; font-size: 16px; }
@media screen and (max-width: 480px) { .ws-cig-overview__filters button { width: 100%; } }
.ws-cig-overview__filters button.thema { background: red; }
.ws-cig-overview__filters button.thema-orange { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; background-color: rgba(230, 124, 0, 0.2); }
.ws-cig-overview__filters button.thema-orange:hover { color: white; background-color: #E67C00; }
.ws-cig-overview__filters button.thema-veiligheid-en-ecosystemen, .ws-cig-overview__filters button.thema-safety-and-ecosystems { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; background-color: rgba(51, 169, 224, 0.2); }
.ws-cig-overview__filters button.thema-veiligheid-en-ecosystemen:hover, .ws-cig-overview__filters button.thema-safety-and-ecosystems:hover { color: white; background-color: #33A9E0; }
.ws-cig-overview__filters button.thema-landbouw-en-voedsel, .ws-cig-overview__filters button.thema-agriculture-and-food { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; background-color: rgba(122, 124, 185, 0.2); }
.ws-cig-overview__filters button.thema-landbouw-en-voedsel:hover, .ws-cig-overview__filters button.thema-agriculture-and-food:hover { color: white; background-color: #7A7CB9; }
.ws-cig-overview__filters button.thema-stad-en-waterberging, .ws-cig-overview__filters button.thema-cities-and-water-management { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; background-color: rgba(47, 172, 102, 0.2); }
.ws-cig-overview__filters button.thema-stad-en-waterberging:hover, .ws-cig-overview__filters button.thema-cities-and-water-management:hover { color: white; background-color: #2FAC66; }
.ws-cig-overview__filters button.thema-energie-en-bewustwording, .ws-cig-overview__filters button.thema-energy-and-awareness { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; background-color: rgba(148, 193, 31, 0.2); }
.ws-cig-overview__filters button.thema-energie-en-bewustwording:hover, .ws-cig-overview__filters button.thema-energy-and-awareness:hover { color: white; background-color: #94C11F; }
.ws-cig-overview__filters button.thema-hitte-en-gezondheid, .ws-cig-overview__filters button.thema-heat-and-health { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; background-color: rgba(18, 112, 183, 0.2); }
.ws-cig-overview__filters button.thema-hitte-en-gezondheid:hover, .ws-cig-overview__filters button.thema-heat-and-health:hover { color: white; background-color: #1270B7; }

.ws-cig-overview__iso { margin: 0 -1em; }

.ws-cig-overview-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 25%; min-height: 27em; padding: 1em; }
@media screen and (max-width: 960px) { .ws-cig-overview-item { padding: 1em; width: 33.33%; } }
@media screen and (max-width: 640px) { .ws-cig-overview-item { width: 50%; } }
@media screen and (max-width: 480px) { .ws-cig-overview-item { width: 100%; } }
.ws-cig-overview-item.thema-veiligheid-en-ecosystemen .ws-cig-featured-item__content, .ws-cig-overview-item.thema-safety-and-ecosystems .ws-cig-featured-item__content { background-color: rgba(51, 169, 224, 0.2); border-bottom: 10px solid #33A9E0; }
.ws-cig-overview-item.thema-landbouw-en-voedsel .ws-cig-featured-item__content, .ws-cig-overview-item.thema-agriculture-and-food .ws-cig-featured-item__content { background-color: rgba(122, 124, 185, 0.2); border-bottom: 10px solid #7A7CB9; }
.ws-cig-overview-item.thema-stad-en-waterberging .ws-cig-featured-item__content, .ws-cig-overview-item.thema-cities-and-water-management .ws-cig-featured-item__content { background-color: rgba(47, 172, 102, 0.2); border-bottom: 10px solid #2FAC66; }
.ws-cig-overview-item.thema-energie-en-bewustwording .ws-cig-featured-item__content, .ws-cig-overview-item.thema-energy-and-awareness .ws-cig-featured-item__content { background-color: rgba(148, 193, 31, 0.2); border-bottom: 10px solid #94C11F; }
.ws-cig-overview-item.thema-hitte-en-gezondheid .ws-cig-featured-item__content, .ws-cig-overview-item.thema-heat-and-health .ws-cig-featured-item__content { background-color: rgba(18, 112, 183, 0.2); border-bottom: 10px solid #1270B7; }
.ws-cig-overview-item .ws-cig-featured-item__content { width: 100%; padding-left: 0; padding-right: 0; padding: 1em; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }
.ws-cig-overview-item .ws-cig-featured-item__content p, .ws-cig-overview-item .ws-cig-featured-item__content .h3 { color: #4A4A4A; }
.ws-cig-overview-item .ws-cig-featured-item__content .h3 { font-size: 1.3em; line-height: 1.5em; }
.ws-cig-overview-item .ws-cig-featured-item__image { width: 100%; }

/*# sourceMappingURL=style.css.map */