/*
Theme Name: G’oud
Theme URI: https://site.com
Author: G’oud
Author URI: https://site.com
Description: G’oud theme
Version: 1.0
Text Domain: G’oud
*/
@media (min-width: 768px) {
.hero .col-12.col-md-6:last-child {
    align-content: center;
    margin-top: -50px;
}
}

/* Verberg de SVG als het pattern-image leeg of afwezig is */
svg:has(pattern image[href=""]),
svg:has(pattern image:not([href])) {
  height: 130px;
}

.page-template-page-contact-php svg:has(pattern image[href=""]), .page-template-page-contact-php svg:has(pattern image:not([href])) {
    height: 0;
}

.page-template-page-contact-php .hero p {
    margin-bottom: 10px;
}

.homepage-news a.button-more.interviewsblogs {
    max-width: 260px;
}

.employees-block .employees-list {
	flex-wrap: wrap;
	gap: 50px;
}

.employees-block .employees-list > a {
	width: calc(33.3% - 34px)
}

.employees-block .employees-list > a h3 {
	font-size: 1.25rem;
	font-weight: 500;
	font-family: "Inter", sans-serif;
}

.employees-block .employees-list > a img {
	border-radius: 50%;
}

.employees-block .employees-list > a .info {
	margin: 1rem 0 0 0;
}

.asr-filter-div--news.asr-filter-div {
	max-width: 100%;
	margin: 20px auto;
}

.home .homepage-news h2 {
 color:#0a4d86;
}

.asr-filter-div--news.asr-filter-div .accordion-filter {
	    flex-wrap: nowrap;
}

.asr-filter-div--news.asr-filter-div .filters--projecten .dropdown__head {
	min-width: 280px;
}

.filters--projecten .dropdown__head p span {
	font-size: 16px !important;
}

#asrafp-filter-result {
	flex-grow: 1;
}
.homepage-themas--link {
	max-width: 500px;
    margin: 0 auto;
    display: block;
	width: 100%;
}

.kernbestuur {
    grid-gap: 50px;
}

.am_ajax_post_grid_wrap {
	display: flex;
}

.asr-filter-div {
	max-width: 300px; 
    flex-shrink: 0;
}

.fieldset.accordion__item > p {
	font-size: 1rem;
}



.asr-filter-div {
	padding-bottom: 30px;
}

.filters--projecten {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 100;
	align-items: center;
	column-gap: 5px;
}

.accordion-filter {
	flex: 1;
	display: flex;
	column-gap: 5px;
	row-gap: 20px;
	flex-wrap: wrap;
}

fieldset.accordion__item {
	position: relative;
	padding: 0;
	margin: 0;
   min-width: 150px;
	border: 0;
	width: 100%;
}



.filters--projecten .dropdown {
	margin-right: 0px;
	position: relative;
	z-index: 2;
	border-radius: 40px;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-style: solid;
	transition: 0.5s;
}


.filters--projecten .dropdown:hover {
	border-color: #0a4d86;
}

.filters--projecten .dropdown:focus {
	border-color: #0a4d86;
}

.filters--projecten .d-md-none {
	display: none !important;
}

.filters--projecten .plus-minus-icon {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 25px;
	top: 25px;
}

.filters--projecten .dropdown__head {
	position: relative;
	cursor: pointer;
	padding: 12px 13px 12px 23px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	padding-right: 50px;

}

.filters--projecten .dropdown__head svg {
	width: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.filters--projecten .dropdown__head p {
	line-height: 1.1;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 0;
	overflow: hidden;
}


.filters--projecten .dropdown__head:after{
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 13px;
   height: auto;
	transition: all .15s linear;
}

.filters--projecten .collapse:not(.show) {
	display: none;
}


.filters--projecten .sabmit-projecten {
	display: flex;
	align-items: self-end;
}



.filters--projecten  .collapse.collapse--md {
	display: block;
	height: auto !important;
}

.filters--projecten .dropdown__body {
	position: absolute;
	padding: 19px 18px 17px 17px;
	top: 100%;
	min-width: 200px;
	margin-top: 15px;	
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(7, 53, 74, 0.40);
	border-radius: 5px;
	transition: all .2s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 50;
	width: 100%;
}

.filters--projecten .dropdown__body label {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 10px;
}

.filters--projecten .dropdown__body label:hover {
	color: #0a4d86;
}

.filters--projecten .dropdown__body .filter__row:nth-last-child(1) label {
	margin-bottom: 0;
}

.filters--projecten .dropdown__body label:hover, .filters--projecten .dropdown__body label:focus {
	color: #0a4d86;
}

.filters--projecten .filter__row {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: flex;
}

.filters--projecten .filter__sub {
	margin-left: 9px;

}

.filters--projecten .dropdown--open .dropdown__body {
	opacity: 1;
	visibility: visible !important;
}

.filters--projecten  .dropdown--open .dropdown__head:after {
	transform: rotate(-180deg);
}


.filters--projecten .dropdown-overlay {
	position: fixed;
	left: 0;
	z-index: -1;
	top: 0;
	width: 100%;
	max-width: 100vw;
	max-height: 100vh;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}


.filters--projecten .dropdown-overlay--active {
	opacity: 1;
	z-index: 2;
	visibility: visible;
}

.filters--projecten .filter__clear {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-decoration-line: underline !important;
	cursor: pointer !important;
	color: #0a4d86 !important;
	opacity: 0;
   pointer-events: none;
}

.filters--projecten .filter__clear.filter-on {
	opacity: 1;
   pointer-events: auto;
}

.filters--projecten .filter-input, .filters--projecten  .filter-input-all{
	position: absolute !important;
	opacity: 0;
}

.custom-checkbox [type=checkbox]:not(:checked)+label:before, .custom-checkbox [type=checkbox]:checked+label:before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: calc(50% + 1px);
	width: 20px;
	height: 20px;
	border: 1.5px solid #777777;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.custom-checkbox [type=checkbox]:not(:checked)+label:hover:before, .custom-checkbox [type=checkbox]:checked+label:hover:before, .custom-checkbox [type=checkbox]:not(:checked)+label:focus:before, .custom-checkbox [type=checkbox]:checked+label:focus:before {
	border-color: #0a4d86;
}

.custom-checkbox [type=checkbox]:not(:checked)+label, .custom-checkbox [type=checkbox]:not(:checked)+label, .custom-checkbox [type=checkbox]:checked+label {
	position: relative;
	padding-left: 0px;
	padding-right: 35px;
	width: 100%;
	
}

.custom-checkbox [type=checkbox]:not(:checked)+label:focus {
	color: #777777;
}


.custom-checkbox [type=checkbox]:not(:checked)+label:after {
	opacity: 0;
}

.custom-checkbox [type=checkbox]:not(:checked)+label:after, .custom-checkbox [type=checkbox]:checked+label:after {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	left: auto;
	right: 0px;
	font-size: 13px;
	line-height: .8;
	transition: background .2s;
	width: 20px;
	border-radius: 2px;
	color: #fff;
	height: 20px;
	background: url('./img/chek.svg') center no-repeat #0a4d86;
}

.custom-checkbox [type=checkbox]:not(:checked)+label:hover:after, .custom-checkbox [type=checkbox]:checked+label:hover:after, .custom-checkbox [type=checkbox]:not(:checked)+label:focus-visible:after, .custom-checkbox [type=checkbox]:checked+label:focus-visible:after {
	background: url('./img/chek.svg') center no-repeat #0a4d86;
}

.custom-checkbox [type=checkbox]:checked+label:after {
	opacity: 1;
}

.filters--projecten  .dropdown--open {
	z-index: 3;
}


.filters--projecten__trigger {
	display: flex;
	border-radius: 42.982px;
	border: 2px solid #002756;
	padding: 8px 27px 8px 27px;
	font-size: 11.875px;
	font-style: normal;
	font-weight: 700;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 0.594px;
	width: 100%;
	max-width: 277px;
	min-width: 250px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.filters--projecten__trigger span {
	font-size: 11.875px;
	line-height: 11px;
	font-weight: 700;
	color: #002756;
}


.filters--projecten__mbtn, .filter-gallery__mbtn {
	display: none;
}

.filter-gallery__mbtn .filter__clear {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-decoration-line: underline !important;
	cursor: pointer !important;
	color: #0a4d86 !important;
	margin-left: 15px;
	opacity: 0;
   pointer-events: none;
}

.filter-gallery__mbtn .filter__clear.filter-on {
	opacity: 1;
   pointer-events: auto;
}



#am_posts_navigation_init {
	display: flex;
   justify-content: center;
	padding-top: 30px;
}

#am_posts_navigation_init > * {
	padding: 0 10px;
	font-size: 1.05rem;
	color: rgb(0, 0, 0);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
}

#am_posts_navigation_init > a:hover {
	text-decoration: underline;
	color: #0a4d86;
}

#am_posts_navigation_init a {
	text-decoration: none;
}

#am_posts_navigation_init span {
	border-radius: 50%;
	background-color: rgb(208, 237, 244);
}


@media (max-width: 1024px) {
	.am_ajax_post_grid_wrap {
		display: flex;
    flex-direction: column;
	}
	
	
	.employees-block .employees-list {
		 flex-direction: row;
	} 
	
	.asr-filter-div--news.asr-filter-div .accordion-filter {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.asr-filter-div--news.asr-filter-div .accordion-filter  fieldset.accordion__item {
		max-width: 300px;
	}
}

@media (max-width: 767px) {
	.employees-block .employees-list {
		 flex-direction: column;
	} 
	
	.employees-block .employees-list > a {
		width: 100%;
		text-align: center;
		
	}
	
	.hero {
		    clip-path: ellipse(137% 67% at 51% 27%) !important;
	}
	
	.partners {
    clip-path: ellipse(542% 65% at 48% 65%) !important;
}
	
	.employees-block .employees-list > a img {
		max-width: 350px;
		margin: 0 auto;
	}
	    .submenu-toggle {
        color: #084375;
        margin-left: 15px;
        font-size: 16px;
        position: relative;
        bottom: 5px;
    }
	 
}
.homepage-top .homepage-top-inner h1 {
        font-weight: 400 !important;
    }








