/* FILMREIHE */

.news_teaser {
  border-top: 1px solid #ccc;
  padding: 20px 0 10px;
  position: relative;
}

.news_teaser h3 {
  text-transform: none;
}

.news__teaser h2 {
  width: 100% !important;
}


.news__teaser__img img,
.news__full__img img {
  /*width: 116px !important;*/
  /* Macht Förderverein-News kaputt*/
}

.news__full__img img {
  margin-bottom: 15px;
}
.news__full__img {
    margin-right: 10px;
}

.news__teaser h1{
  top: 0px;
}

.news__teaser {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.news__teaser__img {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.news__teaser__text {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}


.news__teaser__text p {
  margin-top: 0px;
}

.news__img__foerder{
  max-width: 100%;
  max-height: 100%;
}



/*@media screen and (max-width: 600px) {

    .news__teaser__text{
      width: 100%;
      padding-bottom: 15px;
    }

    .news__teaser__img {
      width: 100%;
      display: block;
      margin-bottom: 15px;
    }


  }*/