body{
    background-color: #333333;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 100;
}



#startTbig{
    width:70%;
    margin:auto;
    border-spacing: 15px;
    color: black;

}

.startTsmall{
    border: solid none;
    background-color:  orange;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    font-size: larger;
}

header{ 
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav{
    position: sticky;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: solid black 1px;
    background-color: orange;
    font-weight: bold;
    font-size: large;
}
nav a{
    margin-right: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

div h1{
    margin-top: 0%;
}

a:link, a:visited
{
color: black;
text-decoration: none;
}



a:active, a:hover
{
color:grey;
}

.headline{
    font-weight: normal;
    font-size: larger;
}
.tabelleessen{
    margin: auto;
    table-layout: fixed; width: 80%;
    font-weight: 100;
    border-spacing: 15px;
    padding-top: 20px;
    border-collapse:collapse;
}
.tabelleessen td, th{
    border-bottom: solid black 2px;
}
.S1{
    vertical-align: auto;

}
.S2{
    border-top: hidden;
}


footer {
    background-color: orange;
    color: white;
    text-align: center;
    padding: 5px;
    bottom: 0%;
    width: 100%;
    position: fixed;
    margin-top: 20px;
}
footer a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 20px;
}

footer a:last-of-type {
    margin-right: 20px;
}
#map{
    margin: auto;
  }
  #orange{    
    background-color: orange;
    color: black;
    margin:10px auto;
    width: 70%;
    border-radius: 10px;
    padding: 10px;
}

.tg  {
    border-collapse:collapse;
    border-spacing:0;
    margin: auto;
    table-layout: fixed; width: 80%;
    font-weight: 100;
}
.tg td{
    border-bottom: solid black 2px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    font-weight: 100;
    border-spacing:20;

}
.tg th{
    border-bottom: solid black 2px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    font-weight: 100;
}

.mittag{
    font-weight: 100;
    width: 80%;
    margin: auto;
}