/* ---- FRONT-END ---- */
#lvn-do-the-test-wrapper {
	position: relative;
	padding: 70px 0;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-image-container {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper {
	position: relative;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper {
	position: relative;
	height: 0;
	color: #000000;
	/* padding-top: 100%; */
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-left: 16.66667%;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container.invisible {
	opacity: 1;
	z-index: -1;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container .lvn-do-the-test-content-content {
	text-align: center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button {
	font-family: 'Asap';
	font-size: 0.8888889rem;
	color: #FFFFFF;
	font-weight: 500;
	background-color: #000000;
	padding: 12px 20px;
	border-radius: 5px;
	margin-top: 45px;
	/* transition: all .2s ease-in-out; */
	transition: all .5s cubic-bezier( 0.4, 0, 0.2, 1);
}

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


/* ---- VRAGEN ---- */
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	padding-left: 16.66667%;
	z-index: -1;
	opacity: 0;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper #lvn-do-the-test-question-single-question-wrapper {
	position: absolute;
	visibility: hidden;
	z-index: -100;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper #lvn-do-the-test-question-single-question-wrapper.show-question {
	visibility: inherit;
	z-index: 100;
	transition: all .2s ease-in-out;
}



#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper.visible {
	opacity: 1;
	z-index: 10;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper h2.lvn-do-the-test-question-title {
	text-align: center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-content {
	text-align: center;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container {
	display: inline-flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
	margin-top: 45px;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a.lvn-do-the-test-question-answer-buttons-answer {
	font-size: 0.88889rem;
	color: #000000;
	margin: 0 10px;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px 15px;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-yes.lvn-do-the-test-question-answer-buttons-answer:hover,
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-yes.lvn-do-the-test-question-answer-buttons-answer:focus {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer {
	color: #959595;
	border: 0 none;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer:hover,
#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper .lvn-do-the-test-question-answer-buttons-container a#lvn-do-the-test-question-answer-buttons-answer-no.lvn-do-the-test-question-answer-buttons-answer:focus {
	text-decoration: none;
	cursor: pointer;
}



/* ---- ANTWOORDEN ---- */
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 16.66667%;
	z-index: -1;
	opacity: 0;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes.visible,
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no.visible {
	z-index: 150;
	opacity: 1;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes,
#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
	text-align: center;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes {
	display: inline-block;
	font-size: 0.88889rem;
	color: #ffffff;
	margin: 0 10px;
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #000000;
	margin-top: 45px;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:hover,
#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-yes:focus {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no {
	display: inline-block;
	font-size: 0.88889rem;
	color: #ffffff;
	margin: 0 10px;
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #000000;
	margin-top: 45px;
	transition: all .2s ease-in-out;
}

#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:hover,
#lvn-do-the-test-wrapper .lvn-do-the-test-answer-button-container a#lvn-do-the-test-answer-button-answer-no:focus {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}






@media(max-width: 767px) {
	#lvn-do-the-test-wrapper .lvn-do-the-test-image-container {
		position: relative;
		width: 100%;
		padding-bottom: 100%;
	}

	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container {
		padding-left: inherit;
	}

	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper .lvn-do-the-test-content-container a.lvn-do-the-test-button {
		font-size: 16px;
	}

	#lvn-do-the-test-wrapper #lvn-do-the-test-content-wrapper #lvn-do-the-test-question-wrapper {
		padding-left: 0;
	}

	#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-yes, 
	#lvn-do-the-test-wrapper #lvn-do-the-test-question-answer-no {
		padding-left: 0;
	}
}






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