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

body {background-color: #E6C4A8;
background-attachment: fixed}
h1{ font-size: 54pt; text-align: center; background-color: #E6C4A8;}
h2{ font-size: 34pt; }
h3{ font-size: 24pt; }
h4{ font-size: 14pt; }
h6{text-align: center}


a{ text-decoration: none; }
a:link{ color: black; }
a:visited{ color: black; }
a:hover{ font-size: 128%; }
nav{
	position: fixed;
	margin-top: 50px;background-color: #E6C4A8; border-radius: 10px; padding-right: 10px; padding-left: 10px;
}

header{ 
  position: static;
 top: 50px; margin-right: 120px;}

div {
	max-width: 375px;
	min-height: 80px;
	background-color: none;
	border: none 1px slategrey;

}

article {background-color: none;
display: inline-block;
padding: 25px;}

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