@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab:wght@300;400;700&display=swap');

:root {
	--oldalszelesseg: 1130px; /* 1130*/
	--menumagas: 50px;
	--almenumagas: 40px;
	--menuszelesseg: 230px;
    --kendermag_szin1: #333;
}


body {
	margin: 0;
	padding: 0;
	color:#403f3d;
	width: 100%;
	height: auto;
    font-family: 'Open Sans';

	font-weight: 400;
	font-size: 90%;	
	background-color: #fff;

	
}

input {font-family: 'Open Sans';}

html { scroll-behavior: smooth;}

a { text-decoration: none;}

textarea { }
img {	border: 0;}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 250%;
	font-weight: 500;
	color:#000;
	padding: 15px 0 15px 0;
	margin: 0;
	float: left;
	width: 100%;
	
	}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 180%;
	font-weight: 500;
	color:#000;
	padding: 0 0 15px 0;
	margin: 0;
	float: left;
	width: 100%;
	
	}


h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 220%;
	font-weight: 500;
	color:#a87c1e;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	line-height: 35px;
	margin-bottom: 15px;

	}

h4 {
	
	font-size: 120%;
	font-weight: normal;
	color:#000;
	padding: 2% 5%;
	margin: 0;
	float: left;
	width: 90%;
	line-height: 22px;

	}

h5 {
	font-size: 120%;
	font-weight: bold;
	color:#000;
	padding: 0px;
	margin: 0;
	text-align: left;
	float: left;
	width: auto;
	
	}

h6 {
	font-size: 130%;
	font-weight: 400;
	color:#000;
	padding: 0 0 0px 0;
	margin: 0;
	text-align: left;
	float: left;
	width: 100%;
	}


.fullkeret {
	/*width: 56%;*/
	height: auto;	
	padding: 0;
	position: relative;
	width: var(--oldalszelesseg);
	left: 50%;
	margin-left: calc(var(--oldalszelesseg) / 2 * -1);
    margin-top: 20px;
    margin-bottom: 20px;
	float: left;

	
}
#header {
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	float: left;
	
}

.fejlec {
	width: 100%;
	min-height: 1px;
	float: left;
    /*background-color: #f1f1f1;*/
    position: relative;
    z-index: 1000;
}

.lablec_palyazat {
    width: 100%;
    float: left;
    text-align: center;
}

.lablec_palyazat img {
    width: 300px;
    padding: 10px 40px;
    background-color: #fff;
}
/* menukapcsolo cuccos */
#menukapcsolo, .menukapcsolo { display: none; }
/* menukapcsolo cuccos eddig */

.menu_felso {
	width: 100%;	
	/*background-color:#fff;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 0px;
    row-gap: 0px;
}
.menu_felso div {

    
    
}

.menu_felso div a {  
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px 20px;
    transition: 0.5s;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 30px;
    

  
}

.menu_felso div a:hover {
    padding-left: 30px;
    
}

.menufl .logo1 {
    height:140px;
    margin: 0;
    float: left;
}

.menufl .logo1 img {    
    width: auto;
    height: 100%;
    float: left;
    padding: 0px;
}

.menufl {
	font-size: 160%;
	display: flex;
	align-items: center;
	justify-content:flex-start;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0;
    width: 140px;
    border-right: dashed 2px #000 !important;
   
}

.menuf1, .menuf2, .menuf3 {
	font-size: 160%;
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    padding: 0;
    margin: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    border:dashed 1.8px #fff;
    min-width: 300px;
    width: calc(100% - 20px);
   
}

.menufl { color:#333;border:none; }
.menuf1 { background-color:#ccc; color:#fff; outline: solid 5px #ccc;}
.menuf2 { background-color:#00afed; color:#fff; outline: solid 5px #00afed;}
.menuf3 { background-color:#88b943; color:#fff; outline: solid 5px #88b943;}

.menuf1 img,.menuf2 img,.menuf3 img {
    width: 100px;
    height: auto;margin-right: 10px;
    
}

.speclogo {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom:5px;
    right: 5px;
}

.speclogo img {
    width: 100%;
    height: 100%;
    float: left;
    
    
}

/* kereses új */

.kereses {
	float: right;
	border-right: solid 1px #ccc;
	padding-right: 10px;
	margin-right: 5px;
	width: 50%;
   

	
	
}

/* keresés új eddig */

.menufl a {
	height:80%;
	width:80%;
	margin: 10% 0;

}

.menu_felso div a {
	color:#fff;
	
	
}

.menufl a img {
	width: 100%;
	height: 100%;
	float: left;
}



 ul#kiemelthas {	
	list-style: none;
	font-size: 80%;
	height: auto;
	padding: 0 10px 0 0;
     margin: 0;
     border-right:dashed 1px #fff;
     
     float: left;
    

	
	
}

ul#kiemelthas li {
	float: left;	
	margin-right: 3px;
    margin-top: 2px;
	text-transform: uppercase;
    
    
}



ul#kiemelthas li a {
	width: auto;
	height: 100%;
	float: left;
	display: flex;
	color:#fff;
	padding: 5px 10px 5px 10px; 
    transition: 0.5s;
    -webkit-border-radius: 3px;
border-radius: 3px;
    background-color:rgba(255,255,255,0.5);
    
}
ul#kiemelthas li a:hover {	
    background-color:rgba(255,255,255,1);
    color:#a87c1e;

}


.vonal {
	width: 100%;
	float: left;
	height: auto;
	border-bottom: solid 4px #000;
	position: relative;
}

#logo {
	width: auto;
	height: 30px;
	float: left;
	padding: 10px 0;
}

#logo a { width: auto; height: 100%; float: left; display: block;}
#logo a img { 	width: 100%;	height: 100%;	float: left;}

#finfo_social {
	float: right;
	width: auto;
	height: auto;;
	font-size: 65%;
	margin-right: 10px;
    margin-top: 3px;

}

#finfo_social .resp1 {
	width: auto;
	float: left;
}


#finfo_deviza {
	float: right;
	width: auto;
	height: 30px;
	padding: 10px 5px;
	font-size: 80%;
	text-align: left;
	margin-left: 5px;
	
}

#finfo_nevnap {
	float: right;
	width: auto;
	padding: 10px 5px;
	font-size: 80%;
	text-align: right;
	margin-left: 5px;
}

#finfo_social a {
	width: auto;
	height: auto;
	float: left;
	margin: 0 5px;
	color: rgba(255,255,255,0.7);
    transition: 0.5s;

	
}
#finfo_social a:hover {
	color: rgba(255,255,255,1);
	
	
}

#finfo_social a i.fa {
	width: 100%;
	height: 100%;
	float: left;
	font-size:245%;
	
}

/* kereso */

#kereso {
	width: 100%;
	margin:30px auto 0px auto;	
	float: left;
	outline: solid 1px #007ec4;
	display: none;
	
	
}

#altalanos_keret { 
	width: 100%;
	float: left;
	margin: 0px 0;
}

#altalanos_keret ul  { 
	padding: 0;
	margin: 0;
	list-style:none;
}

#altalanos_keret ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#altalanos_keret ul li a  { display:block; color:#666; width: 100%; height: 100%; float: left; }
#altalanos_keret ul li a .csoport_kep { float: left;margin-right: 20px; width: auto; height: 100px;}

#altalanos_keret ul li a .csoport_kep img {	width: 100%; height: 100%; float: left;}

#altalanos_keret ul li a .csoport_cim { 
	font-size: 160%;
	font-weight: 500;
	color:#000;
	display: flex;
}

#altalanos_keret ul li a .csoport_leiras { 
	font-family: 'Roboto Slab', serif;
	font-size: 100%;
	color:#000;
	
	
}

#altalanos_keret ul li a:hover { background-color: #ccc; }

.sliderbox {
    position:relative;
    top:0;
    left:0;
    
}


.socialsav {
	width: 100%;
    margin:0 auto;
	float: left;
	background-color:rgba(168,124,30,0.9);
   
	padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
    
.socialsav .scbelso {
    width: var(--oldalszelesseg);
    
}



.mennyi { 
	font-size: 80%;
	border-top: solid 1px #666;
	margin-top: 20px;
	padding: 5px 0px;
	display: flex;
	width: auto;
}

.altalanos_fejlec {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	
}

.altalanos_fejlec .alt_belso {
	padding: 30px;
	color: #a87c1e;
	text-align: left;
	font-size: 200%;
	font-family: 'Roboto Slab', serif;
}



ul.belsomenu {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	border-top: solid 1px #ccc;
	list-style: none;
	
}

ul.belsomenu li {
	padding: 0;	
	margin: 0;
	float: left;
	width: auto !important;
	margin-right: 10px;
}

ul.belsomenu li a {
	float: left;
	padding: 5px 0 5px 10px;
	color:#000 !important;
	font-size: 80%;
	text-transform: uppercase;
}

#kereso_keret { 
	width: 100%;
	float: left;
	margin: 20px 0;
}

.kereso_fejlec {
	width: 100%;
	float: left;
	/*border-bottom: 1px solid #ccc;*/
	text-align: center;
	margin: 0 0 20px 0;
	background-color: #007ec4;
	padding: 10px 0;
	color:#fff;
}

.kereso_box {
	width: 100%;
	float: left;
	margin-bottom: 10px;

}

.kereso_felso {
	width: 100%;
	float: left;
	font-size: 80%;
	text-transform: uppercase;
	border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin: 10px 0 10px; 
	
}
.kereso_felso .datum{ float: left;}
.kereso_felso span1 { background:#fff; padding:0 10px 0 0; }
.kereso_felso span2 { background:#fff; padding:0 0 0 10px; }
.kereso_felso .szcs{ float: right ;	color: #666;}

.kereso_felso .szcs span2 a {color:#666;}

.kereso_headline {
	width: auto;
	float: left;
	font-size: 100%;
	margin-top: 6px;
}

.kereso_box_bal {
	width: 70%;
	float: left;
	overflow: hidden;
	border-right: solid 1px #ccc;
	padding-right: 15px;
	margin-right: 10px;
}



a.keresokapcs img { float:right; width: 170px; height: auto; }

a.keresokapcs cim {

	
	font-family: 'Roboto Slab', serif;
	font-size: 160%;
	font-weight: 500;
	color:#000;
	padding: 5px 0;
	
	width: 100%;
	line-height: 27px;
	
}

a.keresokapcs headline {
	text-align: left;
	display: flex;
	margin-top: 5px;
	padding-right: 20px;
	color:#000;
	font-size: 100%;
}



a.keresokapcs { width: 96%; height: 100%;float: left;display: block;padding:30px 2% 2% 2%; color: #666; margin: 0 0 20px 0; background-color: #f1f1f1; }
a.keresokapcs:hover {background-color: #fff;}

.kereso_box_jobb {
	height: 100%;
	display: flex;
}


.kereso_box_jobb_box {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;

}

.kereso_box_jobb_box .cimsor {
	background-color: #007ec4;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	line-height: 1px;
}

.kereso_box_jobb_box .cimsor span {
	background-color: #fff;
	float: left;
	padding: 0 10px;
	margin: 0 10px;
	text-transform: uppercase;
}

.kereso_box_jobb_box .cimsor span a { color:#666;}

.kereso_box_jobb_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
}

.kereso_box_jobb_box ul li {
	list-style: none;
	font-size: 95%;
	display: inline-flex;
	
	
	
}

.kereso_box_jobb_box ul li a {
	color: #666;
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	background-color: #e1e1e1;
	padding: 5px 10px;
	margin: 1px;
}

.kereso_box_jobb_box ul li a:hover {
	background-color: #007ec4;
	color: #fff;
	
	
}


.kereses {
    border-right:dashed 1px #fff;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}

.kereses input.inpmez {
    width: 250px;
	color: #a87c1e;
	font-size: 100%;
	line-height: 30px;
	border:none;
	font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    background-color: rgba(255,255,255,0.7);
    transition: 0.5s;
    padding: 0 10px;
   
}
.kereses input.inpmez:hover {
    background-color: rgba(255,255,255,1);
    
}

.kereses button.inpkap {
	width: 100px;	
	background-color: rgba(255,255,255,0.7);
	color: #a87c1e;
	font-size: 100%;
	line-height: 30px;
	padding: 0;
   
	border:none;
     -webkit-border-radius: 3px;
border-radius: 3px;
    transition: 0.5s;


}

.kereses button.inpkap:hover {
	
	background-color: rgba(255,255,255,1);
	cursor: pointer;
}
/* keresési találatok */





/* keresési találatok eddig */

/* kereso eddig */

/* MENU */

#felsomenu {margin: 15px 0 0 0;
	width: 100%;
	float: left;
}

button.search {
	font-size: 200%;	
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 4px;
	color:#007ec4;
	line-height: 15px;
	background: none;
	border: none;
}

button.menukapcs {
	font-size: 200%;	
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 7px;
	color:#007ec4;
	background: none;
	border: none;
	display: block;
	width: 20px;
	height: 17px;
	border-top:  double 10px #007ec4;
	border-bottom: solid 3px #007ec4;
	cursor: pointer;
}

button.menukapcs:hover { border-color: #000;}


button.search:hover { color:#000; cursor: pointer; }

#felsomenu ul {
	margin: 0;
	list-style: none;
	width: auto;
	height: auto;
	float: left;
	padding: 0px 20px;
}

#felsomenu ul li {
	display: flex;
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 0;
}

#felsomenu ul li a {
	color:#666;
}

#felsomenu ul li a:hover {
	color:#0083cb;
	border-bottom: solid 1px #0083cb;
}

/* MENU EDDIG */

/* KÖZÉPRÉSZ */

#kozep {
	width: 100%;
	float: left;
	margin-top: 0px;

}

#kozep2 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.cimsor2 {
    width: calc(100% - 80px);
    float: left;
    background-color: #f1f1f1;
    padding: 10px 40px;
    min-height: 0;
}

.cimsor3 {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    padding: 0;
    min-height: 0;
    display: flex;
}

.cimsor3 .bal {
    width: 400px;
    overflow: hidden;
    flex-shrink: 0;


}

.cimsor3 .bal img {
    width: auto;
    height: 300px;
    float: left;
}

.cimsor3 .jobb {  
    width: 100%;
    padding: 0 20px;
}

.cimsor3 .jobb h1 {
    width: calc(100% - 2px);
    padding: 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
    color:#a87c1e;
}
 .cimsor3 .jobb h2 {
    width: calc(100% - 2px);
    padding:0;
    margin: 0 0 10px 0;
    color:#a87c1e;
    font-size: 120%;
}

#k2_bal img {
	height: auto !important;
}

#k2_bal {
	float: left;
    padding:0 5%;
	margin: 5% 0;
	width: calc(60% - 1px);
	border-right: solid 1px #ccc;
	text-align: justify;
}



#k2_jobb {
	width: 26%;	
	padding: 5% 2%;
	float: left;
}

#k2_jobb h2 {
	background-color: #a87c1e;
	color:#fff;
	padding:2% 5%;
	width: 90%;
	margin: 0 0 10px 0;
	font-size: 140%;
}
/* hirek */

#hirek_kiemelt {
	float: left;
    top:0;
	height: auto;	
	padding: 0;
	position: relative;
	width: 100%;

	overflow: hidden;
	border-bottom: solid 2px #a87c1e;
	/*	-webkit-border-radius:0 0 15px 15px;
border-radius:0 0 15px 15px;*/
}

.vborito_datum {
	float: left;
	width: 100%;
	height: 50px;
	font-size: 105%;
	color:darkred;
	
	text-align: left;
	line-height:22px;
	margin-bottom: 10px;
	border-top: solid 1px rgba(45,53,141,0.5);
	border-bottom: solid 1px rgba(45,53,141,0.5);
	padding: 6px 0;
	

}

.vborito_datum span {
	margin-top: 2px;
	float: left;
	

}

.vborito_datum i {
	font-size: 180%;
	color:darkred;
	border-right: dotted 1px rgba(45,53,141,0.5);
	padding: 0 15px 0 10px;
	margin-right: 10px;
	float: left;
	height: 100%; 
	line-height:47px;

}


#hirek_kiemelt2 {
	width: 96%;
	float: left;
	border-bottom: solid 1px #ccc;
	
	padding: 15px 2%;
}

#hirek_kiemelt2:hover {
	background-color: #e1e1e1;

	
	
}


#hirek_kiemelt2 h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 115%;
	font-weight:bold;
}

#hirek_kiemelt2 h5 {
	padding: 0;
	margin: 0;
	font-size: 90%;
	font-weight: normal;
}



#hirek_kiemelt .vboritokep {

	
	/*height: 600px;	*/
	height: 400px;
	padding: 0;
	width: 100%;
	float: left;
	

	
	
}

#hirek_kiemelt .vboritokep img {
	width: 100%;
	height: auto;
	float: left;
	/*margin-top: -100px;*/
	
	margin-top: -150px;


}

#hirek_kiemelt .vborito_text {
	width: 300px;
	min-height: 20px;	
	position: absolute;
	/*bottom:27%;
	right: 0;*/
	left:0;
	bottom:0;
	padding: 10px 30px;	
	font-size: 110%;
	line-height: 10px;
	z-index: 5000;
	background: rgba(255,255,255,0.70);
	
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}

#hirek_kiemelt .vborito_text h3 { 
	line-height: 38px;
	text-align: right;





	

}


.vezetohir {
	width: 100%;
	height: auto;
	float: left;
}

.vezetohir .vboritokep {
	width: 100%;
	float: left;
	padding: 0;
	
}

.vezetohir .vboritokep img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
}



#hirek_folapra {
	width: calc(100% - 40px);
	float: left;
    padding: 20px 20px;
    /*background-color:rgba(241,241,241,0.7);*/
    background-color:rgba(255,255,255,0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items:stretch;

}


    

.fooldalhir{
	height: 320px;	
    margin: 0 5px 10px 5px;
	font-size: 100%;
	padding: 0;
	width: calc(100% / 3 - 10px);
	background-color: #fff;
	border-top: 0px;
    overflow: hidden;
	/*
	-webkit-border-radius: 15px;
	border-radius: 15px;*/
}
/*
.fooldalhir:nth-child(3n+0) {background-color: red;
    margin: 0 0 10px 0;}
*/
.fooldalhir .vboritokep {
	width: 100%;
	float: left;
	padding: 0;
	height: 200px;
	overflow: hidden;
	background-color: #000;

}

.fooldalhir .vboritokep img {
	width: 100%;
	height:auto;
	padding: 0;
	margin: 0;
	float: left;
}

#kozep_tovabbihirek {
	background-color: #fff;
	margin: 20px 0;
	float: left;
	padding: 10px;
}

#kozep_tovabbihirek h2 {
text-align: center;
	padding: 10px 0;
	
	
}

.tovabbihir {
	width: 23%;
	height: 280px;
	float: left;
	margin: 0.5%;
	font-size: 80%;
	padding: 0.5%;
	outline: solid 1px #ccc;
	text-align: center;

}

.tovabbihir .vboritokep {
	width: 100%;
	height: 200px;
	float: left;
	padding: 0;
	overflow: hidden;
	
	
}

.tovabbihir .vboritokep img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;


}

.fdatum {
	float: left;
	margin:0;
	
	padding: 10px 5%;
	font-size: 100%;
	line-height: 15px;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	color: #000;
	width: 90%;

	
	
	
}



.fooldaljobbhir{
	width: 100%;
	height: auto;
	float: left;
	border-top: solid 1px #ccc;
}


a.hirekkapcsolo {
	background-color: #a87c1e;
	color:#fff !important;
}

a.hirekkapcsolo:hover {
	background-color: rgba(45,53,141,0.8) !important;
	
}
/* hirek */



ul.colorcsik {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
ul.colorcsik li {
	width: 25%;
	height: 5px;
	float: left;
	background-color:aqua;
	
	
}

/* ma történt */

#kozep_matortnet {
	width: 100%;
	height: auto;
	float: left;
	background: #a87c1e;
	padding: 0;
	margin: 0 0 20px 0;
}

#kozep_matortnet .belso {
	width: 90%;
	padding: 20px 5%;
	float: left;
	color:#fff;
	font-size: 130%;
	text-align: center;
	
}

/* ma történt eddig */

/* kategoria folapra */

#kozep_kategoria {
	width: 100%;
	float: left;
}

#kozep_kategoria ul  {
	padding: 0;
	margin: 0;
	list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 10px;
    row-gap: 10px;
}

#kozep_kategoria ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	margin-right: 2%;
	float: left;
	font-weight: 400;

}

#kozep_kategoria ul li a {
	color: #000;
	float: left;
}

#kozep_kategoria ul li .headline1 {
	width: auto;
	float: left;
	margin-bottom: 20px;
	font-size: 90%;
	border-left: solid 5px #ccc;
	padding: 5px 0;

	padding-left:10px;
	
	
}

#kozep_kategoria ul li .headline1:hover {
	border-left: solid 5px #007ec4;
	color:#666;
	background-color: #e1e1e1;
	
	
}

#kozep_kategoria ul li .cim {
	/*border-bottom: solid 1px #007ec4;*/
	font-size: 140%;
	color:#000;
	padding: 10px 5% !important;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 90%;
	min-height: 60px;
	float: left;
}

#kozep_kategoria ul li .cim a {
	float: left;
	color:#000;
}

#kozep_kategoria ul li:last-child {
margin-right: 0;	
	float: left;
	
}
/* kategoria folapra eddig */




#hirek_keret {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.hirek_kep {
	width: 100%;
	height: 500px;
	float: left;
	overflow: hidden;
	
}

.hirek_kep img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: -150px;
}

.kepfelirat {
	font-size: 80%;
	width: 100%;
	float: left;
	color:#fff;
	text-transform: uppercase;
}

.kepfelirat span {
	padding: 10px;
	float: left;
	
	
}

.hirek_headline {
	width: 100%;
	float: left;
	
	margin: 30px 0 30px 0;
	background-color: #e1e1e1;
	font-size: 140%;
}

.hirek_headline .hl2 {
	padding: 10px;
}

.hirek_headline_beslo {
	width: 100%;
	float: left;
	
	margin: 0px 0 15px 0;
	background-color: #e1e1e1;
	font-size: 140%;
}

.hirek_headline_beslo .hl2 {
	background-color: #fff;
	padding: 20px 5%;
	padding-left: 80px;
}

.logo00{
	background-image: url("../images/logo_babozzunk.png");
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: 20px 25px;
}

.logo01 {
	background-image: url("../images/logo_kendermag.png");
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: 20px 25px;
}

.logo02 {
	background-image: url("../images/logo_fecske.png");
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: 20px 25px;
}



.logo03 {
	background-image: url("../images/logo_egyebbabcsoport.png");
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: 20px 25px;
}

#hirek_keret .hirek_tartalom {
	padding: 20px 0 5px 0;
	float: left;
	
	text-align: left;
}

.hirek_infobox {
	width: 100%;
	float: left;

}

.hirek_tartalom .tartalom2{
	font-size: 110%;
	line-height: 30px;
	background-color: #f1f1f1;
	padding: 5%;
	width: 90%;
	
}

.hirek_tartalom .tartalom2 a{
	color:#007ec4;
	font-weight: bold;
	
}

.hirek_datum {
	float: left;
	width: auto;
	padding: 10px 20px;
	color: #fff;
}

.hirek_szerzo {	
	float: left;
	width: auto;
	padding: 6px 10px 0 10px;
	color: #666;
	margin-left: 10px;
	font-weight: bold;

	font-size: 120%;
}

.hirek_szerzo a { color: #666;}

.hirek_tartalom ul.hastag {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	
}

.hirek_tartalom ul.hastag li {
	float: left;
	border-right: solid 1px #ccc;
	margin-right: 10px;
	padding-right: 10px;
	
}

.hirek_tartalom ul.hastag li:last-child {
	border-right: none;
}



.hirek_tartalom ul.hastag li a {
	float: left;
	color:#007ec4;
	font-size: 120%;
}


.hlist {
	width: 24%;
	height: auto;
	margin: 0 0.5%;
	font-size: 100%;
	float: left;
	
}

.hirek_lapozo {
	width: 100%;
	height: auto;
	float: left;
	outline: solid 1px #e1e1e1;
	margin: 0 0 10px 0;
}

.hirek_lapozo .hkep {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.hirek_lapozo .hkep img {
	width: 100%;
	height: 100%;
	float: left;
	
	
}
.hkeret {
		padding: 10px 10px;
	background-color: #fff;
	
	
}


.hirek_lapozo a {
	display: block;	
	color:#000;

}
.hirek_lapozo a:hover {
	background-color: #ccc;
	
}

.hirek_lapozo .datum {
	font-size: 70%;
	padding: 0;
	margin: 0 0 5px 0;
	
	
}
.hirek_lapozo h4 {
	padding: 0;
	margin: 0;
	
	
}



/* KÖZÉPRÉSZ */
#lablec {
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
    position: relative;
    z-index: 1001;
}

/* MENU FELSO */

#fmenunyit {
	font-size: 100%;
	width: 150px;
	max-width: 170px;
	height: auto;
	padding: 0;
	position:absolute;
	top:54px;
	color:#fff;
	z-index: 99;
	margin-left: 950px;

}

.fmenu2 { display: none;}
.show {display: block;}


#fmenunyit ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
	background-color: #000;
}

#fmenunyit ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	font-size: 80%;
	
}

#fmenunyit ul li a {
	color:#fff;
	display: block;
	width: 90%;
	height: 100%;
	padding: 10px 5%;
	text-transform: uppercase;
}

#fmenunyit ul li a:hover {
	background-color: #007ec4;
}

#fmenunyit ul li ul { }

#fmenunyit ul li ul li  { font-size: 95%; margin-left: 5%; width: 95%;}

#fmenunyit ul li ul li a {
	color:#ccc;
	display: block;
	width: 90%;
	height: 100%;
	padding: 5px 5%;
}

/* osztott részek */

.osztott_bal {
	width: 65%;
	float: left;	
}

.osztott_jobb {
	width: 35%;
	float: right;
	
}

.osztott_jobb .osztott_belso {

	margin-left: 10px;
	padding-left: 0px;
	float: left;
}

.osztott_jobb .osztott_belso a {
	/*background-color: #f1f1f1;*/
	/*margin-bottom: 20px;*/
	display: block;
	float: left;
	padding: 10px;
	color:#000;
}

.osztott_jobb .osztott_belso a:hover {
	background-color: #e1e1e1;
	
	
}

.osztott_jobb .osztott_belso a cim {
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	float: left;
	margin-bottom: 6px;
	
	
}

/* osztott részek eddig */

/* video folapra */

#videobox {
	width: 1090px;
	height: auto;
	padding: 10px 0px 0 10px;
	float: left;
	background-color: #fff;
	color: #fff;
	outline: solid 1px #ccc;
}

.nagyvideo {
	width: 450px;
	height: 395px;
	float: left;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;

}

.nagyvideo a, .kisvideo a {
	width: 100%;
	height: 100%;
	float: left;
}

.nagyvideo a:hover, .kisvideo a:hover {
	background-color:#ccc;
}

.videoborito {
	width: 450px;
	height: 300px;
	margin-top: -37px;
	float: left;
	overflow: hidden;
}

.videoborito img {
	width: 450px;
	height: auto;
	float: left;

}

.videoszoveg {
	padding: 10px 20px;
	float: left;
	
}

.kisvideo {
	/* width: 305px; - ez így  a felezo */
	width: 620px;
	float: left;
	background-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 10px;
}

.videoborito_kicsi {
	width: 180px;
	height: 125px;
	float: left;
	overflow: hidden;

}

.videoborito_kicsi img {
	width: 180px;
	height: auto;
	float: left;
}

.videoszoveg2 {
	width: 420px;
	margin-left: 10px;
	padding: 0;
	float: left;
	font-size: 90%;
	letter-spacing: -0.5px;
}

.tagoltvideo {
	width: 260.25px;
	height: 280px;
	float: left;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 10px;
}

.videoborito_tagolt {
	width: 262.25px;
	height: 170px;
	float: left;
	overflow: hidden;

}

.videoborito_tagolt img {
	width: 262.25px;
	margin-top: -14px;
	height: auto;
	float: left;
}

.videoszoveg3 {
	width: 242.25px;
	margin-left: 10px;
	padding: 0;
	float: left;
	font-size: 80%;
	letter-spacing: -0.5px;
}
.videojel {
	position: absolute;
	margin-left: 68px;
	margin-top: 35px;
	font-size: 300%;
	color: rgba(255, 255, 255, 0.8);
}

.videojel2 {
	position: absolute;
	margin-left: 200px;
	margin-top: 80px;
	font-size: 500%;
	color: rgba(255, 255, 255, 0.8);
}

.videojel3 {
	position: absolute;
	margin-left: 110px;
	margin-top: 50px;
	font-size: 300%;
	color: rgba(255, 255, 255, 0.8);
}

.videojel4 {
	position: absolute;
	margin-left: 110px;
	margin-top: 70px;
	font-size: 300%;
	color: rgba(255, 255, 255, 0.8);
}


.tagoltvideo a {
	width: 100%;
	height: 100%;
	float: left;
}

.tagoltvideo a:hover {
	background-color:#ccc !important;
}

.cim_video {
	position: absolute;
	background-color: #fff;
	color:#007ec4;
	margin-top: -20px;
	font-size: 70%;
	padding: 2px 4px;
	margin-left: -1px;
}

/*  video folapra eddig */

.elvalaszto {
	border-top: solid 1px #ccc;	
	width: 100%;
	height: 10px;
	float: left;
	margin: 10px 0 0 0;
}

.elvalaszto2 {
	width: 100%;
	height: 10px;
	float: left;
	margin: 40px 0;
	text-align: center;

}

.elvalaszto3 {
	width: 100%;
	height: 10px;
	float: left;
	margin: 30px 0 40px 0;
	text-align: center;

}

.elvalaszto4 {
	border-top: solid 4px #007ec4;
	width: 100%;
	height: 10px;
	float: left;
	margin: 10px 0 20px 0;
}

.eltext { 
	color:#007ec4;
	font-size: 70%;
	padding: 0;
	text-transform: uppercase;
	left: 0;
	width: 100%;
	float: left;
	
	
	
	

}

.eltext a {
	color:#007ec4;
	padding: 2px 10px;
}

.eltext a:hover {
	background-color: #007ec4;
	color:#fff;
	
}

.eltext span {
	background-color: #fff;
	margin: 0 10px;
	padding: 0 5px;
	
	
}

idopont { float: left;
	margin-right: 5px;
	
	padding: 10px 20px;
	line-height: 17px;
	height: 16px;
	background-color: #f1f1f1;
	color: #fff;
	font-size: 120%;
}

idopont a { color:#fff !important;}
idopont a:hover { background: rgba(45,53,141,1.00) !important;}


szerzo { 
	margin-top: 0px;
	padding: 0 5px;
	line-height: 15px;
	height: 16px;
	background-color: #fff;
	color: #000;
	float: right;

}
csoport { margin-top: 0px;
	padding: 0 0 0 5px;
	line-height: 15px;
	height: 16px;
	background-color: #fff;
	color: #000;
	float: left;
	border-left: solid 1px #007ec4;
}

.elvalaszto2 a, .elvalaszto3 a {
	width: auto;
	color: #000;
	border:solid 1px #ccc;
	padding: 10px 20px;
	font-size: 80%;

}

.elvalaszto2 a:hover, .elvalaszto3 a:hover {
	color:#fff;
	background-color: #007ec4;
	border:solid 1px #007ec4;
	
}

/* lapozo */

.lapozo {
	width: 1100px;
	border-top: solid 2px #ccc;
	margin: 30px 0 10px 0;
	padding: 10px 0;
	float: left;
	font-size: 90%;
	position: relative;
	left: 50%;
	margin-left: -550px;
	

}

.lapozo div {
	width: auto;
	float: right;
}

.lapozo a.el { 
	padding: 2px 5px;

	margin: 2px 2px;
	float: left;
	text-transform: uppercase;
	
	color:#666;	
}

.lapozo a.el_on { 
	padding: 2px 5px;
	
	margin: 2px 2px;
	float: left;
	text-transform: uppercase;
	color:#fff;
	background-color: rgba(168,124,30,0.5);
}

.lapozo a:hover {
	background-color: rgba(168,124,30,1.00);

	
}

/* lapozo eddig */



/* statikus oldalak */



/*statikus oldalak eddig*/




/* lablec */

.lableckapcsolo {
	width: 100%;
	float: left;
}

.lableckapcsolo .fb-share-button {
	margin: 10px 0 10px 10px;
	width: auto;
	float: left;
}

.elozooldal {
	width: auto;
	float: right;
	margin-right: 0px;
}
.elozooldal a {
	float: right;
	padding: 10px 20px;
	color: #666;
}

.elozooldal a:hover {
	
	color: rgba(168,124,30,1.00);
	
}

/* lablec eddig */

/* fotoalbum alap */

.fotoleiras {
	float: left;
	padding: 20px;
	background-color: #fff;
	width: calc(var(100%) - 40px);
	margin-bottom: 10px;
	text-align:justify;
	
	
	
}

.fboritokep {

	
	height: 600px;	
	padding: 0;
	width: 100%;
	float: left;
	overflow: hidden;

	
	
}

.fboritokep img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: -100px;


}

ul.fotoalbumalcsoport {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
    
}

ul.fotoalbumalcsoport li {
    
	width: 22.6%;
	float: left;
	padding: 1%;
	background-color: #fff;
	margin: 0.2%;
	border-bottom: solid 5px #fff;
     transition: 0.5s;
    
        
}

ul.fotoalbumalcsoport li {outline: solid 1px #f1f1f1;
 
    
}

ul.fotoalbumalcsoport li.om1:hover { 	border-bottom: solid 5px #333;	 }
ul.fotoalbumalcsoport li.om2:hover {	border-bottom: solid 5px #00afed;}
ul.fotoalbumalcsoport li.om3:hover { 	border-bottom: solid 5px #88b943;}


ul.fotoalbumalcsoport li a.aom1:hover  { background-color: #333;}
ul.fotoalbumalcsoport li a.aom2:hover  { background-color: #00afed;}
ul.fotoalbumalcsoport li a.aom3:hover  { background-color: #88b943;}

ul.fotoalbumalcsoport li a {
	color:#333;
	float: left;
	width: 100%;
	padding: 0;
	background-color: #ccc;
     transition: 0.5s;
    

}




ul.fotoalbumalcsoport li span {
	width: 100%;
	height: 120px;
	float: left;
	font-size: 110%;
	padding-top: 5px;
	background-color: #fff;
}

ul.fotoalbumalcsoport li img {
	width: 100%;
	height: 100%;
	float: left;
	
	
}


ul.fotoalbum {
	width: 100%;
	float: left;
}

ul.fotoalbum li.bal {
	width: 49.5% !important;
	float: left;
	margin: 0 0.5% 5px 0;
	
	
}

ul.fotoalbum li.jobb {
	width: 49.5% !important;
	float: left;
	margin: 0 0 5px 0.5%;
	
	
}

ul.fotoalbum li .gcimsor {
	width: auto;
	padding: 30px 3%;
	float: left;
	color:#fff;
	font-size: 130%;
	position:absolute;
	margin-top:0;

}

ul.fotoalbum li .gcsik {
	border-bottom: solid 5px #ccc;
	float: left;
	width: 100%;
	
}

ul.fotoalbum li img {
	width: 100%;
	height: auto;
	float: left;
	
}

/* fotoalbum alap eddig */

/* fotoalbum a cikkben */

ul.fotoalbum_cikkben {
	width: calc(100% + 10px);
	height: auto;
	padding: 0;
	margin: 10px 0;
	float: left;
	list-style: none;
	overflow: hidden;
}


ul.fotoalbum_cikkben li:first-child {margin-left:0;}



ul.fotoalbum_cikkben li {
	width: calc(100% / 5 - 10px);
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	
}



ul.fotoalbum_cikkben li img {
	width: 100%;
	height: 100%;
	float: left;
	
}

/* fotoalbum a cikkben eddig */

.kepkapcsolo {
	position:absolute;	

	background-color: #ccc;
	
}

.kepkapcsolo a {
	color:#fff;
	font-size: 250%;
}

#lablec div {
	width: 100%;
	float: left;
	margin-top: 3px;
	
	}
#lablec div a {
	font-size: 75% !important;
	color: #666;


}

/* menu hasznalatban */

.menu_container {
    padding:0;
    margin:0;
    line-height: normal;
    width: 100%;
	height: auto;
    float: left;
	/*background:rgba(45,53,141,1.00);*/
    background-color: #a87c1e;
  	color: #fff;
    position: relative;
    z-index: 10000;
    
}

.wrapper {
  max-width: var(--oldalszelesseg);
  margin: 0 auto;
  height: auto;
}

.menu-item,
.sub-menu,
.dropdown-icon {
  border: 0 solid;
}

.menu .menu-item {
  display: block;
}
.menu .menu-item.has-children, .menu .menu-item.has-children .menu-item {
  position: relative;
}
.menu .menu-item:not(:last-child) {
  border-width: 0 0 1px;
}
.menu .menu-item a {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
.menu .sub-menu {
  border-width: 1px 0 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: visibility .25s, opacity .25s ease-in-out;
}
.menu .sub-menu .menu-item {
  visibility: hidden;
}
.menu .menu-item:hover > .sub-menu, .menu .menu-item:active > .sub-menu, .menu .menu-item:focus > .sub-menu {
  opacity: 1;
  height: auto;
  width: auto;
}
.menu .menu-item:hover > .sub-menu,
.menu .menu-item:hover > .sub-menu .menu-item, .menu .menu-item:active > .sub-menu,
.menu .menu-item:active > .sub-menu .menu-item, .menu .menu-item:focus > .sub-menu,
.menu .menu-item:focus > .sub-menu .menu-item {
  visibility: visible;
}
.menu .menu-item > a:hover .dropdown-icon:after, .menu .menu-item > a:active .dropdown-icon:after, .menu .menu-item > a:focus .dropdown-icon:after {
  transform: rotate(45deg);
}
.menu .dropdown-icon {
  padding: 1em 1.25em;
  margin: -1em -1em -1em .5em;
  border-width: 0 0 0 1px;
}
.menu .dropdown-icon:after {
  content: "+";
  display: block;
  transition: transform .25s ease-in-out;
}

.nav--rtl {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.nav--rtl .menu .dropdown-icon {
  margin: -1em .5em -1em -1em;
  border-width: 0 1px 0 0;
}

@media only screen and (min-width: 1024px) {
  .nav .menu {
    display: flex;
    flex-flow: row wrap;
  }
  .nav .menu > .menu-item {
    border-width: 0 1px 0 0;
  }
  .nav .menu > .menu-item > a .dropdown-icon {
    padding-left: 0;
  }
  .nav .menu .menu-item:hover > .sub-menu, .nav .menu .menu-item:active > .sub-menu, .nav .menu .menu-item:focus > .sub-menu {
    width: 225px;
  }
  .nav .menu .sub-menu {
    position: absolute;
    z-index: 3000;
    top: 100%;
    left: 0;
    border-width: 0;
  }
  .nav .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .nav .menu .dropdown-icon {
    border-width: 0;
    padding: 1em;
  }

  .nav--rtl .menu > .menu-item > a .dropdown-icon {
    padding-left: 1em;
    padding-right: 0;
  }
  .nav--rtl .menu .sub-menu {
    top: 100%;
    left: auto;
    right: 0;
  }
  .nav--rtl .menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }

  .nav--cen .menu {
    justify-content: center;
  }
}
.nav {
  /*background-color: black;*/
}
.nav .menu > .menu-item,
.nav .menu > .menu-item .dropdown-icon {
  border-color: rgba(255, 255, 255, 0.3);

}
.nav .menu > .menu-item, .nav .menu > .menu-item > a {
  color: #ddd;
}
.nav .menu > .menu-item > a:hover, .nav .menu > .menu-item > a:active, .nav .menu > .menu-item > a:focus {
  background-color: #07c;    
  color: #fff;
}
.nav .sub-menu {
  background-color: #eee;
  color:#fff;
}
.nav .sub-menu,
.nav .sub-menu .dropdown-icon,
.nav .sub-menu .menu-item,
.nav .sub-menu .menu-item .dropdown-icon {
  border-color: rgba(0, 0, 0, 0.1);
}
.nav .sub-menu .menu-item,
.nav .sub-menu .menu-item a {
  color: #222;
}
.nav .sub-menu .menu-item a:hover, .nav .sub-menu .menu-item a:active, .nav .sub-menu .menu-item a:focus {
  background-color: white;
  color: black;
    
}

.nav ul {
    padding: 0;
    margin: 0;
    
}

.nav ul li a.home {
    background-color: #000;
    height: 19px;
    justify-content: center;
    align-items: center;
    align-content: center;
    
    
}






/* al menu hasznalatban eddig */

.belsovonal {
	width: 100%;
	height: 15px;
	float: left;
}

.elerkep {
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 7px;
}

.elerkep img { width: 100%;
	height: auto;
	float: left;
	
	
}

.elerterkep {
	width: 100%;
	margin: 0;	
	float: left;
}


ul.ertektar_box_alap {
    width: calc(100% - 40px);
    padding: 0;
    margin: 20px;
    float: left;
    list-style: none;
   /* flex-grow: 4; /* default 0 */
    /*display: flex;
    justify-content:space-between;
    align-items:stretch;*/

}

ul.ertektar_box_alap li {
    width: calc(100% / 4 - 54px);
    background: rgba(45,53,141,1);
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 2px;
    margin-bottom: 4px;
    padding: 15px;
    position: relative;
    transition: 1s;
    background-size: auto 100%; 
    background-repeat: no-repeat;
    outline: solid 1px #e1e1e1;
    border: solid 10px #fff;
}



ul.ertektar_box_alap li {
    animation-name: anim2;
	animation-duration: 1s;
    /*animation-delay: 1s;*/
	animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    position: relative;
    z-index: 5;
    opacity:0;    
}



ul.ertektar_box_alap li {animation-delay: 0.2s}
/*ul.ertektar_box_alap li:nth-child(0) {animation-delay: 0s}
ul.ertektar_box_alap li:nth-child(1) {animation-delay: 0.2s}
ul.ertektar_box_alap li:nth-child(2) {animation-delay: 0.4s}
ul.ertektar_box_alap li:nth-child(3) {animation-delay: 0.6s}
ul.ertektar_box_alap li:nth-child(4) {animation-delay: 0.8s}*/


@keyframes anim2 {
   0% {opacity:0; margin-top: 0;}
  100% {opacity:1;  margin-top: 0;}
}



ul.ertektar_box_alap li:hover {
    background-size: auto 105%; 
    outline: solid 1px #B1B1B1;
 
    cursor: pointer;
}

ul.ertektar_box_alap li .cim {
    float: left;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    font-size: 140%;
    color:#fff;
    line-height: 22px;
    text-shadow: 0 0 5px #000;
    border: solid 1px #fff;
    padding: 5px;
}

ul.ertektar_box_alap li .rtext {
    float: left;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    color:#fff;
    text-shadow: 0 0 5px #000;
    
}



ul.ertektar_box {
    width: calc(70% - 51px);
    padding: 0 20px 0 0;
    margin: 20px;
    list-style: none;
    float: left;
    border-right: solid 1px #e1e1e1;

}

.ertektar_jobb {
    width: calc(30% - 30px);
    margin-top: 20px;
    font-size: 100%;
    float: left;
}

.ertektar_jobb ul {
    padding: 0;
    margin: 10px 0;
    float: left;
    width: 100%;
    list-style: none;
}

.ertektar_jobb ul li {
    border-bottom: solid 1px #ccc;
    float: left;
    width: 100%;

}

.ertektar_jobb ul li a {
    padding: 10px;
    width: calc(100% - 20px);
    height: 100%;
    float: left;
    color:#000;
    transition: 0.5s;
    
}

.ertektar_jobb ul li a:hover {
    background-color:#f1f1f1;
}

.ertektar_jobb h3 {
    padding: 0;
    margin: 0;
    font-size: 130%;
 
    font-weight: bold;
    text-transform: uppercase;
    
    
}

ul.ertektar_box li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;  
    flex-wrap: nowrap;
    
}

.ertektar_bal {
    width: 100%;
    display: flex;  
    flex-wrap: nowrap;
}

.ertektar_bal .ertektar_kep {
    width: 250px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    border: solid 1px #ccc;
    margin-right: 20px;
    
}

.ertektar_bal .ertektar_kep img {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    float: left;
    
}
.etextbox {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    
}

.ertektar_bal etext1 {

    padding: 0;
    margin: 0 0 6px 0;
    font-size: 150%;
    color:#333;
    text-transform: uppercase;
}

.ertektar_bal etext2 {
    width: auto !important;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 100%;
    line-height:normal;
    color:#666;
}

.ertektar_bal ebutton {
    margin-top: 5px;
}

.ertektar_bal ebutton a {
    background:#a87c1e;
    padding: 5px 20px;
    border-radius: 8px;
    color:#fff;
    font-size: 80%;
    text-transform: uppercase;
    transition: 0.5s;
    border: solid 1.5px #a87c1e;
}

.ertektar_bal ebutton a:hover {
    background-color: rgba(168,124,30,0.1);  
    color: #a87c1e;
}


.et_keret {
    text-align: justify;
    width: calc(100% - 40px);
    padding: 20px 20px;
    background-color: #fff;
    float: left;
}

.et_kep {
    width: 400px;
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;

}

.et_kep img {
    width: 100%;
    float: left;
    height: auto;
}

.ba_menu {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    
}

.ba_menu a {
    float: right;
    padding: 10px 20px;
    background: #a87c1e;
    color:#fff;
    font-size: 70%;
}

.ba_menu a:hover {
    background:#000;
    color: #fff;
}

.ba_terkep {
    width: 100%;
    margin-top: 10px;
    background-color: red;
    float: left;
}

.ba_also1 {
    width: 100%;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.ibox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;    
}

.ba_also2 {
    width: 100%;
    padding: 10px 20px 0 20px;
    margin-top: 10px;
    border-right: solid 1px #ccc;

}

.ba_also2:last-child {
    border: none;
    
    
}

.ba_also2 h2 {
    width: 100%;
    text-align: left;
}

/* dokumentum tár indul */

.hbox2 {
    margin-top: 0;
    padding: 0;
    width: 100%;
    min-height: 150px;
    max-height: 300px;    
    position: relative;
 

}

.hbox2 h3 {
    font-weight:400;
    font-size: 110%;
    border-right: solid 4px #fff;
    padding: 0 10px;
    margin: 0 10px;
    text-align: right;
}

.hbox2 hh3 {
    font-weight:400;
    font-size: 110%;
    padding: 0 10px;
    margin: 0 10px;
    text-align: left;
}

.hbox2 hh3 b {
    font-size: 130%;
    font-weight:300;
}

.hbox2 hh4 {
    font-weight:400;
    font-size: 70%;
    padding: 0 0px;
    margin: 0 0px;
    text-align: right;
    width: 90% !important;
    
}

.hbox2 hh4 b {
    font-size: 140%;
    font-weight:300;
    width: 100% !important;
    padding: 0 0 0 0;
    margin-bottom: 3px;
    float: right;
    line-height: 20px;
   


}


.hbox2 h4 {
    
    font-weight: 300;
    font-size: 90%;
 
}

.hbox2 a {
    width: calc(100% - 50px);
    height: 100%;
    padding: 0 25px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#fff;
    scale:1;
    transition: 0.5s;
  
}

.hbox2 a:hover {
    
    color:#fff;
    scale:1.05;
}

.hbox2 i {
    font-size: 200%;
    color:#fff;
    
}

.sarga { background-color: #fed54d;}

.szurke   { background-color: #333; }
.barna    { background-color: #a87c1e; }
.kek      { background-color: #00afed; }
.zold     { background-color: #88b943; }
.piros     { background-color: red; }


.keretbox {
    margin: 0px 0 0 0;
    padding: 30px 0;
    background-color:rgba(255,255,255,1);
    float:left;
    width:100%;
    
    
}

.hirekbox {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hirbox_belso {
    /*max-width: calc( var(--szelesseg) - 100px);*/
    max-width: var(--szelesseg);
    width: 100%;
    margin: 0 30px;
    padding: 0;
    list-style: none;  
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
}

.oszlop3 { grid-template-columns: 1fr 1fr 1fr;}


.hatter_lab {
    background-position: center;    
    background-image: url("../images/hatter_lab.jpg");
    opacity:0.8;
    width: 100%;
    height: 480px;
    position:fixed;
    bottom:-250px;
    left:0
}
.hatter_fejlec {
    background-position: center;    
    background-image: url("../images/fejlecgrafika.jpg");
    opacity:0.8;
    width: 100%;
    height: 500px;
    position:fixed;
    top:0px;
    left:0
}
