html {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}
.clear {
	clear: both;
}

div.menu_gomb {
	position: fixed;
	z-index: 1000;
	top: 1rem;
	right: 1rem;

	width: 45px;
	height: 39px;
	padding: 2px 7px;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;

	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
div.menu_gomb div {
	height: 5px;
	margin: 5px 0;
	border-radius: 1px;
}

nav.menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 80vw;
	height: 100vh;
	margin: 0 -80vw 0 0;
	padding: 0 1rem;
	box-sizing: border-box;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
nav.menu::-webkit-scrollbar {
	display: none;
}
nav.menu ul {
	margin: 0;
	padding: 0;
    list-style: none;
}
nav.menu ul li {
	padding: 1rem 0;
	border-bottom: solid 1px #fff;
}
nav.menu ul li:last-child {
	border-bottom: none 0;
}
nav.menu ul li a {
	text-decoration: none;
}
nav.menu ul li a:hover {
	text-decoration: underline;
}

div.logo {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
header.fejlec {
	padding: 1rem;
	background-repeat: repeat-y;
    background-position: center;
    background-size: 200%;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
header.fejlec h1 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
	font-weight: normal;
}
header.fejlec h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
}

section.tartalom, section.lablec {
	z-index: 999;
	margin: 0 auto;
	padding: 1rem;
	background-color: #fff;
    overflow: hidden;
	overflow-wrap: break-word;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
section.tartalom img {
	max-width: 100% !important;
	height: auto;
}
section.tartalom table {
	width: auto !important;
}
section.tartalom iframe {
	max-width: 100% !important;
}

.nyitva {
    -webkit-transform: translate3d(-80vw, 0, 0);
    -moz-transform: translate3d(-80vw, 0, 0);
    -o-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

.kategoria-doboz .fejlec {
	font-size: 1.5rem;
}
.kategoria-doboz .leiras {
	font-size: 1rem;
}
.kategoria-doboz .url {
	font-size: 1rem;
}
.kategoria-doboz .ures {
	font-size: 1.5rem;
}
.kategoria-doboz .lapozas {
	font-size: 1.5rem;
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 12px;
	}
}
@media screen and (max-width: 980px) {
	html {
		font-size: 12px;
	}
}
@media screen and (max-width: 736px) {
	html {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	html {
		font-size: 18px;
	}
}