.wv-address{

}
.wv-address>div>div{
  padding: 0px;
  background: #f9f9f9;
  margin-bottom: 2px;
  position: relative;
}
.wv-address>div>div .label{
  padding: 10px 10px;
  background: #858f8b;

  min-width: 20px;
  text-align: center;
  color: #fff;

  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.wv-address>div>div{

}
.wv-address>div>div .content{
  padding: 10px 10px;
  display: inline-block;
  margin-left: 40px;
}
.wv-address>div>div.ort{
  margin-bottom: 20px;
}
.sidebar .wv-address>div>div .content{
  margin-left: 20px;
}
.sidebar .wv-address>div>div .content,
.sidebar .wv-address>div>div .label{
  padding: 0px 10px;
}
.sidebar .wv-address>div>div .label{
  padding: 0px 5px;
  background: transparent;
  color: #858f8b;
}
