  

* {   
    margin: 0;
	padding: 0; 
	box-sizing: border-box; 

}  

header {     
	padding: 10px;   
	background-color: IndianRed;   
	margin-left: 70px; 
	margin-right: 70px; 
	margin-top: 30px; 
	margin-bottom: 10px; 
	height: 100px; 
}   

nav {   
	background-color: IndianRed;   
	text-align: center;  
	flex-grow: 1;  
}   

nav ul li a { 
	padding: 5px 40px; 
	font-size: 20px; 
	font-family: Verdana, Arial; 
	color: white; 
} 

nav ul { 
	display:flex;
	justify-content: center; 
	gap: 100px; 
	margin: 0; 
	padding: 0; 
}    

section {   
	background-color: white;   
}   

footer {   
    background-color:IndianRed;  
    text-align: center;   
	min-height: 40px;
	margin-left:70px;
	margin-right: 70px;
	margin-bottom: 30px;
	font-size: 100%;
}    

nav ul li {     
	display: inline-block;   
    margin: 10px;	
	gap: 100px; 
}  

ul li { 
	margin-bottom: 20px; 
	font-family: Verdana, Arial; 
	font-size: 120%; 
	
} 

a { 
	margin-bottom: 20px; 
	font-family: Verdana, Arial; 
	font-size: 100%; 

	color: black;

}

h1{  
	margin-bottom: 10px;  
	font-family: Verdana, Arial; 
	font-size: 180%; 
	margin-top: 0px; 
	text-decoration: underline;
}  

h2{  
	margin-bottom:20px; 
	margin-top: 40px;
	font-family: Verdana, Arial; 
	font-size: 160%; 
	text-decoration: underline;
}  

h3{
	margin-bottom: 30px; 
	font-family: Verdana, Arial; 
	font-size: 130%;
	margin-top: 40px;
	text-decoration: underline;
}

h4{ 
	font-family: Verdana, Arial; 
} 

p{  
	margin-bottom: 20px; 
	font-family: Verdana, Arial; 
	font-size: 120%; 
	margin-left: 0px; 
}  

 .Seite11Text {
	 margin-right:50px;
 }

.Seite1 {  
	display: flex;  
	flex-direction: row; 
	justify-content: center; 
	flex-wrap: wrap; 
	align-items: flex-start; 
	padding: 20px;
	max-width: 1400px; 
	width: auto; 
	margin-bottom:20px;
	margin: 20px auto;
}  

.Logografik img.logo-img { 
	height: 100%; 
	width: auto; 
	display: block; 
	height: 80px; 
} 

.Logografik { 
	display: flex;  
	flex-direction: row; 
	justify-content: center; 
	flex-wrap: nowrap; 
	align-items: center; 
	height: 100px; 
} 

.Leiste { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height:100%; 
	padding: 0px; 
	margin-top: 0px; 
}  

.Seite11 { 
	display: flex;
	margin-bottom: 0 px;
} 

