html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    color: var(--bg-color);
    background-color: unset;
}
section#contact{
    display: none;
}
#header {
    background-color: var(--fg-alt-color);
}
a {
    color: var(--a-active);
    text-decoration: none !important;
}
form div.fields, p, article {
    break-inside: avoid;
}
form div.fields input, form div.fields textarea, form div.fields{
    border-color: var(--bg-color);
    border-width: 2px;
    border-style: solid;
}
form .actions {
    display: none;
}
#header {
    display: none;
}
@page {
    size: a4;
    margin-top: 2,5cm;
    margin-bottom: 3cm;
    @bottom-center {
        content: "Fahrschule Pilz";
    }
}