/* Stildatei "image-gallery-multicolumn.css" für INDEX - 26.08.2019 */
*{box-sizing:border-box;margin:0;border:0;}
html {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size: 1rem; }
body {margin-bottom: 0;}  
h1 {
  font-size: 2rem;
  color: #fff;
  margin: 0;
  padding: 0.75em 0.25em;
  background: skyblue; 
  line-height: 1.1em; 
  text-align: center;}
p {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  padding: 0.75em 0.25em;
  background: skyblue;
  line-height: 1em; 
  text-align: center;}
a {text-decoration: none;}
a:active, a:hover {background:red;}
.item { float: left;margin: 5px; display: inline;}  /* wenn kein float: left, dann alle Thumbs untereinander */  
.clear {clear: both;}
img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
  margin-bottom: 5px; /* war: 20px */
  border: 1px solid black;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);}