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

body {background-color: #56bd37; background-image: url("../bilder/archiv.jpg"); background-attachment: fixed; background-repeat: no-repeat;}
h2{ font-size: 48pt; position: absolute top: 0px; }
h1{ font-size: 38pt; }
h3{ font-size: 24pt; }
h4{ 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: 5px;
	 }

form {
	padding: 10px; 
	background-color: #56bd37; 
	display: inline-block; 
	border-radius: 20px;
}
body
{font-family: "Verdana";}
article
{background-color: none;
display: inline-block;
padding: 25px;}

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