.pagehead {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;

}

#toptxt {
    margin-left: 30px;
    margin-right: 30px;
}

.innerpagehead {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.innerpagehead h1 {
    font-size: 2.2em;
    letter-spacing: 1px;

}

.innerpagehead p {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
}

.financevorteile {
    height: auto;
    padding-top: 40px;
    width: 100%;
    max-width: 1050px;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 520px;
    padding-bottom: 40px;
    grid-template-areas:
        "fbtt fbtt"
        "fba fbb";
}

.fbox1 {
    grid-area: fba;
}

.financebox {
    margin: 25px;
    border-radius: 6px;
    box-shadow: 2px 0px 9px #DDDDDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fbox2 {
    grid-area: fbb;
    background-color: #131313;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.fbox2txt {
    height: auto;
    grid-area: fbtt;
    max-width: 650px;
    margin-bottom: 20px;

}

.fbox2txt p {
    font-size: 1.2em;
}

.fastlink-a {
    color: #0076FF;
}

.fboxitem-sym {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.fboxitem {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    justify-content: space-between;
    margin-top: 20px;
}

.fboxitemtxt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

#fastlinknumber1 {
    margin-top: 20px;
}

.fbox2txt h1 {
    font-size: 2.3em;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 0.9em;

}

.fbox2txt p {
    letter-spacing: 1px;
    font-weight: 1.4em;
    font-weight: 500;
}


@media (max-width:870px) {


    .financebox {
        margin: 0px;
        margin-bottom: 20px;

    }

    .financebox h1 {
        font-size: 1.6em;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .fboxitem {

        width: 90%;

    }

    .fboxitem {
        font-size: 0.9em;
    }

    .fbox2txt p {
        font-size: 0.9em;
    }

    .pagehead {
        height: 150px;
        margin-top: 60px;

    }

    .innerpagehead {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.78);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .innerpagehead h1 {
        font-size: 1.8em;

    }

    .financevorteile {
        padding-top: 40px;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 320px 460px 460px;
        padding-bottom: 40px;
        grid-template-areas:
            "fbtt"
            "fba"
            "fbb";
    }

    .baucont1 h1 {
        text-align: center;
        font-size: 1.9em;
    }

    .fboxitem-sym {
        width: 15px;
        height: 15px;
    }

    #toptxt{
        display: flex;
        flex-direction: column;
        justify-self: center;
    }

}