/* @group Definitionslisten */
/* @group allgemeine Positionierung */
dl {
  margin-bottom: 1em;
}
dt {
  margin-bottom: 0.5em;
}
dd {
  margin-bottom: .5em;
}
/* @end */
/* @group nebeneinander ausgerichtete Listen */
dl.parallel {
  position: relative;
  width: 530px;
}
dl.parallel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
dl.parallel dt {
  width: 120px;
  text-align: left;
  clear: both;
  float: left;
}
dl.parallel dd {
  width: 410px;
  float: left;
}
dl.parallel dd.without-title {
  width: 550px;
}
/* @group Lange Überschrift */
dl.parallel dt.long_headline {
  width: 100%;
  float: none;
}
dl.parallel dd.long_headline {
  margin-left: 155px;
  display: inline;
}
/* @end */
/* @end */
/* @end */