/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1 h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*	clear: both; */
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* End Reset
-------------------------------------------------------------- */

::selection {color:#fff;background:#0bafe2;}
::-moz-selection {color:#fff;background:#0bafe2;} 

a {
	color:#0bafe2;
	text-decoration:none;
}

a:hover, 
a:focus {
	text-decoration:underline;
}

a img {
	border:none;
}


.hideit {
	display:none;
}

body {
	background-color:#fff;
	color: #000;
	font-family:'tolvaly', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size:1rem;
	line-height:1.3;
}

#wrapper {
	margin:0 auto 20px auto;
	margin:0 auto 1.42857rem;
	max-width:900px;
	padding:0;
}

#header,
#main,
#footer {
	clear:both;
	display:block;
	max-width:900px;
	max-width:64.285714285rem;
	overflow: hidden;
	width:100%;
}

/* header */
#header {
	background:url('img/header_bg.jpg') no-repeat top left #9C9EA3;
	color: #fff;
	height:120px;
	padding:0;
	position:relative;
	text-align: center;
	top: 0;
}

	#header h1{
		font-size:24px;
		margin:25px 15% 0;
		width:70%;
	}
	#header h2{
		font-size:18px;
		margin:0 15%;
		width:70%;
	}

	#header h1 a, #header h2 a{
		color:#fff;
		text-decoration:none;
	}

	#header img {
		height:auto;
		width:100%;
	}
	
	small {
		color:#777;
		display:block;
		font-size:10px;
		font-size:0.714285714rem; 
		line-height: 1;		
	}
	
	
ul.menu {
	background-color:#0bafe2;
	border-color:#fff;
	border-style:double;
	border-width: 4px 0 0;
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
}

	ul.menu li {
		display:inline-block;
		font-weight:500;
		line-height:25px;
		line-height:1.785714285rem;
		margin:0;
		padding:5px 0;
		padding:0.357142857rem 0;
		text-align:center;
		text-transform:uppercase;
		width:24%;
	}


	ul.menu li a {
		color:#fff !important;
		font-weight:500;
		text-decoration:none;
	}
 
	ul.menu li a:hover,
	ul.menu li.current a {
		font-weight:700;
		text-decoration:none;
	}
	
	ul.lang_select {
		 list-style: outside none none;
		 margin: 0;
		 position:absolute;
		 right:8px;
		 text-align: right;
		 top:0px;
	}
		ul.lang_select li {
			 display: inline;
			 font-size: 12px;
			 font-weight: 500;
			 line-height: 14px;
			 margin: 0;
			 text-transform: lowercase;
		}	
	
			ul.lang_select li a{
				color:#fff;
			}	
		
 
/* main */
#main {
	margin:25px 0;
	margin:1.785714285rem 0;
}	
	
	#content {
		margin:0;
		width:100%;
	}	
		
		#content  p{
			margin:0 0 15px;
			margin:0 0 1.071428571rem;
			text-align:justify;
		}
		
		#content.bio p{
			text-align:left;
		}
		
		#content  a{
			font-weight:700;
		}
		
		#content strong a{
			font-weight:600;
		}
		
		
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%; 
		height: 0; 
		max-width: 100%; 
		overflow: hidden; 
		height: auto; 
		margin:25px 0;
	} 

	.embed-container iframe, 
	.embed-container object, 
	.embed-container embed { 
		height: 100%; 
		left: 0; 
		position: absolute; 
		top: 0; 
		width: 100%; 
	}
		

/* eletrajz */		
img.alignleft {
	float:left;
	height:auto;
	margin:0 0 15px 15px;
	max-width:400px;
	width:50%;
}

img.alignright {
	border:1px solid #999;
	float:right;
	height:auto;
	margin:0 0 15px 15px;
	max-width:400px;
	padding:1%;
	width:48%;
}



/* galeria */		
	ul.gallery {
		text-align:center;
		width:100%;
	}

		ul.gallery li {
			display: inline-block;
			margin: 0 2% 5%;
			text-align:center;
			width: 20%;
		}

		
			ul.gallery li img{
				height:auto;
				max-width:160px;
				width:100%;
			}

			ul.gallery li img:hover{
				opacity:0.85;
				filter:alpha(opacity=85);
				transition: all 0.2s linear 0s;
			}

		
/* cikkek */		
	ul.cikkek {
		list-style: square outside none;
		padding: 0 0 0 28px;
		padding: 0 0 0 2rem;
		width: 100%;
	}

		ul.cikkek li {
			margin: 0 0 7px 0;
			margin: 0 0 0.5rem 0;
		}

		ul.cikkek li a{
			font-weight:500 !important;
		}

/* informacio */

	p.info {
		color:#666;
		font-size:12px;
		font-size:0.857142857rem;
		font-weight:500;
	}

		

		
#footer {
	border-top: 1px solid #aaa;
	margin:25px 0;
	margin:1.785714285rem 0;
	padding:15px 0 0;
	padding: 1.071428571rem 0 0;
	text-align:center;
}	

	#footer img.sponsors{
		max-width:596px;
		height:auto;
		width:100%;
	}	


	.footer_info{
		margin:10px 5%;
		width:90%;
	}	

		.footer_info .ludwig_logo {
			display: table-cell;
			min-width: 95px;
			text-align: left;
			vertical-align:middle;
			width: 10%;
		}	
		
		
		.footer_info .ludwig_info {
			color: #666666;
			display: table-cell;
			font-family: Arial,helvetica,sans-serif;
			font-size: 0.642857rem;
			font-weight: normal;
			line-height: 0.857143rem;
			text-align: left;
			vertical-align: middle;
			width: 90%;
	 }	

@media all and (max-width: 930px) {
	#wrapper {
		margin:10px auto;
		margin:0.714285714rem auto;
		padding:0 10px;
		padding:0 0.714285714rem;
	}
}	 
		
		
		
@media all and (max-width: 480px) {

	#header h1{
		font-size:18px;
		margin:25px 15% 0;
		width:70%;
	}
	#header h2{
		font-size:12px;
		margin:0 15%;
		width:70%;
	}



	ul.menu li {
		font-size:13px;
		font-size:0.928571428rem;
		margin:0 2%;
	}

	ul.menu li.first {
		margin:0 2% 0 0;
	}

	ul.menu li.last {
		margin:0 0 0 2%;
	}
	
}
		