/* main.css - 05.09.18 - geändert 11.5.23 
Stil-Datei für jAlbum-Skin "nfb-2018-skyblue2" für index.htt */

body, html{margin:0;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;
	font-weight:100;
	color:#464646;
	text-align:center;
	background-color:#fff;
    height: 100vh;
}
.gridcontainer {display: grid;width: 100%;height: auto;grid-template-rows: 15% 1fr 5%;grid-template-columns: 5% 1fr 5%;justify-contents: center;}
.titel  {grid-column:1 / 4;grid-row:1 / 2;background-color: skyblue;}               
.inhalt {grid-column:2 / 3;grid-row:2 / 3;} 
.fuss   {grid-column:1 / 4;grid-row:3 / 4;background-color: skyblue;padding:5px;} 
.clear {clear: both;}
a {color: #0a39cc;text-decoration: none;background-color: transparent;}
a:hover {color: rgb(208, 40, 18);background-color: rgb(255, 255, 255);}
img {width: auto;height: auto;max-width: 100%;max-height: 100%;}
h1 {font-size: 1.7rem;line-height: 1.2;padding-top: 0.8rem;}
.item {float: left;margin-right: 5px;display: inline;}