@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Jua');
body{

background-size: cover;
   
background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(inc/Holzwand.jpg);
background-size: cover;
background-attachment: fixed;

    
}

#Willkommen{

display: block;
margin-left: auto;
margin-right: auto;
width: 800;

}

h1{
    font-family: 'Jua', sans-serif;
    color:#e5d6d6;
    text-align: center;
    font-size: 70;
    font-weight: 300;
    margin-bottom: 0
}

a{/* alle links */
    color: #e5d6d6;/* Farbe aller links */
    text-decoration: none;
}


.Feed{
  width: 960px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}


#Logostart img{
height: 550;
display: block;
margin-left: auto;
margin-right: auto

    
}


#Menustart ul{
    font-family: 'Roboto', sans-serif;
    color:#e5d6d6;
    font-size: 25px;
    text-transform: uppercase; /* Großschrift */
    display:flex;
    justify-content: center;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    margin-top: 30px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.17);
    margin-left: auto;
    margin-right: auto;
    
    
    
}

#Menustart ul li {
    
    margin: 0 20 0 20;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all .5s ease;
}

#Menustart ul li:hover {
    margin: 0 20 0 20;
    text-align: center;
    border-bottom: 3px solid #ea4c0e; /*#a35c40*/
    
}


#Unten{

    font-family: 'Roboto', sans-serif;
    margin-top: 50px;
    text-align: center;
    color:#e5d6d6;
    font-size: 22px;
}
#Unten a {

  color: #000;  
}
