/* Captions travel with each floated photograph and remain plain text. */
html:root body#top.design-master main .article-detail-copy .biegung-photo-caption {
 display:block!important;float:none!important;clear:none!important;
 width:auto!important;max-width:100%!important;min-width:0!important;
 margin:0!important;padding:0.45em 0 0!important;
 font-family:inherit!important;font-size:0.85em!important;line-height:1.4!important;
 font-weight:400!important;color:inherit!important;text-align:left!important;
 background:transparent!important;border:0!important;box-shadow:none!important;
 overflow-wrap:break-word;
}

/* Space above the photos, including when the text wraps beside them. */
html:root body#top.design-master main .article-detail-copy .biegung-flow-photo {
 margin-top:1cm!important;
}
@media (max-width:700px) {
 html:root body#top.design-master main .article-detail-copy .biegung-flow-photo {
  margin-top:5mm!important;
 }
}
