.schatten { 
  color: #600; 
  /*background-color:  #FF3;*/
  /*background-color:  #d1f565;*/
  background-color: #f4ec6e;
  /*line-height: 180px;*/
  font-family:'Merienda One', Helvetica, sans-serif;
  font-size: 1.6em;
  /*text-align: center;*/
  position: relative;
  width: 80%;
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;  
}
.schatten:before, .schatten:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  -webkit-box-shadow: 0 15px 10px hsla(0, 0%, 0%, 0.7);
  box-shadow: 0 15px 10px hsla(0, 0%, 0%, 0.7);
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.schatten:after {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  right: 10px;
  left: auto;
}

.kButton        { /*margin: 20px;           /* Zitate Button */
                  width: 100px;
                  height: 32px;
                  /*line-height: 14px;*/
                  cursor: pointer;
                  text-align: center;
                  font-family: Arial, Helvetica, sans-serif;
                  font-size: 12pt;
                  border-radius: 6px;
                  /*border-color: rgb(100,210,190);*/
                  border-color: #A8CEF3;
                  color: black;
                  background: rgb(55,99,200);
                  background-image: -webkit-linear-gradient(rgb(55,99,200), rgb(100,210,190));
                  background-image: linear-gradient(rgb(55,99,200), rgb(100,210,190));
                  background-repeat: repeat-x;
                }

.kButton:hover  { background-color: rgb(100,210,190);
                  background-position: 0 -5px;
                  -webkit-transition: background-position 0.2s linear;
                  transition: background-position 0.2s linear;
                }

.kglow          { border: 1px solid #ad9c9c;
                  background-color: rgb(100,190,210);
                  font-family: Arial, Helvetica, sans-serif;
                  font-size: 12pt;
                  width: 16em;
                  line-height: 1.1;
                  padding: 4px 4px;
                  border-radius: 4px;
                  -webkit-box-shadow: 0 1px rgba(34,25,25,0.15) inset, 0 1px #ffffff;
                  box-shadow: 0 1px rgba(34,25,25,0.15) inset, 0 1px #ffffff;
                  -webkit-transition: all 0.4s ease-in-out 0s;
                  transition: all 0.4s ease-in-out 0s;
                }       

.kglow:focus    { border-color: #993300;
                  -webkit-box-shadow: 0 1px rgba(34,25,25,0.15) inset, 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
                  box-shadow: 0 1px rgba(34,25,25,0.15) inset, 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
                  background-color: rgb(0,150,255);
                }

#kheight    { height:2em;
            }

#ktable     { border-collapse: separate; 
              border-spacing: 5px;
            }

.kontaktarea { width: 100%;
               height: 162pt;
               font-family: Arial, Helvetica, sans-serif;
               color: #000;
               font-size: 11pt;
               resize: vertical;
             }            
