/* trenn-strich */
body {
 -webkit-hyphens: auto;
 -webkit-hyphenate-limit-chars: auto 3;
 -webkit-hyphenate-limit-lines: 4;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -ms-hyphenate-limit-chars: auto 3;
 -ms-hyphenate-limit-lines: 4;
 -o-hyphens: auto;
 hyphens: auto;
}
/* Datum: 23.06.2023 2.Version */

.myZurueck {
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
  border-radius: 6px;
  border: 1px solid #CFCFCF;
  display: inline-block;
  cursor: pointer;
  color: #808080;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 36px;
  text-decoration: none;
  /* text-shadow: 0px 1px 0px #ffffff; */
}
.myZurueck:hover {
  background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  background-color: #dfdfdf;
}
.myZurueck:active {
  position: relative;
  top: 2px;
}
