body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Roboto Slab', serif;	
}

.fejcsik {
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#2e1e13;
	color:#bfbfbf;
	font-size:14px;
}

.fejcsik a{
	color:#bfbfbf;
	text-decoration:none;	
}

.fejcsik a:hover{
	color:#ffffff;
	text-decoration:underline;	
}

.fcsjobb {
	float:right;
	margin-left:10px;
}

.kozep {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.fejtab {
	display:table;
	width:100%;
	height:90px;
}

.fejsor {
	display:table-row;
	width:100%;
	height:90px;	
}

.fejcel {
	display:table-cell;
}

.fejcelbal {
	background-color:#FFFFFF;	
}

.fejcelkoz {
	width:1150px;
	background-color:#6aaf08;
}

.fejceljobb {
	background-color:#6aaf08;
}

.hamburger{
	display:none !important;	
}

.mobmenu {
	display:none !important;	
}

.nodesktop {
	display:none !important;	
}

/* Menu */

#ujmenu {
	float:right;
/*	font-size:24px;
	font-family: 'BenchNine', sans-serif;	*/
	font-size:20px;
/*	font-weight:bold;*/
}

#ujmenu ul {
  z-index:100;
  display: inline;
  margin: 0;
/*  padding: 25px 4px 17px 0;*/
  padding: 0px 0px 0px 0px;  
  list-style: none;
}

#ujmenu ul li {
/*  border-right:1px solid #dddddd;*/
  color:white;
  display: inline-block;
  margin-right: -4px;
  position: relative;
/*  padding: 29px 30px;*/
  height:90px;
  line-height:90px;
  padding-left:20px;
  padding-right:20px;  
  text-align:center;
/*  width:100px;*/
  cursor: pointer;
}

#ujmenu ul li:hover {
  background-color:#ffffff;
  color: #6aaf08;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}
#ujmenu ul li ul {
	background-color:rgba(255, 255, 255, .9);
  padding: 0 0 0 0;
  position: absolute;
  top: 90px;
  left: 0;
  width: 240px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#ujmenu ul li ul li {
	color: #6aaf08;		
	font-size:18px;
/*	padding-top:6px;
	padding-bottom:6px;*/
	width:240px;
	height:60px;
	line-height:60px;
  display: block; 

  border-bottom:1px solid #FFFFFF;
/*  text-shadow: 0 -1px 0 #000;*/
	border-right:none;
	opacity: 0.9;
  padding: 0 0 0 0;	
}
#ujmenu ul li ul li:hover { 
	/*background: #666; */
	background-color:#6aaf08;
	color:#ffffff;
	opacity: 1.0;
}
#ujmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}




#ujmenu a{
	color:white;
	text-decoration:none;
}

.tartalom {
	color:#333333;
	font-size:16px;
	line-height:22px;
}

.tartalom h1 {
	text-align:center;
	color:#6aaf08;
	font-size:40px;
	margin-top:30px;
	margin-bottom:15px;
}

.tartalom a {
	color:#6aaf08;	
}

.motiv {
	width:187px;
	height:37px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/head-alj.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.motiv-w {
	width:187px;
	height:37px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/head-alj-w.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.partnerek {
	background-image:url(images/partnerek.jpg);
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	min-height:500px;
	text-align:center;	
}

.partnerek h1 {
	text-align:center;
	color:#ffffff;
	font-size:40px;
	margin-top:30px;
	margin-bottom:0px;
}

.lablec {
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#787878;	
	background-color:#1a1a1a;
}

.artable {
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.arsor {
	display:table-row;
}

.arcel {
	display:table-cell;
	padding:5px;
}

.akcio {
/*	width:70%;
	display:inline-block;*/
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	background-color:#9dcc6d;
	color:#ffffff;
	text-align:center;
}

.jobbra {
	text-align:right;
}

.balra {
	text-align:left;
}

.jobbkep {
	float:right;
}

.tam-frame {
	width:300px;
	height:350px;
	display:inline-block;	
/*	float:left;
	margin:20px;*/
	padding:20px !important;
    white-space: nowrap;   
    text-align: center; 
/*	margin: 1em 0;*/
	margin: 10px 10px;
	font-size:22px;
	color:#333333;
/*	cursor:pointer;*/
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);		
/*	border:1px solid #999999;*/
}


.tam-helper {
    display: inline-block;
    height: 90%;
    vertical-align: middle;
}

.tam-frame img {
    vertical-align: middle;
    max-height: 300px;
    max-width: 270px;
	margin-left:10px;
	maring-right:10px;
}

.viragfold {
	text-align:center;
}

.google-maps {	
    overflow: hidden;
    padding-bottom: 20%;
    position: relative;
/*        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);		*/
}

.google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* Kapcsolat */

.kapcs {
	background: rgba(255, 255, 255, 0.9);
	padding:15px;
	margin-top:25px;	
	border-radius:10px;
}

.kapcsbal {
	width:40%;
	height:auto;
	float:left;
}

.kapcsjobb {
	margin-top:50px;
	width:55%;
	height:auto;
	float:right;
}

.kapcsjobb h2 {
	font-size:28px;
	color:#677b89;
}

.kollega {
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
}

.kek {
	color:#557083;
}

.kapcim {
	width:47%;
	height:auto;
	float:left;
}

.kaptel {
	width:47%;
	height:auto;
	float:right;	
}

.nagykap {
	font-size:18px;
}


.inp {
	width:90%;
	height:45px;
	font-size:18px;
	margin-bottom:15px;
	background-color: transparent;
	border:1px solid #677b89;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#677b89;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#677b89;
}

.inp:hover {
	border-color:#81a5c0;
}

.kuld {
	width:150px;
	height:45px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #677b89;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#677b89;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#677b89;
	cursor:pointer;
	-o-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-khtml-transition: color 1s linear;
	-webkit-transition: color 1s linear;
	-ms-transition: color 1s linear;
	transition: color 1s linear;	
}

.kuld:hover {
	border-color:#81a5c0;
	background-color:#81a5c0;
	color:#ffffff;
}

.tarea {
	resize:vertical;
	width:90%;
	height:250px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #677b89;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#677b89;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#677b89;
	padding-top:20px;
	padding-bottom:20px;
	
}

.tarea:hover {
	border-color:#81a5c0;
}

.nycsik {
	width:100%;
	padding:3px;
	background-color:#aaaaaa;
	text-align:center;	
}

/*Ninja*/

div.navsWrapper {
    position:absolute;
    width:100px;
    height:50px;
    right:90px;
    bottom:9%;
    z-index:10;
}



.part-frame {
	width:220px;
	height:270px;
	display:inline-block;	
/*	float:left;
	margin:20px;*/
	padding:20px !important;
    white-space: nowrap;   
    text-align: center; 
/*	margin: 1em 0;*/
	margin: 10px 10px;
	font-size:22px;
	color:#333333;
	cursor:pointer;
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);		
/*	border:1px solid #999999;*/
}


.part-frame:hover {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;	
}


.part-helper {
    display: inline-block;
    height: 90%;
    vertical-align: middle;
}

.part-frame img {
    vertical-align: middle;
    max-width: 210px;	
    max-height: 280px;
	margin-left:10px;
	maring-right:10px;
}

.popup-gradient {
    background: linear-gradient(60deg, #6AAF08, #ffff) !important;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ed722c;
    color: #ffffff;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-content {
    max-width: 80%;
}

.cookie-content h2 {
    margin: 0;
    font-size: 18px;
}

.cookie-content p {
    margin: 5px 0;
    font-size: 14px;
}

.cookie-content p a {
    color: #ffffff;
}


.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    background-color: #1b1b1b;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.cookie-buttons button:hover {
    opacity: 0.8;
}
