h1,h2,h3, p { 
  font-family: calabri,verdana,tahoma,sans-serif,helvetica,arial; color: #595959;
}
h1 { 
  font-size:16pt ; margin-bottom:0.5em;
}
h2 { 
  font-size:12pt ; margin-bottom:0.5em;
}

h3 { 
  font-size:11pt ; margin-bottom:0.5em;
}

p { 
  font-size:11pt ; font-weight:normal;  margin-bottom:0.5em;
}

body {
  padding: 2em; 
  background: #c7dc99;
}

#bewertung { order: 4; padding: 4px; min-width: 80px; flex: 0 1 auto; max-height: 25px; align-self: auto;
}  

table#bilder {
    border-width:        10px;
    border-style:        solid;
    border-color:        #666666;
    background: #999999;
}

table#bilder td {
  padding: 0.00em;
  border-style: hidden;
  border-collapse: collapse;
}

#TabellenContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
  justify-content: flex-start;
}

#Tabelle { 
  flex: 0 1 auto;
  min-width: 320px;
}

#Platzhalter { 
  flex: 0 1 auto;
  min-width: 10px;
}


#AuswahlContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
  justify-content: flex-start;
}

#Auswahl { 
  flex: 0 1 auto;
  min-width: 135px;
}

