:root { 
	--main-elso-szin: #ff6000; 
	--main-masodik-szin: #81271f;
	--main-betuszin-vilagos: white;
	--main-betuszin-hover: orange;
}
body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #f5f5f5;
font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}
p {
font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.alapszel {
width: 1160px;
margin-right: auto;
margin-left: auto;
background-color: white;
}
h1 {
	font-size: 200%;
	line-height: 150%;
	font-weight: normal;
}
h2 {
font-size: 160%;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
}
h5 {
font-size: 10pt;
}
h6 {
	background-color: rgb(255, 149, 0);
	width: 90%;
	margin: auto;
	font-size: 16pt;
	line-height: 150%;
	padding: 8px 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	display: table;
}
a:link, a:visited {
  text-decoration: none;
	color: #8c7144;
}
a:hover {
  text-decoration: none;
	color: #ee9922;
}
a.fhiv:link, a.fhiv:visited {
color: white;
}
a.shiv:link, a.shiv:visited {
color: #8c7144;
}
.fej, .lab {
	background-image: linear-gradient(var(--main-elso-szin), var(--main-masodik-szin));
	color: white;
	display: table;
	box-sizing: border-box;
}
.fej h1 {
	font-size: 220%;
	line-height: 100%;
	margin:0;
	padding: 10px;
	font-weight: bold;	
}
.logosz {
	width: 300px;
	display: block;
	float: left;
}
.fokep {
	margin: 10px;
	margin-top: 0px;
	float: right;
}
.szlogen {
	margin-left: 40px;
	float: left;
}
.szlogen p{
	font-size: 12pt;
	line-height: 0.1;
	margin:18px;
	margin-top:0px;
}

.tartalom ul {
    list-style: none; /* Remove list bullets */
    padding-left: 1.2em;
    margin: 0;
}

.tartalom li { 
    margin-left: 20px;
	text-indent: -23px;
	line-height: 2.2em;
}

.tartalom li:before {
    content: "■"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: orange; /* Or a color you prefer */
}

.menusor {
background-color: var(--main-elso-szin);
}
.csik {
	background-color: var(--main-masodik-szin);
	height: 3px;	
}
.tartalom {
	padding: 8px 18px;
	box-sizing: border-box;
		display: table;
	width: 100%;
}
.centerDivs {
  display: block;
  text-align: center;
}
.malap {
  display: inline-block;
  padding: 12px 12px;
}
.menugomb {
	width: 348px;
	height: 250px;
	border: 1px solid #999999;
	border-radius: 4px;
	overflow: hidden;
}
#menukep {
	width: 100%;
	height: auto;
	margin: 0px;
	box-sizing: border-box;
}
#menucimke {
	position: absolute;
	padding: 8px 16px;
	font-size: 14pt;
	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;
}
#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;
background-color: var(--main-masodik-szin);
width: 200px;
height: 199px;
	overflow: hidden;
}

.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(0.9);
  transform: scale(0.9);
}
.cikkajanlo {
border: 1px solid #333333;
width: 544px;
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;
  height: 95px;
	display: table;
}
.labsor h2 {
	font-weight: normal;
	color: #ffcc33;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 1%;
}
.labsor ul {
  font-weight: normal;
  font-size: 10pt;
	line-height: 24pt;
	list-style-type: none;
}
.labdoboz {
  border-left: 1px solid #ffffff;
  width: 50%;
  float: right;
  padding-left: 10px;
}
.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;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.labdoboz button {
  margin: 1%;
	background-color: rgba(255,255,255,  0.5);
	border: none;
  padding: 8px 12px;
  width: 55%;
  float: right;
	cursor: pointer;
	font-size: 24px;
}
.labdoboz button:hover {
	background-color: orange;
	color: white;
}
.labtel {
	display: block;
	padding-right: 8px;
	float: left;
}
.labikon {
	border-right: 0px solid #fff;
	font-size: 14pt;
	padding: 8px;
	box-sizing: border-box;
	color: #fff;
	margin: 22px 10px 12px 0px;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	opacity: 0.5;
}
.tel {
	border-right: 0px solid #fff;
	font-size: 12pt;
	padding: 8px;
	box-sizing: border-box;
	color: #fff;
	margin: 22px 10px 12px 0px;
	width: 180px;
	height: 30px;
	float: left;
	text-align: center;
	opacity: 0.8;
}
.dupla {
  width: 60px;
}
.tel:hover ,.labikon:hover {
opacity: 1;
}
.jobbra {
	float: right;
}
.attetszo {
  opacity: 0.5;
}
.pad8 {
	padding: 18px;
	box-sizing: border-box;
}
.fel30 {
	margin-top: -30px;
}
.lablogo {
  margin: 8px auto;
  text-align: center;
  width: 120px;
}

.refalap {
	width: 46%;
	float: left;
	border-top: 1px solid var(--main-masodik-szin);
	display: table;
	margin: 2%;	
}
.refalap h1{
	font-size: 16pt;
	margin: 8px 0px 0px 0px;
	text-align: center;
}
.refalap h2{
	font-size: 10pt;
	text-align: center;
	margin: 1px;
}
.reffokep {
	max-width: 90%;
	max-height: 280px;
  margin: 10px auto  20px auto ;
	text-align: center;
	display:block;
}
.lezar {
	width: 100%;
	clear: both;
}