/* Tabellen optisch anpassen */
.ap-prices-table {
    font-size: 1rem;
    border-radius: .5rem;
    overflow: hidden;
}
.ap-prices-table thead {
    background:#ffeecf;
}
.ap-prices-table tbody tr:nth-child(even) {
    background:#fafafa;
}
.ap-table-heading {
    font-size:1.75rem;
    margin:2rem 0 .5rem;
    color:#e9a928;           /* dein Corporate-Orange */
}
