/* Design by Peter Amende, http://peteramende.de */
@import url(https://fonts.googleapis.com/css?family=Armata);

html, body {
	padding: 0;
	margin: 0;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
	overflow: hidden;
	background: #212A3B;	
}
body {
	font-family: 'Armata', Helvetica Neue, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a,
a:active,
a:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #212A3B;
}
#sky {
	position: absolute;
	height: 100%;
	width: 100%;

	
	z-index: 1;
	background: #212A3B url('images/sky.png') 0 0 repeat fixed;

  -webkit-transition: all 120s linear;
     -moz-transition: all 120s linear;
          transition: all 120s linear;
}
.playground {
	font-family: 'PT Mono', Helvetica Neue, Arial, sans-serif;
	position: absolute;
	top: 50px !important;
	width: 640px !important;
	z-index: 50;
	height: auto !important;
	max-height: 400px !important;
	min-height: 400px !important;
	overflow: hidden !important;
	
	left: 50%;
	margin: 0 0 0 -440px;

	color: #999;
	background: rgba(0,0,0,0.65);
	border: 2px solid #999;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
}
#terminal {
	display: none;
}
#terminal img {
	margin: 5px;
	-webkit-box-shadow: 0 0 5px #C8C8C8;
	-moz-box-shadow: 0 0 5px #C8C8C8;
	box-shadow: 0 0 5px #C8C8C8;
}
#plaetzchen-info {
	display: none;
}
#close-info {
	cursor: pointer;
}

#content {
	margin: 30px;
}
#content-terminal {
	margin: 15px;
}
#content-mobile {
	display: none;
	margin: 20px;
}
	
#plaetzchen {
	position: absolute;
	bottom: 0;
	width: 334px;
	height: 348px;
	z-index: 40;
	
	left: 50%;
	margin: 0 0 0 -300px;
	
	cursor: pointer;

  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
#plaetzchen:hover {
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
#rocket {
	position: absolute;
	bottom: 0;
	width: 376px;
	height: 821px;
	z-index: 30;

  -webkit-transition: all 3s ease-out;
     -moz-transition: all 3s ease-out;
          transition: all 3s ease-out;
}
#rocket img {
  -webkit-transition: all 2s ease-out;
     -moz-transition: all 2s ease-out;
          transition: all 2s ease-out;
}
#fire {
	display: none;
	position: absolute;
	bottom: 80px;
	width: 162px;
	height: 128px;
	z-index: -5;
	left: 50%;
	margin: 0 0 0 -100px;

  -webkit-transition: all 3s ease-out;
     -moz-transition: all 3s ease-out;
          transition: all 3s ease-out;
}
.fire1 {
	display: block;
}
.fire2 {
	display: none;
}
#launch {
	position: absolute;
	display: block;
	bottom: 4%;
	
	width: 33%;
	height: 96%;
	background: transparent;
	
	z-index: 150;

	right: 0;
	margin: 0;
}
#rock {
	position: absolute;
	bottom: 0;
	width: 650px;
	height: 415px;
	z-index: 20;
	
	left: 25%;
	margin: 0 0 78px -500px;
}
#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #6d604f;
	z-index: 10;
}
#credits {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 0.5em;
	z-index: 5000;
	color: #000;
}
#credits a {
	color: #000;
}

.soup_gallery {}
.soup_item {
	display: inline-block;
	width: 31.333%;
	margin: 5px 1%;
	padding: 0;
}
.soup_item p {
	margin: 0;
	padding: 0;
}
.soup_item img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 640px) {}
