/* FILMREIHE */

.tvtip_teaser {
  border-top: 1px solid #aaa;
  padding: 20px 0 10px;
}

.tvtip_teaser h3 {
  text-transform: none;
}


.tvtip__teaser__img img {
  width: 100%;
}

.tvtip__teaser h1{
  top: 0px;
}

.tvtip__teaser {
  border-top: 1px solid #ccc;
  padding: 15px 0px;
  position: relative;
}

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

.tvtip__teaser__text {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}


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

.tvtip__title {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 7px;
  display: block;
}


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

    .tvtip__teaser__img img{
      width: 116px;
    }

    .tvtip__teaser__img {
      width: 126px;
    }

    .tvtip__teaser__text {
      width: 200px;
    }

  }*/