/* FILMREIHE */

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

/* FILM */

.cinema_movie_series a {
  color: #555;
}

.cinema_movie_info {
  clear: both;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777;
}

.cinema_movie_details img {
  float: left;
  margin: 0 20px 20px 0;
}


/* VORSTELLUNG (wird auch für TV-Tips genutzt) */

.cinema_show_teaser {
  border-top: 1px solid #aaa;
  padding: 15px 0;
}

.cinema_show_teaser .show_day,
.cinema_show_teaser .show_date {
  font-weight: bold;
}
.cinema_show_teaser .show_time {
  padding-left: 10px;
}

.cinema_show_teaser .show_title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.cinema_show_teaser .show_series a {
  color: #555;
}

.cinema_show_teaser .show_info_short {
  margin: 5px 0;
  font-size: 12px;
  color: #777;
}

.tv_tip .show_title {
  color: #d39700;
}

.cinema_series__image {
  margin-bottom: 15px;
}

#block-views-blockcinema-shows-block-1 .views-field-edit-node{
  float: right;
}