/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

* {
	font-family: 'Montserrat';
}

body.page .color-white {
	color: #fff !important;
}

body .btn {
	background-color: #1B1818;
    border-radius: 25px;
    font-weight: 900;
	color: #fff !important;
	text-decoration: none;
	padding: 15px;
}

/* Home banner image */
body .landing_banner {
	background-position: bottom !important;
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

body .landing_banner p {
	line-height: 1.8;
}

body .banner-btn-margin {
	margin-top: 45px !important;
}

body .theme_wrapper .vc_column-inner {
/* 	display: none; */
}

body .theme_grid_text {
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

body .theme_grid_text::after {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    position: absolute;
    top: -1px;
    right: 0;
	
  mask-image: url("/wp-content/uploads/2025/01/Vector-53.svg");
  mask-repeat: no-repeat;
  mask-position: top center;         /* <— here */
  mask-size: contain;

  -webkit-mask-image: url("/wp-content/uploads/2025/01/Vector-53.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center; /* <— and here */
  -webkit-mask-size: contain;
  background-color: var(--icon-tint);
}

body .theme_grid_text h5 {
	color: #fff;
	font-weight: 800;
	font-size: 28px;
	text-align: center;
}

body .theme_grid_text a {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: #000;
	font-weight: 800;
	padding: 15px 30px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 25px;
}


body .theme_grid_dynamic_image {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 260px;
	object-fit: cover;
}

.theme_grid_text_box {
	background-color: var(--theme-color-hex, #FFB300); 
}

.theme_grid_text_box .vc_gitem-zone-mini {
	flex-grow: 1;
}

body .theme_grid_image img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 260px;
	object-fit: cover;
}

body .theme_grid_text.blue {
	background-color: #1565C0;
	--icon-tint: #78acde;
}

body .theme_grid_text.blue a {
	border: 1px solid #1565C0;
}

body .theme_grid_text.green {
	background-color: #2E7D32;
	--icon-tint: #97be99;
}

body .theme_grid_text.green a {
	border: 1px solid #2E7D32;
}

body .theme_grid_text.yellow {
	background-color: #FFB300;
	--icon-tint: #ffd980;
}

body .theme_grid_text.yellow a {
	border: 1px solid #FFB300;
}

body .theme_grid_text.red {
	background-color: #c5323c;
	--icon-tint: #e2999e;
}

body .theme_grid_text.red a {
	border: 1px solid #c5323c;
}

body .theme_grid_text.purple {
	background-color: #673ab7;
	--icon-tint: #b39ddb;
}

body .theme_grid_text.purple a {
	border: 1px solid #673ab7;
}

body .theme_grid_text.lightblue {
	background-color: #00bcd4;
	--icon-tint: #80deea;
}

body .theme_grid_text.lightblue a {
	border: 1px solid #00bcd4;
}

body .theme-grid .vc_gitem-zone-a {
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

body .theme-grid .vc_gitem-zone-c {
	background-color: #1565C0 !important;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	color: #fff !important;
}

body .theme-grid .vc_custom_heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body .theme-grid .vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
	height: 250px;
}

body .theme-grid .vc_gitem-zone, .vc_gitem_row .vc_gitem-col h4 {
	font-weight: 800;
}

body .theme-grid .vc_btn3 {
	display: block;
    position: absolute;
    bottom: 0;
    top: unset;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 50px;
    padding: 15px 40px;
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 800;
    border: 0;
    border-bottom-right-radius: 25px;
    margin-bottom: 1px;
    margin-right: 1px;
}

/* Idea banner */
body .idea_banner h2 {
	margin: 0 0 10px 0;
	font-size: 3rem;
}

body .idea_banner p {
	margin: 0;
	line-height: 1.8;
}

body .idea_banner_btn a {
	padding: 20px 75px;
    display: inline-block;
    text-align: center;
}

body .idea_banner_wrapper .vc_column-inner {
	padding-top: 0!important;
}

body .idea_banner_wrapper {
	border-radius: 25px;
}

body .idea_banner_btn .vc_column-inner {
	padding: 0;
}

/* theme pagina */
body .thema_banner {
	background-position: center !important;
	justify-content: center !important;
}

body .thema_banner_border h1 {
	margin-bottom: 32px;
}

body .thema_banner .vc_column-inner {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-bottom: 50px;
}

body .thema_grid_item .vc_column-inner {
	padding: 0 !important;
	border-radius: 25px;
	position: relative;
}

body .thema_grid_item .vc_column-inner h3 {
	color: #fff;
	font-weight: 800;
	font-size: 2.5rem;
}

body .thema_grid_item .vc_column-inner p {
	color: #fff;
	font-weight: 700;
	line-height: 32px;
}

body .thema_grid_item .vc_column-inner a {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: #000;
	font-weight: 800;
	padding: 15px 30px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 25px;
}

body .thema_grid_item.yellow a {
	border: 1px solid #FFB300;
}

body .thema_grid_item.green a {
	border: 1px solid #2E7D32;
}

body .thema_grid_item.red a {
	border: 1px solid #c5323c;
}

body .thema_grid_item.lightblue a {
	border: 1px solid #00bcd4;
}

body .thema_grid_item.purple a {
	border: 1px solid #673ab7;
}

body .thema_grid_item.blue a {
	border: 1px solid #1565C0;
}

body .thema_grid_item img {
	height: 400px;
    object-fit: cover;
    overflow: hidden;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

/* Over ons */

body .over-ons_text h3 {
	font-size: 35px;
    line-height: 1.2em;
    font-weight: 700!important;
    text-transform: none;
	text-align: center;
}

body .bestuur_text h3 {
	font-size: 35px;
    line-height: 1.2em;
    font-weight: 700!important;
    text-transform: none;
	text-align: center;
	margin-bottom: 0;
}

body .bestuur_text p {
	text-align: center;
}

body .bestuur-subheader {
	font-weight: 500;
}

body .over-ons_img_1 {
	position: absolute;
    left: 0;
    top: 0;
	margin-bottom: 0;
}

body .over-ons_img_2 {
	position: absolute;
    right: 0;
    bottom: 0;
	margin-bottom: 0;
}

body .over-ons_img_1 img {
	border-top-left-radius: 25px;
}

body .over-ons_img_2 img {
	width: 90px;
	border-bottom-right-radius: 25px;
}

body .over-ons_bestuur_grid .wpb_single_image {
	margin-bottom: 0;
}

body .over-ons_bestuur_grid img {
	height: 250px;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

body .over-ons_bestuur_grid h4, body .over-ons_bestuur_grid h5 {
	text-align: center;
	margin-bottom: 0;
}

body .over-ons_bestuur_grid p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
}

body .over-ons_bestuur_grid .wpb_text_column {
	margin-bottom: 0;
}

body .over-ons_bestuur_grid_odd {
	margin-top: -75px;
}

body .over-ons_bestuur_grid_even {
	margin-top: -50px;
}

body .over-ons_wat h3 {
	font-size: 35px;
    line-height: 1.2em;
    font-weight: 700 !important;
    text-transform: none;
    text-align: center;
}

body .over-ons_wat p {
	
}

/* Nieuws & documenten page */
body .nieuws_grid .vc_grid-item-mini {
	width: 780px;
    height: 280px;
}

body .nieuws_grid .vc_gitem-animated-block {
	width: 40%!important;
}

body .documenten_grid .vc_grid-item-mini {
	width: 780px;
    height: 280px;
}

body .documenten_grid .vc_gitem-animated-block {
	width: 40%!important;
}

body .nieuws_grid_image {
	background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
body .nieuws_grid_text {
	height: 100%;
	background-color: #1565C0!important;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
	font-weight: 700;
	width: 60% !important;
}

body .nieuws_grid_text h3 {
	font-weight: 800;
}

body .filters-title {
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 0;
}

body .filters-description {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

body .wpc-orderby-select {
	border-radius: 25px;
	border: 1px solid #000;
}

body .wpc-filter-title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}

body .wpc-term-item-content-wrapper label a {
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}

/* Footer */
body .footer_text h3 {
	color: #0F2C94;
	margin-bottom: 5px !important;
}

body .footer_text p {
	color: #1B1818;
}

body .email-input {
    background-color: transparent!important;
    border-color: #1B1818;
    border-radius: 25px;
}

body .email-submit {
    background-color: #1B1818;
    border-radius: 25px;
    font-weight: 900;
    margin-left: -41px;
    position: absolute;
}

body .wpcf7-not-valid-tip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

body .email-wrapper p {
	text-align: center;
}

body .footer-links div p a {
	text-decoration: none!important;
	margin: 0 10px;
	color: #000 !important;
	position: relative;
	display: inline-block;
}

body .footer-links div p a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.3s ease;
	transform: translateX(-50%);
}

body .footer-links div p a:hover::after {
	width: 100%;
}

body .footer-background {
	    background-size: cover;
}

body #footer-widgets {
	background-image: url('/wp-content/uploads/2025/01/Vector-61-gray.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.news-banner-image img {
	height: 350px !important;
	width: 100% !important;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.news-banner-image, .news-banner-image * {
    width: 100%;
}

.border-top-rounded {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.news-banner-image {
	position: relative;
}

.news-banner-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/12/Group-68.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

body .contact__inloopochtenden {
	color: #fff;
	font-size: 24px;
}

body .contact__inloopochtenden .vc_column-inner {	
	border-radius: 25px;
}

body .contact__inloopochtenden h2, body .contact__inloopochtenden h3 {
	margin-top: 0;
	margin-bottom: 0;
}

body .contact__inloopochtenden h2 {
	font-size: 52px;
}

body .contact__inloopochtenden h3 {
	font-size: 36px;
	text-decoration: underline;
}

body .contact h2 {
	font-weight: 800;
	color: #000;
	font-size: 64px;
}

body .contact__wrapper .vc_column-inner {
	border-radius: 25px;
}

body .contact__wrapper__text {
	font-size: 24px;
	font-weight: 700;
}

body .contact__wrapper form label {
	font-weight: 600;
	color: #000;
	font-size: 22px;
}

body .contact__wrapper form input, 
body .contact__wrapper form select,
body .contact__wrapper form textarea {
	background: transparent;
    border: 1px solid #000;
    border-radius: 25px;
    width: 100%;
}

body .contact__wrapper form input:focus, 
body .contact__wrapper form select:focus,
body .contact__wrapper form textarea:focus {
	border: 1px solid #000;
}

body .contact__wrapper form [name="acceptance-nieuwsbrief"] {
	width: unset;
}

body .contact__wrapper form .wpcf7-list-item-label {
	font-weight: 400;
	font-size: 16px;
}

body .contact__wrapper form .form__btn {
	background: #1b1818;
    color: #fff;
    border-radius: 25px;
    font-weight: 900;
    width: unset;
    padding: 15px 60px;
	font-size: 24px;
	display: block;
    margin-left: auto;
}

body .contact__wrapper form .wpcf7-response-output {
	border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    color: #d89700;
}

body .contact__header-wrapper {
	display: flex;
	flex-direction: row;
}

body .contact__header-wrapper-item {
	width: 49%;
}

body .contact__header-wrapper-vertical-line-wrapper {
	width: 2%;
}

body .contact__header-wrapper-vertical-line {
	border-left: 1px dashed black;
    height: 100%;
}

.contact__header-wrapper-item-content {
	display: flex;
	align-items: flex-start;
    gap: 12px;
	margin-bottom: 35px;
}

.contact__header-wrapper-item-content img {
	width: 32px;
	padding-top: 5px;
}

.contact__header-wrapper-item-content-title {
	font-weight: 600;
    font-size: 24px;
	color: #000;
	margin-bottom: 0;
}

.contact__header-wrapper-item-content-text {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 0;
}

.contact__header-wrapper-item-content-text a {
	text-decoration: none;
	color: inherit;
}

.contact__header-wrapper-item-content-google {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #F0F0F0;
    padding: 8px 30px;
    border-radius: 50px;
    cursor: pointer;
}

.contact__header-wrapper-item-content-google img {
	width: 22px;
}

.contact__header-wrapper-item-content-google p {
	font-size: 18px;
    font-weight: 800;
    color: #000;
	margin-bottom: 0;
}

body .faq__accordion {
	padding: 45px;
    border-radius: 25px;
}

body .faq__accordion .vc_toggle_title {
	padding-left: unset!important;
	padding-right: 35px;
}

body .faq__accordion .vc_toggle_title .vc_toggle_icon {
	left: unset!important;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #FFB300;
}

body .faq__accordion .vc_toggle_title .vc_toggle_icon::before {
    height: 3px;
    width: 20px;
	background-color: #000!important;
}

body .faq__accordion .vc_toggle_title .vc_toggle_icon::after {
	height: 20px;
    width: 3px;
	background-color: #000!important;
}

body .faq__accordion .vc_toggle_content {
	padding-left: unset!important;
	padding-right: 33px;
	margin-bottom: 0;
}

body .faq__accordion .vc_toggle_content p {
	margin-bottom: 0;
}

body .handige-links__wrapper h3 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
}

body .handige-links__wrapper .slick-track {
	display: flex!important;
}

body .handige-links__wrapper .slick-slide {
	height: inherit!important;
}

body .handige-links__card {
	color: #fff;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 25px;
	position: relative;
	height: 100%;
}

body .handige-links__card h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
}

body .handige-links__card p {
	font-size: 16px;
	font-weight: 700;
}

body .handige-links__card a {
	position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #fff;
    color: #000;
    font-weight: 800;
    padding: 15px 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 25px;
	text-decoration: none;
}

body .handige-links__card.blue a {
    border: 1px solid #1565C0;
}

body .handige-links__card.blue {
	background-color: #1565c0;
}

body .handige-links__card.yellow a {
    border: 1px solid #FFB300;
}

body .handige-links__card.yellow {
	background-color: #FFB300;
}

body .handige-links__card.green a {
    border: 1px solid #2E7D32;
}

body .handige-links__card.green {
	background-color: #2E7D32;
}

body .handige-links__card.purple a {
    border: 1px solid #673ab7;
}

body .handige-links__card.purple {
	background-color: #673ab7;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
	border-radius: 5px;
}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: unset;
}

/* nav#mobile-menu-control-wrapper::before {
	content: "Menu"
} */

button.menu-toggle::before {
	content: "MENU";
	font-family: "Montserrat";
	color: #2662AC;
	font-weight: 700;
}

.main-navigation.toggled .main-nav li a {
	text-align: center;
	font-size: 24px;
}

.main-navigation.toggled .main-nav li {
	text-align: center!important;
}

.main-navigation .main-nav li a {
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.main-navigation .main-nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.3s ease;
	transform: translateX(-50%);
}

.main-navigation ul ul {
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #1565C0;
}

.main-navigation .main-nav ul ul li a {
	color: #fff!important;
}

.main-navigation ul ul li:first-of-type {
	padding-top: 20px;
}

.main-navigation ul ul li:last-of-type {
	padding-bottom: 20px;
}

.main-navigation .main-nav li a:hover::after {
	width: calc(100% - 2em);
}

.wpc-filters-open-button-container {
	display: none!important;
}

body .wpc-filters-open-widget {
	border-radius: 50px !important;
    border: 1px solid #000 !important;
    padding: 20px 35px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.main-navigation.sticky-navigation-transition .main-nav > ul > li > a {
	line-height: 60px!important;
}

.nav__mobile {
	display: none;
}

.wpc-orderby-select {
	appearance: none;
	font-family: 'Montserrat'!important;
}

.wpc-posts-found {
	opacity: 0;
}

body .publication-date-filter {
	display: none;
}

body .publication-date-filter span {
	font-weight: bold;
}

	.wpc-filters-main-wrap li.wpc-term-item a {
		margin-left: 5px;
	}
	
	.wpc-term-item-content-wrapper input[type="checkbox"] {
	  appearance: none;
	  -webkit-appearance: none;
	  width: 24px;
	  height: 24px;
	  background: #D9D9D9;
	  border-radius: 5px;
	  margin-right: 8px;
	  position: relative;
	  cursor: pointer;
	  transition: background 0.2s ease;
	}
	
	.wpc-term-item-content-wrapper input[type="checkbox"]:checked {
 		background-color: #303030;
	}
	
	.wpc-term-item-content-wrapper input[type="checkbox"]:checked::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 6px;
		height: 12px;
		border: solid white;
		border-width: 0 2px 2px 0;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.wpc-term-item-content-wrapper input[type="checkbox"]:hover {
		background-color: #bbb!important;
	}

	.wpc-term-item-content-wrapper input[type="checkbox"]:checked:hover {
		background-color: #404040!important;
	}

	.nav__mobile a {
		font-weight: 400!important;
		font-size: 18px!important;
	}

.main-navigation.toggled .main-nav .nav__mobile a {
	font-size: 18px!important;
}

.wpcf7-form-control {
	transition: all 0.3s ease;
}
.wpcf7-form-control:focus {
	border-color: #FFB300!important;
}

.wpcf7-not-valid {
	border-color: #dc3232!important;
}

.wpcf7-valid-input {
	border-color: #2E7D32!important;
}

.wpcf7 form [data-name="acceptance-nieuwsbrief"] .wpcf7-list-item {
	margin-left: 0 !important;
}

.wpcf7-list-item input[type="checkbox"] {
	vertical-align: middle;
}
  
.wpcf7-list-item-label {
	vertical-align: middle;
}

.ult-carousel-wrapper .slick-dots li i {
	opacity: .3!important;
}

.ult-carousel-wrapper .slick-dots li.slick-active i {
	opacity: 1!important;
}

.ult-carousel-wrapper .slick-dots li:hover i {
	opacity: 1!important;
}

.over-ons_introduction, .over-ons_wat {
	border-radius: 25px!important;
}

.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
	display: none;
}

body #filters-sidebar {
	margin-top: 65px;
}

/* 110% size */
@media (min-width: 1701px) and (max-width: 1919px) {}

/* Laptop L (120%) size */
@media (min-width: 1501px) and (max-width: 1700px) {}

/* Macbook screens size (1440x768) */
@media (min-width: 1401px) and (max-width: 1500px) {}

/* Laptop S/M (150%) sizes */
@media (min-width: 1200px) and (max-width: 1400px) {}

/* Tablet/iPad landscape mode */
@media (min-width: 901px) and (max-width: 1199px) {
	body .theme_grid_text h5, body .thema_grid_item .vc_column-inner h3 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	body #filters-sidebar {
		margin-top: unset;
	}

	body .has-inline-mobile-toggle #site-navigation.toggled {
		margin-top: 1.5em!important;
	}
	
	.mobile-menu-open header {
		height: 100dvh;
		overflow-y: auto;
	}

	.mobile-menu-open #sticky-navigation {
		height: 100dvh;
		overflow-y: auto;
	}
	
	.mobile-menu-open {
		overflow: hidden;
	}
	
	body .filters-button-container .wpc-filters-open-button-container {
		display: unset!important;
		margin: 0!important;
	}
	
	#filters-sidebar .filters-title {
		display: none;
	}
	#filters-sidebar .filters-description {
		display: none;
	}
	
	body .publication-date-filter {
		display: flex; 
		align-items: flex-start;
		margin-bottom: 0!important;
		justify-content: flex-start!important;
		flex-direction: column;
	}

	body .filters-button-container {
		display: flex;
		flex-direction: row;
		padding: 0 20px;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	body .nieuws-grid {
		flex-direction: column!important;
	}
	
	body .nieuws-image-container, body .nieuws-content, body .nieuws-image {
		width: 100%!important;
	}
	
	body .nieuws-content {
		margin-left: unset!important;
/* 		padding-right: unset!important; */
		padding-left: 20px;
		padding-right: 20px!important;
	}
	
	body .nieuws-image-container img {
		height: 100%!important;
		max-height: 300px!important;
		border-radius: 25px 25px 0 0!important;
	}
	
	body .nieuws-content-published-date {
		top: unset!important;
		bottom: 35px!important;
		font-size: 14px!important;
	}
	
	body .nieuws-content h2 {
		font-size: 22px!important;
		text-align: center;
	}
	
	body .nieuws-content-description {
		font-size: 14px!important;
		margin-bottom: 85px!important;
	}
	
	body .handige-links__card p {
		font-size: 14px!important;
	}
	
	body .nieuws-banner {
		margin-bottom: 75px!important;
	}
	
	body #load-more {
		font-size: 17px!important;
	}
	
	.nav__mobile {
		display: block!important;
		font-size: 18px!important;
	}
	
	.nav__mobile a {
		font-weight: 400!important;
		font-size: 18px!important;
	}
	
	.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
		display: none;
	}
}

/* Tablet/iPad portrait mode */
@media (min-width: 501px) and (max-width: 900px) {
	body .handige-links__wrapper h3 {
		font-size: 35px;
	}
	
	body #faq h4 {
		font-size: 22px;
	}
	
	body .faq__accordion .vc_toggle_title .vc_toggle_icon::before {
    	height: 2px;
    	width: 13px;
		background-color: #000!important;
	}

	body .faq__accordion .vc_toggle_title .vc_toggle_icon::after {
		height: 13px;
    	width: 2px;
		background-color: #000!important;
	}
	
	body .faq__accordion .vc_toggle_title .vc_toggle_icon {
		width: 30px;
		height: 30px;
	}
	
	body .idea_banner_btn a {
		padding: 20px 40px;
		font-size: 16px;
	}
	
	body .contact__header-wrapper-item-content-title {
		font-size: 16px;
	}
	
	body .contact__header-wrapper-item-content-text {
		font-size: 14px;
	}
	
	body .contact__header-wrapper-item-content-google-text {
		font-size: 14px;
	}
	
	body .contact__header-wrapper-vertical-line-wrapper {
		display: none;
	}
	
	body .contact h2 {
		font-size: 32px;
	}
	
	body .contact .contact__wrapper__text {
		font-size: 16px;
	}
	
	body .contact__wrapper form label {
		font-size: 16px;
	}
	
	body .contact__wrapper form .form__btn {
		margin: 0 auto;
		width: 100%;
	}

	body .contact__header-wrapper {
		flex-direction: column;
	}
	
	body .contact__header-wrapper-item-content {
		margin-bottom: 20px!important;
	}
	
	body .contact__header-wrapper-item {
		width: 100%;
	}
	
	body .contact__header-text {
		padding-bottom: 10px!important;
	}
	
	body .contact__inloopochtenden h2 {
		font-size: 32px;
	}
	
	body .contact__inloopochtenden p {
		font-size: 20px;
	}
	
	.site-header .header-image{
		width: 140px;
	}
	
	.landing_banner .landing_banner_text {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	
	body .theme_grid_text h5, body .thema_grid_item .vc_column-inner h3 {
		font-size: 22px;
	}
	
	body .thema_grid_item_heading {
		text-align: center;
		margin-bottom: 10px;
	}

	body .thema_grid_item_textwrapper {
		padding-left: 35px!important;
		padding-right: 35px!important;
	}
	
	body .home_text h2 {
		text-align: center;
		margin-bottom: 5px;
	}
	
	body .idea_banner_wrapper_row {
		flex-direction: column;
		align-items: center;
	}

	body .idea_banner_btn {
		min-height: 120px;
		width: 100%;
	}
	
	body .idea_banner_btn .vc_column-inner {
		align-items: center;
	}
	
	body .idea_banner_wrapper_text {
		width: 100%;
	}
	
	body .idea_banner_wrapper_text h2, body .idea_banner h2 {
		text-align: center;
	}
	
	body .footer-links {
		display: none;
	}
	
	body .email-submit {
		margin-left: unset;
		position: unset;
		margin-top: 20px;
		width: 100%;
	}
	
	body .copyright-bar-year {
		display: block;
    	margin-bottom: 15px;
    	font-weight: 500;
    	font-size: 16px;
	}

	body .footer-widgets-container {
		padding-bottom: 0;
	}
	
	.main-navigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input[type="search"], .main-navigation.sticky-navigation-transition .navigation-branding img {
		height: 90px;
	}
	
	body .empty_space {
		height: 20px!important;
	}

	body .over-ons_text {
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	.over-ons_bestuur_grid {
		display: flex;
		flex-wrap: wrap;
	}
	
	.over-ons_bestuur_grid .vc_row {
	  display: flex;
	  flex-wrap: wrap;
	  margin: -10px;
	}

	body .over-ons_bestuur_grid_odd {
		margin-top: unset!important;
	}
	
	body .over-ons_bestuur_grid_even {
		margin-top: unset!important;
	}
	
	.over-ons_bestuur_grid .wpb_column {
	  width: 50%;
	}

	.over-ons_bestuur_grid .wpb_column {
	  box-sizing: border-box;
	}

	.over-ons_bestuur_grid .wpb_column .vc_column-inner {
	  	display: flex;
	 	flex-direction: column;
	 	justify-content: center;
	 	align-items: center;
		margin-bottom: 20px;
	}

	body .over-ons_wat {
		padding-left: 24px!important;
		padding-right: 24px!important;
	}
}

/* Tablet/iPad portrait BIG mode (850x1024) */
@media (min-width: 701px) and (max-width: 900px) {
	body .theme_grid_text h5, body .handige-links__card h3 {
		font-size: 26px;
	}

}

/* Mobile general */
@media (max-width: 500px) {
	body .handige-links__wrapper h3 {
		font-size: 35px;
	}
	
	body #faq h4 {
		font-size: 22px;
	}
	
	body .faq__accordion .vc_toggle_title .vc_toggle_icon::before {
    	height: 2px;
    	width: 13px;
		background-color: #000!important;
	}

	body .faq__accordion .vc_toggle_title .vc_toggle_icon::after {
		height: 13px;
    	width: 2px;
		background-color: #000!important;
	}
	
	body .faq__accordion .vc_toggle_title .vc_toggle_icon {
		width: 30px;
		height: 30px;
	}
	
	body .idea_banner_btn a {
		padding: 20px 40px;
		font-size: 16px;
	}
	
	body .contact__header-wrapper-item-content-title {
		font-size: 16px;
	}
	
	body .contact__header-wrapper-item-content-text {
		font-size: 14px;
	}
	
	body .contact__header-wrapper-item-content-google-text {
		font-size: 14px;
	}
	
	body .contact__header-wrapper-vertical-line-wrapper {
		display: none;
	}
	
	body .contact h2 {
		font-size: 32px;
	}
	
	body .contact .contact__wrapper__text {
		font-size: 16px;
	}
	
	body .contact__wrapper form label {
		font-size: 16px;
	}
	
	body .contact__wrapper form .form__btn {
		margin: 0 auto;
		width: 100%;
	}

	body .contact__header-wrapper {
		flex-direction: column;
	}
	
	body .contact__header-wrapper-item-content {
		margin-bottom: 20px!important;
	}
	
	body .contact__header-wrapper-item {
		width: 100%;
	}
	
	body .contact__header-text {
		padding-bottom: 10px!important;
	}
	
	body .contact__inloopochtenden h2 {
		font-size: 32px;
	}
	
	body .contact__inloopochtenden p {
		font-size: 20px;
	}
	
	body .theme_grid_text a {
		font-size: 16px;
	}
	body .theme_grid_text h5, body .thema_grid_item .vc_column-inner h3, body .handige-links__card h3 {
		font-size: 26px;
	}
	
	body .thema_grid_item_heading {
		text-align: center;
		margin-bottom: 10px;
	}
	
	body .thema_grid_item_textwrapper {
		padding-left: 35px!important;
		padding-right: 35px!important;
	}
	
	.site-header .header-image{
		width: 140px;
	}
	
	.landing_banner .landing_banner_text {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	body .home_text h2 {
		text-align: center;
		margin-bottom: 5px;
	}
	
	body .idea_banner_wrapper_row {
		flex-direction: column;
		align-items: center;
	}
	
	body .idea_banner_btn {
		min-height: 120px;
		width: 100%;
	}
	
	body .idea_banner_btn .vc_column-inner {
		align-items: center;
	}
	
	body .idea_banner_wrapper_text {
		width: 100%;
	}
	
	body .idea_banner_wrapper_text h2, body .idea_banner h2 {
		text-align: center;
		font-size: 2rem;
	}
	
	body .footer-links {
		display: none;
	}
	
	body .email-submit {
		margin-left: unset;
		position: unset;
		margin-top: 20px;
		width: 100%;
	}

	body .copyright-bar-year {
		display: block;
    	margin-bottom: 15px;
    	font-weight: 500;
    	font-size: 16px;
	}
	
	body .footer-widgets-container {
		padding-bottom: 0;
	}
	
	body .idea_banner_wrapper {
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	
	.main-navigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input[type="search"], .main-navigation.sticky-navigation-transition .navigation-branding img {
		height: 90px;
	}

	body .empty_space {
		height: 20px!important;
	}
	
	body .over-ons_text {
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	
	.over-ons_bestuur_grid {
		display: flex;
		flex-wrap: wrap;
	}
	
	.over-ons_bestuur_grid .vc_row {
	  display: flex;
	  flex-wrap: wrap;
	  margin: -10px;
	}

	body .over-ons_bestuur_grid_odd {
		margin-top: unset!important;
	}
	
	body .over-ons_bestuur_grid_even {
		margin-top: unset!important;
	}
	
	.over-ons_bestuur_grid .wpb_column {
	  width: 50%;
	}

	.over-ons_bestuur_grid .wpb_column {
	  box-sizing: border-box;
	}

	.over-ons_bestuur_grid .wpb_column .vc_column-inner {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
		margin-bottom: 20px;
	}
	
	body .over-ons_wat {
		padding-left: 24px!important;
		padding-right: 24px!important;
	}
}

/* iPhone X en kleiner */
@media (max-width: 380px) {}