.kepala{
	width: 25%;
	margin: auto;
	text-align: center;
	font-size: 11pt;
	margin: 5px auto;
	background-color: rgba(234,224,197,0.90);
}

@media (max-width: 600px){
.kepala{
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 11pt;
	margin: 5px auto;
	background-color: rgba(234,224,197,0.90);
	}
}

.kincs{
	width: 157px;
	background-color: rgba(234,224,197,0.90);
	margin: auto;
}

body {
	background: #eae0c5;
	font-family: Century;
	text-align:center;
}


p 	{
	color:#69131C;
	font-size: 15pt;
	font-weight: bold;
	font-family: Century;
	position:static;
	margin-top:10px; 
	margin-bottom:10px;
	text-align: justify;
	margin:20px 10px; 
	}

h1 	{
	color:#69131C;
	font-size: 35pt;
	font-family: Century;
	position: static;
	margin:20px 10px; 
	}

h3 	{
	color:#69131C;
	text-align: center;
	font-size: 25pt;
	font-family: Century;
	position: static;
	margin:20px 10px; 
	}

h4 	{
	color:#69131C;
	font-size: 20pt;
	font-family: Century;
	position: static;
	margin-top:10px; 
	margin-bottom:10px; 
	text-align:left;
	margin:20px 10px; 
	}

h5 	{
	color:#69131C;
	font-size: 20pt;
	font-family: Century;
	position: static;
	margin-top:10px; 
	margin-bottom:10px; 
	text-align: justify;
	margin:20px 10px; 
	}

h6 	{
	color:#69131C;
	font-size: 15pt;
	font-family: Century;
	position: static;
	margin-top:10px; 
	margin-bottom:10px; 
	text-align:center;
	}

h2 	{
	color:#69131C;
	font-size: 13pt;
	font-weight: bolder;
	font-family: Century;
	position: static;
	margin:20px;
	}

a 	{
	color:#69131C;
	font-size: 18pt;
	font-weight: bold;
	font-family: Century;
	position: static;
	margin-top:20px; 
	margin-bottom:20px;
	}

.logo 	{
	background-color: transparent;
}


/* Menühöz*/

.hidden{display:none}
.menu
	{font-family:Century;
	text-align:center;
	text-transform:uppercase;
	background-color: rgba(234,224,197,0.90);
}
.menu_items
	{width:100%;
	max-width:90rem;
	margin:0em;
	list-style-type:none}
@media (max-width: 500px)
	{.menu_items
		{box-sizing:border-box;
		width:100%;
		margin:0 auto;
		padding:0em}}
	.menu_item{display:inline-block}
	.menu_item-current{background-color:transparent}
@media (max-width: 500px)
	{.menu_item{display:block}}
	.menu_link{box-sizing:border-box;
		display:inline-block;
		padding-left:1em;
		padding-right:1em;
		color:#69131C;
		font-weight:bolder;
		text-decoration:none}
	.menu_link-current{color:#69131C}
	.menu_link:hover{color:#fff}
@media (max-width: 500px)
	{.menu_link{width:100%}}
	.menu_buttonWrapper{display:none}
	.menu_buttonWrapper:after
		{content:'';
		display:table;
		clear:auto}
@media (max-width: 500px)
	{.menu_buttonWrapper
		{display:block;
		padding:0.25em;
		margin-bottom:0.5em;
		color:#9d9d9d;
		border-bottom:0.125rem solid #101010;
		-webkit-box-shadow:0 0.125rem 0 rgba(255,255,255,0.1);
		box-shadow:0 0.125rem 0 rgba(255,255,255,0.1)}}
	.menu_button
		{box-sizing:border-box;
		float:center;
		display:flex;
		align-items:center;
		padding:.5em 1em;
		color:#fff;
		background-color:#69131C;
		border-radius:.5rem;
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-khtml-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none}
	.menu_button:hover{cursor:pointer}
	.menu_text
		{display:inline-block;
		margin-right:0.5em;
		line-height:0.5em}
	.menu_hamburger
		{width:15px;
		height:15px;
		fill:#fff}


