@media (min-width: 45em) {
	/* Breite beträgt mindestens 45em */
	
    nav li {
    display: inline-block;
    background-color: darksalmon;
    border: 3px outset black;
    text-align: center;
    width: 15%;
    margin-bottom: 5px; 
    list-style: none;
     
}
  

} /*hier endet die Einstellung für Seiten mit einer Breite ab 45em */

header,
nav,
main,
aside,
footer {
	border-radius: 0.5em 0.5em 0.5em;
	border: thin solid;
	padding: 10px;
}


.container {
    margin: auto;
    width: 90%;
    
    
}

header {
    background: lightblue;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    
}

nav {
    background: lightyellow;
        text-align: center; 
 	padding-left:5px;   
}


nav li {width:10em;
background-color: darksalmon;
    border: 3px outset black;
    text-align: center;
    margin-bottom: 5px; 
    list-style: none;

 
}
nav li a {
    text-decoration: none;
    color: black;
}
nav li a:hover{
   background-color: lightskyblue;
   display: block;
    
    
}

main {
    background: #f8dda1;
    
    
}

main p {
border: 1px solid rgb(0,0,0);
padding: 5px;
background-color: rgb(204,204,102);
}

aside {
    background: #d6f09b;
    text-align: center;
   
}

footer {
    background: lightblue;
   
}

img {
    width:90%;
    height: auto;
   
}
.wichtig {
    background-color: yellow;
}

.wichtig_blau {
    font-weight: 200;
    font-size: 2em;
    color: blue;
}
