
.rot{color: #e93323}
.grün{color: #56bd37}
.gelb{color: #fbf351}
.weiß{color:  #fbfbfb}

body {left: 5px;
  right: 5px;
  background-colour: white; background-attachment: fixed}
h1{ font-size: 54pt; position: absolute top: 0px; }
h2{ font-size: 34pt; font-family: Impact, "Arial Black", sans-serif; color: #e93323;}
h3{ font-size: 24pt; }
h4{ font-size: 14pt; }

.newsh1{font-family: Impact, "Arial Black", sans-serif;}
.newsh4{font-family: sans-serif;}
.newsh5{font-family: sans-serif; font-size: 14pt;}
a{ text-decoration: none; }
a:link{ color: black; }
a:visited{ color: black; }
a:hover{ font-size: 130%; }

#inhalte-werden-zentriert 
{
  display: flex;
  align-items: center;
  justify-content: center;
}
nav{display:  inline-block;
border-radius: 10px;
margin-right:2%;
padding: 5px;
font-size: 1.1em;}

span {
	margin: 5px 50px 50px 50px;
	border: solid 5px #fbf351;
}
div{ 
	margin: 10px;
	 }

form {
	padding: 10px; 
	background-color: #56bd37; 
	display: inline-block; 
	border-radius: 20px;
}
body
{font-size: 14pt;
  font-family: "Verdana";
text-align: justify;
  margin: 120px;
left: 5%;
  right: 5%;}
article
{background-color: none;
display: inline-block;
padding: 5px;}


p {
	border: solid 1px black;

}

#inhalte-werden-zentriert {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
aside {
        margin: 0px;
        padding: 0px;
				border-radius: 25px; 
				position: fixed;
				top: 5px;
				right: 5px;
			}