/**************************************/
/* Default styles for news extension */
/**************************************/

/*
.share, .twitter, .facebook {
  display: none;
  visibility: hidden;
}
*/


.kategorie-up p {
  margin-top:0px;
}

.teasertext_news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0 0 2.5em 0;
  padding: 1em;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}

.news-single {
  margin-top: -40px
}

.news .uzk15__newsteaser_3 .uzk15__content .news-teaser-date {
  color: #595959!important;
  font-size: 0.8em;
  margin-top: 0.45em;
}

.news .uzk15__newsteaser_3 a:hover .uzk15__content .news-teaser-date {
  color: #fff!important;
}

div.news-teaser-date {
  color: #595959!important;
}

p.bodytext {
}

p.bodytext a {
    /*Folgende Zeile verhindert das Umbrechen von Links. Wir sehen hierfür keinen Grund, und haben diese Funktion auf Wunsch der Jura abgeschaltet. tmoll 07.08.18*/
    /*  display: inline-block;*/
    text-decoration: underline!important;
}

.news .uzk15__newslist ul li p.bodytext a:hover {
  color: #FFFFFF;
  text-decoration: none!important;
}

.news_list_bild_rechts {
    float: right;
     border: 1px solid red;
}


.news-list-view .header h3 a:hover {
  margin: 0px 0px 0px 0px;
  border:1px solid;
  color: #ffffff;
  text-decoration: none;
  background-color: #3e566c;
  }

.news .article .news-search-result a {
    color: #3E566C!important;
}

.news-list-view .header h3 a {
  margin: 0px 0px 0px 0px;
  border:0px solid;
  color: #3e566c;
  text-decoration: none;
}


.news-list-category {
  margin:0px 0px 0px 0px;
  //color:white;
  //background-color:#3e566c;
  padding:0px;
  text-align:left;

}

.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;
  padding-top: 20px;
  padding-right: 20px;
  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,
 .news-img-wrap{
  float: left;
  margin: 0px 0px 5px 0px;
  background: #fff;
}

.news .article .news-img-wrap a,
.news-img-wrap a {
  display: block;
  /*float: right;*/
  padding: 0px;
  border: 0px solid #ddd;
  background: #fff;
}

.news .article .news-img-wrap img {
  /*float: right;*/
  height: auto;
  max-width: 300px;
  padding: 5px 20px 10px 0px;
}

.news-img-wrap img {
  float: left;
  height: auto;
  max-width: 200px;
  padding: 5px 10px 10px 0px;
}

@media screen and (max-width: 480px){
  .news-img-wrap img {
    float: left;
    height: auto;
    max-width: 300px;
    padding: 5px 10px 10px 0px;
  }
}

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

.news .article .teaser-text p{
  margin-top:0.5em;
  margin-bottom:0.5em;

}

.news .article  .footer {
  font-size: 0.9em;
  clear: both;
  padding: 0 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 0px;
  color: #888;
}

.news .article h3 {
  margin: 0;
  padding:0;
}

.news .header h3 {
  margin: 0 0 0.4em 0;
  padding:0;
}

/* SEARCH */

.news .article h3 a, .news .article .teaser-text a {
  color: #3e566c;
  text-decoration: none;
}

.news .article h3 a:hover, .news .article .teaser-text a:hover{
  text-decoration: underline;
}
.news .article .teaser-text a:hover{
  color: #FFFFFF;
  text-decoration: none!important;
}

.news .uzk15__newslist .uzk15__list  {
  clear:both;
}

.news .uzk15__newslist .uzk15__list li {
    display: block;
    border-bottom: 0px!important;
    margin: 0 0 .875em;
    padding: 0 0 .875em;
}

.news-search-result .count-msg {
  margin-top: 1.0em;
}

/*
.news .uzk15__newslist ul.news.uzk15__list li {
    display: block;
    border-bottom: 1px solid #fff!important;
    margin: 0 0 .875em;
    padding: 0 0 .875em;
}
*/

.news .footer {
  font-size: 0.9em;
  clear: both;
  padding: 0 0 0 0;
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  margin-top: 0px;
  color: #888;
}

.news .footer p {
  line-height: 1.2em;
  display: block;
  margin-bottom: 0.5em!important;
  margin-top: 0.5em!important;
}

.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;
  padding-bottom: 20px;
}

/* Pagination */
.news .page-navigation p {
  /*float: left;*/
  display: none;
}

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


/* 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;
}

.news .header h2,
.news .header a {
  color: #3e566c;
  text-decoration: none!important;
  font-size: 1.11em;
  line-height: 1.25em;
  font-weight: 400;
  font-style: normal;
  font-family: OpenSansBold,Arial,Helvetica,sans-serif;
  outline:none;
}
.news .header a:hover {
  text-decoration: underline!important;
  outline:none;
}

/* single view */


.news-single .article .header h2 {
  color: #3e566c;
}

/*
.news-single .article .news-list-category, .news-single .article .news-list-date {
  display:none;
}
*/

.news-single .article .news-list-date,
.news-single .article .news-list-category,
.news-single .article .news-list-author {
  font-size: 0.9em;
  display: inline;
}
/*
.news-single .article .news-img-wrap {
  width: 35%;
}
*/

.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

/* Image Detailview Templates/Detail.html */
.news-single .article .news-img-wrap {
  float: left;
  /*width: 67%;*/
  margin: 25 0 0 0px;
}

.news-single .article .news-img-wrap img {
  float: none;
  max-width: 320px;
}

@media screen and (max-width: 480px){
  .news-single .article .news-img-wrap img {
    float: none;
    max-width: 300px;
  }
}

.news-single .teaser-text {
font-size: 1.25em;
line-height: 1.4;
}

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

.news-img-caption {
  color: #888;
  max-width: 320px;
  margin: 0;
  padding: 0 20px 0 0;
}

.news-backlink-wrap a {
  color: #3e566c;
  text-decoration: none;
}

.news-backlink-wrap a:hover {
   color: #ffffff;
    background-color: #3e566c;
   text-decoration: none;
}

/* 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 {
  padding: 0px;
}

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

ul.news-tags{
  color: #3e566c;
  text-decoration: none;
  list-style-type:none;
}

.news ul.news-tags li a,
.news-related ul li a,
.news-backlink-wrap a,
.news .news-menu-view ul a,
.news .uzk15__newslist ul li a,
.news .uzk15__newslist ul li h2  {
  color: #3e566c;
  text-decoration: none;
  clear: none;
}

.news-related ul li a:hover,
.news .news-menu-view ul a:hover,
.news .uzk15__newslist ul li a:hover  {
  color: #3e566c;
  text-decoration: underline;
}

.more {
  width: -moz-max-content;
  white-space: nowrap;
}

.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;
}


/* TEASER */

h2 p.bodytext {
  margin: 0;
}

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

.news-teaser-category {
    color: white;
    /*background-color: #203c4d;*/
    background-color: #32475B;
    padding: 1px 6px 1px 6px;
    text-align: left;
    border: 1px solid #fff;
    width: -moz-fit-content;
    display: inline-block;
	  -webkit-box-sizing: border-box ;
    -moz-box-sizing: border-box ;
    box-sizing: border-box ;
}

.news-teaser-article {
    /*float: left;*/
    width: 103.7036%;
    margin-left: -1.8518%;
}

.news-teaser-article figure img {
  display:block;
  width:100%;
  height:50%;
}

.news h2.uzk15__headline {
  font-size: 1.1em;
}
/*
.news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 h2 {
    min-height: 1.8em;
}
.news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
    min-height: 2.8em;
}
*/
@media screen and (min-width: 320px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a {
    position: relative;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
    min-height: 2.8em;
  }
}

@media screen and (min-width: 480px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a {
    position: relative;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
    min-height: 1.8em;
  }
}

@media screen and (min-width: 560px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
    min-height: 1.8em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
    min-height: 1.8em;
  }
}

@media screen and (min-width: 640px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
    min-height: 1.8em;
  }
}

@media screen and (min-width: 768px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
    min-height: 1.8em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
    min-height: 1.8em;
  }
}

@media screen and (min-width: 1024px)
{
  /*
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 {
    min-height: 13.0em;
  }
  */
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
    min-height: 4.25em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
    min-height: 4.25em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div .uzk15__description {
      min-height: 5.5em;
  }
}

@media screen and (min-width: 1280px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
      min-height: 3em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
      min-height: 2.75em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div .uzk15__description {
      min-height: 5.5em;
  }
}

@media screen and (min-width: 1440px)
{
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div h2 {
      min-height: 3em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div p {
      min-height: 2.75em;
  }
  .news .news-teaser-article .uzk15__newsteaser_3.uzk15__grid_33 a div .uzk15__description {
      min-height: 4.15em;
  }
}

/* ARCHIVE */

.news .uzk15__editorblock {
    width: 100%!important;
    margin-right: 1.8518%!important;
    margin-left: 0%!important;
}

.news .news-menu-view ul {
  list-style: none;
  margin-left: -40px;

}

/*

.news_uzk15__maincontent .news_uzk15__newsteaser_3.uzk15__grid_33 {
    float: left;
    width: 31%;
    margin-right: 1.8518%;
    margin-left: 0%;
    margin-bottom: 2.5em;
    clear: none;
    padding: 0;
}
*/

/* SUCHE */

.news fieldset  {
  border: 1px solid;
  border-color: #fff;
  margin-bottom: 1.0em;
  padding: 0;
}

.btn, .btn-default {
  margin: 0px 0px 0px 0px;
  color: white;
  background-color: #3e566c;
  padding:10px;
  border: 0;
  font-size: .875em;
  margin-top: 5px;
  font-family: OpenSansSemibold,Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.btn:hover, .btn-default:hover {
  background-color: #002c37;
  cursor: pointer;
}

input[type=text] {
  font-size: .875em;
  border: 1px solid #A0A0A0;
  outline: 1px solid transparent;
  padding: 8px;
  width: 250px!important;
}

input[type=text]:focus {
    border: 1px solid #555;
    background-color: #fafafa;
    outline: 1px solid #555;
}
