* {
    margin: 0;
    padding: 0;
   font-family: Verdana, sans-serif;     
}
.wrapper {
    
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    
}
#Navigation_oben {
   position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    z-index: 10;
    
    background-color: rgba(249, 227, 114,0.9);
    
}


#Logo {
    width: 700px;
    height: 55px;
    padding-left: 5px;
    
    float: left;
    margin: 2px;
    
}
#Logo p {
    font-family: Verdana;
    font-size: 38px;
    color: #4a994c;
    line-height:  1.5;
   
    
}
#Logo a {
    text-decoration: none;
    font-family: Verdana;
    font-size: 38px;
    color: #4a994c;
    line-height:  1.5;
}
#menu {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
   
}
#menu a {
    padding-right: 33px;
     font-weight: 400;
    padding-top: 5px;
    text-decoration: none;
    color: #4a994c;
    
}
#menu a:hover {
    border-top: solid green 1px;
}

#Banner {
    width: 100%;
    height: 700px;
    z-index: 0;
    
    background: url(Banner.jpg);
    background-size: cover;
}
#Banner h1 {
    padding-top: 400px;
    padding-left: 50px;
    text-align: left;
    color: #f9e372;
    font-size: 2em;
    font-family: Streetwear;
    
}
#content {
    padding-top: 10px;
    padding-bottom: 100px;
    text-align: center;
    
}

#Navigation_unten {
   position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    z-index: 10;
    
    background-color: rgba(249, 227, 114,0.9);
    
}

#experte {
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    
    
}

#vid  {

    text-align: right;
    padding-right: 20px;
    
    
}

#tel {
    padding-top: 80px;
    text-align: left;
    color: #4a994c;
    font-weight: 700;
     float: left;
}



#pass  {
    text-align: left; 
    font-weight: 600;
}
#pass a {
    color: #4a994c;
}
#pass a:hover {
    color: red;
}

#pass a:visited {
    color: black;
}
#menu_u {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
   
}
#menu_u a {
    padding-right: 20px;
     font-weight: 400;
    padding-bottom: 5px;
    text-decoration: none;
    color: #4a994c;
    
}
#menu_u a:hover {
    border-bottom: solid green 1px;
}