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: 800px;
	margin: 0px auto;
	
    border: 1px solid #000000;
}

#title1 {
  	color: #CC0000;

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

#title2 {
  	color: #1A32E5;

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

#content {
 	color: #000000;

	padding: 2%;

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

#footer {
  	color: #484646;

	padding: 1%;

  	font-family: verdana, arial, sans-serif; 
  	font-size: 1rem;
	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 {
	word-wrap: break-word; /* Notfalls einen Zeilenumbruch erzwingen */

    padding: 1% 1% 1% 1%;
}

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

}
