
#zugast {
    background-color: #e6e0cf;
    padding: 1rem 2rem 3rem 3rem;
}



.head_zugast {
    background-color: #cfdfe6;
    padding: 1rem 2rem 3rem 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}



.h1_zugast {
    text-decoration: underline;
    padding-bottom: 1rem;
    font-weight: 700;
}






.h2_hillerse,
.h2_hank {
    text-decoration: underline;
    padding-bottom: 1rem;
}



.p-hillerse,
.p_hank {
    text-align: justify;
    line-height: 115%;
}



.full-width-hr {
    margin-top: 2rem;
}

@media screen and (max-width: 1200px) {
    #zugast,
    .head_zugast {
        padding: 1rem;
    }
}