/**************************************/
/* Default styles for news extension */
/**************************************/
.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 {
	margin: 3px 12px 5px 0;
	float: left;
}

.news .article .news-img-wrap a {
	
}

.news .article .news-img-wrap img {
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}
.news-list-view {
	margin-top: 30px;
}
.news-list-view .article h2 {
	margin-bottom: 5px;
	margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;  
}
.news-single .article h2 {
	margin-bottom: 15px;
	margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;   
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	/*border-top: 1px solid #eee;*/
	margin-top: 15px;
	/*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 .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 5px 12px;
	background: none;
}
.news .page-navigation ul li.current, .news .page-navigation ul li:hover {
    background-color: #e3c974;
}
.news .page-navigation ul li a {
	display: block;
}

/* 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: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	/*border-top: 1px solid #eee;*/
}

.news-single .article .news-img-wrap {
	float: right;
	width: 100%;
	margin: 0 0 0 25px;
	position:relative;
	z-index:0;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}
.news-single .frame-layout-0 {
  margin-top: 20px;
}
.news-single .frame-layout-0 .ce-gallery {
  margin: 20px 0 20px 0;
  display:inline-block;
}
.news-single .frame-layout-0 .ce-column {
  /*width: 24%;*/
  float:left;
  margin-right: 1%;
}
.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 60px;
	width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
@media only screen and (min-width: 767px) {
  .news-related-wrap li.previous {
    float:left;
	width: 47%;
  }
  .news-related-wrap li.next {
    float:right;
	width: 47%;
  }
}

.news-related-wrap li a span {
    display:none;
}
.news-related-wrap li.next  {
    float:right;
}
.news-related-wrap li.next a:after, #seite main a.more:after {
    content: ' \276f';
	position:relative;
}
.news-related-wrap li.previous a:before {
    content: ' \276e';
	position:relative;
}
.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	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;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

/***************** Änderungen vorgenommen ********************/

.news .article
{
	margin-right: 40px;
	box-sizing: border-box;
	width: 100%
}
.news-list-view .article
{
	border-bottom:2px solid #fff;
}
#seite .news-list-view .teaser-text p {
  padding: 0 0 0 0;
  line-height: 1.3;
  font-size: 14px;
}
div.lazy
{
	display: block;
}

.news .article:nth-child(3n+3)
{
	margin-right: 0px;
}

span.news-list-date
{
	font-size: 12px;
}

/* pagination */

.page-navigation 
{
	padding-bottom: 2em;
}

#seite .page-navigation p 
{
	padding: 0px;
}

.page-navigation:last-child p, .page-navigation:last-child ul
{
	padding-top: 2em;
}

.page-navigation {
  margin: 40px auto;
  text-align: center;
}
.page-navigation span {
  padding: 10px 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .page-navigation {
    width: 80%;
    display:flex; 	
  }
}


.frame-layout-0 ul.f3-widget-paginator, ul.pagination {
  display: inline-block;
  padding-top: 0;
}

.frame-layout-0 ul.pager {
  display: inline-block;
  margin-left: 0;
  width: 100%;
}

.frame-layout-0 ul.f3-widget-paginator li, ul.pagination li, ul.pager li {
  list-style-type: none;
  display: inline;
  margin: 0;
  line-height: 1;
  padding: 10px;
  margin-left: 10px;
  
  /*text-indent: -20px;*/
}
ul.pager li a {
  font-size: 14px;
}	
ul.pager li a:hover {
  text-decoration:underline;
  cursor:pointer
}
ul.f3-widget-paginator li:before, ul.pagination li:before {
    content:none;
}
ul.pager li.previous {margin-left: 0;padding-left: 0;}
.listarea ul.f3-widget-paginator li:first-child, ul.f3-widget-paginator li {
    border-top:none;
    border-bottom: none !important;
}
#seite main a.more  {
  font-size: 14px;
  margin-top: 10px;
  display:inline-block;
}

#seite main a.more:hover {
  text-decoration:underline;
}

.news-single video
{
	max-width: 90%;
}

.news-single .mediaelement-video
{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.news-single .mediaelement-video iframe
{
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 90%;
}