html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*END RESET*/

html, body {
	 font-family: 'Space Mono', monospace;
	 text-transform: uppercase;
	  font-size:16px;
	  line-height:22px;
    height: 100%;
	min-height: 100%;
  background-color: #fff;
  color: #444;
}

a {
	color:#aaa;
	text-decoration:none;
  cursor: pointer;
}

a:hover {
	color:#ccc;	
}

.sidebar {
	width: 30%;
		position: fixed;
      top: 0;
      bottom: 0;
	  right:0;
	   overflow:auto;
}
.content {
	width: 70%;
	position: fixed;
      top: 0;
      bottom: 0;
	  left:0;
	   overflow:hidden;
     padding-bottom:300px;
}

.container {
	min-height: 100%;	
}

.inner {
	padding:30px;	
}

.login, .bottombar {
background: rgb(0,0,0) url(img/bg.gif);
color: #777;
}

.login .container {
background: url(img/img.gif) no-repeat center -150px;
}

.sidebar {
background: rgb(0,0,0) url(img/bg2.gif);
color: #777;

}

strong {
font-weight: bold;
}

.logoo {
display: block;
margin: 10px auto 0;
max-width: 300px;
width: 100%;
height: auto;

}

.login .pass {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

 .sect {
  position: relative;
  margin: 0 0 40px 0;
  text-align: center; 
}


.bottombar {
position:fixed;
bottom:0;
width:100%;
background-color:#fff;
}

.level {
background-color:#CCC;	
}

.level .pass {
position:relative;
text-align: center;
width: 300px;
margin: 70px auto 50px;
}

.quest {
max-width:1600px;	
margin: 60px auto 300px;
text-transform: none;
}

.quest img {
width:100%;	
height:auto;
}


.backbutt {
position:fixed;
top:0;
left:0;
padding:10px;	
}


/******************/

h1 {
font-size:46px;
line-height:42px;	
word-wrap: break-word;
font-style: italic;
text-transform: lowercase;
margin: 20px 0 40px;
}


h2 {
font-size:30px;	
line-height:36px;
}


h3 {
font-size:24px;	
line-height:28px;
font-weight: bold;
}
/*******************************************INPUT**********/

input         {
  font-size:36px;
  color:#444;
  padding:10px 10px 10px 5px;
  display:block;
  width:320px;
  border:none;
  border-bottom:1px solid #444;
  text-align:center;
  box-sizing: border-box;
  background-color: #fff;
	 font-family: 'Space Mono', monospace;  
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
      background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333 !important;
 -webkit-box-shadow: 0 0 0px 1000px #eee inset;
  transition: background-color 5000s ease-in-out 0s;
    background-color: #eee !important;
}

label          {
  color:#444; 
  font-size:36px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  width:100%;
  text-align:center;
  left:0px;
  top:20px;
  transition:0.2s ease all; 
  text-align:center;
}


.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#1290b4; 
  transition:0.2s ease all; 
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}


input:focus ~ label, input:valid ~ label {
  top:-20px;
  font-size:14px;
  color:#fff;
}

/***************************************************************************************************/

table.score {
margin-top:20px;
width:100%;	
text-transform: none;
}

table.score tr {
border-bottom:1px solid #1290b4;	
}

table.score td {
padding:10px 20px 8px 0;	
}

table.score strong{
font-size: 24px;
margin-top:5px;
 display:block;
}


table.score td:nth-child(2) {
text-align: right;
}

/***********BUTTON************/


.butt {
    display: block;
    vertical-align: middle;
	text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	font-size:36px;
	line-height:40px;
	margin: 10px 0 0 0;
    padding: 40px 0;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #444;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-width:0px;
}

.butt:hover:before, .butt:focus:before, .butt:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.butt:hover, .butt:focus, .butt:active {
    color: #fff;
}


.butt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1290b4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}




.smallbutt {
  font-size:18px;
	line-height:40px;
	margin: 10px 0 0 0;
    padding: 10px 0;
    cursor: pointer;
    background: #ddd;
    text-decoration: none;
    color: #444;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-width:0px;
     text-transform: uppercase;
     font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

 .smallbutt:hover, .smallbutt:focus, .smallbutt:active {
    color: #fff;
    background-color: #444;
}






 .clrwrap {
position: relative;
top: 10px;
margin: 0 auto;
}

.clrwrap:after {
clear: both;
}

.clr {
float:left;
width: 10%;
height: 32px;
margin: 0;

}


#clrselect {
position: absolute;
top:-3px;
left:-3px;
 width: 10%;
height: 32px;
border: 3px solid #ddd;
 transition:all .5s ease;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;

}

#kontakt {
margin-bottom: 40px;
} 

#kontakt .smallbutt {
width: 100%;
}

textarea {
width: 100%;
box-sizing: border-box;
border: 2px solid #ddd;
padding: 20px;
font-size: 16px;
 font-family: 'Space Mono', monospace;
 vertical-align: top
}

.post span.autor {
color: #fff;
display: inline;
padding: 0px 5px;
margin-right: -5px;
}

.post p.message {
padding: 0px 5px;
}

#chat{
height: 270px;
box-sizing: border-box;
padding: 30px;
position: absolute;
bottom: 0px;
width: 70%;
}

#chat textarea{
height: 200px;
}

#chat .smallbutt {
position: absolute;
bottom: 30px;
right: 30px;
width: auto;
 padding-right: 20px;
padding-left: 20px;
}

#chat .smallbutt:hover {
background: rgb(0,0,0) url(img/bg.gif);
}

.post {
margin-bottom: 16px;   
text-transform: none;
}

.post span {
display: block;
font-size: 12px;
margin-bottom: -2px;
}

#env {
height:100%; 
overflow-y: auto;
overflow-x: hidden;
padding: 30px 30px 0 30px;
}


#msgbutt {
display: none;
}




@media only screen and (max-width: 900px) {


 .sidebar {
 width: 100%;
 position: relative;
 }
 
 .content {
 width: 100%;
 position: fixed;
 background-color: #fff;
  padding-bottom: 300px;
  display:none;
 }
 
 
 #height {
 height: 600px;
 }
 
 .content:before {
 content:"WOKEETOKEE";
   font-size: 30px;
    line-height: 36px;
    padding: 15px 30px;
    display: block;
 }
 
 #chat {
 position: fixed;
 bottom: 0;
 width: 100%;
 background-color: #fff;
 height: auto;
 }
 
 #msgbutt {
display: block;
}

.msgform {
display: none;
}

  #env {
   /* height: auto;    */
    }
 
 }


