.button:hover {
  filter: invert(1);
}
.button {
    display: block;
    background-color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: black;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
.globe img {
  filter: invert(1);
}
.button-icon {
  background-repeat: no-repeat;
  background-size: 24px;
  content: " ";
  display: inline-block;
  height: 24px;
  margin-right: 4px;
  vertical-align: bottom;
  width: 24px;
  min-width:24px
}
.header-flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  #justify-content: flex-start;
  justify-content: space-between;
  align-items: center;
  column-gap: 150px;
  row-gap: 10px;
}
.uu_logo {
  height: 120px;
}
  /*font-family: Arial;*/
.header-text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  padding-right: 250px;
}
.header-text:hover {
  text-decoration: underline;
}
/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  #font-weight: 400;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: .5rem;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: inherit;
  text-decoration: underline;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  background-color: #f7f7f7;
}
