html, body {
    margin: 0px;
    padding: 0px;
    height: fit-content;
    text-align: center;
}

#about, #work, #zeiten, #aktuelles {
    height: fit-content;
}

#home {

    min-height: 700px;
    max-height: 100%;
} 

#speisekarte {

    min-height: 750px;
    max-height: 100%;
}

a {
    text-decoration: none;

}

li {
    list-style-type: none;
}

h1, h2, h3, a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #5E8A53;
    text-transform: uppercase;
}

h2 {
    color: #4B853D;
}

h3 {
    font-size: 40px;
    padding-top: 0.5%;
    margin-bottom: 5px;
}

h4, p {
    font-family: 'Roboto Slab', serif;
    color: #5E8A53;
}

h5 {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    color: #5E8A53;
}

hr {
    width: 30px;
    height: 3px;
    background: #494949;
    border: 0;
    margin: 0 auto 40px auto;
}

li, img {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

/* HEADER***********************/

header {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#logo {
    width: 140px;
    float: left;
    margin: 1px 0 0 50px;
}



#logo img{
    height: 60px;
}

header nav {
    float: right;
    margin: 10px 50px 0 0;
}

header nav ul li {
    float: left;
    margin-right: 25px;
}

header nav ul li a {
    font-size: 16px;
}

header nav ul li:hover {
    padding-top: 5px;
}

/* Home***********************/

#home {
    background: url(img/landing.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    
}  

#home h1 {
    margin: 240px auto 0 auto ;
    font-size: 50px;
}

#home h2 {
    margin: 0 auto 0 auto;
    font-size: 25px;
}

#home img {
    width: 32px;
    opacity: 0.7;
}

/* about***********************/

#avatar {
    width: 240px;
}


#avatar:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#karte {
    width: 50px;
}

#karte:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#facebook {
    width: 50px;
}

#facebook:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#about h4 {
    font-size: 25px;
}

#about p {
    width: 1000px;
    margin: 0 auto 0 auto;
}

/* speisekarte***********************/

#speisekarte {
    background: url(img/3.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    
  
}

#speisekarten {
    float: right;

}

#speisekarten img {
    width: 250px;
    float: right;
    margin: 0px 100px 0 0;
}
/* work***********************/
#projects {
    width: 900px;
    margin: 0 auto 0 auto;
    
}

#projects ul {
    padding: 0;
}

#projects ul li {
    width: 33.3%;
    float: left;
}

/* Öffnungszeiten***********************/

#Öffnungszeiten {
    background-color: #F0F0F0;
}

#foot a {
    font-family: 'Roboto Slab', serif;
    color: #5E8A53;
    text-transform: none;

}