.PreiseBox {
  text-align: center;
  font-size: 4vh; }

.Preise {
  text-align: center;
  font-size: 4vh;
  color: #aab900; }

.HrefColor {
  color: #aab900;
  font-size: 4vh;
  text-align: center;
  text-decoration: none;
  font-weight: bold; }

.HrefColor:hover {
  color: #94a003;
  font-size: 4vh;
  text-align: center; }

table {
  width: 100%; }

.TableHead {
  background-color: #aab900;
  color: white;
  font-size: 4vh;
  border: none; }

.TableBot {
  border: none;
  background-color: lightgrey; }

/*td{
  border-radius: 2vh;
  border-left: 1vh solid $ThemeColorDark;
  border-right: 1vh solid $ThemeColorDark;
}

td:hover{
  background-color: $ThemeColorLight;
  color: white;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*# sourceMappingURL=Preise.css.map */
