@charset "UTF-8";
.profile h2 {
  font-size: var(--font-size-headline);
}
.profile #profile-header-wrapper {
  display: flex;
  padding-bottom: 4rem;
}
@media (max-width: 599px) {
  .profile #profile-header-wrapper {
    text-align: center;
  }
}
.profile #profile-header-wrapper .profile-image {
  margin-right: 25px;
}
@media (max-width: 599px) {
  .profile #profile-header-wrapper .profile-image:not(.profile-image-mobile) {
    display: none;
  }
  .profile #profile-header-wrapper .profile-image.profile-image-mobile {
    display: block;
    height: 125px;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile #profile-header-wrapper .basic-information {
  width: 100%;
}
.profile #profile-header-wrapper .basic-information > div:not(:first-child), .profile #profile-header-wrapper .basic-information > h1:not(:first-child) {
  margin-top: 2rem;
}
.profile #profile-header-wrapper .basic-information > div:not(:last-child), .profile #profile-header-wrapper .basic-information > h1:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .profile #profile-header-wrapper .basic-information {
    font-size: var(--font-size-sub-headline);
  }
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information {
    float: left;
  }
}
.profile #profile-header-wrapper .basic-information .header-profile-info {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-profile-info {
    gap: var(--standard-element-spacing);
    flex-direction: row;
    align-items: center;
  }
}
.profile #profile-header-wrapper .basic-information .header-profile-info .header-badges {
  font-size: var(--font-size-primary-text);
  justify-content: center;
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-profile-info .header-badges {
    justify-content: flex-start;
  }
}
.profile #profile-header-wrapper .basic-information .header-rating-info {
  display: flex;
  gap: var(--standard-element-spacing);
  flex-direction: column;
  margin-top: 2.3rem;
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-rating-info {
    flex-direction: row;
  }
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-rating-info .header-button-container:first-of-type {
    margin-top: 0;
  }
}
.profile #profile-header-wrapper .basic-information .header-rating-info .header-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--standard-element-spacing);
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-rating-info .header-buttons {
    flex-direction: row;
  }
}
.profile #profile-header-wrapper .basic-information .header-rating-info .header-buttons a {
  white-space: nowrap;
}
@media (min-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-rating-summary {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
  }
}
@media (max-width: 599px) {
  .profile #profile-header-wrapper .basic-information .header-rating-reservation .header-rating-summary {
    display: flex;
    justify-content: center;
  }
}
.profile #profile-header-wrapper .basic-information .header-rating-reservation {
  font-size: var(--font-size-primary-text);
}
.profile #profile-header-wrapper .basic-information .header-rating-reservation img {
  margin-right: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.profile #profile-header-wrapper .basic-information .stars-with-count::after {
  content: none;
}
@media (max-width: 599px) {
  .profile #profile-header-wrapper .basic-information .stars-with-count {
    display: inline-block;
  }
  .profile #profile-header-wrapper .basic-information .stars-with-count > div {
    margin-left: auto;
    margin-right: auto;
  }
}
.profile #profile-header-wrapper .basic-information .count {
  color: #fff;
  font-size: inherit;
}
.profile .info {
  margin-top: 3rem;
}
.profile .info .prose p {
  word-wrap: pretty;
}
.profile .info .prose ul, .profile .info .prose ol {
  margin: 10px 0;
}
.profile .info .prose ul li, .profile .info .prose ol li {
  margin: 0.5rem 0 0 3rem;
}
.profile .info .prose ul li {
  list-style: disc;
}
.profile .info .prose ol li {
  list-style: decimal;
}
.profile .info .prose blockquote:not(.unstyled) {
  margin: 1.5em 20px;
}
@media (max-width: 599px) {
  .profile .info .prose blockquote:not(.unstyled) {
    margin-left: 0;
    margin-right: 0;
  }
}
.profile .info .prose blockquote:not(.unstyled) {
  padding: 0.5em 0;
  quotes: "“" "”" "“" "’";
  font-style: italic;
}
.profile .info .prose blockquote:not(.unstyled)::before {
  color: #555;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.profile .info .prose blockquote:not(.unstyled) p:first-of-type {
  display: inline;
}
.profile .info .prose ul br {
  display: none;
}
.profile .info .profile-claim {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.5em;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1.5em;
  background-color: var(--color-bright-blue-2);
}
@media (min-width: 970px) {
  .profile .info .profile-claim {
    max-width: calc(100% - 40rem);
  }
}
@media (min-width: 599px) {
  .profile .info .profile-claim {
    padding-left: 1.5em;
  }
}
.profile .info .profile-claim a {
  max-width: 60%;
}
.profile .info .profile-claim-text em {
  display: block;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 599px) {
  .profile .info .profile-claim-text em {
    display: inline-block;
    font-size: var(--font-size-sub-headline);
    margin-right: 0.4em;
    padding-top: 0.2em;
  }
}
.profile .info .profile-claim-text span {
  display: block;
}
@media (min-width: 970px) {
  .profile .info .profile-info-wrapper, .profile .info #profile-header-wrapper {
    float: left;
    width: 100%;
    max-width: calc(100% - 40rem);
  }
}
.profile .info .profile-ad-wrapper > h2 {
  margin-bottom: 0.5em;
}
@media (min-width: 970px) {
  .profile .info .profile-ad-wrapper {
    padding-left: 2em;
  }
}
@media (max-width: 970px) {
  .profile .info .profile-ad-wrapper {
    margin: 1rem auto 4rem;
  }
}
@media (min-width: 970px) {
  .profile .info .profile-ad-wrapper {
    float: right;
    max-width: 40rem;
    min-width: 36rem;
  }
}
.profile .info .profile-ad-wrapper .banner-ad.element {
  text-align: center;
}
@media (max-width: 970px) {
  .profile .info .profile-ad-wrapper .favorite-review {
    display: none;
  }
}
.profile .info .profile-ad-wrapper .favorite-review .favorite-review-intro {
  display: block;
  color: var(--color-gray-dark-2);
}
.profile .info .profile-ad-wrapper .favorite-review .review {
  display: block;
  margin-top: -3px;
}
.profile .info .profile-ad-wrapper .favorite-review .review .description {
  padding-left: 0;
  margin-left: 0;
}
.profile .info .profile-ad-wrapper .favorite-review .review p.signature {
  margin-top: 1.5em;
  font-style: italic;
}
@media (max-width: 599px) {
  .profile .info .profile-info-element {
    padding: 1.5rem 0;
  }
  .profile .info .profile-info-element:first-child {
    padding-top: 0;
  }
  .profile .info .profile-info-element > div {
    padding: 0.6em 0;
  }
}
@media (min-width: 599px) {
  .profile .info .profile-info-element > div:not(:last-child) {
    padding-right: 1em;
  }
}
@media (min-width: 599px) {
  .profile .info .profile-info-element {
    display: flex;
  }
}
.profile .info .profile-info-element:not(:last-child) {
  border-bottom: var(--separator-border);
}
.profile .info .profile-info-element:first-child {
  border-top: var(--separator-border);
}
.profile .info .element-title-wrap {
  color: var(--color-gray-dark-2);
}
.profile .info .element-content-wrap button:not(.button--link) {
  margin-top: 0.3em;
}
@media (max-width: 599px) {
  .profile .info .element-button-wrap {
    padding-top: 1em;
    padding-bottom: 0.6em;
  }
}
@media (min-width: 599px) {
  .profile .info .element-button-wrap {
    align-self: center;
  }
  .profile .info .element-button-wrap > button, .profile .info .element-button-wrap > a {
    min-width: 11em;
  }
}
@media (max-width: 599px) {
  .profile .info .element-content-wrap, .profile .info .element-button-wrap {
    font-size: var(--font-size-sub-headline);
  }
}
@media (min-width: 599px) {
  .profile .info .element-title-wrap, .profile .info .element-content-wrap {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }
  .profile .info .element-title-wrap, .profile .info .element-button-wrap {
    flex-shrink: 0;
  }
  .profile .info .element-title-wrap {
    width: 15rem;
  }
  .profile .info .element-content-wrap {
    flex-grow: 1;
  }
}
.profile .info .profile-element-list {
  overflow-y: hidden;
  position: relative;
}
.profile .info .profile-element-list .profile-element-list-item {
  display: block;
}
.profile .info .profile-element-list .profile-element-list-item:not(:first-of-type) {
  margin-top: 1em;
}
.profile .info .profile-element-list .profile-element-list-item:not(:last-of-type) {
  margin-bottom: 1em;
}
.profile .info .emphasized-element {
  font-size: var(--font-size-sub-headline);
  line-height: 1.5em;
}
.profile .info .profile-element-divider {
  border: 0;
  border-bottom: var(--separator-border);
  margin: 1.2em 0 1em;
}
.profile .info .availability-number-free {
  font-size: 1.25em;
}
.profile .info .practice-location:not(:last-child) {
  margin-bottom: var(--standard-element-spacing);
}
.profile .info .practice-location > *:not(:first-child) {
  margin-top: 0.3em;
}
.profile .info .practice-location .phone {
  display: block;
}
.profile .info .practice-location .phone img {
  display: inline-block;
}
.profile .info .practice-location .phone.phone-truncated a.full {
  display: none;
}
.profile .info .practice-location .phone.phone-truncated a.truncated {
  cursor: pointer;
}
.profile .info .practice-location .phone:not(.phone-truncated) a.truncated {
  display: none;
}
.profile .info .practice-location .phone .contact-phone-icon {
  height: 0.75em;
  margin-right: 0.4em;
}
.profile .info .practice-location .homepage {
  display: block;
}
.profile .info .practice-location .homepage .contact-url-icon {
  height: 0.75em;
  margin-right: 0.4em;
}
.profile .info .practice-location span + address {
  margin-top: 0.3em;
}
.profile .info .practice-location .map-link {
  display: inline-block;
  margin-top: 0.3em;
}
.profile .info .practice-location .map-canvas {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}
.profile .info .practice-location .map-canvas--visible {
  height: 40vw;
  max-height: 460px;
  overflow: visible;
}
@media (max-width: 599px) {
  .profile .info .practice-location .map-canvas--visible {
    height: calc(100vw - 4rem);
  }
}
.profile .info .practice-location .map-canvas a::after {
  display: none;
}
.profile .info .practice-location .org-booking-action {
  white-space: nowrap;
  margin-top: 0.5em;
}
.profile .info .municipality-reference {
  display: block;
  margin-top: 20px;
}
.profile .info .new-review {
  text-align: center;
  margin: 50px 0;
  width: 100%;
}
.profile .map-link {
  display: inline-block;
  margin-top: 0.3em;
}
.profile .map-canvas {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-width: var(--maximum-page-width);
  margin-top: 10px;
}
.profile .map-canvas--visible {
  height: 30vw;
  max-height: 300px;
  overflow: visible;
}
@media (max-width: 599px) {
  .profile .map-canvas--visible {
    height: 60vw;
  }
}
.profile .map-canvas a::after {
  display: none;
}
.profile #frozen-reviews-wrapper .content {
  max-width: 500px;
  padding: 2em 0;
  font-size: var(--font-size-sub-headline);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.profile #reviews-summary-wrapper .content, .profile #reviews-summary-header, .profile #reviews-summary, .profile #reviews-summary-button-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.profile #reviews-summary-header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 599px) {
  .profile #reviews-summary-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.profile #reviews-summary-header > h2 {
  display: inline-flex;
  font-size: var(--font-size-headline);
}
.profile #reviews-summary-wrapper, .profile #frozen-reviews-wrapper {
  background-color: var(--color-gray-dark);
  margin-top: 2rem;
}
@media (min-width: 599px) {
  .profile #reviews-summary {
    display: flex;
  }
}
@media (max-width: 599px) {
  .profile .reviews-summary-block {
    padding: 1.5rem 0;
  }
  .profile .reviews-summary-block:first-child {
    padding-top: 0;
    padding-bottom: 2.5rem;
    border-bottom: var(--separator-border);
    margin-bottom: 1rem;
  }
  .profile .reviews-summary-block:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 599px) {
  .profile .reviews-summary-block {
    padding: 1rem 0;
    padding-right: 1rem;
    width: 100%;
    flex-shrink: 1;
  }
}
.profile .reviews-summary-block .stars-svg {
  margin-top: 0.2em;
}
@media (min-width: 599px) {
  .profile #reviews-summary-button-wrapper a {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.profile #reviews-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 599px) {
  .profile #reviews-header .content h2 {
    font-size: var(--font-size-sub-headline);
  }
}
.profile #reviews-header .content h2 {
  font-size: var(--font-size-headline);
  line-height: 1.5;
  margin-top: 2rem;
}
.profile #reviews {
  background-color: var(--color-gray-light);
}
.profile #reviews #load-more {
  display: none;
  text-align: center;
}
.profile #reviews #load-more.alternative {
  margin-top: 40px;
  margin-bottom: 40px;
}
.profile #reviews #load-more.alternative .spinner {
  padding-top: 0.8em;
}
.profile #reviews #load-more:not(.alternative) .load-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 0.5rem;
  border: var(--separator-border);
  border-radius: var(--border-radius-large);
  height: 42px;
  color: var(--color-secondary-text);
  text-decoration: none;
}
.profile #reviews #load-more:not(.alternative) .spinner {
  margin-top: 2rem;
  padding-top: 1rem;
}
.profile #reviews #load-more .spinner {
  height: 30px;
}
.profile .banner-ad.outer {
  margin: 30px 0;
}
.profile .booking-action.with-icon::before {
  margin-bottom: -0.1em;
  background-image: url("/assets/icons/calendar_white-3b170da7.svg");
}
.profile .booking-action.with-icon:not(.call-to-action):hover::before, .profile .booking-action.with-icon:not(.call-to-action):active::before, .profile .booking-action.with-icon:not(.call-to-action):focus::before {
  background-image: url("/assets/icons/calendar_blue-cd881a5e.svg");
}
.profile .booking-action.with-icon.call-to-action:hover::before, .profile .booking-action.with-icon.call-to-action:active::before, .profile .booking-action.with-icon.call-to-action:focus::before {
  background-image: url("/assets/icons/calendar_green-f2d51b74.svg");
}
.profile .appointment-booking select {
  width: 100%;
  margin-bottom: 20px;
}
.profile .appointment-booking select:has(+ .simple-calendar) {
  margin-bottom: 30px;
}
.profile .appointment-booking select + .simple-calendar td {
  height: 120px;
}
.profile .appointment-booking .treatment {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.profile .appointment-booking .treatment-name {
  font-size: var(--font-size-sub-headline);
  font-weight: bold;
  line-height: 1em;
}
.profile .appointment-booking .treatment-description {
  --read-more-line-clamp: 2;
  color: var(--color-secondary-text);
}
.profile .appointment-booking button.read-more {
  margin-top: 0;
}
.profile .appointment-booking .treatment-price .red {
  color: var(--color-red);
}
.profile .appointment-booking .treatment-price .green {
  color: var(--color-green);
}
.profile .appointment-booking hr {
  border: none;
  border-top: var(--separator-border);
  margin-top: var(--standard-element-spacing);
  margin-bottom: var(--standard-element-spacing);
}
