.auktion_eckdaten {
  margin-bottom: 26px;
}
.auktion_eckdaten > div {
  margin-bottom: 7px;
}
.auktionsdaten_akkordeon {
  border-bottom: 1px solid;
}
.auinf_titel {
  font-weight: bold;
  border-top: 1px solid;
  padding: 11px 30px 12px 0;
  position: relative;
  cursor: pointer;
}
.auinf_titel:hover {
  color: #808080;
}
.auinf_titel::after {
  content: "";
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  rotate: 45deg;
}
.auinf_titel.open::after {
  rotate: -135deg;
  top: 20px;
}
.auinf_inhalt {
  display: none;
  padding-bottom: 10px;
}
.auktionsdaten_akkordeon h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}