                /* 28.01.16 */
                
/* general */                
#page-content {max-width: 1200px;}
.tx_news .cards a:visited, .tx_news .latest a:visited, .tx_news .list a:visited {
  color: #6435C9;
}

#page-content.inner.grid3 #content-normal {max-width: none;}

/* video */
.tx-ms-videos {
  margin-bottom: 1.5em;
}

body .video-js {margin-bottom: 1em;}
body .video-js .vjs-big-play-button {
  top: 50%;
  margin-top:-0.75em;
  left: 50%;
  margin-left: -1.5em;
}

.tx-ms-videos #playlist-menu {
  margin-bottom: 20px;
}

.tx-ms-videos #playlist-menu div.item {
  cursor: pointer;
  width: 250px;
  padding: 0.5em;  
  margin:0;
  vertical-align: top;
  min-height: 120px;
}


.tx-ms-videos #playlist-menu h3.playlist-title {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  margin:0 0 0.5em;
}

.tx-ms-videos #playlist-menu div.item:hover {
  background:#f2f3f4;
}

.tx-ms-videos #playlist-menu div.item.active {
  background:#E1F4FB;  
}

.tx-ms-videos #playlist-menu div.item {
    margin: 0;
    border: solid 1px #eee;
    border-radius: 5px;
    vertical-align: bottom;
}

.tx-ms-videos #playlist-menu.count-1 div.item {
  width: 300px;
  /*background: #fff;*/
  min-height: auto;
    margin: 0 0 20px;
    border: solid 1px #eee;
    border-radius: 5px;
}



.tx-ms-videos #playlist-menu.count-1 div.item h3.playlist-title {
  font-size: 18px;
}

.tx-ms-videos .ui.tab.player {
  padding: 20px;
  border: solid 1px #eee;
  background: #f2f3f4;
  width: 100%;
  max-width: 636px;
  margin-bottom: 30px;
}

/* player etc */
.tx-ms-videos .videos-menu {
  width: 250px;
  padding:0;
  float: left;
}

.tx-ms-videos .video-container {
  /*width: 676px;*/
  padding:0;
  margin-left: 250px;
}

.tx-ms-videos .videos-menu .item {
  cursor: pointer;
  padding: 0 10px;
  margin: 0 0 10px;
  border-left: 4px solid #fff;
}

.tx-ms-videos .videos-menu h4.author {
  font-size: 13px;
  color: #000;
  margin: 0;
  font-weight: normal;
}

/*.tx-ms-videos .videos-menu .item.active {background: #f2f3f4;}*/
.tx-ms-videos .videos-menu .item.active {
  border-left-color: #007AC2;
}

.tx-ms-videos .videos-menu .item.active h4.author {
  font-weight: bold; 
  color: #007AC2;
}
.tx-ms-videos .videos-menu .item:hover h4.author {
  color: #00ADEF;
}

.tx-ms-videos .videos-menu .item.active .date {
  color: #007AC2;
}

.tx-ms-videos .videos-menu .ui.button {
    font-size: 11px;
    margin-top: 20px;
}
/* forms */
.Tx-Formhandler input.text.datepicker {max-width: 150px;}


.tx-ms-videos .playlist-container {clear:left;}

/* news */
.news.news-single {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.news.news-single .header {margin-bottom: 1em;}
.news.news-single .header h3 {font-size: 24px; margin:0;}
.news.news-single .header h4 {margin:0;}

.news.news-single .news-list-author {margin-left:1em; color: #007AC2;}

.news.news-single .footer {
  margin-bottom: 1em;
  font-size: 13px;
}

.news.news-single .teaser-text {
  margin-bottom: 2em;
  line-height: 1.5;
}

.news.news-single .teaser-text p { 
  margin-bottom: 0;
}


.news.news-single .news-text-wrap, .news.news-single .news-list-category {display: none;}

.news-single a.ui.basic.button {
  position: absolute;
  right: 0;
  font-size: 11px;
  z-index:3;
}

h2.news-grid-subheader { 
    margin-bottom: 0 0 0.3em;
}



/* video rebuild */
#playlist-videos {
  overflow: hidden;
  position: relative;
}

/* video list and single */
.playlist-searchbox {
  overflow:hidden;margin:0 0 1.5em;
  position: absolute;
    right: 0;
    width: 360px;
    z-index: 5;
}

.playlist-searchbox input.sword {width:50% !important}


.playlist-item {display:inline-block;width:30%;vertical-align:top;padding:0 1em 1em 0;margin:0 0 1em}

.playlist-item h3 {margin:0;font-size:15px;line-height:1.5;color:#000;}
.playlist-item .videos {font-size:.8em;color:#07c;margin:.5em 0 0}

.playlist-item .tags {font-size:.75em;line-height:1;margin:.5em 0 0; color:#888;}

/* special categories */
.news-category span {font-size:.9em;color:#999}
.news-category span:before {
  content:'';
  display: inline-block;
  margin: 0 0.2em 0 0.5em;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background:#999;
  vertical-align: 1px;
}

.news-category span.category-7 {color:#c03}
.news-category span.category-7:before {background:#c03}
.tx-ms-videos #playlist-menu div.description {display: inline;}
