 .text-brand-blue {
        color: #2581C4 !important;
    }

    .bg-brand-blue {
        background-color: #2581C4 !important;
    }

    .border-brand-blue {
        border-color: #2581C4 !important;
    }

    .text-pink {
        color: #E2127E !important;
    }

    .bg-pink {
        background-color: #E2127E !important;
    }

    .border-pink {
        border-color: #E2127E !important;
    } 

    /* Card Enhancements */
    .card {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0.5rem !important;
    }

    .card-header {
        font-size: 1.1rem;
        border-radius: 0.5rem 0.5rem 0 0 !important;
    }

    /* Icon Anpassungen */
    .fa-car-side {
        font-size: 1.2em;
    }

    .accordion .btn-link {
        white-space: normal !important;
        text-align: left;
        width: 100%;
        padding-right: 2rem; /* Space for collapse icon */
        position: relative;
    }

    @media (min-width: 992px) {
        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-lg-6 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    .cta-card-with-bg {
        background: linear-gradient(rgba(37, 129, 196, 0.9), rgba(37, 129, 196, 0.9)),
        url('/static/images/anmeldung/quelle-rezeption.jpg') no-repeat center center;
        background-size: cover;
        border: none;
        min-height: 100%;
    }

    .cta-content {
        border-radius: 0.5rem;
        padding: 1.5rem;
    }

    .h-100 {
        height: 100%;
    }   