/*
Theme Name: Wordpress Responsive 2015
Author: VAN ARBA GmbH
Author URI: http://www.vanarba.com
Version: 1.0
*/

html {
	-webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Titillium Web', sans-serif!important;
}

#header {
	padding: 40px 0;
	background-color: #FFF;
}

#footer {
	padding: 80px 0;
	background-color: #333;	
	color: #FFF;
	text-align: right;
	font-size: 0.8em;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

.cover-picture-container {
	position: relative;
	min-height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	border-bottom: 10px solid #CCC;
}

.cover-picture-container::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 60%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
}

.cover-picture {
	width: 100%;	
}

.cover-picture-overlay {
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	color: #FFF;
	padding: 40px 0;
}

#page-title {
	font-size: 3em;
	font-weight: 700;
}

.article {
	border-bottom: 1px solid #CCC;
	padding-bottom: 40px;
}

.article:last-child {
	border-bottom: none;
}

.article header h1 {
	font-size: 2.5em;
	font-weight: 300;
	color: #0C6D95;
}

.article p {
	font-size: 1em;
}

#header-bar {
	background-color: #0C6D95;
	border-bottom: 4px solid #FFF;
	padding: 20px 0;	
}

#logo {
	width: 60px;
	height: auto;	
}

#main-nav ul {
	margin: 0 -20px;
	padding: 0;
}

#main-nav ul li {
	display: block;
	float: left;
}

#main-nav ul li a {
	display: block;
	line-height: 60px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 0 20px;
	transition: all 0.1s;
	border-radius: 4px;
}

#main-nav ul li a:hover {
	color: #0C6D95;
	background-color: #FFF;
}

.no-border {
	border: none;	
}

.article h2 {
	margin-top: 40px;
	color: 	#0C6D95;
}

.article img {
	height: auto;	
}

.article ul li {
	display: list-item;
}