
#leitbild div.heading-block {
  display: inline-block;
  //display: table-cell;
  border:1px solid #000000;
  width: 17%;
  height: 9em;
  vertical-align: top;
  text-align: center;
  //border-bottom: 20px solid #00dddd;
  border-radius: 10px; 
  transition: all 0.7s ease;
  hyphens: auto;
  -moz-hyphens: auto;
  padding:0.3em 0.3em;
  /*-moz-box-shadow: 5px 5px 8px #555;                       
-webkit-box-shadow: 5px 5px 8px #555;                       
box-shadow: 5px 5px 8px #555;
*/
}

#leitbild div.heading-block p {
  margin: 0 auto;
}

#leitbild .shown {
  display: block; 
}

#leitbild .hidden {
  display: none; 
}

#leitbild div.active {
   background: #eeee77;
  -moz-box-shadow: 5px 5px 8px #555;                       
-webkit-box-shadow: 5px 5px 8px #555;                       
box-shadow: 5px 5px 8px #555;
}

#leitbild div.heading-block:hover {
  background: #eeee00;
 }

#leitbild p.heading-block {
  position: relative;
  text-align: center;
  margin:auto; 
  width: 96%;
  //border: 1px solid #00dddd;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#text-container { 
  position:relative;
  overflow: hidden;
  text-align:center;
  width:75%;
  padding: 0.5em 1em;
  //padding: 0;
  margin: 1em auto;
  -moz-box-shadow: 5px 5px 8px #555;                       
-webkit-box-shadow: 5px 5px 8px #555;                       
box-shadow: 5px 5px 8px #555;
;                                                                     
  //transition: all 0.7s ease;
  border: 1px solid #000;
  border-radius: 10px; 
}

#text-container p {
  margin: 0;
  //padding: 0.5em 1em;
  overflow: hidden;
  //max-height:0;
}

@media only screen and (min-width:320px) and (max-width: 800px) {
  #leitbild div.heading-block {
    height: 12em;
  }
}


//text-align:center;border:1px solid #000000;width:90%;margin-left:auto;margin-right:auto
