html, body {margin-left: 5%;margin-right: 5%;padding: 0;height: 100%;text-align: center;
background-image: url("img/background.JPG");background-position: left;background-size: 100% auto;
background-attachment: fixed;background-repeat: repeat-y;}
section {margin-top: 0;margin-bottom: 5px;border-radius: 20px;background-color: white}
a {text-decoration: none;color: black}
li {list-style-type: none;font-size: 20px}
#zurück{position: fixed;z-index: 1;border: 2px solid black;border-radius: 10%;padding-left: 10px;padding-right: 10px;background-color: #58ACFA}
h1{padding-top: 8%;padding-bottom: 0;font-size: 120px;margin: 0;font-family: 'Monoton', cursive;text-align: center;margin-left: 0}
h2 {padding-bottom: 1%;margin: 0;letter-spacing: 0.5em;font-size: 35px;text-transform: uppercase;font-family: bold, Arial}
h3{margin-top: 50px;margin-bottom: 50px;font-size: 50px;margin: 0;font-family: 'Kalam', cursive;border-top-left-radius: 35px;border-bottom-left-radius: 35px;text-align: left;padding-left: 5%;background-color: gray;line-height: 70px;margin-left: 30px}
h4{margin-right: 5%;background-color: gray;line-height: 40px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;font-size: 30px}
footer{background-color: #e6e6e6;height: 20px;border-top: 2px solid black;border-radius: 10px;width:100% }
.oben{text-align: left;padding-right: 15%}
#Impressum{margin-left: 15%}
#Gästebuch{margin-left: 15%}


th {border: 2px solid black;text-align: left;color: white;background-color: #3B170B;font-size: 25px;border-radius: 5px;font-family:Arial}
td {font-size: 18px;text-align: left;font-family:Arial;line-height: 15px}
th{font-size: 20px}
table{padding-left: 5%;padding-right: 5%;width: 100%;margin: 0;padding-bottom: 50px}
table tr:nth-child(odd) td { background: #D8D8D8; }
#SBahn{line-height: 25px}
#Freizeit{line-height: 50px}

@media screen and (max-width: 1024px) {
h1 {font-size: 40px}
h2{font-size: 20px;line-height: 40px}
th{font-size: 12px}
td{font-size: 10px}
}
@media screen and (max-width: 600px) {
  h1 {font-size: 25px}
  h2{font-size: 10px;line-height: 20px}
  th{font-size: 8px}
  th{font-size: 6px}

}
