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

h2, h3 {
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}
*/

body {
	font-family: "Roboto Slab", sans-serif;
	font-size: 19px;
	line-height: 27px;
	font-weight: 300;
}

strong {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-size: 18px;
	*text-transform: uppercase;
	*color: #c4b3a3;
}

h1
{
	font-family:"Titillium Web";
	font-weight: 900;
	font-size: 65px;
	line-height: 74px;
	//color: #f6be56;
	color: #333333;
	text-transform: uppercase;
	padding-top: 50px;
	margin-left: 70px;
}

#Start h1 {
	margin-left: initial;
	padding-top: 0px;
}

h2
{
	font-family: "Titillium Web";
	font-size: 50px;
	color: #ffffff;
	font-weight: 900;
	display: table;
	padding: 20px 40px 20px 40px;
	background: #333333;
	border-left: 40px solid #ffffff;
	text-transform: uppercase;
}

h3
{
	font-family:"Titillium Web";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	background: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0;
	display: table;
	margin-top: 40px;
	margin-bottom: 20px;
	*border-radius: 10px 0px 0px 10px
	}
	
.mod_newslist h3 {
	background: #000000;
	color: #FFFFFF;
}

h4
{
	font-family:"Roboto Slab";
	font-weight: 200;
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	background: #f1f1f1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0;
	display: table;
	margin-bottom: 20px;
	margin-top: 40px;
}	
h5
{
	font-family:"Titillium Web";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	background: #C3B3A5;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0;
	display: table;
	margin-bottom: 20px;
	margin-top: 40px;
}	

.mobile_menu h2, .mobile_menu h2 a {
	font-size: 30px;
	line-height: 40px;
}