/* ---- FRONT-END ---- */
#hbn-image-links-wrapper {
	color: #FFFFFF;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper {
	display: flex;
	flex-direction: row;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	max-width: 50%;
	align-items: stretch;
	padding: 60px;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container h2.hbn-image-links-title {
	font-family: 'Averta Bold';
    font-size: clamp( 28px, 2.75350vw, 32px);
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 35px;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container {
	font-family: 'Open Sans';
	font-size: clamp( 16px, 1.53846vw, 18px);
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container p:last-of-type {
	margin: 0;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container a {
	color: #FFFFFF;
	margin-bottom: 16px;
	/*
	text-indent: -30px;
    margin-left: 30px;
	*/
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container a::before {
	position: relative;
	top: 2px;
	font-family: 'Fontawesome';
	display: inline-block;
	content: '\f08e';
	font-size: clamp( 16px, 1.53846vw, 18px);
	height: 20px;
	
	/*
	
	width: 20px;
	background-image: url('images/Habion - Download button.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	*/
	margin-right: 10px;
}


#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	max-width: 50%;
	align-items: stretch;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container::before {
	position: relative;
	content: '';
	height: 0;
	padding-top: 62.5%;
}

#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
    object-position: center;
}


@media(max-width: 767px) {
	#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper {
		display: flex;
		flex-direction: column;
	}
			
	#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: inherit;
		align-items: stretch;
		padding: 35px;
	}
			
	#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container h2.hbn-image-links-title {
		font-family: 'Averta Bold';
		font-size: clamp( 28px, 2.75350vw, 32px);
		color: #FFFFFF;
		margin-bottom: 30px;
	}
			
	#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container {
		font-family: 'Open Sans';
		font-size: clamp( 14px, 1.36752vw, 16px);
	}			
			
	#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container {
		flex: 0 0 100%;
		max-width: 100%;
		align-items: stretch;
	}

	#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container::before {
		padding-bottom: 25%;
	}
			
			#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container img {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				object-fit: cover;
				object-position: center;
			}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) {
		#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper {
			flex-direction: column;
			width: 100%;
		}

		#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-image-container {
			flex: 0 0 100%;
			max-width: 100%;
		}
			
		#hbn-image-links-wrapper #hbn-image-links-content-image-wrapper .hbn-image-links-content-container {
			display: flex;
			flex-direction: column;
			flex: 0 0 100%;
			max-width: 100%;
			align-items: stretch;
			padding: 60px;
		}
}





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