.listelement {
  border-top: 1px solid #999;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 10px;
}
.third.first, .third.doppel.first {
  clear: both;
}
.third.first, .third.doppel.first {
  padding-left: 0;
  padding-right: 4%;
}
.third {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 27%;
}
.third.desc {
  display: block;
  float: left;
  min-height: 120px;
  padding-left: 1%;
  padding-right: 1%;
  width: 45%;
}
.third.price {
  display: block;
  float: left;
  min-height: 120px;
  padding-left: 1%;
  padding-right: 0;
  text-align: center;
  width: 15%;
}


.inputFiled {
  border: 1px solid #ccc;
}
.wideField {
  width: calc(100% - 30px);
}
.cityField {
  width: calc(100% - 90px);
}
.invoiceAddress {
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
  width: 48%;
}
.deliverAddress {
  display: inline-block;
  width: 48%;
}

.shopArticleHeadline {
  font-size:  30px;
}