:root{
	--zold: #0DC167;
	--vilagoszold: #3DCD85;
	--Foundation-Grey-Normal: #272727;
	--white: #FFF;
	--black: #000;
	--Foundation-Orange-Normal:#FEC62B;
	--Foundation-Grey-grey-50:#E9E9E9;

}

@font-face {
    font-family: dmsans;
    src: url("dmsans.ttf") format("truetype");
}
@font-face {
    font-family: Quicksand-Regular-Regular;
    src: url("Quicksand-Regular-Regular.ttf") format("truetype");
}
@font-face {
    font-family: DarkerGrotesque-Regular;
    src: url("DarkerGrotesque-Regular.ttf") format("truetype");
}
body
{
	margin: 0;
	font-family: dmsans;
	font-size:16px;
}
hr
{
	border: 0;
    height: 1px;
    background-color: var(--Foundation-Grey-grey-50);
	margin-top: 15px;
}
/*HEADEREK*/
h1
{
	color: var(--black);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	text-transform: uppercase;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1.feher, h2.feher{
    color: #fff;
}
.teszt-kitolt-mentesgomb-keret
{
position: fixed; left: 0px; bottom: 0px; padding: 20px 40px; width: 100%; text-align: center; background-color: #fff; z-index: 1001;
}
.nyelv-valaszto-li
{
	display: flex;
    align-items: center; padding-right: 20px; padding-left: 10px;
}
.teszt-doboz
{
	border-radius: 16px;
	border: 2px solid var(--Foundation-Grey-grey-50);
	background: var(--White, #FFF);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.06);	
	padding: 30px 10px;
	margin: 20px auto;
	width: 50%;
    display: flex;
	justify-content: space-between;
    align-items: center;
}
.balra
{
	text-align: left;
}
.feherkeret
{
	border: 3px solid #fff; border-radius: 10px; padding: 10px 10px 30px 10px;
    line-height: 1.6em;
    font-weight: 600;
}
.sarga-vastag{
	font-family: DarkerGrotesque-Regular;
	font-size: 40px;
	font-weight: 900;
	line-height: 48px;
	text-align: left;
	color: #FEC62B;
}
.fekete-vastag{
	font-family: DarkerGrotesque-Regular;
	font-size: 40px;
	font-weight: 900;
	line-height: 48px;
	text-align: left;
	color: #000;
}
.sarga-hatter-gomb{
    background-color: #FEC62B;
    color: #272727;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 20px 23px;
    border-radius: 15px;
    gap: 10px;
    width: 250px;
    text-align: center;
    box-shadow: 0px 2px 2px 0px #00000040;
}
.feher-hatter-gomb{
    background-color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 20px 23px;
    border-radius: 15px;
    gap: 10px;
    width: 250px;
    text-align: center;
    box-shadow: 0px 2px 2px 0px #00000040;
    border: 1px solid #EDEDED;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000;
	/*min-width: 300px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 0px;
	margin-left: 24px;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-content a {
	padding: 5px 10px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
.dropdown-content a.link{
	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
	margin-top: 0 !important;
	display: flex;
    align-items: center;	
}

.sel.szuro{
    border-radius: 6px;
    color: white;
    /*padding: 3px 30px;**/
    font-weight: normal;
    margin-left: 0 !important;
	display: flex;
    align-items: center;	
}
.sel.szuro:hover{
    color:#0DC167;
}
.dropdown-content a: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;}

.p10
{
	padding: 10px;
}
#kos1,#kos2,#kos3 {cursor: pointer;}
/*szinek*/
.feher
{
	color: var(--white) !important;
}
.zold
{
	color: var(--zold) !important;
}
.sarga
{
	color: var(--Foundation-Orange-Normal) !important;
}
.fekete
{
	color: black !important;
}
.piross
{
	color: red;
}
/*FORMOS*/
.form{
    grid-gap: 10px 0px;
    display: flex;
    flex-flow: column;
    text-align: left;
    align-items: center;
    width: 80%;
	margin-top: 30px;
}
form .felirat
{
	width: 50%; text-align: left;
}
.fs,.form label{
    font-size: 20px;
}
.w50{
    width: 50%;
}
.hkozep{
    width: 100%;
    text-align: center;
}
input
{
	width: 100%;
	border-radius: 15px;
	border: 0.5px solid rgba(39, 39, 39, 0.50);
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 15px;	
}
.form input[type="checkbox"],input[type="checkbox"]
{
    width: 20px;
    height: 20px;
}
.form select{
    width: 50%;
	border-radius: 15px;
	border: 0.5px solid rgba(39, 39, 39, 0.50);
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 15px;	
}
.form input{
    width: 50%;
}
.form input.w100{
    width: 100%;
}
.form .sor{
    width: 50%;
}
/*VEZERLOK*/
.row-space{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
}
.row-space.sargabg{
	background: #FEC62B;
	border-radius: 16px;
	align-items: center;
}
.row-space.justify-center{
	justify-content: center;
}
.column-keret{
    grid-gap: 10px 0px;
    display: flex;
    flex-flow: column;
    text-align: left;
    align-items: center;
    width: 100%;
}
.column-keret.left{
    align-items: flex-start;
}
.column-keret.rejtett{
    display: none;
}
.column-keret.ggap15{
	grid-gap: 15px 0px;
}
.column-keret.w30{
	width: 30%;
    padding: 10px;
}
.column-keret.w70{
	width: 70%;
    padding: 10px;
}
.fw600{
    font-weight: 600;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.fw1000{
    font-weight: 1000;
}
.w100{
    width: 100%;
}
.w100p10{
    width: 100%;
    padding: 0px 10px;
}
.sor
{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.oszlop
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    text-align: center;	
}
.p40keret
{
	padding: 40px 0px;
	gap: 32px;
	width: 100%;
}

.w50
{
    width: 50%;
    padding: 10px;
}
.w100fl
{
    width: 100%;
    display: flex;
}
.talign_r
{
    text-align: right;
}
.talign_c
{
    text-align: center;
    justify-content: center;
}

/*GOMBOK*/
    .logout-icon path 
	{
        fill: #fff;
        transition: fill 0.3s ease;
		cursor:pointer
    }

    .logout-icon:hover path {
        fill: #0DC167;
    }
/*GOMBOK OK*/

.widthnone{ width: unset !important;}
.flexdiv {display: flex;}
.piros { background-color: rgba(232,95,97,0.64);}
.modal {
    display: none;
    position: fixed;
    bottom: 0; /* Az alján jelenjen meg */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

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

nav ul
{
	list-style: none;
	padding: 0;
	margin: 0px !important;
	height: 100%;
	display: flex;
	align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer
{
	text-align:center;
	color:white;
	width:100%;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
	flex-direction: row;
	padding: 20px 0px;
	border-radius: 30px 30px 0px 0px;
	background: var(--Foundation-Grey-Normal);	
	font-size: 16px;
	z-index: 1001;
}
footer a,footer a:hover,footer a:visited
{
	color:white !important;
}
.header-green .headeralap
{
	width: 100%; 
	background-color: var(--Foundation-Grey-Normal);
}
header{
	padding-top:65px !important;
}
.headeralap{/*UJ OSZTALY*/
	width: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.headeralap.black{
	background-color: var(--Foundation-Grey-Normal);
}
.header-bottom-round{
	border-radius: 0px 0px 20px 20px;
}
.head
{
	display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
	max-width:1600px;
	margin:auto;
}
.head-with-text
{
    justify-content: center;
    align-items: flex-start;
    min-height: 250px;
    flex-flow: column nowrap;
}
.head-with-text h1
{
    margin: 10px 0px;
    font-size: 32px;
    color: var(--Foundation-Grey-Normal);
    font-weight: 700;
}
.head-with-text .head-also-szoveg
{
    font-size: 24px;
    color: #5F5F5F;
    line-height: 30px;
    font-weight: 400;
}
header
{
	width: 100%;
	/*display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-items: center;*/
	height:35vh;/*45*/
	min-height: 300px;/*400px*/
	background: url(images/header-bg.svg);
	background-color: var(--Foundation-Grey-Normal);
    background-size: cover;
	background-repeat:no-repeat;
    background-position: center 100%;
}
.header-cim
{
	color: var(--white);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 10vh;	max-width:1600px;
	margin:auto;
	padding-left: 10px;
	
}
nav
{
	height: 50px;
	color:  white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	z-index: 1000;
	/*background-color: rgb(45,45,45);*/
}

.flex-center
{
	display: flex;
    align-items: center;
	justify-content: center;
}

    .svg-link path,.svg-link 
	{
        fill: #fff;
        color: #fff;
        transition: fill 0.3s ease, color 0.3s ease;
    }

    .svg-link:hover path,.svg-link:hover 
	{
        fill: var(--zold); 
        color: var(--zold); 
    }
	
nav ul li a
{
	display: flex;
    align-items: center;	
	
	padding: 7px 15px;
	cursor: pointer;
	color:white;
	transition:0.3s ease;
}

nav ul li a:hover
{
	/*border:2px #FEC62B solid;
	border-radius:10px;
	padding:5px 28px;*/
	color: var(--zold);	
}
.flexcenter
{
	display:flex;
	align-items: center;
	justify-content: center;
}
.flexleft
{
	display:flex;
    align-items: center;
    justify-content: flex-start
}
.flexoszlop
{
	flex-direction: column;
}

.zold-gomb{
	padding: 14px 16px;
	gap: 10px;
	border-radius: 6px;
	font-family: dmsans;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	text-align: center;
	background: #0DC167;
}
.gomb
{
	border:2px #FEC62B solid;
	border-radius:5px;
	padding:8px 28px;
	cursor: pointer;
	color:white;
	font-size:18px;
	font-weight: 200 !important;
	margin: 2px 5px;
	background-color: var(--Foundation-Grey-Normal);;
	transition: .3s;
}
.sargakivalaszt
{
	background: var(--Foundation-Orange-Normal) !important;
	transition: .3s;
}
.sargakivalaszt:hover
{
	color: black !important;
}

.navicons .gomb
{
	padding-top: 5px;
	font-size:14px;
}


.gomb:hover
{
	background-color:#FEC62B;
	/*color:black;	*/
}
.gomb-ful
{
	border: 1px solid white;
	border-radius: 15px;
	flex-shrink: 0;	
	display: flex;
	color: black;
	padding: 20px;
	cursor: pointer;
	font-weight:100;
	transition:0.3s ease;
}
.gomb-ful-selected
{
	background: var(--zold);
	color: white;
	/*border: 1px solid #FEC62B;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);*/
}
.gomb-ful-selected:hover{
	color: white !important;
}
.gomb-ful:hover
{
	color: var(--zold);
}

.ful
{
	border-radius: 15px;
	border: 1px solid #EDEDED;
	background: rgba(217, 217, 217, 0.00);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	margin: auto;
	margin-bottom: 40px;
    display: flex;
	width: fit-content;
}
.ful-content
{
	display: flex;
	width: 100%;
	flex-wrap:wrap;
	justify-content: center;
}
.ful-conent-col
{
	border-radius: 15px;
	border: 1px solid #EDEDED;
	background: rgba(244, 244, 243, 0.00);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);	
	width: 33%;
	/*height: 470px;	*/
	padding: 20px;
	margin: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.ful-conent-col.relative{
	margin-bottom: 70px;
	position: relative;
}
.ful-conent-col.relative .row-space.gombok{
	position: absolute;
	bottom: 10px;
}
.ful-conent-col img
{
	margin-bottom: 20px;
}
.ful-conent-col .fakeimg{
	height: 72px;
	display: block;
	width: 72px;
	margin-bottom: 20px;
}
.ful-content-col-header
{
	color: #272727;
	/*font-family: "Darker Grotesque";*/
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 38.4px */
	margin-bottom: 8px;
}
.ful-content-col-text
{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	margin-bottom: 10px;
}
.gomb-black
{
	display: flex;
	font-weight: normal;
	padding: 7px 45px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;	
	border-radius: 15px;
	background: #272727;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);	
	color:white !important;
	padding-left: 65px;
	padding-right: 40px;
/*	width: fit-content;*/
}
.fit-content
{
	width: fit-content;
}

.gomb-black .nyil {
        opacity: 0;
        transform: translateX(-10px); 
        transition: opacity 0.3s ease, transform 0.3s ease; 
    }
    .gomb-black:hover .nyil {
        opacity: 1;
        transform: translateX(0); 
    }
    .gomb-black .szoveg {
        transform: translateX(0px); 
        transition: transform 0.3s ease; 
    }	
    .gomb-black:hover .szoveg {
        transform: translateX(-5px);
        transition: transform 0.3s ease;
    }	
	.gomb-black:hover
	{
		background-color:var(--vilagoszold);
		transition:0.3s ease;
	}
.gomb-green input[type="submit"]{
    width: fit-content;
    font-weight: normal;
    color: white;
    background: transparent;
    box-shadow: unset;
    border: 0;
    font-size: 16px;
    font-family: dmsans;
	padding: 7px 45px;
}
.gomb-green input[type="submit"]:hover{
    background: transparent;
}
.gomb-green.nopad{
    padding: 0 16px;
}
.gomb-green
{
	display: flex;
	padding: 7px 45px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;	
	border-radius: 15px;
	background: #1DC473;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);	
	width: fit-content;
	color:white !important;
}

    .gomb-green .nyil {
        opacity: 0;
        transform: translateX(-10px); 
        transition: opacity 0.3s ease, transform 0.3s ease, display 0.3s; 
		
    }
    .gomb-green:hover .nyil {
        opacity: 1;
        transform: translateX(0); 
		
    }
    .gomb-green .szoveg {
        transform: translateX(0px); 
        transition: transform 0.3s ease; 
        font-size: 16px;
    }	
    .gomb-green:hover .szoveg {
        transform: translateX(-5px);
        transition: transform 0.3s ease;
    }	
	.gomb-green:hover
	{
		background-color:var(--vilagoszold);
		transition:0.3s ease;
	}

.ar 
{
	color: #5F5F5F;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	padding: 20px 0px;
	display: flex;
    align-items: center;	
}
.kapcsolat-div
{
	background: #EDEDED;
	padding: 40px 60px;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: -20px;
}

.kapcsolat-div form
{
	width: 50%;
}

.kapcsolat-div input, .kapcsolat-div textarea
{
	width: 100%;
	border-radius: 15px;
	border: 0.5px solid rgba(39, 39, 39, 0.50);
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px;	
	transition: 0.6s;
}


.kapcsolat-form-sor
{
	display: flex;
    justify-content: space-around;	
}
.kapocslat-sor-oszlop
{
	width: 100%;
	margin: 10px;
}

header a,header a:hover,header a:visited
{
	color:white;
	cursor:pointer;
	text-decoration:none;
}
a, a:hover, a:visited
{
	color:black;
	cursor:pointer;
	text-decoration:none;
}



.disz
{
    width: 100%;
    height: 5vh;
    display: flex;
    background-color: var(--zold);
    padding: 50px 20px;
    border-radius: 20px;
    color: black;
    position: relative;
    top: -20px;
	justify-content: center;
	margin-bottom: 50px;
}
.index-ikon
{
	display: flex;
    flex-wrap: nowrap;
    font-weight: 800;
    flex-direction: column;
    justify-content: center;
	align-items:center;
	border-right: 1px solid #ddd;
    padding: 0px 100px;	
}	
.index-ikon img
{
	height:4.5vh;
}
.index-ikon:last-child
{
	border-right: unset;
}

.kerdese-van-header
{
	color: #272727;
	text-align: center;
	/*font-family: "Darker Grotesque";*/
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 57.6px */
	text-transform: uppercase;
}

article
{
	width: 80%;
	margin:  20px auto;
	padding-bottom:80px;
	overflow-x: hidden;	
	min-height: 50vh;
}
article h1
{
	font-family: dmsans;
	text-align: center;
	font-size: 30px;
}
.navicons
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;	
}

.navicons img
{
	height: 25px;
	padding: 0px 10px;
}
#logo
{
	height: 40px;
    padding: 10px 0px;
}
nav a 
{
	height: 30px;
}

.hambar1,.hambar2,.hambar3
{
	width:35px;
	height:4px;
	background-color: white;
	margin:6px 0px;
	border-radius:2px;
	transition:0.3s;		
}

.mtrbl20
{
    margin: 20px 20px;
}
.mb0{
    margin-bottom: 0;
}
.mb50{
   margin-bottom: 50px; 
}
.mb100{
   margin-bottom: 100px; 
}
.forgat .hambar1
{
	transform: translate(0,10px) rotate(-45deg);
}
.forgat .hambar3
{
	transform: translate(0,-10px) rotate(45deg);
}

.forgat .hambar2
{
	opacity:0;
}

#ham
{
		display:none;
}

.csoport,.szervezetek,.ujkerdes,.adminok
{
	display:none;
}
.ujkerdes
{
	margin-left:50px;
}

.egyen-reszletek
{
	display:none;
	margin-left:30px;
	line-height:2em;
}

.nyil
{
		display: inline-block;
		transition: 0.3s;
}
.nyilforgat
{
	transform: rotate(180deg);
}

.szervezet-sor,.egyen-sor,.teszt-sor,.kerdes-sor,.ujkerdes-sor
{
	display:flex;
}
.szervezet-sor.sor-center{
    align-items: center;
}
.szervezet-nev
{
	border:1px solid #eee; border-radius: 4px; padding:5px; width:60%;
}
.szervezet-muvelet,.teszt-muvelet
{
	border:1px solid #eee; border-radius: 4px; padding:5px; width:40%;
}
.csoport-sor
{
	display:flex; margin-left:30px;
}
.csoport-nev
{
	width:60%;
    display: flex;
}
.egyen-cella
{
	width:25%;border:1px solid #eee; border-radius: 4px; padding:5px; 	
}

.cella2
{
	width:50%;border:1px solid #eee; border-radius: 4px; padding:5px; 	
}
.cella80-20-1
{
	width:80%;border:1px solid #eee; border-radius: 4px; padding:5px; 	
}
.cella80-20-2
{
	width:20%;border:1px solid #eee; border-radius: 4px; padding:5px; 	
}
.cella33
{
	width:33%;border:1px solid #eee; border-radius: 4px; padding:5px;	
}
.cella20
{
	width:20%;border:1px solid #eee; border-radius: 4px; padding:5px;	
}

.kozep
{
	text-align: center;
}
.sel_szervezet_del
{
	height: 20px;
	cursor: pointer;
}
.meres-sel-input
{
	width: 100% !important;
}
.reszletek,.reszletek2
{
	padding-top: 5px;
}
.teszt-nev
{
	border:1px solid #eee; border-radius: 4px; padding:5px; width:20%;
}
.kerdes-cella
{
	padding:5px; width:20%;	display:flex;
	justify-content: center;
}
.kerdes-nev
{
	padding:5px; width:100%;	
}
.kerdes-uj-nev
{
	padding:5px; width:80%;
}
.kerdes-uj-nev100
{
	padding:5px; width:100%;
}
.kerdes
{
	box-shadow:0px 0px 10px 10px #eee;
	margin:40px 0px 0px 0px;
	padding:10px 0px;
	border-radius: 4px;
}

  /* FORMOK */

  .checkbox-wrapper-64
{
    display: flex;
    align-items: center;
}
  .checkbox-wrapper-64 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }
	.kerdestext,.kerdestext_e3
	{
		width: 100%;
		margin:20px 0px;
		padding:10px 0px;
		border-radius: 4px;		
	}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-14 input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-14 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-14 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-14 label.active{
        color: var(--zold) !important;
        text-decoration: underline;
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-14 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-14 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-14 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    margin-right: 5px;
    }
    .checkbox-wrapper-14 label:first-child{
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 4px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch {
      width: 38px;
      border-radius: 11px;
      
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0));
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:disabled:not(:checked):after {
      opacity: 0.6;
    }
  }

  .checkbox-wrapper-14 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-14 *:before,
  .checkbox-wrapper-14 *:after {
    box-sizing: inherit;
  }
  .checkbox-wrapper-64 *,
  .checkbox-wrapper-64 ::after,
  .checkbox-wrapper-64 ::before {
    box-sizing: border-box;
  }
input[type='radio'] { 
     transform: scale(2); 
	margin-right: 10px ;
}
th
{
	padding-top: 20px;
}
  .checkbox-wrapper-64 .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
  }
  .checkbox-wrapper-64 .switch-wide
{
	width: 5em !important;
}

  .checkbox-wrapper-64 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .checkbox-wrapper-64 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
  }

  .checkbox-wrapper-64 .slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.27em;
    bottom: 0.25em;
    background-color: #adb5bd;
    transition: .4s;
	text-align: center;
  }
  .checkbox-wrapper-64 .slidermod:before
  {
	  content: "\270D";
  }
  .checkbox-wrapper-64 .sliderkotelezo:before
  {
	  content: "\2611";
  }
  .checkbox-wrapper-64 .sliderhalozatos:before
  {
	  content: "\2623";
  }  
  .checkbox-wrapper-64 .sliderforditott:before
  {
	  content: "\2607";
  }  
  .checkbox-wrapper-64 .slider360:before
  {
	  width: 3em;
	  content: "360";
  } 

	.checkbox-wrapper-64 .slider-wide
	{
	
	}

  .checkbox-wrapper-64 input:checked + .slider {
    background-color: green;
    border: 1px solid green;
  }

  .checkbox-wrapper-64 input:focus + .slider {
    box-shadow: 0 0 1px green;
  }

  .checkbox-wrapper-64 input:checked + .slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
  }



.rejtett
{
	display:none;
}
input[type="number"]
{
	width:50px;
	border:1px solid #555;
	padding:5px;
	margin:5px;
	border-radius:5px;
}
/**
input[type="text"],input[type="email"],select,datetime-local, input[type="date"]
{
	width:calc(100% - 20px);
	margin:2px;
	padding:10px;
	border:1px solid #eee;
	border-radius:5px;
	transition:.5s;
}

input[type="text"]:hover,input[type="email"]:hover,select:hover,input[type="date"]:hover
{
	background-color:rgba(29,196,11,.33);
}
*/
.button
{
	background-color:rgba(29,196,11,.33);
	padding:2px 10px;
	border:none;
	border-radius:5px;
	transition:.5s;
	cursor:pointer;
	font-weight:bold;	
	line-height: 30px;
	margin: 10px;
}
.button:hover
{
	background-color:rgba(29,196,11,1);
}
input[type="submit"],input[type="button"],.ojelolomentgomb,.sjelolomentgomb,.jelolomentgomb
{
	background-color:rgba(29,196,11,.33);
	padding:5px 20px;
	border:none;
	border-radius:5px;
	transition:.5s;
	cursor:pointer;
	font-weight:bold;
    margin:2px;
}
.egyseg-gomb
{
    min-width: 180px;
    margin: 20px 5px;
}
.egyseg-gomb:hover
{
    background-color:rgba(29,196,11,1);    
}

input[type="submit"]:hover,input[type="button"]:hover,.ojelolomentgomb:hover,sjelolomentgomb:hover,jelolomentgomb:hover
{
	background-color:rgba(29,196,11,1);
}

.jelolotorol
{
	width:30px;
	cursor:pointer;	
}
.jeloloopciok,.oszlopjeloloopciok
{
	box-shadow:0px 0px 10px 10px #eee;
	margin-left:50px;
	padding:10px;
	border-radius: 4px;
}

.hiba
{
	width:100%;
	padding:20px;
	border:1px solid red;
	border-radius:5px;
	text-align:center;
	background-color:rgba(241,165,166,0.16);
	color:red;
	font-weight:bold;
}
.oke
{
	width:100%;
	padding:20px;
	border:1px solid white;
	border-radius:5px;
	text-align:center;
	background-color:rgba(241,165,166,0.16);
	color:green;
	font-weight:bold;
}
.urlap
{
	display: flex;
    justify-content: center;	
}

.flexwrap
{
	flex-wrap: wrap;
}

.header-login
{
	height: 100vh;
    background-color: var(--Foundation-Grey-Normal);
}
.header-register
{
    min-height: 100vh;
    height: 100%;
}
.header-unset
{
    height: auto;
    background: rgb(14, 14, 14);
	min-height: unset;
}
.header-green{
	width: 100%;
	background: url(images/header-bg-green.svg);
	background-color: #0DC167;
    background-size: cover;
	background-repeat:no-repeat;
    background-position: center 150%;	
	height: unset;
	min-height: fit-content;
	padding: 40px 0px;
}
.header-green .head{
	background-color: var(--Foundation-Grey-Normal);
}
.header-green .header-cim{
	text-align: center;
	text-transform: uppercase;
}
.header-also-keret{
	display: flex;
	width: 100%;
	margin-top: 10px;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
}
.header-vizszintes{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	grid-gap: 0px 5px;
}
.white-ikon{
	fill: #fff;
}
.header-ikon-szoveg{
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
	text-align: left;
	color:#fff;

}
.footer-login
{
	border-radius: 0px;;
}
/*KOSÁR*/
.kosar-oszlop{
	display:flex;
	flex-flow: column nowrap;
	align-items: center;
}
.kosar-oszlop.w70{
	width: 70%;
}
.kosar-oszlop.w30{
	width: 30%;
}
.kosar-sor{
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	align-items: center;
}
.kosar-sor:not(.fejlec){
	margin-top: 20px;
}
.kosar-sor.fejlec{
	height: 70px;
	border-radius: 15px;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 2px 2px 0px #00000040;
	background: #fff;
	width: 100%;
	padding: 0px 20px;
	
}
.kosar-cella{
	width: 25%;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;

}
.kosar-cella.fejlec{
	width: 25%;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	text-align: left;
}
.kosar-cella.center{
	text-align: center;
	justify-content: center;
}
.kosar-cella .num{
	width: 25px;
	padding: 0 3px;
	background: transparent;
	border: 0;
	user-select: none;
	margin: 0px 2px;
	color: #000;
	box-shadow: unset;
	font-size: 20px;
    text-align: center;
}
.szamlalo-keret{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.szamlalo-gomb{
	font-weight: 900;
	color: #000;
	font-size: 20px;
	background: transparent;
	border: 0;
	line-height: 25px;
	cursor: pointer;
}
.szamlalo-gomb.minus{
	margin-right: 5px;
}
.szamlalo-gomb.plus{
	margin-left: 5px;
}
.osszesito{
	width: 100%;
	padding: 10px 30px 30px 30px;
	border-radius: 15px;
	background: #272727;
	box-shadow: 0px 2px 2px 0px #00000040;
	border: 1px solid #272727;
}
.osszesito h1{
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	text-align: left;
	color: #fff;
}
.osszesito .gomb-green{
	width: 100%;
	margin-top: 40px;
}
.osszesito .gomb-green .szoveg{
  width: 100%;
    white-space: nowrap;
  font-weight: normal;
  color: white;
  background: transparent;
  box-shadow: unset;
  border: 0;
  font-size: 16px;
  font-family: dmsans;
  padding: 15px 25px;
}
.nagyszoveg{
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
}
.kitolto-sorszam img
{
	width: 100px;
}

.mentesgomb
{/*a teszt kitoltese közbeni gomb*/
	width: fit-content !important;
    margin: auto !important;	
}
.row-space.gombok .gomb-green,.row-space .gomb-black{
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
@media screen and (max-width: 1000px)
{
	footer
	{
		/*display: none;*/
	}
	.row-space.gombok .gomb-green,.row-space .gomb-black{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		margin: 5px 0px;
	}
	.mentesgomb
	{/*a teszt kitoltese közbeni gomb*/
		width: unset !important;
		margin: unset !important;
	}

	
	.kitolto-sorszam img
	{
		width: 40px;
	}

	h1 {font-size: 24px !important;}
	
	form .felirat
	{
		width: 85%;
	}
	.teszt-doboz
	{
		width: 100%;
		padding: 5px 10px 10px 10px;
		margin:10px;
	}
	.urlap
	{
		width:95%;
	}
	.disz
	{
		justify-content: space-around;	
		padding: 20px;
	}
	.index-ikon
	{
		padding: 0px 30px;
    	border-left: 1px solid #ddd;
		font-size: 12px;
	}
	.index-ikon:first-child, .index-ikon:last-child
	{
		border-right: unset;
		border-left: unset;
		padding:0px;
	}
    .index-ikon img {height: 2vh;}
	
	header
	{
		width:100%;
		/*padding: 10px 20px;*/
		justify-content: space-between;
		min-height: 300px;
	}
	#ham
	{
		display:block;
		margin-right: 5px;
	}
	nav
	{
		width: 100%;
		position:fixed;
		top:60px;
		right:-100vw;
		height: 100%;
		transition:0.3s;
		padding: 0;
		border-radius: 5px 0px;
		flex-wrap: wrap;
    	flex-direction: column-reverse;
    	justify-content: flex-end;
		background-color: var(--Foundation-Grey-Normal);
	}
	.csuszik
	{
		right:0px;
	}
	
	.header-cim
	{
		font-size: 28px;
		padding-left: 0px;
		top:5vh;
		line-height: 40px;

	}
	
	
	nav ul
	{
		text-align: center;
		height: unset;
	}
	nav ul li
	{
		padding: 5px 0px;
		font-size:1.2em;
		width: 100%;
        display: flex;
        justify-content: center;		
	}
	nav ul li:last-child {
	  display: flex;
	  flex-flow: column;
	  width: 80vw;
	}
	nav ul li:after
	{
		display:none;
	}
	nav ul li:hover:after
	{
		display:none;
	}
	nav ul li a
	{
		color: white;
		display: flex;
  		justify-content: center;
	}
	.kerdes-cella,input
	{
		width:unset;
	}
	article
	{
		width: 100%;
	}
	.ful
	{
		display: flex;
    	justify-content: space-between;		
		width: 100%;/*width: calc(100% - 2px);*/
	}
	.ful-content
	{
		justify-content: center;
	}
	
	.ful-conent-col
	{
		width: 100%;/*width: 80%;*/
		margin: 20px 10px;
	}
	.gomb-ful
	{
		justify-content: center;
		padding: 20px 10px;
		width: 33%;
		text-align: center;
	}
	
	.kapcsolat-div
	{
		padding: 40px 0px;
		width: 100%;
		
	}
	.kerdese-van-header
	{
		font-size: 28px;
	}
	.kapcsolat-div form
	{
		width: 100%;
	}
	.kapcsolat-form-sor
	{
		flex-direction: column;
		align-items: center;
	}
	
    /*FORMOS*/
    .form
    {
        width:100%;
    }
    .form.w50{
        width: 100%;
    }
    .form h1
    {
        font-size: 24px;
    }
    .form input,.form .sor
    {
        display: flex;
        flex-flow: row wrap;
        width: 85%;
    }
    .form .input.w100p30{
        width: 100%;
    }
   .form select
    {
        width: 85%;
    }
    .row-space{
        justify-content: flex-start;
        flex-flow: column nowrap;
    }
	.row-space.justify-center{
		align-items: center;
	}
    .sarga-hatter-gomb,.feher-hatter-gomb{
        width: 100%;
    }
    .form label{
        width: auto;
    }
    .form .row-space .w50{
        width: 100%;
    }
    .column-keret.mobile-center{
        align-items: center;    
    }
	.column-keret.w50.mobile-width100{
        width: 100%;
    }
	.kosar-oszlop{
		width: 100% !important;
		padding: 0px 20px;
	}
	.nagyszoveg{
		width: 100%;
		padding: 0px 20px;
	}
	.checkbox-wrapper-19 .check-box2{
		width: 100%;
	}
	.header-green
	{
		height: fit-content;
		padding-bottom: 20px;
	}
	.kosar-cella{
		font-size: 13px
	}
	.kosar-cella.fejlec{
		font-size: 14px;
	}
	.szamlalo-gomb{
		font-size: 16px;
	}
	.kosar-cella .num{
		font-size: 13px;
	}
	.kosar-oszlop {
		width: 100% !important;
		padding: 0px;
	 }
	.osszesito {
		width: 100%;
		margin: 0 20px;
	}
}