* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.8;
    color: #2a2a2a;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px 15px;
    font-size: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.editorial-wrapper {
    background-color: #ffffff;
}

.editorial-hero {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
    color: #ffffff;
    padding: 60px 30px 50px;
}

.hero-text-overlay h1 {
    max-width: 900px;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 15px;
}

.hero-subtitle {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.3rem;
    opacity: 0.95;
    font-weight: 300;
}

.page-header-editorial {
    padding: 80px 30px 40px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
}

.page-header-editorial h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.header-intro {
    font-size: 1.25rem;
    color: #5a5a5a;
    font-style: italic;
}

.editorial-content {
    padding: 60px 30px 80px;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.intro-paragraph {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.editorial-content p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.editorial-content h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.editorial-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.editorial-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.inline-image-block {
    margin: 50px 0;
    padding: 0;
    overflow: hidden;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
}

.image-caption {
    padding: 20px 25px;
    font-size: 0.95rem;
    font-style: italic;
    color: #5a5a5a;
    background-color: rgba(255, 255, 255, 0.5);
}

.cta-inline-editorial {
    background-color: #f5f5f5;
    border-left: 4px solid #4a4a4a;
    padding: 30px 35px;
    margin: 45px 0;
}

.cta-text {
    font-size: 1.15rem;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.cta-link-text {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    border-bottom: 2px solid #1a1a1a;
    transition: opacity 0.3s ease;
}

.cta-link-text:hover {
    opacity: 0.7;
}

.testimonial-card-editorial {
    background-color: #fafafa;
    padding: 40px 35px;
    margin: 50px 0;
    border-left: 3px solid #d0d0d0;
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.services-preview-section {
    margin: 60px 0;
}

.services-preview-section h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.service-card-editorial {
    padding: 35px 30px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.service-card-editorial h4 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card-editorial p {
    margin-bottom: 15px;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 20px 0 15px;
}

.service-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #1a1a1a;
    transition: opacity 0.3s ease;
}

.service-link:hover {
    opacity: 0.7;
}

.cta-section-editorial {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 50px 40px;
    margin: 60px 0;
    text-align: center;
}

.cta-section-editorial h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.cta-section-editorial p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button-editorial {
    display: inline-block;
    background-color: #ffffff;
    color: #2a2a2a;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.cta-button-editorial:hover {
    background-color: #f0f0f0;
}

.form-section-editorial {
    background-color: #f9f9f9;
    padding: 50px 40px;
    margin: 60px 0;
}

.form-section-editorial h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.editorial-form {
    margin-top: 35px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a4a4a;
}

.form-submit-button {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
    font-weight: 600;
    font-size: 1.05rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit-button:hover {
    background-color: #1a1a1a;
}

.closing-thought {
    font-size: 1.15rem;
    font-style: italic;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    color: #4a4a4a;
}

.service-detail-block {
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.service-detail-block:last-of-type {
    border-bottom: none;
}

.service-includes {
    background-color: #f9f9f9;
    padding: 30px 35px;
    margin: 30px 0;
}

.service-includes h4 {
    margin-top: 0;
    font-size: 1.1rem;
}

.service-includes ul {
    margin-left: 20px;
    margin-top: 15px;
}

.service-includes li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.service-pricing {
    background-color: #fafafa;
    padding: 25px 30px;
    margin: 30px 0;
    border-left: 3px solid #4a4a4a;
}

.price-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 10px;
}

.price-amount {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.price-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

.additional-info-section {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e8e8e8;
}

.contact-info-section {
    margin: 50px 0;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.contact-email {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    color: #2a2a2a;
}

.impressum-section,
.disclaimer-section {
    margin: 60px 0;
    padding: 40px 35px;
    background-color: #f9f9f9;
}

.impressum-section p,
.disclaimer-section p {
    margin-bottom: 20px;
}

.impressum-section h4,
.disclaimer-section h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.thanks-content {
    min-height: 60vh;
}

.thanks-message {
    text-align: center;
    padding: 60px 0;
}

.thanks-message h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-details {
    margin: 30px 0;
}

.selected-service-info {
    font-size: 1.15rem;
    padding: 20px 30px;
    background-color: #f5f5f5;
    display: inline-block;
}

.thanks-navigation {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 40px;
}

.thanks-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #2a2a2a;
    transition: all 0.3s ease;
}

.thanks-link:hover {
    background-color: #2a2a2a;
    color: #ffffff;
}

.next-steps-section {
    margin: 60px 0;
}

.step-item {
    margin-bottom: 35px;
}

.step-item h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.legal-content li {
    margin-bottom: 12px;
}

.legal-update {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    font-style: italic;
    color: #666;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-editorial {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 60px 30px 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-brand p {
    font-size: 0.95rem;
    color: #b0b0b0;
}

.footer-links {
    display: flex;
    gap: 60px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h5 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #ffffff;
}

.footer-column a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 10px 25px;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: opacity 0.3s ease;
}

.cookie-btn:hover {
    opacity: 0.85;
}

.cookie-accept {
    background-color: #ffffff;
    color: #2a2a2a;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .editorial-content {
        padding: 40px 20px 60px;
    }

    .page-header-editorial {
        padding: 60px 20px 30px;
    }

    .page-header-editorial h1 {
        font-size: 2rem;
    }

    .intro-paragraph {
        font-size: 1.2rem;
    }

    .editorial-content h2 {
        font-size: 1.6rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .thanks-navigation {
        width: 100%;
    }

    .thanks-link {
        width: 100%;
        text-align: center;
    }
}