:root{
	--sotetkek: #00429b;
	--halvanyszurke: #6d7c90;
	--halvanykek: rgba(187,224,241,0.7);
	--halvanyabbkek: rgba(187,224,241,0.4);
	--sarga: #ffb200;
	--piros: #dd3636;
    --halvanybezs: #efefef;
    --halvanyabbszurke: #dadfe6;
	--halvanyzold: #cbf1bb;
	--halvanypiros:  #FF5B5C;
	--narancs: #fdac40;
}
*{
	margin: 0;
	padding: 0;
	outline: none;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

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");
}
@font-face {
    font-family: Roboto-Light;
    src: url("Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: Roboto-Bold;
    src: url("Roboto-Bold.ttf") format("truetype");
}

.ikon { width: 50px; height: 50px; margin: 0px 5px; }
.ikon_fa {font-size: 35px;  padding: 10px 5px; border: 1px solid; cursor: pointer;}
.ikon_fa_25 {font-size: 25px;  padding: 5px 2px; border: 1px solid; cursor: pointer;}
.ikon_fa_red:hover {background-color: red; color: white;}
.ikon_fa_green:hover {background-color: green; color: white;}
.ikon_fa_red {color: red;}
.ikon_fa_green {color: green;}



h3 { font-weight: normal;}
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: 16px 0px;
	z-index: 10;
}
header.new-style .menu-keret{
	padding: 20px 0px;
}
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;
}
.athuzott {
    text-decoration: line-through;
}

.sargaszoveg{
	color: var(--sarga);
}
.sargaszoveg strong{
	font-family: Jost-Bold;
}
.menu-keret .menu{
	display: flex;
	width: 93%;
	min-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);
}
header.new-style .feher-hatter{
	height: 80px;
}
header.new-style .menu-keret .menu{
	max-width: 1660px;
}
header.new-style .menu-keret{
	padding: 0;
}
header.new-style .menu-keret .menu .link{
	padding: 28.5px 15px;
	margin:0;
}
header.new-style .menu-keret .menu .link.active{
  	background-color: #e5ecf5;
	color: var(--sotetkek);
}
header.new-style .menu-keret .menu .link.active img{
	height: 20px;
	transform: translateY(3px);
}
header.new-style .menu-oszlop{
 grid-gap:0px;
}
.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;
}
header.new-style .menu .logo,header.new-style #fakehead .logo{
	font-size: 1.7em;
	font-weight: 900;
	color: var(--sotetkek) !important;
	margin-right: 50px;
	padding: 0 !important;
}
header.new-style .menu .logo:hover,header.new-style #fakehead .logo:hover{
	
	color: var(--sarga) !important;
	
}
#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) !important;
	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;
}
.jobbra{
	text-align: right;
}
.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: 16px;
	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;
	line-height: 1.5em;
}

.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);
}
.harmas-oszlop .oszlop img{
	width: 35px;
	margin-right: 5px;
}

.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;
}
.harmas-oszlop .oszlop.row{
    flex-flow: row nowrap;
    align-items: flex-start !important;
}
.oszlop.row.right{
    justify-content: flex-end !important;
}
.oszlop.row.left{
    justify-content: flex-start !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);
}
.fekete{
	color: var(--sotetkek);
}
.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: none;
	width: 40px;
	height: 40px;
	fill: var(--sotetkek);
	stroke: #fff;
	border-radius: 50%;
	bottom: 19px;
	right: 15px;
	cursor: pointer;
	position: fixed;
	transition: .5s;
}
.felgorgetes .fel-ikon{
	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: 100vw;
	height: 100vh !important;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 3000;
	left: 0px;
}
.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;
	background: #fff;
	font-size: 14px;
    left: 0px;
}
.form-input-keret.nomargin{
	margin-top: 0px;
}
.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 select.mezo{
	width: calc(100% - 20px);
	background: #fff;
	color: #000;
	border: 0;
}

.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;
	height: 20px;
	width: 20px;
}
.row-keret.wrap{
    flex-flow: row wrap;
}
.row-keret.right{
    justify-content: flex-end;
}
.row-keret.left{
    justify-content: flex-start;
}
.row-keret.reverse{
	flex-flow: row-reverse nowrap;
}
.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; 
}
.column-keret.wfit{
	width: fit-content;
}
.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: 74px;
    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: linear-gradient(to right,#d9e3f0,#fff 50%,#d9e3f0)
}
.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%; 
  }
}
.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;
	transition: width .2s;
	overflow-x: hidden;
	z-index:12;
	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 6px;
	width: 100%;
	cursor: pointer;
	overflow-x: hidden;
	grid-gap: 0px 15px;
}
.nav .link-keret .link2{
	margin-left: 6px;
}
.link-keret.slide .link2 {
  margin-left: 65px;
  width: calc(100% - 65px);
}
.nav ul{
	margin: unset !important;
	padding: unset !important;
}
.lenyilo-keret{
	display: flex;
	text-decoration: none;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	overflow-x: hidden;
}
.nyilo{
	display: none;
	widht: 100%
}
.nyilo.mr30{
	 margin-left: 30px;
 	 width: calc(100% - 30px);
}
.nav .link2{
	display: block;
	color: #000;
	font-family: Jost-SemiBold;
	transition:  color .2s;
	width: 200px;
	text-decoration: none;
}
.nav svg{
	height: 35px;
	width: 35px;
	
	margin-left: 10px;
}
.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 6px;
}
.oldal-menu:hover .nav .link-keret .link2,.oldal-menu.active .nav .link-keret .link2{
	display: block;
}
 .oldal-menu.active .nav{
	margin-left: 0px;
}
.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: flex-start;
	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;
}
.mt20{
	margin-top: 20px;
}
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.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% - 40px);
	padding: 0px 20px;
	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;
}
.pad20{
	width: calc(100% - 40px);
	padding: 20px;
}
.tpad20{
	display: flex;
	flex-flow: column nowrap;
	width: calc(100% - 40px);
	padding: 20px;
	overflow-x: auto;
	position: relative;
	background: #fff;
	border-radius: 15px;
}
.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.archiv{
	position: relative;
	background: rgba(235, 64, 52,0.5);
}
.sor.archiv::after{
	content: 'Archivált';
	font-size: 18px;
	color: red;
	position: absolute;
	top: 3px;
	left: 5px;
}
.sor.archiv::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: red;
	transform: rotate(177deg);
	position: absolute;
}
.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;
}
tr.kivalaszthato:hover{
	cursor:pointer;
	background: #e8e8e8;
}
tr.kivalaszthato{
	transition: .3s;
}
tr.kivalaszthato.active,.tr.kivalaszthato.active:hover{
	background-color: var(--halvanykek);
}
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-fixed{
	table-layout: fixed;
}
.table-auto{
	table-layout: auto;
}
table.szines tr:nth-child(even)
{
	background: #eee;
}
tr{
	padding: 0px 40px;
}
tr.active{
	background-color: antiquewhite;
}
td{
	
	font-family: Jost-Regular;
	font-size: 14px;
	padding: 10px;
	color: #000;
	text-align: left;
}
th{
	padding: 20px 10px;
	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;
	width: fit-content;
}
.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.halvanykek{
	background: #d9e3f0;
}
.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%;
}
.prof-column-keret.w50{
	width: 50%;
}
.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);
}

.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);
}

.menu-oszlop{
	display: flex;
	flex-flow: row wrap;
	grid-gap: 0px 10px;
	align-items: center;
	/*width: calc(100% / 3 - 15px);*/
}
.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: relative;
}

.ham.left{
	right: unset;
	left: 5px;
}
.ham1,.ham2,.ham3{
	display: block;
	width: 25px;
	height: 1px;
	margin: 3px 0px;
	background-color: #000;
	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: 20px;
	width: calc(100% - 44px);
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin: 5px 0px;
}
.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;
}
.alert.jobbalul{
	display:none;
	font-size: 14px;
	padding: 12px 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1065;
}
.alert.jobbalul.show{
	display:flex;
	opacity: 0;
	z-index: 1065;
	
	 animation: fadeInOut 3s ease-in-out infinite;
	max-width: 400px;
	
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.mt20{
	margin-top: 20px;
}
.ggap15{
	grid-gap: 15px;
}
.ggap10{
	grid-gap: 10px;
}
.ggap5{
	grid-gap: 5px;
}
.row-space{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.row-keret.wauto{
	width: auto;
}
.row-keret.w50{
	width: 50%;
}
.muveletek{
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 5px;
	align-items: center;
}
.muvelet{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.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 wrap;
    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 .inp-cbx:disabled + .cbx span:last-child{
    color: #999999;
	text-decoration: line-through;
}
.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: 58px;
	/*height: calc(1.4em + 0.94rem + 3.7px);*/
	padding: 0.47rem 0.8rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: #000;/*#475F7B*/
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid #DFE3E7;
	border-radius: 8px;/* 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% - 10px) 22px, calc(100% - 20px) 19px, 100% 0;
	background-size: 12px 12px, 10px 10px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 1.5rem;
	min-width: fit-content;
}
.select.auto{
	width: auto;
}
.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);
}
.osszegzes-oszlop.w100{
	
	width: calc(100% - 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;
	cursor: pointer;
	user-select: none;
}
.lap-gomb.fit{
	width: fit-content;
}
.lap-gomb:hover{
    color: var(--sotetkek);
}
.lap-gomb-selected,.lap-gomb-selected:hover
{
	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;
}
.kisszoveg.regular{
	font-family: Roboto-Regular;
}
.form-input-keret.uzenet{
	height: calc(100% - 20px);
    resize: none;
    padding: 10px;
    font-size: 14px;
}
footer .link2{
	color: #828D99;
	text-decoration: none;
	cursor: pointer;
	width: fit-content;
	transition: .3s;
}
footer .link2:hover{
	color: var(--sarga);
}
.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 !important;
  position: fixed;
  /* keretezés margin helyett */
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;         /* vagy: inset: 30px; */
  background: #fff;

  /* középre igazítás */
  display: flex;
  justify-content: center;
  align-items: center;
  /* NINCS width/height + NINCS margin */
}
.fullkep-keret img{
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.fullkep-keret.show{
	display:flex;
    z-index: 3000;
}
.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;
}
.cimek.kicsi{
	font-size: 16px;
}
.floating-tooltip {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
	padding: 10px;
	border-radius: 5px;
	display: none;
	max-width: 300px; /* Max szĂŠlessĂŠg desktopon */
	z-index: 9999;
	word-wrap: break-word;
}
.copy{
	cursor:pointer;
	width: 25px;
	aspect-ratio: 1;
	transition: 0.3s;
	padding:3px;
	border-radius: 50%;
	background: #fff;
	transform: translateY(-6px);
}
.copy:hover{
	background:#ccc;
}
.kis-container{
	display: block;
	width: calc(100% - 60px);
	background: #fff;
	margin: 0px auto;
	padding: 0px 30px;
	/*max-width: 1600px;*/
	padding-bottom: 30px;
}
.kis-container *{
	font-family: Roboto-Light;
}
.kis-container.nopd{
	padding: 0;
	width: 100%;
	/*max-width: 1660px;*/
}
.flexcenter{
	display: flex;
	align-items: center;
	flex-flow: column;
}
.head-layer {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}
.header-bg{
	width: 100%;
	object-fit: cover;
}
.head-szoveg{
	display:flex;
	flex-flow: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	position: absolute;
}
.scroll-item {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 0.5s, transform 0.5s; 
}
.scroll-item.balrol{
	transform: translateY(0px) translateX(-100%);
}
.scroll-item.jobbrol{
	transform: translateY(0px) translateX(100%);
}
.scroll-item.show {
  opacity: 1; 
  transform: translateY(0); 
}
.scroll-item.balrol.show,.scroll-item.jobbrol.show{
	transform: translateY(0) translateX(0);
}
.shadow-white {
  text-shadow: 0 0 4px white;
}
.shadow-black {
  text-shadow: 0 0 20px #000;
}
.udvozlo-szoveg{
	color: #fff;
	font-size: 4em;
	font-weight: 900;
	letter-spacing: 0.6px;
	font-family: Jost-Bold;
}
.udvozlo-szoveg.narancs{
	color: var(--narancs);
}
.pt20{
	padding-top: 20px;
}
.kerdes {
  font-size: 2.3em;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
	color: var(--narancs);
	font-family: Jost-Bold;
}
.kisszoveg{
	color: #828D99;
	text-align: justify;
	font-size:16px;
	padding: 10px 0px;
	font-family: Roboto-Medium;
}
.kisszoveg.nopad{
	padding: 0;
}
.kerdes .kek{
	color: var(--sotetkek);
	font-family: Jost-Bold;
}
.kerdes.kicsi{
	font-size: 1.9em;
}
.kerdes.mt5{
	margin-top: 5px;
}
.kerdes.w100{
	width: 100%;
}
.text-center{
	text-align: center;
}
.halvanykek-container{
	display: flex;
	flex-flow: row wrap;
	padding: 0px 30px;
	padding-top: 80px;
	padding-bottom: 40px;
	width: calc(100% - 60px);
	background-color: #d9e3f0;
	position: relative;
	justify-content: space-between;
	overflow: hidden;
}
.halvanykek-container::before{
	content: '';
	position: absolute; 
	top:3px;
	left:0;
    width: 0; 
    height: 0;
    border-left: 50vw solid transparent; 
    border-right: 50vw solid transparent; 
    border-top: 60px solid rgba(0,0,0,0.2);
}
.halvanykek-container::after{
	content: '';
	position: absolute; 
	top:0;
	left:0;
    width: 0; 
    height: 0;
    border-left: 50vw solid transparent; 
    border-right: 50vw solid transparent; 
    border-top: 60px solid #fff;
}
.halvanykek-container .oszlop2{
	width: calc(50% - 40px);
	display: flex;
	flex-direction: row;
	margin: 20px 0px;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	line-height: 1.5em;
}
.halvanykek-container .oszlop2 img
{
	width: 100px;
	border-radius: 5px;
}
.halvanykek-container .oszlop2 h2
{
	color: var(--sotetkek);
	font-size: 20px;
	font-family: Roboto-Medium;
	margin-bottom: 5px;
	font-weight: normal;
}
.halvanykek-container .oszlop2 div
{
	margin-left: 20px;
}
.csomaghead{
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 5px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.legnepszerubb{
	font-family: Jost-Bold;
	padding: 15px 20px;
	background: linear-gradient(to right,#fff,#fff2e2);
	color: var(--narancs);
	font-size: 16px;
	position: absolute;
	right:0;
	top: 15px;
}
.szoveg-keret {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: none;
}
.szoveg-keret.w80 p{
	width: 80%;
}
.szoveg-keret p{
	font-size: 16px;
	color: var(--halvanyszurke);
	text-align: left;
	width: 100%;
	margin-top: 20px;
}
.szoveg-keret img {
	width: 80%;
}
.rating {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
	margin-bottom: 6px;
}

.rating > .star {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  font-size: 26px;
  color: #ccc;
  transition: .5s;
	line-height: 20px;
}
.rating .star.set{
  color: #de781f !important;
}
.rating .star.rated{
  color: #ffd24d;
}
.ertekeles-keret{
	width: 100%;
	margin: 5px 0px;
	display: flex;
	flex-flow: column;
	background: #fff;
	/*box-shadow: 0px 4px 10px #ccc;*/
	border: 1px solid #ccc;
	border-radius: 8px;
	min-height: 300px;
}
.ertekeles-head{
	display: flex;
	width: calc(100% - 30px);
	flex-flow: row nowrap;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	
}
.ertekeles-avatar{
	border-radius: 50%;
	height: 60px;
	aspect-ratio: 1;
	margin-right: 10px;
}
.ertekeles-avatar img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ertekeles-nev{
	font-size: 16px;
	font-weight: 900;
	color: #000;
	font-family: Roboto-Medium;
}
.ertekeles-body{
	display: flex;
	width: calc(100% - 30px);
	flex-flow: column;
	padding: 15px;
}
.ertekeles-szoveg{
	font-size: 16px;
	font-family: Roboto-Regular;
	color: #585858; 
	line-height: 1.5em;
}
.ertekeles-szoveg strong{
	color: #000;
	font-weight: 900;
}
.csomagok{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	justify-content: center;
  grid-gap: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.csomagkeret {
  display: block;
  width: calc(100% / 3 - 30px);
  background: linear-gradient(180deg,#fff 50%,#f2f5fa);
	padding: 15px 15px;
border-radius: 10px;
	border: 1px solid #eee;
}
.csomagkeret.cursor{
	cursor:pointer;
}
.csomagkeret .csomagnev{
	font-size: 30px;
	font-family: Jost-Bold;
	text-align: left;
	color: var(--sotetkek)
		
}
.csomagkeret .probaidoszak{
	color: var(--sarga);
	font-size: 17px;
	font-family: Jost-Bold;
}
.csomagkeret .csomagalatt{
	font-size: 1em;
	color: var(--halvanyszurke);
	margin-top: 5px;
}
.csomagkeret .csomagalatt .athuzva{
	text-decoration: line-through;
}
.csomagkeret .csomagalatt.kozeli{
	margin-top: unset;
	height: 10px;
}
.csomagkeret .csomagar{
	font-size: 20px;
	font-weight: 900;
	color: var(--sotetkek);
	margin: 10px 0px;
	font-family: Jost-Bold;
}
.csomagkeret .csomagar .kicsi{
	font-size: 0.6em;
	font-family: Jost-Bold;
}
.csomagkeret .megrendelkeret{
	display: flex;
	width: 100%;
	justify-content: center;
}
.csomagkeret .megrendelkeret a:hover,.gomb:hover,.gomb.active
{
    background-color: var(--halvanykek);
    color: var(--sotetkek);
    transition: .7s;
}
.csomagkeret .megrendelkeret a,.gomb{
	padding: 8px 35px;
	margin: 15px 0px 6px 0px;
	background-color: var(--narancs);
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
    text-align: center;
	cursor: pointer;
}
.csomagok input[type=radio]{
	display:none;
}
.csomagkeret.active{
	background: var(--halvanyabbkek);
}

.csomagkeret .jellemzocim{
	font-size: 1em;
	font-weight: 100;
	text-align: left;
	width: 100%;
	margin: 30px 0px 10px 0px;
	color: #000;
	font-family: Roboto-Bold;
}
.csomagkeret .jellemzocim img{
	display: none;
	transition: .3s;
}
.csomagkeret .jellemzocim.forgat img{
	transform: rotate(180deg);
}
.csomagkeret .jellemzok{
	list-style: none;
	line-height: 1.5em;
}
.csomagkeret .jellemzok li{
	font-size: 0.8em;
	color: #212121;
	text-align: left;
}
.csomagkeret .jellemzok li:last-child{
	margin-bottom: 30px;
}
.csomagkeret .jellemzok li::before {
  	content: '';
  	display: inline-block;
  	height: 20px;
  	width: 20px;
  	background-image: url("../images/pipa.webp");
	background-position: center;
	background-size: 100%;
	margin-right: 10px;
	transform: translateY(5px);
}
.csomagkeret .megrendelkeret a{
  padding: 15px 35px;
  margin: 15px 0px 6px 0px;
  background-color: var(--sotetkek);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
	width: calc(100% - 70px);
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: 600;
}
.gomb {
  padding: 15px 35px;
  margin: 15px 0px 6px 0px;
  background-color: var(--narancs);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
	font-family: Jost-Bold;
}
.gomb:hover{
	color: var(--narancs);
	background-color: #fff;
}
.img-fluid{
	max-width: 100%;
}
.profilom-main-keret.nomargin{
	width: 100%;
	padding: 15px 0px;
}
.valaszto-main-keret{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	align-items: center;
	margin: 10px 0px;
}
.kivalasztottak{
	display: flex;
	flex-flow: column nowrap;
	width: 80%;
}
.kivalasztottak.between{
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 15px;
	width: calc(80% - 30px);
}
.kivalasztott-elem{
	display: flex;
	flex-flow: row nowrap;
	padding: 10px 50px 10px 10px;
	gap: 8px;
	border-radius: 6px;
	background: #0DC167;
	font-family: Roboto-Bold;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #fff;
	width: fit-content;
	position: relative;

	margin: 0 auto;
	margin-bottom: 5px;
}
.kivalasztott-close{
	display: block;
	right: 20px;
	position: absolute;
	font-family: dmsans;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
}
.kereso-keret{
	display: flex;
	align-items: center;
	width: calc(80% - 40px);
	padding: 0px 20px;
	border: 2px solid #272727;
	position: relative;
}
.kereso-keret-bezar{
	color: #272727;
	display: block;
	right: 10px;
	position: absolute;
	font-family: dmsans;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
}
.kereso-keret .kereso{
	padding: 10px 0;
	font-size: 18px;
	color: #272727;
	width: 100%;
	border: 0px !important;
	outline: none;
	text-indent: 10px;
	box-shadow:unset !important;
}
.kereso-keret .kereso-ikon{
	height: 20px;
}
.kereso-test-keret{
	display: none;
	width: 80%;
	flex-flow: column nowrap;
	padding: 15px 0px;
	max-height: 500px;
	overflow: auto;
}
.keresendo-elem{
	padding: 0px 20px;
	width: calc(100% - 40px);
	height: 30px;
	color: #272727;
	font-family: dmsans;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin-bottom: 10px;
	transition: .3s;
}
.keresendo-elem:hover{
	color: #0DC167;
	cursor: pointer;
}
.elrejt{
	display: none;
}
.elrejt.w100{
	width: 100%;
}
.fixalul{
	position: fixed;
	bottom: 0;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	background: #fff;
	z-index: 5;
	display: none;
	width: 100%;
	left: 0px;
}
.fixalul.active{
	display: flex;
}
.alsogomb{
	text-align: center;
	font-size: 16px;
	background: var(--sotetkek);
	color: #fff;
	border-radius: 8px;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid var(--sotetkek);
	transition: .3s;
	width: fit-content;
	display: block;
}
.alsogomb:hover{
	background: #fff;
	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;
    margin: 5px;
}
.alsubmit span{
	font-family: Roboto-Bold;
	font-weight: 900;
}
.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;
}
.alsubmit.sarga{
	background-color: #fff;
	border: 1px solid var(--sarga);
	color: var(--sarga);
}
.alsubmit.sarga:hover{
	background-color: var(--sarga);
	color: #fff !important;
}
.alsubmit.zold{
	background-color: #fff;
	border: 1px solid #52941c !important;
	color: #52941c !important;
}
.alsubmit.zold:hover{
	background-color: #52941c;
	color: #fff !important;
}
.alsubmit.zold svg
{
	fill: #52941c;
}
.alsubmit.sarga svg
{
	fill: var(--sarga);
}
.alsubmit.sarga:hover svg,.alsubmit.zold: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);
}
.float-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.float-modal-content {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 90%;
	position: relative;
    max-width: 500px;
    animation: fadeIn 0.3s ease-in-out;
}

.float-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.float-title {
    margin-top: 0;
    font-size: 1.5rem;
}

.float-text {
    color: #666;
    margin: 10px 0;
}

.float-btn {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.float-btn:hover {
    background-color: #0056b3;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.mobil-korlatozo{
	align-items: center;
	width: 100%;
	position: relative;
	transition: height 0.3s;
}
.maxw{
	 display: flex;
    flex-flow: row wrap;
    margin: auto;
    justify-content: space-between;
	max-width: 1660px;
	width: 100%;
}
.mobil-korlatozo.halvanykek-container{
	width: calc(100% - 60px);
}
.korlatozo-gomb{
	display: none;
	position: absolute;
}
.tajekoztato{
	display: flex;
	flex-flow: row wrap;
	grid-gap: 20px;
	align-items: center;
	width: 100%;
	justify-content: center;
	margin: 60px 0px;
	margin-bottom: 40px;
}
.tajekoztato span{
	display: flex;
	flex-flow: row;
	align-items: center;
	grid-gap: 20px;
	font-family: Roboto-Regular;
	font-size: 20px;
}
.tajekoztato span .link{
	font-family: Roboto-Regular;
}
.tajekoztato .kekszoveg{
	color: var(--sotetkek) !important;
	font-family: Roboto-Regular;
	font-weight: 900;
}
.link.ugyfel{
	display: none;
}
.hr-kek{
	color: #d9e3f0;
	background: #d9e3f0;
	border-color: #d9e3f0;
	max-width: 1660px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.mt50{
	margin-top: 50px;
}
.mb50{
	margin-bottom: 50px;
}
.contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

/* Bal oldali rész: elérhetőségek */
.contact-info {
  background-color: #fff;
  flex: 1 1 300px;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-info h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.contact-info p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-info p strong {
  display: inline-block;
  width: 80px;
  color: #007BFF;
}

/* Jobb oldali rész: űrlap */
.contact-form {
  background-color: #fff;
  flex: 2 1 400px;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-form h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  width: calc(100% - 1.5rem);
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007BFF;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-submit:hover {
  background-color: #0056b3;
}

footer {
  text-align: center;
  margin: 2rem 0;
  font-size: 0.9rem;
  color: #666;
}
.text-right{
	text-align: right ;
}

.view-keret{
	display: none;
	width: 100%;
	height: calc(100% - 90px);
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: 10;
	top: 90px;
}
.view-close{
	font-weight: 900;
	font-size: 20px;
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #ccc;
	border-radius: 8px;
	transition: .3s;
	color: #fff;
	background: var(--sotetkek);
	user-select: none;
	cursor: pointer;
	margin: 10px 0px 20px 0px !important;
	padding: 0 !important;
}
.view-close:hover{
	color: var(--sotetkek);
	background: #fff;;
}
.view-body{
	width: 100%;
	min-width: 600px;
	height: 100%;
	display: block;
	padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.view-belso{
	display: flex;
	flex-flow:column;
	margin: 0 auto;
	height: 80%;
	max-width: 1200px;
  	width: 100%;
}

/* Reszponzív megjelenés */
@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;
    }
	footer{
		padding: 20px 60px;
		width: calc(100% - 120px);
	}
}
@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 ) {
    .container{
    width: 100% !important;
    }
    .flickity-button{
        display: none;
    }
	
	footer{
		display: none;
		height: auto;
		padding: 20px 20px;
		background: linear-gradient(180deg, #fff,#d9e3f0);
		width: calc(100% - 40px);
		margin: 0;
	}
	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{
		
		margin-left: 0;
	}
	.ham{
		display: flex;
	}
    
    .szoveg-keret img{
        width: 100%;
    }
    
	
    .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: #fff;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 0px 15px;
    	width: calc(100% - 30px);
	}
	#fakehead .logo{
		position: relative;
		margin-right: unset;
		text-transform: center;
		width: fit-content;
	}
	#fakehead .logo .fekete{
		color: #000;
	}
	header.new-style #fakehead .logo .fekete{
		color: var(--sotetkek);
	}
	#fakehead .dropdown.center {
	  align-items: flex-end;
	}
	.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;
		width: 100% !important;
		margin-left: 0;
	}
	.form{
		position: relative;
		top:0;
		width: calc(100% - 30px);
		height: fit-content;
		border-radius: unset;
		padding: 0px 15px;
	}
	.container.w100.load .form{
		padding: 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:#000;
	}
    .nomobil{
        display: none;
    }
	.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,.prof-column-keret.w50{
		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.mobile-row{
		flex-flow: row;
		grid-gap: 10px;
	}
	.row-space .row-keret{
		flex-flow: column-reverse;
	}
	.select-space .oszlop{
		width: 100% !important;
	}
	.atlatszokeret {
	  width: 100%;
	  margin-left: 0px;
	  left: 0;
		margin-top: 60px;
		max-height: calc(100% - 60px);
	}
	.atlatszokeret .load-keret{
		margin-top: 0;
		margin-left: 0;
		max-height: 100%;
	}
	.load-keret .container.w100.load {
	  max-height: 100%;
	}
	.lebego {
		width: 100%;
		height: calc(100% - 60px);
		left: 0px;
		top: 60px;
	  }
	.floating-tooltip {
		max-width: 100vw; 
		left: 0;
		right: 0;
		margin: 0 auto; 
		bottom: 10px;
		 position: fixed;
	}
	.csomagok{
		 display: flex;
	    flex-flow: column nowrap;
	    width: 100%;
	    background-color: #fff;
	}
	.csomagok .csomagkeret {
		display: flex;
		flex-flow: column nowrap;
		width: calc(100% - 32px);
		justify-content: flex-start;
		align-items: flex-start;
	}
	.udvozlo-szoveg,.kerdes{
		font-size: 1.8em;
		text-align: center;
	}
	.kerdes.kicsi {
	  font-size: 1.5em;
	}
	.kis-container{
		width: calc(100% - 20px);
        padding: 0px 10px;
	}
	.kis-container.nopd{
		width: 100%;
       
	}
	.halvanykek-container{
		width: calc(100% - 20px);
		padding: 0px 10px;
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.halvanykek-container::after {
	  border-left: 50vw solid transparent;
	  border-right: 50vw solid transparent;
	  border-top: 10vw solid #fff;
	}
	.halvanykek-container::before {
	  border-left: 50vw solid transparent;
	  border-right: 50vw solid transparent;
	  border-top: 10vw solid rgba(0,0,0,0.2);
	}
    .oszlop2{
        flex-direction: column;
        width: calc(100% - 20px);
    }
    .halvanykek-container .oszlop2 img {
        width: 60px;
    }
	.szoveg-keret.w80 p{
		width: 100%;
	}
	.osszegzes{
		flex-flow: row wrap;
	}
	.osszegzes-oszlop {
	  display: flex;
	  flex-flow: column nowrap;
	  padding: 0;
	  width:100%;
	}
	.osszegzes-oszlop .row-space{
		flex-flow: row;
		justify-content: space-between;
	}
	.menu-oszlop .select.auto{
		padding: 0px 15px;
   	 width: calc(100% - 30px);
		margin: 15px 0px;
	}
	.menu-oszlop .link2{
		display: flex;
		flex-flow: row nowrap;
		grid-gap: 15px;
	}
	.harmas-oszlop{
	  display: flex;
	  flex-flow: row wrap;
	  margin-top: 20px;
	  grid-gap: 20px;
	}
	.harmas-oszlop .oszlop{
	  width: 100%;
	}
	.head-layer{
		
		padding-bottom: unset;
		justify-content: center;
	}
	header.new-style .menu-keret .menu .link {
	  padding: 10px 15px;
	  margin: 0;
	}
	header.new-style .ham{
		background: var(--sotetkek);
		height: unset;
		padding: 5px;
		border-radius: 3px;
		color: #fff !important;
	}
	header.new-style .menu-keret.feher .ham .ham1,header.new-style .menu-keret.feher .ham .ham2, header.new-style .menu-keret.feher .ham .ham3{
		background-color: #fff;
	}
	header.new-style .menu-keret.feher .ham{
		height: 35px;
	}
	.halvanykek-container .oszlop2 {
	  width: calc(100% - 20px);
	}
	.mobil-korlatozo{
		height: 280px;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.mobil-korlatozo.show{
		height: auto;
		overflow: unset;
	}
	.korlatozo-gomb{
		display: block;
		text-align: center;
		width: 100%;
		height: 20px;
		bottom: 0;
		left: 0;
		color: #000;
		z-index: 2;
		font-weight: 900;
		cursor: pointer;
		
	}
	.korlatozo-gomb.forgat img{
		transition: 0.3s;
		transform: rotate(180deg);
	}
	.korlatozo-gomb img{
		height: 20px;
		width: 20px;
	}
	.korlatozo-gomb::after{
		content: '';
		bottom: 0;
		left:0;
		height: 70px;
		width: 100%;
		position: absolute;
		background: linear-gradient(180deg,transparent,#fff);
		z-index: -1;
	}
	.korlatozo-gomb.forgat::after{
		background: transparent;
	}
	header.new-style .feher-hatter {
	  height: 61px;
	}
	.mobil-korlatozo.halvanykek-container{
		width: calc(100% - 20px);
	}
	.csomagkeret .jellemzocim{
		display: flex;
		transition: .3s;
	}
	.csomagkeret .jellemzocim img{
		display: block;
		transition: .3s;
		height: 18px;
		margin-left: 5px;
	}
	.csomagkeret .jellemzok{
		display:none;
	}
	.profilom-main-keret.form.halvanykek .select-space .oszlop{
		align-items: center;
	}
	.profilom-main-keret.form.halvanykek{
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.link.ugyfel{
		display: block;
	}
	.link.ugyfel img{
		height: 30px;
		transform: translateY(5px);
		margin-right: 10px;
	}
	.head-szoveg {
	  margin-bottom: 0;
	}
	.kerdes {
	  width:100%;
	  display: flex;
	  flex-flow: column;
	}
	.table-fixed .form-input-keret, .table-auto .form-input-keret{
		min-width: 100px;
	}
	.tabla .sor .form-input-keret{
		min-width: 100px;
	}
	.contact-section {
		flex-direction: column;
	 }
	.kereso-keret {
	  
	  width: calc(100% - 40px);
	}
}
@media screen and (max-width:550)
{
	.float-modal-content {
		
		max-width: unset;;
		width: 95%;
	}
}
@media screen and (max-width:1660px)
{
	.profilom-main-keret.halvanykek{
		margin: 0 30px;
	}
}