header {
  padding: 5px;
}

header h1 {
  font-size: 1.5rem;
}

#search-bar {
  padding: 0;
}

#search-bar button {
  padding: 10px 12px;
  font-size: 10px;
}

#search-bar button img {
  width: 18px;
  height: 18px;
}

#search-bar button:hover {
  background-color: #357ae8;
}

#search-results {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  box-sizing: border-box;
}

.kunde {
  width: 100%;
  padding: 15px;
  font-size: 15px;
}

.container-member-names h3 {
  font-size: 16px;
}

.container-member-names p {
  font-size: 13px;
}
