/*
  Load fonts
*/
@font-face {
	font-family: STB;
 	src: url("./fonts/Steinschrift.eot")
 	src: url("./fonts/Steinschrift.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: STB;
	src: url("./fonts/Steinschrift.ttf")
}
@font-face {
	font-family: SSB;
 	src: url("./fonts/StreetSemiBold.eot")
 	src: url("./fonts/StreetSemiBold.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: SSB;
	src: url("./fonts/StreetSemiBold.ttf")
}
@font-face {
	font-family: LED;
 	src: url("./fonts/28Seg.eot")
 	src: url("./fonts/28Seg.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: LED;
	src: url("./fonts/28Seg.ttf")
}

body {
    margin:0 auto;
    padding:0;
    overflow:hidden;
    background-color:#1c022e;
    font-family: STB;
    font-weight: normal;
    color: #ffffff;
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none;
    -khtml-user-select: none; 
    -ms-user-select: none; 
}

#loader,
.progress,
#checked,
#tipps,
#topten,
#solution,
#progressbar,
#funcbar,
#keyrow,
#helper,
#documentation,
#copy,
#blendertop,
#blenderbottom,
#selection,
#demohand,
#keyknacker {
    position:absolute;
    overflow:hidden;
    z-index: 10;
}

#helper {
    width: 2000px;
    height: 60px;
    bottom: 0;
    left: 24px;
    background-color: #1c022e;
    border-radius: 10px 10px;
    text-align: center;
}

#copy,
#topten,
#tipps,
#documentation {
    width: 2000px;
    height: 1536px;
    background-color: #1c022e;
    top: 0;
    left: 24px;
    z-index: 200;
    display: none;
    text-align: center;
}

.democurtain {
    background-color: #101010;
    opacity: .35;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

a {
    color: #ffff00;
    text-decoration: none;
}

.docu {
    font-size: 24px;
}

.scorecol {
    font-size: 20px;
    float: left;
    display: table;
    width: 20%;
}

.scorecol strong {
    text-transform: uppercase;
}

.docu strong {
    text-transform: uppercase;
    color: #ffd46c;
}

#selection {
    width: 2024px;
    height: 140px;
    top: 50px;
    left: 12px;
    background-color: #1c022e;
    border-radius: 8px 8px;
    text-align: center;
}

#progressbar {
    width: 1980px;
    height: 40px;
    left: 34px;
    top: 199px;
    border-radius: 10px 10px;
    border: 2px solid #1c022e;
}

#prog {
    position: relative;
    top: 0px;
    left: 0px;
    height: 38px;
    width: 0;
    border-radius: 10px 10px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 43%, rgba(0,212,255,1) 100%);
}

#funcbar {
    width: 1980px;
    height: 60px;
    left: 34px;
    top: 250px;
    text-align: center;
}

.helper {
    font-family: SSB;
    line-height: 60px;
    font-size: 36px;
    text-transform: uppercase;
    cursor: pointer;
}

.scb {
    font-family: SSB;
    line-height: 120px;
    font-size: 70px;
    text-transform: uppercase;
}

#solution {
    width: 160px;
    height: 1120px;
    left: -20px;
    top: 308px;
    z-index: 30;
}

#keyknacker {
    width: 2000px;
    left: 24px;
    top: 308px;
    height: 1120px;
    background-color: #1c022e;
    border-radius: 20px 20px;
    overflow: hidden;
}

.demotextcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    z-index: 1001;
}

.demotext {
    font-family: DSB;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    color: #f2f2f2;    
}

#demohand {
    width: 300px;
    left: 0px;
    top: 0px;
    height: 200px;
    background-position: 0px 0px;
    background-image: url("./images/demohand.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1000;
    display: none;
}

#blendertop {
    width: 2000px;
    left: 24px;
    top: 308px;
    height: 460px;
    background-position: 0px 0px;
    background-image: url("./images/blendertop.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 20;
}

#blenderbottom {
    width: 2000px;
    left: 24px;
    top: 976px;
    height: 460px;
    background-position: 0px 0px;
    background-image: url("./images/blenderbottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 20;
}

#tippx,
#help,
#check {
    display: none;
}

#checked {
    z-index: 12;
    width: 224px;
    height: 208px;
    right: 0px;
    top: 460px;
    cursor: pointer;
    background-position: 0px 0px;
    background-image: url("./images/checked.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

#keyrow {
    z-index: 11;
    width: 2000px;
    height: 208px;
    left: 0;
    top: 460px;
    background-position: 0px 0px;
    background-image: url("./images/wordblock.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .45;
}

.correct {
    float: left;
    width: 90px;
    height: 100%;
}

.wordok {
    position: relative;
    width: 200px;
    height: 160px;
    background-position: 0px 0px;
    background-image: url("./images/ok.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.wordfail {
    position: relative;
    width: 200px;
    height: 160px;
    background-position: 0px 0px;
    background-image: url("./images/fail.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bubble {
    position: relative;
    background-position: 0px 0px;
    background-image: url("./images/bubble.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 160px;
}

.select {
    float: left;
    background-position: 0px 0px;
    background-image: url("./images/bubble.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 160px;
    z-index: 50;
}

.bubblekey {
/*    padding-left: 10px;*/
    text-align: center;
    font-family: STB;
    width: 200px;
    height: 100%;
    display: block;
    line-height: 160px;
    font-size: 80px;
}

.keycol {
    position: relative;
    float: left;
    height: 1120px;
    width: 199px;
    background-position: 0px 0px;
    background-repeat: repeat-y;
    background-size: cover;
}

.keycoltop {
    float: left;
    height: 460px;
    width: 199px;
}

.locked {
    position: relative;
    width: 199px;
    height: 205px;
    background-position: 0px 0px;
    background-image: url("./images/Locked.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#outerbox {
    padding:0;
    overflow:hidden;
}

#loader {
    bottom: 200px;
    height: 30px;
    border: 1px solid #f9e303;
}

.progress {
    display: inline-block;
    width: 0%;
    height: 29px;
    margin: 0 auto;
    padding: 0;
    background-color: #000000;
}

