
/* Alle dt (data titles): bold */
.pluginSection dt {
  font-weight: bold;
}
/* Alle dd (data definition): margin zum nächsten dt*/
.pluginSection dd {
  margin-bottom:1em;
}


/* Figure Styles */
figure {
  display: flex;
  flex-flow: column wrap;
  float: right;
}
figcaption {
  font-size: 80%;
  font-weight: bold;
  margin-top: 1em;
}

/* Roter Kasten um Foto & Titel */
.colored-box {
  background-color: #7c1728;
  overflow:hidden;
  padding:1em;
  color:#fff;
  margin-bottom:1em;
}

.colored-box figure {
  margin-left:1em;
}