@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
a.button {
  display: inline-block;
}

.button {
  color: #fff;
  background-color: #004193;
  border: none;
  margin: 0;
  padding: .35em .6em;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.button:hover {
  background-color: #545454;
  color: #fff;
}

span.button {
  display: inline-block;
}

.button_minimal {
  margin-bottom: 1em;
  margin-top: 1em;
  color: #000000;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: .4em .6em;
}
.button_minimal:hover {
  color: #fff;
  background-color: #004193;
  border: 1px solid #004193;
}

/*# sourceMappingURL=https://www.fritzen.eu/srv/designset/_ts_1585429789000/_repo/current/style/generated/150_button.css.map */
