body {
  font-family: Arial, Helvetica, sans-serif;
}
StandardText{
	color: black;
	word-wrap: break-word;
	font-size: 16px; 
	text-align:justify;
	}

  h1 {
  color: red;
  display: block;
  font-size: 12em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

Ueberschrift1{
	color: black;
	word-wrap: break-word;
	font-size: 16px; 
	text-align:justify;
	font-weight: 900;	
	}

Ueberschrift11{
	color: black;
	word-wrap: break-word;
	font-size: 16px; 
	text-align:justify;
	font-weight: 800;
	}
	
Ueberschrift12{
	color: black;
	word-wrap: break-word;
	font-size: 16px; 
	text-align:justify;
	font-weight: 700;
	}



.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

