.mapboxgl-popup,
.mapboxgl-popup-content {
	cursor: pointer;
	border-radius: 20px !important;
}

.mapboxgl-popup img {
	border-radius: 20px 20px 0 0;
	width:100%;
}

.mapboxgl-popup {
	transform: translate(10px, 10px) !important;
	max-width: 20vw !important;
	width: 20vw !important;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}
.marker {
	background-color: transparent;
	background-image: url(https://dhg.nl/wp-content/uploads/2022/01/001-pin.svg);
	background-size: contain;
	width: 50px;
	height: 50px;
	/* border-radius: 50%; */
	cursor: pointer;
	transition: opacity .5s ease, top .5s ease !important;
	top: -25px !important;
}



.mapboxgl-popup-close-button {
	background-color: #fff !important;
	font-size: 1.2vw !important;
	transition: background-color .5s ease, color .5s ease;
	border-radius: 0 20px 0 0 !important;
}
.mapboxgl-popup-close-button:hover {
	background-color: #000 !important;
	color: #fff;
}


.mapboxgl-popup-tip {
	display: none !important;
}

.mapboxgl-popup-content {
	padding: 0 !important
}

.info_window_wrapper h3 {
	color: #000;
}

.marker.hidden {
	top: -50px !important;
	opacity: 0 !important;
}

#overview_google_map {
	height: 70vh;
	width: 100%;
}
.mapboxgl-control-container {
	display: none;
}

.tekst_onder_afbeelding_window {
	padding: 20px;
}

body {
	overflow-x: hidden !important;
}
.object-gary-page {
	opacity: 0;
}
#et-main-area {
	overflow: hidden;
}
/***************************/
/* Zoekbalk row en columns */
/***************************/
.grid {
	position: relative;
	margin-top: 0%;
	margin-left: -2%;
}
.zoekbalk-column-1 {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
}

/* ---- Knoppen en effecten ervan  ---- */
.button-group {
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-button {
	padding: 20px 0;
	margin: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #666;
	transition: color .5s ease;
	background: none;
	border: none;
	width: 100%;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.category-button::after,
.category-button.is-checked:hover::after {
	position: absolute;
	background-color: #000;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;	
	transition: transform .5s;
	transform: scaleX(0);
	transform-origin: right;
}
.category-button:hover::after,
.category-button.is-checked::after {
	transform: scaleX(1);
	transform-origin: left;
}
.is-checked, .category-button:hover {
	color: #000;
}

.filters {
	position: relative;
	width: 100%;
}

/* alle items */
.aanbod-item {
	width: 30%;
	margin-left: 3%;
	margin-bottom: 2%;
	cursor: pointer !important;
}
.aanbod_image_wrap {
	height: 30vh;
	width: 100%;
	overflow: hidden;
	transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
}
.aanbod_image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform .25s ease-in,
		-webkit-transform .25s ease-in;
	-webkit-transition: transform .25s ease-in;
	-webkit-transition: -webkit-transform .25s ease-in;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.aanbod_info {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	z-index: 5;
}
.aanbod_straat {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Poppins,sans-serif;
}
.aanbod_titel {
	font-weight: 300 !important;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
}
.aanbod-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.1);
	transition: background .25s ease;
}
.aanbod-item:hover .aanbod_image,
.aanbod-item:focus .aanbod_image {
	transform: scale(1.1);
}
.aanbod-item:hover .aanbod-overlay,
.aanbod-item:focus .aanbod-overlay {
	background: rgba(0,0,0,0.2);
}

.aanbod_smartlog_wrap {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 7vw;
	z-index: 9999;
}
.grid-adr-icon {
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 15%;
}

/*******************************/
/*   Gary Object styling       */
/*******************************/
.object-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.object-item, .object-bezichtiging {
	padding: 0 0 2px 0;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #666;
	transition: color .5s ease;
}
.object-item::after,
.object-item.active:hover::after {
	position: absolute;
	background-color: #000;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;	
	transition: transform .5s;
	transform: scaleX(0);
	transform-origin: right;
}
.object-item:hover::after,
.object-item.active::after {
	transform: scaleX(1);
	transform-origin: left;
}
.active, .object-item:hover {
	color: #000;
}
.object-nav-row {
	transition: top .5s ease;
}
.dhg-smartlog-img {
	width: 100px;
	margin-top: 1px;
	margin-right: 10px;
}
.object-gary-city,
.object-gary-category,
.object-gary-sqmt,
.object-sold-rented {
	padding-top: 0px;
	padding-bottom: 0px !important;
}
.dhg-adr-img {
	margin-left: 20px !important;
	margin-top: -18px;
	width: 75px;
	margin-right: 20px;
	margin-bottom: -18px;
}
sup {
	font-size: 60%;
}
.dhg-basic-info-column {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
}

.brochure-button-header {
	border: none !important;
}
.plaats-cat-module,
.plaats-sqm-module,
.plaats-titel-module,
.verkocht-verhuurd-module {
	border-right: none !important;
}
.plaats-cat-module,
.plaats-sqm-module,
.verkocht-verhuurd-module {
	border-left: 1px solid #000 !important;
}

@media(max-width:600px){
	.dhg-basic-info-column {
		justify-content: space-around;
	}
	.dhg-basic-info-column .et_pb_module {
		text-align: center;
		padding: 0px 10px !important;
	}

}

/* Override Divi */
@media(min-width: 981px){
	.verkocht-verhuurd-module {
		margin-bottom: 2.75% !important;
	}
}
@media(max-width: 980px){
	.verkocht-verhuurd-module {
		margin-bottom: 30px !important;
	}
}

/* m2 lowercase */
.object-gary-sqma,
.object-gary-sqmt {
	text-transform: lowercase;
}

/********************************/
/*        Slider in object     */
/********************************/
.gary-slider .swiper-container {
	width: 100%;
	height: 70vh;
}
.gary-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gary-slider .swiper-pagination {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700!important;
	font-size: 24px!important;
	color: #000000!important;
	margin-left: 100px;
	left: 0;
	width: auto;
	bottom: -70px;
}
.gary-slider .swiper-button-next:after, .gary-slider .swiper-button-prev:after {
	content: '';
}
.gary-slider .swiper-button-next, .gary-slider .swiper-button-prev {
	background-image: url(https://dhg.nl/wp-content/uploads/2021/03/arrow_right_alt-24px.svg);
	bottom: -87px !important;
	top: auto;
	width: 50px;
	background-size: 50px 50px;
}
.gary-slider .swiper-button-prev {
	right: 80px;
	left: auto;
	transform: rotate(180deg);
}

/********************************/
/*          read more           */
/********************************/
.read-more-button {
	cursor: pointer;
}
/********************************/
/*        Contact icons         */
/********************************/
.contact-buttons-module .et_pb_code_inner {
	display:flex;
}
.contact-icon-module-popup {
	float: left;
}
.mail-icon, .phone-icon, .mail-icon-popup, .phone-icon-popup {
	border: none !important;
	border-radius: 0 !important;
	padding: 20px !important;
}
.icon-wrap, .icon-wrap-popup {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.full-contact-info {
	right:0%;
}
.full-phone-info {
	left:-33%;
}
.full-contact-info {
	position: absolute;
	top: 0px;
	width: 175px;
	z-index: 1;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000;
	opacity: 0;
	visibility: hidden;
	padding: 18px 10px 18px 10px;
	border-radius: 50px;
}
.full-contact-info-popup {
	position: absolute;
	top: 0px;
	width: 175px;
	z-index: 1;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000;
	opacity: 0;
	visibility: hidden;
	padding: 18px 10px 18px 10px;
	border-radius: 50px;
}
/*************************/
/*        SVG MAP        */
/*************************/
.svg-map-row {
	visibility: hidden;
	opacity: 0;
}
.svg-map-row.svg-map-active {
	visibility: visible;
	opacity: 1;
}
.gary-link-knop.svg-map-active {
	display: none;
}

/********************************/
/*        object maps           */
/********************************/
#object_google_map {
	height:80vh !important;
	width:100% !important;
	overflow: hidden;
}
#object_google_map div[title="Main Marker"] {
	animation: pulsate 1s ease-in-out infinite;
	-moz-animation: pulsate 1s ease-in-out infinite;
	-webkit-animation: pulsate 1s ease-in-out infinite;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background: #000;
	z-index: 0 !important;
}
#object_google_map div[title="Main Marker"] img {
	display:none;
}
.aanbod_smartlog_infowindow_wrap {
	position: absolute;
	right: 125px;
	top: 15px;
}
.aanbod_smartlog_infowindow_wrap .smartlog_grid_icon {
	position: absolute;
	width: 110px;
}

/*******************************/
/*       Maps ipv Grid         */
/*******************************/
.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%) !important;
}
.maps-infowindow {
	width: 375px !important;
}
.info_window_meer_info p {
	margin-top: 30% !important;
	transform: translateY(-50%) !important;
}

/********************************/
/*        categorie-knop        */
/********************************/
.categorie-module {
	display: none !important;
}
/********************************/
/*    Banner Vekocht/Verhuurd   */
/********************************/
.aanbod_verkocht_verhuurd_false {
	display: none;
}
.aanbod_verkocht_verhuurd_true {
	display: block;
}

.aanbod_verkocht_verhuurd_true {
	position: absolute;
	top: 30px;
	left: -90px;
	background: #B3C7BE;
	font: 700 1em/1.4 Poppins;
	color: #fff;
	padding: 10px 35px;
	transform: rotate(-45deg);
	width: 280px;
	text-align: center;
	overflow: hidden;
	z-index: 15;
}
.aanbod_verkocht_verhuurd_map_svg {
	position: relative !important;
	top: -10vh;
	left: -95px;
	background: #B3C7BE;
	font: 700 1em/1.4 Poppins;
	color: #fff;
	padding: 10px 35px;
	transform: rotate(-45deg);
	width: 280px;
	text-align: center;
	overflow: hidden;
}
.mapsvg-auto-height,
.mapsvg-directory-item {
	overflow:hidden;
}

.aanbod_image_wrap {
	position: relative;
}

/********************************/
/*       Specificaties CSS      */
/********************************/
.spec-vink {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.spec-vink div {
	flex-basis: 50%;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.spec-vink .et-pb-icon {
	font-size: 32px;
	color: #2B2B2B;
}

/********************************/
/*       Id specifieke CSS      */
/********************************/

.sluisjesdijk-blurb-1 {
	display: none;
}
.gary-id-4506 .sluisjesdijk-blurb-1 {
	display: block;
}

.gary-id-4506 .et_pb_blurb_0,
.gary-id-4506 .default-blurb-9,
.gary-id-4506 .default-blurb-4 {
	display: none !important;
}



/********************************/
/*         Responsive           */
/********************************/
@media(min-width:1201px){
	.mapsvg-sidebar-left {
		display: block !important;
	}
}
@media(max-width:1200px){
	.aanbod-item {
		width: 45.333333333%;
	}
	.button-text-1,
	.button-text-2 {
		text-align: left !important;
		padding-left: 45px !important;
	}
	.gary-slider .swiper-container {
		height: 40vh;
	}
	.contact-buttons-module {
		top: 0px !important;
		right:-10% !important;
	}
	.contact-icon-module-0,
	.contact-icon-module-2 {
		position: absolute;
		top: 0;
		right: 0;
		transition: top .5s ease;
	}
	.et_pb_sticky--top .contact-icon-module-0 {
		top: 70px !important;
	}
	.et_pb_sticky--top .contact-icon-module-2 {
		top: 140px !important;
	}
	#gary-back-button {
		left:10px !important;
	}
	.gary-slider .swiper-pagination {
		margin-left:20px;
	}
	.gary-slider .swiper-button-next,
	.gary-slider .swiper-button-prev {
		bottom:-80px;
	}
	.button-arrow-img {
		left:-10px;
	}
	.aanbod_smartlog_wrap {
		width: 16vw;
	}

	.adr-logo-module,
	.object-nav-module,
	#gary-back-button {
		display: none;
	}

	#object-page-header {
		min-height: 50vh;
	}

	#headerTopRow {
		padding-top: 20vh;
	}
	.dhg-basic-info-column {
		justify-content: flex-start;
	}
	#object-page-info-0 {
		padding-top: 50px !important;
	}



	.mapboxgl-popup {
		max-width: 40vw !important;
		width: 35vw !important;
	}
	.mapboxgl-popup-close-button {
		font-size: 3.2vw !important;
	}





	.gary-column {
		transition: margin-top .5s ease;
	}
	.categorie-module {
		display: block !important;
		margin-top: 15px;
	}
	.button-arrow-img.category {
		width: 45px;
		left: 0;
		top: -7px;
	}
	.button-arrow-img {
		transition: transform .5s ease;
		transform: rotate(0);
	}
	.button-arrow-img.active {
		transform: rotate(90deg);
	}
	.button-group {
		display: block;
		transition: transform .5s ease;
		transform-origin: top center;
		transform: scale(1, 0);
	}
	.button-group.active {
		transform: scale(1, 1);
	}
	.dropdown-closed .filters .ui-group {
		height:0;
	}






}
@media(max-width:600px){
	
	#omschrijving {
		padding-top: 50px !important;
	}
	#object-page-info-0 {
		padding-top: 0px !important;
	}

	.aanbod_straat {
		font-size: 17px !important;
	}
	.aanbod_titel {
		font-size: 15px !important;
	}



	.dhg-basic-info-column .et_pb_module {
		margin-bottom: 10px !important;
	}
/* 	.verkocht-verhuurd-module, */
	.plaats-sqm-module {
		border-left: none !important;
	}
	.plaats-cat-module {
		border-left: 1px solid #000 !important;
		border-right: 1px solid #000 !important;
	}
	.object-gary-city, .object-gary-category, .object-gary-sqmt {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.object-nav-module {
		display:none!important;
	}
	.contact-buttons-module {
		top: 20px !important;
	}
	.aanbod-item {
		width: 100% !important;
		margin-left: 1% !important;
	}

	.mapboxgl-popup {
		max-width: 60vw !important;
		width: 60vw !important;
	}
	
	
	.mapboxgl-popup-close-button {
		font-size: 5.2vw !important;
	}
	.aanbod_smartlog_wrap {
		top: 10px;
		right: 10px;
		width: 30vw;
	}

	.dhg-basic-info-column {
		margin-left: -10px;
	}
	
	.spec-vink div {
		flex-basis: 100%;
		justify-content: center;
	}
	
}



/********************************/
/*          Keyframes           */
/********************************/
@keyframes pulsate {
	from {
		-moz-transform: scale(0.3);
		opacity: 1;
	}

	95% {
		-moz-transform: scale(1.5);
		opacity: 0;
	}

	to {
		-moz-transform: scale(0.3);
		opacity: 0;
	}
}
@-moz-keyframes pulsate {
	from {
		-moz-transform: scale(0.3);
		opacity: 1;
	}
	95% {
		-moz-transform: scale(1.5);
		opacity: 0;
	}
	to {
		-moz-transform: scale(0.3);
		opacity: 0;
	}
}
@-webkit-keyframes pulsate {
	from {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	95% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(0.3);
		opacity: 0;
	}
}