   /* Overall Select2 font size */
    .select2-container {
        font-size: 1.1rem !important;
    }

    /* Smaller selection box */
    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single {
        min-height: 32px !important;
        padding: 2px 4px !important;
        font-size: 1.1rem !important;
    }

    /* Align text properly (single select) */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px !important;
        font-size: 1.1rem !important;
    }

    /* Smaller arrow (single select) */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px !important;
    }

    /* Smaller pills (multi select) */
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 1.1rem !important;
        padding: 1px 6px !important;
        margin-top: 3px !important;
        line-height: 1.2 !important;
    }

    /* Smaller pill remove button */
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        font-size: 1.1rem !important;
    }

    /* Smaller search input inside multi select */
    .select2-container--default .select2-selection--multiple .select2-search__field {
        font-size: 1.1rem !important;
        margin-top: 3px !important;
    }

    /* Dropdown items smaller */
    .select2-container--default .select2-results__option {
        font-size: 1.1rem !important;
        padding: 4px 8px !important;
    }
    .kompetence-anbieter .select2-selection__choice {max-width:440px;}
    .kompetence-kategorie .select2-selection__choice {max-width:240px;}
    .kompetence-df .select2-selection__choice {max-width:160px;}
