h1 {
    font-size: 27px !important;

}
h2 {
    font-size: 20px !important;

}
.text{
    margin-left: 20%;
    width: 60%;
    text-align: left;
    margin-top: 40px;
}
.ueberschrift{
    border-bottom: solid 1px !important;
    margin-top: 3% !important;
    text-align: center !important;
    width: 60%;
    margin-left: 20% !important;
}

.ueberschrift2{

    margin-top: 3% !important;
    text-align: center !important;
    width: 60%;
    margin-left: 20% !important;

}

@media screen and (max-width: 800px){

    .text{
        margin-left: 6% !important;
        width: 90% !important;
        text-align: left !important;
        margin-top: 15px !important;
    }
}