/* Minecraft-Serverliste.net CSS */
/* Basierend auf HLS-Design mit Minecraft-Thema */

body {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: gray;
    margin: 0;
    padding: 0;
    background-color: #2C2C2C;
}

/* Text Styles */
.text {	
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
}  

.text_hell {	
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #888888;
} 

.aktiv {	
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #5C8A3D;
    font-weight: bold;
} 

.nav-aktiv {
    color: #5C8A3D !important;
    font-weight: bold;
}

.ueberschrift {	
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
}  

.copy {	
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #888888;
}

.copy_aktiv {	
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #5C8A3D;
}

.copy9 {	
    font-family: arial, sans-serif;
    font-size: 9px;
    color: #333333;
}

.gray10 {	
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #888888;
}  

/* Links */
a:link {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #555555;
    text-decoration: none;
}

a:visited {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #555555;
    text-decoration: none;
}

a:hover {
    font-family: verdana, arial, sans-serif;
    color: #5C8A3D;
    font-size: 11px;
    text-decoration: none;
}

a:active {
    font-family: verdana, arial, sans-serif;
    color: #5C8A3D;
    text-decoration: none;
}

/* Layout */
.main-table {
    width: 750px;
    min-height: 500px;
    background-color: #FFFFFF;
    margin-top: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.content-table {
    width: 744px;
    min-height: 600px;
    background-color: #ffffff;
}

.kategorien-bg {
    background-color: #E8F5E9;
}

/* Logo */
.logo-container {
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
}

.minecraft-logo h1 {
    font-family: verdana, arial, sans-serif;
    font-size: 28px;
    color: #5C8A3D;
    margin: 10px 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.minecraft-logo .tagline {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #666666;
    margin: 5px 0;
}

/* Navigation */
.navigation {
    background-color: #5C8A3D;
}

.navigation td {
    padding: 8px 5px;
}

.navigation a {
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 8px 12px;
    display: inline-block;
    transition: all 0.3s ease;
}

.navigation a:hover {
    background-color: #4A7330;
    color: #FFFFFF !important;
}

/* Willkommensbox */
.welcome-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 5px;
}

.welcome-box h2 {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #5C8A3D;
    margin: 0 0 10px 0;
    font-weight: bold;
}

/* Kategorien */
.kategorie-item {
    width: 70px;
    height: 70px;
    text-align: center;
}

.kategorie-desc {
    vertical-align: top;
    padding: 7px;
}

.icon-box {
    width: 60px;
    height: 60px;
    border: 2px solid #bbbbbb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    transition: all 0.3s ease;
    font-size: 32px;
    border-radius: 8px;
}

.icon-box:hover {
    border: 2px solid #5C8A3D;
    background: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(92, 138, 61, 0.3);
}

/* Aktuelles Box */
.aktuelles-box {
    background-color: #5C8A3D;
    border: 1px solid #5C8A3D;
    padding: 12px;
    margin: 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 16px;
}

.aktuelles-title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}

/* Server Liste */
.server-box {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 12px;
    margin: 8px 5px;
    transition: all 0.3s ease;
}

.server-box:hover {
    border-color: #5C8A3D;
    box-shadow: 0 2px 8px rgba(92, 138, 61, 0.2);
}

.server-name {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #5C8A3D;
    margin-bottom: 5px;
}

.server-ip {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: #333333;
    background-color: #f5f5f5;
    padding: 3px 8px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 5px 0;
}

.server-info {
    font-size: 10px;
    color: #666666;
    margin: 5px 0;
}

.server-tags {
    margin-top: 8px;
}

.tag {
    display: inline-block;
    background-color: #E8F5E9;
    color: #5C8A3D;
    padding: 3px 8px;
    margin: 2px;
    font-size: 9px;
    border-radius: 3px;
    border: 1px solid #C8E6C9;
}

/* Formular Styles */
.form-container {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px 5px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
    width: 95%;
    padding: 8px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #5C8A3D;
}

.required {
    color: #ff0000;
}

.form-hint {
    font-size: 9px;
    color: #888888;
    margin-top: 3px;
}

/* Buttons */
.btn-primary {
    background-color: #5C8A3D;
    color: white;
    border: none;
    padding: 10px 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #4A7330;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-secondary {
    background-color: #888888;
    color: white;
    border: none;
    padding: 10px 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #666666;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    background-color: #FFFFFF;
    border: 2px solid #5C8A3D;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    z-index: 10000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.cookie-header {
    background-color: #5C8A3D;
    color: white;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 12px;
}

/* Success/Error Messages */
.success-message {
    background-color: #E8F5E9;
    border: 1px solid #5C8A3D;
    color: #2E7D32;
    padding: 12px;
    margin: 10px 5px;
    font-weight: bold;
}

.error-message {
    background-color: #FFEBEE;
    border: 1px solid #C62828;
    color: #C62828;
    padding: 12px;
    margin: 10px 5px;
    font-weight: bold;
}

.info-box {
    background-color: #E3F2FD;
    border: 1px solid #1976D2;
    color: #0D47A1;
    padding: 12px;
    margin: 10px 5px;
}

/* Status Badges */
.status-online {
    display: inline-block;
    padding: 3px 8px;
    background-color: #4CAF50;
    color: white;
    font-size: 9px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
}

.status-offline {
    display: inline-block;
    padding: 3px 8px;
    background-color: #F44336;
    color: white;
    font-size: 9px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
}

/* Responsive */
@media screen and (max-width: 800px) {
    .main-table {
        width: 95%;
        margin-top: 10px;
    }
    
    .content-table {
        width: 100%;
    }
    
    .cookie-banner {
        width: 95%;
    }
    
    .kategorie-item {
        width: 50px;
        height: 50px;
    }
    
    .icon-box {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* Tabellen für Server-Details */
.details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

.details-table td {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.details-table td:first-child {
    font-weight: bold;
    color: #5C8A3D;
    width: 150px;
}

/* Voting System */
.vote-button {
    background-color: #5C8A3D;
    color: white;
    border: none;
    padding: 5px 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.vote-button:hover {
    background-color: #4A7330;
}

.vote-count {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin-left: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 10px;
}
