#block-views-block-node-glossary-block-1 {
  display: none;
}
#views-exposed-form-node-glossary-block-1 {
  display: none;
}
.respond-searchbox-form input {
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #fff;
  background-image: url(/themes/custom/cmtheme/img/search.svg);
  background-position: 1rem 0.2rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: 3.5rem;
  width: 100%;
  height: 2.2rem;
}
#block-glossarysearch {
  padding-top: 0.3rem;
  padding-left: 5.9rem;
  padding-bottom: 3rem;
  padding-right: 0;
}
.glossary-content {
  padding-left: 0;
  padding-bottom: 3rem;
}
.glossary-content .col-1, .glossary-content .col-2, .glossary-content .col-3 {
  max-width: unset;
}

.back-to-overview {
  display: flex;
  justify-content: flex-end;
}

.back-to-overview a {
  margin: 1rem;
  color: #c60651;
  position: relative;
}
.back-to-overview a::before {
  content: "\e936";
  font-family: "icomoon";
  color: #c60651;
  font-size: 0.8rem;
  position: absolute;
  left: -12px;
  top: -1px;

}
