.listing-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.33);
}
.listing-preview.inverted {
  background-color: #173859;
  color: #fff;
}
.listing-preview.inverted .listing-name {
  color: #fff;
}
.listing-preview.inverted .listing-name a {
  color: #fff;
}
.listing-preview .listing-preview-content {
  padding: 20px;
}
@media (max-width: 1199px) {
  .listing-preview .listing-details-container {
    display: flex;
    gap: 17px;
  }
}
.listing-preview .listing-preview-footer .review {
  padding: 20px;
  border-top: 1px solid #ededed;
}
.listing-preview .listing-preview-footer .review p {
  margin: 0;
}
.listing-preview .listing-preview-footer .review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.listing-preview .listing-preview-footer .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4b615;
}
.listing-preview .listing-preview-footer .rating span {
  transform: translate(0, -1px);
}
.listing-preview .listing-preview-footer .listing-rating i {
  color: #f4b615;
  margin-right: 2px;
  vertical-align: middle;
  font-size: 1.1rem;
}
.listing-preview .listing-preview-footer .date {
  font-size: 0.8rem;
}
.listing-preview .footer-button {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #5E80A2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.listing-preview .button {
  padding: 5px 9px;
  flex: 1;
}
.listing-preview .button i {
  font-size: 1rem;
}
.listing-preview .button span {
  font-size: 0.875rem;
}
.listing-preview .picture-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .listing-preview .picture-container {
    display: inline-block;
  }
}
.listing-preview .profile-image {
  position: relative;
  width: 150px;
  min-width: 150px;
  height: 165px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .listing-preview .profile-image {
    width: 105px;
    height: 125px;
    min-width: 105px;
    position: relative;
  }
}
.listing-preview .profile-image:hover {
  cursor: pointer;
}
.listing-preview .profile-image-container {
  position: relative;
}
.listing-preview .profile-image-container .empfehlungssiegel {
  position: absolute;
  bottom: -5px;
  right: -15px;
  align-items: end;
  display: inline;
  width: auto;
  min-width: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .listing-preview .profile-image-container .empfehlungssiegel {
    height: 43px;
    bottom: 0;
    right: -10px;
    top: 74px;
    left: 48px;
    min-width: auto;
  }
}
.listing-preview .empfehlungssiegel {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
@media (max-width: 767px) {
  .listing-preview .empfehlungssiegel {
    right: -5px;
  }
}
.listing-preview .empfehlungssiegel div {
  width: 65px;
  height: 65px;
  min-height: 65px;
  background-position: center top;
}
@media (max-width: 767px) {
  .listing-preview .empfehlungssiegel div {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }
}
.listing-preview .rating-count {
  justify-content: center;
  gap: 0;
  max-width: 140px;
  margin: 0 auto 0 auto;
  height: 60px;
}
@media (max-width: 1199px) {
  .listing-preview .rating-count {
    display: none;
  }
}
.listing-preview .rating-count i {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.5rem;
}
.listing-preview .rating-count span {
  font-size: 2.8rem;
}
.listing-preview .rating-count span.label {
  font-size: 1.125rem;
}
@media (max-width: 1199px) {
  .listing-preview .listing-details {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .listing-preview .listing-details {
    display: inline-block;
    margin-top: 15px;
  }
}
.listing-preview .listing-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 3px;
  display: block;
  color: #000;
}
.listing-preview .listing-name a {
  color: #000;
}
.listing-preview .tagline {
  font-size: 1rem;
  margin-bottom: 14px;
  display: block;
}
.listing-preview .location-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .listing-preview .location-wrapper {
    display: block;
  }
}
.listing-preview .location-wrapper .rating-count {
  display: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .listing-preview .location-wrapper .rating-count {
    display: flex;
    max-width: none;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.listing-preview .location-wrapper .rating-count i {
  font-size: 1.8rem !important;
  margin-right: 5px;
  transform: translate(0, 2px);
}
@media (max-width: 1199px) {
  .listing-preview .location-wrapper .rating-count i {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1199px) {
  .listing-preview .location-wrapper .rating-count i:before {
    vertical-align: top;
  }
}
.listing-preview .location-wrapper .rating-count span {
  font-size: 2rem !important;
}
@media (max-width: 1199px) {
  .listing-preview .location-wrapper .rating-count span {
    font-size: 1.2rem !important;
    margin-top: 2px;
  }
}
.listing-preview .location-wrapper .rating-count span.label {
  font-size: 0.875rem !important;
}
@media (max-width: 1199px) {
  .listing-preview .location-wrapper .rating-count span.label {
    display: inline-block;
    font-size: 1.2rem !important;
    line-height: 1;
    margin-top: 2px;
    margin-left: 5px;
  }
}
.listing-preview .location {
  margin-bottom: 0;
  align-self: flex-start;
}
.listing-preview .specializations {
  margin-top: 15px;
}
.listing-preview .tag {
  font-size: 0.875rem;
}
.listing-preview .button {
  display: block;
}
