body {
	
	
	font-family: Helvetica, Arial, 'Sans serif';
	font-size: 14px;
	font-weight: 100;
	
	cursor: default;
	
	margin: 0px;
		
	background-color: white;
	
	overflow-x: hidden;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	
}



#WELT {
	
	height: 100%;
	width: 100%;
	
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	NAVIGATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#NAVIGATION {
	
	width: 100%;
	
	position: absolute;
	left: 0px;
	top: 30px;
	
	z-index: 1000;
	
}



#NAVIGATION a {
	
	color: black;	
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	
	padding: 10px;
	
	margin-left: 10px;
	margin-right: 10px;
	
	border: 2px transparent solid;
	
}


#NAVIGATION a:hover {
	
	/*border: 2px silver dotted;*/
	
}



#NAVIGATION .aktiv a {
	
	border: 2px black solid;
	background-color: rgba(255,255,255,.5);
	
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GEBÄUDE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.gebaeudebehaelter {
	
	position: absolute;
	
	color: black;
	
	height: 0px;
	width: auto;
	
	margin-left: 5px;

	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	

		
}


.ES:hover {

	z-index: 1001; /*	damit Vorschaukarten nie überlagert werden	*/
	cursor: hand;
	
}





.ES {
	
	
	
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	/*
	animation-name: geborenwerden;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: inherit;
    */
    
    animation-timing-function: linear;
    animation-iteration-count: inherit;
	
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GEBÄUDETEILE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.gebaeude {

	border: 1px black solid;
	border-bottom: none;
	
	background-color: white;
	
	
}





.stockwerke {
		
	height: 1px;
	
	background-color: black;
	
	margin-top: 2px;
	
	
}


.eingang {
		
	height: 2px;
	
	border: 1px solid black;
	
	background-color: white;
	
	margin-top: -4px;
	

	
	
}

.unterbau {
		
	height: 5px;
	
	border: 1px solid black;
	
	background-color: white;
	
	
}


.antenne {
		
	position: absolute;
		
	width: 1px;
		
	background-color: black;
	
	animation: antennenfix 1s 2s forwards;
	
}


#ES-KARTE .antenne {
			
	animation: none;
	
}



.antennenlicht {
		
	position: absolute;
		
	height: 1px;	
	width: 1px;
	
	margin-top: -2px;
		
	background-color: red;
	
	animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
    visibility: hidden;
	
}











/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	VORSCHAUKARTE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.vorschaukarte {
	
	
	font-size: 11px;
	white-space: nowrap;
	
	background-color: rgba(255,255,255,.9);
	
	border: 1px solid gray;
	
	text-align: left;
		
	position: absolute;
	z-index: 1001;
	
	min-width: 100px;
	
	margin-left: 30px;
	margin-top: -50px;
	
	padding: 10px;
	padding-top: 7px;
	
	display: none;
	
}


.rechtsklickhinweis {
	
	font-style: italic;
	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	REFERENZBAUTEN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#REFERENZBAUTEN {
	
	position: absolute;
	
	bottom: 70px;/*50px*/
	
	width: 100%;
	height: 843px;
	
	z-index: 1;
	
/* 	background-image: url(../bilder/referenzgebaeude.png); */
	background-repeat: no-repeat;
	background-position: center bottom;
	
	opacity: .5;
	
	display: none;
	
	overflow-x: scroll;
	
	
	
}









/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	ZUCHTSTATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#zucht_1 {
	
	border: none;	
	
}


.HIMMEL {
	
	position: absolute;
	top: -10000px;
	left: 50%;
	
	height: 100%;
	width: 100%;
	
	border: none;
	
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GENERATIONEN-SIMULATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.generationstitel {
	
	width: 100%;
	
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	
	padding-top: 30px;
	padding-bottom: 3px;
	
	border-bottom: 2px black solid;
	
	visibility: hidden;
	display: none;
	
}












/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	EVOLUTIONSLAUFKNOPF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#evolutionslaufknopf, #evolutionsanhaltknopf, #nachtknopf, #tagknopf, #vergroesserungsknopf, #verkleinerungsknopf, #referenzgebaeudeherknopf, #referenzgebaeudewegknopf {
	
	position: fixed;
	
	right: 50px;
	top: 50px;

	color: black;
	
	height: 50px;
	width: 50px;
	
	border-radius: 50px;
	
	border: 4px black solid;
	
	z-index: 100;
	
	opacity: .8;
	
	zoom: .5;
	
	cursor: hand;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
}

#evolutionslaufknopf {
	
	background-image: url(../bilder/controls/play.png);
	
}

#evolutionsanhaltknopf {
	
	background-image: url(../bilder/controls/pause.png);
	
}

#nachtknopf {
	
	background-image: url(../bilder/controls/night.png);
	
}

#tagknopf {
	
	background-image: url(../bilder/controls/day.png);
	
}

#verkleinerungsknopf {
	
	background-image: url(../bilder/controls/zoom_out.png);
	
}

#vergroesserungsknopf {
	
	background-image: url(../bilder/controls/zoom_in.png);
	
}

#referenzgebaeudeherknopf {
	
	background-image: url(../bilder/controls/reference_on.png);
	
}

#referenzgebaeudewegknopf {
	
	background-image: url(../bilder/controls/reference_off.png);
	
}





#nachtknopf, #tagknopf {
	
	top: 150px;
	
}

#vergroesserungsknopf, #verkleinerungsknopf {

	top: 250px;
	
}

#referenzgebaeudeherknopf, #referenzgebaeudewegknopf {
	
	top: 350px;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#evolutionslaufknopf:hover, #evolutionsanhaltknopf:hover, #nachtknopf:hover, #tagknopf:hover, #vergroesserungsknopf:hover, #verkleinerungsknopf:hover, #referenzgebaeudeherknopf:hover, #referenzgebaeudewegknopf:hover {



}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#evolutionslaufknopf:active, #evolutionsanhaltknopf:active, #nachtknopf:active, #tagknopf:active, #vergroesserungsknopf:active, #verkleinerungsknopf:active, #referenzgebaeudeherknopf:active, #referenzgebaeudewegknopf:active {

	background-color: black;
	background-image: none;
	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#evolutionslaufknopf:active div, #evolutionsanhaltknopf:active div {

	border-left-color: white;
	border-right-color: white;

}

#nachtknopf:active div {

	box-shadow: 8px 8px 0px 0px white;

}

#vergroesserungsknopf:active div, #verkleinerungsknopf:active div, #referenzgebaeudeherknopf:active div, #referenzgebaeudewegknopf:active div {

	color: white;

}

#tagknopf:active div {

	color: black;

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	POPULATIONSANZEIGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#statistikanzeige {
	
	position: absolute;
	z-index: 100;
	
	bottom: 5%;
	right: 5%;
	
	min-width: 50px;
	height: 20px;

	
	
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	ÜBERLEGFENSTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ABDUNKLER {

	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	display: none;
	z-index: 1001;
}

#FENSTER, #FENSTERBEHAELTER {

	width: 100%;
	height: 100%;

}

#FENSTER {
	
	background-color: transparent;

}





iframe {
	
	background: white center center;
	background-image: url(../bilder/bitte_warten.gif);
	background-repeat: no-repeat;
	
}



#SCHLIESSKNOPF {
	position: fixed;
	right: 5px;
	top: 5px;
	
	background-image: url(../bilder/schliessen.png);
	
	width: 50px;
	height: 50px;
	
	cursor: hand;
	
	z-index: 101;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	ES-KARTENANSICHT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ES-KARTE {
	
	position: absolute;
	
	width: 100%;
	
	bottom: 5px;
	left: 45%;
		
	zoom: 1;
	
}


#ES-KARTE .gebaeudebehaelter .ES, #VERWANDTSCHAFT .ES {
	
	animation-name: none;
	
}








#DATEN {
	
	position: absolute;
	
	padding-top: 20px;
	padding-left: 30px;
	
	z-index: 99;
	
}

#DATEN a {
	
	color: black;
	text-decoration: none;	
	
}







#ABDECKER {
	
	position: absolute; 
	top: 0px; 
	left: 0px; 
	
	height: 100%; 
	width: 100%;
	
	z-index: 100;
	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	INFORMATIONSKARTE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#information {
	

	width: 100%;
	
	padding-top: 80px;
	
	font-size: 18px;
	

	
}

#information .gebaeudebehaelter .ES {
	
	animation-name: none;
	
}

#information .ES:hover .augen div div {	
	
	margin-top: 1px;
	
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HERZSCHLAG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.herzschlag {

	height: 17px;
	width: 20px;
	
	padding-top: 3px;
	
	background-color: black;
	
	color: white;
	line-height: 100%;
	
	border-radius: 100%;
	
	margin-left: -2px;
	
	-webkit-transform: scaleY(-1); 
	transform: scaleY(-1);

    animation-name: blinker;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
}



@keyframes blinker {  
   
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
    
}





@keyframes geborenwerden {  
   
    0% { opacity: 0; }
    60% { opacity: 0; }
    100% { opacity: 1; }
    
    
    
    
}



@keyframes antennenfix {  
   
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
        
}















