body {
    background-image: url('https://ingo-meissner.de/images/background/hintergrund.png');
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-attachment: fixed;
}

body topbar.topbar {
    background-color: #0c3c01 !important;
}

body footer.footer {
    background-color: #0c3c01 !important;
}

/* Header (Kopfzeile) */
topbar.topbar {
    background-color: #0c3c01;
}

/* Footer (Fußzeile) */
footer.footer {
    background-color: #0c3c01;
    color: #ffffff;
}

:root {
--dark-color: #0000ff;
--light-color: #f9fafb;
--main-background: #ffffff;
--primary-background: #deddda;
--primary-textColor: #0000ff;
--secondary-background: #4d4133;
--secondary-textColor: #f9f06b;
--secondary-color: #0000ff;
--accent-background: #99c1f1;
--accent-textColor: #0000ff;
--primary-gradient: linear-gradient(180deg, #9a9996, #f6f5f4);
--secondary-gradient: linear-gradient(180deg, #deddda, #f6f5f4);
}