/**************************************/
/* 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 {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	float: left;
}

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

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

.news .article h3 {
}

.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,
.news ul.f3-widget-paginator{
float:left;
width:95%;
margin-top:2%;
margin-left:2%;
margin-bottom:20px;
}
.news .page-navigation p {
width:49%;
float: left;
}
.page-navigation ul.f3-widget-paginator {
width:auto;
float: right;
padding:0px;
margin:0px;
}
.news ul.f3-widget-paginator li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news ul.f3-widget-paginator 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: left;
	width: 400px;
	margin: 0.5em 25px 20px 0px;
}

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

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

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

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

.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;
}
/**** eigene News Style *****/
.frame-newsbox .news-list-view .card,
.frame-newsbox.frame-type-news_newssearchresult .card{
position:relative;
float:left;
overflow:hidden !important;
text-align:left;
line-height:1.2em;
margin-top:15px;
margin-bottom:15px;
margin-left:1%;
margin-right:1%;
width: calc(31.3% - 20px);
height:550px;
font-weight:normal;
padding: 0px 10px 90px 10px;
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.26);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.26);
border:0px solid #E6E6E6;
border-radius:0px;
background-color:#fff;
}
.frame-newsbox .news-list-view a.boxlink,
.frame-newsbox.frame-type-news_newssearchresult a.boxlink{
position:absolute;
display:block;
top:0px;
left:0px;
bottom:0px;
right:0px;
z-index:1;
color:#fff !imporant;
text-decoration:none;
font-size:0px;
}
.frame-newsbox .news-list-view .card:hover,
.frame-newsbox.frame-type-news_newssearchresult .card:hover{
transform: scale(1.03);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.26);
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.26);
}
.frame-newsbox .news-list-view .card img,
.frame-newsbox.frame-type-news_newssearchresult .card img{
width:100%;
height:auto;
}
.frame-newsbox .news-list-view .card .card-img-top,
.frame-newsbox.frame-type-news_newssearchresult .card .card-img-top {
float:left;
width:calc(100% + 20px);
#height:270px;
overflow:hidden;
margin-left:-10px;
margin-bottom:10px;
border-radius:0px 0px 0px 0px;
}
.frame-newsbox .news-list-view .card .no-media-element,
.frame-newsbox.frame-type-news_newssearchresult .card .no-media-element{
float:left;
margin-bottom:5px;
overflow:hidden !important;
}
.frame-newsbox .news-list-view .card-title,
.frame-newsbox.frame-type-news_newssearchresult .card-title{
font-weight:bold;
color:#333;
}
.frame-newsbox .news-list-view .text-muted,
.frame-newsbox.frame-type-news_newssearchresult .text-muted{
position:relative;
width:100%;
float:left;
clear:left;
font-size:0.9em;
padding-bottom:0px;
margin-bottom:10px !important;
}
.frame-newsbox .news-list-view .card-text,
.frame-newsbox.frame-type-news_newssearchresult .card-text{
font-size:0.9em;
}
.frame-newsbox .news-list-view .card-body,
.frame-newsbox.frame-type-news_newssearchresult .card-body{
position:relative;
float:left;
width:100%;
font-weight:normal;
overflow-wrap: break-word; 
word-wrap: break-word; 
hyphens: auto;
}

.frame-newsbox .news-list-view .card:after,
.frame-newsbox.frame-type-news_newssearchresult .card:after {
position:absolute;
content: 'Weiterlesen';
left:10px;
bottom:10px;
margin-left:20px;
margin-bottom:20px;
min-width:9em;
width:auto !important;
height:auto !important;
  display: inline-block;
  text-decoration: none !important;
text-transform:uppercase !important;
font-family: 'Open Sans', sans-serif;
  font-weight: normal;
font-size:1.0em;
line-height:1.2em;
  text-align: center;
  text-transform: none;
  padding: 0.6em 1em 0.6em 1em;
  margin-top: 5px;
  margin-bottom: 5px;
margin-right:3px;
margin-left:3px;
  border: 3px solid;
  border-radius: 45px;
  cursor: pointer;
  	  border-color:#3d464c;
color:#3d464c !important;
background-color: #fff;
transition: background-color 0.8s;
}
.frame-newsbox .news-list-view .card:hover:after,
.frame-newsbox.frame-type-news_newssearchresult .card:hover:after {
background-color:#dedc00;
transition: background-color 0.8s;
}
.frame-newsbox .news-list-view p,
.frame-newsbox.frame-type-news_newssearchresult p{
margin:0px !important;
}
.frame-newsbox .news-list-view a:hover,
.frame-newsbox.frame-type-news_newssearchresult a:hover {
text-decoration:none;
font-weight:normal;
}
.frame-newsbox .news-list-view .card .news-list-date,
.frame-newsbox.frame-type-news_newssearchresult .card .news-list-date{
float:left;
width:100%;
height:60px;
margin-top:0px;
margin-bottom:20px;
color:#3d464c;
	 background-image:url('/fileadmin/lag/template/images/hg-ruler.svg');
	 background-repeat:no-repeat;
	 background-size:auto 35px;
background-position:center bottom;
}
.frame-newsbox .news-list-view .card .news-list-category,
.frame-newsbox.frame-type-news_newssearchresult .card .news-list-category{
display:none;
float:left;
width:calc(48% - 1px);
padding-left:2%;
text-align:left;
border-left: 1px solid;
}
.news-single .news-list-date {
float:left;
width:100%;
text-align:left;
}
.news-single .news-list-category {
position:relative;
float:left;
width:100%;
margin-bottom:10px;
}
.news-single .news-list-category:before {
content:'Kategorie + Förderzeitraum:';
}
.news-single .ce-textpic {
position:relative;
float:left;
width:100%;
}
/* Terminkalender */
.frame-terminbox {
position:relative;
float:left;
overflow:hidden !important;
text-align:center;
line-height:1.2em;
margin-top:30px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
width:calc(100% - 30px);
height:auto;
font-weight:normal;
padding: 20px 20px 20px 20px;
#box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.26);
#-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.26);
#-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.26);
border-top:25px solid #5cac0a;
background-color:#e1efd0;
}
/* Startseite Container Newsslider mit Termine */
#c792.frame-type-twocol .spaltencontainer>.grid-config-2.column1{
  width:75%;
  float:left;
margin-right:5%;
}
#c792.frame-type-twocol .spaltencontainer>.grid-config-2.column2 .frame-terminbox {
height:555px;
}
.calendarize {
margin:0px;
}
.frame-terminbox h1 {
font-size:1.5em;
}
.frame-terminbox .panel-default {
float:left;
width:100%;
padding-bottom:10px;
padding-top:10px;
border-bottom:2px solid #95a093;
}
.frame-terminbox .panel-default:first-child {
padding-top:0px;
}

.frame-terminbox .media-body h2,
.frame-terminbox .media-body h4{
font-size:0.9em;
}
.frame-terminbox .media-body h2,
.frame-terminbox .media-body h2 a {
color:#3d464c;
font-weight:bold;
text-decoration:none;
}
#.frame-terminbox .media-body > h4:after {
content:'Uhr';
}
.frame-terminbox .media-body .btn-default,
.frame-terminbox .media-body p,
.frame-terminbox .calendarize-item a img {
display:none;
}
/* Zurueck Button */
.news-zuruckbutton {
position:relative;
float:left;
width:100%;
margin-top:2em;
margin-bottom:1em;
}
.news-zuruckbutton a {
position:relative;
min-width:9em;
width:auto !important;
height:auto !important;
  display: inline-block;
  text-decoration: none !important;
font-family: 'Open Sans', sans-serif;
  font-weight: normal;
font-size:1.0em;
line-height:1.2em;
  text-align: center;
  text-transform: none;
  padding: 0.6em 1em 0.6em 1em;
margin-right:3px;
margin-left:3px;
  border: 3px solid;
  border-radius: 45px;
  cursor: pointer;
border-color:#3d464c;
color:#3d464c !important;
background-color: #fff;
transition: background-color 0.8s;
}
.news-zuruckbutton a:hover{
background-color:#dedc00;
transition: background-color 0.8s;
}
