header {
    color: whitesmoke;
}

header a{

    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-left: 20px;
    
    
    
}


nav { 
    display: flex;
    justify-content: center;
    text-align: center;
    position: sticky;
    top: 0%;
    left: 0%;
    right: 0%;
    border-bottom: 3px groove;
    
    
}
nav a{
     display: flex;
     text-decoration: none;
     padding: 10px 10px;
     background-color: whitesmoke;
     font-weight: bold;
     margin-top: 0px;
     margin-bottom: 10px;
     
     
     
     
     }

    nav a:hover {
     background-color:whitesmoke (131, 77, 131);
     color: rgb(221, 79, 134);
    }

    .down a {

font-family: Arial, Helvetica, sans-serif;
}

.down {  text-align: center; 
overflow: hidden; background-color: whitesmoke; 



}
.down:hover 

 {
background-color:whitesmoke (131, 77, 131);
color: rgb(221, 79, 134);}
.down .dropbtn { 
border: none;
outline: none;
background-color: whitesmoke;
font-weight: bold; color: rgb(221, 79, 134);
margin: 0px;

}

.dropbtn:hover { background-color: whitesmoke; color: rgb(221, 79, 134);  }

.drop-content {  
display: none;
position:absolute;
background-color: whitesmoke;
min-width: 160px;
box-shadow: 0px 8px 16px 0px;
z-index: 1; 

}

.drop-content a {

color: indigo;
padding: 12px 10px;
text-decoration: none;
display: inline-block;
text-align: center;
float: none;
}
.drop-content a:hover {
 background-color:whitesmoke; 
 text-align: center; padding: 0px;
 transform: none; transition-duration: 3s;
}


.down:hover .drop-content {
display: block; 
margin-left: 0px;
}
.search { 
     font-size: 20px;
     margin-left: 100px;
     margin-bottom: 0px;
     color: rgba(83, 73, 73, 0.8);
 }
 .vorstelen h2 {
     margin-top: 80px;
     margin-left: 100px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 32px;
     color: indigo;
     box-shadow: 0px 0px 10px gray;
     padding: 15px;
     margin-right: 800px;
 }

 .vorstelen p {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 24px;
     line-height: 35px;
     margin-left: 30px;
     margin-right: 100px;
     margin-top: 50px;
 }

 .anspruch h2 {
    margin-top: 80px;
    margin-left: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: rgb(59, 2, 106);
    box-shadow: 0px 0px 10px gray;
    padding: 15px;
    margin-right: 800px;
 }

 .anspruch ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    margin-left: 30px;
    margin-right: 100px;
    margin-top: 50px;
 }

 .anspruch p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 35px;
    margin-left: 30px;
    margin-right: 100px;
    margin-top: 50px;
 }

 .uns h2 {
    margin-top: 80px;
    margin-left: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: rgb(59, 2, 106);
    box-shadow: 0px 0px 10px gray;
    padding: 15px;
    margin-right: 100px;
    
 }
 .uns {
     text-align: center;
 }

 footer {
    background-color:whitesmoke;
    margin: 0px 0px;
    border-bottom: groove;
    margin-top: 0px;
  
  }
  
  footer p { margin-top: 0px;
      color: gray;
  }
  .copy {
    float: right;
    margin-right: 50px;
  }
  
  aside {
    margin-top:100px;
    display: flex;
    justify-content: right;
    border-top: groove;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  aside img { 
    margin-right: 0px;
    margin-left: 30px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0px;
  }
  
  aside p {
      font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    margin-top: 80px;
    margin-left: 40px;
   font-weight: bold;
   color: gray;
   
  }

  body {
      background-color: whitesmoke;
      box-shadow: 0px 0px 1000px white;
  }