.hidden{display: none;}
div.game202211_image_cont{display: block; position: relative; width: 100%; padding: 0; text-align: center;}
div.game202211_image_cont img{width: 100%; height: auto; margin: 0;}

img.desktop {
	display: none !important;
}

img.mobile {
	display: block !important;
}

@media screen and (min-width: 1000px) {
	img.desktop {
		display: block !important;
	}

	img.mobile {
		display: none !important;
	}
}

.game_202211_pinkbg{display: block; box-sizing: border-box; background-color: #ebdddf; color: #e11f76; padding: 30px 55px; font-size: calc(16px + (25 - 16) * var(--alap-arany));	text-align: left;}
.game_202211_pinkbg .introtext{text-align: justify; hyphens: auto;}
div.kisokos_div {
	position: relative;
	width: 95%;
	max-width: calc(700px + (1200 - 700) * var(--alap-arany));
	background-color:#e11f76;
	border-radius: 0 25px 25px 0;
	padding: 20px calc(125px + (180 - 125) * var(--alap-arany)) 20px 55px;
}
@media screen and (max-width: 800px) {
	.game_202211_pinkbg{display: block; box-sizing: border-box; background-color: #ebdddf; color: #e11f76; padding: 20px 25px; font-size: calc(14px + (18 - 14) * var(--alap-arany));	text-align: left;}
	.game_202211_pinkbg .introtext{text-align: left; hyphens: auto;}
	div.kisokos_div {
		padding: 20px calc(125px + (180 - 125) * var(--alap-arany)) 20px 25px;
	}
}
@media screen and (max-width: 1700px) and (min-width: 1280px) {
	img.right_nearby_quiz {padding-top: 130px;}
}
/*.introtext .jeloldbe{max-width: 50%;}*/
p.question{font-weight: 700;}
p.question a {font-weight: 700; color: #e11f76; font-size: calc(14px + (25 - 14) * var(--alap-arany)); text-decoration: none;}
img.right_nearby_quiz{float: right; max-width: 525px; width: 38.43vw; margin-top: -20px;}
.buttons_container{max-width: 660px; width: 100%; font-size: calc(14px + (16 - 14) * var(--alap-arany));}
.game_202211_buttons{display: inline-block; vertical-align: middle; width: 100%; max-width: 100px; padding: 10px; margin: 10px; margin-right: 25px; background: #fff; text-align: center; border-radius: 22px; box-shadow: 0px 0px 0px rgba(0,0,0,.65); cursor: pointer; transition: all 1s ease;}
.game_202211_buttons:hover{
	transform: scale(1.05);
	box-shadow: 0px 0px 8px rgba(0,0,0,.65);
}
.game_202211_buttons.active{background-color: #74b643; color: #fff;}
.game_202211_magentabg{display: block; box-sizing: border-box; background-color: #e11f76; color: #fff; padding:0 55px 35px 55px;}
.game_202211_magentabg div.pinkarrow{width: 69px; height: 38px; clip-path: polygon(50% 100%, 0 0, 100% 0); background-color: #ebdddf;}
.game_202211_magentabg .magenta_title h2, .game_202211_magentabg .magentatitle p{text-align: center;}
.game_202211_magentabg .magenta_title h2{font-size: calc(24px + (45 - 24) * var(--alap-arany)); text-transform: uppercase; font-weight: 700; margin-top: 30px; margin-bottom: 10px;}
.game_202211_magentabg .magenta_title p{margin-top: 0; font-size: calc(16px + (20 - 16) * var(--alap-arany));margin-bottom: 10px;}
.game_202211_magentabg .form_flexicont{box-sizing: border-box; display: flex; flex-direction: row; justify-content: space-between;}
.game_202211_magentabg .personal{width: 40%; max-width: 400px; text-align: justify;}
.personal label, .personal input{display: block;}
.personal input{box-sizing: border-box; width: 100%; height: 38px; border-radius: 18px; padding: 0 19px;}
.personal label{margin: 20px 0 10px 16px; width: 80%; font-style: italic; font-size: calc(16px + (20 - 16) * var(--alap-arany));}
.personal label:first-of-type{margin: 0 0 10px 16px;}
.checkboxes .checkbox{text-align: left; margin-bottom: 18px; font-style: italic;}
.checkbox label a{color: white;}
.whitecircle{padding-left: 80px;}
.button_cont{padding: 54px 0;}
.button_cont button {
	display: block; position: relative; background-color: #f39325; color: #fff; font-size: 34px; text-transform: uppercase; font-weight: 700; border-width: 0; border-radius: 50px; height: 68px; line-height: 68px; padding: 0 20px; box-shadow: 0px 0px 8px rgba(0,0,0,.65); cursor: pointer;
	transition: all 1s ease;
}
.button_cont button:hover{
	transform: scale(1.1);
}
.button_cont button:focus {
	outline: none;
	transform: scale(1.05);
}
.button_cont button.blink {
	animation-name: buttonblink;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
@keyframes buttonblink {
	0% {box-shadow: 0px 0px 0px #9bc443;}
	10% {box-shadow: 0px 0px 2px #9bc443;}
	20% {box-shadow: 0px 0px 5px #9bc443;}
	30% {box-shadow: 0px 0px 10px #9bc443;}
	40% {box-shadow: 0px 0px 15px #9bc443;}
	50% {box-shadow: 0px 0px 20px #9bc443;}
	60% {box-shadow: 0px 0px 15px #9bc443;}
	70% {box-shadow: 0px 0px 10px #9bc443;}
	80% {box-shadow: 0px 0px 5px #9bc443;}
	90% {box-shadow: 0px 0px 2px #9bc443;}
	100% {box-shadow: 0px 0px 0px #9bc443;}
}

.button_cont button img {
	display: none;
}

@media screen and (min-width: 700px){
	.button_cont button img {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px; transform: translateX(-110%);
		width: auto;
		height: 100%;
	}
}

.game_202211_magentabg .checkboxes{width: 33%; font-size: calc(16px + (20 - 16) * var(--alap-arany)); text-align: left;}

@media screen and (max-width: 1280px){
	.game_202211_magentabg .form_flexicont{flex-wrap: wrap; width: 100%;}
	.game_202211_magentabg .personal{width: 50%;}
	.game_202211_magentabg .checkboxes{width: 40%;}
	.whitecircle{display: none;}
	img.right_nearby_quiz{float: none; display: block; margin: 20px auto; width: 100%;}
}

@media screen and (max-width: 900px){
	.game_202211_pinkbg{font-size: calc(16px + (20 - 16) * var(--alap-arany));}
	.game_202211_magentabg .form_flexicont{}
	.game_202211_magentabg .personal{width: 100%; max-width: 800px;}
	.game_202211_magentabg .checkboxes{width: 100%; padding-left: 0; max-width: 800px;}
}

@media screen and (min-width: 900px){
	div.game_202211_magentabg_inside {
		max-width: 1700px;
		margin: auto;
	}
	div.game_202211_pinkbg_inside {
		max-width: 1700px;
		margin: auto;
	}
	div.personal {
		position: relative;
		z-index: 10;
		margin-top: 100px;
		height: max-content;
	}
	div.personal:before {
		position: absolute;
		content: '';
		width: 150%;
		height: 120%;
		top: -10%;
		left: -10%;
		background-color: #e11f76;
		border: 3px solid transparent;
		border-width: 3px 0 3px 0;
		border-image: linear-gradient(to right, #f48e8e, #f48e8e, #f48e8e, #ffffff, transparent, transparent, transparent) 30% stretch;
		z-index: -1;
	}
	div.personal:after {
		position: absolute;
		content: '';
		width: 100px;
		height: 100px;
		top: -10%;
		left: 50%;
		transform: translate(-50%,-100%);
		background: url(../images/game_202211/dermo_roadshow_2022_ikon1.png) no-repeat center bottom;
		background-size: contain;
	}
	div.checkboxes {
		position: relative;
		margin-top: 100px;
		margin-left: 10%;
		z-index: 12;
	}
	div.checkboxes:after {
		position: absolute;
		content: '';
		width: 15%;
		padding-top: 20%;
		max-height: 80px;
		top: 50%;
		left: -15%;
		transform: translate(-50%,-50%);
		background: url(../images/game_202211/dermo_roadshow_2022_ikon4.png) no-repeat center center;
		background-size: contain;
	}
	div.magenta_title {
		max-width: 700px;
		z-index: 102;
	}
	div.button_cont {
		position: relative;
	}
	div.button_cont:after {
		position: absolute;
		content: '';
		width: 100px;
		height: 100px;
		top: 50%;
		left: 80%;
		transform: translate(0,-50%);
		background: url(../images/game_202211/dermo_roadshow_2022_ikon3.png) no-repeat center bottom;
		background-size: contain;
	}
	div.magenta_title {
		position: relative;
	}
	div.magenta_title:after {
		position: absolute;
		content: '';
		width: 100px;
		height: 100px;
		top: 50%;
		right: 0;
		transform: translate(100%,-50%);
		background: url(../images/game_202211/dermo_roadshow_2022_ikon2.png) no-repeat center bottom;
		background-size: contain;
	}
}
@media screen and (min-width: 1280px){
	div.game_202211_magentabg {
		background: linear-gradient(to right, #db5095, #e11f76, #e11f76, #e94a53) no-repeat;
	}
	div.button_cont:after {
		top: -10%;
		left: 80%;
		transform: translate(1%,1%);
	}
}

@media screen and (max-width: 512px){
	.button_cont button{font-size: 30px !important;}
	.game_202211_pinkbg{font-size: calc(16px + (22 - 16) * var(--alap-arany));}
}
@media screen and (max-width: 420px){
	.button_cont button{font-size: 30px; line-height: 8vw; width: 60vw; height: 60vw; border-radius: 50%;}
	.buttons_container{display: inline-block;}
	.game_202211_buttons{width: 100%; margin: 15px 0;}
}

div.game_202211_partners {
	width: 100%;
	text-align: center;
	background-color: #e11f76;
}
div.game_202211_partners img {
	display: inline-block; vertical-align: middle;
	max-width: calc(240px + (400 - 240) * var(--alap-arany));
	max-height: calc(65px + (125 - 65) * var(--alap-arany));
	transition: all 1s ease;
	padding: calc(10px + (15 - 10) * var(--alap-arany));
}
div.game_202211_partners img:hover {
	transform: scale(1.1);
}
div.game_202211_partners img.manomenu {
	max-width: calc(240px + (400 - 240) * var(--alap-arany));
	max-height: calc(85px + (155 - 85) * var(--alap-arany));
}
div.game_202211_partners img.bioderma {
	max-width: calc(200px + (350 - 200) * var(--alap-arany));
	max-height: calc(55px + (100 - 55) * var(--alap-arany));
}

div.game202211_image_cont div.map_info_div {
	z-index: 0;
	position: absolute;
	width: 100%; max-width: 450px;
	top: calc(100% + 10px);
	border-radius: 15px;
	box-shadow: 0px 0px 10px #808080;
	background-color: #fff;
	padding: calc(10px + (15 - 10) * var(--alap-arany));
	opacity: 0;
	transition: opacity 0.25s ease;
}
@media screen and (max-width: 700px){
	div.game202211_image_cont div.map_info_div {
		left: 50%; transform: translateX(-50%);
	}
}
@media screen and (min-width: 700px){
	div.game202211_image_cont div.map_info_div:nth-child(3), div.game202211_image_cont div.map_info_div:nth-child(4) {
		left: 17%;
	}
/*	div.game202203_image_cont div.map_info_div:nth-child(5), div.game202203_image_cont div.map_info_div:nth-child(6) {
		left: 50%; transform: translateX(-50%);
	}*/
	div.game202211_image_cont div.map_info_div:nth-child(5), div.game202211_image_cont div.map_info_div:nth-child(6) {
		right: 17%;
	}
}
div.game202211_image_cont div.map_info_div.on {
	z-index: 10000;
	opacity: 1;
	transition: opacity 1s ease;
}
div.game202211_image_cont div.map_info_div span.map_info_cim {
	display: inline-block; width: 100%;
	FONT-SIZE: calc(12px + (16 - 12) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #808080; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
}
div.game202211_image_cont div.map_info_div span.map_info_text {
	display: inline-block; width: 100%;
	FONT-SIZE: calc(12px + (14 - 10) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #808080; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}

input[type="checkbox"].blink {
	box-shadow: 0px 0px 15px #9bc443;
	outline: 1px solid #9bc443;
	animation-name: checkboxblink;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
@keyframes checkboxblink {
	0% {transform: scale(1);}
	50% {transform: scale(1.5);}
	100% {transform: scale(1);}
}


div.game_202211_footer {
	width: 100%;
	background-image: linear-gradient(to right, #e94d51, #e11f76, #d869a4);
	padding: 10px 30px;
	text-align: center;
	border: 3px solid transparent;
	border-width: 3px 0 3px 0;
	border-image: linear-gradient(to right, #e6526c, #f095b7, #e24076) 30% stretch;
}
div.game_202211_footer p {
	color: #ffffff;
	font-size: calc(16px + (22 - 16) * var(--alap-arany));
	line-height: 1.4em;
}
div.game_202211_footer a {
	color: #ffffff;
	text-decoration: none;
}
div.game_202211_footer a:hover {
	text-decoration: underline;
}

div.game_202211_left {
	position: relative;
	display: inline-block;
	width: 100%;
}

span.game202211_focim {
	color: #d03875;
	font-size: calc(22px + (45 - 22) * var(--alap-arany));
	font-weight: 700;
	line-height: 1.6em;
}
span.game202211_introtext {
	color: #d03875;
	font-size: calc(14px + (20 - 14) * var(--alap-arany));
	line-height: 1.4em;
}

@media screen and (min-width: 1100px) {
	span.game202211_focim {
		color: #d03875;
		font-size: calc(26px + (45 - 26) * var(--alap-arany));
		font-weight: 700;
		line-height: 1.6em;
	}
	span.nyerj {
		position: relative;
		z-index: 10;
	}
	span.nyerj:before {
		position: absolute;
		content: '';
		width: 150%;
		height: 150%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background: url(../images/game_202211/dermo_roadshow_2022_jel2.png) no-repeat center center;
		background-size: contain;
		z-index: -1;
	}
	span.nyerj:after {
		position: absolute;
		content: '';
		width: 400px;
		height: 100px;
		top: 15%;
		left: 105%;
		background: url(../images/game_202211/dermo_roadshow_2022_jel3.png) no-repeat center center;
		background-size: contain;
		z-index: -1;
	}
	span.game202211_introtext {
		color: #d03875;
		font-size: calc(16px + (20 - 16) * var(--alap-arany));
		line-height: 1.4em;
	}
	div.game_202211_left {
		position: relative;
		display: block;
		width: 60%;
		max-width: 1000px;
		min-width: 845px;
		margin-right: auto;
	}
	div.game_202211_left:after {
		position: absolute;
		content: '';
		height: 100%;
		width: 70%;
		min-width: 500px;
		height: 100%;
		top: 50%;
		right: 0;
		transform: translate(100%,-50%);
		background: url(../images/game_202211/dermo_roadshow_kosar.png) no-repeat center center;
		background-size: contain;
	}
}
