

        /* ===== Intensivkurse Section ===== */

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

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

        .intensiv-title {
            font-size: 22px;
            font-weight: 700;
            color: #0e8c8a;
        }

        .intensiv-subtitle {
            font-size: 16px;
            color: #666;
        }

        .intensiv-box p {
            color: #444;
            line-height: 1.8;
            font-size: 15.5px;
        }

        /* Icon Box */
        .intensiv-icon-box {
            width: 46px;
            height: 46px;
            min-width: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(14, 140, 138, 0.08);
            color: #0e8c8a;
            font-size: 18px;
            border: 1px solid rgba(14, 140, 138, 0.2);
        }

        /* Highlight Box */
        .intensiv-highlight {
            background-color: #f1f3f4;
            border-left: 1px solid #0e8c8a;
            border-top: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            font-size: 14px;
            line-height: 1.8;
            color: #333;
        }

        .intensiv-highlight-icon {
            color: #0e8c8a;
            font-size: 18px;
            margin-top: 3px;
        }

        /* Feature Cards */
        .intensiv-feature {
            border: 1px solid #e5e5e5;
            transition: all 0.25s ease;
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.03);
        }

            .intensiv-feature:hover {
                transform: translateY(-3px);
                box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
            }

        .intensiv-feature-title {
            font-size: 16px;
            font-weight: 700;
            color: #0e8c8a;
        }

        .intensiv-feature p {
            font-size: 14.8px;
            color: #555;
            line-height: 1.7;
        }

        /* Quote Box */
        .intensiv-quote {
            background-color: rgba(14, 140, 138, 0.06);
            border: 1px solid rgba(14, 140, 138, 0.2);
        }

        .intensiv-quote-text {
            font-weight: 600;
            line-height: 1.8;
            color: #333;
            font-size: 15.5px;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .intensiv-title {
                font-size: 19px;
            }

            .intensiv-box p,
            .intensiv-highlight,
            .intensiv-quote-text {
                font-size: 14.5px;
            }
        }
    


        p {
            font-size: 1rem !important;
        }
        /* Final Section - Minimal */
        .medeed-final-section {
            background: var(--medeed-dark);
            padding: 3rem 0;
            position: relative;
        }

        .medeed-final-content {
            text-align: center;
        }

        .medeed-final-title {
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 2.5rem;
        }

        .medeed-final-text {
            font-size: 1rem;
            color: var(--medeed-text);
            line-height: 1.7;
            margin-bottom: 1rem;
        }

        .medeed-final-quote {
            font-size: 1rem;
            font-style: italic;
            color: var(--medeed-text-light);
            line-height: 1.7;
            /*border-left: 3px solid var(--medeed-accent);*/
            padding-left: 1.5rem;
            padding-bottom: 1.5rem;
            margin: 1rem auto 0;
            text-align: center;
        }

        .hero-section {
            position: relative;
            overflow: hidden;
        }

            .hero-section::before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 40%;
                height: 100%;
                background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
                z-index: 1;
            }

        .hero-content {
            position: relative;
            z-index: 2;
        }

            .hero-content h1 {
                font-size: 1.4em;
                margin-bottom: 12px;
                font-weight: 500;
            }

        .hero-subtitle {
            font-size: 1.2em;
            font-weight: 400;
            margin-bottom: 30px;
            letter-spacing: 0.5px;
        }

        .hero-text p {
            margin-bottom: 10px;
            line-height: 1.6;
            font-size: 1.05em;
        }

        .hero-image-wrapper {
            position: relative;
            z-index: 2;
            height: 100%;
            min-height: 350px;
            overflow: hidden;
            box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
        }

        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Approach Section */
        .approach-section {
            background-color: #f8f9fa;
            text-align: center
        }

        .approach-header {
            margin-bottom: 30px;
        }

            .approach-header h2 {
                color: #0e8c8a;
                position: relative;
                display: inline-block;
                padding-bottom: 10px;
            }

                .approach-header h2::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 60px;
                    height: 3px;
                    background-color: #0e8c8a;
                }

        .approach-content {
            /*max-width: 800px;*/
        }

            .approach-content p {
                font-size: 1.2em;
                line-height: 1.6;
                color: #333;
            }



        .section-header {
            margin-bottom: 20px;
        }

            .section-header h2 {
                color: #0e8c8a;
                position: relative;
                display: inline-block;
                padding-bottom: 10px;
                margin-bottom: 0;
            }

                .section-header h2::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 60px;
                    height: 3px;
                    background-color: #0e8c8a;
                }

        .section-intro {
            margin-bottom: 40px;
        }

            .section-intro p {
                font-size: 1.1em;
                color: #555;
                line-height: 1.6;
            }

        /* Services Cards */
        .services-row {
            margin-bottom: 40px;
        }


        .service-content {
            padding: 25px;
        }

            .service-content h3 {
                color: #0e8c8a;
                margin-bottom: 15px;
                font-weight: 700;
            }

            .service-content p {
                color: #666;
                line-height: 1.5;
                margin-bottom: 0;
            }

        .services-summary {
            padding: 25px;
            background-color: #f8f9fa;
            border: 1px solid #eaeaea;
        }

            .services-summary p {
                margin-bottom: 0;
                font-size: 1.1em;
                color: #333;
            }



        .levels-row {
            margin-bottom: 40px;
        }

        .level-card {
            height: 100%;
            border: 1px solid #eaeaea;
            background: white;
            margin-bottom: 30px;
            transition: all 0.3s ease;
        }

            .level-card:hover {
                border-color: #0e8c8a;
                box-shadow: 0 5px 20px rgba(14, 140, 138, 0.1);
            }

        .level-card-main {
            border-color: #0e8c8a;
            position: relative;
        }

            .level-card-main::before {
                content: '';
                position: absolute;
                top: -2px;
                left: -2px;
                right: -2px;
                height: 4px;
                background-color: #0e8c8a;
            }

        .level-card-header {
            padding: 30px 25px 20px;
            text-align: center;
        }

        .level-badge {
            font-size: 1.7em;
            font-weight: 800;
            color: #0e8c8a;
            margin-bottom: 15px;
            line-height: 1;
        }

        .level-card-main .level-badge {
            color: white;
            background-color: #0e8c8a;
            display: inline-block;
            padding: 5px 20px;
        }

        .level-card-header h3 {
            color: #333;
            font-weight: 700;
            margin-bottom: 0;
        }

        .level-card-main .level-card-header h3 {
            color: #0e8c8a;
        }

        .level-image-container {
            height: 220px;
            overflow: hidden;
        }

            .level-image-container img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .level-card-body {
            padding: 10px;
            text-align: justify;
        }

            .level-card-body p {
                margin-bottom: 0;
                color: #666;
                line-height: 1.5;
            }

        .levels-summary {
            padding: 25px;
            background-color: white;
            border: 1px solid #eaeaea;
            margin-bottom: 40px;
        }

            .levels-summary p {
                margin-bottom: 0;
                font-size: 1.1em;
                color: #333;
            }

        /* Details Row */
        .details-row {
            margin-top: 20px;
        }

        .details-card {
            padding: 25px;
            background-color: white;
            border: 1px solid #eaeaea;
            height: 100%;
        }

            .details-card h4 {
                color: #0e8c8a;
                margin-bottom: 20px;
            }

        .details-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .details-list li {
                padding: 8px 0;
                padding-left: 30px;
                position: relative;
                color: #555;
            }

                .details-list li::before {
                    content: '✓';
                    position: absolute;
                    left: 0;
                    color: #0e8c8a;
                    font-weight: bold;
                }

        .details-note {
            padding: 25px;
            background-color: white;
            border: 1px solid #eaeaea;
            height: 100%;
            display: flex;
            align-items: center;
            font-style: italic;
            color: #666;
        }

            .details-note p {
                margin-bottom: 0;
            }

        /* Practical Section */
        .practical-section {
            padding: 60px 0;
        }

        .features-row {
            margin-bottom: 40px;
        }

        .feature-card01 {
            height: 100%;
            border: 1px solid #eaeaea;
            background: white;
            margin-bottom: 30px;
            transition: all 0.3s ease;
        }

            .feature-card01:hover {
                border-color: #0e8c8a;
                box-shadow: 0 5px 20px rgba(14, 140, 138, 0.1);
            }

        .feature-image-container {
            overflow: hidden;
        }

            .feature-image-container img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.5s ease;
            }

        .feature-card01:hover .feature-image-container img {
            transform: scale(1.05);
        }

        .feature-content01 {
            padding: 25px;
        }

            .feature-content01 h3 {
                color: #0e8c8a;
                margin-bottom: 15px;
                font-weight: 700;
            }

            .feature-content01 p {
                color: #666;
                line-height: 1.5;
                margin-bottom: 0;
            }

        .practical-summary {
            padding: 25px;
            background-color: #f8f9fa;
            border-left: 4px solid #0e8c8a;
        }

            .practical-summary p {
                margin-bottom: 0;
                font-size: 1.1em;
                color: #333;
            }



        .support-cards-row {
            margin-bottom: 40px;
        }

        .support-card {
            height: 100%;
            border: 1px solid #eaeaea;
            background: white;
            margin-bottom: 5px;
            transition: all 0.3s ease;
        }

            .support-card:hover {
                border-color: #0e8c8a;
                box-shadow: 0 5px 20px rgba(14, 140, 138, 0.1);
            }

        .support-image-container {
            /*height: 200px;*/
            overflow: hidden;
            border: 1px solid #eaeaea;
        }

            .support-image-container img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.5s ease;
                border: 1px solid #eaeaea;
            }

        .support-card:hover .support-image-container img {
            transform: scale(1.05);
        }

        .support-content {
            padding: 25px;
            text-align: justify;
        }

            .support-content h3 {
                color: #0e8c8a;
                margin-bottom: 15px;
                font-weight: 700;
            }

            .support-content p {
                color: #666;
                line-height: 1.5;
                margin-bottom: 0;
            }

        .support-summary {
            padding: 25px;
            background-color: white;
            text-align: center;
            border: 1px solid #eaeaea;
        }

            .support-summary p {
                margin-bottom: 0;
                font-size: 1.1em;
                color: #333;
            }

        /* Promise Section - Redesigned */
        .promise-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #0e8c8a 0%, #0a6d6a 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

            .promise-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 1px;
                background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            }

        .promise-container {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 2;
        }

            .promise-container h2 {
                font-size: 1.8em;
                font-weight: 700;
                margin-bottom: 30px;
                color: white;
            }

        .promise-text {
            font-size: 1.5em;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 20px;
            padding: 0 20px;
        }

        .promise-subtext {
            font-size: 1.1em;
            margin-bottom: 40px;
            color: rgba(255, 255, 255, 0.9);
            letter-spacing: 0.5px;
        }

        .promise-button {
            background-color: white;
            color: #0e8c8a;
            border: 2px solid white;
            padding: 14px 45px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

            .promise-button:hover {
                background-color: transparent;
                color: white;
                transform: translateY(-3px);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2em;
            }

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

            .hero-image-wrapper {
                min-height: 250px;
                margin-top: 30px;
                box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            }

            .promise-text {
                font-size: 1.3em;
            }

            .level-card-main::before {
                height: 3px;
            }
        }

        @media (max-width: 576px) {
            .hero-section,
            .approach-section,
            .holistic-section,
            .levels-section,
            .practical-section,
            .support-section,
            .promise-section {
                padding: 40px 0;
            }

            .hero-content h1 {
                font-size: 1.8em;
            }

            .promise-container h2 {
                font-size: 1.5em;
            }

            .promise-text {
                font-size: 1.2em;
            }
        }
    