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: white;
     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: white; 



}
.down:hover 

 {
background-color:whitesmoke (131, 77, 131);
color: rgb(221, 79, 134);}
.down .dropbtn { 
border: none;
outline: none;
background-color: white;
font-weight: bold; color: rgb(221, 79, 134);
margin: 0px;

}

.dropbtn:hover { background-color: white; color: rgb(221, 79, 134);  }

.drop-content {  
display: none;
position:absolute;
background-color: white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px;
z-index: 1; 

}

.drop-content a {

color: rgb(102, 102, 102);
padding: 12px 10px;
text-decoration: none;
display: inline-block;
text-align: center;
float: none;
}
.drop-content a:hover {
 background-color: #ddd; 
 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);
 }


.box1 {
    box-shadow: 0px 0px 100px gray;
    background-color:rgb(213, 182, 194);
    width: 700px; height: 900px;
  margin-top: 60px;
  margin-bottom: 30px;
 


}
.box2 {
    background-color: whitesmoke;
    box-shadow:0px 0px 10px gray;
    width: 400px;
    height: 700px;
    margin-left: -100px;
    margin-top: 20px;
    background-position: 100px;
   
   

   
   
}
.box3 {
    background-color:rgb(221, 79, 134) ;
    box-shadow: 0px 0px 5px gray;
    background-color:rgb(213, 182, 194);
    width: 700px; height: 900px;
  margin-top: 40px;
  margin-left: -100px;
 background-position: 100px;
  

}
section {
    display: flex;
    
    box-shadow: 10px 10px 10px gray;
   
  }

  .bild1 {
      box-shadow: 0px 0px 20px gray;
      position:relative;
      display: flex;
      margin-right: 300px;
      margin-top: -800px;
      margin-left: 780px;
  }

 .kontakt {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 30px;
     margin-top: -400px;
     margin-left: 80px;
 }

 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: 400px;
    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;
   
  }
