/* Contao 4 wrapped navigation labels in a span. The Glaskunst theme applied
   its character spacing to that span; Contao 5 outputs plain link text. */
.mod_navigation a {
  letter-spacing: .1em;
}

/* Contao 5 image elements use `content-image` instead of the former
   `image_container` class targeted by the Glaskunst theme. */
#main .inside .content-image img {
  border: 1px solid #414141;
  border-radius: 3px;
}

/* The legacy `caption` class is no longer added to figcaption elements. */
#main .inside .content-image figcaption {
  padding-top: 10px;
  padding-bottom: 1px;
  font-size: 13px;
  line-height: 1.2;
}
