

/*** HTML ***/
*{
	box-sizing: border-box;
}

body, html{
	font-size: 16px;
	font-family: Arial;
	color: #383838;
}

a, 
a:visited, 
a:focus{
	color: #000;
	text-decoration: none;
}
p{
	line-height: 24px;
}

/*** HELPER ***/
.clear{
	clear: both;
}
.container{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}


/**** HEADLINES ***/
.headline-1{
	font-size: 24px;
	margin: 40px 0 15px 0;
	text-transform: uppercase;
}




/*** HEADER ***/
.header-fixed{
	height: 100px;	
}
#header{	
	height: 100px;
	background: #ccc;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
#header-logo{
	width: 160px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
}

#header-logo img{
	width: 100%;
}

#header-mainnav{
	float: right;
}

#header-mainnav ul li{
	float: left;
	margin-right: 10px;
}

#header-mainnav ul li.current-menu-item a{
	background: #4c4c4c;
	color: #fff;
}




#header-mainnav ul li a{
	display: block;
	padding: 0 30px;
	background: #b5b5b5;
	line-height: 100px;		
}

#header{
	height: 100px;
}
#header-mainnav ul li a{
	line-height: 100px;
}



/*** FOOTER ***/
#footer{
	background: #ccc;
	padding: 30px 0 30px 0;
	margin-top: 50px;
}
#footer a, #footer{
	color: #424242;
}
#footer .col{
	float: left;
	width: 25%;
}
#footer h6{
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #797979;	
}



/*** MAINTEASER SLIDER ***/
.module-mainteaser-slider{
	margin-bottom: 100px;
}
.module-mainteaser-slider .sy-box, 
.mainteaser-slider li{
	height: 650px;
}
.mainteaser-slider li .container{
	height: 100%;
}
.mainteaser-slider-content{
	width: 500px;
	position: absolute;
	background: #fff;
	bottom: 50px;
	padding: 30px;
}
.mainteaser-slider-content h3{
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}


/*** MAINTEASER ***/
.module-mainteaser{
	height: 500px;
}
.module-mainteaser .container{
	height: 100%;
	position: relative;
}
.mainteaser-content{
	width: 500px;
	position: absolute;
	background: #fff;
	bottom: 50px;
	padding: 30px;
}
.mainteaser-content h3{
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}




/*** FOOTER - META ***/
#footer-meta{
	background: #808080;
	padding: 10px 0;
}
#footer-meta ul{
	float: right;
}
#footer-meta ul li{
	float: left;
	margin-right: 20px;
}

#footer-meta ul li:last-child{	
	margin-right: 0px;
}



#footer-meta, 
#footer-meta a{
	color: #fff;
}











