@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Open+Sans:wght@400;800&display=swap');

body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
	line-height: 22px;
    color: #ffffff;
    background: url(/elemek/bg.jpg) center center repeat-x #3b357d;
	padding: 0;
}
.content {
	overflow-x: hidden;
	padding: 30px 20px;
}
.holder {
	margin: 0 auto;
	width: 751px;
	border: 2px solid white;
}
.language {
	margin: 0 auto;
	width: 751px;
	font-size: 11px; 
	color: white;
	text-align: right;
}
.language img {
	height: 32px;
	margin: 0 0 0 5px;
}
.language img.en {
	height: 28px;
}
.content header {
	height: 97px;
	background: url(/hu/elemek/header.jpg) center top no-repeat #2E74A5;
	background-size: 100%;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.content header .logo {
	position: absolute;
	top: -57px;
	left: 20px;
}
.content header ul {
	display: flex;
	margin: 0;
	padding: 5px 15px;
	list-style: none;
	justify-content: flex-end;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 14px;
}
.content header ul li {
	margin-left: 15px;
}
.content header ul li a {
	color: white;
}
.content .main {
	padding: 20px;
	min-height: calc(100vh - 300px);
	background: url(/hu/elemek/main.jpg) center bottom no-repeat #3B7EAB;
	background-size: 100%;
}
.content .main h1 {
	font-family: 'Open Sans Condensed';
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 2px solid rgba(255,255,255,.25);
}
.content .main h2 {
	font-size: 16px;
	font-weight: 700;
	color: #F9D423;
	margin: 0 0 3px;
}
.content .main a {
	color: white;
	text-decoration: underline;
}
.copyright {
	overflow-x: hidden;
	margin: 0 auto;
	width: 751px;
	font-size: 11px; 
	color: white;
}