:root{
	--sotetkek: #00429b;
	--halvanyszurke: #6d7c90;
	--halvanykek: rgba(187,224,241,0.7);
	--sarga: #ffb200;
	--piros: #dd3636;
    --halvanybezs: #efefef;
    --halvanyabbszurke: #dadfe6;
}
*{
	margin: 0;
	padding: 0;
	outline: none;
}
body.tilt{
	top: 0;
	overflow: hidden;
	width: 100%;
}
@font-face {
    font-family: Jost-Regular;
    src: url("Jost-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Jost-SemiBold;
    src: url("Jost-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: Jost-Bold;
    src: url("Jost-Bold.ttf") format("truetype");
}
@font-face {
    font-family: Roboto-Medium;
    src: url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: Roboto-Regular;
    src: url("Roboto-Regular.ttf") format("truetype");
}
body{
	display: flex;
	width: 100%;
	justify-content: center;
    font-family:Roboto-Regular;
}
#main{
	display: flex;
	width: 100%;
	justify-content: center;
	flex-flow: column nowrap;
}
header{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	position: relative;
    background: var(--halvanybezs);
}
header .menu-keret{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: row nowrap;
    position: fixed;
    top: 0px;    
	font-size: 1em;
    font-family:Jost-Bold;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0px 1px 5px #eee;
	padding: 30px 0px;
	z-index: 10;
}
header .menu-keret.feher{
	background-color: #fff;
}
#fakehead {
    display: none;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    justify-content: flex-end;
	position: fixed;
	top: 0;
	box-shadow: 0px 1px 5px #eee;
	z-index: 2;
}
.menu-keret .menu{
	display: flex;
	width: 90%;
	height: 30px;
	align-items: center;
	justify-content: space-between;
}
.menu-keret .menu .link{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
    transition: .5s;
    margin-right: 10px;
}
.menu-keret.feher .menu .link{
	color: #000;
}
.menu-keret .menu .link:last-child{
	margin-right: 0px;
}
.menu-keret .menu .link:hover
{
    color: var(--sarga);
}
.modal {
    display: none;
    position: fixed;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
	z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#acceptCookie {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.gomb-keret{
	display: flex;
	flex-flow: row nowrap;
	width: fit-content;
	background-color: var(--piros);
	padding: 0px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	color: #fff;
    transition: 0.5s;
    text-decoration: none;
}
.gomb-keret.alkalmaz{
	display: flex;
	flex-flow: row nowrap;
	width: fit-content;
	background-color: var(--sotetkek);
	padding: 5px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	color: #fff;
    transition: 0.5s;
    text-decoration: none;
    margin: 10px 0px;
}
.gomb-keret.kek{
	background: var(--sotetkek);
	width: fit-content;
	padding: 20px 0px;
	border-radius: 15px;
	margin:15px 0px;
	font-size: 1.2em;
}
.gomb-keret.piros{
    font-size: 1.2em;
}
.gomb-keret:hover
{
    background-color: var(--sarga);
    color:var(--sotetkek) !important;
	cursor: pointer;
}
.gomb-keret .svg{
	fill: #fff;
	height: 50px;
	width: 50px;
}
.gomb-keret .svg.kicsi{
	height: 30px;
	width: 30px;
}
.menu .logo,#fakehead .logo{
	font-size: 1.7em;
	font-weight: 900;
	color: #fff;
	margin-right: 50px;
}
#fakehead .logo{
	width: 100%;
	text-align: center;
	
}
article{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background: #f5f5f5;
	flex-flow: column nowrap;
}
.container{
	display: inline-block;
	height: auto;
	background: transparent;
	padding: 0px 30px;
	padding-top: 15px;
	width: calc(100% - 130px);
	margin-left: 70px;
	position: relative;
}
.container.w100{
	width: 100%;
	margin-left: 0px;
	padding:0;
	/*max-width: unset;*/
}
.cimek{
	color: #000;
	text-align: center;
	font-family: Roboto-Medium;
	width: fit-content;
	margin-bottom: 10px;
}
.cimek.jobbra{
	text-align: right;
}
.cimek.nyito{
	font-size: 2.3em;
	font-weight: 900;
	margin-top: 40px;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
}
.cimek.feher{
	color: #fff;
}
.cimek.reszlet{
	font-size: 2.3em;
	font-weight: 900;
	margin-bottom: 15px;
    text-align: left;
}
.szovegkeret{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width:100%;
	background: none;
}
.szoveg,.regio-link{
	font-size: 0.8em;
	color: var(--halvanyszurke);
	text-align: center;
	width: 80%;
	margin-top: 20px;
	text-decoration: none;
    white-space: nowrap;
}
.regio-link{
	font-size: 1.2em;
	transition: .5s;
}
.regio-link:hover{
	color: var(--sarga)
}
.nomargin{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.szoveg.w100{
	width: 100%;
}
.szoveg.left{
	text-align: left;
}
.szoveg.right{
	text-align: right;
}
.harmas-oszlop,.kettes-oszlop{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-top: 40px;
}

.harmas-oszlop.width80{
    width: 80%;
	/*max-width: 1200px;*/
}
.harmas-oszlop .oszlop,.kettes-oszlop .oszlop{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	width: calc(90% / 3);
}
.kettes-oszlop{
    margin-top: unset;
}
.kettes-oszlop .oszlop{
    width: 50%;
}
.oszlop.kozep{
	align-items: center
}
.oszlop.row{
    flex-flow: row nowrap;
    align-items: center !important;
}
.oszlop.row.right{
    justify-content: flex-end !important;
}
.oszlop .nagy{
	width: 80%;
}
.oszlop.right{
	align-items: flex-end;
}
.oszlop .oszlop-kepkeret{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 15px;
}
.oszlop .oszlop-kepkeret .svg{
	fill: #00419a;
	width: 60px;
	height: 60px;
}
.oszlop .oszlop-kepkeret .oszlop-kep{
	height: 50px;
	width: 50px;
  fill: var(--sotetkek);
}
.oszlop h5{
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.oszlop h5.left{
    text-align: left;
}
.oszlop h5.right{
    text-align: right;
}
.oszlop .oszlop-szoveg{
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	width:100%;
}
.oszlop .oszlop-szoveg.szurke.jobbraszoveg{
	text-align: right;
}
.harmas-oszlop.kozep{
	align-items: center;
}
.oszlop .oszlop-szoveg.szurke{
	font-size: 0.9em;
	color: var(--halvanyszurke);
	width: 80%;
	text-align: left;
	z-index:10;
}
.oszlop .oszlop-szoveg.kicsi{
	font-size: 1em;
}
.oszlop .oszlop-szoveg.koz{
	margin-bottom: 7px;
}
.oszlop .oszlop-szoveg.koz:last-child{
	margin-bottom: unset;
}
.oszlop .nagy{
	font-size: 1.6em;
	font-weight: 900;
	text-align: left;
	margin-bottom: 20px;
}
.sarga{
	color: var(--sarga);
}
.oszlop .input{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 10px;
}

.oszlop .input svg{
	background-color: var(--sotetkek);
	fill: #fff;
	height: 30px;
	width: 40px;
	border-radius: 0px 15px 15px 0px;
	transition: .5s;
	cursor: pointer;
}
.oszlop .input svg:hover{
	background-color: var(--sarga);
	fill:  var(--sotetkek);
}
.oszlop .input input[type="text"]{
	width: calc(100% - 10px);
	background: #fff;
	height: 30px;
	border: 0;
	text-indent: 10px;
}
.oszlop .input input[type="text"]::placeholder{
	color: #B1B1B1;
}
.oszlop .mezo{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 10px;
	text-indent: 10px;
}
.oszlop .mezo::placeholder{
	color: #B1B1B1;
}
.felgorgetes {
	display: block;
	width: 40px;
	height: 40px;
	fill: var(--sotetkek);
	stroke: #fff;
	border-radius: 50%;
	bottom: 5px;
	right: 15px;
	cursor: pointer;
	position: fixed;
	transition: .5s;
}
.felgorgetes .fel{
	fill: #fff;
}
.felgorgetes:hover{
	fill:  var(--sarga);
}
.felgorgetes:hover .fel{
	fill: var(--sotetkek);
}
/*Bejelentkezés,Regisztráció*/
.atlatszokeret{
	display: none;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 70px);
	height: 100% !important;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 2;
	margin-left: -30px;
}
.atlatszokeret.show{
	display: flex;
}
.load-keret{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	transform: scale(0.2);
	transition: .3s;
}
.lebego{
	display: none;
	width: calc(100% - 70px);
	height: calc(100% - 90px);
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 70px;
	top: 90px;
	background: #fff;
	z-index: 1;
	overflow-y: auto;
}
.lebego.show{
	display: flex;
}
.lebego.show::before{
	content: '';
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	
}
.form{
	display: flex;
	flex-flow: column nowrap;
	width: calc(95% / 3 - 60px);
	height: auto;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 0px 30px;
	border-radius: 12px;
}
.form{
	width: calc(70% - 60px);
}
.form.w100{
	padding:0;
	width: 100%;
}
.load-keret.hide{
	display: none;
	overflow: hidden;
}
.load-keret.show{
	filter: opacity(1);
	transform: scale(1);
}
.form .close-keret{
	display: flex;
	flex-row: row nowrap;
	height: 60px;
	align-items: center;
	width: 100%;
	position: relative;
	box-shadow: 0px 2px 2px #eee;
}
.close-keret .cimek{
	position: absolute;
	left: 0;
	text-align: left;
	width: fit-content;
}
.close-keret .svg{
	width: 30px;
	height: 30px;
	fill: #000;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.form-input-keret{
	display: block;
	width: calc(100% - 16px);
	min-height: 56px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0px 8px;
	position: relative;
	margin-top: 20px;
	font-family: Jost-Regular;
}
.form-input-keret .mezo{
	border: 0;
	width: calc(100% - 10px);
	color: #000;
	font-size: 0.85em;
	position: absolute;
	bottom: 2px;
	padding: 5px 0px;
	background: transparent;
	font-family: Jost-SemiBold;
}
.form-input-keret.szuro{
	width: 50%;
  margin-top: 0;
 /* max-width: 150px;*/
}
.form-input-keret label{
	position: absolute;
	top: 5px;
	font-size: 0.9em;
	color: #5f5f5f;
	font-weight: normal;
	font-family: Jost-Regular;
}
.form .column-keret{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	margin-top: 15px;
}
.form .column-keret .szoveg{
	text-align: left;
	margin-top: unset;
	width: fit-content;
}
.column-keret .cimek{
	text-align: left;
}
.form .link,.link{
	color: var(--sotetkek);
	text-decoration: none;
	cursor: pointer;
	transition: .7s;
}
.form .link:hover,.link:hover{
	color: var(--sarga);
}
.row-keret{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.row-keret .szoveg{
	margin-top: unset;
	width: 100%;
	text-align: left;
}
.szoveg.varos{
    transition: .5s;
}
.szoveg.varos:hover{
    color: var(--sarga);
}
.row-keret.marginT15{
	margin-top: 15px;
}
.row-keret input[type="checkbox"]{
	margin-right: 10px;
}
.row-keret.wrap{
    flex-flow: row wrap;
}
.row-keret.right{
    justify-content: flex-end;
}
.row-keret.left{
    justify-content: flex-end;
}
.form .elfogadja{
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}
.column-keret{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.column-keret.left{
   align-items: flex-start; 
}
.column-keret.right{
   align-items: flex-end; 
}
.datumszov{
	font-size: 0.9em;
	color: #000;
	text-align: left;
	font-weight: 900;
	width: 100%;
}
.datumszov.right{
	text-align: right;
}
.datumszov.cim{
	color: var(--halvanyszurke);
	font-weight: normal;
}
#picker{
	position: absolute;
	display: block;
	width: 105%;
	height: 1px;
	left: -10px;
	bottom: 0;
}
.feher-hatter{
	background: #fff;
    height: 90px;
    width: 100%;
}
footer{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 80px;
	align-items: center;
	position: relative;
	/*margin-left: 72px;*/
	width: 100%;
	background: #f5f5f5;
}
.nyil
{
	display: inline-block;
	transition: 0.3s;
}
.nyilforgat
{
	transform: rotate(180deg);
}
.szurok a
{
    cursor: pointer;
}
.rejtett
{
    display: none;
	width: 100%;
}
.ikonok{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.ikonok .ikon-keret{
    position: relative;
    width: auto;
    height: 100%;
    user-select: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ikon-keret .ikon{
    width: 35px;
    height: 35px;
    padding: 3px;
    user-select: none;
}
.ikon-keret .jelzo{
    border-radius: 5px;
    color: #fff;
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    user-select: none;
	font-size:11px !important;
}
.ikon-keret .dropdown-content{
	min-width: 200px;
	margin-top: 36px;
}
.kekszoveg{
    color: var(--sotetkek) !important;
}
.lapozo{
    display: flex;
    flex-flow: row wrap;
    width: 98%;
    align-items: center;
    justify-content: center;
    
}
.lapozo .nyil{
    background: none;
    border: 0;
    width: fit-content;
}
.lapozo .szam{
    display: flex;
    width: 25px;
    flex-flow: row nowrap;
    justify-content: center;
    color: var(--sotetkek);
    font-size: 18px;
    font-weight: 600;
    padding: 3px 0px;
    transition: .5s;
    margin-right: 10px;
}
.lapozo .szam:last-child{
    margin-right: 0;
}
.lapozo .szam:hover{
    color: #000;
}
.lapozo .szam.active{
    border: 1px solid #909090;
}
.lapozo .nyil .svg{
    width: 30px;
    height: 30px;
}
.lapozo .nyil .svg .st0{
    fill: #909090;
}
.vonal{
    height: 2px;
    width: calc(45% - 35px);
    background: var(--halvanyabbszurke);
    border: 0;
}
.szoveg .jel{
    fill: var(--halvanyszurke);
    width: 20px;
    height: 20px;
    transform: translateY(3px);
}
.elrejtett_adat{
    display: none;
    overflow: hidden;
}
.elrejt-mobil{
    display: none !important;
}
.ikonok.mini .jel{
    width: 30px;
    height: 30px;
    margin: -3px;
    margin-right: 3px;
}
@media only screen and (max-width: 600px) {
  .lebego-ablak {
    max-width: 100%; /* Mobil cihazlarda tam genişlik */
  }
}
.lapozo{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 10px 0px;
    align-items: center;
    background: #fff;
}
.lapozo .buttonlap{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--sotetkek);
    font-size: 14px;
    padding: 5px;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}
.lapozo .buttonlap.active{
    border: 1px solid var(--halvanyszurke);
    background: var(--halvanybezs);
}
.mobil-mutat{
    display: none !important;
}
.nopad{
    padding: 0 !important;
}
.mb20{
    margin-bottom: 20px;
}
.close-keret{
	display: flex;
	flex-row: row nowrap;
	height: 60px;
	align-items: center;
	width: 100%;
	position: relative;
	box-shadow: 0px 2px 2px #eee;
}
#rendezes-keret{
	display: none;
}
.sel.szuro {
  border-radius: 6px;
  color: white;
  font-weight: normal;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}

.menu-keret.feher .sel.szuro{
	color: #000;
}
.dropdown {
	position: relative;
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.dropdown.left{
	align-items: flex-start;
}
.dropdown.center{
	align-items: center;
}
.dropdown-content{
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	min-width: 80px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
}
.dropdown-content .link{
	padding: 5px 10px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
.dropdown-content .link:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content{display: block;}
.dropdown.active .dropdown-content{display: block;}
.dropdown:hover .dropbtn,.dropdown.active .dropbtn 
{background-color: #3e8e41;}

.menu-keret.feher .dropdown-content{
	background-color: #fff;
}
.menu-keret.feher .dropdown-content .link{
	color:#000;
}
.oldal-menu{
	display: flex;
	flex-flow: column nowrap;
	width: 70px;
	max-width: 320px;
	position: fixed;
	background-color: #fff;
	height: calc(100% - 90px);
	/*height: 100%;*/
	grid-gap: 20px 0px;
	align-items: center;
	left: 0;
	top:90px;
	overflow-x: hidden;
	z-index:11;
	justify-content: flex-start;
}
.oldal-menu .nav{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	align-items: flex-start;
}
.nav .link-keret{
	display: flex;
	text-decoration: none;
	flex-flow: row nowrap;
	align-items: center;
	padding: 5px 0px;
	width: 100%;
	cursor: pointer;
	overflow-x: hidden;
}
.lenyilo-keret{
	display: flex;
	text-decoration: none;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	overflow-x: hidden;
}
.nav .link2{
	display: none;
	color: #000;
	font-family: Jost-SemiBold;
	transition: .3s;
	width: 100%;
}
.nav svg{
	height: 35px;
	width: 35px;
	transition: .3s;
	margin-left: 15px;
}
.nav .link-keret:hover .link2{
	color: var(--sotetkek);
}
.nav .link-keret:hover svg{
	fill: var(--sotetkek);
}
.oldal-menu:hover,.oldal-menu.active{
	width: 100%;
}
.oldal-menu:hover .nav .link-keret,.oldal-menu.active .nav .link-keret{
	padding: 5px 30px;
	width: calc(100% - 30px);
}
.oldal-menu:hover .nav .link-keret .link2,.oldal-menu.active .nav .link-keret .link2{
	display: block;
}
.oldal-menu:hover .nav svg, .oldal-menu.active .nav{
	margin-left: 0px;
}
.nyilo{
	display: none;
	widht: 100%
}
.link-keret.slide .link2{
	margin-left: 30px;
	width: calc(100% - 30px);
	text-decoration: none;
	cursor: pointer;
}
.beljebb{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 5px 0px;
	overflow-x: hidden;
	margin-left: 30px;
	width: calc(100% - 30px);
	text-decoration: none;
	cursor: pointer;
}
.profil-keret{
	display: none;
	flex-flow: column nowrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
}

.profilkep-keret{
	display: block;
	width: 55%;
	aspect-ratio: 1;
	border-radius: 50%;
}
.profilkep{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jogosultsag{
	background: #0dcaf0;
	border-radius: 5px;
	padding: 5px 8px;
	color: #fff;
	font-family: Jost-SemiBold;
	font-size: 12px;
}
.profilnev{
	color: #000;
	font-family: Jost-SemiBold;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.piciszurke{
	color: #b6bec9;
	font-size: 12px;
	font-family: Jost-Regular;
}
.piciszurke.center{
	text-align: center;
}
.oldal-menu:hover .profil-keret,.oldal-menu.active .profil-keret{
	display: flex;
}
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
*{
  scrollbar-width: thin;
  scrollbar-color: #B0B0B0 #DCDCDC;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 1px;
  width: 1px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #DCDCDC;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #B0B0B0;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #62A34B;
}
.negyes-oszlop{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.negyes-oszlop .oszlop{
	display: flex;
	flex-flow: row nowrap;
	width: calc(100% / 4 - 70px);
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	align-items: center;
	justify-content: space-between;
}
.negyes-oszlop .oszlop-belso{
	display: flex;
	flex-flow: column nowrap;
	width: 80%;
}
.negyes-oszlop svg{
	width: 20%;
	height: auto;
	aspect-ratio: 1;
	fill: var(--sotetkek);
}
.negyes-oszlop .oszlop-cim{
	color: #000;
	font-family: Jost-SemiBold;
	font-size: 16px;
	margin-bottom: 10px;
}
.negyes-oszlop .oszlop-ertek{
	color: #000;
	font-family: Jost-SemiBold;
	font-size: 22px;
	margin-bottom: 10px;
}
.mtmb20{
	margin: 20px 0;
}
.grafikonkeret{
	width: calc(50% - 20px);
	min-height: 500px;
	background: #fff;
	border-radius: 15px;
}
.grafikonkeret.w100{
	width: calc(100% - 20px);
}
.grafikonhead{
	display: flex;
	flex-flow: row nowrap;
	width: calc(100% - 80px);
	padding: 0px 40px;
	align-items: center;
	justify-content: space-between;
}
.graf-cim{
	color: #000;
	font-family: Jost-SemiBold;
	font-size: 16px;
	padding: 20px 0px;
}
.tabla{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	overflow-x: auto;
	position: relative;
	background: #fff;
	border-radius: 15px;
}
.tabla.pad20{
	width: calc(100% - 40px);
	padding: 20px;
}
.belso-tabla{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}
.sor{
	display: flex;
	width: calc(100% - 80px);
	align-items: center;
	justify-content: space-between;
	padding: 0px 40px;
}
.sor.nopad{
	width: 100%;
	padding: 0;
}
.sor .cella{
	width: calc(100% / 6);
	font-family: Jost-Regular;
	font-size: 14px;
	padding: 10px 0px;
	margin-bottom: 15px;
	color: #000;
}
.sor.nopad .cella{
	text-align: center;
	justify-content: center;
}
.sor.fejlec{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
}
.sor.center{
	text-align: center;
}
.sor.fejlec .cella{
	font-family: Jost-SemiBold;
	font-size: 16px;
}
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-fixed{
	table-layout: fixed;
}
tr{
	padding: 0px 40px;
}
tr.active{
	background-color: antiquewhite;
}
td{
	
	font-family: Jost-Regular;
	font-size: 14px;
	padding: 10px 0px;
	color: #000;
	text-align: left;
}
th{
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
	font-family: Jost-SemiBold;
	font-size: 16px;
	text-align: left
}
.allapot{
	background-color: #fff7df;
	padding: 3px;
	width: calc(100% - 6px);
	color: #fec55f;
	font-family: Jost-SemiBold;
	text-align: center;
	border-radius: 5px;
}
.allapot.jo{
	background-color: #ebfceb;
	color: #387f1d;
}
.allapot.rossz{
	background-color: #e8bcc3;
	color: #d22a2a;
}
.graf-datum-keret{
	border-radius: 15px;
	border: 2px solid #000;
	display: flex;
	flex-flow: row nowrap;
	width: fit-content;
	align-items: center;
	justify-content: center;
}
.graf-datum-keret svg{
	height: 30px;
	width: 30px;
	padding: 0px 10px;
	fill: var(--sotetkek);
}
.graf-datum{
	width: fit-content !important;
	font-size: 14px;
	font-family: Jost-SemiBold;
	color:#000;
	padding: 8px 0px;
	border-radius: 15px;
	border: 0;
	text-align: center;
	cursor: pointer;
	min-width: 200px;
}
.profil-szallag{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 10px 0px;
	grid-gap: 20px;
	justify-content: flex-start;
}
.profil-szallag .menupont{
	font-size: 16px;
	font-family: Jost-SemiBold;
	color: #000;
	padding: 5px 0px;
	cursor: pointer;
	transition: .3s;
	text-decoration: none;
}
.profil-szallag .menupont.active{
	border-bottom: 2px solid var(--sotetkek);
	color: var(--sotetkek);
}
.profil-szallag .menupont:hover{
	color: var(--sotetkek);
}
.profilom-main-keret{
	display: flex;
	flex-flow: column nowrap;
	padding: 15px 30px;
	width: calc(100% - 60px);
	justify-content: flex-start;
	align-items: flex-start;
}
.profilom-main-keret .form-input-keret{
	width: calc(100% - 16px);
}
.profilom-kep-keret{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.profilom-kep-keret .prof-kep{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin-right: 10px;
}
.profilom-kep-keret .prof-kep img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.prof-column-keret{
	display: flex;
	flex-flow: column nowrap;
	grid-gap: 15px 0px;
}
.prof-column-keret.w70{
	width: 70%;
}
.input-space{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.input-space.kettes .form-input-keret{
	width: calc(100% / 2 - 31px);
}
.input-space.harmas .form-input-keret{
	width: calc(100% / 3 - 31px);
}
.kisszoveg{
	color: #828D99;
	text-align: justify;
	font-size:16px;
	padding: 10px 0px;
}
.toUpper{
	text-transform: uppercase;
}
.fajl-kivalaszto{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	grid-gap: 0px 15px;
	background: var(--sotetkek);
	color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
	transition: .3s;
	text-align: center;
}
.fajl-kivalaszto.dragover{
	transition: .3s;
	background: var(--sarga);
	color: var(--sotetkek);
}
.fajl-kivalaszto-btn{
	padding: 3px 8px;
	background: #fff;
	color: #000;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.fajl-kivalszot-btn:hover{
	background: var(--sarga);
	color: var(--sotetkek);
}
.alsubmit{
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 10px 20px;
	background-color: var(--sotetkek);
	color: #fff;
	font-family: Jost-SemiBold;
	font-size: 16px;
	border-radius: 8px;
	transition: .3s;
	margin-top: 20px;
	cursor: pointer;
	text-decoration: none;
	width: fit-content;
}
.alsubmit.nomargin{
	margin:0;
}
.alsubmit svg{
	width: 22px;
	height: 22px;
	fill: #fff;
	transition: .3s;
}
.alsubmit.mr5 svg{
	margin-left: 0;
	margin-right: 5px;
}
.alsubmit:hover,.alsubmit.active{
	background-color: var(--sarga);
	color: var(--sotetkek);
}
.alsubmit:hover svg{
	fill: var(--sotetkek);
}
.alsubmit.delete{
	background-color: #fff;
	border: 1px solid #FF5B5C;
	color: #FF5B5C;
}
.alsubmit.delete:hover{
	background-color: #FF5B5C;
	color: #fff;
}
.alsubmit.delete.close svg{
	
	fill: #FF5B5C;
}
.alsubmit.delete.close:hover svg{
	fill: #fff;
}
.check-alsubmit{
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	width: fit-content;
}
.check-alsubmit input{
	display: none;
}
.check-alsubmit label{
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
	background-color: var(--sotetkek);
	color: #fff;
	transition: .3s;
	padding: 10px 20px;
	cursor: pointer;
	text-decoration: none;
	width: fit-content;
	font-family: Jost-SemiBold;
	font-size: 16px;
	border-radius: 8px;
}
.check-alsubmit input:checked + label
{
	background: var(--sarga);
	color: var(--sotetkek);
}
.menu-oszlop{
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 0px 15px;
	align-items: center;
}
.ham.megjelenit{
	display: flex;
	position: relative;
}
.menu-keret.feher .ham .ham1, .menu-keret.feher .ham .ham2,.menu-keret.feher .ham .ham3{
		background:#000;
}
.avatar-keret,.avatar-kiskeret{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
    transition: 0.5s;
    justify-content: flex-end;
}
.avatar-keret .avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.5s;
	object-fit: cover;
}
.avatar-kiskeret:hover{
    cursor: pointer;
}
.avatar-kiskeret:hover .avatar{
    filter: brightness(0.8);
}
.avatar-kiskeret:hover .avatarlenyilo{

    color: var(--sarga);
}
.lenyilomenu{
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 70px;
    width: 200px;
    height: 0px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
}
/*Egy elem 56px magas*/
.lenyilomenu .link{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}
.lefele.forgat {
  transform: rotate(-90deg) translateX(2px);
}
.lefele {
  display: inline-block;
  margin-left: 9px;
  transform: rotate(90deg) translateX(-1px);
  transition: .5s;
}
.avatarlenyilo{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-left: 10px;
}
.avatarlenyilo .graf-cim{
	margin: 0;
	padding: 0;
}
.avatarlenyilo .graf-cim.vilagoskek{
	font-size: 14px;
	text-align: center;
}
.vilagoskek{
	color: #0dcaf0;
}
.ham{
	display: none;
	flex-flow: column nowrap;
	width: 35px;
	justify-content: center;
	align-items: center;
	height: 60px;
	right: 5px;
	position: absolute;
}
.ham.left{
	right: unset;
	left: 5px;
}
.ham1,.ham2,.ham3{
	display: block;
	width: 35px;
	height: 4px;
	margin: 4px 0px;
	background-color: #fff;
	transition: 0.5s;
	border-radius: 20px;
}
.ham1.forgat,.ham2.forgat,.ham3.forgat{
	position: absolute;
}
.ham1.forgat{
	transform: rotate(-45deg);
}
.ham2.forgat{
	opacity: 0;
}
.ham3.forgat{
	transform: rotate(45deg);
}
.alert{
	display: flex;
	flex-flow: column nowrap;
	font-weight: 600;
  	font-size: 24px;
	width: calc(100% - 44px);
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
.alert-success{
	border: 1px solid #a3cfbb;
	background-color: #d1e7dd;
	color: #0a3622;
}
.alert-danger{
	background-color:#f8d7da;
	color: #58151c;
	border: 1px solid #f1aeb5;
}
.alert-warning{
	border: 1px solid #FDAC41;
	color: #FDAC41;
	background-color: #fff;
	
}
.mt20{
	margin-top: 20px;
}
.ggap15{
	grid-gap: 15px;
}
.row-space{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.row-keret.wauto{
	width: auto;
}
.muveletek{
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 5px;
	align-items: center;
}
.muvelet{
	display: block;
	text-decoration: none;
}
.muvelet svg{
	width: 40px;
	height: 40px;
	border: 1px solid #00429b;
	border-radius: 8px;
	padding: 10px;
	fill: #00429b;
	transition: .3s;
	cursor: pointer;
}
.muvelet.delete svg{
	border: 1px solid #FF5B5C;
	fill: #FF5B5C;
}
.muvelet:hover svg{
	background: #00429b;
}
.muvelet.delete:hover svg{
	background: #FF5B5C;
}
.muvelet:hover svg path{
	fill: #fff;
}
.muvelet.sarga svg{
	border: 1px solid #fcc419;
	background: #fff;
	stroke: #fcc419;
	stroke-width:3;
	fill-rule: nonzero;
}
.muvelet.sarga:hover svg{
	background: #fcc419;
	stroke: red;
}
.muvelet.zold svg{
	border: 1px solid #387f1d;
	background: #fff;
	fill: #387f1d;
}
.muvelet.zold svg g{
	fill: #387f1d !important;
}
.muvelet.zold:hover svg{
	background: #387f1d;
	fill: #fff;
}
.checkbox * {
    box-sizing: border-box;
}
.checkbox.safari{
    display: flex;
    width: fit-content;
    grid-gap: 10px;
    flex-flow: row nowrap;
    align-items: center;
}
.checkbox .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 0px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}
.checkbox .cbx:not(:last-child) {
    margin-right: 6px;
}
.checkbox .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.checkbox .cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 5px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox .cbx span:first-child svg {
    position: absolute;
    top: 4px;
    left: 3px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.checkbox .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}
.checkbox .cbx:hover span:first-child {
    border-color: #07f;
}
.checkbox .inp-cbx {
    position: absolute;
    visibility: hidden;
}
.checkbox .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
}
.checkbox .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.checkbox .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}
@media screen and (max-width: 640px) {
    .checkbox .cbx {
        width: 100%;
        display: flex;
    }
}
@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
.select{
	display: block;
	width: 100%;
	height: calc(1.4em + 0.94rem + 3.7px);
	padding: 0.47rem 0.8rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: #475F7B;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid #DFE3E7;
	border-radius: 0.267rem;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	word-wrap: normal;
	background-image: url('../images/arrow-down.png');
	background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
	background-size: 12px 12px, 10px 10px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 1.5rem;
}
.divider {
  display : block;
  text-align : center;
  overflow : hidden;
  white-space : nowrap;
  margin : 1rem 0;
	width: 100%;
}

.divider .divider-text {
  position : relative;
  display : inline-block;
  font-size : 1.1rem;
  padding : 0 1rem;
	font-weight: 900;
}

.divider .divider-text i {
  font-size : 1rem;
}

.divider .divider-text:before, .divider .divider-text:after {
  content : '';
  position : absolute;
  top : 50%;
  width : 9999px;
  border-top : 2px solid var(--sotetkek);
}

.divider .divider-text:before {
  right : 100%;
}

.divider .divider-text:after {
  left : 100%;
}

.divider.divider-left .divider-text {
  float : left;
  padding-left : 0;
}

.divider.divider-left .divider-text:before {
  display : none;
}

.divider.divider-left-center .divider-text {
  left : -25%;
}

.divider.divider-right .divider-text {
  float : right;
  padding-right : 0;
}

.divider.divider-right .divider-text:after {
  display : none;
}

.divider.divider-right-center .divider-text {
  right : -25%;
}

.divider.divider-dotted .divider-text:before, .divider.divider-dotted .divider-text:after {
  border-style : dotted;
  border-width : 1px;
  border-top-width : 0;
  border-color : #DFE3E7;
}

.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
  border-style : dashed;
  border-width : 1px;
  border-top-width : 0;
  border-color : #DFE3E7;
}
.osszegzes{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.osszegzes-oszlop{
	display: flex;
	flex-flow: column nowrap;
	padding: 0 20px;
	width: calc(50% - 40px);
}
.zold{
	color: #39DA8A !important
}
.kek:not(.gomb-keret){
	color: var(--sotetkek) !important;
}
.vastag{
	font-weight: 900;
}
.sarga{
	color: #FDAC41 !important;
}
.inputba-gomb{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items:center;
	height: 100%;
	background: var(--sotetkek);
	color: #fff;
	padding: 0px 12px;
	transition: .3s;
	z-index: 2;
	right:0;
	top:0;
	border-radius: 0px 8px 8px 0px;
	cursor: pointer;
	border: 1px solid transparent;
	font-size: 16px;
}
.inputba-gomb:hover{
	color: var(--kek);
	background: #fff;
	border-color: var(--sotetkek);
}
.lapozo{
    display: flex;
    flex-flow: row nowrap;
    grid-gap: 0px 15px;
    align-items: center;
	padding: 20px 0px;
	border-top: 2px solid #000;
}
.lap-gomb{
    text-decoration: none;
    color: #000;
    font-family: Sora-SemiBold;
    transition: .4s;
    font-size: 18px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
}
.lap-gomb.fit{
	width: fit-content;
}
.lap-gomb:hover{
    color: var(--sotetkek);
}
.lap-gomb-selected
{
	color: #fff;
	border-radius: 8px;
	background: var(--sotetkek);
}
.importalt{
	display: none;
	position: fixed;
	z-index: 100;
	width: 500px !important;
	top: 60px;
	
}
.importalt.show{
	display:flex;
}
.select-space{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-between;
}
.select-space.vcenter{
	align-items: center;
}
.select-space .oszlop{
	display: flex;
	flex-flow: column nowrap;
	width: calc(50% - 15px);
}
.select-space.harmas .oszlop{
	display: flex;
	flex-flow: column nowrap;
	width: calc(100% / 3 - 15px);
}
.select-space .oszlop.center{
	align-items: center;
}
.select-space .oszlop.row{
	flex-flow: row nowrap;
}
.le{
	padding-bottom: 5px;
	font-size: 16px;
	width: 20px;
	height: 20px;
	display: inline-block;
	transform: rotate(90deg)
}
.fel{
	padding-top: 3px;
	font-size: 16px;
	width: 20px;
	height: 20px;
	display: inline-block;
	transform: rotate(-90deg)
}
.szuro-keret{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.kisszoveg.center{
	text-align: center;
}
.kisszoveg.fekete{
	color: #000;
}
.container.w100.load{
	max-width: 600px;
}
.jobb{
	text-align: right;
	padding-right: 10px;
}
.csatol{
	display: flex;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.csatol .szamlalo{
	display: flex;
	bottom: -5px;
	right: -9px;
	background: #fff;
	color: red;
	padding: 0px 6px;
	border-radius: 50%;
	border: 1px solid red;
	position: absolute;
	font-size: 12px
}
.fullkep-keret{
	display: none;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: calc(100% - 90px);
	position: fixed;
	background: #fff;
	top:90px;
}
.fullkep-keret img{
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.fullkep-keret.show{
	display:flex;
}
.close-keret2{
	font-size: 30px;
	color:red;
	background: transparent;
	position: absolute;
	display: block;
	top:0;
	right:0;
	font-weight: 900;
	cursor: pointer;
}
.checkbox-switch{
  --s: 50px; /* adjust this to control the size*/
  
  height: calc(var(--s) + var(--s)/5);
  width: auto; /* some browsers need this */
  aspect-ratio: 2.25;
  border-radius: var(--s);
  margin: calc(var(--s)/2);
  display: grid;
  cursor: pointer;
  background-color:#ff7a7a;
  box-sizing: content-box;
  overflow: hidden;
  transition: .3s .1s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	min-width: 40px;
}
.checkbox-switch:before{
  content: "";
  padding: calc(var(--s)/10);
  --_g: radial-gradient(circle closest-side at calc(100% - var(--s)/2) 50%,#000 96%,#0000);
  background: 
    var(--_g) 0 /var(--_p,var(--s)) 100% no-repeat content-box,
    var(--_g) var(--_p,0)/var(--s)  100% no-repeat content-box,
    #fff;
  mix-blend-mode: darken;
  filter: blur(calc(var(--s)/12)) contrast(11);
  transition: .4s, background-position .4s .1s,
    padding cubic-bezier(0,calc(var(--_i,-1)*200),1,calc(var(--_i,-1)*200)) .25s .1s;
}
.checkbox-switch:checked {
  background-color: #85ff7a;
}
.checkbox-switch:checked:before {
  padding: calc(var(--s)/10 + .05px) calc(var(--s)/10);
  --_p: 100%;
  --_i: 1;
}
.ujform{
	display: flex;
	flex-flow: column nowrap;
	width:100%;
	padding: 15px 0px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	margin: 15px 0px;
	background: #fff;
}
.ujform.noTopmargin{
	margin-top: 0px !important;
	border-radius: 0px 0px 8px 8px;
}
.ujform .form-head{
	padding: 10px 15px;
	width: calc(100% - 30px);
	border-bottom: 1px solid #dfdfdf;
	color: #000;
	font-family: Jost-SemiBold;
	font-size: 20px;
	text-transform: uppercase;
	display: flex;
  	align-items: center;
}
.ujform .form-body{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 10px 15px;
	grid-gap: 15px 0px;
	width: calc(100% - 30px);
}
.ujform .form-body .form-input-keret{
	margin-top: 0px;
}
.ujform .form-body label{
	display: flex;
}
.red{
	color: red;
}
.cimek{
	font-size: 22px;
}
@media screen and (max-width: 1600px)
{
    .menu-keret .menu .link{
        font-size: 14px;
        white-space: nowrap;
    }
    .menu-keret .menu{
        width: 98%;
    }
    .menu .logo, #fakehead .logo{
        font-size: 1.2em !important;
    }
}
@media screen and (max-width: 1280px)
{
    .menu-keret .menu .link{
        font-size: 12px;
    }
    .menu-keret .menu .gomb-keret{
        padding: 0px 6px;
    }
     .menu-keret .menu .gomb-keret .svg {
      height: 38px;
      width: 38px;
    }
}
@media screen and ( max-width: 1000px ) {
	footer{
		height: auto;
		padding: 20px 0px;
		
	}
	footer .select-space{
		flex-flow: column;
		justify-content: center;
		align-items: center;
		grid-gap: 15px;
	}
	footer .select-space .oszlop{
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	footer .select-space .oszlop.row{
		flex-flow: column;
	}
	#fakehead .graf-cim{
		color: #fff;
	}
	#fakehead .ikon-keret .ikon{
		filter:invert(1);
	}
	.tabla{
		overflow-x: auto;
		overflow-y: auto;
		min-height: 600px;
	}
	.belso-tabla{
		width: 100%;
		position: absolute;
	}
	.sor{
		width: auto;
		padding:0;
		grid-gap: 0 30px;
	}
	.sor .cella{
		margin: 0 30px;
		text-align: center;
	}
	footer{
		width: 100%;
		margin-left: 0;
	}
	.ham{
		display: flex;
	}
	
    .menu-keret .menu .gomb-keret:first-child{
        margin-top: unset;
    }
    .menu-keret .menu .gomb-keret{
        margin-top: 10px;
    }
	.menu-keret .menu .link {
		margin-right: 0px;
		padding: 10px 0px;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
	.menu-keret.feher .menu .link {
		width: 100%;
		background-color: #fff;
	}
	.atlatszokeret{
		overflow-y: scroll;
	}
  	body.fix{
		width: 100%;
		position: fixed;
	}
	#main,article{
		overflow-x: hidden;
	}
	header{
		/*max-height: 700px;*/
	}
	
	header #fakehead{
		display:flex;
		background-color: #000;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	#fakehead .logo{
		position: absolute;
		margin-right: unset;
		text-transform: center;
		width: calc(100% - 80px);
	}
	.menu .logo{
		/*display: none;*/
	}
	.menu .gomb-keret{
		margin-bottom: 5px;
	}
	header .menu-keret{
		padding: unset;
	}
	.menu-keret .menu{
		bottom: 0px;
		flex-flow: column nowrap;
		height: calc(100% - 60px);
		background-color: rgba(0,0,0,0.8);
		width: 100%;
		z-index: 10;
		position: fixed;
		justify-content: flex-start;
		align-items: center;
		overflow-x: hidden;
		overflow-y: scroll;
		transform: translateX(100%);
		transition: .5s;
	}
	.menu-keret.feher .menu{
		background-color: #fff;
	}
	.menu.becsuszik{
		display: flex;
		transform: translateX(0%);
	}
	.menu .logo {
	  	margin-right: 0px;
		margin-bottom: 20px;
	}
	.load-keret{
		margin-top: 60px;
	}
	.form{
		position: relative;
		top:0;
		width: calc(100% - 30px);
		height: fit-content;
		border-radius: unset;
		padding: 0px 15px;
	}
	.form .cimek{
		font-size: 1.1em !important;
	}
	#picker{
		left: 0;
	}
    .daterangepicker{
        left: 3% !important;
    }
    .mobile-right{
        justify-content: flex-end !important;
    }
    .mobile-w100{
        width: 100% !important; 
    }
    .szobak-felsorolas .szoba-sor{
        flex-flow: column nowrap;
        margin-top: 20px;
    }
    .elrejt-mobil{
        display: flex !important;
    }
    .mutat-mobil{
        display: none !important;
    }
	.menu-keret.feher .ham .ham1, .menu-keret.feher .ham .ham2,.menu-keret.feher .ham .ham3{
		background:#fff;
	}
	.menu-oszlop{
		width: 100%;
		flex-flow: column nowrap;
	}
	.oldal-menu{
		width: 100%;
		position: fixed;
		left: -100%;
		max-width: unset;
		top: 60px;
		height: calc(100% - 60px);
		transition: left .5s;
	}
	.oldal-menu.active{
		left: 0;
	}
	.negyes-oszlop{
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.negyes-oszlop .oszlop{
		width: calc(100% - 40px);
		margin-bottom: 20px;
	}
	.grafikonkeret{
		width: 100% !important;
		min-height: unset !important;
		margin-bottom: 20px;
	}
	.container {
		padding: 0px 15px;
		width: calc(100% - 30px);
		margin-left: 0;
	}
	.grafikonhead{
		width: calc(100% - 40px);
		padding: 0px 20px;
	}
	.form-input-keret.szuro{
		width: 100%;
		margin-top: 10px;
		max-width: unset;
	}
	.table-fixed{
		table-layout: auto;
	}
	.belso-tabla{
		position: relative;
	}
	.prof-column-keret.w70{
		width: 100%;
	}
	.profil-szallag{
		flex-flow: column wrap;
		justify-content: center;
		width: 100%
	}
	.profil-szallag .menupont{
		width: 100%;
	}
	.szuro-keret{
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
	}
	table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		overflow-x: auto; /* Görgethetővé teszi a táblázatot */
		display: block; /* Blokk elemként jeleníti meg */
	}

	/* Tábla fix layout */
	.table-fixed {
		table-layout: fixed;
	}

	/* Táblázat sorok */
	tr {
		padding: 0px 40px;
	}

	/* Aktív sor */
	tr.active {
		background-color: antiquewhite;
	}

	/* Táblázat cellák */
	td {
		font-family: Jost-Regular;
		font-size: 14px;
		padding: 10px;
		color: #000;
		text-align: left;
		word-wrap: break-word; /* Megakadályozza a szöveg kicsúszását a cellából */
	}

	/* Táblázat fejléc */
	th {
		padding: 20px 10px; /* Csökkentett padding a jobb mobil megjelenés érdekében */
		border-bottom: 1px solid #ddd;
		font-family: Jost-SemiBold;
		font-size: 16px;
		text-align: left;
	}

	/* Táblázat külső rész */
	.belso-tabla {
		display: flex;
		flex-flow: column nowrap;
		width: 100%;
		overflow-x: auto; /* Hozzáadott görgetés, ha szükséges */
	}
	.input-space{
		flex-flow: row wrap;
	}
	.input-space.harmas .form-input-keret {
	  width: calc(100% / 2 - 31px);
	}
	.row-space,.row-space .row-keret{
		flex-flow: column;
		justify-content: center;
	}
	.row-space .row-keret{
		flex-flow: column-reverse;
	}
	.select-space .oszlop{
		width: 100% !important;
	}
	.atlatszokeret {
	  width: 100%;
	  margin-left: 0px;
	  left: 0;
	}
	.lebego {
		width: 100%;
		height: calc(100% - 60px);
		left: 0px;
		top: 60px;
	  }
}