*{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
  width: 100%; 
  color: #544349;

}

a:hover {
  color: rgba(0, 210, 0, 0.41);
  transition: ease-in-out 0.1s;
  font-weight: bolder;
  border-top: solid 5px;
  border-color: rgba(0, 210, 0, 0.41);
  border-radius: 2px;
  font-size: 125%;
}

body {
background-color: rgba(229, 229, 229, 1);
}
.Menue {
    padding: 0.5%;
     display: flex;
     flex-flow: row center;
     justify-content: center;
     font-size: 300%;
     top: 50;
     background-color: white;
     width: 100%;
     
 }
 .oben{
  position: fixed;
  top: 0;
 }
 .oben + .koerper {
  padding-top: 102px;
 }

 .Menue a {
     display: flex;
     flex-flow: row wrap;
     align-items: left;
     margin-left: 10px;
     margin-right: 10px;
     padding-left: 10px;
     width: 100%; 
     color: #544349;
 
 }
 
 .Menue a:hover {
     color: rgba(0, 210, 0, 0.41);
     transition: ease-in-out 0.1s;
     font-weight: bolder;
     border-top: solid 5px;
     border-color: rgba(0, 210, 0, 0.41);
     border-radius: 2px;
     font-size: 125%;
 }
 .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .koerper {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    width: 70%;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
  }
  .koerper_rot {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    width: 70%;
    background-color: red;
    border-radius: 10px;
    padding: 15px;
  }
  
  .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-top: 7.5%;
  }
  
  .Adresselinks
  {
    width: 50%;
    align-content: left;
    display: inline;
}
.Adresserechts
  {
    width: 50%;
    align-content: right;
    text-align: right;
    margin-left: 50%;
    display: inline;
}
.Adresse{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row;
  background-color:rgba(0, 210, 0, 0.41);
  color: rgb(0,0,0)
}

  .doctena{
    text-align: center;
    font-size: 200%;
  }

  h5{
    font-size: 400%;
    text-align: center;
    color: rgba(0, 0, 0);
  }

  p{
    font-size: 150%;
    color: #544349;
  }

  .kleinbild{
width: auto;

  }

  .hand{
    font-family: 'Brush Script MT', cursive;
    text-align: center;
    font-size: 200%;
  }
  .Thema{
    font-size: medium;
    color: #544349;
  }table{
    margin: auto;
    font-size: 125%;
  }
  table td{
    padding-left: 10%;
    padding-right: 10%;
  } table th{
    padding-left: 10%;
    padding-right: 10%;
  }
  #impressum {
    text-align: center;
    font-size: 150%;
}
.tabelle{
  margin-left: 25%;
}