@font-face {
  font-family: Karbon;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Karbon-Regular.eot");
  src: url("../fonts/Karbon-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karbon-Regular.svg#Karbon-Regular") format("svg"),
    url("../fonts/Karbon-Regular.ttf") format("truetype"),
    url("../fonts/Karbon-Regular.woff") format("woff"),
    url("../fonts/Karbon-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Karbon-Bold;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Karbon-Bold.eot");
  src: url("../fonts/Karbon-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karbon-Bold.svg#Karbon-Bold") format("svg"),
    url("../fonts/Karbon-Bold.ttf") format("truetype"),
    url("../fonts/Karbon-Bold.woff") format("woff"),
    url("../fonts/Karbon-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Karbon-Light;
  font-style: normal;
  font-weight: light;
  src: url("../fonts/Karbon-Light.eot");
  src: url("../fonts/Karbon-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karbon-Light.svg#Karbon-Light") format("svg"),
    url("../fonts/Karbon-Light.ttf") format("truetype"),
    url("../fonts/Karbon-Light.woff") format("woff"),
    url("../fonts/Karbon-Light.woff2") format("woff2");
}
@font-face {
  font-family: Karbon-Medium;
  font-style: normal;
  font-weight: medium;
  src: url("../fonts/Karbon-Medium.eot");
  src: url("../fonts/Karbon-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karbon-Medium.svg#Karbon-Medium") format("svg"),
    url("../fonts/Karbon-Medium.ttf") format("truetype"),
    url("../fonts/Karbon-Medium.woff") format("woff"),
    url("../fonts/Karbon-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Karbon-Regular";
  font-style: normal;
  font-weight: medium;
  src: url("../fonts/Karbon-Regular.eot");
  src: url("../fonts/Karbon-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karbon-Regular.svg#Karbon-Medium") format("svg"),
    url("../fonts/Karbon-Regular.ttf") format("truetype"),
    url("../fonts/Karbon-Regular.woff") format("woff"),
    url("../fonts/Karbon-Regular.woff2") format("woff2");
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
body {
  background-color: #fff;
  height: auto;
  outline: 0 !important;
  padding: 0px;
  margin: 0px;
  font-family: "Karbon-Regular", serif !important;
  color: #333;
}
::-webkit-scrollbar {
  width: 0.5vw;
  z-index: 100;
}
::-webkit-scrollbar-track {
  background: #ccc;
  opacity: 0;
  z-index: 100;
}
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  opacity: 0.1 !important;
  z-index: 100;
}
::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
  z-index: 100;
}
html,
input,
textarea,
button,
input[type="checkbox"] {
  outline: 0 !important;
}
strong {
  font-family: "Karbon-Bold", serif !important;
}
em
{
  font-family: "Karbon-Light", serif !important;	
  font-size: 2vw;
  line-height: 4vw;
}
a
{
	text-decoration: none;
	color: inherit;
}
i
{
	font-family:  FontAwesome !important;
	font-style: normal;
}
#menu
{
	font-family: 'Karbon-Medium', serif !important;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 4vw;
	line-height: 4vw;
	background: #fff;
	box-shadow: 0px 0px 2px #ddd;
	z-index: 100000;
	text-align: center;
}
nav {
	z-index: 1010;
	width: auto;
	text-align: center;
	line-height: 4vw;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;	
	height: 4vw;
	font-size: 1.5vw;
	display: inline-block;
}
	nav ul {
		padding: 0px;
		margin: 0px;
		height: 4vw;
	}
	nav li {
		display: inline-block;
		padding: 0px 1vw;
		cursor: pointer;
		margin-top: -2vw;
	}
	#menuit, #logo_menu
	{
		position: relative;
		height: auto;
		overflow: hidden;
		width: auto;
		display: inline-block;
	}
	#logo_menu img
	{
		height: 3vw;
		border: 0px solid #fff;
		margin: 0.5vw 1vw;
	}	
	nav a {
		color: #333333;
		text-align: center;
		text-decoration: none;
		padding: 0px; 
		cursor: pointer;
		border-top: 0.6vw solid #fff;		
	}
	.active_menu
	{
		color: #859a29 !important;
	}

	nav li:hover, nav a:hover, nav li:active, nav .active {
		color: #4f6f83;
		
	}
	nav a#pull {
		display: none;
		z-index: 200000;
	}



#loading
{
	position: fixed;
	z-index: 2000000;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: #859a29;
	overflow: hidden;
}
	#loading img
	{
		width: 40vw;
		height: auto;
		margin: auto 30vw;
		position: absolute;
		top: 0;
		bottom: 0;
	}
#content
{
	width: 100%;
	padding: 1vw;
	margin-top: 5vw;
	height: auto;
	box-sizing: border-box;
}
p
{
		font-size: 1.3vw;
		line-height: 2.3vw;
		text-align: justify;
		box-sizing: border-box;
		padding: 0px 2vw;
}

h1
{
	font-size: 4vw !important;
	line-height: 4vw;
	margin: 0px;
	padding: 0px 2vw;
	text-transform: uppercase;
}
#content img
{
	float: right;
	width: 20%;
	margin: 2vw 0px 1vw 2vw;
	box-shadow: 0px 0px 3px #aaa;
}
.desktop
{
	display: inline;
}
.mobile
{
	display: none;
}
.cards div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-auto-flow: column;
  margin: 0px;
  break-inside: avoid;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 0.5vw;
}
.velemeny
{
	width: 96%;
	margin: 2vw 2%;
	background: #fff;
	height: auto;
	font-size: 2vw;
	line-height: 3vw;
	box-shadow: 0px 0px 5px #aaa;
	padding: 2vw 4vw;
	box-sizing: border-box;
}
.velemeny i
{
	float: right;
	color: #859a29;
}
.velemeny em
{
	font-size: 2vw;
	line-height: 3vw;	
}
.cards div img
{
  width: 100% !important;
  margin: 0px !important;
}
.cards {
  column-count: 5;
  column-gap: 0.5vw;
}
#footer
{
	width: 100%;
	height: auto;
	background: #35250c;
	color: #fff;
	text-align: right;
	padding: 1vw 4vw 1vw 0px;
	font-size: 1.5vw;
	line-height: 4vw;
	box-sizing: border-box;
}
#footer img
{
	float: left;
	height: 15vw;
	margin-top: 3vw;
}
#footer strong
{
	font-size: 3vw;
}
#hashtag
{
	font-family: "Karbon-Light";
	font-size: 2vw;
}
#footer i
{
	font-size: 3vw;
	text-transform: normal;
}
.szolgaltatas
{
	width: 96%; 
	margin: 4vw 2% 0px 2%;
	background: #fff;
	height: auto;
	font-size: 3vw;
	line-height: 6vw;
	box-shadow: 0px 0px 5px #aaa;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
	.szkep
	{
		position: absolute;
		width: 25%;
		height: 100%;
		top: 0px;
		right: 0px;		
		text-align: center;
		overflow: hidden;
	}
	.szkep img
	{
		height: 100%;
		width: auto !important;
		margin: 0px !important;
		box-shadow: 0px;
	}
	.sztext
	{
		font-family: 'Karbon-Light', sans-serif !important;
		width: 70%;
		height: auto;
		margin: 2%;
		padding: 1vw 0px;	
		text-transform: uppercase;		
	}
	.sztext button
	{
		padding: 1vw 2vw;
		font-size: 1.5vw;
		border: 0px solid #fff;
		font-family: 'Karbon-Light', sans-serif !important;
		background: #859a29;
		color: #fff;
	}
	.brown
	{
		background: #35250c !important;
	}
.szdetails
{
	background: #efefef;
	width: 90%; 
	margin: -2vw 5% 0px 5%;
	height: auto;
	font-size: 1.5vw;
	font-family: 'Karbon-Light', sans-serif !important;
	line-height: 2.5vw;
	padding: 3vw 2vw 2vw 2vw;
	box-sizing: border-box;
	position: relative;	
	display: none;
	z-index: 1;
}
.centeri
{
	text-align: center !important;
	font-size: 2vw;
	line-height: 3.5vw;
}
	
input
{
	font-family: 'Karbon-Regular', sans-serif !important;
	background: #ffffff;
	text-align: center;
	color: #333;
	outline: none !important;
	border: 0px solid #ffffff;
	border-bottom: 1px solid #aaa;
	width: 90%;
	height: 4vw;
	font-size: 1.5vw !important;
	border-radius: 0px !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

/* Dropdown Button */
.dropbtn {
	font-family: 'Karbon-Regular', sans-serif !important;
	background: #ffffff;
	color: #333;
	outline: none !important;
	border: 0px solid #ffffff;
	border-bottom: 1px solid #aaa;
	width: 90%;
	height: 4vw;
	font-size: 1.5vw;
	cursor: pointer;
}
.dropbtntext
{
  color: #aaa;	
}
.fa{
	float: right;
}
.dropdown-content {
	display: inline-block;
	background-color: #ffffff;
	color: #333;
	width: 90%;
	line-height: 4vw;
	font-size: 1.5vw;
	display: none;
}
.dropdown-item
{
	width: 100% !important;
	cursor: pointer;
	color: #333;
	height: 4vw;
	border-bottom: 1px solid #dddddd;
}

.submit {
	font-family: 'Karbon-Regular', sans-serif !important;
	background-color: #859a29;
	color: #ffffff;
	outline: none !important;
	border: 0px solid #ffffff;
	width: 70%;
	height: 4vw;
	font-size: 1.5vw;
	cursor: pointer;
	font-weight: 700;
}	
textarea{
	line-height: 2vw;
    font-size: 1.5vw !important;
	font-family: "Karbon-light", serif !important;
	width: 90%;
	height: 12vw;
	border: 1px solid #aaa;
	padding: 1vw;
	box-sizing: border-box;
	 resize: none;
}
#errormsg
{
	position: fixed;
	background: #a92d2d;
	width: 90%;
	height: 5vw;
	line-height: 5vw;
	font-size: 2.5vw;
	color: #ffffff;
	z-index: 1000000;
	top: -5vw;
	left: 5%;
	border-radius: 0px 0px 2vw 2vw;
	text-align: center;
}
@media screen and (max-width: 800px) {
#menu
{
	height: auto;
}
#logo_menu
{
	display: none;
}
#menuit{
	width: 100%;
}
 nav {
  		height: auto;	
		border-bottom: 0;
		z-index: 10;	
		top: 0px;
		width: 100%;
		padding: 0px;
		line-height: 50px;
		position: relative;
		margin: 0px 0px 0px 0px;
		border: 0px solid #eee;
		font-size: 16px;
		width: 100%;
	}
	nav ul {
  		width: 100%;
		display: none;
		height: auto;
		background: #fff;
	}
	nav li
	{
		padding: 0px;
		background: #fff;
		line-height: 40px;
		height: 40px;
		margin: 0px;
		width: 100%;
		border-bottom: 1px solid #eee;
	}	
	nav li a {
		
		padding: 8px 0px;
		margin: 0px;
		
	}
	.menuitem
	{
		width: 100%;
	}
  	nav a {
	  	text-align: center;
	  	width: 100%;
		line-height: 40px;	
		height: 40px;
		color: #333;
		border-top: 0vw solid #fff;	
  	}

	nav a#pull {
		height: 50px;
		font-size: 24px;
		display: block;
		width: 100%;
		position: relative;
		background: #fff;
		margin: 0px; padding: 0px 0px;
		z-index: 200000;	
	}
	nav li {
		float: none;
		width: 100%;
  		position: relative;	
		padding: 0px;
		
	}	
	nav a#pull:after {
		width: 40px;
		height: 40px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 15px;
		font-size: 24px;	
		z-index: 200000;	
		text-align: right;		
	}
	nav li:hover, nav li:active, nav .active, nav .active a, nav a:hover
	{
		background: #eee;
		color: #333 !important;
	}
	nav a#pull img
	{
		height: 100%;
	}
	nav a#pull i
	{
		position: absolute;
		right: 4vw;
		top: 5px;
		height: 40px;
		line-height: 40px;
		color: #859a29;
		text-shadow: 0px 0px 2px #aaa;
	}
	
	.active_menu
	{
		border-bottom: 0px solid #eee;
	}
	
	#content
	{
		width: 100%;
		padding: 1vw;
		margin-top: 70px;
		height: auto;
		box-sizing: border-box;
	}
		p
		{
				font-size: 16px;
				line-height: 24px;
				padding: 0px 4vw;
		}
		h1
		{
			font-size: 32px !important;
			line-height: 40px;
			margin: 0px;
			padding: 0px 2vw;
			text-transform: uppercase;
			text-align: center;
		}
		em
		{
				font-size: 16px;
				line-height: 24px;
		}		
		#content img
		{
			float: none;
			width: 100%;
			margin: 2vw 0px 4vw 0px;
			box-shadow: 0px 0px 3px #aaa;
		}
		.desktop
		{
			display: none;
		}
		.mobile
		{
			display: inline;
		}
		.velemeny
		{
			width: 92%;
			margin: 6vw 4%;
			font-size: 4vw;
			line-height: 8vw;
		}
		.velemeny i
		{
			float: right;
			color: #859a29;
			font-size: 8vw;
		}
		.velemeny em
		{
			font-size: 4vw;
			line-height: 8vw;	
		}		
		
.szolgaltatas
{
	width: 90%;
	margin: 4vw 5%;
	font-size: 6vw;
	line-height: 8vw;
	box-shadow: 0px 0px 5px #aaa;
}
	.szkep
	{
		position: relative;
		width: 100%;
		height: 50vw;
		top: 0px;
		left: 0px;		
	}
	.szkep img
	{
		height: auto;
		width: 100% !important;
	}
	.sztext
	{
		width: 90%;
		height: auto;
		margin: 0px 5% 5vw 5%;
	}		
		
		
	.cards div {
	  margin: 0;
	  display: grid;
	  grid-template-rows: 1fr auto;
	  grid-auto-flow: column;
	  margin: 0px;
	  break-inside: avoid;
	  box-sizing: border-box;
	  padding: 0px;
	  margin-bottom: 0.5vw;
	}
	.cards div img
	{
	  width: 100% !important;
	  margin: 0px;
	}
	.cards {
	  column-count: 3;
	  column-gap: 0.5vw;
	}	
	#footer
	{
		text-align: center;
		padding: 4vw;
		font-size: 5vw;
		line-height: 15vw;
	}
	#footer img
	{
		float: none;
		height: auto;
		margin: 2vw 0px;
		width: 100%;
	}
	#footer strong
	{
		font-size: 8vw;
	}
	#hashtag
	{
		font-size: 6vw;
	}
	#footer i
	{
		font-size: 12vw;
	}	
input
{
	height: 10vw;
	font-size: 4vw !important;
}
.dropbtn {
	height: 10vw;
	font-size: 4vw;
}
.dropdown-content {
	line-height: 10vw;
	font-size: 4vw;
}
.dropdown-item
{
	height: 10vw;
}

.submit {
	width: 100%;
	height: 12vw;
	font-size: 5vw;
}	
textarea{
	line-height: 6vw;
    font-size: 4vw !important;
	width: 90%;
	height: 40vw;
	padding: 3vw;
}	
.centeri
{
	text-align: center !important;
	font-size: 4vw;
	line-height: 6vw;
}
}