

.arztsuche {
  position: relative;
  display: block;
  margin: 30px 0;
  overflow: hidden;
}
.docrow {
  width: calc(100% - 20px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 15px 0 15px 0;
  border-bottom: 2px dotted #777;
  background: #eee;
  padding: 10px;
}
.docadress {
  width: 20%;
}
.docname {
  width: 40%;
}















