/* --- Globale Styles & Variablen --- */
:root {
    --brand-blue: #0056b3;
    --dark-blue: #003d7a;
    --sky-blue: #3498db;
    --soft-blue: #eef6ff;
    --hover-blue: #d1e7ff;
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --shadow: 2px 2px 5px rgba(0,0,0,0.1);
    --accent-orange: #f39c12; 
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

.nav-body {
    background-color: var(--white);
    border-bottom: 2px solid var(--brand-blue);
    height: 100px;
    box-sizing: border-box;
    overflow: hidden; 
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-area {
    text-decoration: none;
    display: flex;
    flex-direction: column; 
    flex-shrink: 0;
    margin-right: 15px;
}

.logo-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--brand-blue);
    line-height: 1.1;
}

.logo-subtitle {
    font-size: 0.7rem;
    color: var(--sky-blue);
    font-weight: 400;
    margin-top: 2px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 10px; 
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--sky-blue);
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 0.9rem;
}

.nav-links a:hover, .nav-links a.active {
    background-color: var(--soft-blue);
    color: var(--brand-blue);
}

/* --- Akzent-Buttons --- */
.ai-accent {
    background: linear-gradient(135deg, var(--sky-blue), var(--brand-blue));
    color: var(--white) !important;
}

.cal-accent {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
    color: var(--white) !important;
}

.blog-accent {
    background: linear-gradient(135deg, #9b59b6, #8e44ad) !important;
    color: var(--white) !important;
    box-shadow: var(--shadow);
}

.blog-accent:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.status-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--sky-blue);
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
}

.status-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.online .status-dot {
    background-color: #2ecc71;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    70% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}/* --- Globale Styles & Variablen --- */
:root {
    --brand-blue: #0056b3;
    --dark-blue: #003d7a;
    --sky-blue: #3498db;
    --soft-blue: #eef6ff;
    --hover-blue: #d1e7ff;
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --shadow: 2px 2px 5px rgba(0,0,0,0.1);
    --accent-orange: #f39c12; 
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}

.nav-body {
    background-color: var(--white);
    border-bottom: 2px solid var(--brand-blue);
    height: 100px;
    box-sizing: border-box;
    overflow: hidden; 
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-area {
    text-decoration: none;
    display: flex;
    flex-direction: column; 
    flex-shrink: 0;
    margin-right: 15px;
}

.logo-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--brand-blue);
    line-height: 1.1;
}

.logo-subtitle {
    font-size: 0.7rem;
    color: var(--sky-blue);
    font-weight: 400;
    margin-top: 2px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 10px; 
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--sky-blue);
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 0.9rem;
}

.nav-links a:hover, .nav-links a.active {
    background-color: var(--soft-blue);
    color: var(--brand-blue);
}

/* --- Akzent-Buttons --- */
.ai-accent {
    background: linear-gradient(135deg, var(--sky-blue), var(--brand-blue));
    color: var(--white) !important;
}

.cal-accent {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
    color: var(--white) !important;
}

.blog-accent {
    background: linear-gradient(135deg, #9b59b6, #8e44ad) !important;
    color: var(--white) !important;
    box-shadow: var(--shadow);
}

.blog-accent:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.status-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--sky-blue);
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
}

.status-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.online .status-dot {
    background-color: #2ecc71;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    70% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}
