/* Impressum-specific styles */
.header {
    padding: 60px 40px;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.header p {
    color: #999;
    letter-spacing: 1px;
    font-weight: 300;
}

.content h2 {
    font-size: 0.95em;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.content h2:first-child {
    margin-top: 0;
}

.content p {
    margin-bottom: 15px;
    color: #1a1a1a;
    line-height: 1.8;
    font-weight: 300;
}

.content a {
    color: #1a1a1a;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.content a:hover {
    opacity: 0.6;
}

@media (max-width: 600px) {
    .header {
        padding: 40px 25px;
    }

    .header h1 {
        font-size: 1.8em;
    }

    .content h2 {
        font-size: 0.9em;
    }
}