#wallpaper {
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/duesseldorf_01.jpg) no-repeat top center;
	background-size: cover;
	position: fixed;
	z-index:0;
}

.site-wrapper {
}

.masthead,
.mastfoot,
.cover-container {
	width:100%;
}

.masthead {
	height: 150px;
	background:rgba(0,0,0,.5);
}

.masthead .inner {
	padding: 10px 30px;
}

#clock {
	font-size:90px;
	line-height:90px;
	text-shadow:2px 2px 8px #000;
}

#date {
	font-size:30px;
	text-shadow:2px 2px 8px #000;
}

#weather {
	text-shadow:2px 2px 8px #000;
	margin: -30px auto !important;
}

#weather ul {
	margin: -30px auto 0 20px!important;
}

.inner.cover {
	color:#404040;
	text-shadow:none;
    padding-top: 80px;
}

.inner.cover .container {
	width:100%;
	height:700px;
	overflow:hidden;
	text-align: left;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-bottom:20px solid transparent;
	box-shadow: 2px 2px 10px #000;
}

.inner.cover .breakingnews {
	width:100%;
	overflow:hidden;
	text-align: left;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-bottom:20px solid transparent;
	box-shadow: 2px 2px 10px #000;
	margin-bottom: 30px;
}
.inner.cover .breakingnews h1 {
	background-color: #404040;
	margin: 0 -15px 15px;
	padding: 15px 30px;
	color:#fff;
}

.inner.cover .container h1 {
    background-color: #404040;
    margin: 0 -15px 15px;
    padding: 15px 30px;
    color:#fff;
}

.list-group {
	margin:0;
}

.list-group-item-heading {
	font-size:26px;
	font-weight: bold;
}

.list-group-item {
	background:transparent;
	border:none;
	font-size: 26px;
}

.mastfoot {
	height:125px;
	background:rgba(255, 255, 255, 0.85);
	left:0;
	text-align: left;
	overflow: hidden;
}

.mastfoot .inner {
	padding:10px 30px;
	line-height:26px;
}

#newsfeed {
	background:transparent url(../images/logo_n-tv.png) no-repeat scroll 0 10px / 6% auto;
	color:#404040;
	padding-left:185px;
	text-shadow:none;
	height:106px;
}

#newsfeed .newsfeed-item {
	display:block;
	height:106px;
}

#newsfeed .newsfeed-item h3:before {
	content:"+++ ";
}

#newsfeed .newsfeed-item h3:after {
	content:" +++";
}

#newsfeed .newsfeed-item h3 {
	color:#82161a;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0;
	padding-top:10px;
	font-size: 23px;
}

#newsfeed .newsfeed-item p {
	font-size: 23px;
}

#foodaccordion .panel .panel-title,
#eventaccordion .panel .panel-title,
#events .list-group .panel-title {
	font-size:24px;
	font-weight: bold;
}

#foodaccordion .panel .panel-title a,
#eventaccordion .panel .panel-title a,
#events .list-group .panel-title a,
#foodaccordion .panel .panel-title a:hover,
#eventaccordion .panel .panel-title a:hover,
#events .list-group .panel-title a:hover {
	color:#404040;
}

#foodaccordion .panel .panel-body {
	font-size:26px;
	line-height: 1.1em;
}

#eventaccordion .panel .panel-body {
	font-size:24px;
	line-height: 1.2em;
}

#foodaccordion .panel .panel-body br:last-of-type {
	line-height: 0;
	display:none;
}



#events .list-group {
    margin-bottom: 20px;
    border-radius: 4px;
    margin-bottom: 0;
    list-style: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#events .list-group + .list-group {
    margin-top: 10px;
}
#events .list-group li.panel-heading {
    border-bottom: 0 none;
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    list-style: none;
}
#events .list-group li.list-group-item {
    border-top: 1px solid #ddd;
    background:#fff;
}
#events .list-group li.list-group-item:last-of-type {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#events .list-group li.list-group-item .time {
	font-weight: bold;
}