:root {
	--main-elso-szin: #567a00;
	--main-masodik-szin: #567a00;
	--main-betuszin-vilagos: white;
	--main-betuszin-hover: orange;
}
body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}
html {
	scroll-behavior: smooth;
}
p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;

}
.alapszel {
width: 1160px;
margin-right: auto;
margin-left: auto;
}
h1 {
	font-size: 200%;
	font-weight: normal;
}
h2 {
	font-size: 200%;
	font-weight: normal;
}
 h2.alcim, h3.alcim {
font-size: 140%;
	font-weight: normal;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
}
h5 {
font-size: 10pt;
}
.termekinfosor h1 {
	font-size: 200%;
	font-weight: normal;
	margin: 0px;
}
a:link, a:visited {
  text-decoration: none;
	color: black;
}
a:hover {
  text-decoration: none;
	color: #ee9922;
}
a.fhiv:link, a.fhiv:visited {
color: white;
}
a.shiv:link, a.shiv:visited {
color: #8c7144;
}
.fokep {
	margin: 18px 18px;
	max-width: 250px;
}
.tartalom ul {
    list-style: none; /* Remove list bullets */
    padding-left: 1.2em;
    margin: 0px;
	margin-top: -10px;
}

.tartalom li {
    margin-left: 40px;
	text-indent: -22px;
	line-height: 1.6em;
}

.tartalom li:before {
    content: "■"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: orange; /* Or a color you prefer */
}
.fej, .lab {
	background-color: var(--main-masodik-szin);
	color: white;
}
.szlogen {
	margin-left: 280px;
}
.irottbetu{
	font-family: 'Kalam', cursive;
}
.szlogen p{
	font-size: 20pt;
	line-height: 0.1;
	  display: inline-block;
  vertical-align: middle;
}
.logoalap {
	background-color: rgba(150,179,3,1);
	width: 220px;
	position: absolute;
	margin-left: 40px;
	margin-right: 20px;
	float: left;
	padding: 8px;
	box-shadow: 0px 2px 8px 2px var(--main-masodik-szin);
	box-sizing: border-box;
	z-index: 1;
}
.logo {
width: 100%;
}
.kislogoalap {
	width: 220px;
	box-shadow: 0px 0px 0px 0px var(--main-masodik-szin);
}
.kislogoalap img{
	width: 74%;
	margin: 0px 12%;
}
.menusor {
	background-image: linear-gradient(to left, rgba(255,242,0,0), rgba(150,179,3,1));
	text-align: right;
	margin-left: 260px;
}
.csik {
	background-color: var(--main-masodik-szin);
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	height: 5px;
}
.tartalom {
	padding: 28px 28px;
	display: table;
	box-sizing: border-box;
}
.centerDivs {
  display: block;
  text-align: center;
}
.malap {
  padding: 8px 8px;
	  display: inline-block;
}
.menugomb {
	width: 255px;
	height: 200px;
	border: 1px solid #999999;
	border-radius: 4px;
	overflow: hidden;
		  display: inline-block;
  vertical-align: middle;
}
.menugomb:hover .overlay {
  height: 100%;
}
.menukistext {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#menukep {
	width: 100%;
	height: auto;
	margin: 0px;
	box-sizing: border-box;
}
#menucimke {
	position: absolute;
	padding: 8px 16px;
	font-size: 12pt;
	font-weight: normal;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: var(--main-masodik-szin);
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;

}
#menucimke p, #menucimke-on p{
	margin: 0;
}
.kisbetus {
	text-transform: lowercase;
}
.kisszoveg {
	font-size: 60%;
}
#menucimke-on {
	position: absolute;
	padding: 8px 16px;
	font-size: 14pt;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	color: #999999;
	border: 1px solid #999999;
	box-sizing: border-box;
}
#legnepszerubbkep {
	width: 100%;
	height: auto;
	margin: 0px;
	box-sizing: border-box;
}
.legnepszerubb {
  position: relative;
	overflow: hidden;
background-color: var(--main-masodik-szin);
width: 204px;
height: 136px;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(44,55,11,  0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.legnepszerubb:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
	  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.cikkajanlo {
border: 1px solid #333333;
width: 536px;
margin-left: 8px;
margin-right: 8px;
padding: 12px;
float: left;
margin-bottom: 40px;
	margin-top: 10px;
	position: relative;
	box-sizing: border-box;
}
.cikkajanlo h3 {
font-size: 14pt;
margin-top: -28px;
margin-left: 10px;
	margin-bottom: 4px;
background-color: white;
display: table;
padding-right: 10px;
padding-left: 10px;
}
.cikkajanlokep {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
	float: left;
	margin-right: 20px;
}
.cikkajanlokep img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.tovabb {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 10px;
}
.labsor {
  border-top: 8px solid #ffcc33;
	display: table;
	width: 100%;
}
.labsor h2 {
	font-weight: normal;
	color: #ffcc33;
	font-size: 14pt;
	margin-top: 0px;
	margin-right: 1%;
}
.labsor ul {
  font-weight: normal;
  font-size: 10pt;
	line-height: 24pt;
	list-style-type: none;
}
.labdoboz {
  border-left: 0px solid #ffffff;
  width: 30%;
  float: right;
  padding-left: 10px;
	margin-top: -140px;
}
.labdoboz h2 {
  text-align: right;
}
.labdoboz textarea {
	border: 0px solid white;
	font-family: Arial,Helvetica,sans-serif;
	background-color: rgba(255,255,255,  0.5);
	margin: 1%;
	padding: 8px;
	width: 92%;
	float: right;
	box-sizing: border-box;
}
.labdoboz input[type=text] {
	border: 0px solid white;
	background-color: rgba(255,255,255,  0.5);
	margin: 1%;
	padding: 8px 12px;
	width: 45%;
	float: right;
	box-sizing: border-box;
}
.labdoboz input:focus, .labdoboz textarea:focus {
  background-color: white;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
	opacity:0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity:0.5;
}
:-ms-input-placeholder { /* IE 10+ */
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.labdoboz button {
  margin: 1%;
	background-color: rgba(255,255,255,  0.5);
	border: none;
  padding: 8px 12px;
  width: 45%;
  float: right;
	cursor: pointer;
}
.labdoboz button:hover {
	background-color: orange;
	color: white;
}
.labikon, .fejikon {
	border: 1px solid #fff;
	font-size: 16pt;
	padding: 3px;
	box-sizing: border-box;
	color: #fff;
	margin: 12px 12px 12px 0px;
	width: 30px;
	height: 30px;
	float: right;
	text-align: center;
	opacity: 0.5;
}
.dupla {
  width: 60px;
}
.labikon:hover {
opacity: 1;
}
.jobbra {
	float: right;
}
.attetszo {
  opacity: 0.5;
}
.pad8 {
	padding: 18px;
	box-sizing: border-box;
}
.fel30 {
	margin-top: -70px;
}
.lablogo {
  margin: 8px auto;
  text-align: center;
  width: 120px;
}
.lezar {
	width: 100%;
	clear: both;
}
.referencia, .kiemeltdoboz {
  display: table;
	background-color: rgba(0,0,0,  0.05);
	width: 100%;
  margin: 20px 0px;
	padding: 18px;
	box-sizing: border-box;
	border-radius: 4px;
}
.referencia h3{
	font-size: 100%;
	text-align: right;
	margin: 0px;
}
.referencia img{
	float: left !important;
	margin-right: 16px;
	max-height: 150px;
	height: auto;
	width: auto;
	min-width: 100px;
}
.balkep {
	margin-right: 8px;
}
.jobbkep {
	margin-left: 8px;
}
table {
  border: 0px;
	background-color: rgba(0,0,0,  0.05);
	width: 100%;
  margin: 20px 0px;
	margin-left: 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
th, td {
  border: 0px;
	padding: 0px 18px 8px 18px;
	box-sizing: border-box;
}
.navigaciosor {
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
background-color: #f9f9f9;
height: 40px;
}
.navigacio {
font-size: 10pt;
margin: 8px;
float: left;
}
.terkep {
	float: right;
	width: 50%;
	margin-top: -30px;
	margin-top: -30px;
}
.impr {
font-size: 9pt;
text-align: center;
}