/* ---- FRONT-END ---- */
#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper {
	display: flex;
}

#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-map-container {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 50%;
	max-width: 50%;
	align-items: stretch;
}

#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-content-container {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 8.33333%;
} 

#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-content-container h2.hbn-googlemaps-titel-tekst-title {
	font-family: 'Averta Bold';
	font-size: clamp( 28px, 2.7350vw, 32px);
	color: #272049;
	margin-bottom: 30px;
	margin-top: 0;
}

#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-content-container .hbn-googlemaps-titel-tekst-content p:last-of-type {
	margin: 0;
}


/* ---- PREVIEW ---- */
#hbn-googlemaps-titel-tekst-wrapper {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}



@media(max-width: 767px) {
	#hbn-googlemaps-titel-tekst-wrapper {
		margin-bottom: 35px!important;
	}
	
	#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper {
		display: flex;
		flex-direction: column;
	}
	
	#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-map-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: stretch;
	}
	
	#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-content-container {
		position: relative;
		top: -10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 35px;
	} 
	
	#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-content-container h2.hbn-googlemaps-titel-tekst-title {
		font-family: 'Averta Bold';
		font-size: clamp( 28px, 2.7350vw, 32px);
		color: #272049;
		margin-bottom: 30px;
		margin-top: 0;
	}
	
	#hbn-googlemaps-titel-tekst-wrapper #hbn-googlemaps-titel-tekst-content-wrapper .hbn-googlemaps-titel-tekst-content-container .hbn-googlemaps-titel-tekst-content p:last-of-type {
		margin: 0;
	}
}





/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}