.button-burkhardt {
  width: 150px;
  background: #326275;
  color: white;
  border: none;
  text-shadow: initial;
  border-radius: 0px;
  /*font-weight: 200;*/
}

.button-burkhardt:hover {
  /*width: 150px;*/
  background: #269d9d;
  color: white!important;
  border: none;
  text-shadow: initial;
  border-radius: 0px;
  /*font-weight: 200;*/
}

