/* ====================================
   IMPRINT PAGE - CSS
   ==================================== */

/* Imprint Hero Section */
.imprint-hero {
    background: white;
    padding: 64px 0;
}

.imprint-hero .section-badge {
    display: inline-block;
    background: rgba(64, 184, 178, 0.25);
    padding: 8px 24px;
    border-radius: 24px;
    margin-bottom: 24px;
    color: #1d8279;
    font-size: 14px;
    font-weight: 600;
}

.imprint-hero .section-badge p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.imprint-hero h1 {
    font-size: 80px;
    font-weight: 900;
    color: #1d8279;
    margin-bottom: 24px;
    line-height: 1.2;
}

.imprint-hero p {
    font-size: 18px;
    font-weight: 600;
    color: #3b3b3a;
    max-width: 1100px;
    line-height: 1.55;
}

.imprint-hero p strong {
    font-weight: 700;
}

/* Imprint Sections */
.imprint-section {
    background: #1d8279;
    padding: 80px 0;
    color: white;
}

.imprint-section h2 {
    font-size: 40px;
    font-weight: 900;
    color: white;
    margin-bottom: 16px;
}

.imprint-section .section-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    padding: 8px 24px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.imprint-section .section-badge p {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.section-header {
    margin-bottom: 48px;
    text-align: left;
}

.section-header2 {
    text-align: left;
    margin-top: 48px;
    margin-bottom: 48px;
}

.section-org {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin-top: 8px;
}

.section-org a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.3s ease;
}

.section-org a:hover {
    border-bottom-color: white;
}

/* Imprint Box */
.imprint-box {
    background: white;
    border-radius: 16px;
    padding: 40px;
    color: #3b3b3a;
    margin-bottom: 32px;
}

.imprint-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3b3b3a;
    margin-bottom: 32px;
}

/* Imprint Info Section */
.imprint-info {
    background: white;
    border-radius: 16px;
    padding: 40px;
    color: #3b3b3a;
}

.imprint-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3b3b3a;
    margin-bottom: 24px;
}

/* Info Item - Zwei-Spalten Layout */
.info-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 32px;
}

.info-item:last-child {
    grid-template-columns: 1fr;
    margin-bottom: 0;
}

.info-column {
    display: flex;
    flex-direction: column;
}

.info-item p {
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3a;
    line-height: 1.6;
    margin-bottom: 12px;
}

.info-item p strong {
    font-weight: 700;
    color: #1d8279;
}

.info-item a {
    color: #1d8279;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #1d8279;
    transition: all 0.3s ease;
}

.info-item a:hover {
    color: #166359;
    border-bottom-color: #166359;
}

/* Responsible Section */
.responsible-section {
    background: #1d8279;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .imprint-hero {
        padding: 64px 0;
    }

    .imprint-hero .section-badge {
        display: inline-block;
        background: rgba(64, 184, 178, 0.25);
        padding: 8px 24px;
        border-radius: 24px;
        margin-bottom: 16px;
        font-size: 12px;
        font-weight: 600;
    }

    .imprint-hero .section-badge p {
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

    .imprint-hero h1 {
        font-size: 48px;
    }

    .imprint-hero p {
        font-size: 16px;
    }

    .imprint-section {
        padding: 40px 0;
    }

    .imprint-section .section-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.25);
        padding: 8px 24px;
        border-radius: 24px;
        margin-bottom: 16px;
    }

    .imprint-section .section-badge p {
        color: white;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

    .imprint-box {
        padding: 24px;
    }

    .imprint-info {
        padding: 24px;
    }

    /* Mobile: Eine Spalte */
    .info-item {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 24px;
    }

    .info-item:last-child {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }

    .info-item p {
        font-size: 14px;
    }
}

/* Responsive - Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .imprint-hero {
        padding: 80px 32px;
    }

    .imprint-hero .section-badge {
        display: inline-block;
        background: rgba(64, 184, 178, 0.25);
        padding: 8px 24px;
        border-radius: 24px;
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 600;
    }

    .imprint-hero .section-badge p {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    .imprint-hero h1 {
        font-size: 48px;
    }

    .imprint-hero p {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
    }

    .imprint-section {
        padding: 80px 32px;
    }

    .imprint-section h2 {
        font-size: 36px;
    }

    .imprint-section .section-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.25);
        padding: 8px 24px;
        border-radius: 24px;
        margin-bottom: 28px;
    }

    .imprint-section .section-badge p {
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    /* Tablet: Zwei-Spalten mit größerem Abstand */
    .info-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-bottom: 32px;
    }

    .info-item:last-child {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
}

/* Responsive - Desktop */
@media (min-width: 1024px) {
    .imprint-hero {
        padding: 96px 0;
    }

    .imprint-hero .section-badge {
        display: inline-block;
        background: rgba(64, 184, 178, 0.25);
        padding: 10px 28px;
        border-radius: 24px;
        margin-bottom: 32px;
        font-size: 24px;
        font-weight: 600;
    }

    .imprint-hero .section-badge p {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
    }

    .imprint-hero h1 {
        font-size: 80px;
    }

    .imprint-hero p {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.45;
        max-width: 1100px;
    }

    .imprint-section {
        padding: 100px 0;
    }

    .imprint-section h2 {
        font-size: 40px;
    }

    /* Desktop: Zwei-Spalten mit größerem Abstand */
    .info-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-bottom: 32px;
    }

    .info-item:last-child {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
}

/* Responsive - Large Desktop */
@media (min-width: 1440px) {
    .imprint-hero {
        padding: 120px 0;
    }

    .imprint-hero .section-badge {
        display: inline-block;
        background: rgba(64, 184, 178, 0.25);
        padding: 10px 28px;
        border-radius: 24px;
        margin-bottom: 40px;
        font-size: 26px;
        font-weight: 600;
    }

    .imprint-hero .section-badge p {
        font-size: 26px;
        font-weight: 600;
        margin: 0;
    }

    .imprint-hero h1 {
        font-size: 80px;
    }

    .imprint-hero p {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.45;
    }

    .imprint-section {
        padding: 120px 0;
    }

    .imprint-section .section-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.25);
        padding: 10px 28px;
        border-radius: 24px;
        margin-bottom: 40px;
    }

    .imprint-section .section-badge p {
        color: white;
        font-size: 26px;
        font-weight: 600;
        margin: 0;
    }

    .imprint-section h2 {
        font-size: 48px;
    }

    .imprint-box {
        padding: 48px;
    }

    .imprint-info {
        padding: 48px;
    }

    /* Large Desktop: Zwei-Spalten mit großem Abstand */
    .info-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        margin-bottom: 40px;
    }

    .info-item:last-child {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
}