p.sechzig {
    max-width: 60%;
    text-align: center;
}

ul.dot {
    list-style-type: disc;
    padding-left: 1.25em;
}

p.left {
    float: left;
    margin: 1.0em 1.0em 1.0em 0;
}

p.right {
    float: right;
    margin: 1.0em 0 1.0em 1.0em;
}

p.center {
    text-align: center;
    max-width: 100%;
}

/* einrückung absatz 1.zeile, agb */
.indent {
    text-indent: 1.0em;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media screen and (min-width: 64.000em) {
    .bg-motiv01::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 630px;
    background-image: url("../images/bg-main-motiv-01.jpg");
    background-position: center bottom;
    background-size: cover;
    z-index: -2;
    }
        .path-frontpage .bg-motiv01::after {
            height: 850px;
        }

    .bg-motiv02::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 630px;
    background-image: url("../images/bg-main-motiv-02.jpg");
    background-position: center bottom;
    background-size: cover;
    z-index: -2;
    }
        .path-frontpage .bg-motiv02::after {
            height: 850px;
        }

    .bg-motiv03::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 630px;
    background-image: url("../images/bg-main-motiv-03.jpg");
    background-position: center bottom;
    background-size: cover;
    z-index: -2;
    }
        .path-frontpage .bg-motiv03::after {
            height: 850px;
        }

    .bg-motiv04::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 630px;
    background-image: url("../images/bg-main-motiv-04.jpg");
    background-position: center bottom;
    background-size: cover;
    z-index: -2;
    }
        .path-frontpage .bg-motiv04::after {
            height: 850px;
        }
}

.path-frontpage main:after {
    position: absolute;
    left: 50%;
    top: 75vh;
}

bg-main-motiv-01.jpg

.flex-box-item {
    padding: 1.0em;
    margin: 1.0em 0;
}

