/* @override
	http://www.magazin.com/lib/mag-screen.css?20160217114355
*/

/* @group Reset */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	color: inherit;
}

@media (min-width: 481px) {

a[href^=tel]:link {
	text-decoration: none;
}

}

.nav a:link, .nav a:visited {
	text-decoration: none;
}

.nav a:hover, .nav a:hover span,
.nav a:active .nav a:active span {
	text-decoration: underline;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

del {
	text-decoration: line-through;
}

em, .em {
	color: #900;
}

.a {
	cursor: pointer;
}

html {
	color: #333;
	font: 1em/1.42857143 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: thin solid #cdcdcd;
	margin: 1em 0;
	padding: 0;
}

hr.dotted {
	border-top-width: .14285714em;
}

input, select, textarea {
	vertical-align: middle;
	font-size: 1em;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

img {
	height: auto;
}

nav ul, .nav ul {
	list-style: none;
}

small, .small {
	font-size: 80%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-webkit-input-placeholder {
	font-style: italic;
	color: #cdcdcd;
}

::-moz-placeholder {
	font-style: italic;
	color: #cdcdcd;
}

:-moz-placeholder {
	font-style: italic;
	color: #cdcdcd;
}

:-ms-input-placeholder {
	font-style: italic;
	color: #cdcdcd;
}

/* @end */

/* @group button */

button::-moz-focus-inner {
	padding: 0;
	border: none
}

button,
input[type="submit"],
a.button:link,
a.button:visited {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 1em;
	line-height: 1.42857143;
	background-color: #ddd;
	border-radius: .2em;
	border: thin solid #fff;
	cursor: pointer;
	display: inline-block;
	padding: .14285714em .5em;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

button:hover,
button:focus,
input.submit:hover,
input.submit:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
a.button:hover,
a.button:focus {
	text-decoration: none;
	border-color: #ddd;
}

button:active,
input.submit:active,
input[type="submit"]:active,
a.button:active {
	border-color: #fff;
}

/* @group Favorit */

button.favorit,
input.submit.favorit,
input[type="submit"].favorit,
a.button.favorit:link,
a.button.favorit:visited {
	color: #fff;
	background-color: #E76028;
	border-color: #fff;
}

button.favorit:hover,
button.favorit:focus,
input.submit.favorit:hover,
input.submit.favorit:focus,
input[type="submit"].favorit:hover,
input[type="submit"].favorit:focus,
a.button.favorit:hover,
a.button.favorit:focus {
	border-color: #E76028;
}

button.favorit:active,
input.submit.favorit:active,
input[type="submit"].favorit:active,
a.button.favorit:active {
	border-color: #fff;
}

/* @end */

/* @end */

input, select, textarea {
	border: thin solid #cdcdcd;
	border-radius: .1em;
	padding: .14285714em 0 .14285714em .2em;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyMCAxMjAiPjxwYXRoIGQ9Ik0xMjAgOEMxIDggMCA4IDAgOGw2MCAxMDR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+) no-repeat 97% center;
	background-position: calc(100% - .25em) center;
	background-size: .5em .5em;
	min-width: 4em;
	padding-right: 1em;
	vertical-align: baseline;
}

h6, .helper {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

main {
	margin: 0 3px;
}

p {
	max-width: 38em;
	margin-bottom: .75em;
}

svg {
	overflow: visible;
}

svg text {
	fill: currentColor;
}

td, th {
	text-align: left;
	font-weight: normal;
}

.cmod a:link,
.cmod a:visited {
	text-decoration: none;
}

.cmod p a:link,
.cmod p a:visited,
.cmod a:hover,
.cmod a:active {
	text-decoration: underline;
}

/* @group cols */

.cols {
	text-align: justify;
}

.cols:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.col {
	display: inline-block;
	vertical-align: top;
}

/* @end */

/* @group icons */

.ico svg {
	width: 1em;
	height: 1em;
	background-color: #fff;
	fill: currentColor; /* inherit */
}

.table-products .ico svg,
.header-cart .ico svg {
	background: transparent;
}

.om {
	text-indent: -999em;
	display: inline-block;
	vertical-align: text-bottom;
	width: 1.28571429em;
	height: 1.28571429em;
	fill: currentColor;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0ibTUgMTQuNzQgMC05LjRjMC0wLjUzIDAuNDMtMC43MyAwLjgzLTAuNzdsMS4wMyAwYzAuNyAwIDAuOSAwLjU3IDEgMC44bDEgMS43M2MwLjMgMC41NyAwLjQ3IDAuMzcgMC43MyAwLjAzbDEuMy0yLjAzYzAuMy0wLjQ3IDAuOC0wLjUzIDEtMC41M2wyLjUzLTAuMDNDMTQuOTMgNC41NCAxNSA1LjI0IDE1IDUuOTRsMCA4LjU3YzAgMS4wNy0wLjcgMC45My0xLjAzIDAuOTNsLTEgMGMtMC41IDAtMC42Ny0wLjQtMC43LTAuN2wwLTguN2MwLTAuNy0wLjI3LTAuNC0wLjYtMC4wM2wtMi4wNyAzLjIzYy0wLjMgMC40Ny0wLjkgMC4xMy0xLjEtMC4yM0w2Ljg3IDUuODdjLTAuMTMtMC4yMy0wLjYzLTAuNDctMC41NyAwLjI3bDAgOC42N2MtMC4xIDAuOC0xLjIgMC45Ny0xLjMtMC4wN2wwIDAiIGZpbGw9IiMzMzMiLz48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI5IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlOiMzMzMiLz48L3N2Zz4=) no-repeat 0 0;
    background-size: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.om {
	background-image: url(https://media.manufactum.de/is/image/Manufactum/33w_shop/M-produkt-Logo-05-48149.jpg);
}

}

.cmod.pc50 p img,
.cmod.pc100 p img {
	width: auto;
	height: auto;
}

button .ico,
.button .ico {
	margin-right: .4em;
	vertical-align: middle;
}

/* @end */

.actions ul {
	list-style-type: none;
}

.nav-content-inline {
	margin: 1.5em;
}

.nowrap {
	white-space: nowrap;
}

/* hamburger icon */

.to-nav-main:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 2em;
	height: 2em;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIj48cmVjdCB3aWR0aD0iMTIwIiBoZWlnaHQ9IjE4IiB4PSIwIiB5PSIxMDEiIGZpbGw9IiMwMDAiLz48cmVjdCB3aWR0aD0iMTIwIiBoZWlnaHQ9IjE4IiB4PSIwIiB5PSI1MSIgZmlsbD0iIzAwMCIvPjxyZWN0IHdpZHRoPSIxMjAiIGhlaWdodD0iMTgiIHg9IjAiIHk9IjAiIGZpbGw9IiMwMDAiLz48L3N2Zz4=) no-repeat 0 0;
	background-size: cover;
}

/* @group header-main */

.header-cart svg circle,
.header-cart svg path {
	fill: #fff;
}

/* @group header-nav-meta */

.header-nav-meta a {
	display: block;
}

/* @end */

/* @group search */

.search-form>* {
	vertical-align: middle;
	position: relative;
}

.error-search-form-container {
	margin: 2em 0 3em 0;
}

.search-form label,
.search-form button .txt {
	position: absolute;
	left: -999em;
}

.search-form input {
	border-radius: .2em 0 0 .2em;
	border-right: 0 none;
	margin-right: 0;
	height: 3em;
	padding-right: 6em;
	-webkit-transition: background-color 0.35s;
	-moz-transition: background-color 0.35s;
	-ms-transition: background-color 0.35s;
	-o-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.search-form button {
	height: 3em;
	width: 3.25em;
	border-radius: 0 .2em .2em 0;
	margin-left: 0;
	border: thin solid #cdcdcd;
	border-left: 0 none;
	background-color: #fff;
	color: #333;
}

.search-form button:hover {
	border: thin solid #333;
}

.search-form .zero-character,
.search-form .zero-character ~ button {
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-ms-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.search-form #q,
.search-form #q.assistance ~ button {
	-webkit-transition: border-color 0.35s;
	-moz-transition: border-color 0.35s;
	-ms-transition: border-color 0.35s;
	-o-transition: border-color 0.35s;
	transition: border-color 0.35s;
}

.search-form .zero-character::-webkit-input-placeholder {
	color: #E76028;
}

.search-form .zero-character::-moz-placeholder {
	color: #E76028;
}

.search-form .zero-character:-moz-placeholder {
	color: #E76028;
}

.search-form .zero-character:-ms-input-placeholder {
	color: #E76028;
}

/*.search-form .zero-character ~ button,*/

/*.search-form .zero-character ~ button .ico svg {*/

/*background-color: #efc5ca;*/

/*-webkit-transition: background-color 0.2s;*/

/*-moz-transition: background-color 0.2s;*/

/*-ms-transition: background-color 0.2s;*/

/*-o-transition: background-color 0.2s;*/

/*transition: background-color 0.2s;*/

/*}*/

.search-form .zero-character,
.search-form .zero-character ~ button {
	border-color: #E76028;
}

.search-form .clear {
	background: transparent;
	border: none;
	display: inline-block;
	outline: none;
	position: absolute;
	width: 3em;
	padding: 0;
	border-right: thin solid #f5f5f5;
	border-radius: 0;
	margin-left: -6.25em;
	cursor: pointer;
	text-align: center;
}

/* @end */

/* @end */

.disabled {
	opacity: .3;
}

/* @group drawers */

.drawer {
	height: 0;
	overflow: hidden;
	-moz-transition: height .5s ease-in-out;
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.drawer.open {
	height: auto;
	-moz-transition: height .5s ease-in-out;
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.drawer.openfast {
	height: auto;
}

/* @end */

.radios, .radios>li,
.checkboxes, .checkboxes>li,
.just4semantics, .just4semantics>li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.has-bullets {
	margin-left: 1.5em;
}

.products {
	list-style-type: none;
	text-align: justify;
}

.products>li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 4em;
	position: relative;
	text-align: center;
}

.uc {
	text-transform: uppercase;
}

/* @group tables */

.bestnr, .menge, .zahl {
	text-align: right;
}

/* @end */

#overall {
	position: relative;
}

/* @group energyEfficiency */

.eekarr {
	width: 3em;
	height: 1.75em;
	display: inline-block;
	vertical-align: middle;
}

.eekarr svg {
	width: 100%;
	height: auto;
}

.eekarr text {
	pointer-events: auto;
/* Cancel the svg’s pointer-events */
	fill: #fff;
	text-transform: uppercase;
}

/* @group EE-Klassen */

.eek-e path,
.eek-f path,
.eek-g path {
	fill: #e3001b;
}

.eek-d path {
	fill: #eb690b;
}

.eek-c path {
	fill: #fbbb01;
}

.eek-b path {
	fill: #feed01;
}

.eek-a path {
	fill: #c8d000;
}

.eek-ap path {
	fill: #58ab27;
}

.eek-app path,
.eek-appp path {
	fill: #009136;
}

/* @end */

/* @end */

/* @group sharingoptions */

#sharingoptions {
	display: none;
	color: #ddd;
	margin-top: 2em;
}

#sharingoptions a:link,
#sharingoptions a:visited {
	text-decoration: none;
	margin-left: .28571429em;
}

#sharingoptions .txt {
	position: absolute;
	left: -999em;
}

#sharingoptions .ico,
#sharingoptions .ico svg {
	width: 2em;
	height: 2em;
}

#sharingoptions a:hover.facebook .ico {
	color: #3b5998;
}

#sharingoptions a:hover.twitter .ico {
	color: #55acee;
}

#sharingoptions a:hover.email .ico {
	color: #111;
}

#sharingoptions a:hover.googleplus .ico {
	color: #dd4b39;
}

/* @end */

/* @group 3rd party */

/* @group autocomplete */

.ac_results {
	background-color: #fff;
	box-shadow: 0.25em 0.25em 0.5em #909090;
	overflow: hidden;
	padding: 0;
	z-index: 4;
}

.ac_results ul {
	list-style: outside none none;
	margin: 0;
	padding: 1em 0 0 0;
	width: 100%;
}

.ac_results .categories {
	margin-bottom: 6px;
	padding: 0;
}

.ac_results li {
	cursor: pointer;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
	width: 100%;
}

.ac_results h2, .ac_results h2:first-child {
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	margin: 12px 6px 6px;
	padding-bottom: 3px;
}

.ac_results .categories li a:link, .ac_results .categories li a:visited {
	display: block;
	height: 34px;
	padding: 0 8px 0 48px;
	position: relative;
	text-decoration: none;
}

.ac_results .categories li span {
	display: table-cell;
	height: 32px;
	text-decoration: none;
	vertical-align: middle;
}

.ac_results > ul > li:hover, .ac_results > .categories > li > a > span:hover {
	text-decoration: underline;
}

.ac_results .categories li img {
	left: 2px;
	position: absolute;
	top: 0;
}

/* @end */

/* @group owl-carousel */

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
    opacity: 1;
}

100% {
	opacity: 0;
}

}
@keyframes fadeOut {
	0% {
    opacity: 1;
}

100% {
	opacity: 0;
}

}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
	display: none;
	left: calc(0px - 3px);
	width: 100%;
	width: calc(100% + 6px);
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/* @group customized by André */

.owl-lazy[src="//:0"] {
	height: 1px;
}

.owl-dots {
	margin-top: .5em;
	text-align: center;
}

.owl-dot {
	display: inline;
	margin: 0 .75em;
}

.owl-nav svg {
	display: inline-block;
	width: 1em;
	height: 1em;
}

.owl-dot span {
	display: inline-block;
	opacity: .5;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAgMTIwIj48Y2lyY2xlIGN4PSI2MCIgY3k9IjYwIiByPSIzNiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) no-repeat 0 0;
}

.owl-dot.active span {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAgMTIwIj48Y2lyY2xlIHI9IjUzIiBjeT0iNjAiIGN4PSI2MCIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlOiMwMDAiLz48Y2lyY2xlIGN4PSI2MCIgY3k9IjYwIiByPSIzNiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==)
}

.owl-nav {
	display: none;
}

.no-js .owl-carousel {
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: auto;
	padding-bottom: 2em;
}

.no-js .owl-carousel div {
	display: inline-block;
}

.merkzettel ol {
	padding-bottom: 2em;
}

/* @end */

/* @end */

/* @group qTip2 */

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Mon Sep 8 2014 05:46 EDT-0400
 * Plugins: None
 * Styles: core
 */

.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0;
}

.qtip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
}

.qtip-titlebar {
	position: relative;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: bold;
}

.qtip-titlebar + .qtip-content {
	border-top-width: 0 !important;
}

/* Default close button class */

.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	z-index: 11;
	/* Overlap .qtip-tip */

		cursor: pointer;
	outline: medium none;
	border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
	top: 16px;
}

/* IE fix */

.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon {
	display: block;
	text-indent: -1000em;
	direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma,sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */

.qtip-focus {
	
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */

.qtip-hover {
	
}

/* Default tooltip style */

.qtip-default {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #555;
}

.qtip-default .qtip-titlebar {
	background-color: #efefef;
}

.qtip-default .qtip-icon {
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: #AAA;
	color: #111;
}

/* @end */

/* @end */

/* @group temp */

/* @end */

/* @group Suchbewertung */

form.typ1#searchEvaluationForm {
	max-width: 23em;
}

form.typ1 .radiosWithLabel {
	clear: both;
}

form.typ1 #search-rating-comment p {
	max-width: 100%;
}

form.typ1 .radiosWithLabel label, form.typ1 #search-rating-comment .textAreaWithLabel label {
	
}

form.typ1 #search-rating-comment {
	clear: both;
}

form.typ1 ul.radios.horizontal {
	margin-top: 1em;
}

form.typ1 ul.radios.horizontal li {
	display: inline-block;
	margin-right: 10px;
}

form.typ1 ul.radios.horizontal input[type=radio] {
	top: 0;
}

form.typ1 .textAreaWithLabel label {
	width: auto;
}

form.typ1 textarea.hidden, form.typ1 input.hidden {
	display: none;
}

#search-rating-comment.open {
	display: block;
}

#rating-of-searchresults label[for=suchBewertung] br {
	display: none;
}

#rating-of-searchresults #suchBewertung {
	display: block;
	margin-top: 1em;
	width: 23em;
}

/* @end */

/* RWD begins here */

/* @group s */

@media (max-width: 480px) {

body {
	line-height: 1.5;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 .5em;
}

.alert {
	font-weight: bold;
}

.col {
	width: 100%;
}

/* @group Android 2.3 Mumpitz */

/* Kann verschwinden, sobald Android 2.3 keine Rolle mehr spielt */

.ico.cart {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBQTFRF////MzMzbW1tqKio4+Pj1dXVw8PDR0dHXFxclpaWgYGB8PDwOzs7+Pj4ODg4/v7+LUYK/wAAAIlJREFUeNrUkjsSwCAIREUExe/9bxsnhSFmNFWKbIdv1GXBmM/EOwaxLSF5wPVVqpXcpDSowENxwFQ30IS/wuxtFGQ3GAL4cJ5RmuNLudI6W7Dr4IuHYCehHtrGbaFZl1vTmNUyFL75i/qd1rvWq5F786Nw/Utt3+qymwfRMYioaJxgeV/oQ4ABAPY/BFztM0UIAAAAAElFTkSuQmCC) no-repeat 0 -2px;
	width: 1.75em;
	height: 1.75em;
	display: inline-block;
}

.ico.menu {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////MzMzOFSMkQAAABtJREFUeNpiYBiEgBEboLHkqFdGkFfIAwABBgCTYQD9GHff0AAAAABJRU5ErkJggg==) no-repeat 0 -2px;
	width: 1.75em;
	height: 1.75em;
	display: inline-block;
}

.ico.search {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRFc3NzNTU1srKy////U1NTzs7OkZGR7e3t61WKqAAAAGpJREFUeNpsj1ESxDAIQkFMvP+Nq7F2tzP1Kz6CIiTFdtItVAXJeNdqkD3yaWiCIE39mZ4ubEIakhK8rVVWWjqn1/oGPjPH8hsaR6u1TaLdHczWsox/LH/RD8EcB6uN3E/Mjkq8gDbiEmAAY5ICkIoPkWMAAAAASUVORK5CYII=) no-repeat center .2em;
	width: 1.75em;
	height: 1.75em;
	display: inline-block;
}

/* @end */

/* @group header-main */

/* @group header-nav-meta */

#overall {
	padding-bottom: 3em;
}

/* @end */

.to-nav-account:before {
	content: '';
	display: block;
	width: 1.2em;
	height: .6em;
	background-color: #333;
	position: absolute;
	top: 1em;
	left: .2em;
	border-radius: 50%  50% 0 0;
}

.to-nav-account:after {
	content: '';
	display: block;
	width: .6em;
	height: .7em;
	background-color: #333;
	position: absolute;
	top: .2em;
	left: .5em;
	border-radius: 50%;
}

/* @end */

.products .col {
	text-align: center;
	margin-bottom: 4em;
}

.cmod img {
	width: 100%;
}

/* @group 3rd party */

/* @group owl-carousel */

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */

.owl-carousel {
	display: none;
	position: relative;
	left: calc(0px - 3px);
	width: 100%;
	width: calc(100% + 6px);
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/* @group customized by André */

.owl-carousel {
	margin-bottom: 2em;
}

.owl-dot {
	margin: 0 .1em;
}

.owl-dot span {
	width: .75em;
	height: .75em;
}

/* @end */

/* @end */

/* @end */

}

@m

edia (max-width: 586px) {

.nav h5 {
	margin: 1em 0;
	color: #333;
	border-left: thick solid #e76028;
	padding-left: .4em;
}

}

/* @e

nd */

/* @group Basic Elements */

h2 {
	text-transform: uppercase;
}

@media (max-width: 480px) {

html,body {
	-webkit-text-size-adjust: none;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

}

@media (min-width: 481px) {

/* font-size: .875em entpricht 1em = 14px */

html {
	font: 1em/1.42857143 "Trade Gothic W01 Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body {
	font-size: .875em;
	margin: 0;
}

/* @group button */

button,
input[type="submit"],
a.button:link,
a.button:visited {
	font: 1em/1.42857143 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
/

* text-rendering: optimizeLegibility; */
}

td button,
td input[type="submit"],
td a.button:link,
td a.button:visited {
	width: 100%;
}

/* @end */

dl {
	text-align: justify;
}

dt {
	margin: 1em 0 .5em;
	font: normal 1.25em "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
	text-transform: uppercase;
}

dd {
	margin-left: 1em;
}

dd a {
	display: block;
}

dd a .ico {
	margin-left: 1.5em;
}

h5, h6 {
	font: normal 1em/1.42857143 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
	text-transform: uppercase;
}

h1:first-child {
	margin-top: 0;
}

h3 {
	margin: 1em 0 0;
	font: normal 1.25em "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	font-size: 1em;
}

h2 {
	margin: 1em 0 .5em 0;
	font: normal 1.25em "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
/

* text-rendering: optimizeLegibility; */
}

h1 {
	margin: 1em 0 .5em 0;
	font: normal 1.5em "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
	text-transform: uppercase;
}

/*
input[type="text"] {
	height: 1.64285714em;
}
*/

.startseite h1 {
	position: absolute;
	left: -999em;
}

input, select, textarea {
	font: normal 1em/1.42857143 "Trade Gothic W01 Roman", Impact, Impact5, Charcoal6, sans-serif;
}

b, strong, .alert {
	font: normal 1em/1.42857143 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
}

#overall {
	max-width: 70em;
	margin: 0 auto;
}

}

@media (max-width: 768px) {

html,body {
	-webkit-text-size-adjust: none;
}

}

@media (min-width: 769px) {

.rGps h1 {
	position: absolute;
	left: -999em;
}

}

@media (min-width: 769px) {

.textarea,
.typ1 .buttons {
	max-width: 35.33333em;
}

}

textarea {
	line-height: inherit;
	width: 100%;
}

/* @end */

/* @group Basic Classes */

.buttons {
	text-align: right;
	margin: 1em 0;
}

.buttons:after {
	content: '';
	display: table;
	clear: both;
}

.buttons .favorit {
	float: right;
}

.buttons button,
.buttons input[type="submit"] {
	margin-left: 1em;
}

.hinweis {
	margin: 1em 0;
	padding: 1em;
	border: thin solid #cdcdcd;
}

@media (min-width: 736px) {

/* @group icons */

.button {
	white-space: nowrap;
}

/* @end */

}

@media (max-width: 586px) {

.jump {
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
	position: relative;
	left: 0;
}

.jump .txt {
	position: absolute;
	left: -999em;
}

}

@media (min-width: 587px) {

.jump {
	position: absolute;
	left: -999em;
}

.nav-main-fixed .jump.to-search {
	position: relative;
	float: right;
	left: -1em;
	top: .35714286em;
}

}

@media (max-width: 786px) {

.jump.to-top {
	bottom: .5em;
	display: block;
	border-bottom: 1.5em solid rgba(200, 200, 200, .4);
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	height: 0;
	left: auto;
	overflow: hidden;
	position: fixed;
	right: 1em;
	text-indent: -999em;
	width: 0;
}

}

@media (max-width: 480px) {

.name {
	font-weight: bold;
}

}

@media (min-width: 481px) {

.name {
	font: normal 1em/1.42857143 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
}

}

a:hover .name,
a:active .name {
	text-decoration: underline;
}

.nav strong {
	font-weight: normal;
}

.nav strong>a:link, .nav strong>a:visited {
	color: #333;
}

.typ1 {
	max-width: 38em;
}

.typ2 {
	margin: 2em 0;
}

.typ2 #adresse1 br {
	display: none;
}

.typ2 td,
.typ2 th {
	padding: 0 2em;
}

@media (max-width: 480px) {

.typ2 {
	margin: 0;
}

.typ2 tr,
.typ2 td,
.typ2 th {
	display: block;
	margin: 0 0 .5em 0;
	padding: 0;
}

.typ2 th {
	font-weight: bold;
}

}

/* @end */

/* @group form-items */

.form-item.textarea>span {
	vertical-align: top;
}

.form-item.textarea>.labels {
	padding-top: .9375em;
}

@media (max-width: 786px) {

.form-items {
	margin: 1em 0;
}

.form-item {
	margin: .5em 0;
}

.form-item>span {
	display: block;
}

.form-item>span:first-child {
	
}

.form-item .labels {
	font-size: .9em;
}

.form-item input,
.form-item textarea {
	width: 100%;
}

.form-item .appendix {
	font-size: .9em;
}

}

@media (min-width: 587px) {

.form-items {
	display: table;
}

.form-item {
	display: table-row;
}

.form-item>span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: .5em 0 .5em .5em;
}

.form-item>span:first-child {
	padding-left: 0;
}

.form-item .labels {
	text-align: right;
}

.form-item input {
	width: 20em;
}

.form-item .appendix {
	position: absolute;
	display: block;
	width: 100%;
	left: .5em;
	bottom: -1em;
	font-size: .9em;
}

.typ1 .form-item .labels {
	min-width: 14.75em;
	font-size: 1em;
	text-align: left;
}

}

/* @end */

/* @group header-main */

@media (max-width: 586px) {

.header-main {
	text-align: right;
	padding: .5em .3125em 2.5em 0;
	margin-bottom: 1em;
}

}

@media (min-width: 587px) {

.header-main {
	margin: .5em 0 1em 0;
	padding-top: 2.5em; /* Platz für header-nav-meta */
	padding-bottom: 4em;

/* Platz für nav-main */
	text-align: justify;
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;

/* text-rendering: optimizeLegibility; */
}

}

.header-main:after {
	content: '';
	display: inline-block;
	width: 100%;
}

/* @end */

/* @group shop-logo */

@media (max-width: 319px) {

a.shop-logo img {
	width: 60%;
}

}

@media (max-width: 586px) {

.shop-claim {
	display: none;
}

.shop-logo img {
	width: 12.3373494em;
	float: left;
	height: 2em;
	margin-left: 2px;
}

}

@media (min-width: 587px) {

.shop-logo {
	display: inline-block;
	vertical-align: middle;
}

.shop-logo:link,
.shop-logo:visited {
	text-decoration: none;
}

.shop-logo img {
	width: 18em;
	height: 2.91796875em; /* für Internet Exploder */
	margin-left: 2px;
}

.shop-claim {
	font: normal 1.5em "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
    text-transform: uppercase;
}

}

/* @end */

/* @group header-nav-meta */

@media (max-width: 586px) {

.header-nav-meta li a {
	display: block;
	padding: .5em 0;
	border-bottom: thin solid #cdcdcd;
}

.nav-misc {
	display: none;
}

}

@media (min-width: 481px) and (max-width: 586px) {

.header-nav-meta li a {
	font: normal 1.071428571428571em/1 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
    text-transform: uppercase;
}

}

@media (min-width: 587px) {

.header-nav-meta {
	font: 1em/1.42857143 "Trade Gothic W01 Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: fixed;
	color: #525252;
	background-color: #f3f3f3;
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	padding-right: 3px;
	z-index: 5;
}

.header-nav-meta .nav {
	max-width: 70em;
	margin: 0 auto;
	position: relative;
}

.header-nav-meta ul {
	display: inline-block;
	margin-top: .3em;
	margin-left: .25em;
}

.header-nav-meta li {
	display: inline-block;
}

.header-nav-meta ul>li a {
	padding: 0 1.5em 0 0;
}

}

@media (min-width: 587px) and (max-width: 57em) {

.header-nav-meta {
	font-size: .928571428571429em;
}

}

/* @end */

/* @group search */

.search-form button .ico {
	margin-right: 0;
}

@media (max-width: 586px) {

.search-form {
	display: block;
	width: calc(100% - 12px);
	position: absolute;
	top: 3.25em;
	left: 0;
	white-space: nowrap;
	margin-right: .5em;
	padding-right: 1px;
	text-align: left;
}

.search-form.variant-error {
	position: relative;
	top: auto;
	left: auto;
}

.search-form input {
	width: 98%;
	height: 2.75em;
	padding-right: 2em;
	margin-left: .25em;
}

.search-form button {
	height: 2.75em;
	width: 3em;
	border-radius: 0 .2em .2em 0;
	margin-left: -2.25em;
	background-color: #fff;
	color: #333;
}

/* @group My Group */

/* @end */

.search-form button .ico {
	font-size: 1.25em;
	margin-top: .25em;
}

}

@media (min-width: 587px) {

.search-form {
	display: inline-block;
	position: relative;
	margin-right: 2px;
	vertical-align: middle;
	width: 40%;
	text-align: right;
}

.search-form.variant-error {
	text-align: left;
}

.search-form input {
	width: 90%;
}

.search-form button {
	margin-left: -3em;
}

.search-form button .ico {
	font-size: 1.25em;
}

}

@media (min-width: 587px) and (max-width: 768px) {

.search-form {
	margin-right: 3em;
}

}

/* @end */

/* @group header-cart */

@media (max-width: 586px) {

.header-cart {
	display: none;
}

/* @group to-cart */

.to-cart {
	text-align: center;
	margin-right: 1em;
}

.to-search,
.to-cart .txt {
	position: absolute;
	left: -999em;
}

.to-cart small {
	color: #fff;
	display: block;
	position: absolute;
	top: .4em;
	left: .25em;
	width: 100%;
	font-size: .6em;
	font-weight: bold;
}

.to-cart .ico svg {
	width: 2em;
	height: 2em;
	margin-left: -.125em;
}

.to-cart svg path,
.to-cart svg circle {
	fill: #333;
}

.to-cart.call2action svg path,
.to-cart.call2action svg circle {
	fill: #e76028;
}

/* @end */

}

@media (min-width: 587px) {

.header-cart {
	display: inline-block;
	float: right;
	background-color: #333;
	color: #fff;
	height: 2em;
	text-transform: uppercase;
	padding: .3em 1em 0 1em;
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
}

.header-cart.call2action {
	background-color: #e76028;
}

.header-cart .ico {
	margin-right: .5em;
}

.header-cart .txt {
	text-decoration: none;
}

.header-cart small {
	font-size: 1em;
}

.header-cart small:before {
	content: "(";
}

.header-cart small:after {
	content: ")";
}

}

/* @end */

/* @group nav-main */

@media (max-width: 586px) {

body:after {
	content: 's';
	display: table;
	color: #fff;
	clear: both;
}

.nav-main>ul {
	border-top: thin solid #cdcdcd;
}

.nav-main li a {
	display: block;
	padding: .5em 0;
	border-bottom: thin solid #cdcdcd;
}

.nav-main {
	margin: 4em 0 0 0;
}

.nav-main li ul {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease-out;
	-moz-transition: max-height .4s ease-out;
	-o-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out;
}

.nav-main li ul.open {
	max-height: 24em;
	-webkit-transition: max-height .4s ease-out;
	-moz-transition: max-height .4s ease-out;
	-o-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out;
}

.nav-main li li span {
	padding-left: 2em;
	display: inline-block;
}

.nav-main li li span[data-imgsrc] {
	display: none;
}

.nav-children-of-active-category {
	display: none;
}

}

@media (min-width: 587px) {

.nav-main h5 {
	position: absolute;
	left: -999em;
}

}

@media (min-width: 587px) and (max-width: 768px) {

body:after {
	content: 'm';
	display: table;
	color: #fff;
	clear: both;
}

.to-nav-main {
	width: 2em;
	height: 2em;
	left: auto;
	right: .5em;
	top: 3.1em;
	text-indent: 2.5em;
}

.to-nav-main .txt {
	position: absolute;
	left: -999em;
}

.nav-main>ul {
	border-top: thin solid #cdcdcd;
}

.nav-main li a {
	display: block;
	padding: .5em 0;
	border-bottom: thin solid #cdcdcd;
}

.nav-main {
	margin: 4em 0 0 0;
}

.nav-main li ul {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease-out;
	-moz-transition: max-height .4s ease-out;
	-o-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out;
}

.nav-main li ul.open {
	max-height: 24em;
	-webkit-transition: max-height .4s ease-out;
	-moz-transition: max-height .4s ease-out;
	-o-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out;
}

.nav-main li li span {
	padding-left: 2em;
	display: inline-block;
}

.nav-children-of-active-category {
	display: none;
}

}

@media (min-width: 769px) {

.nav-main {
	position: absolute;
	left: 0;
	top: 7.5em;
	width: 100%;
	max-width: 70em;
	z-index: 1;
}

/* für den tollen AS7-Viewer nach Vollbild-Modus */

.gallery {
	position: relative;
}

.gallery #scene7 {
	z-index: 1;
}

.gallery #scene7.fullscreen {
	z-index: 9999; /*Ja, ich weiß. Nicht böse sein Andrè*/
}

.nav-main a {
	display: block;
	color: #888;
}

.startseite .nav-main a {
	color: #333;
}

.nav-main a:hover span,
.nav-main a:active span {
	text-decoration: underline;
}

.nav-main>ul {
	text-align: justify;
	padding: 0 0 0 .25em;
	position: relative;
	height: 3em;
	border-bottom: medium solid #cdcdcd;
}

.nav-main>ul:hover+.nav-children-of-active-category {
	opacity: .15;
}

.nav-main>ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.nav-main>ul>li {
	display: inline-block;
	position: relative;
}

.nav-main>ul>li a {
	padding: .5em 0;
	font: normal 1.25em/1 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
    text-transform: uppercase;
}

.nav-main>ul>li.copy2meta {
	display: none;
}

.nav-main>ul>li>ul {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 1em 2em rgba(128,128,128,.5);
	padding: 1em;
}

.nav-main>ul>li:nth-child(n+9)>ul {
	right: 0;
}

.nav-main>ul>li:hover>ul {
	display: inline-block;
}

.nav-main>ul>li:hover:after {
	content: '';
	background-color: transparent;
	position: absolute;
	width: 2em;
	height: 100%;
	top: 0;
	right: -2em;
}

.nav-main>ul>li>ul>li {
	min-width: 16em;
	padding: .5em;
	white-space: nowrap;
	border-bottom: thin dotted #cdcdcd;
}

.nav-main>ul>li>ul>li a {
	font: 1em/1.42857143 "Trade Gothic W01 Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: none;
}

.nav span[data-imgsrc] {
	display: inline-block;
	width: 2.75em;
	height: 2.75em;
	vertical-align: middle;
	margin-right: .5em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

/* @group fixed */

.nav-main-fixed .nav-main {
	position: fixed;
	background: #f3f3f3;
	width: 100%;
	max-width: none;
	left: 0;
	top: 2em;
	z-index: 5;
	box-shadow: 0 .5em .5em rgba(0,0,0,.3);
	-webkit-transition: background .3s ease-out,
		box-shadow .3s ease-out;
	-moz-transition: background .3s ease-out,
		box-shadow .3s ease-out;
	-o-transition: background .3s ease-out,
		box-shadow .3s ease-out;
	-transition: background .3s ease-out,
		box-shadow .3s ease-out;
}

.nav-main-fixed .nav-main ul {
	max-width: 70em;
	margin: 0 auto;
	border: 0 none;
}

/* @end */

}

/* @end */

/* @group nav-children-of-active-category */

@media (min-width: 481px) {

.nav-children-of-active-category {
	position: relative;
	overflow: hidden;
	padding-bottom: .75em;
	border-bottom: thin solid #cdcdcd;
	margin-bottom: 2em;
	text-align: center;
}

.produktBewertung .nav-children-of-active-category,
.produktEmpfehlen .nav-children-of-active-category {
	display: none;
}

.nav-children-of-active-category ul {
	display: inline-block;
}

.nav-children-of-active-category li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}

.nav-children-of-active-category li:first-child {
	padding-left: 0;
}

.nav-children-of-active-category li:last-child {
	padding-right: 0;
}

.nav-children-of-active-category a {
	color: #888;
	display: block;
	position: relative;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

.nav-children-of-active-category i {
	display: inline-block;
	width: 2.75em;
	height: 2.75em;
	vertical-align: middle;
	margin-right: .5em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.nav-children-of-active-category .txt {
	display: inline-block;
	max-width: 8em;
	white-space: normal;
	vertical-align: middle;
	position: relative;
	width: calc(100% - 3.5em);
	font-size: .85714286em;
	margin-right: .2em;
	text-align: left;
}

}

/* @end */

/* @group products */

.products img,
.cmod.pc33 .products img,
.cmod.pc25 .products img {
	width: 71.4285714%; /* 100/14 */
}

.products .offers,
.products .variant-name {
	display: block;
}

@media (min-width: 481px) {

.products>li {
	width: 30%;
}

.products:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.products i {
	position: absolute;
	left: -999em;
}

.products .measuring {
	display: none;
}

.products .price {
	
}

.products .avail {
	text-align: left;
}

}

.js .products>li {
	cursor: pointer;
}

.js .products a:link,
.js .products a:visited {
	text-decoration: none;
}

.js .products li:hover .name {
	text-decoration: underline;
}

a:hover small.isNew,
a:active small.isNew,
a:focus small.isNew,
.isNew {
	color: #e76028;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	/* text-renderi

ng: optimizeLegibility; */
    font-size: 1em;
}

.products .isNew {
	position: absolute;
	top: 1%;
	right: 16%;
}

@media (min-width: 481px) and (max-width: 736px) {

.products>li {
	width: 48%;
}

}

/* @end */

.product-details .nav-children-of-active-category {
	display: none;
}

/* @group product-detail */

.product-detail h1 {
	margin-left: 65%;
}

@media (max-width: 736px) {

.product-detail h1 {
	margin-left: 0;
}

}

.product-detail .orderForm {
	float: right;
	margin: 0 0 1.5em 1.5em;
	width: 35%;
}

@media (max-width: 736px) {

.product-detail .orderForm {
	float: none;
	margin: 0;
	width: 100%;
}

}

/* @end */

.produktEmpfehlen dl {
	margin-bottom: 1em;
}

.div-reviews {
	margin: 4em 0;
}

.orderForm .energyEfficiency {
	padding-bottom: .75em;
	border-bottom: thin solid silver;
	margin-bottom: .5em;
}

.orderForm .price {
	font: 1.5em/1.42857143 "Trade Gothic W01 Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {

.orderForm .fieldset {
	margin: 1em 0;
}

.orderForm .fieldset>p {
	
}

.orderForm .fieldset p>span,
.orderForm .fieldset .key,
.orderForm .sku .key,
.orderForm .fieldset .value {
	display: inline-block;
}

.orderForm .sku .key,
.orderForm .fieldset .key {
	min-width: 7.5em;
}

}

@media (min-width: 481px) {

.orderForm fieldset {
	margin-top: 1em;
	border-top: thin solid #cdcdcd;
	padding-top: 1em;
}

.orderForm .fieldset {
	display: table;
}

.orderForm .fieldset>p {
	display: table-row;
}

.orderForm .fieldset p>span,
.orderForm .fieldset .key,
.orderForm .fieldset .value {
	padding: .5em 0;
	display: table-cell;
	white-space: nowrap;
}

.orderForm .key {
	text-align: right;
}

.orderForm .offers .key {
	display: inline-block;
}

.orderForm .price-advice {
	margin-bottom: .5em;
}

.orderForm .price del {
	font-size: .83333334em;
}

.orderForm .price ins {
	background-color: transparent;
}

.orderForm .preis b {
	font: normal 1.25em "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
}

.orderForm .buttons input {
	margin-bottom: .5em;
	min-width: 10em;
}

.product-detail .description {
	max-width: 38em;
}

.product-detail .verfuegbarkeit {
	display: block;
}

.product-detail .description ul {
	margin-left: 1.5em;
}

.product-detail .shortdesc {
	max-width: 38em;
}

.product-detail .media {
	margin-top: 1em;
}

.product-detail .media img {
	vertical-align: top;
}

.shortdesc {
	max-width: 38em;
}

.produktbewertung {
	border-bottom: thin solid #cdcdcd;
}

.bewertungen {
	list-style-type: none;
	margin-left: 2em;
}

.bewertungen>li {
	margin-top: 2em;
}

.bewertungen ul {
	list-style-type: none;
}

.bewertungNote,
p.bewertungHilf {
	margin-left: -2em;
}

/* @group kontrollzeile */

.kontrollzeile {
	text-align: justify;
}

.kontrollzeile:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.kontrollzeile>div {
	display: inline-block;
	vertical-align: top;
	margin-top: 1em;
	min-width: 40%;
}

.kontrollzeile h2 span {
	font: .8em/1.42857143 "Trade Gothic W01 Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: none;
}

th#wakoPrdkt span i,
.kontrollzeile h2 span i {
	font-style: normal;
}

/* @end */

.rechtlHinweise {
	margin-top: 5em;
	font-size: .75em;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

/* @group nav-list */

.nav-list {
	text-align: right;
	margin-right: -.5em;
}

.nav-list a:link,
.nav-list a:visited {
	text-decoration: none;
}

.nav-list a,
.nav-list .a {
	display: inline-block;
	padding: .25em .5em;
	vertical-align: middle;
}

.nav-list .a {
	opacity: .4;
}

.nav-list .txt {
	position: absolute;
	left: -999em;
}

/* @end */

}

/* @group nameAndImages */

.nameAndImages,
.orderForm {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-top: -2.25em; /* 1.5em font-size x 1.5 line-height */
}

.nameAndImages {
	width: 425px;
}

@media (max-width: 736px) {

.nameAndImages {
	margin: 0 0 1em 0;
	width: 100%;
}

}

/* @end */

/* @group availability */

.verfuegbarkeit,
.products .avail {
	display: inline-block;
	font-size: .8em;
}

.verfuegbarkeit .key,
.products .avail .key {
	display: inline-block;
	width: .75em;
	height: .75em;
	margin: .25em .25em 0 0;
	overflow: hidden;
	color: transparent;
}

.verfuegbarkeit.vorraetig .key,
.products .avail.yes .key {
	background-color: #2C862F;
}

.verfuegbarkeit.liefrbrab .key,
.products .avail.from .key {
	background-color: #d67725;
}

.verfuegbarkeit.ausverkft .key,
.products .avail.no .key {
	background-color: #a00;
}

.verfuegbarkeit.fehlrhaft .key,
.products .avail.err .key {
	background-color: #eacc2c;
}

@media (max-width: 480px) {

.table-products .verfuegbarkeit {
	display: none;
}

}

@media (min-width: 481px) {

td.verfuegbarkeit {
	display: table-cell;
	font-size: 1em;
}

}

/* @end */

/* @group related-blog-entry */

.related-blog-entry {
	margin: 4em 0;
}

.related-blog-entry a,
.related-blog-entry figcaption {
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 481px) {

.related-blog-entry figcaption {
	width: 25em;
}

}

.related-blog-entry img {
	width: 12em;
	margin: .25em 1em .5em 0;
}

/* @end */

.related-products {
	margin: 4em 0;
	text-align: left;
}

@media (min-width: 481px) {

/* @group related-products */

.related-products img {
	width: 6em;
}

/* @end */

/* @group table */

thead th {
	border-bottom: thin solid #cdcdcd;
}

th, td {
	padding: .5em;
	vertical-align: top;
}

/* @end */

/* @group .bestellfortschritt */

.message {
	background-color: #f3f3f3;
	text-align: center;
	padding: 1em;
	margin: 1em 0;
}

.message>strong {
	display: block;
	width: 38em;
	margin: 0 auto;
}

.bestellweg>.message {
	margin: -4em 0 4em 0;
}

.adressenauswahl li {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1em;
}

.adressenauswahl li input {
	left: 0;
	position: absolute;
}

.bestellfortschritt {
	margin: -2em 0 2em 0;
	padding: 1em 0;
	border-top: thin solid silver;
	border-bottom: thin solid silver;
}

.bestellfortschritt ol {
	list-style-type: none;
}

.bestellfortschritt li {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 1em;
}

.bestellfortschritt li:last-child {
	margin-right: 0;
}

/* .bestellfortschritt li:nth-child(-n+3) >*:after { */

.bestellfortschritt li > *:before {
	content: '';
	border-left: .5em solid #fff;
	border-top: .5em solid #fff;
	border-bottom: .5em solid #fff;
	display: inline-block;
	vertical-align: text-top;
	margin-right: .3em;
	height: 0;
	width: 0;
	overflow: hidden;
}

.bestellfortschritt li strong:before {
	border-left-color: #e76028;
}

.bestellfortschritt li span {
	color: #aaa;
}

.bestellfortschritt em {
	color: #aaa;
	font-style: normal;
}

.bestellfortschritt .dreieck {
	position: absolute;
	left: -999em;
}

/* @end */

}

@media (max-width: 586px) {

.bestellfortschritt {
	display: none;
}

}

.table-products td .button {
	background-color: #fff;
	text-transform: none;
	padding: 0 1em .25em 0;
	font: 1em/1.42857143 "Trade Gothic W01 Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#wkForm {
	border-top: medium solid #cdcdcd;
	margin-top: -2em;
}

/* @group Merk-/Wunschzettel */

.table-products .prd {
	position: relative;
}

.table-products .prd dl {
	text-align: left;
}

.table-products .prd dt,
.table-products .prd dd {
	margin: 0 0 0 45px;
}

.table-products .prd dt {
	margin-bottom: .5em;
}

.table-products .prd .img {
	position: absolute;
	left: 0;
	top: .5em;
	margin-left: 0;
}

.table-products .mge {
	text-align: center;
}

/* @end */

@media (max-width: 768px) {

.table-products,
.table-products tbody,
.table-products tr {
	display: block;
	position: relative;
	margin-top: 1em;
}

.table-products thead {
	display: none;
}

.table-products td {
	display: block;
	width: auto;
	position: relative;
	padding: 0;
}

.table-products td .ico svg {
	background: transparent;
}

.table-products .prod div {
	position: relative;
}

.table-products .prod {
	width: 74%;
}

.table-products .prod p,
.table-products .bestnr,
.table-products .menge,
.table-products .merkStats,
.table-products .verfuegbarkeit,
.table-products td.actions {
	margin: 0 0 0 6em;
	font-size: .8em;
	text-align: left;
}

.table-products .prod strong {
	font-size: 1.25em;
	font-weight: normal;
}

.table-products .prod img {
	position: absolute;
	top: 0;
	left: 0;
}

.table-products .bestnr:before {
	content: 'Bestellnr.: ';
}

.table-products .menge:before {
	content: 'Menge: ';
}

.table-products td.zahl {
	width: 25%;
	position: absolute;
	right: 0;
	top: 0;
}

.table-products .summen td.zahl {
	display: inline;
	position: static;
	right: auto;
	top: auto;
}

.table-products .actions {
	width: 100%;
	display: block;
	margin: .5em 0 2em 0;
}

.table-products .actions li {
	display: inline-block;
}

.table-products .summen {
	margin-bottom: 1em;
	width: auto;
}

.table-products .summen tr {
	width: 100%;
	text-align: right;
}

.table-products .summen th,
.table-products .summen td {
	width: auto;
	display: inline;
}

.table-products .redeem-gutschein td {
	margin: 2em 0;
	position: relative;
	display: inline-block;
	width: auto;
}

.table-products .summen tr.redeem-gutschein {
	text-align: right;
}

.redeem-gutschein span {
	display: inline-block;
	margin: .5em 0;
}

.redeem-gutschein label {
	display: block;
	font-size: .8em;
}

.redeem-gutschein input {
	display: block;
	font-size: .9375em;
}

}

@media (min-width: 587px) {

.table-products {
	width: 100%;
}

.table-products dt {
	font-size: 1em;
}

.table-products ul {
	list-style-type: none;
}

.table-products .prod div {
	position: relative;
}

.table-products .prod p {
	margin-left: 6em;
}

.table-products .prod img {
	position: absolute;
	top: 0;
}

}

.table-products .summen button {
	width: auto;
	vertical-align: bottom;
	position: relative;
	top: -.75em;
}

@media (min-width: 769px) {

.table-products .summen button {
	vertical-align: middle;
	top: 0;
}

}

.praise-and-criticism-form {
	margin-top: 1.5em;
}

/* @group Form Typ 1 */

.typ1 .flash-error strong,
.typ1 p strong,
.typ1 .fehler,
.typ1 .alert {
	color: #a00;
}

.typ1 p span.landvorplz {
	display: none;
}

@media (max-width: 768px) {

/* @group Form Typ 1 */

.typ1 p {
	margin-bottom: 1em;
}

.typ1 p>label,
.typ1 p>.labels {
	display: block;
	font-size: .9em;
}

.typ1 p.checkbox {
	padding: 2em 0 0 0;
}

.typ1 p.checkbox input {
	margin-right: .25em;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.typ1 p.checkbox label {
	vertical-align: top;
	display: inline-block;
	width: 90%;
}

.typ1 p input,
.typ1 select {
	width: 100%;
}

.typ1 p input[type='submit'],
.buttons input {
	width: auto;
	max-width: 100%;
	white-space: normal;
}

.typ1 .halb {
	width: 49%;
}

.typ1 input.ortnum,
.typ1 input.strnam,
.typ1 .feldfolgt {
	margin-right: 2%;
}

.typ1 input.strnam {
	width: 75%;
}

.typ1 input.ortnam {
	width: 75%;
}

.typ1 input.datumTag,
.typ1 input.datumJahr,
.typ1 input.strnum,
.typ1 input.ortnum {
	width: 23%;
}

.typ1 select.datumMonat {
	width: 31%;
}

.typ1 ul.checkboxes li,
.typ1 ul.radios li {
	position: relative;
	margin: 0 0 .5em 1.75em;
}

.typ1 ul.checkboxes li input,
.typ1 ul.radios li input {
	position: absolute;
	left: -1.75em;
}

.typ1 ul.checkboxes li label,
.typ1 ul.radios li label {
	width: auto;
}

.typ1 ul.radios li input {
	top: .25em;
}

input.iban {
	text-transform: uppercase;
}

/* @end */

}

@media (min-width: 769px) {

.typ1 p {
	margin: 1em 0;
}

.typ1 .labels label {
	width: auto;
}

input[type=text].strnum {
	width: 5em;
}

.typ1 p>label,
.typ1 p>.labels,
.typ1 p.checkbox>span {
	width: 15em;
	display: inline-block;
	vertical-align: middle;
}

.typ1 p.checkbox {
	padding: 2em 0 0 0;
}

.typ1 p.checkbox>span {
	text-align: right;
}

.typ1 p.checkbox input {
	margin-right: .25em;
	width: auto;
}

.typ1 p.checkbox label {
	width: 20em;
}

.typ1 p input,
.typ1 select {
	width: 20em;
}

.typ1 p input[type='submit'] {
	width: auto;
}

.typ1 .halb {
	width: 9.75em;
}

.typ1 input.ortnum,
.typ1 input.strnam,
.typ1 .feldfolgt {
	margin-right: 0.5em;
}

.typ1 input.ortnam,
.typ1 input.strnam {
	width: 15.25em;
}

.typ1 input.datumTag,
.typ1 input.datumJahr,
.typ1 input.strnum,
.typ1 input.ortnum {
	width: 4.25em;
}

.typ1 .schmal {
	width: 18.25em;
}

.typ1 select.datumMonat {
	width: 10.5833333em;
}

/* @group .singlecbx */

.typ1 .singlecbx {
	margin-top: 2.5em;
	clear: both;
}

.typ1 .singlecbx input {
	vertical-align: top;
}

.typ1 .singlecbx label {
	margin-left: .25em;
	vertical-align: top;
	display: inline-block;
	max-width: 90%;
}

.typ1 .singlecbx li .rundbriefFormat {
	padding: .25em 0 0 1em;
	float: left;
}

.typ1 .singlecbx li .rundbriefFormat label {
	display: inline;
	float: none;
}

/* @end */

.typ1 .rundbrief {
	margin-top: 2em;
	clear: both;
}

.typ1 .rundbrief ul {
	margin-bottom: 2em;
	clear: both;
}

.typ1 .rundbrief li {
	margin-bottom: .5em;
	clear: both;
	overflow: hidden;
}

.typ1 .rundbrief li input {
	display: block;
	float: left;
}

.typ1 .rundbrief li label {
	display: block;
	float: left;
	margin-left: .5em;
	width: 47em;
}

.typ1 .rundbrief li .rundbriefFormat {
	padding: .25em 0 0 1em;
	float: left;
}

.typ1 .rundbrief li .rundbriefFormat label {
	display: inline;
	float: none;
}

.typ1 fieldset {
	position: relative;
}

.typ1 fieldset.checkboxes legend {
	margin-bottom: -1.5em;
	display: block;
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
/* text-rende

ring: optimizeLegibility; */
}

.typ1 fieldset.checkboxes ol {
	width: 20em;
	margin-left: 14em;
}

.typ1 fieldset.radios {
	margin-top: 1em;
}

.typ1 fieldset.radios ol li {
	margin-bottom: .5em;
}

.typ1 fieldset.radios legend {
	margin-bottom: -1.5em;
	display: block;
}

.typ1 fieldset.radios ol {
	width: 20em;
	margin-left: 14em;
	list-style: none;
}

.typ1 fieldset.radios ol li {
	margin-bottom: .5em;
}

.typ1 ul.checkboxes,
.typ1 ul.radios {
	list-style-type: none;
}

.typ1 ul.checkboxes li,
.typ1 ul.radios li {
	position: relative;
	margin: 0 0 .5em 1.75em;
}

.typ1 ul.checkboxes li input,
.typ1 ul.radios li input {
	position: absolute;
	left: -1.75em;
}

.typ1 ul.checkboxes li label,
.typ1 ul.radios li label {
	width: auto;
}

.typ1 ul.radios li input {
	top: .25em;
}

.typ1 fieldset.bewertung ol li img {
	position: relative;
	top: .25em;
}

.typ1 p.wunschliefertermin label {
	padding-top: .75em;
	line-height: 1.3;
}

.typ1 p span#hinwLand {
	display: block;
	position: absolute;
	padding: 0;
	width: 14em;
	right: 0;
}

.typ1 p span#hinwLand br {
	display: none;
}

.typ1 p span#hinwLand span br {
	display: inline;
}

.typ1 p span#hinwLand em {
	font-style: normal;
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
/* text-re

ndering: optimizeLegibility; */
}

.typ1 p span#hinwLand span em {
	color: #e76028;
}

.typ1 p span#hinwLand span {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 1.25em;
	width: 13em;
}

.typ1 p span.ibanCountryPrefix {
	padding-top: 0.166666666em;
	float: none;
	z-index: 2;
	margin-right: -2.08333em;
	width: 1.75em;
	padding-left: .333333em;
	display: inline-block;
	position: relative;
	top: .166667em;
}

input.iban {
	text-transform: uppercase;
}

#bankeinzIban {
	padding-left: 1.75em;
	z-index: 1;
	position: relative;
}

.js .typ1 p span#hinwLand span {
	text-indent: 0;
}

}

/* @end */

.ZahlArt {
	margin: 3em 0;
}

.ZahlArt iframe {
	width: 410px;
	height: 30em;
}

.gutscheinwertabfrage {
	margin-bottom: 1em; /* TODO: löschen, wenn cmod darunter i.O. */
}

/* @group Kataloge */

ul.kataloge {
	list-style: none;
}

ul.kataloge li {
	display: inline-block;
	margin-right: 3em;
	margin-bottom: 1em;
	vertical-align: top;
	min-width: 24em;
}

ul.kataloge li a:link,
ul.kataloge li a:visited {
	text-decoration: none;
}

ul.kataloge li a:hover,
ul.kataloge li a:focus {
	text-decoration: underline;
}

ul.kataloge img {
	float: left;
	margin-right: 1em;
}

ul.kataloge .li {
	display: block;
	margin-top: 1em;
}

ul.kataloge .ul br {
	display: none;
}

.katalogeOhneBild {
	margin-left: 1.5em;
}

/* @end */

/* @group footer */

.usp {
	border-top: medium solid #cdcdcd;
	margin: 0 auto;
	max-width: 70em;
	padding: 0 0 .5em 0;
}

@media (max-width: 768px) {

.usp {
	border-top: 0 none;
}

}

.usp h2 {
	margin-left: 3px;
}

.usp h5 {
	text-transform: uppercase;
}

.usp ul {
	text-align: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1em;
}

.usp ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.usp li {
	background-color: #f3f3f3;
	display: inline-block;
	margin-bottom: 1em;
	max-width: 16.25em;
	padding: 1em;
	text-align: left;
	vertical-align: top;
	width: 24%;
}

@media (max-width: 768px) {

.usp li {
	max-width: none;
	width: 49%;
}

}

@media (max-width: 480px) {

.usp li {
	max-width: none;
	width: 100%;
}

}

@media (min-width: 769px) {

.footer__gray {
	background-color: #f3f3f3;
}

}

.footer__service {
	max-width: 70em;
	margin: 0 auto;
}

footer {
	margin-top: 2em;
}

@media (max-width: 480px) {

/* @group cols */

footer {
	font-size: .75em;
}

footer .nav h5 {
	margin-top: 1em;
	background-color: #eee;
	border: 0 none;
	text-align: center;
}

footer address {
	margin: 1em;
	font-style: normal;
	line-height: 1.42857143;
}

footer ul {
	text-align: center;
}

footer li {
	display: inline-block;
	margin: 0 .75em 1em .75em;
}

/* @end */

/* @group order-newsletter */

.order-newsletter {
	display: none;
/*	margin: 2em 0;
	border-top: thin solid #cdcdcd;
	border-bottom: thin solid #cdcdcd;
	padding: 2em 0 4em;
	text-align: center;
	position: relative; */
}

.order-newsletter input+small {
	display: block;
	position: absolute;
	width: 100%;
	font-size: .8em;
	bottom: 1em;
}

/* @end */

}

/* @group nav-account */

@media (max-width: 586px) {

.nav-account {
	margin: 2em 3px 0 3px;
}

.nav-account>ul {
	padding: .5em 0;
	border-top: thin solid #cdcdcd;
}

.nav-account li {
	width: 100%;
}

.nav-account li span {
	display: block;
	padding: .5em 0;
	border-bottom: thin solid #cdcdcd;
}

}

@media (min-width: 587px) {

.nav-account {
	float: right;
	display: inline-block;
	padding: .3em 1em 0 0;
}

.nav-account h5 {
	white-space: nowrap;
}

.nav-account h5 a {
	display: block;
}

.nav-account .ico {
	margin-right: .5em;
}

.nav-account>ul {
	right: 999em;
	position: absolute;
	top: 1.42857143em; /* = line-height */
	background-color: #fff;
	box-shadow: 0 1em 2em rgba(128,128,128,.5);
	padding: .5em;
	z-index: 3;
}

.nav-account:hover>ul,
.nav-account.open>ul {
	right: 0;
}

.nav-account li {
	padding: .5em;
	white-space: nowrap;
	display: block;
}

.nav-account a {
	display: block;
}

.nav-account li span {
	display: block;
	padding: .5em 0;
}

}

/* @end */

footer address {
	text-align: center;
}

/* @group cols */

@media (max-width: 768px) {

footer .cols {
	margin-top: 0;
	border-top: 0;
	padding-top: 2em;
}

footer .col {
	width: 100%;
}

footer .nav h5 {
	margin: 1em 0 .25em 0;
	background-color: #eee;
	border: 0 none;
	text-align: center;
}

footer address {
	margin: 1em .5em;
	font-style: normal;
	line-height: 1.42857143;
}

footer ul {
	text-align: center;
}

footer li {
	display: inline-block;
	margin: 0 .75em 1em .75em;
}

}

@media (min-width: 769px) {

footer .cols {
	padding-top: .5em;
	text-align: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .col {
	display: inline-block;
	margin-bottom: 1em;
	max-width: 16.25em;
	padding: 1em;
	text-align: left;
	vertical-align: top;
	width: 24%;
}

footer ul+h5 {
	margin-top: 1em;
}

footer address {
	padding: 1em 1em 4em 1em;
	font-style: normal;
}

}

/* @end */

/* @group order-newsletter */

@media (min-width: 481px) {

.order-newsletter {
	margin: 2em 0;
	text-align: center;
	position: relative;
}

.order-newsletter>* {
	vertical-align: baseline;
}

.order-newsletter input+small {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s ease-out;
	-moz-transition: opacity 3s ease-out;
	-o-transition: opacity 3s ease-out;
	transition: opacity 3s ease-out;
}

.order-newsletter input:focus+small {
	opacity: 1;
	-webkit-transition: opacity 100ms ease-out;
	-moz-transition: opacity 100ms ease-out;
	-o-transition: opacity 100ms ease-out;
	transition: opacity 100ms ease-out;
}

}

/* @end */

@media (min-width: 481px) {

.footer-teasers .col {
	width: 30%;
	text-align: left;
}

.js .footer-teasers .col {
	cursor: pointer;
}

.js .footer-teasers .col:hover h3 {
	text-decoration: underline;
}

.footer-teasers img {
	width: 100%;
}

}

/* @end */

/* @group cmod */

@media (min-width: 481px) {

.cmod {
	text-align: justify;
}

/* TODO Kann das weg??
.cmod:before{
	content: '';
	display: block;
	width: 100%;
	margin-bottom: -1.5em;
}

*/

.cmod:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.cmod p {
	max-width: none; /* ausdrücklich auf Andreas Reintgens Wunsch */
}

.cmod li {
	text-align: center;
}

.cmod.chtml ul {
	margin-left: 1.5em;
	list-style: none;
}

.cmod.chtml li {
	text-align: left;
}

.cmod .col,
.cmod>ul>.col {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: .75em;
}

.cmod.pc100 .col {
	width: 100%;
}

.cmod.pc50 .col {
	width: 49.4%;
}

.cmod.pc33 .col {
	width: 32.444444%;
}

}

@media (min-width: 735px) {

.cmod.pc25 .col {
	width: 24%;
}

}

@media (min-width: 481px) {

.cmod.pc50 img {
	width: 80%;
}

.cmod .col img,
.cmod h3 img {
	width: 100%;
}

.cmod.campaignSpecial img {
	width: auto;
}
}

/*

 @group .products */

@media (min-width: 481px) {

.cmod .products li {
	text-align: center;
	position: relative;
	margin-bottom: 2em;
}

}

/* @end */

/* @group .imagesonly */

.cmod.pc100 .col>img,
.cmod.pc100.imagesonly img {
	width: 100%;
}

@media (min-width: 481px) {

.cmod.pc50.imagesonly img {
	width: 49.4%;
}

.cmod.pc33.imagesonly img {
	width: 32.444444%;
}

.cmod.pc25.imagesonly img {
	width: 24%;
}

}

/* @end */

@media (min-width: 481px) {

.cmod.text-image.float0 .i1 {
	margin-right: 1em;
}

.cmod.text-image.float1>div {
	display: inline;
}

.cmod.text-image.float1 img {
	float: left;
}

.cmod.text-image.float1.pc25-75 img {
	width: 24%;
	margin-right: 1.333333%;
}

/* @group .text-image */

.cmod.text-image {
	text-align: justify;
}

.cmod.text-image.float0 img {
	width: 100%;
}

.cmod.pc25-75.float0.text-image .i1 {
	width: 24%;
}

.cmod.pc25-75.float0.text-image .i2 {
	width: 74%;
}

.cmod.pc33-66.float0.text-image .i1 {
	width: 33%;
}

.cmod.pc33-66.float0.text-image .i2 {
	width: 65%;
}

.cmod.pc50.float0.text-image .i1 {
	width: 49%;
}

.cmod.pc50.float0.text-image .i2 {
	width: 49%;
}

.cmod.pc66-33.float0.text-image .i1 {
	width: 65%;
}

.cmod.pc66-33.float0.text-image .i2 {
	width: 33%;
}

.cmod.pc75-25.float0.text-image .i1 {
	width: 74%;
}

.cmod.pc75-25.float0.text-image .i2 {
	width: 24%;
}

.cmod.text-image .i2.zindex {
	float: right;
}

/* @end */

.cmod.text-image.float1.pc33-66 img {
	width: 32.444444%;
}

.cmod.text-image.float0 .i1 {
	margin-right: 0;
}

.cmod.text-image.float0.pc50.reverse .i1 {
	float: left;
	width: 49.4%;
}

.cmod.text-image.float0.pc33-66.reverse .i1 {
	float: left;
	width: 32.444444%;
}

.cmod.text-image.float0.pc33-66.reverse .i2 {
	width: 65%;
}

.cmod.double img {
	width: 50%;
}

.cmod.double.float1.descleft img {
	float: right;
}

.cmod.double.float1.descright img {
	float: left;
}

.cmod.double.float1 .desc {
	display: inline;
}

}

@media (max-width: 480px) {

.contentTextImage.float0.imageRight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1.25em;
}

.contentTextImage.float0.imageRight >div {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.contentTextImage.float0.imageRight >div.i1 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.contentTextImage.float0.imageRight >div.i2 {
	margin-bottom: 0.5em;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

}
/*
.cmod h3 {
	position: relative;
	padding-top: 103%;
}

.cmod h3 img {
	position: absolute;
	left: 0;
	top: 0;
}
*/

/* @end */

/* @group newsroom blogEntries */

.newsroom .blogEntries .author,
.newsroom .blogEntries .date {
	font-size: .9em;
}

@media (max-width: 480px) {

.newsroom .blogEntries li {
	margin-bottom: 2em;
}

.newsroom .blogEntries .h {
	font-weight: bold;
}

}

@media (min-width: 480px) {

.newsroom .blogEntries {
	list-style: none;
}

.newsroom .blogEntries .col.i1 {
	margin-right: 1.33333%;
}

.newsroom .blogEntries .h {
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
}

}

/* @end */

/* @group temp */

@media (min-width: 481px) {

/* @group newsroom */

.buttons p {
	max-width: none;
}

.newsroom #randspalte .miniBox:first-child {
	border-top: thin solid #cdcdcd;
}

.newsroom #inhalt {
	padding-right: 1em;
}

.newsroom #randspalte {
	padding-top: 0;
}

.newsroom .miniBox h5,
.newsroom .miniBox p,
.newsroom .miniBox ol,
.newsroom .miniBox ul {
	margin: .25em 0;
}

.newsroom #navi {
	margin-right: .8333333333em;
}

.newsroom .miniBox li a.icon {
	height: 25px;
	padding: 5px 0 0 40px;
	width: auto;
}

.newsroom .miniBox ul.termine li {
	margin-bottom: 1em;
	color: #000;
}

.newsroom .miniBox ul.termine a {
	display: block;
}

.newsroom .miniBox ul.termine a:link,
.newsroom .miniBox ul.termine a:visited,
.newsroom .miniBox ul.termine a:link span,
.newsroom .miniBox ul.termine a:visited span {
	text-decoration: none;
}

.newsroom .miniBox ul.termine span.date {
	font-size: .833333333em;
}

.newsroom .miniBox ul.termine span.title {
	font-family: "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
}

.newsroom .miniBox .iconsWOLabels a.icon {
	top: 0;
}

/* @end */

/* @group 3rd party */

/* @group owl-carousel */

/* @group customized by André */

.owl-carousel {
	max-width: 984px;
	margin: 0 auto;
}

.owl-dot span {
	width: .875em;
	height: .875em;
}

.owl-carousel:hover .owl-nav {
	display: inline;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	background-color: #fff;
	padding: .75em .75em .5em;
	border-radius: .1em;
	opacity: .6;
}

.owl-prev {
	left: 1em;
}

.owl-next {
	right: 1em;
}

.no-js .owl-carousel {
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: auto;
	padding-bottom: 2em;
}

.no-js .owl-carousel div {
	display: inline-block;
}

#merkzettel {
	margin-top: 2em;
	border-top: .14285714em solid #cdcdcd;
	padding-top: 2em;
}

.merkzettel ol {
	padding-bottom: 2em;
}

/* @end */

/* @end */

/* @end */

/* @group scene7-demoronize */

#fullScreenBtn {
	z-index: 0!important;
}

/* @end */

}

/* @end */

/* @group mag-screen-m */

@media (min-width: 481px) and (max-width: 57em) {

.nav-main>ul>li a {
	padding: .5em 0;
	font: normal 1.071428571428571em/1 "Trade Gothic W01 Bold", Impact, Impact5, Charcoal6, sans-serif;
	

/* text-rendering: optimizeLegibility; */
    text-transform: uppercase;
}

.nav-children-of-active-category {
	overflow: auto;
}

.nav-main-fixed .nav-main {
	top: 1.75em;
}

}

/* @end */