/* Page Header */
.page-header {
    background: linear-gradient(135deg, #2c3e50 0%, #2c3e50 100%);
    color: #ffffff;
    padding: 120px 0 80px;
    margin-top: 0;
    text-align: center;
}

body .page-header {
    background: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('../img/bild8.jpg') center 72px/contain no-repeat !important;
    color: #ffffff;
    padding: 120px 0 80px;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff !important;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Impressum Content */
.impressum-content {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.impressum-content h2 {
    font-family: 'Exotc 350 Bd BT', Arial, sans-serif !important;
}

.impressum-content h3 {
    font-family: 'Antenne Regular', Arial, sans-serif !important;
}

.impressum-content h2[style] {
    font-family: 'Antenne Regular', Arial, sans-serif !important;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.impressum-section {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.impressum-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.impressum-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
    margin: 20px 0 10px 0;
}

.impressum-section h3:first-child {
    margin-top: 0;
}

.impressum-section p {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 15px;
}

.impressum-section ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.impressum-section li {
    color: #495057;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 20px;
}

.impressum-section li:before {
    content: "•";
    color: #2c3e50;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.impressum-section li:last-child {
    border-bottom: none;
}

.impressum-section a {
    color: #2c3e50;
    text-decoration: none;
}

.impressum-section a:hover {
    text-decoration: underline;
}

/* Company Info */
.company-info p {
    margin-bottom: 15px;
}

.company-info strong {
    color: #000000;
    font-weight: 600;
}

/* Professional Info */
.professional-info ul {
    margin-top: 15px;
}

/* Editorial Info */
.editorial-info p {
    margin-bottom: 10px;
}

/* Dispute Info */
.dispute-info p {
    margin-bottom: 15px;
}

/* Consumer Dispute Info */
.consumer-dispute-info p {
    margin-bottom: 10px;
}

/* Liability Info */
.liability-info p {
    margin-bottom: 20px;
}

/* Links Liability Info */
.links-liability-info p {
    margin-bottom: 20px;
}

/* Copyright Info */
.copyright-info p {
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .impressum-section {
        padding: 30px 20px;
    }
    
    .impressum-section h2 {
        font-size: 1.6rem;
    }

    body .page-header {
        background-position: center 100px !important;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 2rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
    
    .impressum-section {
        padding: 25px 15px;
    }
    
    .impressum-section h2 {
        font-size: 1.4rem;
    }
    
    .impressum-section h3 {
        font-size: 1.1rem;
    }
    
    /* Footer mobile Anpassungen */
    .footer {
        padding: 8px 0 4px !important;
    }
    
    .footer-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        margin-bottom: 4px !important;
    }
    
    .footer-section {
        text-align: center !important;
        margin-bottom: 4px !important;
        width: 100% !important;
    }
    
    .footer-section h3,
    .footer-section h4 {
        margin-bottom: 3px !important;
        font-size: 0.95rem !important;
    }
    
    .footer-section p {
        font-size: 0.85rem !important;
        margin-bottom: 2px !important;
        line-height: 1.3 !important;
    }
    
    .footer-bottom {
        padding-top: 4px !important;
    }
    
    .footer-bottom p {
        font-size: 0.75rem !important;
    }
} 

.navbar {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
} 

.footer-section h3,
.footer-section h4 {
    color: #fff !important;
} 

.page-header h1,
.impressum-section h2,
.impressum-section h3,
.impressum-section h4 {
    font-family: 'Exotc 350 Bd BT', Arial, sans-serif !important;
} 