/* -----------------------------------------------------------------------

Copyright (c) Balogh Roland, Minden jog fenntartva
Szerző: Balogh Roland -- http://www.rolandbalogh.com
Verzió: 1.0
   
----------------------------------------------------------------------- */

/*------------------------------------ RESET ------------------------------------*/

@font-face {
    font-family: 'LeituraNewsRoman2';
    src: url('type/leituranews-roman_2-webfont.eot?') format('eot'),
         url('type/leituranews-roman_2-webfont.woff') format('woff'),
         url('type/leituranews-roman_2-webfont.ttf') format('truetype'),
         url('type/leituranews-roman_2-webfont.svg#webfont6unXUzrt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeituraSansGrot1';
    src: url('type/leiturasans-grot_1-webfont.eot?') format('eot'),
         url('type/leiturasans-grot_1-webfont.woff') format('woff'),
         url('type/leiturasans-grot_1-webfont.ttf') format('truetype'),
         url('type/leiturasans-grot_1-webfont.svg#webfontpR0yiWiG') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeituraSansGrot2';
    src: url('type/leiturasans-grot_2-webfont.eot?') format('eot'),
         url('type/leiturasans-grot_2-webfont.woff') format('woff'),
         url('type/leiturasans-grot_2-webfont.ttf') format('truetype'),
         url('type/leiturasans-grot_2-webfont.svg#webfont8R9thgg8') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeituraSansGrot3';
    src: url('type/leiturasans-grot_3-webfont.eot?') format('eot'),
         url('type/leiturasans-grot_3-webfont.woff') format('woff'),
         url('type/leiturasans-grot_3-webfont.ttf') format('truetype'),
         url('type/leiturasans-grot_3-webfont.svg#webfontbXzV5dro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeituraSansGrot4';
    src: url('type/leiturasans-grot_4-webfont.eot?') format('eot'),
         url('type/leiturasans-grot_4-webfont.woff') format('woff'),
         url('type/leiturasans-grot_4-webfont.ttf') format('truetype'),
         url('type/leiturasans-grot_4-webfont.svg#webfontL11uNg4K') format('svg');
    font-weight: normal;
    font-style: normal;

}	

body {
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
	font-size: 15px;
	color: #6e6e6e;
	font-weight: normal !important;
}

p { margin: 0 0 10px 0; }
a { color: #007cbe; text-decoration: none; }
a:hover { color: #007cbe; text-decoration: underline; }

.textAlignCenter {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#content_container h1,
.landingPage h1 {
	margin: 0 0 5px 0;
	font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
	font-size: 24px;
	color: #de5c00;
}

.landingPage h1.biggerHeadline {
	font-size: 32px;
}

.landingPage h1 {
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
}

#content_container h2,
.landingPage h2 {
	margin: 0 0 10px 0;
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
	font-size: 20px;
	color: black;
}

#content_container h2 a:hover,
.landingPage h2 a:hover {
	text-decoration: underline;
	color: #007cbe;
}

#content_container h3,
.landingPage h3 {
	margin: 0 0 10px 0;
	font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
	font-size: 16px;
	color: #6e6e6e;
}

.landingPage h3 {
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
}

#content_container h4,
.landingPage h4 {
	margin: 0 0 10px 0;
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
	font-size: 20px;
	color: #de5c00;
}

.landingPage h4 {
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
}

.titulus {
	display: block;
	margin: -5px 0 10px 0;
}

.orange {
	color: #de5c00;
}

@media only screen and (max-width: 640px) {
	#content_container h1,
	.landingPage h1 {
		font-size: 20px;
	}
	
	.landingPage h1.biggerHeadline {
		font-size: 26px;
	}
	
	#content_container h2,
	.landingPage h2 {
		font-size: 18px;
	}
	
	#content_container h4,
	.landingPage h4 {
		font-size: 18px;
	}
}
