/* Korrektur Punkt 4 / 5 — System-Unterseiten (nicht Prozess-Listen) */
.node--type-solution .region-content .menu-button-wrapper a,
.node--type-solution .region-content .paragraph--type--button a,
.node--type-solution .region-content .field--name-field-link a {
  display: inline-block;
  padding: 0.65em 1.35em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.02em;
  color: #002a5a !important;
  border: 2px solid #002a5a;
  border-radius: 2px;
  background-color: transparent;
  text-decoration: none !important;
  line-height: 1.25;
}

.node--type-solution .region-content .menu-button-wrapper a:hover,
.node--type-solution .region-content .paragraph--type--button a:hover,
.node--type-solution .region-content .field--name-field-link a:hover {
  background-color: #002a5a;
  color: #fff !important;
  text-decoration: none !important;
}

html[lang="de"] .node--type-solution .region-content .menu-button-wrapper a,
html[lang="de"] .node--type-solution .region-content .paragraph--type--button a {
  word-break: normal;
  hyphens: manual;
}
