#legalAiBussgeldWidget { 
	max-width: calc(100vw - 40px); 
	transition: width 0.2s, height 0.2s; 
}

@media only screen and (max-width: 600px) {
	#legalAiBussgeldWidget.active {
	  width: 100vw !important;
	  max-width: 100vw !important;
	  height: 100vh !important;
	  bottom: 0 !important;
	  right: 0 !important;
	  border: 0 !important;
	  border-radius: 0 !important;
	}
}