html, body {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 70px;
}

section {
    height: auto; !important
    min-height: 100%;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 20px;
    
}
hr{
    background: #333;
    border: none;
    color: #333;
    height: 1px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

#home {
    background: #fff url(/bilder/body/ab01.png) no-repeat center;
    background-size: 60%;
    height: 100%;
    
    margin-top: -20px;
}

.grau {
    background-color: #eee;

    
    
}

.kontakt {
    background-color: #eee;
    padding-top: 70px;
    font-size: 1.2em;
    padding-bottom: 70px;
   
    
}
.oben{
    padding-top: 30px;
}
#unten{
    padding: 20px;
}

