.senter {
    text-align: center;
}
.right {
    text-align: right;
    color: white;
}
.fussballfeld {
    background-image: url(../Bilder/Fussballfeld.jpg);
    background-position: center;
    background-size: cover;
}
.Textgroesser {
    font-size: 2em;
}
body, html {
 /*   background-color: #1fe21f; */
    margin: 0;
    padding: 0;
}
/* div {
    background-color: rgb(22, 122, 22) ;
    width: 100%;
    position: fixed;
    width: 100%;
    text-align: right;
    transition: 200ms all;
}
div nav#normal {
    color: greenyellow;
    display: inline-block;
}
div nav#normal ul {
    margin: 0;
    padding: all 300ms;
    display: inline-block;
}
div nav#normal ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    position: relative;
    transition: all 300msS;
}
*/
nav ul {
    list-style: none;
    text-align: center;
}
nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    font-size: 30px;
    background: darkgreen;
    opacity: 0,75;
    border-color: white;
}
nav ul li {
    line-height: 110px;
    display: inline-block;
    min-width: 110px;
    border-top: 3px solid;
    padding: 3px;
}
nav ul li a, nav ul li a:visited  {
    text-decoration: none;
    display: block;
    color: white;
}
nav ul li a:hover {
    background: rgb(0, 250, 0);
    color: black;
}
 tr td a {
    text-decoration: none;
} 
nav ul li ul {
    position: relative;
    min-width: 110px;
    top: 0px;
    display: none;
    background: darkgreen;
    padding: 0;
}
nav ul li:hover ul {
    display: inline-block;
    position: relative;
}
nav ul li:hover ul li {
    box-sizing: border-box;
    width: 100%;
    min-width: 110px;
    padding: 0px;
    position: absolute;
    background-color: darkgreen;
    z-index: 1;
}
nav ul li ul li:hover {
    background: rgb(0, 250, 0);
}
.wichtig {
    color: red;
}
.schriftart {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.schriftgroesse {
    font-size: 27.54;
}
.schri {
    font-size: 21.23;
}
::selection {
    background-color: white;
}
td a {
    text-decoration: none;
    color: white;
}
td a:hover {
    color: black;
}
#hammnav {
    width: 100%;
}
#hamitems {
    display: flex;
}
#hamitems li {
    flex-grow: 1;
  /*  flex-basis: 0;*/

}
#hamnav label, #hamburger {
    display: none;
}
@media screen and (max-width: 1024px) {
    #hamnav input:checked ~ #hamitems {
        display: block;
    }
    #hamnav label {
        display: inline-block;
        color: gray;
        font-size: 3.5em;
        font-style: normal;
        padding: 10px;
    }
    #hamitems {
        display: none;
    }
    #hamitems li {
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-top: 1px solid #333;
    }
}
