body                      {
    
                                  
   
   background-size:  10px;
   background-repeat:repeat;
}



#top          {              text-align:center;
                

}

#logo-name     {                color: rgb(235, 27, 82);               
                                font-size: 40px;
                                text-shadow: 10px 1px 1px rgb(39, 38, 37),
                                            10px -10px 0px rgb(39, 38, 37),
                                            10px 1px 5px rgb(39, 38, 37),
                                            10px -10px 5px rgb(39, 38, 37);
                                font-weight:bolder;                
                                margin: 11px   
}

#logo-name-1    {               color: rgb(250, 249, 249);               
                                font-size: 50px;
                              
                              
}

#navigation   a        {      color: rgb(240, 236, 8);
                              padding: 10px;
                              font-size: 30px;
                                                   
}

#navigation   a:hover  {   color: rgb(194, 191, 38);  
                             font-weight:bolder;
                             font-family: cursive;
                             font-size: 30px;

}


#image1            img      {   width: 45%;                      /*Foto-image Baum-Putten*/
                              margin-top: 25px; 
                              margin-bottom: 25px;
                              border: 0px; 
                              border-radius: 20px;
                              border-style: solid;
                              border-color:#91a39b;
   
}

#image2            img      {   width: 35%;                      /*Foto-Heidschi bumbeidschi-Text*/
                              margin-top: 40px; 
                              margin-bottom: 25px;
                              border: 0px; 
                              border-radius: 0px;
                              border-style: solid;
                              border-color:#91a39b;
   
}
 
.container14       img         {    margin: 120px;                        /*container14- interner link zum Seitenanfang */ 
                                    width: 10%;                                 
                                    height: auto;
                                    border-radius: 15px;
                                    border: 0px solid;
                                    border-color:rgb(232, 211, 26);
                                    transition-duration: 4s;
                                    transition-delay: 0.7s;


}


.container14      :hover      {                                            
                                    
                                    transform: scale(2, 2);




}

 
  
                           
   
  
