/*
190321   Fehler im Tabellentext mit vertical-align behoben 

*/
html{
    scroll-behavior: smooth;
  }

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

h2 {
    margin-top: 35px;
    margin-bottom: 10px;
    padding: 10px;
}

h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 10px;
}

#top {
    text-align: center;
    /* border: double; */
}

#logo {
    color: white;
    background-color: rgb(211, 70, 94);
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding: 8px;
    margin-top: 16px;
}

#logo-name {
    font-size: 32px;
    font-weight: bold;
    margin: 16px;
}

#navigation a {
 
    color: rgb(3, 2, 2);
    padding: 8px;

}

#navigation a:hover {
    color: rgb(211, 70, 94);
}

#image img {
    width: 640px;
    height: 460px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#main {
    max-width: 1023px;
    margin: auto;
    padding: 25px;
    /* border: dotted; */
}
#contact p {
    text-align: center;
}
#footer {
    text-align: center;
    color: grey;
    /* padding: px; */
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  th {
    border: 1px solid #c5d2d3;
    background-color: #ebe1e160;
    text-align: left;
    padding: 20px;
  }
  
  td {
    border: none; /*1px solid #dddddd; */
   vertical-align: top;
  text-align1: left;
    padding: 0px 8px 10px 40px;
    /* width: 15%; */
  }

  tr:nth-child(odd) {
    background-color: #dddddd;
  }

  
.Otto-image {
    margin: auto;
    max-width: 150px;
    max-height: 150px;
}

.button  {
    background-color: #f44336;
    color: white;
    margin-right: 10px;
    border: darkblue;
    /* padding: 14px 25px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  
 .button  a:hover, a:active {
    background-color: rgb(240, 231, 112);
  }
  
.gotopbtn{
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 3px solid #642828;
    border-radius: 12px;
    bottom: 40px;
    right:50px;
  
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: black;
    font-size: 22px;
  }
  .gobackbtn{
    position: fixed;
    width: 150px;
    height: 50px;
    background-color: white;
    border: 3px solid #642828;
    border-radius: 12px;
    top: 40px;
    right:50px;
  
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: black;
    font-size: 22px;
  }
  /* background-color: white; */
  /* color: black; */
  