/* --- DESIGN & FARBEN (classic.css) --- */

html {
    background-color: #1D41FF;
}

body {
    background: linear-gradient(
        to bottom, 
        #1D41FF 0%, 
        #7A90FF 150px, 
        #f0f2f5 200px, 
        #DEE0E2 100%
    );
}

#body {
    background-color: #f9f9f9;
    color: #404040;
}

#footer {
    background-color: #1B3CC1;
    color: #fff;
}

#footer a {
    color: #fff;
}

h1 {
    border-bottom: 2px solid #eee; 
}

/* Tabellen Design */
table {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

table th {
    background-color: #1B3DE5;
    color: white;
}

table td {
    border-bottom: 1px solid #eee;
    color: #333;
}

table td a {
    color: #333;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #f1f1f1;
}

#menue_bar {
    border: 1px solid white;
    background-color: #B2B2B2;
}

#menue_bar a {
    color: #e5e5e5;
    background-image: url(../img/mb_button.png);
}

#menue_bar a:hover {
    color: #fff;
    background-image: url(../img/mb_button_hover.png);
}

.dropdown-content {
    background-color: #B2B2B2;
    border: 1px solid white;
    border-top: none;
}

.dropdown-content a {
    background-image: none !important;
    border-bottom: 1px solid #ccc;
}

.dropdown-content a:hover {
    background-color: #999 !important;
    background-image: none !important;
}

#page_head {
    background-color: #1B3DE5;
    color: #FFFFFF;
}

#page_menue_box {
    border-left: 1px solid;
    border-right: 1px solid;
}

#page_menue_foot {
    background-color: #1B3DE5;
}

#warnung { 
    background:#3052FF; 
    color:#CCDDFF; 
}

.save-button { 
    background-color: #28a745; 
    color: white; 
}

.save-button:hover { 
    background-color: #218937; 
}

.profil-details {
    background: #f9f9f9;
    border: 1px solid #eee;
}

.profil-item {
    border-bottom: 1px solid #e0e0e0;
}

.profil-item strong {
    color: #007bff;
}

.msg-button {
    background-color: #007bff;
    color: white;
}

.msg-button:hover {
    background-color: #0056b3;
}

#chatbox {
    border-left: 1px solid;
    border-right: 1px solid;
}

#chatbox a {
    color: #333;
}

.stat-card {
    background: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left-color: #3498db;
}

.stat-card h4 {
    color: #666;
}

.stat-card .value {
    color: #2c3e50;
}

.stat-card.money { border-left-color: #27ae60; }
.stat-card.payout { border-left-color: #e67e22; }

.kampagnen-table {
    background: #fff;
}
.kampagnen-table th {
    background-color: #000;
    color: #fff;
    border-bottom: 2px solid #ddd;
}
.kampagnen-table td {
    border-bottom: 1px solid #eee;
}
.kampagnen-table tr:hover {
    background-color: #f9f9f9;
}
.status-active {
    color: #27ae60;
    background: #eafaf1;
}

.newsletter-container {
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.newsletter-container input[type="text"],
.newsletter-container textarea {
    border: 1px solid #ccc;
}

.newsletter-container h2 {
    color: #333;
}

.modul-card {
    background: linear-gradient(135deg, #7A90FF 0%, #1735C6 100%);
    color: white;
    box-shadow: 0 4px 10px rgba(23, 53, 198, 0.2);
}