/*body
	background-image url('/images/Hintergrund.jpg')
	background-size cover
	background-repeat repeat-y*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  padding: 0;
}
#game {
  position: fixed;
  width: 100%;
  height: 100%;
}
.stats {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9001;
}
.stats .logic #fps {
  background-color: #400 !important;
}
.stats .logic #fpsText {
  color: #f00 !important;
}
.stats .logic #fpsGraph {
  background-color: #f00 !important;
}
.stats .logic #fpsGraph span {
  background-color: #700 !important;
}
#game-over {
  max-width: 100%;
  height: 100vh;
  font-family: 'Titan One', cursive;
  text-align: center;
  background-image: url("/images/interface/highscore.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#game-over h1 {
  font-size: 10vh;
}
#game-over h2 {
  font-size: 4vh;
}
#game-over h1,
#game-over h2 {
  color: #fec;
  font-weight: normal;
  margin: 0;
}
#game-over a {
  text-decoration: none;
}
#game-over a h1 {
  color: #fc4;
}
#game-over img {
  max-width: 95%;
  height: 46vh;
  padding: 2vh;
}
#home {
  text-align: center;
  height: 100%;
  overflow: hidden;
}
#home #splash {
  max-height: 100%;
}
#main-menu {
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 1.25em;
  text-align: center;
  color: #fec;
  font-family: 'Titan One', cursive;
  background-image: url("/images/interface/mainmenu.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-menu #title {
  width: 50em;
  margin-top: 10em;
  margin-bottom: 0em;
}
#main-menu a.button:last-child {
  margin-bottom: 0;
}
a.button {
  font-size: 1.5em;
  width: 8em;
  height: 1em;
  padding: 1em 0;
  margin: 0 auto;
  margin-bottom: 1.25em;
  color: #fec;
  display: block;
  text-decoration: none;
  background-image: url("/images/interface/Button.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#credits {
  text-align: center;
  color: #fec;
  font-family: 'Titan One', cursive;
  background-image: url("/images/interface/credits.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
#credits #title {
  padding-top: 5%;
  height: 10%;
  margin-bottom: 0em;
}
#credits small {
  font-size: 0.75em;
}
#credits h3 {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 150%;
}
#credits h4 {
  margin-top: 0.2em;
  color: #fc4;
  font-size: 150%;
}
#credits a {
  color: #fc4;
}
#credits h1,
#credits h2,
#credits h3,
#credits h4,
#credits h5,
#credits h6,
#credits h7 {
  font-weight: normal;
}
#credits a.sfx {
  font-size: 0.75em;
  color: #fec;
  color: #fc4;
}
#credits a.button {
  margin-top: 2em;
  color: #fec;
}
#credits p {
  color: #fc4;
  font-family: Helvetica;
  font-size: 0.75em;
}
#highscore {
  text-align: center;
  color: #fec;
  font-family: 'Titan One', cursive;
  background-image: url("/images/interface/highscore.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
#highscore h1,
#highscore h2,
#highscore h3,
#highscore h4,
#highscore h5,
#highscore h6,
#highscore h7 {
  font-weight: normal;
}
#highscore #title {
  padding-top: 5%;
  height: 10%;
  margin-bottom: 0em;
}
#highscore #scores {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56vh;
  padding-right: 20vh;
  margin: auto;
  text-align: right;
}
#highscore a.button {
  margin-top: 2em;
}
#howto {
  width: 100%;
  height: 100vh;
  background-image: url("/images/interface/Level-Area_large.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#howto-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50vh;
  margin: auto;
  height: 100%;
  padding: 5vh;
  text-align: center;
  color: #fec;
  font-family: 'Titan One', cursive;
  background-image: url("/images/interface/Background.png");
  -webkit-background-size: 25em auto;
  -moz-background-size: 25em auto;
  background-size: 25em auto;
  background-position: center top;
  background-repeat: repeat-y;
}
#howto-inner p {
  font-size: 150%;
}
#howto-inner a.button {
  position: absolute;
  bottom: 1em;
  left: 45%;
  margin: 0 auto;
}
#exit {
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
}
#exit h1 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  color: #ff7e0f;
  font-family: 'Titan One', cursive;
  font-weight: normal;
  font-size: 4em;
}
.imprint-block-left {
  font-family: sans-serif;
}
#privacy {
  background-color: #000;
  background-color: rgba(0,0,0,0.4);
  padding: 1em;
  margin: 1em auto;
  max-width: 80%;
  width: 40em;
  font-size: 1em;
}
#privacy p {
  font-family: sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}
#privacy li {
  font-family: sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  font-size: 0.75em;
}

