@media screen and (min-width: 1000px) {
 .lg-float-left {
 	float: left;
 }
	/* block two cols */
	/* default .block first row */
	.region--footer-bottom .block:nth-child(odd){
		grid-column-start: 3;
		grid-column-end: span 5;
	}

	/* - second row - */
	/* footer menu and user menu */
	.region--footer-bottom #block-olivero-wk-fusszeile{
		grid-column-start: 3;
		grid-column-end: 12;
	}

}