#asns-title-text-applications-overview-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	
}

.asns-title-text-applications-overview-container {
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}

#asns-title-text-applications-overview-wrapper::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 0 0 40px 40px;
	background-image: url('assets/images/ASNS_-_Backgroundimage_-_Pea.svg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#asns-title-text-applications-overview-content-wrapper {
	position: relative;
	z-index: 2;
}

.asns-title-text-applications-overview-content-content-container {
	width: 60%;
	padding: 0 4%;
}

h2.asns-title-text-applications-overview-content-title {
	font-size: var(--font-size-50);
	font-weight: 500;
}

.asns-title-text-applications-overview-content-content {
	font-size: var(--font-size-22);
	margin-bottom: 3em;
}

.asns-title-text-applications-overview-applications-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 15px;
	justify-content: center;
	background-color: var(--background-color-white);
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0 0 20px rgba( 0, 0, 0, .1);
}

a.asns-title-text-applications-overview-single-item-container,
.asns-title-text-applications-overview-single-item-container {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc( 25% - 63px );
	max-width: 25%;
	text-decoration: none;
	outline: none;
	padding: 0 10px 35px 10px;
	border: 1px solid transparent;
	border-radius: 30px;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

a.asns-title-text-applications-overview-single-item-container:hover,
a.asns-title-text-applications-overview-single-item-container:focus {
	border: 1px solid var(--main-button-border-color);
	text-decoration: none;
	outline: none;
	transition: all .3s ease-in-out;
}

.asns-title-text-applications-overview-single-item-image {
	aspect-ratio: 100%;
	overflow: hidden;
}

.asns-title-text-applications-overview-single-item-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

a.asns-title-text-applications-overview-single-item-container:hover .asns-title-text-applications-overview-single-item-image img,
a.asns-title-text-applications-overview-single-item-container:focus .asns-title-text-applications-overview-single-item-image img {
	transform: scale( 1.1);
	transition: all .3s ease-in-out;
}

.asns-title-text-applications-overview-description-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0;
	transition: all .3s ease-in-out;
}

a.asns-title-text-applications-overview-single-item-container:hover .asns-title-text-applications-overview-description-container,
a.asns-title-text-applications-overview-single-item-container:focus .asns-title-text-applications-overview-description-container {
	position: relative;
	margin-top: -10px;
	transition: all .3s ease-in-out;
}

h4.asns-title-text-applications-overview-title {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	font-size: var(--font-size-18);
	font-weight: 500;
	color: var(--default-font-color);
	text-align: center;
	line-height: 1.2;
	padding-left: 40px;
	width: 90%; /* 75% */
    hyphens: auto;
	margin: 0;
	text-decoration: none;
}

h4.asns-title-text-applications-overview-title::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 40px;
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

h4.asns-title-text-applications-overview-title.dairy-alternatives::before {
	background-image: url('assets/icons/ASNS_-_Icon_-_Dairy_Alternatives.svg');
}

h4.asns-title-text-applications-overview-title.meat-alternatives::before {
	background-image: url('assets/icons/ASNS_-_Icon_-_Meat_Alternatives.svg');
}

h4.asns-title-text-applications-overview-title.sports-nutrition::before {
	background-image: url('assets/icons/ASNS_-_Icon_-_Sports_Nutrition.svg');
}

h4.asns-title-text-applications-overview-title.soups-and-sauces::before {
	background-image: url('assets/icons/ASNS_-_Icon_-_Soups_and_Sauces.svg');
}

h4.asns-title-text-applications-overview-title.beverages::before {
	background-image: url('assets/icons/ASNS_-_Icon_-_Beverages.svg');
}

h4.asns-title-text-applications-overview-title.bakery-products::before {
	background-image: url('assets/icons/ASNS_-_Icon_-_Bakery_Products.svg');
}





/* Mobiel */
@media(max-width: 767px) {
	.asns-title-text-applications-overview-container {
		padding: 70px 0!important;
		border-radius: 0 0 40px 40px;
		overflow: hidden;
	}

	#asns-title-text-applications-overview-wrapper::before {
		background-position: right top;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}

	.asns-title-text-applications-overview-content-content-container {
		width: 100%;
		padding: 0 35px;
	}

	.asns-title-text-applications-overview-applications-container {
		padding: 35px 15px;
	}

	a.asns-title-text-applications-overview-single-item-container {
		display: flex;
		flex-direction: column;
		flex: 0 0 calc( 50% - 8px );
		max-width: 50%;
	}

	.asns-title-text-applications-overview-description-container {
		padding-left: 20px;
	}

	h4.asns-title-text-applications-overview-title {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		font-size: var(--font-size-18);
		font-weight: 500;
		color: var(--default-font-color);
		text-align: center;
		line-height: 1.2;
		padding-left: 30px;
		width: 100%;
		hyphens: auto;
	}

	h4.asns-title-text-applications-overview-title::before {
		height: 30px;
		width: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.asns-title-text-applications-overview-container {
		padding: 70px 0!important;
		border-radius: 0 0 40px 40px;
		overflow: hidden;
	}

	#asns-title-text-applications-overview-wrapper::before {
		background-position: right top;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}

	.asns-title-text-applications-overview-content-content-container {
		width: 60%;
		padding: 0 35px;
	}

	.asns-title-text-applications-overview-applications-container {
		padding: 35px 15px;
	}

	a.asns-title-text-applications-overview-single-item-container {
		display: flex;
		flex-direction: column;
		flex: 0 0 calc( 33.33334% - 11px );
		max-width: 50%;
	}

	.asns-title-text-applications-overview-description-container {
		padding-left: 20px;
	}

	h4.asns-title-text-applications-overview-title {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		font-size: var(--font-size-18);
		font-weight: 500;
		color: var(--default-font-color);
		text-align: center;
		line-height: 1.2;
		padding-left: 40px;
		width: 100%;
		hyphens: auto;
	}

	h4.asns-title-text-applications-overview-title::before {
		height: 30px;
		width: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}




/* ---- TABLET - LANDSCAPE ---- */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
	.asns-title-text-applications-overview-container {
		padding: 70px 0!important;
		border-radius: 0 0 40px 40px;
		overflow: hidden;
	}

	#asns-title-text-applications-overview-wrapper::before {
		background-position: right top;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}

	.asns-title-text-applications-overview-content-content-container {
		width: 60%;
		padding: 0 35px;
	}

	.asns-title-text-applications-overview-applications-container {
		padding: 35px 15px;
	}

	a.asns-title-text-applications-overview-single-item-container {
		display: flex;
		flex-direction: column;
		flex: 0 0 calc( 25% - 8px );
		max-width: 50%;
	}

	.asns-title-text-applications-overview-description-container {
		padding-left: 20px;
	}

	h4.asns-title-text-applications-overview-title {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		font-size: var(--font-size-18);
		font-weight: 500;
		color: var(--default-font-color);
		text-align: center;
		line-height: 1.2;
		padding-left: 40px;
		width: 100%;
		hyphens: auto;
	}

	h4.asns-title-text-applications-overview-title::before {
		height: 30px;
		width: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}