/* ---- FRONT-END ---- */
#lvn-homepage-banner-wrapper {
	position: relative;
	height: calc( 100vh - 140px );
	width: 100vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.3);
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container h1 {
	color: #ffffff;
	text-align: center;
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container .lvn-homepage-banner-content-button-container a.lvn-homepage-banner-content-button {
	display: inline-block;
	color: #000000;
	font-family: 'Asap';
	font-size: 0.888889rem;
	font-weight: 500;
	padding: 12px 20px;
	background-color: #FABA16;
	border-radius: 5px;
	/* transition: all .2s ease-in-out; */
	transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container .lvn-homepage-banner-content-button-container a.lvn-homepage-banner-content-button:hover,
#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container .lvn-homepage-banner-content-button-container a.lvn-homepage-banner-content-button:focus {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	/* transition: all .2s ease-in-out; */
	transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-jump-to-arrow-container {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	padding-bottom: 70px;
}

#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-jump-to-arrow-container a.lvn-homepage-banner-jump-to-arrow {
	display: block;
	height: 200px;
	width: 200px;
	content: '';
	background-image: url('images/arrows/Liv inn - Pijl Lang Beneden Geel.svg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto;
}


@media(max-width: 767px) {
	#lvn-homepage-banner-wrapper {
		height: calc( 100vh - 80px );
	}

	#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container {
		padding: 0 15px;
	}

	#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container .lvn-homepage-banner-content-button-container a.lvn-homepage-banner-content-button {
		font-size: 16px;
	}

	#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container .lvn-homepage-banner-content-button-container a.lvn-homepage-banner-content-button:hover,
	#lvn-homepage-banner-wrapper #lvn-homepage-banner-content-wrapper .lvn-homepage-banner-content-container .lvn-homepage-banner-content-button-container a.lvn-homepage-banner-content-button:focus {
		color: #000000;
		background-color: #FABA16;
		text-decoration: none;
		/* transition: all .2s ease-in-out; */
		transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
	}
}



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