/* re-validiertes main-f.css - 13.02.23 */
body {
    margin: 0;
    height: 100vh;
    color: #464646;
}
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: 100%;
    font-style: normal;
    font-weight: 300;
    background-color: #fff;
}
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.3rem;
    line-height: 1.5;  /* war: 1.0 */
}
.gridcontainer {
    display: grid;
    width: 100vw;
    height: 100vh;
    grid-template-rows: 40px 1fr;
    grid-template-columns: 1fr 7% 6% 5% 5%;
    grid-gap: 0 0;
    align-items: stretch;
}
.titel {
    grid-area: 1 / 1 / 2 / 2;
    opacity: 0.60000002384185791015625;
    background-color: skyblue;
    z-index: 3;
}
.heim {
    grid-area: 1 / 2 / 2 / 3;
    text-align: center;
	font-size: 3rem;
	line-height: 1.25;
    opacity: 0.60000002384185791015625;
    background-color: skyblue;
}
.li {
    grid-area: 1 / 3 / 2 / 4;
    text-align: center;
	font-size: 3rem;
	line-height: 1.25;
    opacity: 0.60000002384185791015625;
    background-color: skyblue;
}
.bildnr {
    grid-area: 1 / 4 / 2 / 5;
    text-align: center;
	font-size: 1.5rem;
	line-height: 2.5;
    opacity: 0.60000002384185791015625;
    background-color: skyblue;
}
.re {
    grid-area: 1 / 5 / 2 / 6;
    text-align: center;
	font-size: 3rem;
	line-height: 1.25;
    opacity: 0.60000002384185791015625;
    background-color: skyblue;
}
.inhalt {
    grid-area: 1 / 1 / 3 / 6;
    text-align: center;
    z-index: -1;
}
.clear {
    clear: both;
}