body {
  margin: 0;
  padding: 0;
  background: #222;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#snowflakes {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#site {
  width: 100%;
  height: 100%;
}
#site-table {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
#content-outer {
  display: table;
  width: 100%;
  height: 100%;
}
#content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #325830;
  background-image: url("/images/gradient.png"), url("/images/snowflake-background.png");
  background-size: 100% 100%, auto;
}
#content-cell {
  text-align: center;
  vertical-align: middle;
  background: url("/images/snowflake-background-ie8.png") #325830;
  border: 0;
  padding: 0;
  margin: 0;
}
#puzzlearea-ie8 {
  position: relative;
  display: inline-block;
}
#puzzlearea {
  display: inline-block;
  width: 96%;
  height: 95%;
  background: #000;
  box-shadow: 0 0 20px 3px #000;
  border: solid #fff 10px;
}
#puzzlecontrols {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}
.puzzlecontrolbutton {
  display: table;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: #7c1b19;
  border-radius: 50%;
  color: #e0c636;
  text-shadow: 1px 1px #000;
  font-size: 25px;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
}
.puzzlecontrolbuttoncontent {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#puzzlehinttooltip {
  position: absolute;
  border: 1px solid #000;
  color: #000;
  padding: 10px;
  right: 0;
  top: 60px;
  margin: 20px;
  background: #e0c636;
}
#loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
#loadingcontainer {
  display: table;
  width: 100%;
  height: 100%;
}
#loadingcontent {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#loadingindicator {
  background-image: url("/images/snowflake-load.png");
  width: 64px;
  height: 64px;
  display: inline-block;
}
.puzzleframe {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.puzzlerow {
  display: table-row;
}
.puzzleslot {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #000;
}
.puzzlepiece {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.puzzlebackground {
  border: none !important;
  background-size: 100% 100%;
}
.clickme {
  background-size: 100% 100%;
}
.clickme1 {
  background-image: url("/images/clickme1.png");
  background-size: 100% 100%;
}
.clickme2 {
  background-image: url("/images/clickme2.png");
  background-size: 100% 100%;
}
.snowflake {
  width: 20px;
  height: 20px;
  background-image: url("/images/snowflake.png");
  background-size: 100% 100%;
  position: absolute;
  top: -32px;
}
.snowflake1 {
  width: 20px;
  height: 20px;
  background-image: url("/images/snowflake1.png");
  background-size: 100% 100%;
  position: absolute;
  top: -32px;
}
.snowflake2 {
  width: 20px;
  height: 20px;
  background-image: url("/images/snowflake2.png");
  background-size: 100% 100%;
  position: absolute;
  top: -64px;
}
.snowflake-img {
  width: 20px;
  height: 20px;
  position: absolute;
}
#tutorial {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #e0c636;
  text-shadow: 1px 1px #000;
}
.tutorialcontent {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tutorialtext {
  display: inline-block;
  padding: 30px;
  background: #325830;
  border-radius: 20px;
  margin: 30px;
  background-image: url("/images/snowflake-background.png");
}
.tutorialheading {
  font-weight: bold;
  font-size: 2em;
  padding-bottom: 1em;
}
.tutorialbuttons {
  padding-top: 2em;
  font-weight: bold;
}
.tutorialbutton {
  display: inline-block;
  border-radius: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #f83632;
  border-top: 1px solid #f83632;
  padding: 5px 10px;
  width: 8em;
  background: #7c1b19;
}
#puzzledesigner {
  display: table;
  width: 100%;
  height: 100%;
}
#puzzledesignercontent {
  display: table-row;
}
#puzzledesignerinputs {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.greetingtext {
  width: 90%;
  height: 100px;
}
.maillink {
  width: 90%;
  height: 30px;
  display: block;
}
#puzzledesignerpreview {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
.flare {
  background-image: url("/images/flare.png");
  position: absolute;
  background-size: 100% 100%;
}
.flare-img {
  position: absolute;
}
#imprint-outer {
  background: #222;
  color: #fff;
  text-align: center;
}
#imprint {
  margin: 0 auto;
}
.imprint-block-left {
  padding: 20px;
  text-align: left;
  font-size: 1.25em;
}
.imprint-block {
  padding: 20px;
  font-size: 1.25em;
}
#privacy {
  font-size: 0.8em;
  text-align: left;
}
a {
  text-decoration: none;
  color: #ffb00d;
}
a:hover {
  text-decoration: underline;
}
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
