/**************************************/
/* 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 {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  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 {
  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 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: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

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

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

/**************************************/
/* ECDL styles                        */
/**************************************/

.news-frame{
    width: 100%;
    float: left;
}
.news-frame > .left-frame{
    /*width: 70.24029574861368%;*/
    width: 74.07407407407407%;
    /*padding-right: 2.58780036968577%;*/
    padding-right: 2.72904483430799%;
    border-right: 1px solid #004165;
    float: left;
    position: relative;
}
.news-frame > .left-frame header{
    position: absolute;
    top: 15px;
    left: 0;
}
.news-frame > .right-frame{
    /*width: 19.40850277264325%;*/
    width: 20.46783625730994%;
    float: right;
    /*padding-right: 2.58780036968577%;*/
}

.content-frame.news-sidebar .news{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.news > .news-list-view > .page-navigation{}
.news > .news-list-view > .page-navigation > ul{
    height: 40px;
    background: #009fda;
    padding: 0 20px;
}
.news > .news-list-view > .page-navigation > ul > li{
    line-height: 40px;
}
.news > .news-list-view > .page-navigation > ul > li,
.news > .news-list-view > .page-navigation > ul > li a{
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.news > .news-list-view > .page-navigation > ul > li.last.next > a > span,
.news > .news-list-view > .page-navigation > ul > li.next > a > span,
.news > .news-list-view > .page-navigation > ul > li.first.previous > a > span,
.news > .news-list-view > .page-navigation > ul > li.previous > a > span{
    display: none;
}
.news > .news-list-view > .page-navigation > ul > li.next,
.news > .news-list-view > .page-navigation > ul > li.previous{
    width: 9px;
}
.news > .news-list-view > .page-navigation > ul > li.next > a,
.news > .news-list-view > .page-navigation > ul > li.previous > a{
    width: 9px;
    height: 15px;
    background: url(images/bg_paginator_next.png) 0 0 no-repeat;
    margin-top: 12px;
}
.news > .news-list-view > .page-navigation > ul > li.previous > a{
    background-image: url(images/bg_paginator_previous.png);
}
.news > .news-list-view > .page-navigation > ul > li.last.next,
.news > .news-list-view > .page-navigation > ul > li.first.previous{
    width: 19px;
    padding-left: 20px;
}
.news > .news-list-view > .page-navigation > ul > li.first.previous{
    padding-left: 0;
    padding-right: 20px;
}
.news > .news-list-view > .page-navigation > ul > li.last.next > a,
.news > .news-list-view > .page-navigation > ul > li.first.previous > a{
    width: 19px;
    height: 15px;
    background: url(images/bg_paginator_jump_last.png) 0 0 no-repeat;
    margin-top: 12px;
}
.news > .news-list-view > .page-navigation > ul > li.first.previous > a{
    background-image: url(images/bg_paginator_jump_start.png);
}
.news > .news-list-view > .page-navigation > ul > li.current > span{
    padding: 0 20px;
}

.content-frame.news-sidebar .news-headline{
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
    margin-top: 25px;
}
.content-frame.news-sidebar .news-headline > img,
.content-frame.news-sidebar .news-headline > h2{
    float: left;
}
.content-frame.news-sidebar .news-headline > h2{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    padding: 0;
    padding-left: 8px;
    padding-top: 27px;
    margin: 0;
}

.news > .news-list-view > .article{
    width: 100%;
    float: left;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #004165;
}
.news > .news-list-view > .article.first-child{
    border-top: 1px solid #004165;
}
.news > .news-list-view > .article > .news-img-wrap{
    width: 19.73684210526316%;
    float: left;
}
.content-frame.news-sidebar .news > .news-list-view > .article > .news-img-wrap{
    width: 31.12033195020747%;
    float: left;
}
.news > .news-list-view > .article > .news-img-wrap span.no-media-element{
  display: none;
}
.news > .news-list-view > .article > .teaser-text{
    width: 74.34210526315789%;
    float: right;
    padding-right: 3.15789473684211%;
}
.content-frame.news-sidebar .news > .news-list-view > .article > .teaser-text{
  width: 63.90041493775934%;
  padding-right: 2.0746887966805%;
}
.news > .news-list-view > .article > .teaser-text > span.news-list-date,
.news > .news-list-view > .article > .teaser-text > span.news-list-category,
.news > .news-list-view > .article > .teaser-text > span.news-list-separator{
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 4px;
}
.news > .news-list-view > .article > .teaser-text > p.bodytext{
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
}
.news > .news-list-view > .article > .teaser-text > p.bodytext a.title{
  display: inline;
  float: left;
}
.news > .news-list-view > .article > .teaser-text > p.bodytext span.news-list-title{
    float: left;
    font-weight: bold;
    color: #004165;
    padding-right: 6px;
}
.news > .news-list-view > .article > .teaser-text > p.bodytext > a.more{
    font-weight: normal;
    background: url(images/bg_button_news_more.png) 0 1px no-repeat;
    padding-left: 14px;
}

.news-frame .right-frame h1{}
.news-frame .right-frame .news{
  margin-bottom: 32px;
}
.news-frame .right-frame .news > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-frame .right-frame h1{
    margin-bottom: 21px !important;
}
.news-frame .right-frame .news > ul > li:first-child{
    border-top: 1px solid #004165;
}
.news-frame .right-frame .news > ul > li{
    border-bottom: 1px solid #004165;
}
.news-frame .right-frame .news > ul > li > a{
    display: block;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #004165;
    padding-left: 10px;
}
.news-frame .right-frame .news > ul > li > a:hover{
    background: #009fda;
    color: #fff;
    text-decoration: none;
}
.news-frame .right-frame .news > ul > li > a.active{
    background: #004165;
    color: #fff;
}

.news-single .article .news-img-wrap{
    width: auto;
    float: left;
    margin: 0 32px 0 0;
}
.news .article .news-img-wrap a{
    background: none;
    border: none;
    padding: 0;
}

.news.news-single > .article > .date-category{
    float: left;
}
.news.news-single > .article > .date-category > span.news-list-date,
.news.news-single > .article > .date-category > span.news-list-category,
.news.news-single > .article > .date-category > span.news-list-separator{
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 4px;
}
.news.news-single > .article > .news-backlink-wrap{
    float: right;
}
.news.news-single > .article > .news-backlink-wrap > a{
    background: url(images/bg_button_news_more.png) 0 1px no-repeat;
    padding-left: 14px;
}
.news.news-single > .article > .header{
    clear: both;
    padding-top: 11px;
}

#newsIsMobile{
  display: none;
}

@media screen and (max-width: 700px){
  #newsIsMobile{
    display: block;
  }
  .news-frame > .left-frame{
      width: 100%;
      padding: 0;
      border: none;
      float: left;
      position: relative;
  }
  .news-frame > .left-frame header{
      position: static;
      top: auto;
      left: auto;
  }
  .news-frame > .left-frame header > h1{
    margin-bottom: 0 !important;
  }
  
  .news > .news-list-view > .page-navigation{}
  .news > .news-list-view > .page-navigation > ul{
      height: auto;
      padding: 0 10px;
  }
  .news > .news-list-view > .page-navigation > ul > li{
      line-height: 30px;
  }
  .news > .news-list-view > .page-navigation > ul > li,
  .news > .news-list-view > .page-navigation > ul > li a{
      font-size: 14px;
        font-size: 0.875rem;
  }
  .news > .news-list-view > .page-navigation > ul > li.next,
  .news > .news-list-view > .page-navigation > ul > li.previous{
      width: 9px;
  }
  .news > .news-list-view > .page-navigation > ul > li.next > a,
  .news > .news-list-view > .page-navigation > ul > li.previous > a{
      width: 9px;
      height: 15px;
      background: url(images/bg_paginator_next.png) 0 0 no-repeat;
      background-size: 9px 15px;
      margin-top: 7px;
  }
  .news > .news-list-view > .page-navigation > ul > li.previous > a{
    background: url(images/bg_paginator_previous.png) 0 0 no-repeat;
      background-size: 9px 15px;
  }
  .news > .news-list-view > .page-navigation > ul > li.last.next,
  .news > .news-list-view > .page-navigation > ul > li.first.previous{
      padding-right: 10px;
  }
  .news > .news-list-view > .page-navigation > ul > li.first.previous{
      padding-left: 10px;
      padding-right: 0;
  }
  .news > .news-list-view > .page-navigation > ul > li.last.next > a,
  .news > .news-list-view > .page-navigation > ul > li.first.previous > a{
      width: 19px;
      height: 15px;
      background: url(images/bg_paginator_jump_last.png) 0 0 no-repeat;
      background-size: 19px 15px;
      margin-top: 7px;
  }
  .news > .news-list-view > .page-navigation > ul > li.first.previous > a{
      background: url(images/bg_paginator_jump_start.png) 0 0 no-repeat;
      background-size: 19px 15px;
  }
  .news > .news-list-view > .page-navigation > ul > li.current > span{
      padding: 0 5px;
  }

  .news > .news-list-view > .article{
      padding: 10px 0;
  }
  .news > .news-list-view > .article > .news-img-wrap{
      display: none;
  }
  .news > .news-list-view > .article > .teaser-text{
      width: 100%;
      float: left;
      padding: 0;
      margin-bottom: 0;
  }
  .news > .news-list-view > .article > .teaser-text > p.bodytext span.news-list-title{
    margin-top: 8px;
  }
  .news > .news-list-view > .article > .teaser-text > p.bodytext span.news-list-teaser{
    display: none;
  }
  .news > .news-list-view > .article > .teaser-text > p.bodytext > a.more{
      display: none;
  }

  .news-frame > .right-frame{
      width: 100%;
      float: left;
      padding: 0;
      background: #004165;
      padding-bottom: 8px;
  }
  .news-frame > .right-frame .csc-header{
    width: 100%;
    float: left;
  }
  .news-frame .right-frame h1{}
  .news-frame .right-frame .news{
    width: 100%;
    float: left;
  }
  .news-frame .right-frame .news > ul{
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .news-frame .right-frame h1{
      color: #fff;
      float: right;
      font-size: 14px;
        font-size: 0.875rem;
      margin: 0;
      margin-right: 10px;
      line-height: 32px;
      margin-bottom: 0 !important;
      background: url(images/news-category-opened.png) 0 8px no-repeat;
      background-size: 13px 13px;
      padding-left: 18px;
      cursor: pointer;
  }
  .news-frame .right-frame h1.opened{
      background-image: url(images/news-category-opened.png);
  }
  .news-frame .right-frame h1.closed{
      background-image: url(images/news-category-closed.png);
  }
  .news-frame .right-frame .news > ul > li:first-child{
      border-top: 1px solid #fff;
  }
  .news-frame .right-frame .news > ul > li{
      border-bottom: 1px solid #fff;
      margin: 0 10px;
  }
  .news-frame .right-frame .news > ul > li > a{
      text-align: right;
      color: #fff;
      font-size: 14px;
        font-size: 0.875rem;
        line-height: 32px;
  }
  .news-frame .right-frame .news > ul > li > a.active{
      background: #fff;
      color: #004165;
  }
}
@media only screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2){
    
}
