body {
    font-family: 'Lato', sans-serif;
    background: #fff;
}

#main-container {
    background: #fff;
    padding: 3rem 1em;
}


h1, h2, h3, h5 {
    font-weight: bold;
}


h1 {margin-top: 5rem;}

h2 {
    margin-bottom: 0;
    font-size: 2.7rem;
}
h3 {
    margin-top: 5rem;
    font-size: 1.6rem;
}

h4 {
    line-height: 2.3rem;
    margin-top: 1rem;
}

h5 {
    margin: 2rem 0 0.5rem 0;
    border-bottom: 1px dashed #000;
    padding-bottom: 0.3rem;
}

td {
    padding-left: 0!important;
}

ul {
    padding-left: 2rem;
}

.sonst-so {
    margin-top: 5rem;
}

.no-border {
    border-top: none!important;
}

a, a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #e98903;
}

.contact {
    margin: 5rem 0;
}

.contact_button  {
    text-decoration: none!important;
    border: 1px dashed #000!important;
    color: #000!important;
    border-radius: 25px;
    padding: 10px 25px;
}

#imprint {
    text-align: right;
    margin: 0 10px 10px 0;
}

@media (min-width: 1170px) {

    #main-container {
        padding: 2em 3em;
    }

    #fluid-container {
    }

}