body { margin: 0;
       background: #FFFFFF;

       font-family: Arial,Helvetica,sans-serif;
       font-weight: normal; }

h1, h2, h3   {    
   font-family:Arial,sans-serif;

   font-weight:normal;}

h1 {  
   letter-spacing: -3px;
   font-size: 3em;
   }

h2 {  
   letter-spacing: -2px;
   font-size: 2em;
   }

h3 {  
   letter-spacing: -1px;
   font-size: 1.5em;
   }

h4, h5, h6  {    
   font-family:Arial,sans-serif;

   font-weight:normal;
   letter-spacing: -1px;
   font-size: 1em;}

header h1, h2, h3 { text-align: center; }
h3 { text-align: center;}


* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  #width: 150px;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

#inhalt{
        font-size: 1em;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        }



.name{height:4em;
      max-height:4em;
      overflow-y:hidden}

.symbol{display:block;
      text-align:center;
      height:92px;
      max-height:92px;
      margin-bottom:0.125em;
      #vertical-align: center;justify-content: center;
      font-weight:200;
      font-size:16px}
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.codes{
      float:left;
      width:140px;
      background-color:#0000ff;
      padding:0.5em 0 0.75em 0;
      border-top:1px solid #fff;
      border-bottom:1px solid #fff}

#left {
  #float:left;
  width:140px;
  background-color:#F1EDCF;
  #background-color:#ff0000;vertical-align: center;justify-content: center;
  line-height: 140px;
  height: 140px;
  border: 1px solid black;
  text-align: center;
}


#noleft {  
  width:140px;
  background-color:#F1EDCF;
  line-height: 140px;
  height: 140px;
  border: 1px solid black;
  word-wrap: break-all;
}