@-webkit-keyframes spinanimation {
	0% {
		-webkit-transform: rotateY(0);
	}
	
	100% {
		-webkit-transform: rotateY(360deg);
	}

}

video {
    height:250px;
}

a {
	color: #4076A1;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

body {
	overflow: hidden;
	/*font-family: 'Rationale', cursive;*/
	font-family: "Open Sans", Arial;
	margin: 0px;
	background: white;
	height: 100%;
	width: 100%;
}

#body {
	position: absolute;
	width: 100%;
	height: 100%;
}

#menu {
}


input[type="range"] {
	height: 10px;
	cursor: pointer;
	width: auto;
	background-color: #77A2D9;
}

#steps button.selected {
	font-weight: bold;;
}

#btnBuzzer {
	position: absolute;
	bottom: 27px;
	left: 50%;
	width: 100px;
	height: 30px;
	margin-left: -50px;
	z-index: 1050;
	cursor: pointer;
	/*
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#77A2D9), to(#4076A1), color-stop(.6,#4987B8));
	*/		

}


.g-d-R {
background-color: #4D90FE;
background-image: -webkit-linear-gradient(top,#77A2D9,#4076A1);
background-image: linear-gradient(top,#77A2D9,#4076A1);
border: 1px solid #3079ED;
color: white;
cursor: pointer;
}
.g-d {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: bold;
text-align: center;
margin-right: 16px;
height: 27px;
width: 100px;
line-height: 27px;
min-width: 54px;
outline: 0;
padding: 0 8px;
cursor: pointer;
}
.b-o-l {
position: relative;
display: -moz-inline-box;
display: inline-block;
cursor: pointer;
}


body.day .background {

background: url('../images/day-night-bg.png');
background-position: 0 -2400px;


background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1000, from(rgba(165,217,239, 0.1) ), to(rgba(165,217,239, 0.2) ) );
		
/*	
	background-image: -moz-radial-gradient(50% 50% 90deg, rgba(39, 72, 117, 1.0)
		0%, rgba(100, 100, 100, 1.0) 100% );*/
}

.loader {
    position:absolute;
    top:0px;left:0px;
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1000, from(rgba(0,28,79, 0.1) ), to(rgba(0,28,79, 0.5) ) );
    width:100%;
    height:100%;
    z-index: 1100;
    display:block
}

.bootkonsole {
    position:absolute;
    top:50%;
    left:50%;
    width:250px;
    height:100px;
    
    margin-left:-125px;
    margin-top:-50px;
    
    padding: 5px;
    color: black;
    overflow:hidden;

	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 6px #c6c6c6;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 6px #c6c6c6;
	background: white;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;

}
.bootkonsole p {
    margin-left:10px;
    margin-top:0px;
    padding-top:0px;
    margin: 0px;
   
}

body.night .background {
background: url('../images/day-night-bg.png');
background-position: 0 0px;


/*
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1000, from(rgba(0,28,79, 0.1) ), to(rgba(0,28,79, 0.5) ) );
*/
/*background-image: -moz-radial-gradient(50% 50% 90deg, rgba(245, 245, 245, 1.0)
		0%, rgba(100, 100, 100, 1.0) 100% );*/
}

body.grey .background {
	background-position: 0 -1000px;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1000, from(rgba(245, 245,
		245, 1.0) ), to(rgba(100, 100, 100, 1.0) ) );
	background-image: -moz-radial-gradient(50% 50% 90deg, rgba(245, 245, 245, 1.0)
		0%, rgba(100, 100, 100, 1.0) 100% );
}

#persons {
	position: absolute;
	width: 500px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -28px;
	text-align: center;
	-webkit-perspective: 600px;
	-webkit-perspective-origin: 50% 25%;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 25%;
	z-index: 1020;
}

#persons>section>img {
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 6px #c6c6c6;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 6px #c6c6c6;
	background: white;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
	padding: 5px;
}

#persons>section>div.info > div {
color: #363636;
font-size: 35px;
font-weight: 400;
margin: 5px;
}

#persons>section>div.info {
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 6px #c6c6c6;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 6px #c6c6c6;
	background: white;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
	padding: 5px;
}


#persons>section>div.info>a {
	width: 240px;
	height: 24px;
	margin: 5px;
	font-size: 23px;
	color: #77A2D9;

	text-decoration: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	/* padding: 1px 3px; */

}

#persons>section>div.info>a:hover {
		color: #fff;
		background: #77A2D9;
		text-shadow: none;
		border: none;
}
	

#persons>section,#persons>section>section {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 248px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	-moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	-o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
}

#persons section.past {
	display: block;
	opacity: 0;
	/*
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg)
		translate3d(-100%, 0, 0);
		*/
	-webkit-transform: translate3d(0, 0, 0) rotateX(90deg) translate3d(0, -513px, 0);
		
}

#persons section.current {
	display: block;
}

#persons section.future {
	display: block;
	opacity: 0;
	/*
	-webkit-transform: translate3d(100%, 0, 0) rotateY(90deg)
		translate3d(100%, 0, 0);*/
		
	-webkit-transform: translate3d(0, 127px, 0) rotateX(-43deg) translate3d(0, 185%, 0);
}

#persons section>section.past {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0) rotateX(70deg)
		translate3d(0, -50%, 0);
}

#persons section>section.future {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0) rotateX(-70deg)
		translate3d(0, 50%, 0);
}

/*********************************************
 * DEFAULT ELEMENT STYLES
 *********************************************/
#persons>section {
	line-height: 1.2em;
/* 	text-shadow: 0px 0px 2px #fff, 0px 0px 4px #bbb; */
/* 	font-weight: 600; */
}

h1,h2,h3,h4 {
	margin: 30px 0 10px 0;
	line-height: 0.9em;
	letter-spacing: 0.02em;
	color: #222;
/* 	text-shadow: 0px 0px 2px white, 0px 0px 4px #BBB; */
}

#footer {
	padding: 5px;
	position: fixed;
	bottom: 20px;
	left: 93px;
	font-size: 14px;
}


#license {
	width: 100%;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
}


#logo {
	width: 149px;
	height: 128px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/gdd11_logo.png);
	background-repeat: no-repeat;
}

#toolbox {
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1000, from(rgba(0,28,79, 0.1) ), to(rgba(0,28,79, 0.5) ) );
	
	padding: 5px;
	position: absolute;
	color: #4076A1;
	top: 0px;
	left: 0px;
	z-index: 1000;
	border-radius: 0px 0px 10px 1px;
	-moz-border-radius: 0px 0px 10px 1px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 1px;
}

#toolbox details {
	z-index: 2;
	padding: 5px;
}

.shape-container {
	-webkit-transform-style: preserve-3d;
	border: 1px solid transparent;
	width: 220px;
	height: 200px;
	margin: 0 auto;
	top: 50%;
	position: relative;
	margin-top: -100px;
}

#shape.shape {
	position: relative;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	box-shadow: 20px 0 20px rgba(0, 0, 0, 0.8);
}

div#icosahedron.d3 {
	left: 0px;
}

div#icosahedron.plane {
	top: -100px;
}

#icosahedron {
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

#container {
	-webkit-transform-style: preserve-3d;
	position: relative;
	width: 1000px;
	height: 500px;
	top: 50%;
	left: 50%;
	-webkit-perspective: 600px;
	-webkit-perspective-origin: 50% 25%;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 39%;
	margin-top: -250px;
	margin-left: -500px;
        -webkit-transition-duration: 1s;
	
}

.background {
	-webkit-transition: background-position 3s ease-out;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	padding: 0;
	margin: 0;
}

/* .container2 {
	-webkit-transform-style: preserve-3d;
	-webkit-animation: spinanimation 10s infinite linear;
	position: relative;
	top: 160px;
	margin: 0 auto;
	width: 200px;
} */

summary {
	cursor: pointer;
}

div#icosahedron div {
	-webkit-backface-visibility: visible;
	position: absolute;
	width: 240px;
	height: 220px;
	-webkit-transition: all .4s;
}

.r {
}

.g {
}

.debugr {
	border: 1px solid #ff0000;
}

.debugg {
	border: 1px solid #00ff00;
}

.hd {
	display: none;
}

/* img:hover{
      -webkit-transform: translateZ(0px);
    }
*/
.a {
	-webkit-transform: ;
}

#p01.d3 {
	-webkit-transform: rotateY(0deg) rotateX(52.5deg) translateZ(140px);
}

#p02.d3 {
	-webkit-transform: rotateY(72deg) rotateX(52.5deg) translateZ(140px);
}

#p03.d3 {
	-webkit-transform: rotateY(144deg) rotateX(52.5deg) translateZ(140px);
}

#p04.d3 {
	-webkit-transform: rotateY(216deg) rotateX(52.5deg) translateZ(140px);
}

#p05.d3 {
	-webkit-transform: rotateY(288deg) rotateX(52.5deg) translateZ(140px);
}

#p06.d3 {
	-webkit-transform: rotateY(0deg) rotateX(11deg) translateZ(140px);
}

#p07.d3 {
	-webkit-transform: rotateY(72deg) rotateX(11deg) translateZ(140px);
}

#p08.d3 {
	-webkit-transform: rotateY(144deg) rotateX(11deg) translateZ(140px);
}

#p09.d3 {
	-webkit-transform: rotateY(216deg) rotateX(11deg) translateZ(140px);
}

#p10.d3 {
	-webkit-transform: rotateY(288deg) rotateX(11deg) translateZ(140px);
}

#p16.d3 {
	-webkit-transform: rotateY(36deg) rotateX(-11deg) translateZ(140px);
}

#p17.d3 {
	-webkit-transform: rotateY(108deg) rotateX(-11deg) translateZ(140px);
}

#p18.d3 {
	-webkit-transform: rotateY(180deg) rotateX(-11deg) translateZ(140px);
}

#p19.d3 {
	-webkit-transform: rotateY(252deg) rotateX(-11deg) translateZ(140px);
}

#p20.d3 {
	display: block;
	-webkit-transform: rotateY(324deg) rotateX(-11deg) translateZ(140px);
}

#p201.d3 {
	display: none;
}

#p202.d3 {
	display: none;
}

#p21.d3 {
	-webkit-transform: rotateY(34deg) rotateX(-52.6deg) translateZ(140px);
}

#p22.d3 {
	-webkit-transform: rotateY(108deg) rotateX(-52.6deg) translateZ(140px);
}

#p23.d3 {
	-webkit-transform: rotateY(180deg) rotateX(-52.6deg) translateZ(140px);
}

#p24.d3 {
	-webkit-transform: rotateY(252deg) rotateX(-52.6deg) translateZ(140px);
}

#p25.d3 {
	-webkit-transform: rotateY(324deg) rotateX(-52.6deg) translateZ(140px);
}

#p211.d3 {
	display: none;
}

#p212.d3 {
	display: none;
}

/*
+166
170, 260, 336px, 502px

47px

*/
#p01.plane {
	-webkit-transform: translateX(-241px) translateY(-116px) rotateZ(57deg);
}

#p02.plane {
	-webkit-transform: translateX(-145px) translateY(-67px);
}

#p03.plane {
	-webkit-transform: translateX(-49px) translateY(-116px) rotateZ(-58deg);
}

#p04.plane {
	-webkit-transform: translateX(228px) translateY(-67px);
}

#p05.plane {
	-webkit-transform: translateX(414px) translateY(-67px);
}

#p06.plane {
	-webkit-transform: translateX(-330px) translateY(47px);
}

#p07.plane {
	-webkit-transform: translateX(-144px) translateY(47px);
}

#p08.plane {
	-webkit-transform: translateX(42px) translateY(47px);
}

#p09.plane {
	-webkit-transform: translateX(228px) translateY(47px);
}

#p10.plane {
	-webkit-transform: translateX(414px) translateY(47px);
}

#p16.plane {
	-webkit-transform: translateX(-237px) translateY(103px);
}

#p17.plane {
	-webkit-transform: translateX(-51px) translateY(103px);
}

#p18.plane {
	-webkit-transform: translateX(135px) translateY(103px);
}

#p19.plane {
	-webkit-transform: translateX(321px) translateY(103px);
}

#p20.plane {
	display: none;
	-webkit-transform: translateX(507px) translateY(103px);
}

#p201.plane {
	-webkit-transform: translateX(507px) translateY(103px);
}

#p202.plane {
	-webkit-transform: translateX(-430px) translateY(209px) rotateZ(-57deg);
}

#p21.plane {
	display: none;
	-webkit-transform: translateX(-247px) translateY(217px);
}

#p22.plane {
	-webkit-transform: translateX(-51px) translateY(217px);
}

#p23.plane {
	-webkit-transform: translateX(135px) translateY(217px);
}

#p24.plane {
	-webkit-transform: translateX(233px) translateY(271px) rotateZ(-62deg);
}

#p25.plane {
	-webkit-transform: translateX(-333px) translateY(267px) rotateZ(-57deg);
}

#p211.plane {
	-webkit-transform: translateX(-237px) translateY(217px);
}

#p212.plane {
	-webkit-transform: translateX(-146px) translateY(269px) rotateZ(-57deg);
}

.circle-mask2 {
	-webkit-mask-image: url(../mask.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-transform: matrix3d(0.64, 0, 0.64, 0, 0, 0.83, 0, 0, -0.53, 0, 0.76, 0, 0, 0, 0, 1);
	-webkit-transform-style: preserve-3d;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.triangle-mask {
	mask: url("triangle#c1");
	-webkit-mask-box-image: url("../images/triangle.svg");
}
.triangle-mask video {
    margin-top: 0px;
    margin-left: -70px
}

.triangle-mask-flipped {
	mask: url("triangle#c1");
	-webkit-mask-box-image: url("../images/triangle_flipped.svg");
}

.triangle-mask-flipped video {
    margin-top: 0px;
    margin-left: -70px
}
/*
css for the info box german stars
*/
#humanInfo {
	border: 1px solid black;
	width: 300px;
	overflow: scroll;
	position: absolute;
	top: 200px;
	right: 100px;
}

/*
 css for the night stars
*/
.star {
	-webkit-transition: all .2s ease-in-out;
	position: absolute;
	/*background-image: url('himmel/nyan_cat_stars.gif');*/
}

.nyanStar {
	background: url('himmel/nyan_cat_stars.gif');
	width: 400px;
	height: 400px;
	-webkit-transition: all .2s ease-in-out;
	position: absolute;
}

/**
 css properties for the nyan flying cat

**/
@-webkit-keyframes nyanAnimation { 
	0% {
		-webkit-transform: rotateY(0deg);
	}

	100%{
 		-webkit-transform: rotateY(360deg);
	}
}
.nyanContainer {
	position: absolute;

	left: 0px;
	
	
}

#cube {
	-webkit-transform-style: preserve-3d;
	-webkit-animation: nyanAnimation 20s infinite linear;
	width: 200px;
	height: 200px;
}

#cube figure {
	width: 196px;
	height: 196px;
	display: block;
	position: absolute;
	line-height: 196px;
	font-size: 120px;
	color: white;
	top: 0px;
	margin: 0px;
}

#cube .front {
	-webkit-transform: rotateY(326deg) rotateX(-187deg) rotateZ(1deg) translateZ(-213px) translateY(0.2px)
}

#cube .front img {
	margin: 0px;
	padding: 0px;
	-webkit-transform: scaleY(-1);
}

.leftNyan {
    left: 20% !important;
}

#cube {
	
}

#credits {
	width: 500px;
	height: 400px;
	overflow: hidden;
	position: relative;
	left: 50%;
	top: 150px;
}

#creditCont .cabsatz {
    margin-top:10px;
}

#creditCont .screen {
    height: 400px;
}

#creditCont {
     position:relative;
    -webkit-transition-duration: 200s;
    -webkit-transition-timing-function: linear;
    color:#ffffff;
}
#creditCont.cdown {
    top:400px;
}

#creditCont.cup {
    top:-3000px;
}
/*rotate something **/
.wt90 {
    -webkit-transform: rotate(90deg);
}

