/*
Z-indexek: (* = új stacking context, mivel position = fixed vagy sticky)
suti-wrapper	1000	body > (6) *suti-wrapper
go-top			 998	body > (5) *go-top
backdrop	 999	body > (2) content-wrapper > content > (4) backdrop
regisztracio	1000	body > (2) content-wrapper > content > (3) regisztracio
prg text			   0	body > (2) content-wrapper > content > (3) .right_content_wrapper > .right_content > div > (2) .text					(.right_content .text)
fav prg del		 998	body > (2) content-wrapper > content > (3) .right_content_wrapper > .right_content > div > (1) .image > (2) span	(.right_content .image span.fav-del)
menu backdrop	 998	body > (1)  nav-wrapper > nav > *(5) .backdrop 					(#menu-checkbox:checked ~ #nav .backdrop, .menu[aria-expanded="true"] + .backdrop)
menu ul			1000	body > (1)  nav-wrapper > nav >  (4) menu > (2) ul 			(#menu-checkbox:checked ~ #nav .menu ul, .menu[aria-expanded="true"] ul)
menu X			1001	body > (1)  nav-wrapper > nav >  (4) menu > (1) .menu-close	(#menu-checkbox:checked ~ #nav .menu-close, .menu[aria-expanded="true"] .menu-close)
menu				 999	body > (1)  nav-wrapper > nav > *(4) menu
nav-wrapper		 999	body > (1) *nav-wrapper

prg img fav		 850	body > (2) content-wrapper > content > (3) .right_content_wrapper > .right_content > div > (1) .image > (2) span	(.right_content .image span, #program-wrapper span)
prg img a		 849	body > (2) content-wrapper > content > (3) .right_content_wrapper > .right_content > div > (1) .image > (1) a		(.right_content .image a)
*/
@font-face {
	font-family: OpenSans;
	src: url(OpenSans-Regular.ttf);
}
@font-face {
	font-family: OpenSans;
	src: url(OpenSans-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: OpenSans;
	src: url(OpenSans-Italic.ttf);
	font-style: italic;
}
@font-face {
	font-family: OpenSans;
	src: url(OpenSans-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	background-color: #f3f3f3;
	font-family: "OpenSans", sans-serif;
	font-size: 16px;
	color: #333333;
	display: flex;
	flex-flow: column nowrap;
	min-height: 100%;
}
body.homepage,
body.print {
	background-color: #ffffff;
}
table {
	border-spacing: 0;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.center,
.hp_div {
	text-align: center;
}
.small {
	font-size: 13px;
}
.hibauz,
.csillag,
.req:before {
	color: #ff0000;
}
.hiba {
	box-shadow: 0 0 2px 1px #ff0000;
}
.req:before {
	content: "*";
	padding-right: 2px;
}
form {
	font-size: 0; /* inline elemek (pl. inputok) közti üres text node eltávolítása */
}
label,
input,
select,
button,
p,
a {
	font-family: "OpenSans", sans-serif;
	font-size: 16px;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='submit'],
select,
button,
a.button {
	margin: 5px 0;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 100%;
}
input[type='text']:disabled,
input[type='email']:disabled,
input[type='number']:disabled {
	color: #999999;
	background-color: #f3f3f3;
}
label.disabled {
	color: #bbbbbb;
}
input[type='submit'],
button,
a.button {
	margin: 5px 25%;
	background-color: #cccccc;
	width: 50%;
	cursor: pointer;
}
a.button {
	display: inline-block;
	text-align: center;
}
a.button.disabled,
a.button.disabled:hover,
input[type='submit']:disabled,
input[type='submit']:disabled:hover {
	color: #bbbbbb;
	background-color: #dddddd;
	cursor: default;
}
input[type='submit']:hover,
button:hover,
a.button:hover {
	background-color: #4d4d4d;
	color: #eeeeee;
}
#prglink,
p.email,
span.email {
	color: #1ebbf0;
	cursor: pointer;
}
#prglink:hover,
p.email:hover,
span.email:hover {
	text-decoration: underline;
}
#content-wrapper {
/*	background-color: #f3f3f3; /* rgb(243,243,243) */
	flex-grow: 1;
}
#content-wrapper,
#content {
	position: relative;
}
#bg-image {
	background-image: url(/img/home-bg.jpg?v=250530);
/*	background-image: linear-gradient( rgba(243,243,243,0), rgba(243,243,243,0), rgba(243,243,243,1) ), url(/img/home-bg.jpg);*/
/*	background-size: 100% 300px;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
   width: 100%;
	height: 300px;
	position: absolute;
}
#nav-wrapper {
	background-color: #535353;
	box-shadow: 0 0 5px #535353;
/*	background-color: #f3f3f3;
	box-shadow: 0 0 5px #999999;*/
	position: sticky;
	top: 0;
	z-index: 999;
}
#nav,
.submenu,
#content,
#footer,
#suti {
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
}
.submenu {
	flex-flow: column-reverse nowrap;
}
#content,
#footer,
#suti {
	flex-flow: row wrap;
}
#nav {
	padding: 5px 20px 5px 5px;
	position: sticky;
	top: 0;
	flex-flow: row nowrap;
	align-items: center;
}
#footer-wrapper,
#suti-wrapper {
	background-color: #4d4d4d;
	color: #cccccc;
}
#cim,
.hp_div,
.left_column,
.right_content_fejlec,
#stat {
	width: 100%;
}
.hp_div.white {
	margin: 0 auto;
	max-width: 440px;
}
.hp_div.grey {
   margin-bottom: 10px;
	background-color: #f4f4f4;
}
#quicksearch {
   margin: 0 auto;
	max-width: 400px;
	border-radius: 28px;
}
#reg_kezdete {
	margin-bottom: 10px;
}
.hp_div h3 {
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#quicksearch h3 {
	padding-bottom: 20px;
}
.hp_div p:not(:last-of-type) {
	margin-bottom: 10px;
}
#content,
.hp_div,
#footer,
#suti,
#stat {
	padding: 20px;
}
#video {
	margin: 0 auto;
	max-width: 400px;
}
#video-wrapper {
	margin-top: 20px;
	padding: 0 0 56.25% 0 !important; /* 16:9 */
	height: 0;
	position: relative;
}
.nomatch #video-wrapper {
	margin: 25px 0 10px 0;
}
#video-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#stat {
	margin: 0 auto;
   background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.homepage #stat {
	padding-top: 0;
}
#stat p {
   margin: 10px;
	padding: 10px 25px 10px 10px;
	background-color: #eeeeee;
	border-radius: 32px;
   display: inherit;
   line-height: 44px;
}
#stat p:before {
	content: "";
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: center;
	background-color: #cccccc;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
#stat p.helyszin:before {
	background-image: url(/img/pin.svg);
}
#stat p.program:before {
	background-image: url(/img/event.svg);
}
#stat p.szereplo:before {
	background-image: url(/img/team.svg);
}
#stat p.szervezo:before {
	background-image: url(/img/univ.svg);
}
/*
#stat a {
   margin: 10px;
	padding: 10px 25px 10px 10px;
	background-color: #eeeeee;
	border-radius: 32px;
   display: inherit;
   line-height: 44px;
}
#stat a:before {
	content: "";
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: center;
	background-color: #cccccc;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	transition: background-size 0.1s ease;
}
#stat a:hover:before {
	background-size: auto 28px;
}
#stat a.helyszin:before {
	background-image: url(/img/pin.svg);
}
#stat a.program:before {
	background-image: url(/img/event.svg);
}
#stat a.szereplo:before {
	background-image: url(/img/team.svg);
}
*/
#logo {
	background-image: url(/img/nav-logo.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	display: block;
	min-width: 152px;
	height: 48px;
	flex-grow: 1;
}
/*
#nav h1 {
	padding: 10px;
   font-size: 20px;
   font-weight: normal;
	text-transform: uppercase;
	flex-grow: 1;
}
*/
#footer p {
	width: 100%;
	text-align: center;
}
#footer-email span {
	cursor: pointer;
}
#footer-email span:after {
	content:'@kutatokejszakaja.pte.hu';
}
#footer-email span:hover,
#footer a:hover {
	text-decoration: underline;
}
#go-top {
	background-color: #4d4d4d;
	background-image: url(/img/close-light.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 30px;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 70px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 998;
	cursor: pointer;
}
#go-top.show {
	visibility: visible;
	opacity: 0.75;
}
#suti-wrapper {
	background-color: rgb(0, 0, 0, 0.8);
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
/*#suti {
	background-color: #4d4d4d;
	color: #eeeeee;
	display: flex;
	flex-flow: row wrap;
}
#suti a.button:hover {
	background-color: #666666;
}
*/
.fulltext {
   padding: 20px;
	background-color: #ffffff;
	width: 100%;
	box-shadow: 0 0 5px #aaaaaa;
	border-radius: 28px;
}
.fulltext p,
.fulltext ul,
#suti p {
	margin-bottom: 10px;
}
.fulltext a:not(.button),
#suti a:not(.button) {
	color: #1ebbf0;
}
.fulltext a:not(.button):hover,
#suti a:not(.button):hover {
	text-decoration: underline;
}
.fulltext h1 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}
.fulltext h1:not(:first-of-type) {
	margin-top: 20px;
}
.fulltext h2 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}
.fulltext h2:not(:first-of-type) {
	margin-top: 15px;
}
.fulltext h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.fulltext ul {
	list-style: none;
}
#quicksearch {
	background-color: #bababa;
	box-shadow: 0 0 5px #aaa, 0 -3px 7px -7px #000;
}
#quicksearch input[type='submit'] {
	background-color: #666666;
	border-color: #666666;
	color: #ffffff;
}
#quicksearch input[type='submit']:hover {
	background-color: #333333;
	border-color: #333333;
}
.left_column form {
	background-color: #f3f3f3;
	box-shadow: 0 0 5px #aaa;
}
.left_column #kedvencek_form p {
	padding: 0 15px 15px 15px;
}
.left_column #kedvencek_form p:first-of-type {
	padding-top: 15px;
}
.szuro-toggle,
.right_content_fejlec {
	color: #eeeeee;
	background-color: #6f7699;
/*	background-color: #22649e;*/
	box-shadow: 0 -4px 7px -7px #000;
}
.right_content_fejlec {
	height: 60px;
	line-height: 60px;
}
#programok-fejlec label {
	display: none;
}
#szereplok-fejlec label,
#egysegek-fejlec label {
	line-height: 40px;
	text-transform: uppercase;
	flex-grow: 1;
	text-align: center;
}
.right_content_fejlec label span {
	text-transform: none;
}
.right_content_fejlec form {
	padding: 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	height: 100%;
}
.right_content_fejlec select {
	margin: 0;
	min-width: 160px;
}
.right_content_fejlec div {
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: center;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.right_content_fejlec div.racs {
	background-image: url(/img/square.svg);
}
.right_content_fejlec div.lista {
	background-image: url(/img/list.svg);
}
#programok-wrapper #talalat_div {
	padding-top: 15px;
	text-align: center;
}
#szereplok-wrapper #talalat_div,
#egysegek-wrapper #talalat_div {
	display: none;
}
.left_column {
	margin-bottom: 20px;
}
#cim {
	padding: 20px 0 60px 0;
}
#cim h1,
#cim h2 {
	width: 100%;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 10px #666, 0 1px 5px #000;
/*   	-1px -1px 0 #333333,
   	1px -1px 0 #333333,
   	-1px 1px 0 #333333,
   	1px 1px 0 #333333;
*/
}
#cim h1 {
	margin: 0 auto 20px auto;
	max-width: 400px;
	font-size: 28px;
}
#cim h2 {
	font-size: 24px;
}
.right_content_wrapper {
	width: 100%;
}
.right_content {
	padding: 20px 0 0 0;
	width: 100%;
   display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 20px;
}
.right_content.lista {
	grid-template-columns: 100%;
}
#ajanlo {
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.right_content > div:not(.nomatch) {
	background-color: #ffffff;
	box-shadow: 0 0 5px 2px #cccccc;
	border-radius: 28px;
/*	min-height: 300px;*/
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
}
.right_content.lista > div {
	border-radius: 0 28px 28px 0;
	flex-flow: row nowrap;
}
#programok > div.torolt:after {
	content: "Sajnáljuk, a programot a szervezők törölték";
	padding: 20% 10px;
	background-color: #ffffff;
	opacity: 0.8;
	border-radius: 28px;
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#egysegek > div {
/*	padding-bottom: 20px;*/
	height: 400px;
	position: relative;
}
#egysegek.lista > div {
	height: auto;
	min-height: 32px;
}
.right_content .image {
	margin-bottom: 10px;
	background-color: #6f7699;
/*	background-color: #f3f3f3;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 28px 28px 0 0;
	position: relative;
}
.right_content.lista .image {
	display: none;
}
#ajanlo .image,
#programok .image {
	height: 200px;
}
#szereplok .image {
	height: 300px;
}
#egysegek .image {
	margin-bottom: 0;
	height: 400px;
	border-radius: 28px;
}
.right_content .image.nopic {
	background-size: contain;
/*	background-position-y: top;*/
}
.right_content .image a {
   width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*	z-index: 849;*/
}
/*
.right_content.racs .image span,
.right_content.lista > div > span,
*/
.right_content .image span,
#program-wrapper span {
	background-color: #ffffff;
	background-image: url(/img/heart-red.svg);
	background-repeat: no-repeat;
	background-size: auto 26px;
	background-position: center;
	box-shadow: 0 0 5px #cccccc;
	border-radius: 50%;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: background-size 0.1s ease;
	cursor: pointer;
/*	z-index: 850;*/
}
/*
.right_content.racs .image span.fav,
.right_content.lista > div > span.fav,
*/
.right_content .image span.fav,
#program-wrapper span.fav {
	background-image: url(/img/heart-fill.svg);
}
/*
.right_content.racs .image span:hover,
.right_content.lista > div > span:hover,
*/
.right_content .image span:hover,
#program-wrapper span:hover {
	background-size: auto 30px;
}
html.touchscreen .right_content .image span:hover,
html.touchscreen #program-wrapper span:hover {
	background-size: auto 26px;
}
.right_content .image span.fav-del {
	background-color: #ff0000;
	background-image: url(/img/cross-white.svg);
	background-size: auto 20px;
	z-index: 998;
}
.right_content .image span.fav-del:hover {
	background-size: auto 24px;
}
.right_content .text {
	margin-top: -40px;
	padding: 0 20px;
	flex-grow: 1;
	z-index: 0;
}
.right_content.lista .text {
	margin-top: 0;
	width: calc(100% - 64px);
}
#szereplok .text {
	padding-bottom: 15px;
}
#egysegek .text {
	margin-top: 0;
	position: absolute;
	bottom: 28px;
	left: 0;	
}
#egysegek.lista .text {
	position: relative;
	bottom: 0;
}
.right_content .text h2 {
	font-size: 22px;
	line-height: 36px;
}
#egysegek .text h2,
.right_content.lista .text h2 {
	font-size: 18px;
	line-height: 32px;
}
.right_content .text h2 a {
	margin-left: -20px;
	padding: 4px 20px;
	background-color: #63ecbe;
	color: #333333;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-size: 22px;
	font-weight: bold;
}
#egysegek .text h2 a,
.right_content.lista .text h2 a {
	font-size: 18px;
}
.right_content div:not(.torolt) .text h2 a:hover,
.right_content div:not(.torolt) .image:hover + .text h2 a {
	background-color: #333333;
	color: #63ecbe;
}
html.touchscreen .right_content .text h2 a:hover,
html.touchscreen .right_content .image:hover + .text h2 a {
	background-color: #63ecbe;
	color: #333333;
}
.right_content .text h2 + p {
	margin-top: 10px;
}
.right_content.lista .text h2 + p {
	margin-top: 5px;
}
.right_content .text > p {
	margin-bottom: 10px;
}
.right_content.lista .text > p {
	margin-bottom: 5px;
}
#szereplok.lista .text > p strong {
	font-weight: normal;
}
#programok.lista .text > p:last-of-type {
	display: none;
}
#szereplok.lista .text > p:last-of-type {
	margin-bottom: 0;
}
#ajanlo .idopont_box,
#programok .idopont_box,
#prg_alap .idopont_box {
	margin: 0 -20px;
	padding: 10px 20px;
	background-color: #cccccc;
	display: inline-block;
}
#ajanlo .idopont_box,
#prg_alap .idopont_box {
	margin-bottom: 20px;
}
#programok.lista .idopont_box {
	padding: 5px 20px;
}
#programok.lista .idopont_box p {
	white-space: nowrap;
	display: inline-block;
}
#programok.lista .idopont_box p:not(:last-of-type):after {
	content: " |\00a0";	/* \00a0 = &nbsp; */
}
#programok .icons {
	margin: 15px 0 0 0;
/*	margin: 15px 5px 0 5px;*/
	padding: 10px;
	background: #f4f4f4;
	border-radius: 0 0 28px 28px;
/*	border-top: 1px solid #cccccc;
	border-radius: 35px;*/
	height: 64px;
	display: flex;
	flex-flow: row nowrap;
}
#programok.lista .icons {
	margin: 0;
	background: none;
	width: 64px;
	height: auto;
	flex-flow: column nowrap;
}
#programok .icons span,
span.icons.reg {
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
#programok .icons span {
	margin-right: 8px;
	background-size: auto 24px;
	background-position: center;
	display: block;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}
span.icons.reg {
	background-size: auto 16px;
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: text-bottom;
}
#programok.lista .icons span {
	margin-right: 0;
	margin-bottom: 8px;
}
#programok.lista .icons span:last-of-type {
	margin-bottom: 0;
}
#programok .icons .spacer {
	flex-grow: 1;
}
/*
#programok .icons .reg,
#programok .icons .dis,
#programok .icons .lang {
	margin-right: 8px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: center;
	border-radius: 50%;
	display: block;
	width: 44px;
	height: 44px;
}
*/
#programok .icons .reg,
span.icons.reg {
	background-color: #ffd000;
	background-image: url(/img/reg.svg);
}
#programok .icons .reg {
	margin-right: 0;
}
#programok .icons .onl {
	background-color: #93ecbe;
	background-image: url(/img/online.svg);
}
#programok .icons .dis {
	background-color: #cccccc;
	background-image: url(/img/dis.svg);
}
#programok .icons .lang {
	background-color: #cccccc;
	background-image: url(/img/lang.svg);
}
/*
#programok .icons .onl.url:after {
	content: '';
	margin: -7px 0 0 27px;
	background-color: #93ecbe;
	background-image: url(/img/link.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px solid #f4f4f4;
	border-radius: 13px;
	display: block;
	width: 20px;
	height: 20px;
}
#programok .icons .dis,
#programok .icons .lang {
	margin-right: 8px;
}
*/
/*
#programok.racs .icons .dis,
#programok.racs .icons .lang {
	margin-right: 8px;
}
*/
.left_column form,
#szuro .szuro_div
/*#szuro select:not(.fullw),
#szuro input[type='text'],
#szuro .text_div,
#szuro .checkbox_div*/ {
	display: none;
}
#szuro-checkbox:checked ~ form,
#fav-checkbox:checked ~ form {
	display: flex;
	flex-flow: column nowrap;
}
.szuro-toggle {
	background-image: url(/img/open-light.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 16px;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}
#szuro-checkbox:checked + label,
#fav-checkbox:checked + label {
	background-image: url(/img/close-light.svg);
}
#szuro-search-checkbox:checked ~ #search,
#szuro-online-checkbox:checked ~ #online,
#szuro-varos-checkbox:checked ~ #varos,
#szuro-nyelv-checkbox:checked ~ #nyelv {
	display: block;
}
#szuro-korosztaly-checkbox:checked ~ #korosztaly,
#szuro-helyszin-checkbox:checked ~ #helyszin,
#szuro-tudomanyag-checkbox:checked ~ #tudomanyag,
#szuro-tipus-checkbox:checked ~ #tipus,
#szuro-akadaly-checkbox:checked ~ #akadalymentes,
#szuro-reg-checkbox:checked ~ #reg,
#szuro-egyseg-checkbox:checked ~ #egyseg {
	display: grid;
}
.szuro-label-toggle {
	padding: 0 44px 0 32px;
	background-color: #ffffff;
	background-image: url(/img/open.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 18px;
	border-top: 1px solid #cccccc;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	white-space: nowrap;
	display: inherit;
	position: relative;
}
.szuro-label-toggle:before {
	content: "";
	margin: 5px;
	border-radius: 50%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 16px;
	width: 30px;
	min-width: 30px;
	height: 30px;
}
#szuro-search-checkbox + label:before {
	background-image: url(/img/search.svg);
}
#szuro-online-checkbox + label:before {
	background-image: url(/img/online.svg);
}
#szuro-varos-checkbox + label:before {
	background-image: url(/img/city.svg);
}
#szuro-helyszin-checkbox + label:before {
	background-image: url(/img/pin.svg);
}
#szuro-tudomanyag-checkbox + label:before {
	background-image: url(/img/hat.svg);
}
#szuro-korosztaly-checkbox + label:before {
	background-image: url(/img/target.svg);
}
#szuro-tipus-checkbox + label:before {
	background-image: url(/img/seminar.svg);
}
#szuro-akadaly-checkbox + label:before {
	background-image: url(/img/dis.svg);
}
#szuro-reg-checkbox + label:before {
	background-image: url(/img/reg.svg);
}
#szuro-nyelv-checkbox + label:before {
	background-image: url(/img/lang.svg);
}
#szuro-egyseg-checkbox + label:before {
	background-image: url(/img/univ.svg);
}
.szuro-label-toggle span {
	background-image: url(/img/filter.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 24px;
	display: block;
	width: 44px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.szuro-label-checkbox:checked + label {
	background-image: url(/img/close.svg);
}
/*
.szuro-label-toggle:first-of-type {
	border: none;
}
*/
/*#szuro select,
#szuro input[type='text'] {
	width: auto;
	margin: 10px;
}*/
#szuro .szuro_div {
	padding: 10px;
	max-height: 60vh;
	overflow: auto;
}
#szuro .szuro_div select,
#szuro .szuro_div input[type='text'] {
	margin: 0;
}
#szuro .checkbox_div {
	grid-template-columns: 20px auto;
	grid-gap: 10px;
	align-items: center;
/*	justify-items: start;*/
}
#szuro .checkbox_div .fullw {
	margin: 0;
	grid-column: 1 / span 2;
}
#szuro .szuro_div p.fullw {
	margin: -20px -10px 10px -10px;
	padding: 12px;
	background-color: #ffffff;
}
#szuro .checkbox_div p.fullw {
	margin-bottom: 0;
}
#szuro .checkbox_div .grid-c2 {
	grid-column: 2 / 2;
	width: 50%;
}
#szuro .submit_div {
	padding: 10px 5px;
	border-top: 1px solid #cccccc;
	display: flex;
	flex-flow: row nowrap;
}
#szuro .submit_div input,
#szuro .submit_div button {
	margin: 0 5px;
}
.submit_div button {
	background-color: transparent;
	width: -moz-available;
	width: -webkit-fill-available;
}
.submit_div button:hover {
	background-color: #4d4d4d;
}
.submit_div button:before {
	content: "";
	margin-right: 5px;
	background-image: url(/img/cross_s.png);
	background-position: 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: -1px;
}
.submit_div button:hover:before {
	background-position: 0 30px;
}
.submit_div button:disabled {
	color: #cccccc;
	cursor: default;
}
.submit_div button:disabled:hover {
	background-color: transparent;
	color: #cccccc;
}
.submit_div button:disabled:before {
	background-position: 0 15px;
}
.submit_div button:disabled:hover:before {
	background-position: 0 15px;
}
#szuro form a {
	padding: 5px 0;
	display: block;
	text-align: center;
	cursor: pointer;
}
#szuro form a:hover {
	text-decoration: underline;
}
/*
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
*/
.menu-checkbox,
#szuro-checkbox,
#fav-checkbox,
.szuro-label-checkbox {
	display: none;
/*	position: absolute;
	left: -1000vw;*/
}
.menu-bars {
	line-height: 1em;
	cursor: pointer;
/*
	display: inline-block;
	padding: .75em 15px;
	font-size: 1em;
	color: #333;
*/
}
.menu {
	background-color: #f3f3f3;
	position: fixed;
	right: -250px;
	top: 0;
	height: 100%;
	overflow: auto;
	transition: right 0.3s ease;
	z-index: 999;
}
.menu ul {
	list-style: none;
	margin: 0;
	min-height: 100%;
	width: 250px;
}
.menu > ul {
	padding: 70px 0 0 0;
}
.menu a {
   color: #333333;
   border-bottom: 1px solid #cccccc;
	display: block;
	padding: 15px 34px 15px 20px;
	line-height: 1em;
	text-transform: uppercase;
/*	text-align: right;*/
}
.menu .sub {
   border-bottom: 1px solid #cccccc;
}
.menu .sub label {
   color: #333333;
	display: block;
	padding: 15px 0 15px 20px;
	line-height: 1em;
	text-transform: uppercase;
/*	text-align: right;*/
}
.submenu-wrapper {
	max-height: 0;
	transition: max-height 0.2s ease-out;
	overflow: hidden;
}
.submenu a {
	padding: 12px 34px 12px 20px;
   border: none;
	text-transform: none;
}
.submenu li:first-of-type {
	display: none;
/*	margin-left: 20px;
	text-transform: uppercase;
	font-style: italic;*/
}
.submenu ul:last-of-type li:nth-child(2) a {
	padding-top: 9px;
}
.submenu ul:first-of-type li:last-of-type a {
	padding-bottom: 15px;
}
.menu > ul > li:first-of-type a {
   border-top: 1px solid #cccccc;
}
.menu-close {
	cursor: pointer;
}
.menu .menu-close {
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
#menu-checkbox:checked ~ #nav .menu,
.menu[aria-expanded="true"] {
	right: 0;
}
#menu-rolunk-checkbox:checked ~ .submenu-wrapper {
	max-height: 400px;
	transition: max-height 0.2s ease-in;
}
#menu-rolunk-checkbox ~ .menu-fold .icon {
	transition: transform 0.3s;
}
#menu-rolunk-checkbox:checked ~ .menu-fold .icon {
	transform: scaleY(-1);
}
#menu-checkbox:checked ~ #nav .menu-close,
.menu[aria-expanded="true"] .menu-close {
	z-index: 1001;
}
#menu-checkbox:checked ~ #nav .menu > ul,
.menu[aria-expanded="true"] ul {
	position: relative;
	z-index: 1000;
}
#menu-checkbox:checked ~ #nav .backdrop,
.menu[aria-expanded="true"] + .backdrop {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	cursor: default;
}
/*.menu .kedvencek {
	display: none;
}
*/
#nav > .kedvencek {
	margin-right: 20px;
	line-height: 1em;
	cursor: pointer;
}
/*
@supports (position: fixed) {
	.menu,
	.menu:target + .backdrop,
	.menu[aria-expanded="true"] + .backdrop{
		position: fixed;
	}
}
*/
.icon {
	display: inline-block;
}
.icon:before {
	content: "";
	background-repeat: no-repeat;
	background-size: auto 28px;
	display: inline-block;
	width: 28px;
	height: 28px;
}
.icon.bars:before {
	background-image: url(/img/menu.svg);
}
.icon.close:before {
	background-image: url(/img/cross.svg);
}
.icon.fav:before {
	background-image: url(/img/heart.svg);
}
.icon.fold {
	margin: 0 10px;
	float: right;
}
.icon.fold:before {
	background-image: url(/img/fold.svg);
	background-position-y: 2px;
	background-size: auto 14px;
	width: 14px;
	height: 14px;
}
.loader {
   margin: 0 auto;
	position: relative;
	width: 64px;
	height: 64px;
/*	background-color: transparent !important;
	box-shadow: none !important;
	min-height: auto !important;*/
}
.loader:first-child {
	grid-column: 1 / span end;
}
.loader span {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #cccccc;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader span:nth-child(1) {
	left: 6px;
	animation: loader1 0.6s infinite;
}
.loader span:nth-child(2) {
	left: 6px;
	animation: loader2 0.6s infinite;
}
.loader span:nth-child(3) {
	left: 26px;
	animation: loader2 0.6s infinite;
}
.loader span:nth-child(4) {
	left: 45px;
	animation: loader3 0.6s infinite;
}
@keyframes loader1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}
@keyframes loader3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}
@keyframes loader2 {
	0% { transform: translate(0, 0); }
	100% { transform: translate(19px, 0); }
}
.nomatch {
	grid-column: 1 / span end;
	text-align: center;
}
#program-wrapper,
#szereplo-wrapper,
#egyseg-wrapper {
	padding: 0;
	border-radius: 28px;
	display: flex;
	flex-flow: row wrap;
}
#program-wrapper div,
#szereplo-wrapper div,
#egyseg-wrapper div {
	padding: 20px;
	width: 100%;
}
#program-wrapper #prg_reszletek {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}
#program-wrapper #prg_reszletek_1 {
	padding-bottom: 0;
}
#program-wrapper #prg_reszletek_2 {
	padding-top: 0;
}
#prg_alap {
	position: relative;
}
#prg_alap img {
	margin-left: -20px;
	width: calc(100% + 20px);
/*	width: calc(100% + 40px);*/
/*	max-width: calc(100% + 40px);*/
}
#szerep_reszletek img,
#egyseg_reszletek img {
	margin: -20px 0 20px -20px;
	width: calc(100% + 40px);
}
#prg_alap h2,
#szerep_alap h2,
#egyseg_alap h2 {
	padding-right: 60px;
}
#prg_reszletek,
#szerep_reszletek,
#egyseg_reszletek {
	background-color: #f3f3f3;
	border-radius: 28px;
/*	border-radius: 0 0 28px 28px;*/
}
#prg_reszletek h3,
#szerep_reszletek h3,
#egyseg_reszletek h3,
#prglink {
	margin-left: 54px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: flex;
	align-items: center;
}
#prg_reszletek h3:before,
#szerep_reszletek h3:before,
#egyseg_reszletek h3:before,
#prglink:before {
	content: "";
	margin: 0 10px 0 -54px;
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-position: center;
	background-color: #cccccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}
#prg_reszletek h3.reg:before {
	background-color: #ffd000;
	background-image: url(/img/reg.svg);
}
#prg_reszletek h3.hely:before {
	background-image: url(/img/pin.svg);
}
#prg_reszletek h3.online:before {
	background-image: url(/img/online.svg);
}
#prg_reszletek h3.ido:before {
	background-image: url(/img/clock.svg);
}
#prg_reszletek h3.szerep:before {
	background-image: url(/img/team.svg);
}
#prg_reszletek h3.szerv:before {
	background-image: url(/img/univ.svg);
}
#prg_reszletek h3.tud:before {
	background-image: url(/img/hat.svg);
}
#prg_reszletek h3.tip:before {
	background-image: url(/img/seminar.svg);
}
#prg_reszletek h3.kor:before {
	background-image: url(/img/target.svg);
}
#prg_reszletek h3.dis:before {
	background-image: url(/img/dis.svg);
}
#prg_reszletek h3.lang:before {
	background-image: url(/img/lang.svg);
}
#szerep_reszletek h3.egyseg:before {
	background-image: url(/img/univ.svg);
}
#szerep_reszletek h3.info:before {
	background-image: url(/img/info.svg);
}
#szerep_reszletek h3.kontakt:before,
#egyseg_reszletek h3.kontakt:before {
	background-image: url(/img/contact.svg);
}
#szerep_reszletek h3.prg:before,
#prglink:before {
	background-image: url(/img/event.svg);
}
#prg_reszletek input,
#prg_reszletek a.button {
	margin: 5px 0 15px 54px;
	width: calc(100% - 54px);
/*	min-width: fit-content;
	min-width: -moz-fit-content;*/
}
#prg_reszletek p,
#szerep_reszletek p {
	margin-left: 54px;
}
#prg_reszletek p.icon_s,
#szerep_reszletek p.icon_s,
#egyseg_reszletek p.icon_s {
	margin-left: 94px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: flex;
	align-items: center;
}
#egyseg_reszletek p.icon_s {
	margin-left: 40px;
}
p.icon_s.web,
p.icon_s.fb,
p.icon_s.twitter,
p.icon_s.insta,
p.icon_s.yt,
p.icon_s.tiktok {
	word-break: break-all;
}
p.icon_s.email {
	flex-wrap: wrap;
	word-break: break-word;
}
#prg_reszletek p.icon_s:before,
#szerep_reszletek p.icon_s:before,
#egyseg_reszletek p.icon_s:before {
	content: "";
	margin: 0 10px 0 -40px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: center;
	background-color: #cccccc;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
#prg_reszletek p.cim:before {
	background-image: url(/img/address.svg);
}
#prg_reszletek p.map:before {
	background-image: url(/img/map.svg);
}
#prg_reszletek p.room:before {
	background-image: url(/img/door.svg);
}
#szerep_reszletek p.email:before,
#egyseg_reszletek p.email:before {
	background-image: url(/img/email.svg);
}
#szerep_reszletek p.web:before,
#egyseg_reszletek p.web:before {
	background-image: url(/img/internet.svg);
}
#szerep_reszletek p.mtmt:before {
	background-image: url(/img/mtmt.svg);
}
#szerep_reszletek p.mellek:before,
#egyseg_reszletek p.mellek:before {
	background-image: url(/img/phone.svg);
}
#szerep_reszletek p.mobil:before {
	background-image: url(/img/mobile.svg);
}
#szerep_reszletek p.fb:before,
#egyseg_reszletek p.fb:before {
	background-image: url(/img/fb.svg);
}
#szerep_reszletek p.twitter:before,
#egyseg_reszletek p.twitter:before {
	background-image: url(/img/twitter.svg);
}
#szerep_reszletek p.insta:before,
#egyseg_reszletek p.insta:before {
	background-image: url(/img/insta.svg);
}
#egyseg_reszletek p.yt:before {
	background-image: url(/img/yt.svg);
}
#egyseg_reszletek p.tiktok:before {
	background-image: url(/img/tiktok.svg);
}
#regisztracio,
.msg_box {
	background-color: #ffffff;
	border-radius: 0;
	max-height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
   z-index: 1000;
}
.msg_box {
	padding: 20px 20px 25px 20px;
	width: fit-content;
	text-align: center;
}
#regisztracio,
#msg_torol {
	display: none;
}
.msg_box.button2 form {
	display: flex;
	flex-flow: row nowrap;
}
.msg_box.button2 form *:first-child {
	margin: 10px 10px 0 0;
}
.msg_box.button2 form *:last-child {
	margin: 10px 0 0 10px;
}
#reg_form {
	display: flex;
	flex-flow: column nowrap;
}
#reg_form #prg_data,
#reg_edit #prg_data {
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	background-color: #f3f3f3;
	text-align: center;
}
#reg_form #idopont {
	max-width: 280px;
}
#reg_form .w200 {
	max-width: 200px;
}
#reg_form .csoportos,
#reg_edit .korok {
/*	padding: 10px;*/
/*	display: grid;*/
	grid-gap: 0 10px;
	align-items: center;
}
#reg_form .csoportos {
	grid-template-columns: max-content 100px;
	display: none;
}
#reg_edit .korok {
	grid-template-columns: max-content auto;
	display: grid;
}
#reg_form div.captcha {
	margin: 20px auto 0;
}
#reg_form div.adatkezeles {
	margin: 10px auto 25px;
}
#reg_form #adatkezeles {
	margin-right: 5px;
}
#reg_edit > h3 {
	margin-top: 20px;
}
#reg_edit p {
	margin-bottom: 10px;
}
#reg_form #elkuld,
#reg_form #bezar,
#reg_edit input {
	margin: 5px 0;
	width: 100%;
}
#backdrop {
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
#kedvencek_form .submit_div {
	padding-bottom: 10px;
}
#kedvencek_form .submit_div button,
#kedvencek_form .submit_div a.button {
	margin: 5px 15px;
	width: calc(100% - 30px);
}
#fav-email {
	margin: 0 auto;
	max-width: 400px;
}
#fav-email input[type='submit'] {
	margin-top: 20px;
}
#fav-email_ok a.button {
	margin: 5px auto;
	display: block;
	width: 100%;
}
#fav_print {
	box-shadow: none;
}
#fav_print td#header {
	padding: 0 0 15px 0;
}
#fav_print td#header img {
	padding: 5px 30px 0 0;
	float: left;
}
#fav_print td {
	padding: 5px 0;
	border-bottom: 2px solid #cccccc;
	vertical-align: top;
}
#fav_print td:nth-child(2) {
	text-align: right;
}
#fav_print h1 {
	margin: 5px 0;
	font-size: 24px;
	font-weight: normal;
}
#fav_print h2 {
	margin: 5px 0;
	font-size: 16px;
}
#fav_print p {
	margin-bottom: 5px;
	font-size: 14px;
}
#fav_print p:last-of-type {
	font-size: 16px;
}
#fav_print span {
	margin: 5px 0 0 5px;
	display: inline-block;
	width: 44px;
	height: 44px;
}
#fav_print span:first-of-type {
	margin-left: 15px;
}
/*
#fav_print span:last-of-type {
	margin-bottom: 5px;
}
*/
#uj-captcha {
	margin: 5px 0;
	background-image: url(/img/refresh.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 18px;
	width: 35px;
	height: 35px;
	font-size: 0;
}
#captcha_img {
	margin: 5px 10px 5px 0;
}
#captcha {
	width: 165px;
}
#uj-captcha,
#captcha_img,
#captcha {
	vertical-align: middle;
}

/************************ 480px és felette ************************/
/*400px széles form */
@media (min-width: 480px) {

	.fulltext.narrow {
	   margin: 0 auto;
	   padding: 40px 40px 20px 40px;
		max-width: 800px;
	}
	.fulltext.narrow p:not(.small),
	.fulltext.narrow ul {
		margin-bottom: 24px;
		line-height: 24px;
	}
	#kedvencek_form .submit_div button,
	#kedvencek_form .submit_div a.button {
		margin: 5px 25%;
		width: 50%;
	}
	#fav-email #captcha {
		width: 225px;
	}
	#fav-email_ok a.button {
		width: 70%;
	}
	#regisztracio {
		padding: 20px 40px 0 40px;		/* firefox bug miatt kell */
/*		padding: 20px 40px 30px 40px;*/
		max-width: 800px;
		max-height: 95%;
	}
	#regisztracio > *:last-child {	/* firefox bug miatt kell */
		margin-bottom: 30px;
	}
	#reg_form #elkuld,
	#reg_form #bezar,
	#reg_edit input {
		margin: 5px 25%;
		width: 50%;
	}
	#reg_edit .korok {
		margin: 5px 25%;
	}
	#reg_edit .korok input {
		margin: 5px 0;
		width: 100%;
	}
	#szerep_reszletek img.allo {
		width: calc(50% + 20px);
		border-radius: 28px 0 0 0;
	}

}

/************************ 640px és felette ************************/
@media (min-width: 640px) {

	#video {
		max-width: 600px;
	}
	#suti {
		flex-flow: row nowrap;
		align-items: center;
	}
	#suti p {
		margin: 0;
		flex-grow: 1;
	}
	#suti a.button {
		margin: 0 0 0 20px;
		width: 25%;
		height: 34px;
	}
	#programok.lista .icons {
		width: auto;
		height: 64px;
		flex-flow: row-reverse nowrap;
	}
	#programok.lista .icons span {
		margin-right: 8px;
		margin-bottom: 0;
	}
	#programok.lista .icons span:first-of-type {
		margin-right: 0;
	}
	#prg_reszletek input,
	#prg_reszletek a.button {
		width: calc(50% - 54px);
	}
	.msg_box {
		padding: 20px 40px 25px 40px;
	}
	.msg_box.button2 form * {
		margin: 10px 5% !important;
	}
	#fav-email_ok a.button {
		width: 50%;
	}

}

/************************ 768px és felette ************************/
@media (min-width: 768px) {

/*
	body {
		background-color: #ffffff;
	}
*/
	#logo {
      background-size: auto 60px;
      min-width: 188px;
      height: 60px;
	}
	#bg-image {
		height: 240px;
	}
	#cim {
		padding-bottom: 60px;
	}
	.homepage #cim {
		padding-bottom: 25px;
	}
	#cim h1 {
      margin-bottom: 10px;
		font-size: 36px;
		max-width: 500px;
	}
	#cim h2 {
		font-size: 30px;
	}
	#stat {
		font-size: 20px;
	}
/*
	#stat p:before {
		padding: 0 20px;
	}
*/
   #footer {
   	padding: 30px 20px;
   }
   #footer p {
   	width: auto;
   }
	#footer-email {
		flex-grow: 1;
	}
	.left_column {
		margin: 0;
		width: 35%;
	}
	.left_column form {
		margin: 0 1px; /* így jobban néz ki az árnyék miatt */
		display: flex;
		flex-flow: column nowrap;
	}
	.szuro-toggle {
/*		padding: 0 20px;*/
		background-image: none;
/*		text-align: left;*/
	}
	#szuro-checkbox:checked + label,
	#fav-checkbox:checked + label {
		background-image: none;
	}
	#szuro-checkbox:checked ~ form,
	#fav-checkbox:checked ~ form {
		display: flex;
	}
	#kedvencek_form .submit_div button,
	#kedvencek_form .submit_div a.button {
		margin: 5px 15px;
		width: calc(100% - 30px);
	}
	.right_content_wrapper {
		padding: 0 0 0 20px;;
		width: 65%;
	}
	#programok-fejlec label,
	#szereplok-fejlec label,
	#egysegek-fejlec label {
		padding-left: 10px;
		line-height: 40px;
		text-align: left;
		text-transform: uppercase;
		flex-grow: 1;
		display: block;
	}
	.right_content_fejlec select {
		width: auto;
	}
	#talalat_div {
		display: none;
	}
	.right_content {
		padding: 20px 2px 0 2px; /* 2px: így jobban néz ki a program divek árnyéka miatt */
	}
	.icon:before {
		background-size: auto 32px;
		width: 32px;
		height: 32px;
	}
/*
	#fav-email {
		width: 400px;
	}
*/
	#programok.lista .icons {
		width: 64px;
		height: auto;
		flex-flow: column nowrap;
	}
	#programok.lista .icons span {
		margin-right: 0;
		margin-bottom: 8px;
	}
	#program-wrapper #prg_alap,
	#szereplo-wrapper #szerep_alap,
	#egyseg-wrapper #egyseg_alap {
		padding-left: 25px;
		width: 50%;
	}
	#program-wrapper #prg_reszletek,
	#szereplo-wrapper #szerep_reszletek,
	#egyseg-wrapper #egyseg_reszletek {
/*		border-radius: 28px;*/
/*		border-radius: 0 28px 28px 0;*/
		width: 50%;
	}
	#prg_alap h2 {
		margin-bottom: 20px;
	}
	#prg_alap span {
		top: 20px;
		right: 20px;
	}
	#prg_alap .idopont_box {
		margin-left: -25px;
	}
	#prg_alap img {
		margin-left: -25px;
/*		margin: 0;
		max-width: 100%;*/
	}
/*
	#szerep_reszletek .image,
	#egyseg_reszletek .image {
		margin: -20px 0 20px -20px;
		padding: 0;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left;
		width: calc(100% + 40px);
		height: 75%;
		border-radius: 0 28px 0 0;
	}
*/
/*
	#szerep_reszletek img,
	#egyseg_reszletek img {
		margin: 0 0 20px 0;
		max-width: 100%;
	}
*/
	#szerep_reszletek img.fekvo,
	#egyseg_reszletek img {
		border-radius: 28px 28px 0 0;
/*		border-radius: 0 28px 0 0;*/
	}
	#prg_reszletek input,
	#prg_reszletek a.button {
		width: calc(100% - 54px);
	}
	#reg_form #elkuld,
	#reg_form #bezar,
	#reg_edit input {
		margin: 5px 35%;
		width: 30%;
	}
	#reg_edit .korok {
		margin: 5px 35%;
	}

}

/************************ 900px és felette ************************/
@media (min-width: 900px) {

	.menu-bars,
	.menu .menu-close,
	.icon.fold {
		display: none;
	}
	.menu {
		position: relative;
		right: auto;
		overflow: hidden;
		background-color: #535353;
/*		top: auto;
		height: auto;
		display: block;
		border: none;
*/
	}
	.menu > ul {
		display: flex;
		flex-flow: row wrap;
/*		justify-content: flex-end;*/
		padding: 0;
		width: auto;
	}
	.menu > ul > li:first-of-type a {
		border: none;
	}
	.menu a,
	.menu .sub label {
		padding: 0 15px;
		border-bottom: 10px solid #535353;
		color: #eeeeee;
/*		border-bottom: 10px solid #f3f3f3;*/
		height: 70px;
		line-height: 70px;
		text-transform: uppercase;
	}
	.menu .sub label {
		cursor: pointer;
	}
	.menu .sub {
		border: none;
	}
	.menu .sub a {
		color: #333333;
/*		color: #eeeeee;*/
		border: none;
		border-left: 10px solid #f3f3f3;
/*		border-left: 10px solid #4d4d4d;*/
/*		width: max-content;*/
		height: 30px;
		line-height: 30px;
		text-transform: none;
	}
	.submenu {
		flex-flow: row nowrap;
	}
	.submenu li:first-of-type {
		display: inherit;
		margin: 0 0 7px 25px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.submenu ul:last-of-type li:nth-child(2) a,
	.submenu ul:first-of-type li:last-of-type a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.menu .sub a:hover,
	.menu .sub a.aktiv {
		border-left: 10px solid #535353;
/*		border-left: 10px solid #eeeeee;*/
	}
	.submenu-wrapper {
		background-color: #f3f3f3;
		box-shadow: 0 5px 5px -5px #999999;
/*		background-color: #4d4d4d;*/
		width: 100%;
		position: fixed;
		left: 0;
		top: 70px;
		transition: none;
	}
	.submenu {
		justify-content: flex-end;
	}
	.submenu ul {
		padding: 15px 0;
/*		width: 615px;*/
	}
	.submenu ul:last-of-type {
		width: 254px;
	}
	.menu > ul > li > a:hover,
	.menu .sub label:hover,
	#menu-rolunk-checkbox:checked ~ label {
      color: #333333;
		background-color: #f3f3f3;
		border-bottom: 10px solid #f3f3f3;
/*		color: #eeeeee;
		background-color: #4d4d4d;
		border-bottom: 10px solid #4d4d4d;*/
	}
	.menu > ul > li > a.aktiv,
	.menu .sub label.aktiv {
		border-bottom: 10px solid #f3f3f3;
/*		border-bottom: 10px solid #4d4d4d;*/
	}
	.menu .kedvencek {
		display: list-item;
	}
	.menu .kedvencek a:before {
		content: "";
		margin-right: 5px;
		background-image: url(/img/heart_s.png);
		background-position: 0 24px;
/*		background-position: 0 0;*/
		display: inline-block;
		width: 24px;
		height: 24px;
		vertical-align: text-bottom;
	}
	.menu .kedvencek a:hover:before {
		background-position: 0 0;
/*		background-position: 0 24px;*/
	}
	#nav > .kedvencek {
		display: none;
	}
   #nav {
   	padding: 0;
   }
/*
   #nav h1 {
   	padding: 20px;
   }
*/
	#logo {
		margin: 5px;
	}

}

/************************ 960px és felette ************************/
@media (min-width: 960px) {

	.hp_div.white {
		max-width: 1120px;
	}
	#quicksearch {
		padding: 20px 30px 30px 30px;
		max-width: 1080px;
	}
	#quicksearch input,
	#quicksearch select {
		margin: 5px 10px 0 0;
		width: 28%;
	}
	#quicksearch input[type='submit'] {
		margin: 5px 0 0 0;
		width: calc(16% - 30px);
	}
	#video {
		max-width: 800px;
	}
/*
   #footer {
   	padding: 30px 20px;
   }
   #footer p {
   	width: auto;
   }
	#footer-email {
		flex-grow: 1;
	}
*/
	#program-wrapper #prg_alap {
		width: 34%;
	}
	#program-wrapper #prg_reszletek {
		width: 66%;
	}
	#program-wrapper #prg_reszletek_1 {
		padding: 20px;
		width: 50%;
	}
	#program-wrapper #prg_reszletek_2 {
		padding: 20px;
		width: 50%;
	}
/*
	#prg_reszletek p.szerep {
		margin-bottom: 0;
	}
	#prg_reszletek h3.szerv {
		margin-top: 10px;
	}
*/
	#fav-email_ok a.button {
		width: 35%;
	}
}

/************************ 1024px és felette ************************/
@media (min-width: 1024px) {

/*
	#quicksearch input[type='submit'] {
		margin: 5px 0 0 0;
		width: calc(16% - 30px);
	}
*/
	.left_column {
		width: 25%;
	}
	.right_content_wrapper {
		width: 75%;
	}
	#programok.lista .icons {
		width: auto;
		height: 64px;
		flex-flow: row-reverse nowrap;
	}
	#programok.lista .icons span {
		margin-right: 8px;
		margin-bottom: 0;
	}

}

/************************ 1320px és felette ************************/
@media (min-width: 1320px) { /* 1280px max-width + 2x20px padding */

   #footer {
   	padding: 30px 0;
   }
	#content {
		padding: 20px 0;
	}
	#program-wrapper #prg_alap {
		width: 50%;
	}
	#program-wrapper #prg_reszletek {
		width: 50%;
	}

}
