.google_maps_iframe{
    overflow: clip;
}

.google_maps_iframe iframe,
.google_maps_iframe .webton-google-map{
	width: 100% !important;
	max-height: 75vh !important;
    display: block;
}

.google_maps_iframe .webton-google-map{
    height: 450px;
}

.webton-google-map-marker{
    align-items: center;
    display: flex;
    gap: 12px;
    pointer-events: auto;
    position: absolute;
    transform: translate(-12px, -49.5px);
}

.webton-google-map-marker__pin{
    color: #00c2df;
    display: block;
    flex: 0 0 auto;
    height: 36px;
    width: 24px;
}

.webton-google-map-marker__pin svg{
    display: block;
    height: 100%;
    width: 100%;
}

.webton-google-map-marker__info{
    align-items: flex-start;
    background-color: #fff;
    border-radius: 2px;
    color: #001b72;
    display: flex;
    flex-direction: column;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-variation-settings: "opsz" 14;
    font-weight: 500;
    min-height: 63px;
    justify-content: center;
    line-height: 1.3;
    max-width: min(260px, calc(100vw - 72px));
    padding: 11px 19px;
    width: max-content;
}

.google_maps_volledige_breedte{
    padding-block: 0 !important;
}

.google_maps_volledige_breedte .container{
	max-width: none;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

@media (max-width:767px)
{		
	.google_maps_iframe iframe,
	.google_maps_iframe .webton-google-map{
		max-height: 50vh !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.google_maps_iframe iframe,
	.google_maps_iframe .webton-google-map{
		max-height: 50vh !important;
	}
}
