#preise {
  background-color: #eeeeee;
}

.pricing-table .price span {
  font-size: 0.8rem;
  color: #0a0a0a;
}


.pricing-table {
  background-color: #fefefe;
  border: solid 1px #cacaca;
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin-left: 0px;
}

.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
}

.pricing-table .title {
  background-color: #0a0a0a;
  color: #fefefe;
  border-bottom: 0;
}

.pricing-table.special .title {
  background-color: #8a8a8a;
  color: #fefefe;
  border-bottom: 0;
}

.pricing-table .price {
  background-color: #d0e4f1;
  font-size: 2rem;
  border-bottom: 0;
}

.pricing-table .price-unit {
  color: #e46c0a;
}

.pricing-table .description {
  color: #8a8a8a;
  font-size: 80%;
}

.pricing-table :last-child {
  margin-bottom: 0;
}
