.service_box {
	box-shadow: 0 0 10px #777;
	background-color: #fff;
	margin-top: 1rem;
	text-align: center;
	height: 15rem;
	display: inline-block;
	width: 20rem;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.service_box img, .service_box div {
	margin: 0 auto;
	height: 13.1rem;
	width: auto;
	display: block;
}

.service_box img.icon {
	padding-top: 1.05rem;
	height: 11rem;
}

.service_box img.color {
	display: none;
}

.no-js .service_box a:hover img.color ,
 .no-touch .service_box a:hover img.color {
	display: block;
}

.no-js .service_box a:hover img.black_white ,
 .no-touch .service_box a:hover img.black_white {
	display: none;
}

.service_box a h3.accessories_product_headline {
	color: #ec0000;
	padding-top: 0.3rem;
	line-height: 1.15rem;
	font-size: 1.15rem;
}

/*##############*/
/* Single pages */
/*##############*/

.service_single_box {
	font-family: GalaxiePolaris-Book, sans-serif;
	font-size: 0.94rem;
	line-height: 1.42rem;
	box-shadow: 0 0 10px #777;
	background-color: #fff;
	text-align: left;
	display: inline-block;
	min-height: 15rem;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-top: 0.2rem;
}

div.service_single_box:last-of-type {
	margin-bottom: 1rem;
}

.service_single_box_text {
	padding: 0 1rem;
	padding-right: 2rem;
}

.service_single_box_text h3 {
	font-family: GalaxiePolaris-Medium, sans-serif;
	padding-bottom: 1rem;

}

.service_single_box_text img {
	height: auto;
	width: 100%;
}

.service_single_box_text strong {
	color: #ec0000;
}

.service_single_box_text p {
	padding: 0.5rem 0;
}

.service_single_box_text div.float_image_box {
	margin-top: 0;
}

.service_single_box_text section {
	margin: 0;
}

.service_single_box_text div.float_image_box img {
	margin: 0 auto;
	display: block;
}

/***********************/
/* Used in Inspiration */
/***********************/

.service_single_box hr {
	border: 0;
	height: 1px;
	background: #c5c1b5;
	margin: 1rem 0;
}