/**************************************/
/* yss news extension */
/**************************************/
@charset 'UTF-8';
.news .clear {
    clear: both;
}

.news .article {
    border-top: 1px solid black;
    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;
}


/* liste */
.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0;
}
.news-img-wrap .mediaelement-image a img,
.news .article .news-img-wrap .mediaelement-image a img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}
.news .article .mediaelement-image a {
    padding: 0;
    border: 0;
    background: transparent
}

.news .article .news-img-wrap a {
    padding: 0;
    border: 0;
    background: transparent
}
.news .article .teaser-text {
    margin: 0 0 0px 0;
    color: black;
    font-family: 'Everett-Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 1.2em;
}
.news strong {
    font-weight: 700;
}


/*** video ***/
.mediaelement-video video,
.news .article .list .mediaelement-video > iframe,
.news .article .col-md-2 .mediaelement-video > iframe  {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*** end video ***/



/* single view */
.news-single {
    background-color: white;
}

.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border: 0;
    color: black;
}

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

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

.news-single .article .row {
    margin-right: 20px;
}
.news-single .article .row .col-md-4 .news-img-wrap {
    margin: 0;
    width: 100%;
}
.news-single .article .row .col-md-4 {
   margin: 0;
}

.news-clear {
    clear: both;
}

/* my css */
.news-list-view .headline {
    color: black;
    font-size: 1.3em;
    line-height: 1.4em;
}
a .news-list-date {
    color: black;
}

.news {
  -webkit-hyphens: auto; 
  hyphens: auto; 
}

.header {
    padding-top: 20px;
    font-family: 'Everett-Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    text-transform: uppercase;
}
.article .row {
    padding-left: 10px;
    padding-right: 0px;
}
.article .row a.list {
    display: inline-block;
    text-decoration: none;
    /*   border: 1px solid red;   */
}

.article .row a.list:hover,
.article .row a.list:focus {
    background-color: white;
    /*   border: 1px solid red;   */
}
.news .article .news-img-wrap {
    float: left;
    margin: 0 0 0 0;
    background: none;
}
/* liste */
.news-img-wrap img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../Images/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition-property: all;
    transition-duration: 1s;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.news-img-wrap img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    /* optional transition */
    transition-property: all;
    transition-duration: 1s;
}

.news-img-wrap .mediaelement-image {
    margin-bottom: 20px;
}

.news-list-view .row  a.list > .col-md-2,
.news.news-single div > .col-md-2 {
    padding: 0;
}

.news-single .button {
    
}
.news-single .article h3 {
    margin-top: 12px;
}

.col-md-3.mypos {
    padding-left: 0 !important;
}

.shariff {
    margin-top: 3em;
}

.news-img-caption {
    padding-top: 20px;
    clear: both;
    color: blue;
}
