/* dal bootstrap css fix min-width: 2em !important; */
.select2-container {
    width: 100% !important;
    min-width: 10em !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 100% !important;
}
  
.select2-container .select2-selection--single {
    height: 40px !important;
}
  
.select2-container .select2-selection--multiple {
    min-height: 45px !important;
}
  
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: auto !important;
}

/*
.navbar-default {
    background-image: url("../img/landschaft-bitburg.jpg");
    background-size:     cover;                    
    background-repeat:   no-repeat;
}
*/