.imprint-container {
    background-color: #ffffff;
    padding: 80px 0 60px 0;
    font-family: var(--font-montserrat_sans);
    min-height: 70vh;
}

.imprint-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.imprint-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: -0.5px;
}

.imprint-section {
    margin-bottom: 50px;
}

.imprint-section h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    line-height: 1.4;
}

.imprint-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}

.imprint-section a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.imprint-footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.imprint-footer p {
    font-size: 14px;
    color: #777;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .imprint-container {
        padding: 40px 0;
    }
    
    .imprint-content {
        padding: 0 20px;
    }
    
    .imprint-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .imprint-section h2 {
        font-size: 16px;
    }
    
    .imprint-section p {
        font-size: 14px;
    }
}
