

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    height: 1000px;
    margin:0px;
}

h2{
    color:rgb(0, 64, 128);

}

#top {
   margin-top: 0px;
    
}

#navigation {
    position: fixed;
    text-align: center;
    display: inline;
    background: #f6f6f6;
    height: 100px;
    width: 100%;

}
#navigation a {
    color:rgb(0, 64, 128);
    text-align: center;
    padding-bottom: 0px;
    font-size: 40px;
    text-decoration: none;
    padding-right: 50px;
    
}
#navigation img {
    float: left;
    margin-left: 20px;
    height: 100px;
}

#home {
    
    padding-top: 150px;
    height: 750px;
}
#services {
    padding-top: 150px;
}
ul{
    list-style: none;
}

ul li::before{
    content: "\2022";
    color:rgb(0, 64, 128); 
    font-weight: bold;
    width: 1em;
    font-size: 25px;
    margin-left: -1em;
    display: inline-block;
}

#it-service {
    padding-top: 150px;
    height: 750px;
}
#about-us{
    padding-top: 150px;
    height: auto;
    
}
 
#contact {
    padding-top: 150px;
    height: 700px;
}

#contact .adresse{
    float: left;
    
}

#navigation a:hover{
    color: rgb(138, 9, 15);
} 

#main {
    max-width: 800px;
    margin: auto;
}
hr{
    background-color: orange;
    height:  5px;
    width:auto;
    margin-top: 20px;
}

#impressum{
    padding-top: 100px;
    height: 750px;
}

#datenschutz{
    padding-top: 100px;
    height: auto;
}
#footer {
    text-align: center;
    background: #f6f6f6;
    color:rgb(0, 64, 128);
    font-size: 20px;
    margin-bottom: 0px;   
}
#footer a{
    color:rgb(0, 64, 128);
    font-size: 16px;
    text-decoration: none;
}