table {
    width: 100% !important;
}
.row table span {
    font-size: 12px !important;
}

@media only screen and (max-width: 1188px) {
.weiss td {
    float: left;
}
}
@media only screen and (max-width: 820px) {
td {
        float: left;
    }
}
.liste1 {
    display: flex;
     flex-wrap: wrap;
}
.liste2 {
    display: flex;
     flex-wrap: wrap;
}
.liste1 li {
    list-style: inside none disc;
    margin-right: 10px;
    line-height: 28px;
    text-indent: 16px;
    width: 24%;
}
.liste2 li {
    list-style: inside none disc;
    margin-right: 10px;
    line-height: 28px;
    text-indent: 16px;
}


h9 {
    border-top: 1px solid #ccc;
    display: block;
    font-family: mm-headline;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 10px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}