.button {
  display: inline-block;
  padding-top: 7px;
  padding-right: 22px;
  padding-bottom: 7px;
  padding-left: 22px;
  background-color: #F95207;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.5em;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
}

a.icon-phone {
    background: url('assets/images/icon-phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    min-height: 26px;
    line-height: 2;
}

@media screen and (min-width: 420px) {
  .table--vertical td, .table--vertical th {
    width: auto;
    display: table-cell;
  }
}

.kasten_grau{
	background-color:#e9e9e9;
	padding: 4px;
}