#body .topheader{
	height: 90px;
	box-shadow: 0px 3px 6px #00000029;
	z-index: 200000;
}

#body .topheader  .elementor-widget-theme-site-logo{
	flex-grow: 10;
	text-align: left;
}
#body .topheader  .elementor-widget-theme-site-logo img{
	width: 120px;
}
#body .topheader .elementor-nav-menu--main ul.elementor-nav-menu li a {
	display: flex;
	flex-direction: column;
	padding: 8px 30px;
	font-family: Barlow, sans;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #024959;
	font-weight: 400;

}
#body .topheader .elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item-active::after{
	content:"";
	border-bottom: 2px solid #024959;
	display: block;
	position: relative;
	bottom: -10px;
	width: 100%;
}

.elementor-widget-theme-post-title h1{
	margin-top: 20px;
}
body .elementor-widget-theme-post-content a,
body .flexible-content p a{
	color: #024959;
	text-decoration: underline;
}
#body .elementor-widget-theme-post-content h3,
#body .flexible-content h3{
	font-size: 22px;
	color: #000000;
}
.white-container{
	background-color: #FFFFFF;
}
.blue-container{
	background-color: #EDF2F3;
}
.list-container{
	padding: 30px 0px;
}
#body h1{
	font-family: Barlow, sans;
	font-weight: 500;
	font-size: 44px;
	line-height: 53px;
	letter-spacing: 0px;
	color: #024959;
}
#body h2{
	font-weight: 500 !important;
	margin-bottom: 34px;
	font-family: Barlow, sans;
	/*font-size: 32px;*/
	font-size: 36px;
	/*line-height: 38px;*/
	line-height: 43px;
	letter-spacing: 0px;
	margin-bottom: 20px;	
}
#body  .list-container .elementor-button{
	margin-top: 20px;
}
#body  .list-container h2{

}


#body h3, 
#body h4{
	font-family: Barlow, sans;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0px;
}
#body .elementor-button {
	display: flex;
	align-items: center;
	border: none;
	background: #BF5B05;
	color: #FFFFFF;
	padding: 7px 37px 7px 15px;
	position: relative;
	border-radius: 6px;
	font-family: Barlow, sans;
	font-size: 24px;
	line-height: 29px;
	height: 51px;
	width: fit-content;
	box-sizing: border-box;	
	font-weight: 500;
}
#body .elementor-button::after {
	content: "";
	background-image: url('../images/icon_pijl.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 15px;
	right: 14px;
}
#body .medium-button .elementor-button{
	font-size: 18px;
	line-height: 22px;
	padding: 7px 35.5px 7px 15px;
	height: 41px;
}
#body .medium-button .elementor-button::after{
	width: 9px;
	height: 17px;
	top: 11.5px;
	right: 11.5px;
}
#body .small-button .elementor-button{
	font-size: 14px;
	line-height: 17px;
	padding: 7px 32px 7px 12px;
	height: 34px;
}
#body .small-button .elementor-button::after{
	width: 13px;
	height: 13px;
	top: 10.5px;
	right: 10.5px;
}
#body .mini-button .elementor-button{
	font-size: 11px;
	line-height: 14px;
	padding: 7px 26px 7px 12px;
	height: 29px;
}
#body .mini-button .elementor-button::after{
	width: 11px;
	height: 11px;
	top: 9px;
	right: 8.5px;
}
#body .transparent-button .elementor-button{
	border: 2px solid #024959;
	color: #024959;
	background-color: transparent;
}
#body .blue-button .elementor-button{
	background-color: #024959 ;
}
#body .transparent-button .elementor-button::after{
	background-image: url('../images/icon_pijl_donker.svg');
}
#body .readmore .elementor-button{
	padding: 0px;
	background: transparent;
	font-size: 14px;
	color: #024959;
	text-align: right;
	display: block;
}

#body .readmore .elementor-button::after{
	display: none;
}
body#body .breadcrumb-container{
	padding: 15px 0px 20px;
	align-items: center;
}


body#body .back-button .elementor-button{
	padding: 7px 12px 7px 32px;
	margin-right: 20px;
}
body#body .back-button .elementor-button::after{
	left: 10.5px;
	right: auto;
	transform: rotate(180deg);
}
#body .elementor-widget-breadcrumbs{
	font-family: Barlow, sans;
	font-size: 14px;
	line-height: 17px;
	color: #024959;
}
#body .elementor-widget-breadcrumbs a{
	color: #024959;
}
body#body .elementor-widget-share-buttons{
	padding: 15px 0px 20px;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	color: #024959;
}
#body .background-contain, .background-cover {
	background-position: 50%;
	background-repeat: no-repeat;
}
#body .background-cover {
	background-size: cover;
}
#body .background-contain {
	background-size: contain;
}

body#body.facetwp-loading,
body#body.facetwp-loading a,
body#body.more-properties-loading,
body#body.more-properties-loading a,
body#body.search-loading,
body#body.search-loading a,
body#body.search-loading button,
body#body.search-loading input {
	cursor: wait;
}


/** CSS for ACF-repeater accordion from [acf-repeater-accordion] shortcode */
ul.repeater-accordion {
}
ul.repeater-accordion > li {
	list-style: none;
	padding-top: 24px;
	padding-bottom: 32px;
	border-bottom: 1px solid #C0C0C0;
}
ul.repeater-accordion > li > h3 {
	position: relative;
	padding-right: 15px;
	margin-bottom: 0px;
}
ul.repeater-accordion > li > h3:before, ul.repeater-accordion > li > h3:after {
	background-color: #2D030D;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 2.5px;
	content: "";
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateY(-50%);
	border-radius: 10px;
}
ul.repeater-accordion > li > h3:after {
	transform: translateY(-50%) rotate(90deg);
}
ul.repeater-accordion > li > div {
	max-height: 0px;
	overflow: hidden;
	transition: 0.3s;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0px;
}
ul.repeater-accordion > li.active-item > h3:after {
	transform: rotate(0deg);
}
ul.repeater-accordion > li.active-item > div	{
	padding-top: 40px;
	padding-bottom: 8px;
	max-height: 500px;
}

/** CSS for header search form */
#body {
	position: relative;
}
#body div.elementor-location-header {
	position: relative;
	z-index: 1000001;
	background-color: white;
}
#wpadminbar {
	z-index: 1000010;
}
#body #search-button {
	background: none;
	padding: 0px;
}
#body #search-button:after {
	content: none;
}

.search-layover {
	display: none;
}
body.search-open .search-layover {
	display: block;
}
body > .overlay {
	display: none;
}
body.search-open > .overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	opacity: 0.5;
	z-index: 100000;
	background-color: #808080;
}
.search-layover .search-layover-content {
	position: absolute;
	left: 25%;
	width: 50%;
	z-index: 100001;
	box-sizing: border-box;
	padding: 35px 50px;
}
.search-open.with-search-results .search-layover .search-layover-content {
	left: 50%;
	background-color: white;	
}
.search-layover form {
	display: flex;
	border: 2px solid #024959;
	border-radius: 14px;	
	overflow:hidden;
/*	position: relative; */
}


.search-layover form input[type="text"] {
	font-family: Barlow, sans;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
	height: 70px;
	box-sizing: border-box;
	border: none;
	border-radius: 0px;		
}
.search-layover form input[type="text"]::placeholder {
	font-style: italic;
	color: #787878;
}
.search-layover form .fcomplete-wrap {
	top: 110px;
	margin-left: 12px;
	padding-right: 38px;
	box-sizing: content-box;
}
.search-layover form input[type="submit"] {
	font-size: 0px;
	width: 70px;
	height: 70px;
	border: none;
	background-image: url('../images/icon_search_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	padding: 0px;
	background-color: #BF5B05;
	border: none;
	border-radius: 0px;	
}
.search-layover .close-button {
	display: flex;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border: none;
	font-size: 30px;
	color: #024959;
	align-items: center;
	justify-content: center;
	padding: 0px;
	z-index: 3;
}
.search-layover .close-button:focus,
.search-layover .close-button:hover{
	background-color: transparent;
	color: #BF5B05;
}

.search-layover  .search-results ul{
	list-style: none;
	padding: 0px;
}
.search-layover  .search-results h2{
	font-family: Barlow, sans;
	font-size: 32px;
	line-height: 26px;	
	letter-spacing: 0px;
	color: #000000;	
	margin-top: 40px;
}
.search-layover  .search-results ul > li > ul > li:first-child{
	border-top:1px solid #B1B1B1;
}
.search-layover  .search-results ul > li > ul > li{
	display: flex;
	column-gap: 30px;
	padding: 15px 0px;
	border-bottom: 1px solid #B1B1B1;
}

.search-layover  .search-results ul > li > ul > li .searchresult-image{
	width: 253px;
	min-width: 253px;
}
.search-layover  .search-results ul > li > ul > li .searchresult-image img{
	width: 253px;
	aspect-ratio: 4 / 3; 
	border-radius: 14px;
}
#body .search-layover  .search-results ul > li > ul > li .searchresult-info h3{
	font-family: Barlow, sans;
	font-size: 32px;
	line-height: 38px;	
	letter-spacing: 0px;
	color: #024959;	
	margin-top: 0px;
	margin-bottom: 10px;
	width: 385px;
}
#body .search-layover  .search-results ul > li > ul > li .searchresult-info h3 a{
	color: #024959;	
}
.search-layover  .search-results ul > li > ul > li .searchresult-info{
	width: 100%;	
}

.search-layover  .search-results ul > li > ul > li .searchresult-info .searchresult-excerpt{
	max-height: 84px;
	width: 385px;	
}
.search-layover  .search-results ul > li > ul > li .searchresult-info .searchresult-excerpt .address{
	display: block;
	margin-bottom: 21px;
}
.search-layover  .search-results ul > li > ul > li .searchresult-info,
.search-layover  .search-results ul > li > ul > li .searchresult-info p{
	font-family: Barlow, sans;
	font-size: 18px;
	line-height: 21px;
}

.search-layover  .search-results ul > li > ul > li .searchresult-info .small-button{
	display: flex;
	justify-content: flex-end;	
}
.search-layover  .search-results .load-more-searchresults-row{
	display: flex;
	justify-content: flex-end;	
	border-bottom: 0px;
}

body#body .images-gallery-layover .close-button:after {
	content: 'X';
	font-size: 25px;
}


/** CSS to initially display Elementor search-form as search-button */
.e-search {
	position: relative;
}

#body .topheader .elementor-widget-search .e-search .e-search-submit{
	background-color: transparent;
	padding: 0px;
	margin:0px;
}
#body .topheader .elementor-widget-search .e-search .e-search-submit svg{
	width: 25px;
}

body#body .topheader .e-search .e-search-input-wrapper {
	position: absolute;
	right: 100%;
	z-index: 3;
	width: 400px;
	height: 100%;
	display: none;
}
body#body .topheader .e-search.search-active .e-search-input-wrapper {
	display: flex;
}

/* footer */
#body .elementor-location-footer h3{
	font-family: Barlow, sans;
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	margin: 0px 0px 8px;
}
#body .elementor-location-footer .blue-container{
	padding: 24px 0px;
}
#body .elementor-location-footer .elementor-nav-menu--main ul li{
	margin-bottom: 8px;
}
#body .elementor-location-footer .elementor-nav-menu--main ul li a:hover{
	color: #BF5B05;
}
#body .elementor-location-footer .elementor-nav-menu--main ul li a{
	padding: 0px;
	font-family: Barlow, sans;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	margin: 0px;
}
#body .elementor-location-footer .elementor-nav-menu--main ul li a::after{
	display: none;
}
#body .elementor-location-footer .elementor-social-icons-wrapper .elementor-grid-item{
	width: 40px;
}
#body .elementor-location-footer .white-container{
	padding: 16px 0px;
	font-family: Barlow, sans;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;	
}
#body .elementor-location-footer .white-container a{
	color: inherit;
}
#body .elementor-location-footer .white-container a:hover{
	color: #BF5B05;
}

body#body a.dotdotdot-readmore,
body#body a.dotdotdot-readless {
	display: none;
}
body#body div.ddd-truncated + a.dotdotdot-readmore,
body#body div.ddd-truncated + * > a.dotdotdot-readmore,
body#body div.dotdotdot-expanded + a.dotdotdot-readless,
body#body div.dotdotdot-expanded + * > a.dotdotdot-readless {
	display: block;
	cursor: pointer;
}

body#body .mapboxgl-popup-close-button {
	padding: 0px;
	border: 0;
	margin-right: 5px;
	font-size: 24px;
	line-height: 29px;
	font-family: Barlow, sans;
	color: #024959;
}
body#body .mapboxgl-popup-close-button:hover {
	background-color: transparent;
	color: #BF5B05;
}
.info-table{
	background-color: #EDF2F3;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}
#body .info-table h4 {
	font-family: Barlow, sans;
	font-weight: 600;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #024959;
}
.info-table dl {
	display: grid;
	grid-template-columns: 200px 1fr;
	column-gap: 20px;
}
.info-table dl dt {
	margin: 0px;
	grid-col-start: 1;
}
.info-table dl dd {
	margin: 0px;
}
.info-table dl dd::first-letter {
	text-transform: uppercase;
}
/** info-table met lijntjes (voor bijv. lijsten kenmerken van properties/projecten) */
.info-table.info-table-new{
	background-color: transparent;
	border-radius: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}
.info-table-new dl{
	grid-template-columns: 270px 1fr;
	column-gap: 0px;
}
.info-table-new dt,
.info-table-new dd{
	border-bottom: 1px solid #B1B1B1;
	padding-top: 10px;
	padding-bottom: 15px;
}
.info-table-new dt{
	color: #707070;
	padding-right: 20px;
}

/** info-table die initieel maar 3 items toont */
.info-table-truncated dl dt:nth-of-type(n+4),
.info-table-truncated dl dd:nth-of-type(n+4) {
	display: none;
}

.info-table-readless,
.info-table-readmore {
	cursor: pointer;
}
.info-table-new .elementor-button{
	margin-top:20px;
	margin-left: auto;
}
body#body .info-table-truncated .info-table-readless,
body#body .info-table-expanded .info-table-readmore {
	display: none;
}
