@charset 'utf-8';


#pagecontent {
}

.pageheader {
	background-color: #FFDD00;
}

.pageheader .cover {
	background-image: url(../img/header/back-header-welcome-to-our-shop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*
.presentation.leadblock .brick {
	max-width: none;
}
*/

#shop-features > .inner {
	padding-top: 0;
}

#shop-features .caution {
	max-width: 700px;
	margin: 0 auto;
}

#shop-features .usageitems .item h3 {
	text-align: center;
}

#shop-features .usageitems .item .media figure {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
}

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

	#shop-features .usageitems .item {
		width: 50%;
		padding: 2%;
	}

	#shop-features .usageitems .item .media {
		width: 100%;
	}
}


.presentation .accessinfo {
	padding: 2em;
	border-radius: 5px;
	background: #F1F4FF;
}