/* Technische Kompatibilitätsregeln für die Seite „Kopf und Gesicht".
   Das sichtbare Design entspricht den bisherigen #line/#gd-Regeln der Original-CSS. */
.line {
  height: 12px;
  width: 70%;
  min-width: 1px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.gd {
  float: right;
  clear: none;
}
.wrapline::after {
  content: "";
  display: table;
  clear: both;
}
