* {
	padding: 0;
	margin: 0;
}

body {
	padding-top: 60px;
}

#kulso_header {
	padding: 6px 7px;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

#header {
	width: 100%;
	font-family: "Comic Sans MS", cursive, sans-serif;
	background: transparent;
	color: white;
	height: 35px;
	padding-left:0;
	margin: 0;
	text-align: center;
}

#header li {
	padding: 5px 15px 5px 15px;
	margin-top: auto;
	margin-bottom: auto; 
	margin-right: 20px; 
}

.tartalom_header {
	display: inline-block;
	/*float: right;*/
	transition: all 0.3s ease;
}

.tartalom_header a {
	text-decoration: none;
	color: white;
	/*font-size: 25px;*/
	font-size: 1.3rem;
}

.tartalom_header a:hover {
	color: #d66913;
	text-shadow: 1px 1px 3px #d66913;
}

#gomb_header {
	display: none;
	cursor: pointer;
}


@media screen and (min-width: 901px)
{
	#logo img{
		padding: 0 100px;
		width: 200px;
	}
	#kulso_header {display: table;vertical-align:middle;}
	#logo {display: table-cell;vertical-align:middle;}
	#header {display: table-cell;vertical-align:middle;}
}

@media screen and (max-width: 900px)
{
	#logo img{
		padding: 0 20px;
		width: 100px;
	}
	#kulso_header {
		padding: 20px 0px;
		background: rgba(0, 0, 0, 0.7);
		height: 35px;
		position: fixed;
		width: 100%;
		top: 0;
		transition: 0.6s;
	}

	#kulso_header_nyit {
		padding: 6px 0px;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		width: 50%;
		height: 100vh;
		top: 0;
		z-index: 99999;
		right: 0;
		transition: 0.6s;
		/*animation: 0.6s kinyit linear;*/
	}

	#header {
		display: none;
	}

	#header_nyit {
		width: 100%;
		font-family: "Comic Sans MS", cursive, sans-serif;
		background: transparent;
		color: #4e4e4e;
		padding-left:0;
		margin: 0;
		text-align: left;
		/*animation: 1s kinyit linear;*/
	}

	#header_nyit li {
		padding: 5px 15px 5px 15px;
		margin-top: auto;
		margin-bottom: auto; 
		border-bottom: 1px solid #4e4e4e;
	}

	.tartalom_header {
		transition: all 0.3s ease;
		display: block;
		float: none;
	}

	.tartalom_header a {
		text-decoration: none;
		color: white;
	}

	.tartalom_header a:hover {
		color: #d66913;
		text-shadow: 1px 1px 3px #d66913;
	}

	#gomb_header {
		display: inline-block;
		float: right;
		height: 30px;
		width: 33px;
		margin-right: 15px;
		margin-left: auto;
		transition: 0.6s;
	}
}