/*
Theme Name:	ChildTheme von tile.me auf Basis von GP
Description:	
Author:	Tile Gabloffsky
Author URI:	https://tile.me
Template:	generatepress
Version:	1.0
*/


/* BASICS */

.innercontentrow {
	max-width:1220px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	position:relative;
}

.rowmarginadder {
	margin-bottom:4em;
}

@media screen and (min-width:620px) {

.desktop-order-2 {
order:2;
}

}

@media screen and (max-width:619px) {
	.desktop-order-2 {
		order:1;
	}
	
	.mobile-order-2 {
	order:2;
}
}



/* SECTION BACKGROUNDS */

.section5050background {
	padding:6em 0;
}