html {
	height: 100%;
}

body {
	background-color: #D3D3D3;
	color: #3A41FF;	

	margin: 5px 0px 5px 0px;
  	padding: 0px;

	font-family: arial, sans-serif;
  	font-size: 100%;
}

/* alle Bilder anpassen */
img {
	max-width: 100%;
	height: auto;
}

h1 {		
	color: #856B51;

	font-family: "times new roman", serif;
	font-size: 1.7rem;
	text-align: left;
}

h2 {
	color: #951919;  
    
    margin-top: 1.5em;

	font-family: "times new roman", serif;
	font-size: 1.4rem;
	font-style: italic;
	text-align: left;
}

A:link		{color: #394529;}
A:visited	{color: #394529;}
A:hover		{color: #ff9200; text-decoration: none;}

#system {
    background-color: #FFFFFF;

	max-width: 1100px;
	margin: 0px auto;
	
    border: 1px solid #000000;
}

#title1 {
  	color: #CC0000;

  	font-family: "times new roman", serif;
  	font-size: 2rem;
    font-size: clamp(2rem, calc(2rem + 3vw), 5.0rem);
  
  	font-weight: bold;
 	text-shadow: black 1px 1px;
	text-align: center;
}

#title2 {
  	color: #4d4a4a;

  	font-family: "times new roman", serif;
  	font-size: 1.2rem;
 	text-align: center;
}

#menu {
    color: red;

	padding: 2% 0% 0% 0%;
  
	font-family: "times new roman", serif;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5em;
}

#menu a:link	{color: #0000CC; text-decoration: none;}
#menu a:visited	{color: #105b17; text-decoration: none;}
#menu a:hover	{color: #FF0000; text-decoration: underline;}

#content {
 	color: #000000;

	padding: 1% 5% 1% 5%;

  	font-family: arial, helvetica, sans-serif; 
  	font-size: 1.0rem;
	text-align: left;
}

#footer {
  	color: #484646;

	padding: 1%;

  	font-family: verdana, arial, sans-serif; 
  	font-size: 1.0rem;
	text-align: center;
}

#footer a:link		{color: #8A1E1E; text-decoration: none;}
#footer a:visited	{color: #7D7D7D; text-decoration: none;}
#footer a:hover		{color: #008000; text-decoration: none;}

@media only screen and (max-width: 900px) {

body {
	margin: 0px;
}

#system {
	width: auto;
}

#title1 {
	word-wrap: break-word; /* Notfalls einen Zeilenumbruch erzwingen */   
}

#title2 {
	word-wrap: break-word; /* Notfalls einen Zeilenumbruch erzwingen */   
}

#content {
    padding: 1% 1% 1% 1%;
	word-wrap: break-word; /* Notfalls einen Zeilenumbruch erzwingen */   
}

#footer {
	word-wrap: break-word; /* Notfalls einen Zeilenumbruch erzwingen */   
}

}
