/* Alle Absätze im Impressum etwas lockern */
.fdud-impressum p {
  margin: 0 0 1em;      /* unten 1em Abstand */
  line-height: 1.6;     /* angenehmere Zeilenhöhe */
}

/* Fett-Labels wie „Anschrift:“ etc. als Block und mit größerem Abstand */
.fdud-impressum p strong {
  display: block;
  margin: 1.2em 0 0.4em;
}

/* Jeder Modul-Container bekommt unten Abstand und Trennlinie */
.fdud-datenschutz > div {
  margin-bottom: 2em;    /* Abstand zwischen Modulen */
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}

.fdud-impressum .fdud-row {
  margin-bottom: 2em;    /* Abstand zwischen Modulen */
}