/* Das ist hauptsächlich für den IE11. */

#seUserAccount,
.seAccountname,
#seMainMenu {
	float: left;
}

#seMainMenu {
	clear: both;
}

#seBody {
	margin-left: 300px;
}

input[type=submit],
button,
.cta-small,
.cta-default {
	background-color: #97BD13;
}


/* Reset */
@supports (display: grid) {
	#seUserAccount,
	.seAccountname,
	#seMainMenu {
		float: none;
	}

	#seMainMenuToggle {
		display: none;
	}

	#seBody {
		margin-left: 0;
	}

	input[type=submit],
	button,
	.cta-small,
	.cta-default {
		background-color: inherit;
	}
}
