/* === Basislayout === */
body {
    background-color: #1B4332;
    color: #F1FAEE;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 500;
    padding: 1rem;
}

/* === Tabellen === */
table {
    width: 90%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    background-color: #2D6A4F;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

th, td {
    border: 1px solid #40916C;
    padding: 0.75rem;
    text-align: left;
}

th {
    background-color: #40916C;
    color: #F1FAEE;
    font-weight: bold;
}

td {
    background-color: #52B788;
    color: #F1FAEE;
}

/* Legendentabelle */
table.w3-green th,
table.w3-green td {
    text-align: center;
}

/* === Überschriften === */
h1, h2, h3 {
    color: #D8F3DC;
    margin-bottom: 0.5rem;
}

p {
    line-height: 1.6;
    max-width: 1000px;
}

/* === Sidebar-Button === */
.w3-button.w3-text-green {
    background-color: transparent;
    color: #95D5B2;
    border: none;
}

.w3-button.w3-text-green:hover {
    background-color: #2D6A4F;
    color: #D8F3DC;
}

/* === Sidebar Styling === */
.w3-sidebar {
    background-color: #2D6A4F !important;
    color: #D8F3DC;
}

.w3-bar-item {
    color: #F1FAEE !important;
    transition: background-color 0.3s ease;
}

.w3-bar-item:hover {
    background-color: #40916C !important;
    color: #fff !important;
}

/* === Responsive Button Headline === */
.w3-top h1 {
    font-size: 2.5rem;
    margin: 0;
}

/* Hinweistext am Ende */
p:last-of-type {
    font-style: italic;
    color: #B7E4C7;
}
