:root{
	--lila: #343c99;/*#3A43Ac*/
    --szurkesfeher: #f4f4f4;
    --halvanyszurke: #dddddd;
    --pirosasfekete: #1f1f1f;
}
@font-face {
    font-family: Sora-Light;
    src: url("Sora-Light.ttf") format("truetype");
}
@font-face {
    font-family: Sora-Regular;
    src: url("Sora-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Sora-SemiBold;
    src: url("Sora-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: RedHatDisplay-Light;
    src: url("RedHatDisplay-Light.ttf") format("truetype");
}
@font-face {
    font-family: RedHatDisplay-Medium;
    src: url("RedHatDisplay-Medium.ttf") format("truetype");
}
@font-face {
    font-family: RedHatDisplay-SemiBold;
    src: url("RedHatDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: RedHatDisplay-Regular;
    src: url("RedHatDisplay-Regular.ttf") format("truetype");
}
*{
	margin: 0;
	padding: 0;
	outline: none;
}
body.tilt{
	top: 0;
	overflow: hidden;
	width: 100%;
    font-size: 12px;
}
body{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
    font-family: RedHatDisplay-Light;
}
.main{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
}
.main *{
	/*max-width: 1600px;**/
}
header,article,.container{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
}
article{
    margin-top: 97px;
    background-color: #fff;
}
.container{
	max-width: 1600px;
	width: 95%;
    background: none;
}
.w100{
    width: 100% !important;
    max-width: unset !important;
}
#menu-keret{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 95%;
    max-width: 1600px;
}
.fuggo-menu-keret{
    display: flex;
    width: 80%;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: flex-end;
}
.logo-keret{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
}
.logo-keret .logo{
    height: 100%;
    max-height: 90px;
	cursor:pointer;
}
.felsomenu{
    display: block;
    width: 100%;
}
.linkek{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.linkek a{
    text-decoration: none;
    padding: 10px 0px;
    color: var(--lila);
    font-size: 0.85em;
    margin-right: 18px;
    white-space: nowrap;
    transition: .5s;
    font-family: Sora-Light;
}
.linkek .nyelvvaltas{
	font-weight: 400;
	margin-right: unset;
	text-decoration: none;
	padding: 10px 0px;
	color: var(--lila);
	font-size: 0.85em;
	white-space: nowrap;
	transition: .5s;
	font-family: Sora-Light;
}
.linkek a:hover{
    color:#000;
}
.felsomenu .kisikon{
    height: 25px;
}
.alsomenu{
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
}
nav,#menufixmobil{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
nav a{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px 8px;
    padding-bottom: 20px; 
    position: relative;
    cursor: pointer;
    color: #000;
    transition: .5s;
    /*font-weight: 600;*/
    text-decoration: none;
    font-family: Sora-Regular;
    font-size: 0.9em;
    text-transform: uppercase;
}
nav a::after{
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    background-color: var(--lila);
    width: 0%;
    transition: .5s;
}
nav a:hover::after{
    width: 100%;
}
#ham{
    display: none;
    flex-flow: column nowrap;
    width: 35px;
    justify-content: center;
    align-items: center;
    height: 35px;

}
.ham1,.ham2,.ham3{
    display: block;
    width: 35px;
    height: 2px;
    margin: 4px 0px;
    background-color: var(--lila);
    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);
}
.kereso-mezo{
    display: block;
    text-indent: 13px;
    overflow: hidden;
    max-width: 300px;
    color: var(--lila);
    border: 0;
    font-family: Sora-SemiBold;
    font-size: 1em;
    z-index: 1;
    width: 1px;
    margin: 0px 4px;
    margin-bottom: 22px;
    margin-right: 10px;
    height: 15px;
    background: var(--halvanyszurke);
    transition: width 0s;
}
.mobil-megjelenit{
    display: none !important;
}
.kereso-mezo.active{
    transition: width .5s;
    padding: 10px 0px;
    width: 100%;
    bottom: 14px;
    right: 40px;
    margin: 0;
    border: 1px solid var(--halvanyszurke);
    background: #fff;
    position:absolute;
}
.kereso-gomb{
    height: 25px;
    padding-bottom: 20px;
    cursor: pointer;
}
.kereso-gomb.active{
    margin-left: 15px;
}
.keresocim {
  display: block;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-weight: 600;
  color: #000;
  font-size: 1.05em;
  border-bottom: 1px solid #000;
font-family: Sora-Regular;
}
.dropdown {
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
}

.dropdown.left{
	align-items: flex-start;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 420px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 47px;
    max-height: 400px;
    overflow-y: auto;
}
.dropdown.kereso{
	position: unset;
	height: unset;
}
.dropdown.kereso .dropdown-content{
	margin-top: 0px;
	background-color: #fff;
}

.dropdown .dropdown-content a{
	padding: 12px 16px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	text-decoration: none;
	cursor:pointer;
    position: relative;
    text-align: center;
	font-family: Sora-Regular;
}
.dropdown.kereso .dropdown-content a{
	padding:10px 0px !important;
	width: 100% !important;
	background-color:#fff;
	font-family: Sora-Regular;
}
.head-keret video
{
	width:100%;
}
.dropdown.nyelvek .dropdown-content{
	min-width: 90px;
	margin-top: 28px;
	overflow: hidden;
	background: #fff;
	flex-flow: column nowrap;
	align-items: center;
}
.dropdown.nyelvek .dropdown-content a{
	padding: 10px 0px !important;
	width: 100% !important;
	background-color:#fff;
	font-family: Sora-Regular;
	cursor: pointer;
}
.dropdown-content a:hover {/*background-color: #ddd;*/}
.dropdown:not(.kereso):hover .dropdown-content,.dropdown.active .dropdown-content
{display: block;}
.dropdown.nyelvek:hover .dropdown-content,.dropdown.nyelvek.active .dropdown-content
{display: flex;}
.lenyilo{
	color: #000;
	font-size: 16px;
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0px;
	padding: 10px;
	transition: .3s;
}
	
.head-keret
{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 35vw;
    max-height: 200px;
	position: relative;
	align-items: center;
	overflow:hidden;
    text-shadow: 2px 2px black;
}
.head-keret.head-keret-kezdolap{
    height:auto !important;
    max-height: 600px;
}
.headbg{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.head-szoveg-keret{
	display: flex;
	flex-flow: column nowrap;
	width: 95%;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	position: absolute;
	max-width: 1600px;
}
.head-szoveg-keret.row{
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
.head-szoveg-keret .ikonkeret{
	display: flex;
  background-color: var(--lila);
  border-radius: 50%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: fit-content;
  cursor: pointer;
}
.head-szoveg-keret .ikonkeret img{
	height: 80px;
}
.head-szoveg-keret.center{
   align-items: center; 
}
.head-szoveg{
	font-size: 2.7em;
	color: #fff;
	max-width: 50%;
	margin-bottom: 15px;
    font-weight: 600;
    font-family: RedHatDisplay-Light;
}
.head-szoveg.datumszoveg{
	font-weight: unset;
  font-family: RedHatDisplay-Regular;
  font-size: 16px;
  padding: 8px 18px;
  background: var(--pirosasfekete);
}
.head-szoveg-keret.row .head-szoveg{
	text-shadow: 0px 0px 0px #fff;
}
.head-szoveg.w100{
    max-width: 100%;
}
.head-szoveg.center{
    text-align: center;
}
.head-gombok{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	
}
.head-gombok .gomb:first-child{
	margin-right: 20px;
}
.gomb{
	display: block;
	padding: 10px 16px;
	border: 1px solid var(--pirosasfekete);
	color: #fff;
	transition: .5s;
	background: var(--pirosasfekete);
	font-size: 1em;
	cursor: pointer;
    font-family: Sora-Light;
    text-decoration: none;
    width: fit-content;
}
.gomb.atlatszo{
    border: 1px solid #fff;
    background-color: transparent;
}
.gomb:hover{
	background: var(--lila);
	border: 1px solid var(--lila);
}
.kettes-oszlop{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.kettes-oszlop.felcsusztatva{
    transform: translateY(-80px);
}
.felcsusztatva .oszlop .kep-keret{
    width: 30%;
    aspect-ratio: 1/1;
}
.felcsusztatva .oszlop .oldal-kep{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.felcsusztatva .oszlop{
    display: flex;
    flex-flow: row nowrap;
    width: calc(50% - 40px);
    padding: 15px;
    height: 220px;
    border: 1px solid #f5f5f5;
}
.felcsusztatva .oszlop.bgfeher{
    background-color: #fff;
}
.felcsusztatva .oszlop .szovegek{
    display: flex;
    flex-flow: column nowrap;
    margin-left: 20px;
    width: calc(70% - 20px);
    
}
.felcsusztatva .szovegek h5{
    font-family: RedHatDisplay-Light;
    color: var(--lila);
    font-size: 1.4em;
    width: 100%;
    margin: 12px 0px 15px 0px;
}
.felcsusztatva .szovegek p{
    font-family: Sora-Light;
    font-size: 1.05em;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}
.szovegek .link,.link{
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-family: Sora-SemiBold;
    color: #000;
    font-size: 14px;
    transition: .5s;
}
.link.lila{
    color: var(--lila);
}
.szovegek .link:hover,.link:hover{
    color: var(--lila);
}
.link.lila:hover{
    color: #000;
}
.kettes-oszlop.bemutato{
    width: calc(100% - 30px);
    padding: 40px 0px 50px 0px;
    position: relative;
}
.bemutato.kerettel{
    border: 1px solid var(--halvanyszurke);
    padding: 15px;
    width: calc(100% - 30px);
    align-items: center;
}
.bemutato .oszlop{
    display: flex;
    flex-flow: row nowrap;
    flex-flow: column nowrap;
    width: 50%;
}
.bemutato .oszlop.w60{
    width: calc(60% - 15px);
}
.bemutato .oszlop.w40{
    width: calc(40% - 15px);
}
.bemutato .oszlop h3{
    color: var(--lila);
    font-size: 1.8em;
    margin-bottom: 15px;
    font-family: RedHatDisplay-Light
}
.bemutato .oszlop p,.kisszoveg{
    color: #000;
    font-size: 1.1em;
    margin-bottom: 15px;
    font-family: Sora-Light;
}
.bemutato .oszlop img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.bemutato .link{
    font-size: 0.9em;
}
.bgszfeher{
    background-color: var(--szurkesfeher) !important;
}
.bgfeher{
    background-color: #fff !important;
}
.bgimg{
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
h1,h2,h3,h4,h5,h6{
    color: var(--lila);
    width: 100%;
    font-family: RedHatDisplay-Light;
    margin-bottom: 20px;
}
.cimek{
    color: var(--lila);
    width: 100%;
    font-size: 1.8em;
    text-align: center;
    font-family: RedHatDisplay-Light;
    margin-bottom: 20px;
}
.cimek.left{
    text-align: left;
}
.cimek.right{
    text-align: right;
}
.cimek.nomargin{
    margin: 0 !important;
}
.szk60{
    display:block;
    width: 60%;
    text-align: center;
    font-size: 1.1em;
    font-family: Sora-Light;
}
.szk60.left{
    text-align: left;
}
.szk60.felkover{
    font-weight: bold;
}
.hatos-oszlop{
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 50px 0px;
    width: 100%;
    flex-flow: row wrap;
}
.hatos-oszlop::after{
    content:'';
    flex:auto;
}
.hatos-oszlop .oszlop{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: calc(100% / 6 - 30px);
    padding: 0px 15px;
    margin-top: 15px;
}
.hatos-oszlop .oszlop .ikonkeret{
    display: flex;
    background-color: var(--lila);
    border-radius: 50%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.hatos-oszlop .oszlop img{
    width: 40px;
    height: 40px;
}
.hatos-oszlop .oszlop .nev{
    width: 100%;
    text-align: center;
    font-family: Sora-SemiBold;
    font-size: 0.97em;
    color: #000;
    cursor: pointer;
}
.kisszoveg.left{
    text-align: left;
}
.kisszoveg.center{
    text-align: center;
}
.kisszoveg.right{
    text-align: right;
}
.bal-oldali-keret{
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    padding: 30px 0px;
}
.bal-oldali-keret.borderTon{
    border-top: 1px solid var(--halvanyszurke);  
}
.nyilak{
    display: flex;
    position: absolute;
    flex-flow: row nowrap;
    align-items: center;
    bottom: 15px;
    right: 20px;
    grid-gap: 0px 20px;
    user-select: none;
}
.nyilak .nyil{
    font-size: 2.5em;
    color:#000;
    font-weight: 600;
    transition: .5s;
    cursor:pointer;
}
.nyilak .nyil:hover{
    color: var(--lila);
}
.blogok{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
    align-items: flex-end;
}
/*.blogok::after{
    content: '';
    flex:auto;
}*/
.blogok .blog{
    display: flex;
    flex-flow: column nowrap;
    width: calc(1500px / 4);
    margin-right: 20px;
    background: transparent;
    z-index: 1;
    margin-bottom: 40px;
    
}
.blog .blogkep-keret{
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
}
.blog .blogkep-keret.blogkep-keret2{
    height: unset;
    aspect-ratio: 3/2;
}
.blog .blogkep-keret img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.blog .datum{
    color: #fff;
    background: var(--lila);
    padding: 5px 10px;
    margin-bottom: 15px;
    font-family: Sora-Regular;
    width: fit-content;
}
.blogcim{
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--lila);
    font-family:RedHatDispaly-Light;
    font-size: 1.4em;
    margin-bottom: 15px;
    cursor: pointer;
}
.blogszoveg{
    display: block;
    text-align:left;
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Sora-Light;
}
.szakerto{
    margin-top: 15px;
    font-family: Sora-Regular;
    font-size: 1.1em;
    color: var(--lila);
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
.gomb.lila{
    background-color: var(--lila);
    font-size: 1em;
    border: 1px solid var(--lila);
    padding: 15px 25px;
}
.gomb.lila:hover{
    background-color: #fff;
    color: #000;
}
.row-keret{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
    margin-bottom: 40px;
}
.row-keret.start{
    justify-content: flex-start;
}
.hatos-oszlop .partner{
    height: 65px;
    width: calc(100% / 6 - 20px);
    margin-right: 20px;
    /*background-color: #eee;*/
    margin-bottom: 20px;
	background: transparent;
}
.hatos-oszlop .partner img{
    width: 100%;
    height: 100%;
    object-fit: contain;/*cover*/
}
.hatos-oszlop .partner.iso{
    height: 90px;background:#fff;width: calc(100% / 4 - 20px);
}
.hatos-oszlop .partner.iso img{
    object-fit: contain;
}
.hatos-oszlop.pl20{
    padding-left:20px;
}
footer{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background-color: var(--lila);
    padding: 30px 0px;
    justify-content: center;
    position: relative;
}
#foot{
     display: flex;
    flex-flow: row nowrap;
    width: 95%;
    max-width: 1600px;
}
footer .oszlop:first-child{
    border-left: unset;
    /*border-right: 1px solid #9da2d6;*/
}
footer .oszlop:first-child{
    padding-left: 0px;
    padding-right: 30px;
    width: calc(100% / 4 - 30px);
}
footer .oszlop{
    display: flex;
    flex-flow: column nowrap;
    border-left: 1px solid #9da2d6;
    padding: 0px 30px;
    width: calc(100% / 4 - 60px);
    height: 230px;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 20px 0px;
    position: relative;
}
.footszov{
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    color: #a4a9d1;
    font-family: Sora-Regular;
}
.foot-logo{
    height: 50px;
}
footer a{
    color: #a4a9d1;
    text-decoration: none;
    cursor: pointer;
    transition: .5s;font-family: Sora-Regular;
}
footer a:hover{
    color: #fff;
}
footer .copyright{
    white-space: nowrap;
    color: #c0c2dc;
    font-size: 12px;
    font-family: Sora-Light;
    position: absolute;
    bottom:0;
    right: 20px;
}
.harmas-oszlop{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.harmas-oszlop.termekek{
    justify-content: center;
}
.harmas-oszlop.termekek .oszlop{
    display: flex;
    width: calc(100% / 3);
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
}
.harmas-oszlop.termekek .ikonkeret{
    display: flex;
    background-color: var(--lila);
    border-radius: 50%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: fit-content;
}
.harmas-oszlop.termekek .ikonkeret img{
    width: 40px;
    height: 40px;
}
.harmas-oszlop.termekek .nev{
    width: 100%;
    text-align: left;
    font-family: Sora-SemiBold;
    font-size: 0.97em;
    color: var(--lila);
    cursor: pointer;
}
.margin30{
    margin: 30px 0px;
}
.margin20{
    margin: 20px 0px;
}
.padding30{
    padding: 30px 0px;
}
.padding20{
    padding: 20px 0px;
}
.vizszintes{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}
.form{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 60%;
	padding: 30px 0px;
}
.form label{
    font-weight: 900;
    font-size: 16px;
    color: var(--lila);
    margin-bottom: 10px;
} 
.form .mezo{
	width: calc(80% - 15px);
	padding: 8px 0px;
	color: #000;
	border: 0px;
    border-bottom: 1px solid var(--lila);
	margin-bottom: 20px;
	padding-left: 15px;
	background-color: #fff;
}
.form input[type="submit"]{
	padding: 15px 8px;
	color: #fff;
	background: var(--lila);
	cursor: pointer;
	transition: .5s;
	border: unset;
}
.form input[type="submit"]:hover{
	background: #fff;
	color: var(--lila);
}
.tabla2{
    width: 100%;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #000;
    overflow: hidden;
}
.tabla2 .sor{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #000;
}
.tabla2 .sor:last-child{
    border-bottom: 0px;
}
.tabla2 .cella{
    width: calc(25% - 20px);
    padding: 10px 10px;
    color: var(--lilasfekete);
    text-align: left;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    font-family: RedHatDisplay-Light;
  
}
.tabla2 .cella::after{
    content: '';
    width: 1px;
    background: #000;
    right: 0;
    top:0;
    height: calc(1000% + 10px);
    z-index: 1;
    position: absolute;
}
.tabla2 .cella:last-child::after{
    display: none;
}
.tabla2 .cella.fejlec{
    font-weight: 900;
    background-color: #eee;
    font-family: Sora-SemiBold;
}
.tabla2 .muveletek{
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
}
.tabla2 .muveletek .ikon{
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .3s;
    margin-right:10px;
    border-radius: 5px;
    padding: 3px;
}
.tabla2 .muveletek .ikon:hover{
    border: 2px solid var(--lila);
}
.tabla2 .cella span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.ikon-keret{
    display: flex;
  flex-flow: row nowrap;
  width: 80%;
  grid-gap: 0px 20px;
  align-items: center;
}
.sz_menu{
    font-weight: 900;
    color: var(--lila);
    margin-right: 8px;
    padding: 5px 8px;
    border: 1px solid var(--lila);
    transition: .3s;
    background: #fff;
    text-decoration: none;
}
.sz_menu:hover{
    background: var(--lila);
    color: #fff;
}
.oldalblog{
    display: flex;
    width: calc(100% - 16px);
    padding: 8px;
    border: 2px solid #f5f5f5;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    box-shadow: 0px 0px 10px #eee;
}
.oldalblog img{
    width: 30%;
    cursor: pointer;
	aspect-ratio: 1/1;
  	object-fit: cover;
}
.oldalblog h3{
    width: calc(70% - 15px);
    cursor: pointer;
}
.kettes-oszlop2{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.kettes-oszlop2 .w70 img{
    width: 100%;
}

.blog .oszlop{
    display: flex;
    flex-flow: row nowrap;
    flex-flow: column nowrap;
    width: 50%;
}
.kettes-oszlop2.blog .w30{
    width: calc(30% - 20px);
}
.kettes-oszlop2.blog .w70{
    width: calc(70% - 20px);
}
.egyes-oszlop{
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 100px);
    position: relative;
    padding: 20px 50px;
    border: 2px solid #f5f5f5;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 30px;
}
.egyes-oszlop .ikonkeret{
    display: flex;
    background-color: var(--lila);
    border-radius: 50%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: fit-content;
    cursor: pointer;
}
.egyes-oszlop .ikonkeret img{
    width: 35px;
    height: 35px;
}
.egyes-oszlop .nev{
    width: 100%;
    text-align: left;
    font-family: Sora-SemiBold;
    font-size: 0.93em;
    color: #000;
    line-height: 22px;
    cursor: pointer;
}
.egyes-oszlop .vizszintes{
    margin-bottom: 15px;
}
.kettes-oszlop2.blog .w70 a:not(.gomb){
    text-decoration: none;
    width: fit-content;
    text-align: left;
    font-family: Sora-SemiBold;
    font-size: 16px;
    transition: .5s;
    color: var(--lila);
}
.kettes-oszlop2.blog .w70 a:hover{
    color: #000;
}

.kettes-oszlop2.blog .oszlop.w70 b{
	  color: #222;
	  font-size: 20px;
	  
	font-family: RedHatDisplay-SemiBold;
}
.kettes-oszlop2.blog .oszlop.w70 p{    
	color: #323232;
	/*margin: 15px 0px;*/
	margin: 0 0 10px;
	font-size: 20px;
    font-family: RedHatDisplay-Regular;
}
.kettes-oszlop2.blog .oszlop.w70 i{
	color: #323232;
	font-size: 20px;
	
}
.kettes-oszlop2.blog .oszlop.w70 h1,.kettes-oszlop2.blog .oszlop.w70 h2,.kettes-oszlop2.blog .oszlop.w70 h3,.kettes-oszlop2.blog .oszlop.w70 h4,.kettes-oszlop2.blog .oszlop.w70 h5,.kettes-oszlop2.blog .oszlop.w70 h6{
	margin: 15px 0px;
	color: var(--lila)
}
.kettes-oszlop2.blog .oszlop.w70 h6{
	color: #888;
}
.kettes-oszlop2.blog .oszlop.w70 h5{
	color: #222;
	width: calc(100% - 25px);
	padding: 8px 0px;
	padding-left: 25px;
	font-size: 20px;
	border-left: 3px solid var(--lila);
	font-family: RedHatDisplay-Regular;
	font-weight: normal;
}
.kettes-oszlop2.blog .oszlop.w70 h3{
	color: #222;
	font-family: RedHatDisplay-Medium;
}
.kettes-oszlop2.blog .w70 h1{
	font-size: 2.3em;
}
.kettes-oszlop2.blog .w70 h2{
	font-size: 2.1em;
}
.kettes-oszlop2.blog .w70 h3{
	font-size: 1.9em;
}
.kettes-oszlop2.blog .w70 h4{
	font-size: 1.7em;
}
.kettes-oszlop2.blog .w70 h6{
	font-size: 1.3em;
}
.kettes-oszlop2.blog .w70 ul{
     display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    list-style-image: url("../images/purple.jpg");
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 20px;
	font-family: RedHatDisplay-Regular;
}
.kettes-oszlop2.blog .w70 ul li{
    margin-bottom: 10px;
}
.kettes-oszlop2.blog .w70 .flex-container {
    display: flex;
    align-items: flex-start;
}

.kettes-oszlop2.blog .w70 .flex-left {
    margin-right: 10px;
}

.kettes-oszlop2.blog .w70 .flex-right {
    margin-left: 10px;
}
.egyes-oszlop.bemutato{
    align-items: center;
}
.egyes-oszlop.bemutato img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.egyes-oszlop.bemutato p{
    text-align: center;
    width: 90%;
    font-family: RedHatDisplay-Light;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.egyes-oszlop.bemutato .nyilak,.referenciak .nyilak{
    margin-top: 15px;
    position: relative;
    bottom:unset;
    right: unset;
    grid-gap: 0px 10px;
}
.egyes-oszlop.bemutato .nyilak .nyil,.referenciak .nyilak .nyil{
    font-size: 1.8em;
    color: #222;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    transition: .5s;
}
.egyes-oszlop.bemutato .nyilak .nyil:hover,.referenciak .nyilak .nyil:hover{
    border: 1px solid var(--lila);
    color: var(--lila);
}
.egyes-oszlop.bemutato a{
    color: var(--lila);
    margin-top: 15px;
    text-decoration: none;
    transition: .4s;
    font-family: RedHatDisplay-Light;
    font-weight: 600;
}
.egyes-oszlop.bemutato a:hover{
    color: #000;
}
.gomb.atlatszo.lilas{
    border: 1px solid var(--lila);
    color: var(--lila);
}
.gomb.atlatszo.lilas:hover{
    color: #fff;
}
.tagvonal{
    width: 300px;
    height: 2px;
    background: #cdcdcd;
    margin: 30px 0 10px 0;
}
.vizszintes.tagek a{
    margin-right: 5px;
}
.kettes-oszlop.felcsusztatva2 {
  transform: translateY(-30px);
}
.kettes-oszlop.felcsusztatva2 h1{
  font-size: 2.1em;
}
.felcsusztatva2 .oszlop {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: calc(50% - 70px);
    padding: 15px;
    border: 2px solid #f5f5f5;
    height: 378px;
    position: relative;
}
.felcsusztatva2 .oszlop.kapcs-bal{
    width: calc(50% - 90px);
    padding: 15px 40px;
}
.felcsusztatva2 .oszlop .ikon{
    height: 35px;
    margin-right: 15px;
}
.felcsusztatva2 .oszlop a{
    color: #000;
    font-size: 16px;
    font-family: Sora-Regular;
    text-decoration: none;
    cursor: pointer;
	z-index:1000;
}
.felcsusztatva2 .oszlop .vizszintes{
    margin-bottom: 15px;
}
.felcsusztatva2 .oszlop .vizszintes:last-child{
    margin-bottom: 0px;
}
.oszlopbg{
    width: calc(100% - 60px);
    position: absolute;
    height: 100%;
    background-image: url("../images/background_logo.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 400px;
}
.felcsusztatva2 .terkep{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.kapcs-container{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px;
    width: calc(100% - 20px);
    background-image: linear-gradient(151deg,#989898,#343434 35%);
	margin-bottom:40px;
    
}
.kapcs-container .oszlop{
    display: flex;
    padding: 45px;
    width: calc(50% - 80px);
    flex-flow: column nowrap;
    justify-content: flex-start;
}
.kapcs-container .kapcs-kep{
    width: calc(50% - 30px);
    object-fit: cover;
}
.kapcs-container .kapcs-cim{
    color: #fff;
    font-size: 35px;
    margin-bottom: 45px;
}
.input-space-keret{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.mezo{
    width: calc(50% - 50px);/*plusz 20 px a távolság miatt*/
    padding: 12px 15px;
    background: #fff;
    font-family: RedHatDisplay-Regular;
    color: #000;
    border:0;
}
.mezo.textarea{
    margin: 25px 0px;
    resize: none;
    width: calc(100% - 30px);
}
.kapcs-container .checkbox-wrapper-4{
    width: 60%;
}
.vizszintes.space{
    justify-content: space-between;
}
.checkbox-wrapper-4{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 0px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-flex;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx:hover {
    /*background: rgba(0,119,255,0.06);*/
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
      color: #fff;
      font-family: Sora-Light;
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    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-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: var(--lila);
    border-color: var(--lila);
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-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);
    }
  }
.lapozo{
    display: flex;
    flex-flow: row nowrap;
    grid-gap: 0px 20px;
    align-items: center;
}
.lap-gomb{
    text-decoration: none;
    color: #919191;
    font-family: Sora-SemiBold;
    transition: .4s;
    font-size: 14px;
}
.lap-gomb:hover,.lap-gomb.active{
    color: var(--lila);
}
.lap-gomb-selected
{
	color: var(--lila);
}

.tagvonal.blog{
    width:40px;
}
.blogok-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../images/background_logo.webp");
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
}
.hiba{
	display: block;
	color: red;
	font-size: 25px;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	font-weight: 600;
}
.hiba.green{
	color: green;
}
.column-keret{
    display: flex;
    flex-flow: column nowrap;
}
.column-keret.center{
    align-items: center;
}
.referenciak .egyes-oszlop{
    border: 0;
    box-shadow: unset;
    margin-bottom: 0;
}
.referenciak{
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    overflow: hidden;
    position: relative;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px #eee;
    border: 2px solid #f5f5f5;
    padding-bottom: 10px;
}
.ref{
    display: block;
    position: relative;
    width: 100%;
}
.head-keret.referencia-keret{
    justify-content: space-between;
    background: #fff;
    max-height: 400px;
    margin-top: 15px;
    padding: 15px;
    width: calc(85% - 30px);
    flex-flow: row nowrap;
    text-shadow: unset;
    border: 2px solid #f5f5f5;
}
.head-keret.referencia-keret h1{
  font-size: 2.5em;
    
}
.head-keret.referencia-keret .oszlop {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 60%;
    height: 400px;
    position: relative;
}
.head-keret.referencia-keret .oszlop.kapcs-bal{
    width: calc(40% - 40px);
    padding: 0px 20px;
}
.head-keret.referencia-keret .oszlop .ikon{
    height: 30px;
    margin-right: 15px;
}
.head-keret.referencia-keret .oszlop .szov{
    color: #000;
    font-size: 18px;
    font-family: RedHatDisplay-Light;
    text-decoration: none;
    cursor: pointer;
}
.head-keret.referencia-keret .oszlop .vizszintes{
    margin-bottom: 15px;
}
.head-keret.referencia-keret .oszlop .vizszintes:last-child{
    margin-bottom: 0px;
}
.head-keret.referencia-keret .oszlop .kep{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uppercase{
     text-transform: uppercase;
}
.referencia-nev{
    font-size: 1.4em; margin-top: 15px;text-transform: uppercase
}
.h60{
	height: 60px;
}
.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;
}
.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: 40px;
    width: 80px;
    height: 0px;
    background: #fff;
    z-index: 2;
    overflow: hidden;
}
.lenyilomenu a{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
/*Egy elem 56px magas*/
.lenyilomenu .link{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}