@media (min-width: 600px) {
  .teaser__image {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background: #e6e6e6;
  }
  [dir='rtl'] .teaser__image {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
}

.teaser__teaser-type {
  background-color: #adadad;
  border-radius: 0 0 18px 18px;
}

@media (min-width: 600px) {
  .teaser__teaser-type {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 20px 0;
  }
}

.teaser__teaser-type-icon {
  fill: white;
}

.teaser__label > * {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.teaser .teaser__badge:first-child {
  padding-left: 0;
}

.teaser .teaser__badge:first-child.badge-default, .teaser .teaser__badge:first-child.badge-primary, .teaser .teaser__badge:first-child.badge-secondary, .teaser .teaser__badge:first-child.badge-accent, .teaser .teaser__badge:first-child.badge-success, .teaser .teaser__badge:first-child.badge-info, .teaser .teaser__badge:first-child.badge-warning, .teaser .teaser__badge:first-child.badge-danger, .teaser .teaser__badge:first-child.badge-active {
  padding-left: 1em;
}

.teaser .badge__label {
  color: #343434;
}

.teaser .flag-follow-user {
  position: relative;
}

.teaser .flag-follow-user .js-flag-message {
  display: none;
}

.teaser .flag-follow-user .ajax-throbber {
  position: absolute;
  top: 4px;
  right: 10px;
}

.teaser.paragraph--view-mode--default {
  height: inherit;
}

.home_background_asterisk {
  position: relative;
}

.home_background_asterisk:before {
  content: ' ';
  background-image: url("../images/default/BackgroundAsterisk.svg");
  height: 1693px;
  width: 46%;
  background-repeat: no-repeat;
  position: absolute;
  right: -213px;
  bottom: 0;
  z-index: -9999;
}

@media (max-width: 768px) {
  .home_background_asterisk:before {
    display: none;
  }
}

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