  @import url(form5.css);  
  
  @font-face {
  font-family: 'Bern';
  src:  url('http://kione.de/Fonts/P.ttf') format('truetype'), url('http://www.kione.de/Fonts/P.ttf') format('truetype');
  }

  @font-face {
  font-family: 'Kione';
  src:  url('http://kione.de/Fonts/kione.ttf') format('truetype'), url('http://www.kione.de/Fonts/kione.ttf') format('truetype');
  }
  @font-face {
  font-family: 'Espeak';
  src:  url('http://kione.de/Fonts/current.ttf') format('truetype'), url('http://www.kione.de/Fonts/current.ttf') format('truetype');
  }

html
  {
  overflow:hidden;
  left:0;
  top:0;
  width:100%;
  height:100%;

  }

  body:before {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  content: "";
  height: 10px;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  }

  body {
  font-size: 64.5%;
  overflow:auto;
  width:100%;
  height:100%;
  margin: 0 auto 0 auto;
  color: #555;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-image: url(img/kioneBackgroundBlurred.jpg); 
    background-repeat: no-repeat;
          -webkit-background-size: cover; /*for webKit*/ 
          -moz-background-size: cover; /*Mozilla*/ 
          -o-background-size: cover; /*opera*/ 
     background-size: cover; /*generic*/ 
     background-attachment:fixed;
  background-position: bottom center;
  background-color: #fff;
  }

  a{
  text-decoration: none;
  }
  .clear{
  height:10px;
  }

  /*head head head head head head head head head head head head head head head head head head  */

  img {
     -webkit-animation: adjustHue 12s alternate infinite;
  }
       
  @-webkit-keyframes adjustHue {
     0% { -webkit-filter: hue-rotate(1deg); }
     50% { -webkit-filter: hue-rotate(180deg); }
     100% { -webkit-filter: hue-rotate(360deg); }   
  }

  #header {
  margin: 0 auto 0 auto;
  min-height: 256px;
  width: 90%;
  max-width: 978px;
  }

  #logo {
  width: 256px;
  height: 256px;
  float: left;
  }
  #logoText {
  padding-top: 17px;
  }

  #site-title{
  font-family: Kione;
 font-size: 6.4em;
  color: #fff;
  /*background-color: gray;*/
  line-height: 40px;
  margin-left: 24px;
   text-shadow: 0 1px 0 #ccc,
   0 2px 0 #c9c9c9,
   0 3px 0 #bbb,
   0 0 1px rgba(0,0,0,.1),
   0 1px 3px rgba(0,0,0,.3),
   0 3px 5px rgba(0,0,0,.2),
   0 5px 10px rgba(0,0,0,.25);
  }
  #site-description {	
  font-family: Bern;
  font-size: 2.8em;
  color: #666;
  margin-top:3px;

  padding-left: 26px;
   text-shadow: 0 1px 0 #ccc,
   0 2px 0 #c9c9c9,
   0 3px 0 #bbb,

   0 0 5px rgba(0,0,0,.1),
   0 1px 3px rgba(0,0,0,.3),
   0 3px 5px rgba(0,0,0,.2),
   0 5px 10px rgba(0,0,0,.25);
  }
  .brand:hover{
  	cursor: pointer;
  }

  /*The Main Page The Main Page The Main Page The Main Page The Main Page The Main PageThe Main Page*/

  #center{
  margin: 0 auto 0 auto;
  width: 90%;
  max-width: 900px;

    height: 100%;
  }
  #page {
    margin: 0 auto 0;
    width: 740px;

  }

#post {
    font-family: Calibri;
    font-size: 2em;
      text-align: justify;
  }

  /*custom classes font-awesome custom classes font-awesome custom classes font-awesome */

.blueoverlay{
color:#4099ff;
text-shadow: none;
}
.redoverlay{
  color: #cb2027;
  text-shadow: none;
}
.lightblueoverlay{
  color: #333;
  text-shadow: none;
}
.invertblueoverlay{
    background: #0079ff;
    padding-right:4px;
    padding-left:4px;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -moz-linear-gradient(center top,#0096ff,#005dff);
    background: linear-gradient(#0096ff,#005dff);
    border-color: #0071e0;
    color: #fff;
    border-radius: 2px;
    text-shadow: none;
}
.content{
  margin:10px;
  text-align: justify;
  padding: 6px;
  }

.title{
  font-family: Bern;
  color: black;
  min-width: 200px;
  width: 75%;
  font-size: 3em;
  line-height: 50px;
  vertical-align: middle;
  float:left;
  padding-right: 10px;
  padding-top: 12px;
  text-align: center;
  margin-left: -6px;margin-right: 6px;margin-bottom: 20px;
    text-shadow: 0 1px 0 #ccc,
         0 2px 0 #c9c9c9,
         0 3px 0 #bbb,
         0 0 5px rgba(0,0,0,.1),
         0 1px 3px rgba(0,0,0,.3),
         0 3px 5px rgba(0,0,0,.2),
         0 5px 10px rgba(0,0,0,.25);
  }
.signatur{
  font-family: Bern;
  color: gray;
  float: right;
  font-size: 1em;
    text-shadow: 0 1px 0 #ccc,
         0 2px 0 #c9c9c9,
         0 3px 0 #bbb,
         0 0 5px rgba(0,0,0,.1),
         0 1px 3px rgba(0,0,0,.3),
         0 3px 5px rgba(0,0,0,.2),
         0 5px 10px rgba(0,0,0,.25);
  }
.title:first-letter{
  font-size: 2em;
  color: rgba(0,232,25,1);
  line-height: 20px;
  text-transform: lowercase;
  text-shadow: 0 1px 0 #ccc,
         0 2px 0 #c9c9c9,
         0 3px 0 #bbb,
         0 0 5px rgba(0,0,0,.1),
         0 1px 3px rgba(0,0,0,.3),
         0 3px 5px rgba(0,0,0,.2),
         0 5px 10px rgba(0,0,0,.25);
  }
       
  .excerpt{
  font-family: Bern;
  color: rgba(0,0,0,0.7);
  min-width: 200px;
  width: 75%;
  font-size: 2.2em;
  line-height: 50px;
  float:left;
  clear: both;
  margin-left: -6px;
  padding-right: 10px;
  padding-bottom: 12px;
  text-align: center;
  margin-right: 6px;
    text-shadow: 0 1px 0 #ccc,
         0 2px 0 #c9c9c9,
         0 3px 0 #bbb,
         0 0 5px rgba(0,0,0,.1),
         0 1px 3px rgba(0,0,0,.3),
         0 3px 5px rgba(0,0,0,.2),
         0 5px 10px rgba(0,0,0,.25);
  }

#tweetbutton {
    display:none;
    position:absolute;
    z-index:1010;
    padding-left:10px;
}

/*Navigation
 Navigation
 Navigation
 Navigation
 Navigation
 Navigation
 Navigation
 Navigation*/

  #side {
      position:fixed;
  overflow:hidden;
  left:0;
  top:10px;
    height:100%;
    width: 120px;
  }
  .menu{
    margin: 0 auto 0 auto;
  }
  .menu li{
  margin: 0 auto 0 auto;
  list-style: none;
  }
  .menu li:hover{
    border-radius: 12px;
    background-color: rgba(40,40,40,1.0);
  }
  .menu a:link{

  }

 /* At least the Bottom At least the Bottom At least the Bottom At least the Bottom At least the  */

  #foot {
    position: fixed;
    bottom: 0;
    overflow: auto;
  width:100%;
  min-height: 260px;
    background-image: url(img/kioneOverlay2.png); 
    background-repeat: no-repeat;
          -webkit-background-size: cover; /*for webKit*/ 
          -moz-background-size: cover; /*Mozilla*/ 
          -o-background-size: cover; /*opera*/ 
     background-size: cover; /*generic*/ 
     background-attachment:fixed;
  background-position: bottom center;
  }

/*Different people and devices hubba its working - i am so genius */

@media screen and (orientation: portrait) {
   /* works on all device in portrait mode (device vertical) */
  #logo {
    width: 128px;
   height: 128px;
   float: left;
   margin-top: 30px;
  }
  .menu-container{
    display:none;
  }
}

@media screen and (orientation: landscape) {

}

@media (min-width: 950px) {
   /* breite Browserfenster */
 }

@media (min-width: 450px) and (max-width: 950px) {
} 

@media (max-width: 900px) {
   /* mobile Geräte */ 

  #header{
  width: 640px;
  }
  #page{
  width: 90%;
  }
}

@media screen and (max-width: 640px) {

  #logo {
  width: 128px;
  height: 128px;
  float: left;
}
  #site-title{
    font-size: 4.4em;
  }
  #site-description { 
    font-size: 2.2em;
  }


}