.map_popupcontainer{
	position:absolute;
	left:400px;
	top:300px;
	width:680px;
	height: 340px;
	background-color: white;
    z-index:12;
    display: none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.sub_contentDragObject{
	position:absolute;
	width:320px;
	height:180px;
	overflow-x: hidden;
	overflow-y: auto;
}

::-webkit-scrollbar{
    width: 10px;
}
    
/* Track */
::-webkit-scrollbar-track{
    width:10px;
}
   
/* Handle */
::-webkit-scrollbar-thumb{
	background:  #A5502D;
    width: 10px;
    border-radius: 5px;
}



.sub_pop_introtext{
    width:290px;
    font-family: firaSansMedium;
    font-size:10px;
    line-height: 12px;
    color:#00325F;
    margin-bottom:14px;
}

.sub_pop_text{
    width:290px;
    font-family: firaSansRegular;
    font-size:9px;
    line-height: 11px;
    color:#00325F;	
    padding-bottom:20px;
}

.sub_pop_gradient{
    position: absolute;
    width: 290px;
    height: 50px;
    left: 0;
    bottom: 0;
	background-image:url('../images/readMoreGradient.png');
	display:none;
	pointer-events:none;
}

.map_pop_closebutton{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image:url('../images/sub_closebutton.png');
    background-size: contain;
    z-index:10;
}

.map_popup_photo{
	position:absolute;
	width:340px;
	height: 340px;
	background-image:url('../images/subpopup_photo.png');
    background-size: contain;
}

.map_popup_content{
    position:absolute;
    left:340px;
	width:340px;
	height: 340px;
    display: flex;
    flex-direction: column;
}

.map_popup_title{
    padding-top: 10px;
    padding-left: 16px;
    width:270px;
    height: auto;
    font-family: firaSansBold;
    font-size:27px;
    color:#00325F;
}

.map_popup_subtitle{
    padding-top: 5px;
    padding-left: 16px;
    width:300px;
    height: auto;
    font-family: firaSansMedium;
    font-size:16px;
    color:#0078A0;
}

.map_pop_distance_container{
    width:300px;
	height: 30px;
    padding-top:5px;
    padding-left: 16px;

	background-repeat: no-repeat;
    background-size:18px 15px;
}

.map_pop_distance_icon{
    position: relative;
    top:0;
    left:0;
    width:36px;
	height: 30px;
    background-size: 18px 15px;
    background-position-y: 8px;
	background-image:url('../images/map_pop_distance_icon_0.png');
	background-repeat: no-repeat;
}

.map_pop_distance{
    padding-top: 8px ;
    padding-left:35px;
    width: 200px;
    height: 30px;
    line-height: 16px;
    font-family: firaSansMedium;
    font-size: 10px;
    color: #A5502D;
}

.map_contentFrameContainer{
    padding-left: 16px;
    padding-top:14px;
	width:320px;
	height:180px;
	overflow:hidden;
}

.map_pop_meerinfo{
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: auto;
    height: 40px;
    padding: 9px 15px 9px 17px;
    font-family: firaSansMedium;
    font-size: 9px;
    line-height: 20px;
    text-align: right;
    color: white;
    background-color: #0078a0;
}

.map_pop_qr_frame{
    position:absolute;
    right:-40px;
    top:278px;
    width:80px;
    height: 125px;
    background-image:url('../images/main_qr_icon.png');
    background-size:contain;
    background-repeat: no-repeat;
}
.map_pop_qr{
    position:absolute;
    right: 20px;
    bottom: 42px;
    width: 40px;
    height: 40px;
    background-image:url('../images/qr_bezoekerscentrum.png');
	background-size:contain;
	background-repeat: no-repeat;
}
