/**************************************/
/* Default styles for news extension */
/**************************************/
.news {
/*   padding-top: 10px; */
/*   border-right: 2px solid #19171c; */
}

.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/*.news .article :last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}*/

.news .article :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
/* 	margin: 3px 12px 5px 0; */
/* 	background: #fff; */
}
.news .news-list-view .news-img-wrap,
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 0px 1em 0px 0px;
/*   background: #fff; */
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

/*.news .article h3 {
	margin-bottom: 0;
}*/

.news .footer {
  padding: 10px 0 10px 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
/*   clear: both; */
}

.news .footer-list {
  padding: 10px 0 10px 0;
  color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span :last-child {
	border-right: 0;
}

.news .socialbookmark {
/*   border-top: #ddd 1px solid; */
  clear: both;
  margin-top: 1em;
  padding: 0px 15px;
}
.social_share_privacy_area li.settings_info a {
  float:left;
}
.news .news-list-tags {
  border-right: #ddd 1px solid;
  padding: 0px 5px 0px 0px;
}

.news .news-header {
  height: 85px;
  cursor: pointer;
  display:block;
  clear: both;
}
.news .news-list-links {
  float:right;
  margin: 0 10px 0 0;
}
.news-single .news-header {
  cursor: auto;
}

.news .news-header.odd {
  background: #eee;
}
.news .news-header.even {
  background: #fff;
}

.news .news-header-icon {
  float: left;
}

.news .news-list-day {
  float: left;
  display:block;
  font-size: 250%;
  font-weight: bold;
  margin: 3% 0px 0px 3px;
  width: 65px;
}
.news .news-list-month-year {
  display:block;
  font-size: 150%;
  width:34px;
  float:left;
  margin: 2.3% 10px 0px 10px;
}

.news .news-list-month {
  margin-top: 0px;
  font-weight: bold;
}
.news .news-list-year {
  font-weight: bold;
  border-top: 3px solid #000;
  margin-top: 3px;
}

.news .news-time {
  display:inline;
  font-size: 170%;
  font-weight: bold;
  margin: 4% 10px 0 0px;
  float:left;
  height: 60px;
  width:91px;
}

.news .news-teaser {
  display:block;
  float:left;
  height: 80px;
/*   width: 329px; */
}

#content .news .news-teaser p,
#content .news .news-text-wrap p {
  border: none;
}
#content .news .news-teaser p {
  padding: 0;
}

.news .news-teaser p.bodytext {
  margin:0;
}
.news .footer span.news-list-email {
  border-right: none;
}

/*.news h3 {
  display:block;
  font-size: 115%;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}*/

.news-single h1 {
  display:block;
  font-size: 140%;
  font-weight: bold;
  margin: 0.9em 0px 0px 0px;
}

.news h3.title-alternativ {
  font-size: 16px;
  font-weight:normal;
  display:block;
  color: #bbb;
}
.news .news-title {
  padding-top: 9px;
}

.news-single .news-title {
  padding: 0;
}

.news .teaser-text {
  display:block;
}

.news .news-cat-image {
  float: right;
  margin-top: 10px;
}

.news .news-cat-image-filter {
  
}

.news .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 7px solid #000000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
}
.news .dropdown .caret {
  margin-top: 30px;
  margin-left: 2px;
}

.news .dropdown-menu a.active {
  text-align: right;
}
.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 1px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
	padding: 1px 2px;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
/*   margin-bottom: 20px; */
/*   margin-top: 0px; */
  margin: 5px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
  height: 2em;
}

/*.news-single .article .news-img-wrap {
	float: left;
	width: 282px;
	margin: 0 0 0 25px;
}*/

.news-single .article .news-img-wrap img,
.news-list-view .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
}

/*.news-text-wrap {
  margin: 0.1em 0.5em 1.5em 0;
}*/
.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

/*.news-related {
  width: 50%;
  padding: 15px;
  display: table-cell;
}*/

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
  float: left;
}

.news-related ul li span :last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
  font-size: 1.2em;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

.news .facebook .like,
.news .facebook .share,
.news .facebook .twitter {
  float:left;
  margin-right: 10px;
}

.news #tipafriend {
  float:left;
  margin: 3px 30px 0 40px;
}

.news-tags {
  margin-top: 10px;
}
.news-tags li {
  float: left;
  margin-left: 3px;
}

.news .news-list-links {
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  border-left: #eee 1px solid;
  border-top: #eee 1px solid;
  box-shadow: 3px 3px 3px #c1c1c1;
/*   width: 100px; */
  margin-bottom: 0.5em;
  padding: 5px;
}

/* New Config */
.article {
  position: relative;
}
.article.row.programm .header {
  margin-bottom: 0.5em;
/*   padding-left: 24em; */
}

.list-highlight .date {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0.2em;
  font-size: 1.7em;
  font-weight: bold;
  background: #fff;
  opacity: 0.7;
  border-bottom-right-radius: 0.5em;
}

.list-highlight .highlight {
  position: absolute;
  bottom: 1.25em;
  left: 0.0em;
  right: 1.2em;
  background: #fff;
  opacity: 0.8;
  min-height: 6em;
  width: 95%;
}

.news .news-info-label {
  font-weight: bold;
}

.btn-sm.tickets {
  font-weight: bold;
}

.news-menu-view {
  margin-bottom: 10px;  
}
.news-menu-view li {
  float: left;
  margin: 0px 5px 0px 0px;
  display: block;
}

.news .article.topnews h3 {
  font-size: 115%;
}

.news .clearfix {
  display: inline-block;
}

.news ol, .news ul {
  list-style: none outside none;
}

.news .list-posts li {
  float: left;
  position: relative;
  width: 282px;
  height: 282px;
  margin-bottom: 13px;
  margin-left: 22px;
/*   border: rgb(0, 146, 63) solid 1px; */
}

.news article, .news aside, .news details, .news figcaption, .news figure, .news footer, .news header, .news hgroup, .news menu, .news nav, .news section {
  display: block;
}

.news .list-posts figure {
  position: relative;
  border-bottom: 2px solid transparent;
}

.news .list-posts figure img {
  display: block;
  max-width: 282px;
  max-height: 282px;
}
.news a img {
  border: 0px none;
}

@media screen and (min-width: 760px) and (max-width: 970px) {

  .list-highlight .highlight {
    min-height: 4em;
    width: 93%;
  }
  .news .article.list-highlight h2 {
    font-size: 1.2em;
  }
  .news .article.topnews h3 {
    font-size: 1em;
  }  
  
}

@media screen and (max-width: 620px) {
  
  .news .list-posts {
    margin: 0px;
    border-top: 1px solid rgb(214, 214, 214);
    border-bottom: 1px solid rgb(255, 255, 255);
    font-size: 120%;
  }
  
  .news .list-posts.clearfix:after {
    clear: none;
    display: none;
  }
  .news .list-posts li article:after {
    content: '';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
  }
  .news .list-posts li figure figcaption, .list-posts li .img-cat, .list-posts li .date {
    display: none;
  }
  .news .list-posts li figure {
    float: left;
    padding: 10px 0;
  }
  .news .list-posts figure, .list-posts article:hover figure {
    border: 0 none;
  }
  .news .list-posts li .desc {
    margin-left: 60px;
    padding: 10px 0 10px 15px;
  }
  .news .list-posts li figure img {
    max-width: 60px;
    max-height: 60px;
  }
  .news .list-posts li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d6d6d6;
    height: auto;
    float: none;
    width: 100%;
    margin: 0;
  }

/*  .article.row.programm .header {
    margin-bottom: 10px;
    padding-left: 0;
  }*/
  .list-highlight .date {
    font-size: 1.0em;
  }
  .list-highlight .highlight {
    min-height: 4em;
    width: 91%;
  }
  .news .article.list-highlight h2 {
    font-size: 1.0em;
  }
  .news .article.list-highlight h3 {
    font-size: 0.9em;
    display: none;
  }
  
  .newsslider.flex-container {
    display: none;
  }
}