.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.page-wrap * {
	box-sizing: border-box;
}

body {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.page-wrap a {
	background-color: transparent;
	text-decoration: none;
}

.page-wrap p {
	line-height: 1.5rem;
	margin: 0 0 1.25rem;
}

.page-wrap img {
	border: 0;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	max-width: 100%;
}

.page-wrap ul {
	margin: 0;
	padding: 0;
}

.page-wrap table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #dfdfdf;
	font-size: 1em;
	width: 100%;
}

.page-wrap table td {
	padding: 8px 0 8px 10px;
	padding: .5rem 0 .5rem .625rem;
	background: #fff;
}

.page-wrap table tr:nth-child(even) td {
	background: #f5f5f5;
}

.alert {
	border-radius: 3px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin: 0px 0px 10px 0px;
	margin: 0rem 0rem .625rem 0rem;
	position: relative;
	overflow: hidden
}

.alert:after {
	content: "";
	display: table;
	clear: both
}

.alert .alert--content {
	padding: 10px 10px 10px 10px;
	padding: .625rem .625rem .625rem .625rem;
	float: left
}

.alert .alert--content p {
	margin-bottom: 0px;
	margin-bottom: 0rem
}

.alert.is--success {
	color: #208e4e;
	background: #def2e7
}

.alert.is--info {
	color: #217dbb;
	background: #e9f2f8
}

.alert.is--warning {
	color: #ae8e0a;
	background: #fbf5db
}

.alert.is--error {
	color: #e74c3c;
	background: #faeceb
}

.page-wrap {
	left: 0;
	position: relative;
	-moz-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
	-o-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
	-webkit-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
	transition: left 400ms cubic-bezier(.16, .04, .14, 1);
}

.container {
	margin: 0 auto;
	max-width: 78.75rem;
	width: 100%;
}

.container:after {
	clear: both;
	content: "";
	display: table;
}

.header-main {
	border-bottom: 0 none;
	padding-bottom: 0;
	padding-top: .625rem;
}

.header-main .header--navigation {
	padding: 1.25rem 0;
	position: relative;
}

.header-main .logo-main {
	height: 3.125rem;
	padding: 0 0 0 .625rem;
	width: 100%;
}

.header-main .logo-main .logo--link {
	height: 3.125rem;
	max-width: 100%;
}

.navigation--list-wrapper {
	overflow: hidden;
	position: relative;
}

.navigation-main .navigation--list .navigation--entry:hover {
	background-clip: padding-box;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.image--box .image-border {
	position: relative;
	height:	360px;
}

.image--box .image-border .lupe {
	left: 8px;
	position: absolute;
	top: 8px;
}

.image--box .thumb--box {
	display: table;
	margin: 10px auto 0;
	overflow: hidden;
}

.image--box .thumb--box .thumb--border {
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 10px -2px #dadae5;
	float: left;
	height: 88px;
	margin: 0 16px 10px 0;
	padding: 2px;
	width: 88px;
}

.image--box .thumb--box .thumb--border label[for] {
	cursor: pointer;
}

.image--outer-frame {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 360px;
}

.image--outer-frame:first-of-type {
	z-index: 100;
}

.image--outer-frame.is--first-frame {
	position: relative;
}

.image--outer-frame.default--image {
	background-position: center;
	background-size: contain;
	height: 100%;
	position: absolute;
	width: 100%;
}

.image--outer-frame input[type="radio"] {
	display: none;
}

.image--outer-frame input[type="radio"]:checked + .image--inner-frame {
	opacity: 1;
}

.image--outer-frame .image--inner-frame {
	background-color: #fff;
	height: 360px;
	padding: 3px;
	display: block;
	opacity: 0;
}

.image--outer-frame .image--inner-frame img {
	border: 1px solid #dadae5;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 3px;
	position: absolute;
	right: 0;
	top: 0;
}

.image--box .thumb--box .thumb--border .thumb--link {
	display: block;
	height: 82px;
	position: relative;
	width: 82px;
}

.image--box .thumb--box .thumb--border .image--thumb {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	max-width: 82px;
	max-height: 82px;
}

.content--detail h1 {
	border-bottom: 1px solid #dfdfdf;
	margin-top: 0;
	padding-bottom: 10px;
}

.content--detail .article--fav div a {
	font-size: .857em;
	line-height: 2.14rem;
}

.content--description h2,
.content--detail h2,
.content--attributes h2 {
	border-bottom: 1px solid #dfdfdf;
	margin-top: 2em;
	padding-bottom: 10px;
}

.content--description .table--properties td {
	width: 50%;
}

.content-main--inner {
	padding: 0 .625rem 1rem;
	position: relative;
}

.footer-main .footer--column {
	border-top: 1px solid #dadae5;
	padding: 0 .625rem;
}

.footer-main .footer--column.is--last {
	border-bottom: 1px solid #dadae5;
}

.footer-main .column--headline {
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	font-size: 1.14em;
	line-height: 1.625em;
	margin: 0;
	padding: .5rem 0;
	user-select: none;
}

.footer-main .footer--phone-link {
	font-size: 1.1875em;
}

.navigation--list {
	list-style: none;
}

.navigation--list .navigation--entry .navigation--img {
	padding: 10px 0;
}

.footer-main .navigation--link {
	display: block;
	padding: .625rem 0;
}

.footer-main .footer--columns {
	padding: 0 0 1.25rem;
	text-align: center;
}

.footer-main .footer--bottom {
	font-size: .857em;
	padding: 1.33333333rem 1rem 0;
	text-align: center;
}

.footer--vat-info {
	margin-bottom: 1rem;
	text-align: center;
}

.not--dragable {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	user-drag: none;
	user-select: none;
}

.product--header {
	box-sizing: content-box;
	min-height: 4.375rem;
	padding: .625rem 0;
	text-align: center;
}

.product--supplier {
	height: 2.1875rem;
	margin: 0 auto 20px;
	text-align: right;
}

.product--base-info {
	font-size: .875rem;
	list-style: none;
	margin: .625rem 0;
}

.product--base-info .entry--label {
	display: inline-block;
	margin: 0 .5rem 0 0;
	width: 50%;
}

.page-wrap .product--detail-teaser {
	background: #f5f5f5;
	border: 1px solid #dadae5;
	box-shadow: 0 0 10px -2px #dadae5;
	margin: 30px 0 0;
	padding: 5px 30px 20px;
	overflow: hidden;
}

.page-wrap .product--detail-teaser--list {
	list-style: none;
	margin: 0 0 0 31px;
}

.page-wrap .product--detail-teaser--list li {
	padding: 0 0 4px;
	line-height: 1.3em;
}

.page-wrap .product--detail-teaser--list li:before {
	content: url(../images/img_check.png);
	margin-left: -22px;
	padding-right: 10px;
}

.product--description ol,
.product--description ul,
.product--attributes ol,
.product--attributes ul {
	margin: 0px 16px 16px 16px;
	margin: 0rem 1rem 1rem 1rem;
	padding: 0;
}

.product--description ol li,
.product--description ul li,
.product--attributes ol li,
.product--attributes ul li {
	margin: 0px 0px 0px 6px;
	margin: 0rem 0rem 0rem .375rem;
}

.navigation-main {
	display: block;
	position: relative;
}

.navigation-main .navigation--list {
	margin: 0;
	padding: 0 .625rem;
	position: relative;
	white-space: nowrap;
}

.navigation-main .navigation--entry {
	-ms-touch-action: none;
	display: none;
}

.navigation-main .navigation--entry.is--active, .navigation-main .navigation--entry.is--home {
	display: inline-block;
}

.navigation-main .navigation--link {
	background-clip: padding-box;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	display: block;
	font-size: 1.14em;
	margin: 0;
	padding: .5rem .875rem;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.logo-main, .shop--navigation {
	float: left;
}

.image--box .thumb--border:nth-child(2n+0) {
	margin-right: 0;
}

.image--box .thumb--border:nth-child(2n+1) {
	clear: left;
}

@media only screen and (min-width: 20.063em) {
	.image--box .thumb--border:nth-child(2n+0) {
		margin-right: 16px;
	}

	.image--box .thumb--border:nth-child(2n+1) {
		clear: none;
	}

	.image--box .thumb--border:nth-child(3n+0) {
		margin-right: 0;
	}

	.image--box .thumb--border:nth-child(3n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 26.375em) {
	.image--box .thumb--border:nth-child(3n+0) {
		margin-right: 16px;
	}

	.image--box .thumb--border:nth-child(3n+1) {
		clear: none;
	}

	.image--box .thumb--border:nth-child(4n+0) {
		margin-right: 0;
	}

	.image--box .thumb--border:nth-child(4n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 48em) {

	.header-main .header--navigation {
		padding: 1.25rem 0 .938rem;
	}

	.header-main .logo-main .logo--link {
		display: inline-block;
	}

	.header-main .logo-main {
		height: 3.125rem;
		width: 35%;
	}

	.content-main {
		box-shadow: 0 0 4px 1px #dadae5;
		min-height: 46.875rem;
	}

	.content-main--inner {
		padding: 1rem 1.875rem;
		width: 100%;
	}

	.footer-main {
		border-top: 1px solid #dadae5;
	}

	.footer-main .footer--column {
		border: 0 none;
		float: left;
		padding: 0 .625rem 0 0;
		width: 25%;
	}

	.footer-main .footer--column.is--last {
		border-bottom: 0 none;
		padding-right: 0;
	}

	.footer-main .column--headline {
		cursor: text;
		margin: 1.75rem 0 .625rem;
		padding: 0;
	}

	.footer-main .navigation--link {
		line-height: 1.7rem;
		padding: 0;
	}

	.footer-main .footer--columns {
		border-bottom: 1px solid #dadae5;
		padding: 0 1.875rem 1.25rem;
		text-align: left;
	}

	.navigation--list .navigation--entry .navigation--img {
		margin: 0;
		padding: 5px 0;
	}

	.footer--vat-info {
		margin-bottom: 1.25rem;
	}

	.product--header .product--title {
		float: left;
	}

	.product--supplier {
		float: right;
		height: 3.125rem;
		margin: 0;
	}

	.product--supplier img {
		margin: 0;
	}

	.content--detail {
		float: right;
		width: 50%;
	}

	.image--box {
		float: left;
		width: 45%;
	}

	.image--box .thumb--border:nth-child(3n+0) {
		margin-right: 0;
	}

	.image--box .thumb--border:nth-child(3n+1) {
		clear: left;
	}

	.image--box .thumb--border:nth-child(4n+0) {
		margin-right: 16px;
	}

	.image--box .thumb--border:nth-child(4n+1) {
		clear: none;
	}
}

@media only screen and (min-width: 59.438em) {
	.image--box .thumb--border:nth-child(3n+0) {
		margin-right: 16px;
	}

	.image--box .thumb--border:nth-child(3n+1) {
		clear: none;
	}

	.image--box .thumb--border:nth-child(4n+0) {
		margin-right: 0;
	}

	.image--box .thumb--border:nth-child(4n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 78.75em) {

	.page-wrap {
		overflow-x: hidden;
	}

	.navigation-main .navigation--entry {
		display: inline-block;
	}

	.navigation-main .navigation--list {
		padding: 0;
	}

	.content-main {
		margin-bottom: 2.8125rem;
		margin-top: 1.25rem;
		min-height: 43.75rem;
	}

	.content-main--inner {
		padding: 2.5rem 3.125rem 3.125rem;
	}

	.footer--vat-info {
		font-size: 1em;
	}
}