/* Impressum Page Styles */

.imprint-container {
    max-width: 800px;
    margin: 0 auto;
}

.imprint-container h1 {
    margin-bottom: 0.5em;
}

.imprint-subtitle {
    color: #666;
    font-size: 1.1em;
    margin-bottom: 3em;
}

.imprint-section {
    background: white;
    padding: 2em;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    margin-bottom: 1.5em;
}

.imprint-section h2 {
    font-size: 1.5em;
    color: #333;
    margin: 0 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #69a03d;
}

.imprint-section p {
    margin: 0.5em 0;
    color: #555;
    line-height: 1.6;
}

.imprint-section p strong {
    color: #333;
    display: inline-block;
    min-width: 120px;
}

.imprint-section a {
    color: #69a03d;
    text-decoration: none;
}

.imprint-section a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .imprint-section {
        padding: 1.5em;
    }
    
    .imprint-section h2 {
        font-size: 1.3em;
    }
}
