
body {

    margin: 0 auto;
    font-family: 'Roboto', sans-serif;

}

.all_logos {

    position: relative;
    margin-top: 4%;
}

.malerei_anstrich_div {

    margin-top: -7%;
    margin-left: -46.9%;
}


.main_div {
    display: grid;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;


}

p, a {
    color: #757172;

}

.p_color {
    color: #861a22;
}

.name_div {


    display: flex;
    flex-direction: row;
    align-items: start;
    text-align: start;
    position: relative;
    margin-top: 4%;
    font-size: 145%;

}


.address_div {

    display: block;
    text-align: start;
    margin-top: 4%;
    line-height: 94%;

}

.circle:before {

    content: '\25CF';
    color: #861a22;
}

.second_div {


    background-color: #861A22;

}


#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #E6E6E6;
    text-align: center;
    height: 100%;
    line-height: 0.1px;
    padding: 10%;

}



