/* ---- FRONT-END ---- */
#hbn-footer-contact-wrapper {
	min-height: 200px;
	padding: 70px 0;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container {
	display: flex;
	flex-direction: row;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-logo-wrapper {
	display: flex;
	flex: 0 1 260px;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-logo-wrapper .hbn-footer-contact-logo-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	max-width: 260px;
	height: 260px;
	border-radius: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: calc(100% - 50px);
	border: 15px solid #FFFFFF;
}

body.projecten-template-page-projecten-v2025 #hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-logo-wrapper .hbn-footer-contact-logo-container {
	background-size: contain;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	font-size: clamp( 14px, 1.5vw, 16px);
	color: #272049;
	width: calc( 100% - 260px );
	height: 260px;
	padding: 0 40px 0 40px;
	margin-bottom: 0;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-content-top-title {
	font-family: 'Averta Bold';
	font-size: clamp( 16px, 1.70940vw, 20px);
	color: #272049;
	margin: 0;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container h3.hbn-footer-contact-content-title {
	font-family: 'Averta Regular';
	font-size: clamp( 16px, 1.70940vw, 20px);
	margin: 0;
	color: #272049;
	line-height: 1.2;
	margin-bottom: 35px;
	margin-top: 0;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-content-name {
	font-family: 'Averta Bold';
	font-size: clamp( 14px, 1.5vw, 16px);
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content {
	display: flex;
	flex-direction: row;
	align-content: center;
	flex: 1;
	font-family: 'Open Sans';
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-email {
	margin-right: 35px;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-email:before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: '';
	height: 20px;
	width: 20px;
	background-image: url('images/icons/Icoon - Mail.svg');
	fill: red;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-phone-number:before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: '';
	height: 20px;
	width: 20px;
	background-image: url('images/icons/Icoon - Phone.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}


@media(max-width: 767px) {
	#hbn-footer-contact-wrapper .hbn-footer-contact-container {
		flex-direction: column;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-logo-wrapper {
		flex-wrap: nowrap;
		justify-content: center;
		margin-bottom: 40px;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		justify-content: center;
		font-size: clamp( 16px, 1.5vw, 18px);
		width: inherit;
		height: auto;
		padding: inherit;
		margin-bottom: 0;
	}

	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container {
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-content-top-title {
		font-size: clamp( 18px, 1.70940vw, 20px);
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container h3.hbn-footer-contact-content-title {
		font-size: clamp( 20px, 1.70940vw, 24px);
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-content-name {
		font-family: 'Averta Bold';
		font-size: clamp( 16px, 1.5vw, 18px);
		text-align: center;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content {
		flex-direction: column;
		align-content: center;
		flex: 1;
		justify-content: center;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-email {
		margin-right: inherit;
		text-align: center;
		margin: 10px 0 5px 0;
	}

	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-phone-number {
		margin-right: inherit;
		text-align: center;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-email:before {
		height: 18px;
		width: 18px;
	}
				
	#hbn-footer-contact-wrapper .hbn-footer-contact-container #hbn-footer-contact-content-wrapper .hbn-footer-contact-content-container .hbn-footer-contact-contact-content .hbn-footer-contact-contact-phone-number:before {
		height: 18px;
		width: 18px;
	}
}


/* ---- PREVIEW ---- */










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