﻿.impressum-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.impressum-title {
    text-align: center;
    color: #3b82f6;
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.impressum-content {
    background-color: #1e293b;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #334155;
}

.impressum-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #334155;
}

    .impressum-section:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .impressum-section h2 {
        color: #3b82f6;
        border-bottom: 2px solid #3b82f6;
        padding-bottom: 5px;
        margin-top: 0;
        font-size: 1.5rem;
    }

    .impressum-section p {
        margin: 10px 0;
        color: #e2e8f0;
    }

    .impressum-section a {
        color: #3b82f6;
        text-decoration: none;
        font-weight: 500;
    }

        .impressum-section a:hover {
            text-decoration: underline;
            color: #60a5fa;
        }

@media (max-width: 768px) {
    .impressum-container {
        padding: 15px;
        margin: 20px auto;
    }

    .impressum-title {
        font-size: 2rem;
    }

    .impressum-content {
        padding: 20px;
    }
}
