.teaser--course {
  padding: 1rem 0;
  position: relative;
}
.teaser--course .section__status {
  margin-bottom: 0.5rem;
}
@media (min-width: 900px) {
  .teaser--course .section__status {
    float: right;
    margin-bottom: 0;
  }
}
.teaser--course .section__title {
  margin: 0;
}
@media (min-width: 900px) {
  .teaser--course .section__title {
    max-width: 75%;
  }
}
.teaser--course:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.teaser--course .exist-parts {
  display: inline-block;
  font-size: 0.75rem;
  color: #777777;
}
@media (min-width: 900px) {
  .teaser--course .hero-action-button {
    right: auto;
    left: -35px;
  }
  .teaser--course .hero-action-button .btn-floating {
    width: 30px;
    height: 30px;
  }
  .teaser--course .hero-action-button .btn-floating .icon-medium {
    width: 18px;
    height: 18px;
    display: block;
  }
}
.teaser--course.not-allowed, .teaser--course.not-allowed * {
  color: #e0e0e0;
}

.teaser .badge-start,
.teaser--course .badge-start {
  background-color: #fff;
  color: #777777;
  transition: 0.3s;
  border: 1px solid #777777;
}
.teaser .badge-start[href]:hover, .teaser .badge-start[href]:focus,
.teaser--course .badge-start[href]:hover,
.teaser--course .badge-start[href]:focus {
  background-color: #e6e6e6;
}
.teaser .badge-warning .badge__icon,
.teaser .badge-success .badge__icon,
.teaser--course .badge-warning .badge__icon,
.teaser--course .badge-success .badge__icon {
  fill: #fff;
}

.view-course .view-header {
  text-align: center;
  line-height: 1;
  font-size: 0.875rem;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -5px;
}
@media (min-width: 900px) {
  .view-course .view-header {
    margin-top: -25px;
  }
}

.card--body {
  position: relative;
  padding: 1.25rem;
}
@media (min-width: 900px) {
  .card--body {
    padding: 2.5rem;
  }
}

.parent-course {
  position: relative;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-left: -1.25rem;
  margin-top: -1rem;
  margin-right: -1.25rem;
  left: 0;
  right: 0;
  padding: 15px 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.parent-course svg {
  margin-top: -2px;
}
@media (min-width: 900px) {
  .parent-course {
    margin-left: -2.5rem;
    margin-top: -2.2rem;
    margin-right: -2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 2.2rem;
  }
}

.list-item.active {
  color: #29abe2;
  fill: #29abe2;
}
.list-item.not-allowed {
  color: #e0e0e0;
  fill: #e0e0e0;
}

.course-full {
  overflow: hidden;
}

/*# sourceMappingURL=social_course.css.map */
