.normal {
    font-family: 'Albert Sans', sans-serif;
    font-size: 20px;
    color: #001819;
    font-weight: 400;
    line-height: 26px;
}
.link {
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    color: #006599;
    font-weight: 600;
    text-decoration: none;
}
.ueberschrift {
    font-family: 'Albert Sans', sans-serif;
    color: #006599;
    font-size: 28px;
    line-height: 46px;
    font-weight: 600;
}
.kategorie {
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #555570;
    font-weight: 400;
    margin-bottom: 8px;
}
.zcontent_main_table { border-bottom: 1px solid #eee; }
.tabelle td { padding: 8px 0px; border-bottom: 1px solid #eee; }
.tabelle a { font-size: 20px; }
.bild { margin-bottom: 2px !important; margin-right: 10px !important; }

/* ── Benefits Grid ── */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.benefit-card {
    background: #fff;
    border: 1px solid #e4eaf5;
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(26,79,160,.07);
}
.benefit-icon { margin-bottom: 12px; }
.benefit-icon svg { width: 38px; height: 38px; }
.benefit-title {
    font-family: 'Albert Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a4fa0;
    margin-bottom: 8px;
    line-height: 22px;
}

/* ── Why Sponsor ── */
.why-sponsor-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    background: #1a4fa0;
    border-radius: 10px;
    margin: 24px 0;
    overflow: hidden;
}
.why-sponsor-left {
    padding: 28px 24px;
}
.why-sponsor-inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.why-sponsor-logo { flex-shrink: 0; }
.why-sponsor-logo img { width: 70px; }
.why-sponsor-text .ueberschrift {
    color: #fff;
    display: block;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 32px;
}
.why-sponsor-divider {
    width: 48px;
    height: 3px;
    background: #f0a500;
    margin: 10px 0 14px 0;
}
.why-sponsor-text .normal {
    color: rgba(255,255,255,.88);
    font-size: 15px;
    margin-bottom: 8px;
}
.why-sponsor-img {
    overflow: hidden;
}
.why-sponsor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Sponsors Section ── */
.sponsors-section { margin: 24px 0; }
.sponsors-divider-line {
    display: flex;
    align-items: center;
    margin: 8px 0 24px 0;
}
.sponsors-divider-line::before,
.sponsors-divider-line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e4eaf5;
}
.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}
.sponsor-logo-card {
    background: #fff;
    border: 1px solid #e4eaf5;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26,79,160,.06);
    height: 110px;
}
.sponsor-logo-card a {
    display: block;
    width: 100%;
    height: 100%;
}
.sponsor-logo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity .2s;
}
.sponsor-logo-card a:hover img { opacity: 0.75; }
.sponsor-logo-contain img {
    object-fit: contain !important;
    padding: 12px;
}
.sponsor-logo-placeholder {
    border: 2px dashed #c8d9f5;
    background: #f5f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-logo-placeholder .kategorie { margin: 0; }

/* ── Offer Grid ── */
.offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
    margin: 24px 0;
}
.offer-left .ueberschrift { display: block; margin-bottom: 18px; }
.offer-list { list-style: none; padding: 0; margin: 0; }
.offer-list li {
    font-family: 'Albert Sans', sans-serif;
    font-size: 16px;
    color: #001819;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px solid #e4eaf5;
}
.offer-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 9px;
    width: 18px; height: 18px;
    background: #e8f0fb;
    border: 2px solid #1a4fa0;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231a4fa0'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.offer-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 18px rgba(26,79,160,.10);
    aspect-ratio: 16/10;
}
.offer-img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}

/* ── Sponsor CTA ── */
.sponsor-cta-section {
    background: #1a4fa0;
    border-radius: 10px;
    padding: 32px 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    margin: 24px 0;
}
.sponsor-cta-left {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.sponsor-cta-icon {
    background: #fff;
    border-radius: 50%;
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.sponsor-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 210px;
}
.cta-btn-outline {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #1a4fa0;
    font-family: 'Albert Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .18s;
}
.cta-btn-outline:hover { background: #e8f0fb; }

/* ── Responsive ── */
@media (min-width: 320px) and (max-width: 991px) {
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .why-sponsor-wrap { grid-template-columns: 1fr; }
    .why-sponsor-img { height: 200px; }
    .sponsors-grid { grid-template-columns: repeat(2, 1fr); }
    .offer-grid { grid-template-columns: 1fr; }
    .sponsor-cta-section { grid-template-columns: 1fr; }
    .sponsor-cta-buttons { flex-direction: row; flex-wrap: wrap; }
}