/* 	==============
	Headline Responsive
	============== */
@media screen and (max-device-width: 330px){
	.newsentry .headline a, .title{
		font-size: 16px !important;
	}
}
@media screen and (min-device-width: 331px) and (max-device-width: 350px){
	.newsentry .headline a, .title{
		font-size: 17px !important;
	}
}
@media screen and (min-device-width: 351px) and (max-device-width: 390px){
	.newsentry .headline a, .title{
		font-size: 18px !important;
	}
}
@media screen and (min-device-width: 391px) and (max-device-width: 425px){
	.newsentry .headline a, .title{
		font-size: 20px !important;
	}
}

/* 	==============
	News Detail View
	============== */
	
#main {
	padding-top: 67px; /*bt 30.06. */
}

#news-submit {
	background: #459c45 none;
	margin-top: 8px;
}

.active {
	/*background-image: none !important;*/
	background-color: #459c45 !important;
}

.newsdetailview{
	margin: 39px 0px 10px 0px; /*bt 30.06. */
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#live-video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
#live-video-container iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.newsdetailview .image img{
	width: 100%;
	max-width: 800px;
}

.newsdetailview .source{
	color: #b1b1b1;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0 5px 0;
}


.newsdetailview .datetime {
	color: #b1b1b1;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0 5px 0;
}

.newsdetailview .imgDescription {
	
	font-size:13px;
	font-style: italic;
}

.newsdetailview .title {
	Color: black;
	font-size: 22px;
	font-weight: bold;
}

.newsdetailview .title span{
	font-weight:normal;
}

.newsdetailview .image {
	margin-top:10px;
}

.newsdetailview .leadtext {
	Color: black;
	font-size:17px;
	font-weight: bold;
	margin-top:25px;
	font-family: Georgia;
}

.newsdetailview .description {
	color: black;
	font-size:17px;
	margin-top:14px;
	font-family: Georgia;
	margin-top: 25px;
}
.newsdetailview .description a {
	color: #2b7bb9;
	text-decoration:none;
}
.newsdetailview .media {
	margin-top:12px;
	height:20px;
}

.newsdetailview .media a {
	float:left;
}

.newsdetailview a.button {
	display:block;
	width:95px;
	height:20px;
	background: transparent url('../img/controls/button_320.png');
	background-size: 95px 20px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	position:relative;
}


.newsdetailview a.button span.galleryicon {
	display:block;
	width:11px;
	height:8px;
	background: transparent url('../img/icons/gallery_320.png');
	background-size: 11px 8px;
	background-repeat:no-repeat;
	position:absolute;
	top:6px;
	left:5px;
}

.newsdetailview a.button span.audioicon {
	display:block;
	width:11px;
	height:10px;
	background: transparent url('../img/icons/audio_320.png');
	background-size: 11px 10px;
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	left:5px;
}

.newsdetailview a.button span.videoicon {
	display:block;
	width:11px;
	height:8px;
	background: transparent url('../img/icons/video_320.png');
	background-size: 11px 8px;
	background-repeat:no-repeat;
	position:absolute;
	top:6px;
	left:5px;
}

.newsdetailview a.button span.label {
	display:block;
	width:71px;
	position:absolute;
	top:3px;
	left:21px;
	text-align:center;
	font-size:11px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
}

.newsdetailview .socialmedia {
	margin-top:25px;
	height:20px;
	position:relative;
}

.newsdetailview .comments {
	position:absolute;
	left:0;
	width:120px;
	height:20px;
	font-size:13px;
}

.newsdetailview .comments span.commenticon {
	display:block;
	width:10px;
	height:8px;
	background: transparent url('../img/icons/comments_320.png');
	background-size: 10px 8px;
	background-repeat:no-repeat;
	position:absolute;
	top:6px;
	left:0;
}

.newsdetailview .comments {
	text-decoration:none;
}

.newsdetailview .comments span.label {
	display:block;
	width:100px;
	position:absolute;
	top:3px;
	left:18px;
}

.newsdetailview .social_media_buttons  {
	padding-top:5px;
    margin-left: -2px;
}


.newsdetailview .attachments{
	margin-top:7px;
	width:100%;
	min-height:30px;
	background-color:#009d3b;
	clear:both;
}

.newsdetailview .attachments a{
	display:block;
	color:inherit;
	text-decoration: none;
}

.newsdetailview .attachments a:hover{
	display:block;
}

.newsdetailview .attachments a:visited{
	display:block;
}

.newsdetailview .attachments .icon {
	float:left;
	height:inherit;
	
}

.newsdetailview .attachments .icon img{
	width: 100%;
	max-width: 35px;
}

.newsdetailview .attachments .text {
	line-height:35px;
	margin-left:35px;
	padding-left:5px;
	padding-right:5px;
	background-color: #ebebeb;
}

.newsdetailview .attachments .name {
	font-weight:bold;
}

.newsdetailview .attachments .attsource {
	font-weight:normal;
	padding-left:5px;
}

/* 	==============
	Bulletin
	============== */
	
.bulletinview{
	font-family: Georgia;
	padding-top: 20px;
}

.bulletinview a{
	text-decoration: none;
	color:#459c45;
}

.bulletinview a:active{
	text-decoration: none;
	color:#459c45;
}

.bulletinview a:hover{
	text-decoration: none;
	color:#459c45;
}

.bulletinview a:visited{
	text-decoration: none;
	color:#459c45;
}

.bulletinview ul {
	margin:0 0 20px 15px;
	padding:0;
}

.bulletinview ul li {
	margin:0 0 5px 0;
	padding:0;
}

/* 	==============
	Teletext
	============== */

.teletextview .image {
	background-color:#000;
	padding:10px 10px 3px 8px;
}
	
.teletextview .image img {
	width:300px;
}

.teletextview .subpages {
	font-family:Verdana, sans-serif;
	color:#fff;
	background-color:#000;
	padding:0 0 10px 10px;
}

.teletextview .subpages a {
	color:red;
	text-decoration:none;
	font-size:13px;
	display:inline-block;
	width:20px;
	text-align:center;
}

.teletextview .subpages a.current {
	text-decoration:underline;
	font-weight:bold;
}

.teletextview .controls {
	width:100%;
	height:37px;
	position:relative;
	overflow:hidden;
	color:#fff;
	background-color:#000;
	background-image: url("../img/backgrounds/black_320.png");
	background-size: 100% 37px;
}

.teletextview .controls input {
	color:#95989d;
	width:50px;
	height:22px;
	position:absolute;
	top:5px;
	right:10px;
	padding-left:38px;
	border-width:0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	background-image: url("../img/icons/search_320.png");
	background-size: 15px 15px;
	background-repeat:no-repeat;
	background-position:10px center;
}

/* 	==============
	News Uebersicht
	============== */

.newsborder {
	margin: 5px 0px 10px 0px;
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	/*background-color: #f6f6f6;*/
}	

.newsborder .newsentry .newsimg img {
	width: 100%;
	max-width: 800px;
	/*padding-top: 17px; /*bt 30.06. */*/
}

.newsentry{
	/*margin: 5px;*/
	padding: 2px 0;
	padding-top: 17px;
}

.newsentry .newssource  a{
	color: #b1b1b1;
	font-size: 13px;
	font-style: italic;
	margin: 0px 0 5px 0;
}

.newsentry .headline a {
	Color: black;
	font-size: 22px; /*bt 30.06. */
	font-weight: bold;
	margin-top: 0px; /*bt 30.06. */
}

.newsentry .lead  a{
	color: black;
	font-size: 17px; /*bt 30.06. */
	margin-top: 5px;
	font-family: Georgia;
}

.newsentry .newsdatum  a{
	color: #b1b1b1;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0 5px 0;
}

.newsentry .newsimg {
	margin-top: 5px;
}

.tableview table td.cell{
	border-bottom: 0px;
}

/*.tableview table.newstablecell td.thumb {
	width:98px;
	padding:8px 0 8px 0;
}

.tableview table.newstablecell td.thumb img {
	width:90px;
}

.tableview .first table.newstablecell td.thumb {
	padding-top:0;
}

.tableview .last table.newstablecell td.thumb {
	padding-bottom:0;
}

.tableview table.newstablecell td.headline {
	vertical-align:middle;
	padding:8px 0 8px 0;
}

.tableview .first table.newstablecell td.headline {
	padding-top:0;
}

.tableview .last table.newstablecell td.headline {
	padding-bottom:0;
}*/

/* 	==============
	News Image Gallery
	============== */
	
.galleryview .gallery li td { 
	height:54px;
}

.galleryview .gallery li img { 
	max-height:54px;
}