/* ---- FRONT-END ---- */
#lvn-latest-news-wrapper {
	clear: both;
	padding: 0 15px;
}

#lvn-latest-news-wrapper h2.lvn-latest-news-title {
	color: #000000;
}

#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container {
	width: 100%;
	text-align: right;
	line-height: 2rem;
	margin-bottom: 2rem;
}

#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container a.lvn-latest-news-readmore-link {
	font-family: 'Asap';
	font-weight: 400;
	color: #000000;
}

#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container a.lvn-latest-news-readmore-link:after {
	display: inline-block;
	content: '';
	height: 0.6rem;
	width: 0.6rem;
	background-image: url('images/icons/Liv inn - Pijl Rechts - Zwart.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 10px;
	transition: all .2s ease-in-out;
}

#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container a.lvn-latest-news-readmore-link:hover:after,
#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container a.lvn-latest-news-readmore-link:focus:after {
	margin-left: 30px;
	transition: all .2s ease-in-out;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper a:hover,
#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper a:focus {
	position: relative;
	color: inherit;
	text-decoration: none;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container {
	flex: 1;
	width: 33.33333%;
	padding: 0 15px;
	transition: transform .5s;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:hover,
#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:focus {
	transform: translateY(-15px);
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-image-container {
	position: relative;
	height: 0;
	padding-bottom: 62.5%;
	margin-bottom: 20px;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 0 20px;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-date-content {
	color: #373C3C;
	font-size: 0.77778rem;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper h3.lvn-home-page-latest-news-single-item-title-container {
	font-weight: 700;
	color: #000000;
	transition: all .2s ease-in-out;
}

#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:hover h3.lvn-home-page-latest-news-single-item-title-container {
	color: #373C3C;
	transition: all .2s ease-in-out;
}



@media(max-width: 767px) {
	#lvn-latest-news-wrapper h2.lvn-latest-news-title {
		margin-bottom: 45px;
	}

	#lvn-latest-news-wrapper .h-scrolling {
		position: relative;
		margin-left: -30px;
		width: calc( 100% + 60px );
	}

	#lvn-latest-news-wrapper .h-scrolling .scrolling {
		position: relative;
		display: flex;
		overflow-x: auto;
		/* padding-left: 30px; */
		left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding: 0 30px;
	}

	#lvn-latest-news-wrapper .h-scrolling .scrolling::-webkit-scrollbar {
		display: none;	
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper {
		flex-wrap: inherit;
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container {
		flex: 0 0 auto;
		width: 75%;
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:last-of-type {
		padding-right: 30px;
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-date-content {
		font-size: 14px;
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper h3.lvn-home-page-latest-news-single-item-title-container {
		font-size: 17px;
	}

	#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container {
		text-align: left;
		margin-bottom: 0;
	}

	#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container a.lvn-latest-news-readmore-link:hover:after,
	#lvn-latest-news-wrapper .lvn-latest-news-readmore-link-container a.lvn-latest-news-readmore-link:focus:after {
		margin-left: 0;
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:hover,
	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:focus {
		transform: translateY(0);
	}

	#lvn-latest-news-wrapper #lvn-latest-news-single-item-wrapper .lvn-home-page-latest-news-single-item-container:hover h3.lvn-home-page-latest-news-single-item-title-container {
		color: #000000;
	}

}



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