/* Reference follow-up links are supporting copy, not section headings. */
.reference-followup {
  margin: 24px 0 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.reference-followup a {
  color: inherit;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
}
.reference-followup span { color: #1BB76D; }
.reference-followup a:hover { text-decoration: underline; }
.reference-followup a:focus-visible {
  outline: 2px solid #1BB76D;
  outline-offset: 4px;
}
@media (max-width: 776px) {
  .reference-followup { font-size: 14px; }
}

/* The CE symbol is not a text highlight; retain its transparent background. */
    .landing_content_first_h1 .landing_content_first_h1_within {
      background-color: transparent;
      padding: 0;
      color: inherit;
      font-weight: inherit;
    }

    .custom_companies_icons_wrapper.solutions_customer_logos {
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 18px 24px;
      max-width: 1200px;
      padding: 0;
      margin: 40px auto 0;
      justify-items: center;
    }
    .solutions_customer_logos > img,
    .solutions_customer_logos > svg {
      display: block;
      width: 110px;
      max-width: 100%;
      height: 64px;
      object-fit: contain;
    }
    .solutions_customer_rating {
      padding-top: clamp(64px, 6vw, 96px);
      text-align: center;
    }
    .solutions_customer_rating h3 {
      margin: 0 0 18px;
      font-size: clamp(18px, 1.4vw, 22px);
      line-height: 1.4;
      font-weight: 700;
    }
    @media (max-width: 776px) {
      .solutions_customer_rating h3 { font-size: 14px; }
    }
    @media (max-width: 600px) {
      .custom_companies_icons_wrapper.solutions_customer_logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px 16px;
        margin: 28px auto 0;
      }
      .solutions_customer_logos > img,
      .solutions_customer_logos > svg { width: 90px; height: 50px; }
    }

    /* Keep this page's longer English comparison copy readable at every width. */
    .custom_information_second_content { width: 95%; }
    .custom_information_second_content_grid {
      grid-template-columns: minmax(140px, .65fr) repeat(3, minmax(230px, 1fr));
      padding-bottom: 12px;
    }
    .custom_information_second_content_grid_element { min-width: 0; gap: 24px; }
    .custom_information_second_content_grid_element p,
    .custom_information_second_content_grid_element:first-child p {
      width: auto;
      height: 140px;
      margin: 0;
    }
    .custom_information_second_content_grid_element p:first-child { height: 70px; }
    .custom_information_second_content_grid_element:first-child p {
      display: flex !important;
      justify-content: flex-end;
    }
    .custom_information_second_content_grid_element:nth-child(2) p:first-child {
      width: 100%;
      margin: 0 !important;
      padding: 0 !important;
      background-position: center;
    }
    .custom_information_second_content_grid_element span { width: auto; flex: 1; }
    .custom_information_second_content_grid_element_icon_done { flex: 0 0 30px; }
    .custom_information_second_content_grid_element:nth-child(n+3) i { display: none; }
    .comparison-scroll-hint { display: none; }
    /* Keep the inline rating; the floating duplicate obscures text and controls. */
    .pe-pro-seal { display: none !important; }
    @media (max-width: 1000px) {
      .comparison-scroll-hint { display: block; text-align: center; font-size: 14px; }
    }

/* Keep a short hero qualifier together without giving it the green highlight. */
.landing_content_first_h1 .hero-support-phrase {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
}

/* Apply the approved role-tab typography consistently to both tab groups. */
.custom_information_first_content_text_inhalt p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0;
}
.custom_information_first_content_text_inhalt .custom_information_first_content_text_h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
.custom_information_first_content_text_inhalt b,
.custom_information_first_content_text_inhalt strong { font-weight: inherit; }
@media (max-width: 776px) {
  .custom_information_first_content_text_inhalt .custom_information_first_content_text_h3 {
    font-size: 15px;
    margin: 15px 0;
  }
}
