.dp-quiz {
	background-color: #fbfbfb;
	max-width: unset;
	padding: 60px 0 60px;
	margin-top: 80px;
}

@media screen and (max-width: 1024px) {
	.dp-quiz {
		margin-top: 0;
	}
}

.dp-quiz .dp-routine__title {
	text-transform: none;
	font-family: "Gotham SSm light A", "Gotham SSm light B", "Gotham Light", Helvetica, Arial, sans-serif;
	font-size: 35px;
	padding: 0 10px;
}

.dp-quiz .dp-routine__title span {
	background-color: transparent;
}

.dp-quiz .dp-routine__title:after {
	content: unset;
}

.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align: center;
	/* background-color: #fff; */
	z-index: 1;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	width: 100%;
	/* overflow:hidden; */
}

.MyContent .MyBlock {
	display: block;
	height: 0px;
	overflow: hidden;
}

.MyContent .MyBlock[data-select="1"] {
	display: block;
	height: auto;
}

.MyContent .MyBlock[data-select="1"] .AnswerBlock {
	transform: translateY(0);
	opacity: 1;
}

.MyContent .MyBlock .AnswerBlock:nth-child(1) {
	transition-delay: 100ms;
}

.MyContent .MyBlock .AnswerBlock:nth-child(2) {
	transition-delay: 200ms;
}

.MyContent .MyBlock .AnswerBlock:nth-child(3) {
	transition-delay: 300ms;
}

.MyContent .BreadCrumbQuestions {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 260px;
	margin: 20px auto 30px;
}

.MyContent .BreadCrumbQuestions::before {
	content: " ";
	height: 1px;
	width: calc(100% - 50px);
	background-color: #77a6c5;
	position: absolute;
	left: 25px;
	top: 50%;
	z-index: 1;
}

.MyContent .BreadCrumbQuestions span {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #77a6c5;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	font-size: 17px;
	color: #77a6c5;
	background-color: #ffffff;
	margin: 0 14px;
	z-index: 2;
	cursor: pointer;
}

.MyContent .BreadCrumbQuestions span:last-child {
	font-size: 0;
	background-image: url(../img/picto.png);
	background-size: 21px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.MyContent .BreadCrumbQuestions span.Selected {
	width: 40px;
	height: 40px;
	color: #ffffff;
	margin: 0 8px;
	background-color: #77a6c5;
	cursor: default;
}

.MyContent .BreadCrumbQuestions span:last-child.Selected {
	background-image: url(../img/picto-white.png);
	background-size: 26px auto;
}

.MyContent .BreadCrumbQuestions span img {
	width: 20px;
	height: 20px;
}

.MyContent .BtnLink {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	max-width: 165px;
}

.MyContent .BtnLink a {
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	font-size: 11px;
	line-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}

.MyContent .Title {
	text-align: center;
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	color: #77a6c5;
}

.MyContent .QuestionBlock {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 700px;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 5%;
}

.MyContent .QuestionTitle {
	text-align: center;
	margin: 0;
	font-size: 22px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0 5%;
}

.MyContent .QuestionBlock .AnswerBlock {
	margin: 10px 5px;
	max-width: 230px;
	min-width: 220px;
	flex: 1;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	opacity: 0;
	transform: translateY(-20px);
	transition: 0.5s all;
}

.MyContent .QuestionBlock .AnswerBlock .AnswerBlock-info_btn {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.MyContent .QuestionBlock .AnswerBlock[data-info='0'] .AnswerBlock-info_btn {
	background-image: url(../img/icon-info.png);
}

.MyContent .QuestionBlock .AnswerBlock[data-info='1'] .AnswerBlock-info_btn {
	background-image: url(../img/icon-close.png);
	background-size: 15px 15px;
}

.MyContent .QuestionBlock .AnswerBlock[data-info='0'] .AnswerDetails {
	display: none;
}

.MyContent .QuestionBlock .AnswerBlock .Visual {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	transition: transform 350ms ease-in-out;
}

.MyContent .QuestionBlock .AnswerBlock .Visual:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.MyContent .QuestionBlock .AnswerBlock .AnswerDetails {
	position: absolute;
	background-color: #ffffff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0 20px;
}

@media screen and (max-width: 1023px) {
	.MyContent .QuestionBlock .AnswerBlock .Visual {
		/* width:280px; */
	}
}

.MyContent .QuestionBlock .AnswerBlock .Visual img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.MyContent .QuestionBlock .AnswerBlock .AnswerText {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	flex-direction: column;
	font-size: 9px;
	line-height: 1.5;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.MyContent .QuestionBlock .AnswerBlock .AnswerText span {
	font-size: 12px;
}

@media screen and (max-width: 1023px) {
	.MyContent .QuestionBlock .AnswerBlock .AnswerText {
		/* width:280px; */
	}
}

.MyContent .QuestionBlock .AnswerBlock .AnswerText span {
	text-transform: uppercase;
	display: block;
}

.MyContent .ResultBlock {
	/*display:flex;*/
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	/* background-image: url(../img/background.jpg); */
	background-repeat: no-repeat;
	background-position: top center;
	/* height:800px;
	padding-top:100px; */
}

.MyContent .ResultBlockSlider {
	/*display:flex;*/
	margin: 0 auto;
	max-width: 650px;
	padding-bottom: 35px;
}

@media screen and (max-width: 1023px) {
	.MyContent .ResultBlockSlider {
		/*display:flex;*/
		margin: 0 auto;
		max-width: unset;
	}
}

@media screen and (max-width: 1023px) {
	.MyContent .ResultBlockSlider {
		/* max-width: 370px; */
	}
}

.MyContent .LeftCol .ProductBlock {
	flex-direction: row-reverse;
	text-align: right;
	justify-content: flex-start;
}

.MyContent .RightCol .ProductBlock {
	flex-direction: row;
	text-align: left;
	justify-content: flex-start;
}

.MyContent .ProductBlock {
	display: none;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock {
		flex-direction: column !important;
	}
}

.MyContent .ProductBlock[data-select="1"] {
	display: flex;
}

.MyContent .ProductBlock .Packshot {
	position: relative;
}

.MyContent .ProductBlock .Packshot img {
	/* max-width:100%;*/
}

@media screen and (max-width: 1250px) {
	.MyContent .ProductBlock .Packshot img {
		height: 40vw;
	}
}

@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock .Packshot img {
		height: 370px;
	}

	.MyContent .LeftCol .ProductBlock .Packshot {
		margin-left: 90px;
	}
}

.MyContent .ProductBlock .ProductName {
	margin: 0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #77a6c5;
	line-height: 1.4em;
}

.MyContent .ProductBlock .Text {
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
}

.MyContent .ProductBlock .Packshot .IngredientName {
	position: absolute;
	top: 62%;
	right: 0;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	width: 35%;
}

.MyContent .ProductBlock .Content {
	background-color: #ffffff;
	padding: 20px;
	max-width: 302px;
	box-sizing: border-box;margin: 30px;
}

@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock .Content {
		text-align: center;
	}
}

@media screen and (max-width: 1250px) {
	.MyContent .LeftCol {
		width: 56vw;
	}

	.MyContent .RightCol {
		width: 44vw;
	}

	.MyContent .LeftCol .ProductBlock .Content {
		flex-basis: 28vw;
	}

	.MyContent .RightCol .ProductBlock .Content {
		flex-basis: 25vw;
	}
}

@media screen and (max-width: 1023px) {
	.MyContent .LeftCol {
		width: 100%;
	}

	.MyContent .RightCol {
		width: 100%;
	}

	.MyContent .LeftCol .ProductBlock .Content {
		flex-basis: 300px;
	}

	.MyContent .RightCol .ProductBlock .Content {
		flex-basis: 300px;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.MyContent .QuestionBlock .AnswerBlock .Visual {
		display: inline;
		height: 225px;
	}
}

/*DTW EDITS*/

@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.MyContent .QuestionBlock {
		/* max-width: 340px; */
	}
}

@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.MyContent .RightCol .ProductBlock .Content {
		flex-basis: 21vw;
	}
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait) {
	.MyContent .QuestionBlock .AnswerBlock .Visual {
		display: flex;
		justify-content: center;
		align-items: center;
		/* width: 265px;
		height: 265px; */
	}

	.MyContent .QuestionBlock {
		/* max-width: 300px; */
	}
}

/* Custom */
.dp-quiz[data-load="0"] {
	display: none !important;
	overflow: hidden !important;
	height: 0 !important;
}

.dp-quiz {
	position: relative;
}

.dp-quiz:after, .dp-quiz:before {
	content: "";
	width: 100%;
	height: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	position: absolute;
	pointer-events: none;
}

.dp-quiz:after {
	background-image: url(../img/quiz-visual_left.png);
	top: -50px;
	left: -30%;
	background-position: 50% top;
}

.dp-quiz:before {
	background-image: url(../img/quiz-visual_right.png);
	bottom: -110px;
	right: -30%;
	background-position: 50% bottom;
}

@media screen and (max-width: 1600px) {
	.dp-quiz:after {
		left: -31%;
	}

	.dp-quiz:before {
		right: -35%;
	}
}

@media screen and (max-width: 1300px) {
	.dp-quiz:after {
		left: -45%;
	}

	.dp-quiz:before {
		right: -55%;
	}
}

@media screen and (max-width: 1023px) {
	.dp-quiz:after, .dp-quiz:before {
		background-image: unset;
	}
}

.dp-quiz_restart {
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding-left: 25px;
	text-decoration: underline;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.dp-quiz_restart:before {
	position: absolute;
	left: 0;
	content: "";
	width: 18px;
	height: 18px;
	background-image: url('../img/icon-restart.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.ResultBlockSlider .slick-dots li.slick-active {
	background: #78a5c4;
}

.ResultBlockSlider .slick-dots li {
	background: #b3cfdd;
}

.ResultBlockSlider .dp-routine__item {
	position: relative;
	padding-top: 30px;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s all;
}

.ResultBlockSlider .result-firstCol {
	transition-delay: 100ms;
}

.ResultBlockSlider .result-secondCol {
	transition-delay: 200ms;
}

.ResultBlockSlider .result-thirdCol {
	transition-delay: 300ms;
}

.MyContent .MyBlock[data-select="1"] .ResultBlockSlider .dp-routine__item {
	transform: translateY(0);
	opacity: 1;
}

.ResultBlockSlider .dp-routine__packshot {
	position: relative;
	z-index: 10;
	background-color: transparent;
}

.ResultBlockSlider .dp-routine__item:before {
	font-size: 16px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	color: #77a6c5;
}

.ResultBlockSlider .dp-routine__item:after {
	font-size: 120px;
	line-height: 1;
	font-family: "Gotham SSm light A", "Gotham SSm light B", "Gotham Light", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 20%;
	left: -30%;
	color: #77a6c5;
	z-index: 8;
}

@media screen and (max-width: 1023px) {
	.ResultBlockSlider .dp-routine__item:after {
		left: -25%;
	}
}

.ResultBlockSlider .result-firstCol:before {
	content: "Makeup entfernen";
}

.ResultBlockSlider .result-secondCol:before {
	content: "Reinigen";
}

.ResultBlockSlider .result-thirdCol:before {
	content: "Klären";
}

.ResultBlockSlider .result-firstCol:after {
	content: "1";
}

.ResultBlockSlider .result-secondCol:after {
	content: "2";
}

.ResultBlockSlider .result-thirdCol:after {
	content: "3";
}

@media screen and (max-width: 767px) {
	.MyContent .QuestionBlock {
		padding: 0 2%;
	}

	.MyContent .QuestionBlock .AnswerBlock {
		max-width: 170px;
		min-width: 170px;
	}
}

@media screen and (max-width: 374px) {
	.MyContent .QuestionBlock .AnswerBlock {
		max-width: 220px;
		min-width: 220px;
	}
}



/*------------------------------------------------------------------------------------*/
/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
	.MyContent .QuestionBlock .AnswerBlock .Visual {
	    min-height: 170px;
	}
}


/*------------------------------------------*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
	/* .ResultBlockSlider .dp-routine__item {
		width: 260px !important;
	} */
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 13.*/
@media (max-width: 480px) {
	.MyContent .MyBlock .AnswerBlock[data-info="1"]:nth-child(-n+2) .AnswerDetails {
		font-size: 12px;
	}

	.ResultBlockSlider .dp-routine__item:after {
		left: -13%;
	}
}