.line:after {
  content: "";
  position: absolute;
  border: 1px solid #0983B2; /* Neues blau */
  right: 0;
  left: 210px;
  top: 50%;
  z-index: 999;
  width: 150px;
}