section.header_hl_content_bar {
	width: 100%;
	background-image: linear-gradient(to bottom right, rgba(13,166,154,0.4), white, white, white);
}
div.header_hl_content_container_div {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

div.header_hl_content_photo_div {
	display: block;
	width: 100%;
	padding-top: 57%;
	background: url(../images/hirlevel/hirlevel_fejlec_alap_jobb.png) right center;
	background-size: cover;
}

div.header_hl_content_div {
	display: inline-block;
	position: relative;
	width: 50%;
	min-width: 512px;
	min-height: 300px;
	padding: 5%;
}

span.header_hl_title {
	display: block;
	font-size: calc(32px + (66 - 32) * var(--alap-arany));
	font-style: normal;
	font-weight: 600;
	color: #e3287e;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	margin-bottom: 5%;
}
span.header_hl_text {
	display: block;
	position: relative;
	font-size: calc(26px + (32 - 26) * var(--alap-arany));
	font-style: normal;
	font-weight: 500;
	color: #e3287e;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
}

@media screen and (min-width: 900px) {
	div.header_hl_content_photo_div {
		display: none;
	}
	span.header_hl_title {
		font-size: calc(32px + (66 - 36) * var(--alap-arany));
	}
	span.header_hl_text {
		font-size: calc(22px + (32 - 22) * var(--alap-arany));
	}
	div.header_hl_content_div {
		display: inline-block;
		width: 50%;
		min-width: 512px;
		min-height: 300px;
		padding: 5% 0 5% 10%;
	}
	div.header_hl_content_div:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		right: 0;
		transform: translate(100%,-50%);
		background: url(../images/hirlevel/hirlevel_fejlec_alap_jobb.png) left center;
		background-size: cover;
		z-index: 1;
	}
	span.header_hl_text:after {
		content: '';
		position: absolute;
		width: calc(300px + (400 - 300) * var(--alap-arany));
		height: calc(198px + (264 - 198) * var(--alap-arany));
		top: 50%;
		right: 0;
		transform: translate(50%,-50%);
		background: url(../images/hirlevel/hirlevel_fejlec_repulo.png) center center;
		background-size: contain;
		pointer-events: none;
		z-index: 2;
	}
}

section.hl_content_bar {
	width: 100%;
	background-color: #0DA69A;
	box-shadow: 0px 0px 15px #000000 inset;
}

div.hl_nyj_container_div {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: auto;
}

div.hl_panel_container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

div.hl_panel_container_inside {
	width: 100%;
	max-width: 1024px;
	margin: auto;
}

@media screen and (min-width: 1250px) {
	div.hl_nyj_container_div {
		width: 50%;
	}
	div.hl_panel_container.jatek {
		width: 50%;
	}
	div.hl_panel_container.jatek div.hl_panel_container_inside {
		max-width: 1024px;
		margin: 0 auto 0 0;
	}
}


div.hl_panel_container_top {
	width: 100%;
	padding-top: 11.43%;
	background: url(../images/hirlevel/hirlevel_form_01.png) no-repeat center bottom;
	background-size: 100% 100%;
}
div.hl_panel_container_content {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 0 15% 0 17%;
	background: url(../images/hirlevel/hirlevel_form_02.png) no-repeat center top;
	background-size: 100% calc(100% + 5px);	z-index: 10;
}
div.hl_panel_container_bottom {
	position: relative;
	width: 100%;		
	/*margin-top: -15%;*/
	padding-top: 65.43%;
	background: url(../images/hirlevel/hirlevel_form_03a1.png) no-repeat center top;
	background-size: 100% 100%;	z-index: 5;
}

div.hl_panel_row {
	width: 100%;
	padding: 5px 0;
	text-align: left;
}
div.hl_panel_row label {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	font-size: calc(16px + (22 - 16) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 500;
	color: #e3287e;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	hyphens: auto;
}
div.hl_panel_row input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	font-size: calc(14px + (18 - 14) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	color: #4d4d4d;
	border: 0;
	padding: calc(10px + (15 - 10) * var(--alap-arany));
	border-radius: 15px;
}
div.hl_panel_checkbox_container {
	display: inline-block;
	vertical-align: top;
	width: 25px;	
	text-align: left;
}
div.hl_panel_row input[type="checkbox"] {
	margin: 0;
	color: #e3287e;
	border: 1px solid #e3287e;
}
div.hl_panel_row label.hl_panel_checkbox_label {
	display: inline-block;
	vertical-align: top;
	width: calc(90% - 25px);
	font-size: calc(16px + (22 - 16) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 400;
	color: #e3287e;
	FONT-FAMILY: 'Rubik', sans-serif;
	text-decoration: none;
}
div.hl_panel_row a {
	color: inherit;
	text-decoration: none;
}
div.hl_panel_row a:hover {
	text-decoration: underline;
}
div.hl_panel_row span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: calc(14px + (18 - 14) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 400;
	color: #e3287e;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
}

div.hl_panel_feliratkozom_gomb {
	position: absolute;
	width: max-content;
	padding: 10px 20px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #E01D76;
	box-shadow: 0 4px 6px #00000066;
	font-size: calc(16px + (26 - 16) * var(--alap-arany)) !important;
	border-radius: 20px;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
div.hl_panel_feliratkozom_gomb:hover {
	transform: translateX(-50%) scale(1.05);
}


div.hl_nyj_cim1_div {
	width: 100%;
	font-size: calc(36px + (66 - 36) * var(--alap-arany-full-hd)) !important;
	font-style: normal;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	hyphens: auto;
	text-shadow: 0 4px 6px #00000066;
	text-align: left;
	padding: 10% 5% 3% 10%;
	line-height: 1.4em;
}

@media screen and (max-width: 450px) {
	div.hl_nyj_cim1_div {
		font-size: calc(28px + (66 - 28) * var(--alap-arany)) !important;
	}
}

div.hl_nyj_cim2_div {
	width: 100%;
	font-size: calc(16px + (32 - 16) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	hyphens: auto;
	text-align: left;
	padding: 0 5% 5% 10%;
	line-height: 1.4em;
}
div.hl_nyj_row_div {
	position: relative;
	padding: 0 0 0 10%;
	text-align: left;
}
div.hl_nyj_cim3_div {
	position: absolute;
	top: 0;
	left: 50%;
	transform: rotate(-5deg) translateY(-100%);
	width: max-content;
	font-size: calc(32px + (66 - 32) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	hyphens: auto;
	text-align: left;
	padding: calc(5px + (10 - 5) * var(--alap-arany)) calc(10px + (20 - 10) * var(--alap-arany));
	border-radius: calc(10px + (20 - 10) * var(--alap-arany));
	background-color: #E3297E;
	z-index: 2;
	line-height: 1.4em;
}
div.hl_nyj_cim4_div {
	display: inline-block;
	font-size: calc(16px + (36 - 16) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	hyphens: auto;
	text-align: left;
	padding: calc(10px + (20 - 10) * var(--alap-arany)) calc(15px + (30 - 15) * var(--alap-arany));
	border-radius: calc(10px + (20 - 10) * var(--alap-arany));
	background-color: #E3297E;
	box-shadow: 0 4px 6px #00000066;
	z-index: 1;
	line-height: 1.4em;
}

@media screen and (max-width: 400px) {
	div.hl_nyj_cim3_div {
		top: 0;
		left: 100%;
		transform: translate(-100%,-100%);
	}
	div.hl_nyj_cim4_div {
		text-align: center;
	}
}

div.hl_nyj_cim5_div {
	position: relative;
	width: 70%;
	font-size: calc(14px + (24 - 14) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	hyphens: auto;
	text-align: left;
	padding: 10% 5% 5% 10%;
	margin: 0 auto 0 0;
	line-height: 1.4em;
}
div.hl_nyj_cim5_div ul {
	padding: 20px;
}
div.hl_nyj_cim6_div {
	position: relative;
	width: 70%;
	font-size: calc(14px + (24 - 14) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	hyphens: auto;
	text-align: left;
	padding: 20px calc(10px + (20 - 10) * var(--alap-arany)) 20px 10%;
	margin: 0 auto 0 0;
	line-height: 1.4em;
	background-color: #BE1B65;
	border-radius: 0 calc(10px + (20 - 10) * var(--alap-arany)) calc(10px + (20 - 10) * var(--alap-arany)) 0;
	box-shadow: 0 4px 6px #00000066;
	z-index: 2;
}
div.hl_nyj_cim7_div {
	position: relative;
	width: 70%;
	font-size: calc(12px + (20 - 12) * var(--alap-arany)) !important;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	hyphens: auto;
	text-align: left;
	padding: 60px calc(10px + (20 - 10) * var(--alap-arany)) 20px 10%;
	margin: -40px auto 50px 0;
	line-height: 1.4em;
	background-color: #901437;
	border-radius: 0 0 calc(10px + (20 - 10) * var(--alap-arany)) 0;
	box-shadow: 0 4px 6px #00000066;
	z-index: 1;
}
div.hl_nyj_cim7_div a {
	color: inherit;
	text-decoration: none;
}
div.hl_nyj_cim7_div a:hover {
	text-decoration: underline;
}
div.hl_nyj_cim7_div:after {
	position: absolute;
	content: '';
	width: 70%;
	padding-top: 70%;
	right: 10%;
	bottom: -10%;
	transform: translate(100%, 25px);
	background: url(../images/hirlevel/hirlevel_nyreremenyjatek_doboz.png) no-repeat center center;
	background-size: contain;
	pointer-events: none;
}

@media screen and (max-width: 900px) {
	div.hl_nyj_cim7_div:after {
		position: absolute;
		content: '';
		width: 70%;
		padding-top: 90%;
		right: 10%;
		bottom: -10%;
		transform: translate(100%, 25px);
		background: url(../images/hirlevel/hirlevel_nyreremenyjatek_doboz_b.png) no-repeat center center;
		background-size: contain;
		pointer-events: none;
	}
}

@media screen and (max-width: 450px) {
	div.hl_nyj_cim5_div:after {
		position: absolute;
		content: '';
		width: 70%;
		padding-top: 70%;
		right: 10%;
		top: 50%;
		transform: translate(100%, -50%);
		background: url(../images/hirlevel/hirlevel_nyreremenyjatek_doboz.png) no-repeat center center;
		background-size: contain;
		pointer-events: none;
	}
	div.hl_nyj_cim6_div {
		width: 90%;
	}
	div.hl_nyj_cim7_div {
		width: 90%;
	}
	div.hl_nyj_cim7_div:after {
		display: none;
	}
}
@media screen and (min-width: 1250px) {
	div.hl_nyj_cim5_div:after {
		position: absolute;
		content: '';
		width: 70%;
		padding-top: 90%;
		right: 10%;
		top: 0;
		transform: translateX(100%);
		background: url(../images/hirlevel/hirlevel_nyreremenyjatek_doboz_b.png) no-repeat center center;
		background-size: contain;
		pointer-events: none;
	}
	div.hl_nyj_cim7_div:after {
		display: none;
	}
}/*new newsletter form*/#lmForm232618{	font-family: inherit;}div.LMFormBox{	font-family: inherit !important;}