/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif; 
  font-size:12px; 
  color:#666;
  background: none repeat scroll 0 0 #F7F7F7;
  display: table;
  position: absolute;
  width: 100%;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
	
	-moz-outline: none !important;
       outline:none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?3xd0ll');
  src:  url('../fonts/icomoon.eot?3xd0ll#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?3xd0ll') format('truetype'),
    url('../fonts/icomoon.woff?3xd0ll') format('woff'),
    url('../fonts/icomoon.svg?3xd0ll#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}

.logo-jhome {
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 34px;
  height: 20px;
  z-index: 999;
}
.logo-jhome span.j1, .logo-jhome span.j2, .logo-jhome span.j3, .logo-jhome span.j4, .logo-jhome span.j5, .logo-jhome span.ha1, .logo-jhome span.ha2{
  display: block;
  position: absolute;
  background: #fff;
} 
.logo-jhome span.j1 { 
  width: 10px;
  height: 4px;
  left: 2px;
  top: 2px; 
}
.logo-jhome span.j2 { 
  width: 5px;
  height: 25px;
  left: 10px; 
  top: 2px;
}

.logo-jhome span.j3 { 
  width: 15px;
  height: 4px;
  left: 0; 
  top: 23px;
}

.logo-jhome span.j4 {  
  background-color: rgba(39,169,227,0.8);
  width: 1px;
  height: 1px;
  left: 0;
  top: 23px;
}
.logo-jhome span.j5 {
  background-color: rgba(39,169,227,0.8);
  width: 1px;
  height: 1px;
  left: 2px;
  top: 2px; 
}

.logo-jhome span.ha1 { 
  width: 13px;
  height: 5px;
  left: 14px;
  top: 12px; 
}
.logo-jhome span.ha2 { 
  width: 5px;
  height: 25px;
  left: 23px; 
  top: 2px;
}


.outer {
  display: table;
  position: absolute;
  height: 70%;
  width: 100%;
}

.wrap{
  display: table-cell;
  vertical-align: middle;
}

#login {
  margin: 0 auto;
  width: 280px;
  background-color: white;
}

#login #content{
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 0 0;
}

#login input, #login .btn.anmelden{
  width: 250px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto 20px;
  border: 1px solid #bbb;
}

#login input{
  padding: 6px 4px;
}
#login .btn.anmelden{
  padding: 6px 12px 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #777; 
}
#login .btn.anmelden:hover{
  color: white;
}

#login .btn.anmelden:hover {
  background-color: #27a9e3;
  color: white;
  background-image: -moz-linear-gradient(top,#74c1e3,#27a9e3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#74c1e3),to(#27a9e3));
    background-image: -webkit-linear-gradient(top,#74c1e3,#27a9e3);
    background-image: -o-linear-gradient(top,#74c1e3,#27a9e3);
    background-image: linear-gradient(to bottom,#74c1e3,#27a9e3);
}


#header {
  background-color: #27a9e3;
  position: relative;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 0 10px 0;
}

#header .middle {
  margin: 0 auto;
  display: table;
}
#header i {
  margin-right: 5px;
}



/* Inputfelder ohne abstand zu außen */
#login #content{
  padding: 0;
}

#login input, #login .btn.anmelden{
  width: 100%;
  margin: 0;
  border: none;
}

#login input{
  border-bottom: 1px solid #bbb;
}

#login input{
  padding: 10px 6px;
}
#login .btn.anmelden{
  padding: 10px 12px 8px;
}



/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */
@media (max-width: 500px) {
  #login {
    width: 100%;
  }
  .wrap {
    vertical-align: top;
  }  
}

