html { overflow-y: scroll; }
body { background-image: radial-gradient(circle, #bfad99,#8B7765); } 
h1 { color: black; font-size: 17px; font-family: serif, sans-serif; height: 45px; font-weight: bold; line-height: 20px; text-align: center; margin-top: 3px; }
#ebene { box-shadow: 0px 2px 2px -2px black; position: fixed; left: 50%; margin: 0 auto 0 -158px; background-color: #877561; top: 0; bottom: 0; width: 312px; height: 112px; border-right: 2px solid #7a6854; border-bottom: 2px solid #7a6854; border-left: 2px solid #7a6854; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; } 
#feld { display: none; }  
#feld1 {background-color: #7a6854; width: 294px; height: 47px; margin: 12px auto 12px 9px; padding: 0; box-shadow: 0px 2px 2px -2px black; border-radius: 7px; }
#feld2 { width: 100%; height: auto; margin-right: auto; margin-left: auto; } 
#navikat { width: 300px; color: #b9b9b9; font-size: 13px; font-family: Verdana, Helvetica, arial; font-weight: 500; height: 27px; line-height: 27px; margin-right: auto; margin-bottom: 3px; margin-left: auto; padding-left: 4px; display: flex; display: -webkit-flex; }
#navikat a:link { color: #b9b9b9; text-decoration: none; }
#navikat a:visited { text-decoration: none; color: #b9b9b9; }
#navikat a:hover { text-decoration: none; color: #dddddd; }
#box1 { text-align: center; width: 91px; height: auto; background: #216521; margin-left: 2px; box-shadow: 1px 1px 2px #333; }
#box1 a { display: block; }
#box1 a:hover { background-color: #60824f; }
#box2 { text-align: center; width: 91px; height: auto; background: #216521; margin-left: 9px; box-shadow: 1px 1px 2px #333; }
#box2 a { display: block; }
#box2 a:hover { background-color: #60824f; }
#box3 { text-align: center; width: 91px; height: auto; background: #216521; margin-left: 9px; box-shadow: 1px 1px 2px #333; }
#box3 a { display: block; }
#box3 a:hover { background-color: #60824f; }
#box4 { display: none; }
#box5 { display: none; }
#box6 { display: none; }
#pic { width: 270px; height: auto; margin: 6px auto; border: solid 1px #333; box-shadow: 1px 1px 2px #333; animation:fadein 0.8s;-moz-animation:fadein 0.8s;-webkit-animation:fadein 0.8s; }
#ebene2 { font-weight: 500; background-color: #7a6854; width: 315px; height: auto; margin-top: 112px; margin-right: auto; margin-left: auto; color: black; font-family: Verdana, Helvetica, arial; font-size: 13px; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; }
#block { display: none; }
#block2 { background-color: #658754; text-align: left; width: 305px; height: auto; margin-right: 2px; margin-left: 2px; padding-top: 7px; padding-left: 3px; padding-right: 3px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
#block3 { background-color: #658754; text-align: center; width: 311px; height: auto; margin-right: auto; margin-left: auto; padding-top: 6px; }

#block4 { background-color: #658754; text-align: left; width: 305px; height: auto; margin-right: auto; margin-left: auto; padding-top: 3px; padding-left: 3px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
#block5 { background-color: #658754; text-align: left; width: 305px; height: auto; margin-right: auto; margin-left: auto; padding-top: 7px; padding-left: 3px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
#block6 { background-color: #658754; text-align: left; width: 305px; height: auto; margin-right: 2px; margin-left: 2px; padding-top: 7px; padding-right: 3px; padding-left: 3px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
#block7 { background-color: #658754; text-align: left; width: 305px; height: auto; font-weight: 500; margin-right: 2px; margin-bottom: 3px; margin-left: 2px; padding: 7px 3px 8px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }


#footer { display: none; }
@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}