@media (max-width: 320px){
    #unsolApplication_box{
        float:left;
    }
}
@media (max-width: 768px){
           
	#filter_area fieldset ul, #filter_area select {
	    width: 99.0%;
	}
		
	#filterAufgabegebiet fieldset ul, #filterAufgabegebiet select {
	    width: 99.5%;
	}

	#job_standort {
        font-size: 12px !important;
    }
    
    .ui-dialog {
     width: 300px !important;
	   left: 0 !important;
	}
    
    #filterAufgabegebiet.group_field_cb.left {
        width: 99%;
    }
    .group_field_cb.left {
        width: 47.33%;
    }
}

@media (width: 480px){
    .group_field_cb.left {
        width: 48.73%;
    }
}
@media (min-width: 321px) and (max-width: 480px){
	
	#job_standort {
        font-size: 12px !important;
    }
    
    .ui-dialog {
       width: 300px !important;
       left: 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
	.group_field_cb.left {
        width: 48.93%;
    }
}
@media (width: 768px){
    .group_field_cb.left {
        width: 49%;
    }
}