header {
  display: flex;
}

#header_logo {
  display: flex;
  align-items: flex-start;
}

#header_text2 {
  display: flex;
  margin-top: 20px;
}

#headline {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  background-color: rgb(182, 182, 182);
  box-shadow: inset 5px 5px 15px -6px #000000;
  padding: 10px;
  border-radius: 5px;
}

#header_text2 img {
  width: 50px;
  height: auto;
}

#headline img {
  width: 50px;
  height: auto;
  margin-right: 20px;
}

#endspace {
  height: 500px
}

#remarks hr:last-of-type {
  display: none;
}

blockquote footer {
  display: inline;
  background-color: rgb(182, 182, 182);
}

.masseinheiten {
  display: grid;
  grid-template-columns: 170px 1fr;
  margin: 20px 0;
}