section, article, aside, footer, header, nav, hgroup {
    display:block;
}

a { text-decoration: none; color: #000000; }
a:hover { color: #ff0000; }

.scale100 { width: 100%; margin: 0; border: 0; padding: 0; }
.floatlinks { float: left; margin-left: 1em; }
.floatrechts { float: right; margin-right: 1em; }

html, body {
    height: 100%;
    /*min-height: 100%;*/
    font-size: 16px;   /* fallback */
    background-color: #c4ddb0;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    box-sizing: border-box;   /* content-box oder border-box */
}

#seite {
    /*position: relative;*/
    width: 960px;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fcfecc;
}

header {
    z-index: 7;
    position: fixed;
    top: 0;
    width: 960px;
    max-width: 100%;
    height: 2em;
    margin: 0 auto;
    float: left;
    /*border-bottom: 3px solid red;*/
    box-shadow: 0 0.5em 0.5em -1px rgba(0, 0, 0, 0.255);
    background-color: #008833;
}

#bereichlogo {
    color: white;
    background-color: #00bb22;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    float: left;
    width: auto;
    height: 2em;
}

#steuerung {
    float: right;
}

#steuerung li {
    list-style: none;
    float: left;
}

#steuerung a {
    display: block;
    height: 100%;
    height: 2em;
    width: 100%;
    padding: 0.5em;
    text-decoration: none;
    color: white;
    background-color: #008833;
}

.menu-button {
    display: none;
}

#steuerung a:hover {
    color: black;
    background: lightgreen;
}

/* kleines display */
@media only screen and (max-width:600px) {
    .menu-button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 2em;
        padding: 0.5em;
        color: white;
        cursor: pointer;
        text-decoration: none;
        background-color: darkgreen;
    }
    .menu-button:hover {
        color: black;
        background: lightgreen;
    }
    #bereichlogo {
        width: 100%;
    }
    #steuerung {
        float: left;
        width: 100%;
        display: none;
    }
    #steuerung li {
        width: 100%;
        border-bottom: 2px solid silver;
    }
}

#nav-menu:target #steuerung {
    display: block;
}

#nav-menu:target .menu-button-ein {
    display: none;
}

#lotus {
    width: 960px;
    max-width: 100%;
}

#inhalt {
    z-index: 0;
    position: relative;
    width: 960px;
    max-width: 100%;
    height: calc(100% - 4em);
    margin: 2em 0 0 0;
}

#inhalt h1 {    max-width: 100%;    margin: 4em 4em 4em 4em;    text-align: center;}
#inhalt h4 {    max-width: 100%;    margin: 4em 2em 3em 4em;}
#inhalt h5 {    max-width: 100%;    margin: 3em 3em 2em 5em;}
#inhalt p  {    max-width: 100%;    margin: 2em 4em 1em 4em;}
#inhalt ul {    max-width: 100%;    margin: 0em 4em 1em 4em;}
#inhalt li {    max-width: 100%;    margin: 1em 0em 1em 1em;}
#inhalt a  {    max-width: 100%;    margin: 0em;    color: darkblue;    text-decoration: none;}
#inhalt a:hover {    color: darkgreen;}

.klein {
    font-size: 6px;
    color: #000000;
    text-decoration: none;
}

.zweispalten {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.bildoben {
    max-width: 40vw;
    margin: 1%;
}

.bildunten {
    width: 960px;
    max-width: 100%;
    padding-bottom: 1.45em;
}

main { 
    /* background-color: lightblue; */
}

section {
    float: left;
    width: 100%;
    background-color: #fcfecc;
}

#fuss {
    /* clear: both; */
    z-index: 7;
    position: fixed;
    bottom: 0;
    width: 960px;
    max-width: 100%;
    height: 2em;
    margin: 0 auto;
    background-color:grey;
    background: url(hellgruen.png);
    background-size: cover;
}

#fuss p {
    padding-top: 0.5em;
}

#fuss a {
    text-decoration: none;
    color: white;
}

#parkplatz {
    text-decoration: none;
    color: white;
    background: url(hellgruen.png);
    background: url(dunkelgruen.png);
}
