.inhalte-werden-zentriert {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.zentriert {
  display: table-cell;
}

.absolut-zentriert {
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
  
  #zentriert {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30em;
  height: 20em;
  margin-left: -15em;
  margin-top: -10em;