.broschuerenGrid .container {
	display: flex;
	flex-wrap: wrap;
}

.broschuerenGrid .container .ce_text.block {
	flex: 0 0 auto;
	width: 23%;
	/*max-width: 33%;*/
	margin-left: 1%;
	margin-right: 1%;
    margin-bottom: 60px;
}
.broschuerenGrid .grid4 > p {
	font-size: 0.8em;
}

.broschuerenGrid .grid4 > p:first-child {
	text-align: center;
}
.broschuerenGrid .grid4 h2 {
	font-size: 1em;
}

.broschuerenGrid .grid4 img {
	max-height: 350px;
	height: 350px;
    width: auto;
}

.orderNotice{
    color: #94784f;
}

/* Checkout*/
.mod_iso_checkout.block {
	max-width: 600px;
}