
*{
  background: #96c800;
}

body {
  font-family: sans-serif, FertigoPro, Helvetica, Arial;
  font-size: 18px;
  margin: auto;
  padding: 10px;
  background: #96c800;
}


.topnav {
  background-color: #96c800;
  border-radius: 2px;
  padding-bottom: 5px;
  min-height: 150px;
}

div#logobox{
  float: left;
  background: #96c800;
}
div#navibox{
  float: right;
  padding-top: 50px;
  min-height: 170px;
  background: #96c800;
}

#logo{
  display: block;
  margin-left: 20px;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100px;
  padding: 10px;
  border-radius: 20px;
  background: #96c800;
}
#logo:hover{
  background: white;
}



input#hamburg {
  display: none;
}

label.hamburg {
  display: block;
  background: #555; width: 75px; height: 75px;
  position: relative;
  margin-left: auto; margin-right: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#hamburg:checked + label.hamburg {
  background: #888;
  transition-duration: 0.4ms;
}

.line {
  position: absolute;
  left:10px;
  height: 4px; width: 55px;
  background: #fff; border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) { top: 18px; }
.line:nth-child(2) { top: 36px; }
.line:nth-child(3) { top: 54px; }
#hamburg:checked + .hamburg .line:nth-child(1){
  transform: translateY(18px) rotate(315deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
  opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3) {
  transform: translateY(-18px) rotate(-315deg);
}

div.links{
  background: #96c800;
  padding: 10px;
}

.links a{
  display: none;
  margin: 20px;
  padding: 10px;
  border: black 3px solid;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  color: black;
  font-size: 20px;
}

#hamburg:checked ~ .links a{
  display: block;
  transition-duration: 1s;
}

.links a:hover{
  color: #BF1E2E;
  font-style: italic;
}

div#mainer{
    padding: 10px;
    margin: 15px;
    background: #96c800;
  border-top-color: white;
  border-top-width: 5px;
  border-top-style: solid;
}




#footer {
  position:sticky;
  position:sticky;
  bottom: 0px;
  padding: 15px;
  width: 100%;
  background-color: #96c800;
  border-top-color: white;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 10px;
  text-align: center;
}

#footer *{
  font-size: 18px;
}

#maincontent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}


#maincontent{
  background: #96c800;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-width: 300px;
  border-color: #96c800;
  border-style: solid;
}

div.reading, div.markt{
  background: white;
  border-radius: 10px;
  box-shadow: -5px -5px 5px #888888;
  min-width: 200px;
  padding: 10px;
  margin: 10px;
  flex-grow: 1;
}

div.reading *, div.markt *{
  background: white;
}

div#footer{
  background: #96c800;
}

div.reading p, div.markt p{
  margin: 0;
  background: white;
}
div.reading h3, div.markt p, div#footer p{
  margin: 0;

}

div.reading a, div.markt a, div#footer a{
  color: #BF1E2E;
  text-decoration: none;
}

div.reading a:hover, div.markt a:hover, div#footer a:hover{
  color: #BF1E2E;
  font-style: italic;
}

img#frontalansicht, img#gruppenbild {
  max-width: 1000px;
  width: 300px;
  margin: auto;

}

img#apfelsaft{
  float: right;
    max-width: 1000px;
    width: 300px;
}

th{
  background: #96c800;
  padding: 5px;
  text-align: center;
}

table{
  width: 100%;
}

th.thup{
  border-bottom-color: #96c800;
  border-bottom-style: solid;
}
th.thleft{
  border-right-color: #96c800;
  border-right-style: solid;
}

li{
  margin: 5px;
}
hr{
    border-color: #96c800;
    border-style: solid;
    border-width: 1px;
}

.markt{
  text-align: center;
}