@charset "UTF-8";
/* CSS Document */



/*Styling Menü Ost*/

	.BOX {
			font-family: futura;
			font-size: 20px;
			color: #ECE3CE;
			margin-bottom: 10px;
			position: static;
			z-index: 10; 
		}

		.NAV {
			display: flex;											/* Ausrichtung der Navpunkte in Ebene 1 */
			height: 60px;											/* Höhe der Navbar */
			width: auto;											/* Breite der Navbar */
			background-color: #CD8D7A;
			padding: auto;
			padding-top: 10px;
			positon: fixed;	
			background-position: center;
			z-index: 10; 
			
		}
		.EBENE1, .EBENE2 a {										/* Formatierung aller Texte in der Navbar */
			display: block;
			line-height: 50px;
			text-indent: 1rem;
			text-decoration: none;
			color: #ECE3CE;
			z-index: 10; 
		}
		.EBENE1 {													/* Navpunkte in Ebene 1 */
			height: auto;
			width: 200px;
			background-color: transparent;
			z-index: 10; 
								/* Rahmen zwischen den Navpunkten in Ebene 1 */
		}

		.EBENE1:hover {
			background-color: #CD8D7A;
			color: #ECE3CE;
			z-index: 10; 
			
		}
		.EBENE2 {													/* Navpunkt in Ebene 2 */
			display: none;											/* Navpunkte anfangs nicht sichtbar */
			position: auto;										/* Navpunkte überlappen nachfolgende Elemente */
			height: auto;
			width: auto;
			background-color: #CD8D7A ;
			z-index: 10; 
		}

		.EBENE2 a:hover {
			background-color: #CD5C08;
			color: #ECE3CE;
			z-index: 10; 
			
		}
		.EBENE1:hover > .EBENE2 {									/* macht Ebene 2 sichtbar */
			display: block;		
			z-index: 10; /* durch Pseudoklasse Hover */
		}


/*Styling Umschalt Button zwischen Ost und West*/

.UMSCHALTEN{
	position: absolute;  
	left: 30; 
	top: 5; 
	z-index: 0; 
}


/*Styling der Landkarte, Sprechblase und Sprechblase Buttons*/

#BUTTON1{
	background-color: #ECE3CE; 
	color: black; 
	padding: 15px; 
	border-radius: 15px; 
}

#BUTTON1{
	background-color: #ECE3CE; 
	color: black; 
	padding: 15px; 
	border-radius: 15px; 
}

#BUTTON2{
	background-color: #ECE3CE; 
	color: black; 
	padding: 15px; 
	border-radius: 15px; 
}

#BUTTON3{
	background-color: #ECE3CE; 
	color: black; 
	padding: 15px; 
	border-radius: 15px; 
}

#BUTTON4{
	background-color: #ECE3CE; 
	color: black; 
	padding: 15px; 
	border-radius: 15px; 
}

#BUTTON5{
	background-color: #ECE3CE; 
	color: black; 
	padding: 15px; 
	border-radius: 15px; 
}


.OSTENSTART{
			height: 600px; 
			position: absolute; 
			left: 400px;
			top: 150px;
			z-index: -6;
		}

/*Sehenswürdigkeiten*/

.FAHNE1 {
			position: absolute;
			left: 690px;
			top: 390px;

		}

.FAHNE2 {
			position: absolute;
			left: 800px;
			top: 370px;

		}

.FAHNE3 {
			position: absolute;
			left: 830px;
			top: 270px;

		}

.FAHNE4 {
			position: absolute;
			left: 900px;
			top: 340px;

		}

.FAHNE5 {
			position: absolute;
			left: 770px;
			top: 420px;

		}

/*Sprechbalsen Sehenswürdigkeiten*/
		
.SPRECHBLASE1{
			position: absolute;
			padding: 30px;
			top: 100px;
			left: 100px;
			border-radius: 30px 30px 0 30px;
			background-color: #739072;
			box-shadow: 5px 5px 10px 0px #4F6F52;
			text-align: center;
			visibility: hidden;	
			color: #ECE3CE;
			font-family: futura;
			z-index: 5;

		}

.SPRECHBLASE2{
			position: absolute;
			padding: 30px;
			top: 400px;
			left: 810px;
			border-radius: 30px 30px 0 30px;
			background-color: #739072;
			box-shadow: 5px 5px 10px 0px #4F6F52;
			text-align: center;
			visibility: hidden;	
			color: #ECE3CE;
			font-family: futura;
			z-index: 5;

		}

.SPRECHBLASE3{
			position: absolute;
			padding: 30px;
			top: 500px;
			left: 300px;
			border-radius: 30px 30px 0 30px;
			background-color: #739072;
			box-shadow: 5px 5px 10px 0px #4F6F52;
			text-align: center;
			visibility: hidden;	
			color: #ECE3CE;
			font-family: futura;
			z-index: 5;

		}

.SPRECHBLASE4{
			position: absolute;
			padding: 30px;
			top: 100px;
			left: 100px;
			border-radius: 30px 30px 0 30px;
			background-color: #739072;
			box-shadow: 5px 5px 10px 0px #4F6F52;
			text-align: center;
			visibility: hidden;	
			color: #ECE3CE;
			font-family: futura;
			z-index: 5;
		} 

.SPRECHBLASE5{
			position: absolute;
			padding: 30px;
			top: 100px;
			left: 100px;
			border-radius: 30px 30px 0 30px;
			background-color: #739072;
			box-shadow: 5px 5px 10px 0px #4F6F52;
			text-align: center;
			visibility: hidden;	
			color: #ECE3CE;
			font-family: futura;
			z-index: 5;
		} 

/*Wenn auf die Sehenswürdigkeiten geklickt wird werden die Sprechblasen sichtbar*/

.SICHTBAR{
			visibility: visible;
		}





/*Styling der Vorstellung, Zeitstrahl Typewriter Animation auf der Beruf Seite */

#BERUFINTRO {
		position: absolute; 
        font-size: 20px;
		left: 1050px; 
		top: 220px; 
		padding: 20px; 
      }
 
#typewriter {
        color: #3A4D39;
		font-family: futura; 
      }

#cursor {
        color: #3A4D39;
        animation: blink 1s linear infinite;
		 
      }

@keyframes blink {
        0% {
          opacity: 100%;
        }
        50% {
          opacity: 0%;
        }
      }

.ZEITSTRAHLBERUF {
      position: relative;
      max-width: 800px;
      margin: 50px auto;
    }

    .ZEITSTRAHLBERUF::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      background-color: #333;
      transform: translateX(-50%);
    }

    .EVENTBERUF {
      position: relative;
      max-width: 400px;
      margin: 20px 0;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	  z-index: 5; 
	  line-height: 1.5; 
	  font-family: futura; 
		
    }

    .EVENTBERUF::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -8px;
      width: 16px;
      height: 16px;
      background-color: #333;
      border-radius: 50%;
      transform: translateY(-50%);
    }


.BERUFFRAU{
	position: absolute; 
	left: 850px; 
	top: 150px; 
	z-index: -6; 
}





/*Styling der Seite Regierung*/

.REGIERUNG {
			position: absolute;
			width: 50%;
			margin: auto;
			margin-top: 200px;
			border-radius: 18px;
			border: solid 4px #3A4D39;
            background-color: #ECE3CE;
			left: 50px; 
			
		}	

.TEXTREGIERUNG {
			font-family: Futura;
			color: #3A4D39;
			padding: 20px;
			line-height: 30px;
			font-size: 20px;
			text-align: justify;
		
			
		}

.BILDERREGIERUNG{
	position: absolute; 
	left: 650px; 
	top: 200px; 
	z-index: -5;
}

.BILDERREGIERUNG1{
	position: absolute; 
	left: 750px; 
	top: 700px; 
	z-index: -5;
}

.BILDERREGIERUNG2{
	position: absolute; 
	left: 630px; 
	top: 1100px; 
	z-index: -5;
}


/*Styling der Seite Wirtschaft*/

.WIRTSCHAFT {
			position: absolute;
			width: 50%;
			margin: auto;
			margin-top: 200px;
			border-radius: 18px;
			border: solid 4px #3A4D39;
            background-color: #ECE3CE;
			left: 50px; 
			
		}	

.TEXTWIRTSCHAFT {
			font-family: Futura;
			color: #3A4D39;
			padding: 20px;
			line-height: 30px;
			font-size: 20px;
			text-align: justify;
		
			
		}

.BILDERWIRTSCHAFT{
	position: absolute; 
	left: 620px; 
	top: 180px; 
	z-index: -5;
}

.BILDERWIRTSCHAFT1{
	position: absolute; 
	left: 750px; 
	top: 720px; 
	z-index: -5;
}

.BILDERWIRTSCHAFT2{
	position: absolute; 
	left: 750px; 
	top: 1050px; 
	z-index: -5;
}

.BILDERWIRTSCHAFT3{
	position: absolute; 
	left: 750px; 
	top: 1400px; 
	z-index: -5;
}


/*Styling der Inhalte und des Zeitstrahls im Abschnitt Mauer*/

.timeline {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px;
}

.event {
    position: relative;
    align-items: center;
    padding: 20px;
    background-color: gray;
    color: white;
    border-radius: 8px;
    height: 600px;
	width: 430px; 
    border: 2px solid black; 
	font-family: futura; 
	z-index: -10; 
	top: 100px; 
}


.event-content {
    text-align: justify;
	
}





/*Styling der BÜcher und Seite Bildung*/


.BILDUNG{
	
	position: absolute; 
	z-index: -6;
	left: 100px; 
	height: 700px; 
}


#BUCH {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: futura;
}

.book {
    position: relative;
    width: 350px;
    height: 500px;
    transition: transform 0.5s;
}

.paper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    perspective: 1500px;

}

.front,
.back {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
}

.front {
    z-index: 1; /*Vorderseite soll vor der Rückseite sein*/
    backface-visibility: hidden;
    border-left: 3px solid black;
}

#f1{
	padding: 10px; 
}

.back {
    z-index: 0;
}

.front-content, /*Styling Inhalte der Seiten*/s
.back-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-content {
    transform: rotateY(180deg)
}

/* Flip Effekt */
.flipped .front,
.flipped .back {
    transform: rotateY(-180deg);
}

/* Vor und zurück Buttons */
button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 10px;
    transition: transform 0.5s;
}

button:focus {
    outline: none;
}

button:hover i {
    color: #636363;
}

i {
    font-size: 50px;
    color: gray;
}

/* Reihenfolge der Seiten */
#p1 {
    z-index: 3;
}

#p2 {
    z-index: 2;
}

#p3 {
    z-index: 1;
}

#p4 {
    z-index: 0;
}

#p5{
	z-index: -1; 
}


/*Styling der Seiteninhalte der Bücher in Bildung*/

#INFOBILDUNG{
	position: absolute; 
	top: 30px; 
	font-size: 12pt; 
	padding: 10px; 
}

#INFOBILDUNG1{
	position: absolute; 
	top: 40px; 
	font-size: 12pt; 
	padding: 10px; 
}

#INFOBILDUNG2{
	position: absolute; 
	top: 30px; 
	font-size: 12pt; 
	padding: 10px; 
}

#INFOBILDUNG3{
	position: absolute; 
	top: 30px; 
	font-size: 12pt; 
	padding: 10px; 
}


/*Zurück zum Bücherregal Button*/
#BACK{
	position: absolute;  
	padding: 20px;
	display: flex; 
	top: 685px; 
	left: 640px; 
	background-color: #739072;
	border-radius: 15px;
	color: white; 
	cursor: pointer;
}

/*Styling Buch Ende*/






/*Styling Seite Leben*/
/*Stumm Button*/

#muteButton {
      cursor: pointer;
      padding: 0;
      border: none;
      background: none;
    }

    #muteButton img {
      width: 40px; 
      height: 40px; 
	position: absolute; 
		left: 1350px; 
		top: 730px; 
    }


 .VIDEO {
     cursor: pointer;
	 position: absolute; 
	 left: 1065px;  
	 top: 505px; 
	 width: 160px; 
	 padding: 0; 
	 opacity: 1;
	 display: block;	
	 border-radius: 30px;
	 border-bottom-left-radius: 25px; 
    }

.WOHNZIMMER{
	position: absolute; 
	z-index: -6;
	left: 100px;
	height: 700px;
}


.RADIO{
	cursor: pointer;
}




/*Styling Seite Wissenschaftler*/

.WISSENSCHAFTLEROST{
	position: absolute; 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box;
	top: 250px;
	left: 600px; 
	flex-direction: column; 
	align-items: center; 
	text-align: center; 
	display: flex; 
	height: 100vh; 
}


/*Styling Seite Institutionen*/

.INSTITUTIONEN{
	position: absolute; 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box;
	top: 250px;
	left: 600px; 
	flex-direction: column; 
	align-items: center; 
	text-align: center; 
	display: flex; 
	height: 100vh; 
}



/*Styling Index Seite*/

.CONTAINER {
			width: 80%;
			margin: auto;
			margin-top: 200px;
			border-radius: 18px;
			border: solid 4px #3A4D39;
            background-color: #ECE3CE;
			
		}	

.TEXT {
			font-family: Futura;
			color: #3A4D39;
			padding: 20px;
			line-height: 45px;
			font-size: 25px;
			text-align: center;
			
		}
	
.INFOBOX1{
			position: absolute; 
			top: 120px; 
			width: 20%;
			margin: auto; 
			margin-top: 150px;
			margin-left: 80px;
			border-radius: 18px; 
			border: solid 4px #3A4D39; 
			background-color: #739072;
		}

.TEXT1 {
			font-family: Futura;
			color: #ECE3CE;
			padding: 20px;
			line-height: 40px;
			font-size: 20px;
		}

.CONTAINER input[type='submit']{
			background: #3A4D39;
			color: #ECE3CE;
			font-style: futura;
			border-radius: 18px;
			padding: 10px;
			
		}



/*Styling Start Seite */
/*Ost Seite der Karte*/
		

.OSTEN {
			height: 400px;
			position: absolute;
			left: 618px;
			top: 40px;
			}
.Osten img{
			height: 100%;
			left: 100%;
		}

.TOP {	
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

.TOP:hover{
			opacity: 100%;
		}



/*West Seite der Karte */

.WESTEN {
			height: 450px;
			position: absolute;
			left: 350px;
			top: 20px;
			}






/*Styling der Gallerie Wissenschaftler*/

.img-wrapper{
	position: relative;
	width: 200px; 
	height: 200px; 
	transform-style: preserve-3d; 
	transform: perspective(1000px) rotateY(0deg);
	transition: transform 1.7s; 
}
	


.img-wrapper span{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	transform: rotateY(calc(var(--a) * 72deg)) translateZ(200px);
	
}

.img-wrapper span img{
	position: absolute;
	left: 0; 
	top: 0; 
	width: 100%; 
}

.btn-wrapper{
	position: relative; 
	width: 80%; 
	top: 180px; 
}

.btn{
	
	bottom: -80px; 
	background-color: black; 
	color: white; 
	border: none; 
	padding: 10px 10px; 
	border-radius: 05px; 
	cursor: pointer; 
}


.btn:hover{
	filter: brightness(1.5); 
}

#prev{
	left: 20%; 
}

#next{
	right: 20%; 
}





/*Styling der Gallerie Institutionen*/

.img-wrapperi{
	position: relative;
	width: 200px; 
	height: 200px; 
	transform-style: preserve-3d; 
	transform: perspective(1000px) rotateY(0deg);
	transition: transform 1.7s; 
}
	


.img-wrapperi span{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	transform: rotateY(calc(var(--a) * 120deg)) translateZ(200px);
	
}

.img-wrapperi span img{
	position: absolute;
	left: 0; 
	top: 0; 
	width: 100%; 
}

.btn-wrapperi{
	position: relative; 
	width: 80%; 
	top: 210px; 
}

.btni{
	
	bottom: -80px; 
	background-color: #CD8D7A; 
	color: white; 
	border: none; 
	padding: 10px 10px; 
	border-radius: 05px; 
	cursor: pointer; 
}


.btni:hover{
	filter: brightness(1.5); 
}

#previ{
	left: 20%; 
}

#nexti{
	right: 20%; 
}








 