.label-default {
  background-color: #999;
}

#stat_tags ol {
  list-style: none;
}
#stat_tags li {
  display: inline;
}
.headline_hint {
  margin-top: -8px;
}

.carousel-caption {
  left: 20%;
  padding-bottom: 30px;
  right: 20%;
}

.carousel-caption {
  bottom: 20px;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  z-index: 10;
}

.carousel-caption span,
.carousel-caption h2,
.carousel-caption h1 {
  color: #fff;
  background-color: #333;
  padding: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-stretch: semi-condensed;
  font-size: 25px;
  font-weight: 100;
  border-radius: 4px;
  opacity: 0.9;
  display: inline;
}
.carousel-inner {
  border-radius: 6px;
}
.carousel_img {
  border: 1px solid #9b9b9b;
  border-radius: 6px;
}

.carousel-control {
  color: transparent;
  border-radius: 6px;
}

.bottom-img-caption {
  bottom: 20px;
  position: absolute;
  z-index: 10;
  opacity: 0.9;
}
.bottom-img-caption span {
  background-color: #333;
  color: white;
  font-weight: 100;
  padding: 2px 4px 2px 4px;
  text-transform: uppercase;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  letter-spacing: 1px;
}
.teaser-bg-image {
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
  /* filter: grayscale(65%); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  cursor: pointer;
}
.teaser-bg-image-0 {
  background-image: url(/templates/rp24_bs4/images/mobile_start/kaufen.jpg);
}
.teaser-bg-image-1 {
  background-image: url(/templates/rp24_bs4/images/mobile_start/verkaufen2.jpg);
}
.teaser-bg-image-2 {
  background-image: url(/templates/rp24_bs4/images/mobile_start/angebote2.jpg);
}
.teaser-bg-image-3 {
  background-image: url(/templates/rp24_bs4/images/mobile_start/gesuche.jpg);
}
.teaser-bg-image-4 {
  background-image: url(/templates/rp24_bs4/images/mobile_start/welcome.jpg);
}

a.mobile-open-angle {
  font-size: 1.8em;
}

.teaser-head {
  margin-bottom: 0px;
}

.teaser-icon-block {
  position: relative;
  left: 0;
  top: -160px;
  height: 0;
}

.teaser-icon-block h5 {
  font-size: 4.3em;
  color: var(--rp24-white);
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
  cursor: pointer;
  letter-spacing: 0.07em;
}
@media (max-width: 360px) {
  .teaser-icon-block h5 {
    font-size: 3em;
  }
}
.start-card .card-body {
  min-height: 1px;
  padding: 0.25rem;
}
.start-card .card-text {
  padding: 0.4em;
}

.start-card {
  margin: 35px 0;
  -webkit-box-shadow: 5px 9px 17px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 9px 17px -2px rgba(0, 0, 0, 0.2);
}

#start_news li {
  list-style-type: none;
}
#start_news .fa-circle {
  color: #555555;
}
.topoffer-block {
  border-color: var(--rp24-red);
}
.topoffer-block .amount {
  font-size: 0.9em;
}
@media (max-width: 480px) {
  .topoffer-block .amount {
    display: block;
  }
}
