<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Responsieve CSS voor de index pagina - alleen voor mobiele apparaten */

/* Algemene responsieve aanpassingen */
@media screen and (max-width: 992px) {
    /* Banner aanpassingen */
    .t2d-banner {
        height: auto !important;
        min-height: 0 !important;
    }
    
    .banner-container {
        flex-direction: column !important;
        padding: 30px 15px !important;
    }
    
    .banner-text-box {
        width: 100% !important;
        padding: 20px 15px !important;
        text-align: center !important;
    }
    
    .banner-image-container {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }
    
    /* About sectie aanpassingen */
    .about-content {
        flex-direction: column !important;
    }
    
    .about-text {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px 30px 15px !important;
    }
    
    .about-stats {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .stat-item {
        width: 45% !important;
        margin: 10px !important;
    }
    
    /* Verkeersregelaars banner aanpassingen */
    .verkeersregelaars-banner {
        padding: 30px 0 !important;
    }
    
    .verkeersregelaars-banner .row {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .verkeersregelaars-banner .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .verkeersregelaars-image {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    
    .verkeersregelaars-image img {
        max-width: 80% !important;
        margin: 0 auto !important;
    }
    
    .verkeersregelaars-content {
        padding: 0 15px !important;
        text-align: center !important;
    }
    
    /* Academy banner aanpassingen */
    .academy-banner {
        flex-direction: column !important;
        padding: 30px 0 !important;
    }
    
    .academy-banner-image {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    
    .academy-banner-content {
        width: 100% !important;
        padding: 20px 15px !important;
        text-align: center !important;
    }
    
    .academy-banner-stats {
        justify-content: center !important;
    }
    
    /* Why us sectie aanpassingen */
    .features {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    /* Banner aanpassingen */
    .banner-heading {
        font-size: 2rem !important;
    }
    
    .banner-tagline {
        font-size: 1rem !important;
    }
    
    .banner-button {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }
    
    /* Over ons section header */
    .section-header h2 {
        font-size: 1.8rem !important;
    }
    
    .section-header p {
        font-size: 1rem !important;
    }
    
    /* Stats items */
    .stat-item {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    
    /* Verkeersregelaars content */
    .verkeersregelaars-content h2 {
        font-size: 1.8rem !important;
    }
    
    .verkeersregelaars-content p {
        font-size: 0.95rem !important;
    }
    
    /* Academy banner */
    .academy-banner-title {
        font-size: 1.8rem !important;
    }
    
    .academy-banner-subtitle {
        font-size: 1rem !important;
    }
    
    .academy-banner-text p {
        font-size: 0.95rem !important;
    }
    
    /* Why us features */
    .features {
        grid-template-columns: 1fr !important;
    }
    
    .feature {
        padding: 20px !important;
    }
    
    .feature i {
        font-size: 2.5rem !important;
    }
    
    .feature h3 {
        font-size: 1.4rem !important;
    }
    
    /* CTA section */
    .cta {
        padding: 40px 15px !important;
    }
    
    .cta h2 {
        font-size: 1.8rem !important;
    }
    
    .cta p {
        font-size: 1rem !important;
    }
    
    .cta-buttons {
        flex-direction: column !important;
    }
    
    .cta-buttons .btn {
        margin: 10px auto !important;
        width: 80% !important;
    }
}

@media screen and (max-width: 480px) {
    /* Banner aanpassingen */
    .banner-category {
        font-size: 0.8rem !important;
        padding: 5px 10px !important;
    }
    
    .banner-heading {
        font-size: 1.6rem !important;
        margin-bottom: 10px !important;
    }
    
    .banner-tagline {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }
    
    .banner-button {
        padding: 8px 16px !important;
        font-size: 0.8rem !important;
    }
    
    /* About section */
    .about {
        padding: 40px 0 !important;
    }
    
    .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .section-header p {
        font-size: 0.9rem !important;
    }
    
    .about-text p {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }
    
    /* Stats */
    .stat-item h3 {
        font-size: 1.8rem !important;
    }
    
    .stat-item p {
        font-size: 0.9rem !important;
    }
    
    /* Verkeersregelaars banner */
    .verkeersregelaars-content h2 {
        font-size: 1.6rem !important;
    }
    
    .verkeersregelaars-content p {
        font-size: 0.9rem !important;
    }
    
    /* Academy banner */
    .academy-banner-stats {
        flex-direction: column !important;
    }
    
    .academy-stat-item {
        margin: 10px 0 !important;
    }
    
    /* Features */
    .feature {
        padding: 15px !important;
    }
    
    .feature i {
        font-size: 2rem !important;
    }
    
    .feature h3 {
        font-size: 1.2rem !important;
    }
    
    .feature p {
        font-size: 0.9rem !important;
    }
    
    /* CTA */
    .cta h2 {
        font-size: 1.5rem !important;
    }
    
    .cta p {
        font-size: 0.9rem !important;
    }
    
    .cta-buttons .btn {
        width: 100% !important;
        padding: 10px !important;
        font-size: 0.9rem !important;
    }
} </pre></body></html>