﻿.fhr-breadcrumb {
  padding: 0.75rem 0;
  box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 0%, 0.1);
  border-top: 1px solid var(--border-light-on-light);
}
.fhr-breadcrumb ol {
  max-width: 88rem;
  margin: 0 auto;
  margin-bottom: 0;
  line-height: 1.625rem;
}
.fhr-breadcrumb ol .fhr-breadcrumb-item {
  list-style: none;
  display: flex;
  font-weight: 600;
  font-size: 1rem;
  color: #206FB7;
}
.fhr-breadcrumb ol .fhr-breadcrumb-item span {
  align-content: center;
}
.fhr-breadcrumb ol .fhr-breadcrumb-item a {
  text-decoration: none;
  align-content: center;
  color: #1C1463;
  font-weight: 500;
}
.fhr-breadcrumb ol .fhr-breadcrumb-item a:hover {
  text-decoration: underline;
  color: rgb(33, 110, 181);
}
.fhr-breadcrumb ol li + li:before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0 0.625rem;
  padding: 0;
  background-image: url(assets/icons/arrow-right--dark-blue.svg);
  background-size: auto 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.fhr-background-circles {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F4FBFE;
  overflow-x: hidden;
}
.fhr-background-circles.height-max-grow article {
  height: calc(100vh - 130px - 57px);
}
@media (max-width: 768px) {
  .fhr-background-circles {
    padding-left: 0;
    padding-right: 0;
  }
}
.fhr-background-circles .fhr-background-circles-content {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
}
.fhr-background-circles .fhr-background-circles-content:before {
  display: block;
  height: 100%;
  width: 50vw;
  right: 100%;
  left: auto;
  background-color: #EAF7FC;
  content: "";
  position: absolute;
}
@media (max-width: 1110px) {
  .fhr-background-circles .fhr-background-circles-content:before {
    content: none;
  }
}
.fhr-background-circles .fhr-background-circles-content:after {
  height: 100%;
  width: 50vw;
  display: block;
  left: 100%;
  right: auto;
  background-color: #EAF7FC;
  content: "";
  position: absolute;
  top: 0;
}
@media (max-width: 1110px) {
  .fhr-background-circles .fhr-background-circles-content:after {
    content: none;
  }
}
.fhr-background-circles .fhr-background-circles-inner {
  display: block;
  position: relative;
  z-index: 20;
  text-align: center;
}
.fhr-background-circles .fhr-background-circles-inner:after {
  display: block;
  background-repeat: no-repeat;
  background-image: url("assets/circle-light-blue.svg");
  content: "";
  height: 100%;
  aspect-ratio: 2/1;
  background-position: bottom var(--offset-right-x) left var(--offset-right-y);
  position: absolute;
  top: 0;
  right: -2px;
  z-index: -20;
  background-size: var(--circle-size-right);
  width: 60%;
}
@media (max-width: 1110px) {
  .fhr-background-circles .fhr-background-circles-inner:after {
    content: none;
  }
}
.fhr-background-circles .fhr-background-circles-inner:before {
  display: block;
  background-repeat: no-repeat;
  background-image: url("assets/circle-light-blue.svg");
  background-position: bottom var(--offset-left-x) left var(--offset-left-y);
  content: "";
  height: 100%;
  width: 60%;
  position: absolute;
  z-index: -20;
  background-size: var(--circle-size-left);
}
@media (max-width: 1110px) {
  .fhr-background-circles .fhr-background-circles-inner:before {
    left: -40px;
    background-image: url("assets/circle-light-blue.svg");
    width: calc(100vw - 40px);
  }
}
@media (max-width: 546px) {
  .fhr-background-circles .fhr-background-circles-inner:before {
    content: none;
  }
}
.fhr-background-circles .fhr-background-circles-content-wrapper {
  padding: 3.75rem 7.5rem;
}
.fhr-background-circles .fhr-background-circles-content-wrapper:after {
  background-image: url("assets/circle-half-dark.svg");
  content: "";
  height: 10rem;
  width: 10rem;
  position: absolute;
  bottom: 1rem;
  right: 4.5rem;
  z-index: 999;
}
@media (max-width: 1110px) {
  .fhr-background-circles .fhr-background-circles-content-wrapper:after {
    content: none;
  }
}
@media (max-width: 1110px) {
  .fhr-background-circles .fhr-background-circles-content-wrapper {
    padding: 3.75rem 1rem;
  }
}

.fhr-organization-details h1 {
  margin-bottom: 40px;
}
.fhr-organization-details h2 {
  margin-bottom: var(--space-3x);
}
.fhr-organization-details h3 {
  margin-bottom: var(--space-2x);
}
.fhr-organization-details .fhr-organization-explanation {
  font-size: 18px;
  font-family: "karla";
  margin-bottom: 40px;
}
.fhr-organization-details .fhr-content-column {
  flex: 1;
}
.fhr-organization-details .fa-action-tile {
  background-color: var(--background-brand-mid);
  border-color: var(--border-base-on-light-brand);
}
.fhr-organization-details .fa-action-tile button {
  --bs-btn-bg: transparent;
}
.fhr-organization-details strong.bigger {
  font-size: 18px;
}
.fhr-organization-details hr {
  margin: var(--space-4x) 0;
}
.fhr-organization-details .flex-basis-100 {
  flex-basis: 100%;
}
@media (max-width: 575px) {
  .fhr-organization-details a .fhr-rating-overview {
    width: 100%;
  }
}
.fhr-organization-details .accordion-header .accordion-button.collapsed .fa-badge {
  --fa-badge-text-color: var(--foreground-interactive-idle-on-light);
  --bs-info-rgb: var(--bs-secondary-rgb);
}
.fhr-organization-details .activity-row {
  display: block;
  border-bottom: 1px solid var(--border-base-on-light);
  padding: var(--space-2x) 0;
  font-size: 18px;
}
.fhr-organization-details .activity-row:last-of-type {
  border-bottom: none;
}

.fhr-footer {
  font-family: Montserrat, Arial, Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  --bs-link-color-rgb: 33, 110, 181;
  --bs-link-opacity: 1;
}
.fhr-footer .fhr-footer-cards {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  gap: 2.5rem;
}
@media (max-width: 1110px) {
  .fhr-footer .fhr-footer-cards {
    flex-direction: column;
  }
}
.fhr-footer .footer-content-wrapper {
  padding: 3.75rem 7.5rem;
  max-width: 100rem;
  margin: 0 auto;
}
.fhr-footer .footer-content-wrapper:after {
  background-image: url("assets/circle-half-dark.svg");
  content: "";
  height: 10rem;
  width: 10rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  right: clamp(1rem, 50vw - 49rem, 45vw);
}
@media (max-width: 1110px) {
  .fhr-footer .footer-content-wrapper:after {
    content: none;
  }
}
@media (max-width: 1110px) {
  .fhr-footer .footer-content-wrapper {
    padding: 3.75rem 1rem;
  }
}
.fhr-footer .fa-eu-funding {
  height: 2rem;
  margin: -1px 0;
}

.fhr-footer-legal {
  background-color: #1C1463;
  font-weight: 600;
  color: white;
  font-size: 0.75rem;
  padding: 0.625rem 0;
}
.fhr-footer-legal .fhr-footer-legal-content-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  max-width: 90rem;
  padding: 0 0.625rem;
}
@media (min-width: 390px) {
  .fhr-footer-legal .fhr-footer-legal-content-wrapper {
    padding: 0 1.25rem;
  }
}
@media (max-width: 1110px) {
  .fhr-footer-legal .fhr-footer-legal-content-wrapper {
    flex-direction: column;
    align-items: start;
  }
  .fhr-footer-legal .fhr-footer-legal-content-wrapper span {
    width: 100%;
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
  }
  .fhr-footer-legal .fhr-footer-legal-content-wrapper .fhr-button-container {
    padding-top: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .fhr-footer-legal .fhr-footer-legal-content-wrapper .fhr-button-container > .text-nowrap {
    white-space: inherit !important;
    width: calc(50% - 1rem);
    word-break: break-word;
  }
}
@media (max-width: 450px) {
  .fhr-footer-legal .fhr-footer-legal-content-wrapper .fhr-button-container > .text-nowrap {
    width: auto;
  }
}
.fhr-footer-legal a {
  text-decoration: none;
  color: white;
  line-height: 1.125rem;
  padding: 0.375rem 0;
}
.fhr-footer-legal a:hover {
  text-decoration: underline;
}

.fhr-footer .fhr-footer-cards .fhr-footer-card {
  background-color: white;
  height: fit-content;
  width: auto;
  border-radius: 16px;
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.fhr-footer .fhr-footer-cards .fhr-footer-card p {
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.fhr-footer .fhr-footer-cards .fhr-footer-card h3 {
  color: #1C1463;
  font-size: 1.75rem;
  font-weight: 700;
}

.fhr-back-button {
  margin-bottom: 40px;
}

h1 {
  font-size: 2rem !important;
  font-weight: 700;
  --bs-heading-color: #1F1F1F;
}

h2.fhr-title {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.fhr-title-color-primary {
  color: #206FB7;
  color: #1C1463;
}

.fhr-title-color-secondary {
  color: #206FB7;
}

h2.fhr-title + p {
  color: #232323;
  font-family: var(--fhr-header-font-family);
  font-weight: 500;
  text-align: center;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  overflow-x: initial;
  height: auto;
}

main article,
main section {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px !important;
}
@media (max-width: 768px) {
  main article,
  main section {
    padding: 40px var(--space-4x) !important;
    padding-left: var(--space-4x) !important;
    padding-right: var(--space-4x) !important;
  }
}
main article.fhr-home,
main section.fhr-home {
  max-width: 75rem;
}
main article.max-height,
main section.max-height {
  height: calc(100vh - 130px - 57px);
}
@supports (height: 100svh) {
  main article.max-height,
  main section.max-height {
    height: calc(100svh - 130px - 57px);
  }
}
main article main,
main section main {
  height: auto !important;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1280px) {
  html:has(body.fhr-menu-open),
  body.fhr-menu-open {
    overflow: hidden;
  }
  body.fhr-menu-open {
    height: 100vh;
  }
}
.form-group .form-select {
  line-height: 1.125;
  height: 44px;
}

@media (max-width: 768px) {
  body:not(.fhr-menu-open):has(#google-maps-mobile-button) .orejime-Notice {
    bottom: 4.625rem;
  }
}
html:has(.orejime-Notice-body) {
  padding-bottom: 32rem;
}
@media (min-width: 22rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 30.15rem;
  }
}
@media (min-width: 24.75rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 28.4rem;
  }
}
@media (min-width: 25.375rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 26.65rem;
  }
}
@media (min-width: 28.625rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 23.77rem;
  }
}
@media (min-width: 29.3125rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 22.017rem;
  }
}
@media (min-width: 33.4375rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 20.27rem;
  }
}
@media (min-width: 39.375rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 18.55rem;
  }
}
@media (min-width: 45.1875rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 15.65rem;
  }
}
@media (min-width: 47.3125rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 13.4rem;
  }
}
@media (min-width: 63.4375rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 11.64rem;
  }
}
@media (min-width: 90.9375rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 9.9rem;
  }
}
@media (min-width: 178.8125rem) {
  html:has(.orejime-Notice-body) {
    padding-bottom: 8.175rem;
  }
}

.fhr-header {
  -webkit-box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 0%, 0.1);
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  font-family: var(--fhr-header-font-family);
  font-weight: 500;
  --bs-link-color-rgb: 33, 110, 181;
  --bs-link-opacity: 1;
}
.fhr-header .fa-eu-funding {
  height: 2rem;
  margin: -1px 0;
}
.fhr-header .be-logo {
  height: 1.75rem;
  margin-left: 0.275rem;
}
@media (min-width: 1280px) {
  .fhr-header .be-logo {
    margin-top: -2px;
  }
}

.fhr-header-navigation {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0.125rem 1rem 0.5rem;
}
@media (max-width: 1280px) {
  .fhr-header-navigation {
    padding: 0.75rem 0.625rem 0.75rem 2.5rem;
  }
}
@media (min-width: 1280px) {
  .fhr-header-navigation .fhr-header-logo a {
    margin-bottom: 0.5rem;
  }
}
.fhr-header-navigation .fhr-header-company-logo {
  padding-right: 0.175rem;
  height: 2rem;
  vertical-align: text-bottom;
}

.fhr-header-company-text {
  max-width: 14rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(33, 110, 181);
  padding-left: 0.45rem;
  border-left: solid var(--border-base-on-light) 1px;
  display: none;
}
@media (min-width: 1280px) {
  .fhr-header-company-text {
    display: inline-block;
  }
}

.button-menu {
  margin-left: auto;
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 32px;
  font-weight: 600;
  height: 50px;
  padding: 0 3.625rem 0 1.4375rem;
  position: relative;
}
.button-menu:after {
  content: "";
  width: 1.25rem;
  height: 2px;
  text-indent: -624.9375rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% + 2px);
  right: 28px;
  border-width: 0;
  border-radius: 0;
  background: black;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.button-menu:before {
  content: "";
  width: 1.25rem;
  height: 2px;
  text-indent: -624.9375rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 28px;
  border-width: 0;
  border-radius: 0;
  background: black;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.button-menu:hover {
  color: white;
  background-color: rgb(74, 68, 131);
}
.button-menu:hover:before, .button-menu:hover:after {
  background-color: white;
}
@media (min-width: 1280px) {
  .button-menu {
    display: none;
  }
}

.fhr-top-row {
  height: 3.125rem;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 1280px) {
  .fhr-top-row {
    -webkit-box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 0%, 0.1);
    box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 0%, 0.1);
  }
}
.fhr-top-row .text {
  font-family: var(--primary-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 1rem;
}
.fhr-top-row .text span {
  display: none;
}
@media (min-width: 1280px) {
  .fhr-top-row .text span {
    display: inline-block;
    margin-top: 7px;
  }
}
.fhr-top-row a.fhr-ext:after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.875rem;
  margin: 0 0 0.125rem 0.25rem;
  padding: 0;
  background-image: url("assets/icons/external--blue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: middle;
}

.fhr-header-buttons {
  display: none;
}

@media (min-width: 1280px) {
  header.fhr-header .fhr-header-buttons {
    display: inline-block;
    position: relative;
    margin-right: 0.5rem;
    width: auto;
    height: 3.125rem;
  }
  header.fhr-header .fhr-header-buttons ul {
    flex-direction: row;
  }
  header.fhr-header .fhr-header-buttons .button-menu-close {
    display: none;
  }
}
header.fhr-header .fhr-header-buttons ul {
  list-style: none;
  background-color: rgb(233, 246, 252);
  margin-bottom: 0;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
}
header.fhr-header .fhr-header-buttons ul:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgb(233, 246, 252);
}
header.fhr-header .fhr-header-buttons .menu__item {
  position: relative;
}
header.fhr-header .fhr-header-buttons .menu__item a {
  text-decoration: none;
  color: rgb(28, 20, 97);
  font-size: 0.875rem;
  font-weight: 600;
}
header.fhr-header .fhr-header-buttons .menu__item a:hover:not(.is-active) {
  color: rgb(33, 110, 181);
}
header.fhr-header .fhr-header-buttons .menu__item a .fhr-search-icon {
  position: absolute;
  top: 14px;
  left: -8px;
}
header.fhr-header .fhr-header-buttons .menu__item a .fhr-arrow-outward-icon {
  position: absolute;
  top: 14px;
}
header.fhr-header .fhr-header-buttons .menu__item:last-child .menu__link:after {
  content: none;
}
header.fhr-header .fhr-header-buttons .menu__item:last-child .menu__link:before {
  display: none;
}
header.fhr-header .fhr-header-buttons .menu__item:last-child a {
  color: white;
  border: none;
  background-color: rgb(33, 110, 181);
}
header.fhr-header .fhr-header-buttons .menu__item:last-child a:hover {
  color: white;
  background-color: rgb(28, 20, 97);
}
@media (min-width: 1280px) {
  header.fhr-header .fhr-header-buttons .menu__link {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 3.125rem;
    padding: 0 1.375rem 0 1.25rem;
    position: relative;
    white-space: nowrap;
  }
  header.fhr-header .fhr-header-buttons .menu__link.main-home {
    padding-right: 2.375rem;
  }
}
header.fhr-header .fhr-header-buttons .menu__link:before {
  content: "";
  display: none;
  width: 0.125rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  opacity: 1;
  border-width: 0;
  border-radius: 624.9375rem;
  background: hsl(198, 76%, 90%);
}
@media (min-width: 1280px) {
  header.fhr-header .fhr-header-buttons .menu__link:before {
    display: block;
  }
}
header.fhr-header .fhr-header-buttons .menu__link:after {
  content: "";
  width: 0.375rem;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -2.1875rem;
  border-width: 0;
  border-radius: 624.9375rem;
  background: rgb(33, 110, 181);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 1280px) {
  header.fhr-header .fhr-header-buttons .menu__link:after {
    border-radius: 624.9375rem 624.9375rem 0 0;
    width: 2.5rem;
    height: 0.1875rem;
    left: calc(50% - 1.25rem);
  }
}
header.fhr-header .fhr-header-buttons .menu__link:hover:after, header.fhr-header .fhr-header-buttons .menu__link.is-active:after {
  transform: scale(1, 1);
}

.fa-view-switcher {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.button-menu-close {
  display: none;
}

@media (max-width: 1280px) {
  body.fhr-menu-open .button-menu {
    display: none;
  }
  body.fhr-menu-open .fhr-header-logo {
    margin-top: 20rem;
    display: block !important;
  }
  body.fhr-menu-open header.fhr-header .fhr-header-buttons .menu__item a .fhr-search-icon {
    top: 0;
    left: 12px;
  }
  body.fhr-menu-open header.fhr-header .fhr-header-buttons .menu__item a .fhr-arrow-outward-icon {
    top: 0;
  }
  body.fhr-menu-open header.fhr-header .fhr-header-buttons .menu__item:last-child a {
    line-height: 1.125;
    padding: 0.875rem 2.5625rem 0.875rem 1.5625rem;
    border-radius: 624.9375rem;
    margin-left: 1rem;
  }
  body.fhr-menu-open .button-menu-close {
    display: block;
    position: absolute;
    top: 20rem;
    right: 1.5rem;
    background-color: white;
    border-radius: 32px;
    border: 1px solid rgb(128, 128, 128);
    width: 3.125rem;
    height: 3.125rem;
    margin: 60px 0 0;
  }
  body.fhr-menu-open .button-menu-close:before {
    content: "";
    width: 1.25rem;
    height: 0.125rem;
    text-indent: -624.9375rem;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 14px;
    border-width: 0;
    border-radius: 0;
    background: var(--clr-dark-blue);
    -webkit-transform: translateZ(0);
    transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgb(28, 20, 97);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  body.fhr-menu-open .button-menu-close:after {
    content: "";
    width: 1.25rem;
    height: 0.125rem;
    text-indent: -624.9375rem;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 14px;
    border-width: 0;
    border-radius: 0;
    background: var(--clr-dark-blue);
    -webkit-transform: translateZ(0);
    transform: rotate(225deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgb(28, 20, 97);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  body.fhr-menu-open .button-menu-close:hover {
    color: white;
    background-color: rgb(74, 68, 131);
  }
  body.fhr-menu-open .button-menu-close:hover:before, body.fhr-menu-open .button-menu-close:hover:after {
    background-color: white;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  body.fhr-menu-open .fhr-header-navigation {
    height: calc(100vh - 50px);
    margin-top: 5px;
    background-color: white;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  body.fhr-menu-open .fhr-header-buttons {
    padding-top: calc(5rem - 5px);
    padding-bottom: 2.5rem;
    opacity: 1;
    position: fixed;
    display: block;
    background-color: white;
    left: 0;
    width: 100vw;
    z-index: 9999;
  }
  body.fhr-menu-open .fhr-header-buttons li.menu__item {
    background-color: white;
    margin: 1rem;
  }
  body.fhr-menu-open .fhr-header-buttons li.menu__item a {
    padding: 1rem 1.375rem 1rem 1.25rem;
    border: none;
  }
  body.fhr-menu-open .fhr-header-buttons ul {
    flex-direction: column;
    background-color: white !important;
  }
}
.fhr-language-switcher {
  height: 2.375rem;
}
.fhr-language-switcher ul.language-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: outside none none;
}
.fhr-language-switcher ul.language-links > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.fhr-language-switcher ul.language-links > li .language-link {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2.375rem;
  color: var(--clr-black);
  display: block;
  min-width: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  border-width: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  background: transparent;
  display: block;
}
.fhr-language-switcher ul.language-links > li span.language-link,
.fhr-language-switcher ul.language-links > li a.language-link {
  color: var(--clr-black, #343a40);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
}
.fhr-language-switcher ul.language-links > li span.language-link.is-active,
.fhr-language-switcher ul.language-links > li a.language-link.is-active {
  color: #fff;
  background: hsl(209, 69%, 42%);
}
.fhr-language-switcher ul.language-links > li span.language-link.is-active:hover,
.fhr-language-switcher ul.language-links > li a.language-link.is-active:hover {
  text-decoration: none;
  cursor: default;
}
.fhr-language-switcher ul.language-links > li span.language-link.is-active abbr,
.fhr-language-switcher ul.language-links > li a.language-link.is-active abbr {
  color: #fff;
  background: transparent;
}
.fhr-language-switcher ul.language-links > li span.language-link:hover,
.fhr-language-switcher ul.language-links > li a.language-link:hover {
  text-decoration: underline;
}
.fhr-language-switcher ul.language-links > li span.language-link abbr,
.fhr-language-switcher ul.language-links > li a.language-link abbr {
  color: inherit;
  background: transparent;
  text-decoration: none;
  cursor: inherit;
  text-decoration-skip-ink: none;
  border-bottom: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .loader-spinner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: var(--bs-body-bg);
  border-radius: 1rem;
}
.loader .loader-spinner-wrapper .loader-text {
  color: var(--foreground-interactive-disabled-on-light);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.fhr-maps-info-box {
  padding-right: 1rem;
  margin-top: -2rem;
  padding-bottom: 1rem;
  gap: var(--space-2x);
  font-family: var(--maps-font-family);
}
.fhr-maps-info-box h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 2rem;
}
.fhr-maps-info-box span {
  font-size: 16px;
  font-weight: 400;
}
.fhr-maps-info-box strong {
  font-size: 16px;
  font-weight: 700;
  align-self: center;
}
.fhr-maps-info-box a {
  text-underline-offset: 4px;
  color: var(--foreground-emphasis-on-brand);
}
.fhr-maps-info-box a span {
  font-size: 14px;
  font-weight: 700;
  color: var(--foreground-emphasis-on-brand);
}
.fhr-maps-info-box a span.material-symbols-rounded {
  font-weight: 500;
  font-size: 20px;
  vertical-align: middle;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style .gm-style-iw-t {
  padding-bottom: 1.75rem;
}

#FhrMapIFrame {
  border: 0;
  width: 95%;
  height: 250px;
}

#google-maps-mobile-button > .fa-amount-badge {
  color: #0A384D !important;
  font-weight: 700;
}

@media (max-width: 768px) {
  body:has(#google-maps-mobile-button) {
    padding-bottom: 4.625rem;
  }
}
body.fhr-menu-open #google-maps-mobile-button.fixed-bottom {
  z-index: 0;
}

@media (min-width: 768px) {
  .fhr-organization-results {
    padding: var(--space-4x);
    border: 1px solid var(--border-base-on-light);
    border-radius: 16px;
    color: #1f1f1f;
  }
}
.fhr-organization-results h1 {
  margin: auto;
}
@media (min-width: 768px) {
  .fhr-organization-results h1 {
    margin-right: auto;
    margin-left: 0;
  }
}
.fhr-organization-results .fa-searchfilter-container {
  border: none !important;
  background: none !important;
  padding: unset !important;
  width: 100%;
}
.fhr-organization-results .fa-searchfilter-filters > .fhr-select-item {
  width: 100%;
}
.fhr-organization-results .flex-row .fa-searchfilter-container .fa-searchfilter-filters {
  padding: 0;
}
@media (max-width: 575px) {
  .fhr-organization-results .fhr-rating-overview {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fhr-organization-results #search-filter-label {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fhr-organization-results #search-filter-label label div {
    margin-bottom: 0 !important;
  }
}
.fhr-organization-results .fhr-establishment-group {
  border-left: 3px solid var(--border-light-on-light);
}
.fhr-organization-results a.btn-link {
  height: 28px;
}

.fhr-clickable-card:hover {
  --bs-border-color: var(--border-interactive-hover-on-light);
  border-color: var(--border-interactive-hover-on-light);
  background-color: var(--background-interactive-hover-light);
}

.fhr-fixed-button {
  background-color: #1C1463;
  gap: var(--space-2x);
  justify-content: center;
  align-items: center;
  padding: var(--space-x) var(--space-none);
  display: flex;
  color: var(--foreground-base-on-dark-brand);
}

.fhr-rating-examples p {
  margin-bottom: 32px;
}
.fhr-rating-examples .examples-list {
  gap: 2rem;
  padding-bottom: 32px;
}
.fhr-rating-examples .examples-list .examples-item {
  gap: 2rem;
}
@media (max-width: 768px) {
  .fhr-rating-examples .examples-list .examples-item {
    align-items: center;
  }
}

.fhr-green-half-circle {
  position: relative;
}
@media (min-width: 1110px) {
  .fhr-green-half-circle:before {
    background-image: url(assets/circle-half-light.svg);
    content: "";
    height: 10rem;
    width: 10rem;
    position: absolute;
    top: 14rem;
    left: -14rem;
    z-index: 999;
    animation: fadeInAnimation ease 3s;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    transform: translate(-60px, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.fhr-rating-overview {
  font-family: var(--fhr-header-font-family);
  width: 16.5rem;
  height: min-content;
  min-width: 16.5rem;
  background-color: #A8DAF0;
  padding: 8px 12px;
  border-radius: 8px;
}
.fhr-rating-overview strong.text-uppercase {
  letter-spacing: -0.1px;
}
.fhr-rating-overview .fhr-rating-title {
  color: var(--palette-light-blue-100);
  font-size: 0.875rem;
}
.fhr-rating-overview .fhr-fork-img {
  margin-right: 2px;
  width: 22px;
}
.fhr-rating-overview .fhr-fork-img:last-child {
  margin-right: 0;
}
.fhr-rating-overview.fhr-rating-smiley {
  background-color: var(--palette-light-green-50);
}
.fhr-rating-overview .smaller {
  font-size: 0.875rem;
}

.fhr-search .fa-searchfilter-container {
  overflow: hidden;
  background-color: #C9EAF7;
  gap: 1rem;
  padding: 1rem;
}
.fhr-search .fa-searchfilter-container .fa-searchfilter-filters {
  padding: 0;
}
.fhr-search .fa-searchfilter-container .fa-searchfilter-filters label {
  max-width: calc(100vw - 42rem);
}
@media (max-width: 1110px) {
  .fhr-search .fa-searchfilter-container .fa-searchfilter-filters label {
    max-width: calc(100vw - 18rem);
  }
}
@media (max-width: 768px) {
  .fhr-search .fa-searchfilter-container .fa-searchfilter-filters label {
    max-width: 100%;
  }
}
.fhr-search.fhr-search-content-wrapper {
  padding: 3.75rem 13rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 1110px) {
  .fhr-search.fhr-search-content-wrapper {
    padding: 3.75rem 1rem;
  }
}
.fhr-search button.btn {
  --bs-btn-bg: var(--background-interactive-idle-dark);
  --bs-btn-color: white;
  --bs-btn-hover-bg: rgb(28, 20, 97);
  --bs-btn-hover-color: white;
}
@media (max-width: 600px) {
  .fhr-search button.btn {
    width: 100%;
  }
}
.fhr-search h2 {
  margin-bottom: 1.25rem;
  color: #1C1463;
  font-family: var(--fhr-header-font-family);
  font-size: 2.125rem;
  font-weight: 700;
}
.fhr-search h2 .fhr-title-color {
  color: #206FB7;
}
.fhr-search p {
  color: #232323;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: var(--space-4-6x);
}
.fhr-search .form-check.form-switch {
  width: max-content;
}

.fhr-organization-results h1 {
  color: var(--foreground-emphasis-on-brand);
}
