/* Blue 052026 #3388ff Alter Hintergrund Global #EB3324 Lima  */
/* alte Schriffarbe Lima #ffffff */
body {
    background-color: #F1C501;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    color: #333333;
    display: flex;
    justify-content: center;
}

/* Alle Überschriften erhalten die Farbe Hellgrau #d3d3d3 geändert Dunkelgrau  geändert Blau #0000FF */
h1, h2, h3, h4 {
    color: #333333;
}

h1 {
    margin: 0;
    font-size: 24px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
}

/* 598px breite umschließende Fläche */
.main-wrapper {
    width: 598px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.header-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.hamburger-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    padding: 0;
    margin-bottom: 8px;
}

/* alte farbe #ffffff Weiss */
.hamburger-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333333;
    border-radius: 2px;
}

/* Alte Color #ffffff  */
.date-link {
    font-size: 11px;
    color: #616161;
    text-decoration: none;
    font-family: monospace;
    opacity: 0.9;
}

.date-link:hover {
    text-decoration: underline;
}

/* alte Farbe Weiss #ffffff .. #616161 */
.time-display {
    font-size: 11px;
    color: #0000FF;
    margin-bottom: 20px;
    font-family: monospace;
    opacity: 0.9;
    line-height: 1.6;
}

.time-display span {
    margin-right: 12px;
    white-space: nowrap;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    background-color: #333333;
    min-width: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 1000;
    padding: 10px 0;
}

.dropdown-content a {
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

/* #444444 */
.dropdown-content a:hover {
    background-color: #0000FF;
}

.dropdown-divider {
    height: 1px;
    background-color: #555555;
    margin: 5px 0;
}

.hamburger-btn:focus + .dropdown-content,
.dropdown-content:hover {
    display: block;
}

/* Alte Farbe #333333 */
nav {
    background-color: #B3202E;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.top-menu {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 5px 10px;
}

.top-menu a {
    background: none !important;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
}

.top-menu a:hover {
    text-decoration: underline;
}

.bottom-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Alter Hintergrund Farbe #444444 */
nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    background-color: #0000FF;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.bottom-menu a:hover {
    background-color: #555555;
}

.content-section {
    margin: 20px 0;
}

/* Gemeinsamer Stil für alle Inhaltsboxen - alte Schriftfarbe Hellblau #3388ff */
.inbox01, .inbox02, .inbox20 {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0;
    color: #0000FF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Dunklerer h2-Text nur innerhalb weißer Boxen für bessere Lesbarkeit */
.inbox20 h2 {
    color: #555555;
    border-bottom: 1px solid #eeeeee;
}

.inbox01 table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.inbox01 th {
    background-color: #333333;
    color: #ffffff;
    padding: 8px 4px;
    text-align: left;
}

/* Altes Hellblau #3388ff */
.inbox01 td {
    padding: 8px 4px;
    border-bottom: 1px solid #dddddd;
    color: #0000FF;
}

.section-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
}

.inbox02-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.inbox02-row:last-child {
    border-bottom: none;
}

/* Altes Hellblau #3388ff */
.inbox02-desc {
    color: #0000FF;
}

/* Altes Dunkelgrau #333333 */

.inbox02-link {
    color: #0000FF !important;
    text-decoration: none;
    font-weight: bold;
}

.inbox02-link:hover {
    text-decoration: underline;
}

/* Schmaler, grauer Text #b0c4de zentriert unter Menü 2 */
.project-footer-text {
    color: #0000FF;
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0.5px;
}