/* =============================================================================
 * ce_infobox_pink
 * ========================================================================== */

.ce_infobox_pink {
	background: #d80065;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_pink .headline {
	font-weight: bold;
	color: #b7843b;
	margin-right: 5px;
}

.ce_infobox_pink i {
	color: #d80065;
	margin: 0 10px;
	font-size: 1.667rem;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_pink p {
	display: inline;
	margin: 0;
}

.ce_hyperlink-extended a.pink {
	background: rgb(216,0,101);
	border-color: rgb(216,0,101);
}
.ce_hyperlink-extended a.pink:hover, a.btn.pink:hover,

/* =============================================================================
 * ce_pricelist_l
 * ========================================================================== */

.ce_pricelist .price {
	float: right;
	padding-left: 50px;
	font-size: 1.4em;
}
.ce_pricelist .price_l {
	float: right;
	padding-left: 10px;
	font-size: 1.4em;
}

/* =============================================================================
 * ce_pricelist_image_l
 * ========================================================================== */

.ce_pricelist_image .price {
	position: absolute;
	right: 0;
	background: rgb(255,255,255);
	padding-left: 50px;
	font-size: 1.3rem;
	font-weight: bold;
}
.ce_pricelist_image .price_l {
	position: absolute;
	right: 0;
	background: rgb(255,255,255);
	padding-left: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}
.bg-darkgray {
	background-color: rgb(27,27,27)!important;
}
.ce_hyperlink-extended a.alert {
	background: rgb(219,0,12);
	border-color: rgb(219,0,12);
}

.mod_breadcrumb .mod_breadcrumb_inside {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.ce_bgimage.bg-nocolor {
	background: rgb(248,248,248,0.9);
}