/*
 * PM (17.04.2019) SIGMA SPORT // Webseite // Event-Komponente // Aufwandsschätzung
 * this script contains the logic responsible for showing the next x events
 *
 * div#events_short_list is the former div#Eventstabelle
 */
div.blog:not(.ontour) > div.items-leading section.socials,
div.blog:not(.ontour) > div.items-leading div.leading-2 {
  margin: 20px 0;
}
div.blog:not(.ontour) > div.items-leading div.leading-2 {
  height: 450px;
  width: 100%;
  position: relative;
  background: url(/de/templates/sigmasport/images/startseite/startseitenimg_ontour_hintergrund_1_startseite.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 980px) {
  div.blog:not(.ontour) > div.items-leading div.leading-2 {
    height: 380px;
  }
}
div#sigma_on_tour_section {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
div#sigma_on_tour_section > h2 {
  color: #fff;
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  div#sigma_on_tour_section > h2 {
    margin-top: 50px;
  }
}
div#sigma_on_tour_section > div.bgimgonTour {
  background: transparent;
  height: auto;
}
@media screen and (min-width: 980px) {
  div#sigma_on_tour_section > div.bgimgonTour > div.ontourevents {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
div#sigma_on_tour_section > div.bgimgonTour > div.ontourevents > div.eventdetail {
  margin: 0;
}
div#sigma_on_tour_section div.bg-mutiply {
  display: none;
}
div#sigma_on_tour_section p.more {
  margin: 30px auto 20px;
}
div#sigma_on_tour_section p.more > a {
  font-family: 'Roboto Condensed', sans-serif;
}
div#events_short_list p {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
div#events_short_list p > strong {
  color: #fff;
  font-size: 21px !important;
  margin-bottom: 10px;
  line-height: 20px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  div#events_short_list div.newsflash {
    display: flex;
  }
  div#events_short_list div.newsflash > p {
    display: flex;
    flex-direction: column;
    margin: 20px;
  }
  div#events_short_list div.newsflash > p > * {
    flex: 1;
  }
}
div#events_short_list a,
div#events_short_list div.newsflash > *:not(.pagecon-active) {
  display: none;
}
main#content > div.unternehmen.ontour > div.items-leading > div:not(.leading-0):not(.pagecon-active),
main#content > div.unternehmen.ontour > div.items-leading > div:not(.leading-0) > *:not(.page-header):not([class*='pagecon-active']) {
  display: none;
}
/*# sourceMappingURL=sigma_on_tour.css.map */