/* Einheitliche Höhe */
.a148-field .ff-el-input--content,
.a148-field .ff-el-input--content .select2-container,
.a148-field .ff-el-input--content .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    top: -2px;
}

/* Einheitliche Zeilenhöhe */
.a148-field .ff-el-input--content .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    position: relative;
    top: -1px;
}

/* Versteckt das Element */
.fluentform span.select2.select2-container:after {
    display: none;
}

.ff_columns_total_3>div {

    overflow: hidden;

}