


        .beschleunigte-section {
            background-color: #f8f9fa;
        }

        .beschleunigte-box {
            border: 1px solid #e5e5e5;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
        }



            .beschleunigte-box p {
                line-height: 1.8;
            }

        /* Right Side */
        .beschleunigte-feature {
            border: 1px solid #e5e5e5;
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.03);
        }



        .beschleunigte-highlight {
            background: rgba(40, 111, 183, 0.08);
            border: 1px solid #e5e5e5;
            line-height: 1.7;
        }

        .beschleunigte-claim {
            border: 1px solid #e5e5e5;
            background: #ffffff;
        }
    


        :root {
            --medeed-primary: 1b3a6a;
            --medeed-secondary: #007bff;
            --medeed-light: #e6f0ff;
            --medeed-dark: #003a75;
        }

        .entlastung-card {
            border: none;
            border-radius: 0px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #eaeaea;
            /*border-top: 4px solid var(--medeed-secondary);*/
            overflow: hidden;
        }

            .entlastung-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            }

            .entlastung-card .card-text {
                font-size: 14px
            }

        .card-icon {
            font-size: 2.2rem;
            color: #286fb7;
            margin-bottom: 1rem;
            background-color: #eaeaea;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 1.5rem;
        }

        .card-highlight {
            background-color: rgba(0, 123, 255, 0.1);
            border-left: 4px solid var(--medeed-secondary);
            padding: 1rem;
            border-radius: 0 8px 8px 0;
            margin-top: 1.5rem;
            font-weight: 600;
        }
    


        .medeed-vision-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 40px 0;
        }

        .vision-content {
            text-align: center;
            margin: 0 auto;
        }

        .vision-subtitle {
            color: #6c757d;
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 2px;
            margin-bottom: 20px;
            display: block;
        }

        .vision-title {
            color: #2c3e50;
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .vision-divider {
            width: 40px;
            height: 3px;
            background: #95a5a6;
            margin: 0 auto 30px auto;
        }

        .vision-description {
            color: #7f8c8d;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .vision-cta {
            background: #34495e;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1rem;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .vision-cta:hover {
                background: #2c3e50;
                transform: translateY(-2px);
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }

        /* Responsive Design */
        @media (max-width: 768px) {
            .medeed-vision-section {
                padding: 30px 0;
            }
        }
    