body.no-webp #swiper-slide {
    background-image: url('./website_dd/public/images/slider/swiper/1.jpg');
}

body.webp #swiper-slide {
    background-image: url('./website_dd/public/images/slider/swiper/1.webp');
}


/* ===============================
   Startseiten-Refresh Data Dialog
   SEO-/Conversion-Mockup 2026
   =============================== */
:root {
    --dd-green: #04a27d;
    --dd-green-dark: #088666;
    --dd-blue: #174a7c;
    --dd-blue-dark: #0d2f52;
    --dd-blue-soft: #eef6fb;
    --dd-orange: #f39a32;
    --dd-text: #27313d;
    --dd-muted: #474948;
    --dd-border: #dce8ef;
    --dd-bg: #f6f9fb;
    --dd-shadow: 0 18px 45px rgba(13, 47, 82, .13);
    --dd-radius: 18px;
}

.dd-home-hero {
    top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
    padding: 95px 0 74px;
    background:
            radial-gradient(circle at 78% 20%, rgba(4, 162, 125, .19), transparent 34%),
            linear-gradient(135deg, #ffffff 0%, #eef6fb 54%, #e7f5f2 100%);
}

.dd-home-hero:before {
    content: '';
    position: absolute;
    left: -120px;
    bottom: -170px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(23, 74, 124, .07);
}

.dd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .94fr);
    gap: 46px;
    position: relative;
    z-index: 1;
}

.dd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(4, 162, 125, .1);
    border: 1px solid rgba(4, 162, 125, .18);
    color: var(--dd-green-dark);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.dd-home-hero h1 {
    margin: 18px 0 18px;
    color: #102235;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}

.dd-hero-lead {
    max-width: 690px;
    color: #405166;
    font-size: 20px;
    line-height: 1.9;
    margin: 0 0 26px;
}

.dd-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 26px 0 24px;
}

.dd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.dd-btn-primary {
    background: var(--dd-green-dark);
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(4, 162, 125, .26);
}

.dd-btn-primary:hover {
    background: #067457;
    color: #fff !important;
}

.dd-btn-secondary {
    background: #fff;
    color: var(--dd-green-dark) !important;
    border: 1px solid var(--dd-border);
}

.dd-btn-secondary:hover {
    color: var(--dd-green-dark) !important;
    border-color: rgba(4, 162, 125, .35);
}

.dd-trust-row {
    display: flex;
    gap: 14px 18px;
    flex-wrap: wrap;
    color: #44556b;
    font-size: 15px;
    line-height: 1.4;
}

.dd-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.dd-check {
    color: var(--dd-green);
    font-weight: 900;
}

.dd-hero-card {
    background: #fff;
    border: 1px solid var(--dd-border);
    border-radius: 28px;
    padding: 24px;
    box-shadow: var(--dd-shadow);
}

.dd-screen {
    border: 1px solid #cfddeb;
    border-radius: 18px;
    overflow: hidden;
    background: #f9fbfd;
}

.dd-screen-top {
    height: 38px;
    background: linear-gradient(135deg, #0b4a58 0%, #075f67 48%, #04a27d 100%);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
}

.dd-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}

.dd-screen-body {
    padding: 18px;
}

.dd-dashboard-list {
    display: grid;
    gap: 14px;
}

.dd-dashboard-item {
    display: grid;
    grid-template-columns: 66px 1fr;
    align-items: center;
    background: #fff;
    border: 1px solid #e2ebf3;
    border-radius: 20px;
    padding: 7px 15px;
    min-height: 70px;

}

.dd-dashboard-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(4, 162, 125, .11), rgba(23, 74, 124, .06));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dd-green-dark);
}

.dd-dashboard-icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dd-dashboard-item h4 {
    margin: 0 0 4px;
    color: #0b5a59;
    font-size: 17px;
    line-height: 1.22;
    font-weight: 700;
}

.dd-dashboard-item p {
    margin: 0;
    color: #405166;
    font-size: 15px;
    line-height: 1.45;
}

.dd-dashboard-item-ai {
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    background:
            radial-gradient(circle at 18% 42%, rgba(91, 124, 255, .13), transparent 34%),
            radial-gradient(circle at 88% 12%, rgba(214, 108, 255, .16), transparent 36%),
            linear-gradient(135deg, rgba(91, 124, 255, .06), rgba(214, 108, 255, .055), rgba(4, 162, 125, .045)),
            #fff;
    box-shadow:
            0 12px 28px rgba(91, 124, 255, .10),
            inset 0 0 0 1px rgba(255, 255, 255, .65);
}

.dd-dashboard-item-ai:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .42) 45%, transparent 72%);
    opacity: .65;
    pointer-events: none;
}

.dd-dashboard-item-ai:after {
    content: '';
    position: absolute;
    right: -36px;
    top: -44px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 108, 255, .18), transparent 64%);
    pointer-events: none;
}

.dd-dashboard-item-ai .dd-dashboard-icon {
    position: relative;
    z-index: 1;
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(135deg, #5314c6 0%, #9b5de5 52%, #04a27d 100%) border-box;
    border: 1px solid transparent;
    color: #5314c6;
    box-shadow:
            0 8px 22px rgba(91, 124, 255, .16),
            inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.dd-dashboard-item-ai .dd-dashboard-icon svg {
    stroke: currentColor;
    filter: drop-shadow(0 3px 8px rgba(91, 124, 255, .22));
}

.dd-dashboard-item-ai .dd-dashboard-icon svg {
    stroke: currentColor;
    filter: drop-shadow(0 3px 8px rgba(91, 124, 255, .22));
    transform: translateY(2px);
}

.dd-dashboard-item-ai span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .01em;
    background: linear-gradient(90deg, #5314c6 0%, #9b5de5 48%, #04a27d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
}

@supports not (-webkit-background-clip: text) {
    .dd-dashboard-item-ai span {
        color: #5314c6;
        background: none;
    }
}

.dd-dashboard-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 18px 0 16px;
}

.dd-dashboard-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbe6ef;
    color: #16435d;
    font-size: 15px;
    font-weight: 600;
}

.dd-dashboard-arrow {
    color: #16435d;
    font-size: 20px;
    line-height: 1;
    opacity: .8;
}

.dd-dashboard-badges {
    display: grid;
    gap: 10px;
}

.dd-dashboard-badge {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    background: #fff;
    border: 1px solid #e2ebf3;
    border-radius: 18px;
    padding: 14px 20px;
    color: #344658;
    font-size: 17px;
    line-height: 1.35;
}

.dd-dashboard-badge svg {
    width: 30px;
    height: 30px;
    stroke: #0b8a67;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dd-section {
    padding: 80px 0;
    background: #fff;
}

.dd-section-soft {
    background: var(--dd-bg);
}

.dd-section-dark {
    background:
            radial-gradient(circle at 14% 18%, rgba(4, 162, 125, .36), transparent 30%),
            radial-gradient(circle at 86% 76%, rgba(126, 230, 210, .18), transparent 34%),
            linear-gradient(135deg, #082b49 0%, #0a4261 46%, #064f55 100%);
    color: #fff;
}

.dd-section-head {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.dd-section-head h2,
.dd-section-head h3 {
    color: #102235;
    margin: 0 0 12px;
    line-height: 1.3;
    font-weight: 600;
}

.dd-section-head h2 {
    font-size: 36px;
}

.dd-section-head h3 {
    font-size: 30px;
}

.dd-section-head p,
.dd-section-head span {
    display: block;
    color: var(--dd-muted);
    font-size: 18px;
    line-height: 1.9;
}

.dd-section-dark .dd-section-head h2,
.dd-section-dark .dd-section-head p {
    color: #fff;
}

.dd-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.dd-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--dd-border);
    border-radius: var(--dd-radius);
    padding: 24px;
    box-shadow: 0 8px 26px rgba(13, 47, 82, .06);
}

.dd-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: rgba(4, 162, 125, .1);
    color: var(--dd-green-dark);
    font-size: 24px;
    line-height: 1;
}

.dd-card h3 {
    margin: 0 0 8px;
    color: #102235;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.dd-card p {
    margin: 0;
    color: var(--dd-muted);
    line-height: 1.7;
}

.dd-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.dd-process-step {
    min-height: 158px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .105);
    border: 1px solid rgba(255, 255, 255, .20);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .16);
    backdrop-filter: blur(8px);
}

.dd-process-num {
    color: #7ee6d2;
    font-weight: 900;
    margin-bottom: 12px;
}

.dd-process-step strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.dd-process-step span {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.9;
}

.dd-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.dd-product-card {
    background: #fff;
    border: 1px solid var(--dd-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(13, 47, 82, .08);
}

.dd-product-image {
    min-height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f3f7fa;
}

.dd-product-image img {
    max-height: 250px;
    width: auto;
}

.dd-product-body {
    padding: 26px;
}

.dd-product-kicker {
    color: var(--dd-green-dark);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 12px;
    margin-bottom: 7px;
}

.dd-product-body h3 {
    color: #102235;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.3;
}

.dd-product-body p {
    color: var(--dd-muted);
    margin-bottom: 18px;
}

.dd-text-link {
    font-weight: 900;
    color: var(--dd-green-dark) !important;
}

.dd-text-link i {
    position: relative;
    top: 2px;
    margin-left: 4px;
}

.dd-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.dd-why-item {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--dd-border);
    border-radius: 18px;
    background: #fff;
}

.dd-why-item i {
    color: var(--dd-green);
    font-size: 26px;
    margin-top: 2px;
}

.dd-why-item h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #102235;
    font-weight: 600;
}

.dd-why-item p {
    margin: 0;
    color: var(--dd-muted);
    line-height: 1.9;
}

.dd-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 38px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--dd-border);
    box-shadow: var(--dd-shadow);
}

.dd-cta-box h2 {
    margin: 0 0 8px;
    color: #102235;
    font-size: 32px;
    line-height: 1.22;
    font-weight: 600;
}

.dd-cta-box p {
    margin: 0;
    color: var(--dd-muted);
    font-size: 18px;
}

@media (max-width: 991px) {
    .dd-home-hero {
        padding: 68px 0 54px;
    }

    .dd-hero-grid,
    .dd-product-grid,
    .dd-cta-box {
        grid-template-columns: 1fr;
    }

    .dd-card-grid,
    .dd-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dd-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dd-home-hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .dd-home-hero h1 {
        font-size: 32px;
    }

    .dd-hero-lead,
    .dd-section-head p,
    .dd-section-head span,
    .dd-cta-box p {
        font-size: 16px;
    }

    .dd-card-grid,
    .dd-why-grid,
    .dd-process-grid {
        grid-template-columns: 1fr;
    }

    .dd-home-hero,
    .dd-section {
        padding: 46px 0;
    }

    .dd-dashboard-item {
        grid-template-columns: 62px 1fr;
        padding: 14px;
        min-height: auto;
    }

    .dd-dashboard-icon {
        width: 54px;
        height: 54px;
    }

    .dd-dashboard-icon svg {
        width: 28px;
        height: 28px;
    }

    .dd-dashboard-item h4 {
        font-size: 19px;
    }

    .dd-dashboard-item p {
        font-size: 15px;
    }

    .dd-dashboard-flow {
        justify-content: flex-start;
        gap: 8px;
    }

    .dd-dashboard-chip {
        font-size: 13px;
        min-height: 32px;
        padding: 6px 12px;
    }

    .dd-dashboard-arrow {
        font-size: 16px;
    }

    .dd-dashboard-badge {
        grid-template-columns: 36px 1fr;
        padding: 12px 14px;
        font-size: 15px;
    }

    .dd-dashboard-badge svg {
        width: 25px;
        height: 25px;
    }

    .dd-cta-box {
        padding: 26px;
    }
}

.dd-gradient-text {
    background: linear-gradient(90deg, #7ee6d2 0%, #ffffff 48%, #b8fff2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===============================
   Mobile Optimierung Startseite
   Schritt 1: Hero
   =============================== */
@media (max-width: 575px) {

    .dd-home-hero {
        padding: 34px 0 38px;
    }

    .dd-hero-grid {
        gap: 28px;
    }

    .dd-eyebrow {
        font-size: 12px;
        line-height: 1.35;
        padding: 6px 11px;
    }

    .dd-home-hero h1 {
        font-size: 29px;
        line-height: 1.22;
        margin: 15px 0 14px;
    }

    .dd-hero-lead {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    .dd-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 22px 0 20px;
    }

    .dd-btn {
        width: 100%;
        min-height: 46px;
        padding: 11px 18px;
    }

    .dd-trust-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        font-size: 14px;
    }

    .dd-hero-card {
        padding: 14px;
        border-radius: 22px;
    }

    .dd-screen-body {
        padding: 12px;
    }

    .dd-section-head h2 {
        font-size: 25px;
        line-height: 1.25;
    }

    .dd-cta-box h2{
        font-size: 25px;
        line-height: 1.25;
    }
}