.review {
  border: 1px solid #ededed;
  margin-bottom: 15px;
}
.review.has-detailed-ratings .show-detailed-ratings {
  display: block;
}
.review.has-detailed-ratings .result-wrapper {
  padding-top: 5px;
}
.review .review-header {
  background-color: #ededed;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  gap: 15px;
}
.review .review-content {
  padding: 30px 30px 0;
}
@media (max-width: 767px) {
  .review .review-content {
    padding: 20px 20px 0;
  }
}
.review .review-content hr {
  margin-top: 30px;
  border: none;
  border-top: 1px solid #ededed;
}
.review .review-content p {
  margin-bottom: 15px;
}
.review .result-wrapper {
  padding: 15px 30px 15px;
  display: flex;
}
@media (max-width: 767px) {
  .review .result-wrapper {
    display: block;
    text-align: center;
    padding: 15px 20px;
  }
}
.review .result-wrapper .result {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding-right: 25px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .review .result-wrapper .result {
    padding: 10px 0 0;
    width: 100%;
  }
}
.review .result-wrapper .rating-value {
  font-size: 1.25rem;
  margin-bottom: 5px;
  color: #f4b615;
  font-weight: 500;
}
.review .result-wrapper .listing-rating {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.review .result-wrapper .listing-rating i {
  display: inline-block;
  color: #f4b615;
  font-size: 1.5rem;
}
.review .result-wrapper .rating-note {
  font-size: 1.56rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
.review .main-categories {
  width: 55%;
  position: relative;
}
@media (max-width: 767px) {
  .review .main-categories {
    width: 100%;
    padding-top: 30px;
  }
}
.review .show-detailed-ratings {
  display: none;
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.review .show-detailed-ratings:hover {
  cursor: pointer;
}
.review .show-detailed-ratings.open i:before {
  transform: rotate(90deg);
}
.review .show-detailed-ratings .dropdown-icon {
  display: inline-block;
}
.review .show-detailed-ratings i {
  display: inline-block;
  padding-top: 2px;
  vertical-align: middle;
  font-size: 1rem;
}
.review .show-detailed-ratings i:before {
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;
}
.review .single-rating {
  margin-bottom: 10px;
}
.review .single-rating .main-single-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.review .single-rating .main-single-rating .listing-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  .review .single-rating .main-single-rating {
    display: block;
    text-align: center;
  }
  .review .single-rating .main-single-rating .listing-rating-wrapper {
    align-items: center;
    justify-content: center;
  }
}
.review .single-rating .label {
  font-size: 0.9rem;
  display: inline-block;
  white-space: normal;
}
.review .single-rating .listing-rating {
  display: inline-block;
}
.review .single-rating .listing-rating i {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
.review .single-rating .rating-detail {
  display: inline-block;
  font-size: 0.8rem;
  color: #f4b615;
  font-weight: 600;
}
.review .sub-categories {
  padding-top: 5px;
  display: none;
}
.review .sub-categories .single-rating {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .review .sub-categories .single-rating {
    display: block;
    text-align: center;
  }
}
.review .sub-categories .label {
  font-size: 0.8rem;
}
.review .sub-categories i {
  font-size: 0.9rem !important;
}
.review .sub-categories .rating-detail {
  font-size: 0.8rem;
  margin-left: 2px;
}
.simple-advocheck-background {
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.profile-status {
  text-align: center;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .profile-status {
    margin: -15px 0 0;
  }
}
.profile-status .checkbox-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -4px;
  margin-right: 3px;
  background: url("../../img/check-circle.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fa {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a6a6a6;
}
.fa-info-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -4px;
  margin-right: 3px;
  background-position: center center;
  background: url("../../img/info-circle-solid.svg");
}
.finditoo-tooltip:focus, .finditoo-tooltip:active:focus {
  outline: none;
}
.tooltip {
  z-index: 99999 !important;
}
.tooltip .tooltip-inner {
  background-color: #435871;
  padding: 10px !important;
  text-align: left;
  max-width: 300px;
}
.tooltip.in {
  opacity: 0.95;
}
.reviews-slider-row {
  position: relative;
  border-radius: 15px;
  background-color: white;
  padding: 15px 50px 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .reviews-slider-row {
    padding: 15px 15px 15px;
  }
}
.reviews-slider-row .reviews-heading-slider {
  margin-bottom: 32px;
}
.reviews-slider-row .reviews-wrapper-slider {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .reviews-slider-row .reviews-wrapper-slider {
    display: block;
  }
}
.reviews-slider-row .reviews-column {
  width: 100%;
}
.reviews-slider-row a#rate-listing-slider {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .reviews-slider-row a#rate-listing-slider {
    display: inline-flex;
    padding: 8px 15px;
  }
}
.reviews-slider-row .filters-column-slider {
  min-width: 225px;
}
.reviews-slider-row .advocheck-logo-slider {
  max-width: 140px !important;
  height: auto !important;
}
.reviews-slider-row .competence {
  margin: 0 -20px;
  border-radius: 0;
  font-weight: 500;
  font-size: 0.9rem;
  border: none;
  background-color: #ededed;
  padding: 15px;
}
.no-border {
  border: none !important;
}
.review-header-slider {
  background-repeat: no-repeat;
  background-color: white;
}
.review-header-slider .background {
  background: url("../../img/klienten-empfehlung.png");
  display: inline-block;
  height: 150px;
  width: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  align-self: center;
}
.display-name {
  display: inline-block;
  max-width: 250px;
  line-height: 1.6;
  align-self: center;
}
.review-advocheck-slider-card {
  border: 1px solid #F5F5F5;
  padding: 20px;
  height: 100%;
}
.review-content-slider {
  text-align: center;
}
.review-content-slider hr {
  margin-top: 30px;
  border: none;
  border-top: 1px solid #ededed;
}
.review-content-slider p {
  margin-bottom: 15px;
}
.review-content-slider .gray-text {
  color: #7A7A7A;
  font-size: 0.9rem;
}
.result-wrapper-slider {
  padding: 15px 30px 15px;
  display: flex;
}
@media (max-width: 767px) {
  .result-wrapper-slider {
    display: block;
    text-align: center;
    padding: 15px 20px;
    justify-content: center;
  }
}
.result-wrapper-slider .result {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding-right: 25px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .result-wrapper-slider .result {
    padding: 10px 0 0;
    width: 100%;
  }
}
.result-wrapper-slider .rating-value {
  font-size: 1.25rem;
  margin-bottom: 5px;
  color: #f4b615;
  font-weight: 500;
}
.result-wrapper-slider .listing-rating {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.result-wrapper-slider .listing-rating i {
  display: inline-block;
  color: #f4b615;
  font-size: 1.5rem;
}
.result-wrapper-slider .rating-note {
  font-size: 1.56rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
.main-categories-slider {
  width: 55%;
  position: relative;
}
@media (max-width: 767px) {
  .main-categories-slider {
    width: 100%;
    padding-top: 30px;
  }
}
.review-column-slider {
  align-items: stretch;
  gap: 20px;
  margin: 20px;
  border: none;
  display: flex;
}
.review-column-slider > .column {
  flex-direction: column;
  align-self: stretch;
  height: auto;
  margin: 0;
  display: flex;
}
.review-column-slider > .column:first-child {
  background-position: center center;
  text-align: center;
  flex: 0 0 200px;
  max-width: 200px;
  padding: 30px 20px;
}
.review-column-slider > .column:last-child {
  margin: 0;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .review-column-slider {
    display: block;
    text-align: center;
  }
  .review-column-slider > .column:first-child {
    max-width: 100%;
    padding: 20px;
  }
  .review-column-slider > .column:last-child {
    max-width: 100%;
  }
}
.checkbox-icon.dark {
  background: url("../../img/check-circle-dark.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}
.subcategories-rating .sub_categories {
  justify-content: space-evenly;
  padding-top: 15px;
  display: flex;
}
.subcategories-rating .sub_categories .sub_category {
  align-items: flex-start;
}
.subcategories-rating .sub_categories .sub_category .label {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 4px 0;
  text-align: center;
}
.subcategories-rating .sub_categories .sub_category .contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subcategories-rating .sub_categories .sub_category .rating-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
}
.subcategories-rating .sub_categories .sub_category .rating-row .rating-stars {
  font-size: 1rem;
  color: #f4b615;
  font-weight: 500;
}
.subcategories-rating .sub_categories .sub_category .rating-row .rating-stars i {
  font-size: 1rem;
  line-height: 1;
}
.subcategories-rating .sub_categories .sub_category .rating-row .value {
  font-size: 0.7rem;
  color: #f4a549;
  padding-top: 2px;
}
@media (max-width: 649px) {
  .subcategories-rating .sub_categories {
    display: block;
  }
  .subcategories-rating .sub_categories .sub_category {
    text-align: center;
    margin-bottom: 20px;
  }
  .subcategories-rating .sub_categories .sub_category .contact-row {
    justify-content: center;
  }
}
.checkbox-icon {
  margin: 0;
  display: inline-block;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev {
  margin-left: -10px;
  font-size: 32px;
  padding: 0;
}
.owl-carousel .owl-nav button.owl-next {
  margin-right: -10px;
  font-size: 32px;
  padding: 0;
}
.h5-header {
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #ededed;
  display: block;
  padding: 15px 30px;
  border: 3px solid #ffffff;
  margin: -15px -50px 0;
  border-radius: 15px 15px 0 0;
}
.h5-header span {
  font-size: 0.9rem;
}
@media (max-width: 649px) {
  .h5-header {
    margin: -15px -15px 0;
  }
}
h5 span.additional-info {
  position: relative;
  float: right;
}
@media (max-width: 991px) {
  h5 span.additional-info {
    display: flex;
    gap: 5px;
    float: none;
    padding-left: 30px;
    margin-top: 10px;
  }
}
h5 span.additional-info span {
  color: #f4a549;
}
.check-shield-icon {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/check-shield.png");
  left: -25px;
}
@media (max-width: 991px) {
  .check-shield-icon {
    left: 0;
  }
}
.law_firm_break {
  margin-top: 30px;
}
.advocheck-law-firm-team {
  position: relative;
  border-radius: 15px;
  background-color: white;
  padding: 15px 50px 10px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .advocheck-law-firm-team {
    padding: 15px 15px 15px;
  }
}
.advocheck-law-firm-team .advocheck-law-firm-team-wapper {
  display: flex;
  justify-content: center;
}
.advocheck-law-firm-team .team-member {
  max-width: 30%;
  margin: 3%;
  padding: 20px;
  border: 1px solid #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .advocheck-law-firm-team .team-member {
    max-width: 100%;
  }
}
.advocheck-law-firm-team .team-member .buttons.button-2 {
  background-color: #435871 !important;
  color: #fff !important;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 0;
  margin-top: 5px;
}
.advocheck-law-firm-team .team-member .empfehlungssiegel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advocheck-law-firm-team .team-member .advocheck-spezialgebiete {
  margin-top: 5px;
}
.advocheck-law-firm-team .team-member .advocheck-spezialgebiete h3 {
  font-size: 16px;
}
.advocheck-law-firm-team .team-member .meta-data {
  display: flex;
  align-items: center;
}
.advocheck-law-firm-team .team-member .meta-data .img {
  min-width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.advocheck-law-firm-team .team-member .meta-data .label {
  text-align: left;
  padding-left: 10px;
  white-space: normal;
}
.advocheck-law-firm-team .team-member .meta-data h3 {
  font-size: 18px;
  text-align: left;
  margin: 0 0 3px 0;
}
@media (max-width: 991px) {
  .advocheck-law-firm-team .advocheck-law-firm-team-wapper {
    display: block;
  }
}
