@media only screen and (max-width: 992px) /*Bootstrap large breakpoint*/ {
	.nav-item:last-of-type {
	  margin-right: 1.7rem !important;
	}	
	.dropdown-menu li {
			text-align: end;
	}
	.um-leistungen > div.row > div.col a {
		padding: 20px
	}
}