

body          {             font-family:Arial, Helvetica, sans-serif ;
                

}

#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: 40px
    

}



#logo-name-1    {               color: rgb(247, 232, 22);               
                                font-size: 50px;
                                text-shadow: 1px 1px 0px #333,
                                             2px 2px 0px #555,
                                             3px 3px 0px #777,
                                             4px 4px 0px #999,
                                             5px 5px 0px #bbb,
                                             6px 6px 0px #ddd;
                                font-weight:bolder;                
                                margin: 10px;
                                display:inline-flex;
                                padding: 10px;
                                border: 5px solid rgb(62, 63, 11);

}







#navigation   a        {      color: rgb(247, 232, 22);
                              padding: 10px;
                              font-size: 30px;

}


#navigation   a:hover  {   color: rgb(194, 191, 38);  
                             font-weight:bolder;
                             font-family: cursive;
                             font-size: 30px;

}


body                      {
    
                                  
   
                            background-size:  20px;
                            background-repeat:repeat;
                           

}

#container6               {            margin: 50px;


}




#container6      img      {           width: 600px;
                                      height: auto;
                                      border-style: solid;
                                      border-color: darkgoldenrod;
                                      border-radius: 15px;


}

.container14       img         {    margin: 30px;                        /*container14- interner link zum Seitenanfang */ 
                                    width: 10%;
                                    height: auto;
                                    border-radius: 15px;
                                    border: 0px solid;
                                    border-color:rgb(28, 105, 58);
                                    transition-duration: 4s;
                                    transition-delay: 0.7s;
 
 }
 


.container14      :hover  {                                            
                                    
                                    transform: scale(2, 2);
    

    

}