.page {
	background: rgba(64, 38, 39, 0.54);
	height: auto;
	padding-top: 3px;
}



.navigation-container {
	font-family: 'Dancing Script', cursive;
	background-color: #4B3132; 		/* dunkeldunkel braun */ 
	width: 1300px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
}


.navigation-container ul {
	width: 900px;
	height: 70px;
	padding-top: 10px;
	padding-left: 175px;
	margin: 0px;	
	float: center;

}

a.hovertext1:hover {
	background-color: #9D161D; 		/* schönes dunkles rot */
	color: #FFE2A9;					/* gold-beige */
	border-color: #9D161D;			/* schönes dunkles rot */
	border-width: 7px; 
	border-style: outset;
} 

a.hovertext2:hover {
	background-color: #025394; 		/* schönes dunkles blau */
	color: #FFE2A9;					/* gold-beige */
	border-color: #025394;			/* schönes dunkles blau */
	border-width: 7px; 
	border-style: outset;
} 

a.hovertext3:hover {
	background-color: #337F35; 		/* schönes dunkles grün */
	color: #FFE2A9;					/* gold-beige */
	border-color: #337F35;			/* schönes dunkles grün */
	border-width: 7px; 
	border-style: outset;
} 

a.hovertext4:hover {
	background-color: #59305A; 		/* schönes dunkles lila */	
	color: #FFE2A9;					/* gold-beige */
	border-color: #59305A;			/* schönes dunkles lila */	
	border-width: 7px; 
	border-style: outset;
} 


.navigation-container li {
  display: inline;
}


.navigation-container li a {
  color: #ECF0F1;					/* sehr helles grau */
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  line-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
}	



#content {
	font-family: Arial;
	color: #ECF0F1;					/* sehr helles grau */		
	width: 1300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.main {
	font-family: 'Montserrat', sans-serif;
	width: 1300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


.text {
	background-color: hsla(0, 100%, 100%, 0.59); 	/* Farbe: weiß transparent */
	color: #463943;
	width: 285px;
	height: 250px;
	float: left;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 20px;
	text-align: center;
	font-size: 17px;
}



img.ClickableIcon {
 transition: transform 0.1s;
}
img.ClickableIcon:hover {
 cursor: pointer;
 transform: scale(2.0, 2.0);
}


#Facebook {
	color: #375591;
	
}

#Instagram {
	color: #C03695;
}

#Twitter {
	color: #1DA1F2;
	
}

#Youtube {
	color: #FF0000;
}

#ERD {
	color: Black;	
}

#Lovelybooks {
	color: #9F182F;
}

#Wikipedia {
	color: #636363;
}

#LB {
	color: #01A58D;
}


a {
	text-decoration: none;
}


a {
	color: DarkRed;
	font-weight: bold; 
	text-decoration: none;
}

a:hover {
	color: #FFE2A9;
	font-weight: bold; 
	text-decoration: none;
}




.footer {
	width: 1280px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 35px;
	clear: both;
}


.footer a {
	color: DarkRed;
	text-decoration: none;
}

.footer a:hover {
	color: LightCoral;
}

#Autoreninformationen {
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
