/* GEDICHTE (FUNDSTÜCKE) */
.storybook { display:grid; grid-template-columns:repeat(auto-fill,minmax(20em,1fr)); margin:-0.4em; }
.storybook > section { padding:0.7em 1em; margin:0.5em; border:1px solid #ccc; box-shadow:1px 1px 1px rgba(250,250,250,1), 2px 2px 4px rgba(0,0,0,1); border-radius:1em; }
.storybookbild { margin:-0.2em; max-width:100%; }
.storybookbild > section { padding:0 0.2em; border:1px solid #ccc; box-shadow:1px 1px 1px rgba(250,250,250,1), 2px 2px 4px rgba(0,0,0,1); border-radius:1em; }
.storybook img { height:auto; box-shadow:1px 1px 1px rgba(250,250,250,1), 2px 2px 4px rgba(0,0,0,1); border-radius:0.5em; max-width:100% !important; }
@media screen and (max-width: 30em) {
.storybook { grid-template-columns: 100% !important; margin: 0; }
.storybook > section { margin: 0.5em 0; } }