@import url(news-basics.css);

/* IMAGES in TABLEs fix */
table img {
  max-width:100%;
  height:auto;
}
@media screen and (min-width: 560px) {
  .uzk15__editorblock .firstcol {
     width:20%;
  }
}


/*GENERAL*/
.uzk15__mainfooter {
  margin-top:3rem;
}

main {
  margin-bottom:3em;
}

/*NEWS general override*/

.uzk15__maincontent .uzk15__newsteaser_3.uzk15__grid_33 {
  overflow:hidden;
  min-height: 22.5em;
}


/*NEWS SINGLE override*/
.news-single-imgcaption {
  display:none;
}
.news-single .teaser-text h2 {
  font-size:1em;
}

/*NEWS maincontent LIST override*/
.uzk15__maincontent .news-mainlist .uzk15__newsteaser_3.uzk15__grid_33 a {
  position:absolute;
}

.news-list-morelink {
  display:none;
}

.news-mainlist-date {
  position:absolute;
  bottom:0;
  left:0;
  padding:1em;
  color: #595959;
}
.uzk15__newsteaser_3 a:hover,
.uzk15__newsteaser_3 a:focus,
.uzk15__newsteaser_3 a:active,
.uzk15__newsteaser_3 a:hover .news-mainlist-date,
.uzk15__newsteaser_3 a:focus .news-mainlist-date,
.uzk15__newsteaser_3 a:active .news-mainlist-date {
  color:#fff;
}

/*NEWS LIST pager styling*/
.news-link-browser dd{
  margin-left: 1.8518%;
  margin-right: 1.8518%;
}

.browseLinksWrap {
  margin:0.33rem 0;
}

.browseLinksWrap a,
.activeLinkWrap,
.disabledLinkWrap {
    background-color: #32475b;
    border: 1px solid #32475b;
    border-radius: 0.3125em;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: OpenSansRegular,Arial,Helvetica,sans-serif;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0.33rem 0.33rem 0;
    min-height: 2.25em;
    padding: 0.5625em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
}

.browseLinksWrap a:hover,
.browseLinksWrap a:active,
span.activeLinkWrap,
span.disabledLinkWrap {
  outline:1px solid transparent;
  color:#32475b;
  background-color:#fff;
}



/*NEWS maincontent LATEST and LIST override*/
.uzk15__newsteaser_3 .uzk15__description,
.uzk15__newsteaser_3 p,
.uzk15__newsteaser .uzk15__description,
.uzk15__newsteaser p {
    color: #595959;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.375em;
    margin: 0;
    padding: 0;
    text-decoration: none;
}


.uzk15__newsteaser_3 :hover p,
.uzk15__newsteaser_3 :active p,
.uzk15__newsteaser_3 :focus p,
.uzk15__newsteaser :hover p,
.uzk15__newsteaser :active p,
.uzk15__newsteaser :focus p {
  color:#FFF;
}


.uzk15__newsteaser_3 figure img,
.uzk15__newsteaser figure img {
  height:auto;
}

/*NEWS sidebar LATEST/LIST */
.uzk15__eventlist figure {
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
    width: 5em;
    margin-top:0.5rem;
    max-height:213px;
    overflow:hidden;
}
.uzk15__eventlist figure img {
  width:100%;
  height:auto;
}

.uzk15__eventlist article > a {
    box-sizing: border-box;
    display: block;
    min-height: 4.5em;
    padding: 1.625em 0.625em 1.625em 0;
    text-decoration: none;
    width: 100%;
}

.uzk15__eventheadline p {
  margin:0;
}
.uzk15__eventheadline p .news-list-morelink {
  display:none;
}

