:root {
	--black: #000;	
	--dark_blue: #004587;
	--blue: #007aff;	
  	--green: #00875a;
	--very_dark_gray: #333;
	--dark_brown_gray: #454440;
	--dark_gray: #555;
	--dark_magenta: #590336;
	--lila: #6328e0;
	--medium_gray: #666;
	--medium_blue: #7ed1fb;	
	--light_gray: #a3a3a3;
	--light_blue: #aee2fc;
	--magenta: #c80065;
	--middle_gray: #ccc;
	--red: #d9000c;
	--light_blue_grey: #dadae5;
	--lighter_gray: #e6e6e6;
	--highlight_gray: #f5f5f5;
	
	--orange: #ff4c00;
	--white: #fff;
  	--white_highlight: rgba(255,255,255,0.8);
	
	--body-color: var(--black);
	--body-bgcolor: var(--white);	
	--body-color-hover: var(--body-bgcolor);
	--body-bgcolor-hover: var(--body-color);
	
	--customer-color: #004587;
	
	--infotext-color: var(--black);
	--infotext-bgcolor: var(--white);
	
	--link-color: var(--black);
	--link-color-hover: var(--white);
	
	--action-preis-color: #c00;
	
	--loader-color: var(--light_gray);
	--loader-color-sector: #004587;
	
	--header-color:  var(--black);
	--header-bgcolor:  var(--white);
		
	--footer-color:  var(--body-color);
	--footer-bgcolor:  var(--white);
	--footer-a-color: var(--body-color);
	--footer-headline-color: var(--body-color);
	
	--flyout_link: var(--white);
	--flyout-link-hover: var(--black);

	--flyout-color: var(--medium_gray);
	--flyout-color-hover: var(--customer-color);	
	--flyout-bgcolor: var(--highlight_gray);	
	--flyout-bgcolor-hover: var(--highlight_gray);
	
	--flyout-lvl2-color: var(--black);
	--flyout-lvl2-color-hover: var(--white);
	--flyout-lvl2-bgcolor: var(--white);
	--flyout-lvl2-bgcolor-hover: var(--black);
	--flyout-lvl2-border-color: var(--black);
	--flyout-lvl2-border-color-hover: var(--white);
	--flyout-lvl2-button-border-color: var(--flyout-color-hover);
	--flyout-lvl2-button-border-color-hover: var(--flyout-color);
	
	--nav-color: var(--black);
	--nav-color-hover: var(--white);
	--nav-bgcolor: var(--white);
	--nav-bgcolor-hover: var(--black);
	
	--nav-mobil-color: var(--black);
	--nav-mobil-color-hover: var(--white);
	--nav-mobil-bgcolor: var(--white);
	--nav-mobil-bgcolor-hover: var(--black);
	
	--filter_wrapper-color: var(--black);
	--filter_wrapper-bgcolor: var(--white);
	
	--offcanvas-color: var(--black);
	--offcanvas-bgcolor: var(--white);
	--offcanvas-border-color: var(--black);
	
	--content_wrapper-color: var(--body-color);
	--content_wrapper-bgcolor: var(--body-bgcolor);
	
	--button-color: var(--black);
	--button-color-hover: var(--white);
	--button-bgcolor: var(--white);
	--button-bgcolor-hover: var(--black);
	--button-border-color: var(--black);
	--button-border-color-hover: var(--white);
	
	--border-color-bright: var(--white);
	--border-color-dark: var(--black);
	--border-bright: 1px solid var(--border-color-bright);
	--border-dark: 1px solid var(--border-color-dark);
	--border-error: .1rem solid #c00;
		
	--table-head-color: var(--body-color-hover);
	--table-head-bgcolor: var(--body-bgcolor-hover);
	
	--change_view-color: #0061b0;
	--change_view-color-hover: var(--link-color-hover);
	--change_view-color-active: #666;
	--change_view-color-active-hover: #004587;
	
	--cookie-color: var(--white);
	--cookie-color-hover: var(--black);
	--cookie-bgcolor: var(--black);
	--cookie-bgcolor-hover: var(--white);
	--cookie-border-color: transparent;
	--cookie-button-border-color: var(--black);
	
	--back_to_top-color: var(--body-bgcolor);
	--back_to_top-color-hover: var(--body-color);
	--back_to_top-bgcolor:  var(--body-color);
	--back_to_top-bgcolor-hover: var(--body-bgcolor);
}

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

body { color: var(--body-color); background-color: var(--body-bgcolor); }

a, address, button, caption, cite, code, dd, dt, figcaption, 
img, input, label, legend, li, p, pre, 
select, span, sub, sup, td, textarea, time, th, .font-size_reset, 
[class*="icon-"], ul, ol { font-size: 1.5rem; }

a, main h1, main h2, main h3, main h4, main h5, main h6,
h1, h2, h3, h4, h5, h6 { color: var(--body-color); font-weight: normal; }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BASIC STRUCTURE */

h1.pageLabel { font-size: 2.5rem; font-weight: bold; }

#page_wrapper { height: 100%; } /* important to be set in height (not: min-height) for correct displaying of the footer */
.outer_canvas_wrapper, .inner_canvas_wrapper { height: 100%; } /* important to be set in height (not: min-height) for correct displaying of the footer */
#outer_wrapper { min-height: 100%; }
a span[class*="icon"] { color: var(--link-color); }
a:hover span { text-decoration: none; color: var(--link-color-hover); }

/* begin header */
header form[name="search_form"] { margin-top: 1rem; }
#header_nav { float: right; margin-bottom: 0; z-index: 100; }
#header_nav .flyout_login { min-width: 25rem; z-index:10000; }
.custom_login #header_nav .flyout_login { min-width: 17rem; }
#header_nav > li > a span[class*="icon"] { font-size: 2.5rem; margin: 0; }
#header_nav .flyout_site_search { min-width: 17.5rem; }
#header_nav .flyout_login p { display: table; float: right; }
#header_nav .flyout_login p span { text-decoration: underline; }
.flyout_cart  > div, .flyout_wishlist > p { margin-bottom: 1rem; }

#header_nav .flyout_login p span:hover,
#header_nav .flyout_login p span:active,
#header_nav .flyout_login p span:focus { text-decoration: none; }
#header_nav .flyout_login span, #header_nav .flyout_login a { display: block; float: left; padding: 0; }
#header_nav > li > a.hover_link_color, #header_nav > li > a.hover_link_color span, #header_nav > li > a.hover_link_color span[class*="icon-"] {
	text-shadow: none;
	background-color: var(--flyout-bgcolor-hover);
	color: var(--flyout-color-hover);
}

/* >>> das Suchformular */
#search_input {
	width: 200px;
	padding: 5px 10px;
	border: 1px solid var(--middle_gray);
	box-sizing: border-box;
	transform: scaleX(0);
	transform-origin: right; /* Animation von rechts nach links */
	transition: transform 0.4s ease, opacity 0.4s ease;
	opacity: 0;
}

#search_input.show {
	transform: scaleX(1);
	opacity: 1;
	transform-origin: right; /* Animation von rechts nach links beim Einblenden */
}

#ItemList_filter .fieldset { display: unset; }
form input[type="search"], form input#search_input { max-width: 84%; }
.icon-search { display: inline-block; transition: transform 0.3s ease; }
#button_search:hover .icon-search { transform: scale(1.5); }

input[type="search"], input#search_input { height: 2.8rem; color: var(--header-input-color); }
#ItemList_filter #search_input,
#ItemList_filter #search_input_mobil {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 140px;
	border: 2px solid var(--input-fokus-color);
}
#ItemList_filter #search_input { height: 4rem; }
/* <<<  das Suchformular */

#breadcrumbs li, 
.dropdown li, 
.thumbnail_scroller li, 
footer li, #stockInfo li, 
#navigation_my_account li,
.pageNavigation li,
#availableColors_left li,
#availableColors_right li,
#slider li,
.product_colors li,
#info_text li {
	list-style: none;
	margin-left: 0;
}

#Login main .clearfix .large-6 { float: none; margin-left: auto; margin-right: auto; }
.flyout_login #form_login_submit { float: none; width: 100%; margin-bottom: .5rem; }

#logo {
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	height: 20rem;
	display: block;
}

.box_shopping_cart p { text-align: center; margin-bottom: .5rem; }
.box_shopping_cart .button { margin: 0; width: 100%; }
header h5 { text-align: right; }
a[class*="link_navigation"] { cursor: default; }
.link_navigation_select_logout:hover { cursor: pointer; }
#header_nav > li { float: left; min-width: 7rem; margin: 0; }

#header_nav > li, 
#header_nav > li > a, 
#header_nav li span { display: block; text-decoration: none; text-align: center; }
#header_nav li div { float: left; }

header, #navigation_wrapper, #navigation_wrapper nav, #inner_wrapper, footer {
	max-width: 128rem;
	padding: 0 1rem;
	margin: 0 auto;
}

#header_wrapper { color:  var(--header-color); background-color: var(--header-bgcolor); }

header {
	padding-bottom: 1rem;
	z-index: 100;  /* important for dropdown-navigation */	
}

header ul li a, nav ul li a, aside ul li a {
	padding: 1rem; /* padding for navigation entries (to configure the size of the 'buttons' */
    display: block;
}

header .box_login { background: none; border: 0; }
header .status_login { text-align: right; font-size: 1.3rem; }
.link_navigation_cart div:last-child { margin-left: .5rem; }

header .outletInfoText {
	clear: both;
	border: 1px solid red;
	padding: .5rem;
	margin: 1rem 1rem 0 1rem;
	color: green;
	font-weight: bold;
}
/* end header */

/* begin navigation */
nav a, .navigation a, nav a span, .navigation a span,
nav a span[class*="icon-"], .navigation a span[class*="icon-"] { text-decoration: none; }

nav li:hover > a, nav li:active > a, nav li:focus > a, 
nav li:hover > a[class*="icon-"], nav li:active > a[class*="icon-"], nav li:focus > a[class*="icon-"], 
nav li:hover > a span, nav li:active > a span, nav li:focus > a span,
nav li:hover > a span[class*="icon-"], nav li:active > a span[class*="icon-"], nav li:focus > a span[class*="icon-"] {
	color: #fff;
	text-decoration: none;
}

nav > .display_flex > li:last-of-type { border: 0; }
nav > ul > li > a span[class*="single_arrow"]{ display: none; }
nav ul ul ul { top: 0; left: 100%; }
#toggle_offcanvas { margin: 0; display: none; padding: 1rem; }
nav ul, .navigation ul { margin: 0; display: -webkit-flex; display: flex; }
nav > ul { border-right: none; }
header nav > ul, header nav > ul > li { border: 0; }
nav > ul > li.close_nav, nav > ul li.level_up { display: none; }
nav ul li span[class*="icon-single_arrow"], nav .close_nav span[class*="icon-"] { font-size: 1rem; }
.close_nav a, nav .level_up a { text-align: center; }
.close_nav span:not([class*="icon"]), nav .level_up span:not([class*="icon"]) { font-weight: bold; }
nav > .display_flex > li:last-of-type { border: 0; }

nav > ul > li > a { text-align: center; }
nav > ul > li > a span[class*="single_arrow"]{ display: none; }
nav ul ul li a, .navigation ul ul li a { vertical-align: middle; }
li.sub_entries a { display: flex; align-items: center; }
li.sub_entries a span:first-child { margin-right: .5rem; }

li.sub_entries a span[class*="icon"] {
	justify-self: flex-end;
	margin-left: auto !important;
}

nav ul ul, .navigation ul ul {
	display: none;
	position: absolute; /* brings subnavigation to own layer */
	left: 0; 			/* left-position of layer (as left as top-level-entries) */
	z-index: 100; 		/* brings subnavigation to front */
	min-width: 100%;
}

nav ul > li > ul,
nav ul > li > ul > li:last-child,
nav ul > li > ul > li:last-child a,
.navigation ul > li > ul,
.navigation ul > li > ul > li:last-child,
.navigation ul > li > ul > li:last-child a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

nav ul ul li, .navigation ul ul li { white-space: nowrap; }

nav ul li:hover > ul, nav ul li:active > ul, nav ul li:focus > ul,
.navigation ul li:hover > ul, .navigation ul li:active > ul, .navigation ul li:focus > ul {
	display: block;
}

nav ul ul ul {
	left: 100%;	/* left-position of sub-subnavigation (level 3) (100% of width of level 2-navigation) */
	top: -.1rem;
}

nav ul li {
	display: block;
	float: left;	/* for mobile Layout: float: none; */
}

nav ul ul li {
	float: none;  /* either in horizontal or vertical navigation al subnavigation elements should not float to be in vertical (block) order	*/ 
}

.nav_active a.taphover,
.nav_active .menuMainGrp_active span,
.nav_active .menuGrp_active a { font-weight: bold; }

.nav_active .menuMainGrp_active span,
.nav_active .menuGrp_active a { font-size: 1.1em; }

a.triangle-right { padding-right: 2rem; }
a.triangle-right::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	position: absolute;
	top: 50%; /* vertikale Mitte */
	right: .5rem;
	transform: translateY(-50%);
	border-top: 5px solid transparent; 
	border-bottom: 5px solid transparent;
	border-left: 8px solid black;
}
/* end navigation */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END BASIC STRUCTURE */

#back_to_top_wrapper {
	color: var(--back_to_top-color);
	background-color: var(--back_to_top-bgcolor);
	box-shadow: .1rem .1rem .1rem #333;
	font-size: 1.3rem;
}

#back_to_top_wrapper:hover, #back_to_top_wrapper:active, #back_to_top_wrapper:focus {
	color: var(--back_to_top-color-hover);
	background-color: var(--back_to_top-bgcolor-hover);
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BASIC DESIGN */

/* >>> Startseite */
[id^="thumbnail_scroller_item_"], #thumbnail_scroller_logo { width:100%; }
.slideshow_page iframe { width:100%; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-embed-home .large-6 { padding:2%; }
.video-embed-home { padding:1%; }

.slideshow_page .thumbnail_scroller { border: 0; background-color: var(--body-bgcolor); }
.slideshow_page [id^="thumbnail_scroller_item_"] li { max-width: 50rem; border: 0px; }
.slideshow_page [id^="thumbnail_scroller_item_"] img { max-width: 35rem; max-height: 35rem; }

.slideshow_page .scroller_title {
	position: relative;
	padding: 0 0 0 2rem;
	text-align: center;
	font-size: 3.5em;
	display: block;
	text-align: left !important;	
	letter-spacing: 1px;	
	margin: 0;
}

/* BEGIN SLIDESHOW >>> */
.callbacks_container { float: none; }
 ul.callbacks_tabs { display: table; margin: 1rem auto 0 auto; }
.slideshow ul.callbacks_tabs li {
    float: left;
    padding: .3rem;
    margin: 0 .5rem;
    list-style-type: none;
}

.slideshow ul.callbacks_tabs li { border-radius: 1rem; }
.slideshow ul.callbacks_tabs li a {
    text-indent: -999rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
}

.callbacks .caption p {
	margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.caption p:last-child { margin-bottom: 0; }
/* <<< END SLIDESHOW */

/*	colorCatalog >>>>>> */
.colorCatalog .colorCatalogTitel{ }
.colorCatalog h1 { font-size: 5rem; margin-bottom: .5rem; }
.colorCatalog span { font-size: 2.5rem; }
.colorCatalog { margin: 0 2rem 5rem 2rem; }
.colorCatalog .imgage_box { margin: 0 1rem; }
.colorCatalog .caption { text-transform: uppercase; }
.colorCatalog .thumbnail_scroller .caption p { margin-top: 0; text-align: center; }
.colorCatalog .thumbnail_scroller li { max-width: 20rem; }

#thumbnail_scroller_color .caption { margin-bottom: 0; padding: .5rem !important; }
#thumbnail_scroller_color li.mTSThumbContainer .caption { border: 0; }
#thumbnail_scroller_color li.mTSThumbContainer { max-width: 35rem; margin: 1rem 0; }
#thumbnail_scroller_color { margin: 0; }
#thumbnail_scroller_color div  { padding: 2rem !important; }
/*	<<<<<< colorCatalog */

/* <<< Startseite */


.zoomPad { float: none; }
.zoomWrapperImage img { max-width: none; width: auto; }

dt { min-width: 14rem; } /* min-width for definition term of definition lists */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END BASIC DESIGN */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FORMS + FORM-ELEMENTS */

form, fieldset { display: block; }
input[type="radio"], input[type="checkbox"], input[type="submit"] { width: auto; height: auto; }
input[type="radio"], input[type="checkbox"] { padding-left: 0; }
input, input[class*="large"], select { padding: .4rem; }
form span[class*="float_"] { display: block; margin-top: .5rem; }
form[id*="form_filter"] .clearfix,
#ItemList_sortedItemList .clearfix { padding-top: 0; }
label[for="sendCopy"] { width: 80%; }
label[for="sendCopy"] input { margin-top: .4rem; }
label[for="quantity"] { margin-bottom: 0; margin-top: .5rem; }

header form[name="search_form"] fieldset, 
#small_nav_wrapper form[name="search_form"] fieldset { margin-bottom: 0; border: 0; }
a.button > span, button > span { line-height: 100%; }
a.button.float_left { float: left !important; margin-left: 0; }

a.button.small {
	border-radius: 1.1rem;
	border: 0;
	float: right;
	margin: 0 0 0 .5rem;
	font-size: 1.2rem;
    padding: .5rem;
}

.disabled, .disabled:hover, .disabled:active, .disabled:focus, 
a.disabled, a.disabled:hover, a.disabled:active, a.disabled:focus, 
input[disabled="disabled"], input[disabled="disabled"]:hover, input[disabled="disabled"]:active, input[disabled="disabled"]:focus, 
input[type="submit"]:disabled, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:active, input[type="submit"]:disabled:focus, 
button:disabled, button:disabled:hover, button:disabled:active, button:disabled:focus {
	background: linear-gradient(#a0a0a0 0%, #777 100%) !important;
	border: .1rem solid #a0a0a0 !important;
	cursor: not-allowed !important;
	color: #ddd !important;
	box-shadow: inherit;
	pointer-events: none;
}

input[type="search"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

form small span { line-height: 100%; }  /* line-height for spans inside small-tags within forms */
textarea { width: 80%; }
#deliveryInfo_B2C { border: var(--middle_gray) .1rem solid; width: 100%; min-height: auto; }
#deliveryInfo_B2C:focus{ min-height: 16.5rem; }
.form_address address {	float: left; }
#deliveryAddress select, #invoiceAddress select { float: left; width: 80%; }
#add_delivery_address, #add_invoice_address { margin-left: 0; }
label, input, select, textarea, .input_wrapper { width: 50%; }
input, select, textarea { background-color: #fff; }

#header_wrapper fieldset { background: none !important; }

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END FORMS + FORM-ELEMENTS */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TABLES */

table {
	padding: 0; /* padding for table (not for td in table) */
	min-width: 30rem;
	display: table;
}

th, td {
	padding: .5rem; /* padding for th (tablehead) and td (tablecells) */
}

.tablesaw-swipe tr:last-child td.tablesaw-cell-persist, tr:last-child td {
	border-bottom: 0;
}

table tr td a { display: block; }
th.id { width: 2.1rem; }
table.centercontent tr td { text-align: center; }
table tr th.options { min-width: 12rem; }
table td input { margin-bottom: 0; width: auto; }
tr.strong td { font-weight: bold; }
tr.text-align_center td { text-align: center; }
tr.text-align_right td { text-align: right; }
td.lastSizeMarking input { background: #bcdd82 none repeat scroll 0 0; }
.customerListForm dl { display: table; background: #eee; }
.customerListForm dl dt, .customerListForm dl dd { margin-bottom: 1rem; }
.customerListForm dl dt:last-of-type , .customerListForm dl dd:last-of-type { margin-bottom: 0; }

#Cart_changeEntry_quantity, #Cart_changeEntry_quantity + button {
	float: left;
	margin-left: 0;
	height: 3.9rem;
}

#Cart_changeEntry_quantity + button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#Cart_addItems,
#table_wrapper_assortment { display: table; }
#Cart_reloadCart { float: right; }
.cartStatus { float: left; }
#Cart_addItems th { min-width: 10rem; }
#Cart_addItems .variantListLabel { min-width: 15rem; }
#Cart_addItems input { margin-right: .5rem; }
#Cart_addItems tr.specialPriceRow td,
#Cart_addItems tr.quantityScalePriceRow td.specialPriceRow,
#Cart_addItems .tablesaw tr.specialPriceRow td:first-child { color: #f00; }

#Cart_addItems .tablesaw tr.sizeRow.sizeHeader td {
	background-color: #fff;
	color: #000;
	font-size: 1.5rem;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
}

.colorAndInputFieldRow td input { border-radius: .5rem; }
table td input[type="number"] { width: 5rem; }
[id^="order_tracking_pos"] { margin-bottom: 2rem; }
[id^="order_tracking_pos"] th, [id^="order_tracking_pos"] td {
	text-transform: none;
	width: 9rem;
	padding: .5rem .3rem;
}

[id^="order_tracking_pos"] th:first-child { width: 12rem; }
[id^="order_tracking_pos"] td:first-child { text-align: center; }

#inner_wrapper table.cartEntryInfo {
	display: table;
	width: auto;
}

td button, td .button { margin: 0; }
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END TABLES */

/*	Button "Darstellungsvariante" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>	*/
#viewGrid, #viewRow { color: var(--change_view-color); }
#viewGrid:hover, #viewRow:hover { color: var(--change_view-color-hover); }
#viewGrid.aktive, #viewRow.aktive { color: var(--change_view-color-active)!important; }
#viewGrid.aktive:hover,  #viewRow.aktive:hover { color: var(--change_view-color-active-hover); }
#viewGrid.disabled, #viewRow.disabled { background: unset !important; border: unset !important; }
label[for="product_per_page"] ~ a.button { float: left; margin: 0 .5rem 0 0; }
/*	<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Button "Darstellungsvariante"	*/

#product_listing_content .price span:last-child { display: inline-block; }

/* BEGIN PAGER >>> */
label[for="product_per_page"] {
	padding-top: 0;
	margin-top: 0;	
}

#pager {
	text-align: center; /* centers all elements that are not floated */
}

/* main parts of the pager */

/* numbers/page index */
#pager a.button {
	display: inline-block;       /* puts all page index-elements in one line, but as a block-element */ 
	margin: 0 .3rem;               /* margin for page index */
	line-height: 150%;           /* line-height for page index */
	text-decoration: none;       /* text-decoration for page index */
	float: none!important;      /* page index-elements should not be floated (otherwise they cannot be centered) */
	min-height: 3.8rem;           /* min-height for page index-elements */
	min-width: 3.8rem;             /* min-width for page index-elements */
	text-align: center;
}

/* buttons for previous/next page */
#pager a.button.page_change {
	width: auto;  /* important to avoid word-wrapping */
	float: right; /* buttons are floated right by default */
}

/* buttons for previous page */
#pager div:first-child a.button.page_change {
	float: left; /* button is floated left */
}
/* <<< END PAGER */

.pageNavigation li {
	float: left;
}

.pageNavigation li a {
	padding: .5rem;
	text-decoration: none;
}

#back_to_top_wrapper {
	position: fixed;
	/*	left: 1rem;	*/
	left: auto;
	right: 1rem;
	bottom: 1rem;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 100;
	display: block;
	padding: 1rem;
	clear: both;
}

div.box img {
	float: none;
	display: block;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MESSAGES */

.message {
	font-weight: bold;  /* font-weight for all messages (.message) */
	padding: .5rem 3rem;  /* padding (top/bottom and left/right) for .message */
	text-align: center; /* text-align for .message */
	background-image: repeating-linear-gradient(-45deg, transparent, transparent .7rem, rgba(255,255,255,.15) .7rem, rgba(255,255,255,.15) 1.4rem);
	box-shadow: var(--middle_gray) 0 .3rem .3rem; /* box-shadow (color, left/right, top/bottom, blur) for messages */
	margin-bottom: 1rem; /* margin (top/bottom, left/right) for messages */
	color: #fff;
	text-shadow: 0 .1rem .1rem #333;
	display: table;
}

.message a {
	color: #fff;
}

p.red, .error, p.warning {
	border: .1rem solid #e00; /* border for warnings/errors */
	background-color: #b81900;
}

p.yellow, p.information, body.el-rte-structure p.information {
	border: .1rem solid #e3e319; /* border for informations */
	background-color: #a8a816;
}

p.green, p.authentication, p.success {
	border: .1rem solid #090; /* border for authentications */
	background-color: #070;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END MESSAGES */

/* langauges/flags >>> */
.languages { float: right; margin-left: 0; }
.languages li { display: inline-block; margin-right: .5rem; }
.languages li a {
	display: block;
	width: 3rem;
	height: 1.8rem;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}

.languages .de { 
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==');
}

.languages .en {
		background-image: url('data:image/png;base64,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');
}

.languages .es {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAwIj4NCjxwYXRoIGZpbGw9IiNjNjBiMWUiIGQ9Im0wLDBoNzUwdjUwMGgtNzUweiIvPg0KPHBhdGggZmlsbD0iI2ZmYzQwMCIgZD0ibTAsMTI1aDc1MHYyNTBoLTc1MHoiLz4NCjwvc3ZnPg0K');
}

.languages .fr {
	 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K');
}

.languages .it {
	 background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=');
}

.languages .cs {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYBAMAAADI6zXoAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEVYfKTn7PL///8RRX4hUYegtcsiQXaVJDvXFBpTNV3GGCI0laGJAAAAAWJLR0QCZgt8ZAAAAAd0SU1FB+EICQsgJY5hecgAAAg7SURBVHja7dVBrRABFARBsIAEFJB8QoIADGACC0hYDasAmejoNzUSpg796fNXa+/T999OiBN+fPvihTjhxy8v1Ak/5DBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz6hHPYJ5bBPKId5QjnsE8phn1AO+4RymCeUwz7hfA4PEK7n8ALheA4vEI7n8AThdg5vEE7n8Ajhcg6PEC7n8ArhcA7PEO7m8A7hbA7vEM7m8BDhag4vEY7m8BThZg5PEW7m8BbhZA6PES7m8BrhYA6vEQ7m8BzhXg7vEc7l8CDhWg4PEq7l8CLhWA5PEm7l8CbhVA5vEk7l8CjhUg6vEg7l8CzhTg7PEu7k8C7hTA4PE67k8DLhSA4vE47k8DThRg5vE07k8DjhQg6PEy7k8DrhQA7PE/55ru864c9/CNv78fdB2N77IBRChEKIUAiHCd8HoRAiFEKEQjhM+D4IhRChECIUwmHC90EohAiFEKEQDhO+D0IhRCiECIVwmPB9EAohQiFEKITDhO+DUAgRCiFCIRwmfB+EQohQCBEK4TDh+yAUQoRCiFAIhwnfB6EQIhRChEI4TPg+CIUQoRAiFMJhQiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwjqhENYJhbBOKIR5QiGsEwphnVAI64RCmCcUwvr+A9uwXkggMpteAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA4LTA5VDExOjMyOjM3KzAwOjAwXdzFdgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOC0wOVQxMTozMjozNyswMDowMCyBfcoAAAAASUVORK5CYII=');
}
/* <<< languages/flags */

/* box_product >>> */
.box_product { padding: 1rem; }
.type_b2b #category_wrapper { margin: 4rem !important; }
#category_wrapper .box_product > div:first-child { height: auto; }
#product_price { margin-bottom: 1rem; }
#product_price ul:last-child { margin-bottom: 0 }

.itemPrice { margin-bottom: 0; height: 5.1rem; }
.price { margin-top: .5rem; }
.price > small { display: block; }
.price > span { display: block; float: left; }

ul.colors {
    clear: both;
    display: table;
    margin: 1rem auto 0 auto;
}

ul.colors li, ul.colors li div {
    display: block;
    float: left;    
    margin: .1rem .1rem .1rem 0;
	padding: .2rem;
	line-height: 100%;
	transition: 1s ease;
}

ul.colors li a {
	display: block;
	float: left;
	padding: .2rem;
	margin: .1rem;
	line-height: 100%;
	transition: 1s ease;
}

ul.colors li a span,
ul.colors li div span {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
}

ul.colors li div span {
	font-size: 1.3rem;
	padding-top: .2rem;
	text-align: center;
}

a.box_product ~ a {
	display: block;
	text-align: center;
}

.box_product h3 + div {
	height: auto;
}

.button.itemMore {
	margin: 0 auto;
	float: none;
}

#form_product_table table th {
	text-align: center;
}

#form_product_table table td input[type="number"] {
	float: right;
	width: 50%;
}

#form_product_table table tr td:first-child {
	min-width: 13rem;
}

.product_colors span[class*="status_"] {
	margin: .4rem;
}

span[class*="status_"] {
	margin: 1rem 0 0 0;
	display: block;
	float: right;
	width: 1rem;
	height: 1rem;
}

#stockInfo span[class*="status_"] {
	float: left;
	margin-top: 0.5rem;
}


.product_info_catalog .specialPrice, .product_info_catalog .specialPrice discount { color: var(--action-preis-color)!important;}
.product_info_catalog span { font-size: 2rem!important; }
.product_info_catalog #strong span {font-weight: bold;}
.product_info_catalog .price span { display: inline; }
	

/* produktBoxRow */
.produktBoxRow .box_product h3 { height: auto; }
.produktBoxRow .product_wrapper { min-height: 0; }
.produktBoxRow .float_right { margin-bottom: 1rem; }
.produktBoxRow .price,
.produktBoxRow .line-through,
.produktBoxRow .specialPrice { font-size: 2rem; }
.produktBoxRow .itemViewInfoText { margin-top: 1rem; }
.itemViewInfoText { font-size: 1.4rem; line-height: 140%; }
.preorderHint { font-size: 2rem; }

/* red */
span[class*="status_"]{
	border-radius: .5rem;
	background: -webkit-linear-gradient(top, #a90329 0%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0% ,#6d0019 100%); 
}
/* yellow */
span.status_yellow {
	background: -webkit-linear-gradient(top, #f1da36 0%,#d7c230 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f1da36 0%,#d7c230 100%); 
}
/* green */
span.status_green {
	background: -webkit-linear-gradient(top, #83c783 0%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #83c783 0%,#005700 100%); 
}
/* blue */
span.status_blue {
	background: -webkit-linear-gradient(top, #0181ed 0%,#014681 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0181ed 0%,#014681 100%); 
}
/* pink */
span.status_pink {
	background: -webkit-linear-gradient(top, #7e0075 0%,#52004c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7e0075 0%,#52004c 100%); 
}

form[id*="form_filter"] label, 
form[id*="form_filter"] select, 
#ItemList_sortedItemList label, 
#ItemList_sortedItemList select {
	float: none;
	width: 100%;
	margin: 0;
}

form[id*="form_filter"] label,
#ItemList_sortedItemList label {
	font-weight: bold;
	text-align: center;
}

form[id*="form_filter"] label[for$="gruppe"] + span {
	display: block;
	text-align: center;
}

#filter_wrapper { margin: 1rem 0; }
/* <<< box_product */

/* >>> filter_wrapper */
#filter_wrapper { background-color: var(--filter_wrapper-bgcolor); border: .1rem solid var(--body-color); }
#filter_wrapper .depiction {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}

label[for="product_per_page"] ~ a {
	display: inline-block;
	padding: .3rem;
	line-height: 110%;
	text-decoration: none;
}
/* <<< filter_wrapper */

/* thumbnail_scroller >>> */
.thumbnail_scroller { width: 100%; margin-bottom: 1rem; }
.thumbnail_scroller img { display: block; max-width: 9.4rem; max-height: 9.4rem; }

.thumbnail_scroller li a {
	display: block;
	margin: 0 2rem;
	float: none;
	text-decoration: none;
}

.thumbnail_scroller img {
	display: block;
	max-width: 15rem;
	max-height: 15rem;
	margin: 0 auto;
}

.thumbnail_scroller p, .thumbnail_scroller span { display: block; text-align: center; }
.thumbnail_scroller p span { display: inline-block; margin: 0 .2rem; }
.thumbnail_scroller li { max-width: 20rem; }
.specialPrice { color: var(--action-preis-color); margin-left: .5rem; }

.line-through {
    white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
    text-decoration: none;
    
}

.line-through:after {
    border-top: 1px solid #000;
    position: absolute;
    content: "";
    right: 0;
    top:50%;
    left: 0;
}

.mTSButton {
	margin: 0; 
    width: 2.6rem;
    height: 2.6rem;
	position: absolute;
	top: 40%;
    border-radius: 50%;
	background-color: var(--button-scroll-bgcolor);
	opacity: .7;
	font-size: 1.6rem;
	color: var(--button-scroll-color);
	border: 1px solid var(--button-scroll-border-color);
}
.mTSButton:hover { color: var(--button-scroll-color-hover); background-color: var(--button-scroll-bgcolor-hover); }

.thumbnail_scroller .icon-arrow_right:before { left: -.9rem; top: -1rem; }
.thumbnail_scroller .icon-arrow_left:before { left: -1rem; top: -1rem; }


.jThumbnailScroller .icon-arrow_left { left: 0; }
#box_itemview_top #thumbnailsImageScroller ul { padding-top: 0.5rem; }
#ItemView ul.mTSContainer > li img { box-shadow: none; }


#thumbnailsImageScroller_verti { height: 60rem; float: left; background-color: var(--body-bgcolor); }
#thumbnailsImageScroller_verti li { list-style: none; text-align: center; line-height: 100%; }
#thumbnailsImageScroller_verti .mTSButton { margin-left: -18px; }
#thumbnailsImageScroller_verti.mThumbnailScroller { margin-right: 0; margin-left: 0; }
#thumbnailsImageScroller_verti img { display: block; margin: 0 auto; }
#thumbnailsImageScroller_verti span { font-size: 1.5rem; line-height: 100%; display: block;}
.b2c_itemview .large-1 { padding: 0; }
/* <<< thumbnail_scroller */

/* footer >>> */
footer a { 
	color: var(--footer-a-color); 
	transition: color 250ms linear; 
	display: inline-block; 
	text-decoration: none; 
}

footer ul li:hover a, footer ul li:active a, footer ul li:focus a { color: var(--footer-a-color-hover); }
#clear_footer { height: 15.5rem; }

#footer_wrapper { margin-top: -15.5rem; background-color: var(--footer-bgcolor); }
footer #method_of_payment li { 
	float: left;
	width: 9rem;
	margin: 0 1rem 1rem 0;
	background-repeat: no-repeat;
}

#copyright a,
#copyright span {
	text-transform: none;
	font-weight: normal;
	font-size: 1.1rem;
	color: var(--footer-color);
}

#copyright a { text-decoration: underline; display: initial; }
#footer_wrapper .ssl_logo { width: 100%; float: none; clear: both; }

[id$="method_of_payment"] main img { display: block; }
/* <<< /footer */


/* tablesaw >>> */
.tablesaw { border-collapse: unset; }
thead, .tablesaw thead { border: 0; background: none; }
.tablesaw thead th {
	text-align: center; /* overwrite default settings from tablesaw.css */
	text-shadow: none !important;
	text-align: center;
}

th, td, .tablesaw-swipe .tablesaw-cell-persist {
	border-left-width: 0; /* border-left for th (tablehead) and td (tablecells) */
	border-bottom: none;  /* border-top for th (tablehead) and td (tablecells) */
}

table.tablesaw thead th, table.tablesaw thead td { font-size: 1.3rem; } /* overwrite default settings from tablesaw.css */
.tablesaw thead tr:first-child th { padding: .7rem; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn { padding: 1rem; display: inline-block; float: none; }
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left::before { left: .6rem; }
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right::before { left: .8rem; }
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left::before,  
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right::before { top: .5rem; }
.tablesaw-bar a.tablesaw-nav-btn.disabled { display: none; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left::before { border-right: .5rem solid var(--button-color); }
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right::before { border-left: .5rem solid var(--button-color); }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:hover::before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:focus::before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:active::before { border-right: .5rem solid var(--button-color-hover); }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:hover::before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:focus::before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:active::before { border-left: .5rem solid var(--button-color-hover); }

th, td, .tablesaw-swipe .tablesaw-cell-persist {
	vertical-align: middle; /* verical-align for elements in th (tablehead) and in td (tablecells) */
}

th, table.tablesaw thead th, table.tablesaw tr.pmRowHead td {
	color: var(--table-head-color);
	background-color: var(--table-head-bgcolor);
	font-family: sans-serif;
}
/* <<< tablesaw */

.newGif {
	background: url(../images/new.gif) no-repeat; 
	width: 2.7rem;
	height: 1.2rem;
}

/* Lagerstatus  in der Matrix >>> */
/* red */
.status_input_red { background:  #ffc4bf; border: 1px solid #f4220b; }
.status_border_red { border-left: 4px solid #f4220b; }

/* yellow */
.status_input_yellow { background: #fff2bf; border: 1px solid #d7c230; }
.status_border_yellow { border-left: 4px solid #d7c230; }

/* green */
.status_input_green { background: #bfffbf; border: 1px solid #005700; }
.status_border_green { border-left: 4px solid #005700; }

/* blue */
.status_input_blue { background: #14bbeb; border: 1px solid #0033cc; }
.status_border_blue { border-left: 4px solid #0033cc; }

/* pink */
.status_input_pink { background: #e4bfff; border: 1px solid #ca23dc; }
.status_border_pink { border-left: 4px solid #ca23dc; }

/* red */
span[class*="status_"]{
	background: -webkit-linear-gradient(top, #ffc4bf 0%,#f4220b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffc4bf 0% ,#f4220b 100%); 
}
/* yellow */
span.status_yellow {
	background: -webkit-linear-gradient(top, #fff2bf 0%,#d7c230 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff2bf 0%,#d7c230 100%); 
}
/* green */
span.status_green {
	background: -webkit-linear-gradient(top, #bfffbf 0%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bfffbf 0%,#005700 100%); 
}

/* blue */
span.status_blue {
	background: -webkit-linear-gradient(top, #14bbeb 0%,#0033cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #14bbeb 0%,#0033cc 100%); 
}
/* pink */
span.status_pink {
	background: -webkit-linear-gradient(top, #e4bfff 0%,#ca23dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4bfff 0%,#ca23dc 100%); 
}
/* <<< Lagerstatus in der Matrix */

a[class*="icon-"].button, button[class*="icon-"] { line-height: 112%; }
.product_sizes li { margin: 0 .5rem .5rem 0; }
.product_sizes li, .product_sizes li a { display: block; float: left; }

.product_sizes li a {
	text-decoration: none;
	padding: .2rem .5rem;
	width: 5rem;
	text-align: center;
}

.product_colors li {
	overflow: hidden;
	margin-bottom: .5rem;
	list-style-type: none;
}

.product_colors li span,
.table_matrix span[class*="colors"] {
	display: block;
	float: left;
	margin-left: .5rem;
}

.product_colors li span[class*="colors"],
.table_matrix span[class*="colors"] {
	width: 2rem;
	height: 2rem;
	margin-left: 0;
}

/* Panel Item-Detail >>> */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    transition: 0.4s;
    padding: 1.5rem;
    display: flex;
	align-items: center;
	margin : 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), 
and when you move the mouse over it (hover) */
.accordion:hover, .accordion:active, .accordion:focus {
	cursor: pointer;
}

.accordion [class*="icon"] {
	margin: 0;
	font-size: 1.5rem;
	margin-left: auto;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}

.panel h4 { margin-top: 1.5rem; }
.panel span { margin-bottom: 1.5rem; display: block; }
.panel span.qualiLabel,
span.qualiLabel { display: inline; font-weight: bold; }
/* <<< Panel Item-Detail */

.table_matrix span[class*="colors"] {
	margin-top: .3rem;
	border: .1rem solid;
	border-right: 0;
}

.table_matrix span[class*="colors"]:last-of-type {
	margin-right: 1rem;
	border-right: .1rem solid;
	border-left: 0;
}

.table_matrix span.one_colors { margin-left: .1rem; border-left: .1rem solid !important; }
#table_wrapper_assortment tbody td { text-align: center; }

.product_colors li.active a span,
.dropdown li.active a { font-weight: bold; }
.cart_additional_links a { display: block; }

noscript .message { display: block; }
.message .icon-warning { margin-right: .7rem; }
.message .icon-warning + span { margin-top: 0; }
.message a[class*="icon"] {
	text-decoration: none;
	padding: 0;
	position: absolute;
	top: .3rem;
	right: .6rem;
}

main ul, main ol {
	list-style-position: inside; /* list-style-position for all list in main */
}

form[id^="form_checkout"] > div > label {
	float: none;
	display: table;
	margin: .5rem auto;
	width: 70%;
}

#page_counter {
	display: block;
	float: right;
}

#cart_table {
	width: 100%;
}

h1 + #cart_table {
	padding-top: 0;
}

#cart_table tr td:first-child a {
	max-width: 15rem;
	text-decoration: none;
}

#cart_table label[for^="amount_"] {
	margin-top: .5rem;
}

#cart_table input[id^="amount_"] {
	width: 4rem;
	float: left;
}

.cartStatusPointMsg {
	display: table;
	margin: 0 auto 1rem auto;
	text-align: center;
	font-weight: bold;    
	margin-top: 1rem;
}

.currentPointAccount { margin-top: 1rem; }

#summary { margin-bottom: 1rem; }
#summary dl { float: right; margin: 0; }
#summary dt { clear: both; }
#summary dd { text-align: right; float: right; }

[id^="button_search"] {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;	
	padding: .5rem;
	margin-bottom: 0;
	flex: 0;
}

#button_search_mobil { float: inline-end; width: auto; }

label[for="point_account_period"] { width: auto; }
/* begin flyout */
#quantity,
#wishlist_quantity  {
	background-color: #c00 !important;	
	color: #fff !important;
	border-radius: 50%;
	position: absolute;
	z-index: 30;
	top: .3rem;
	padding-bottom: .2rem;
	min-width: 2rem;
	font-size: 1.1rem !important;
}

#WishList .button { float: left; }
.type_b2c.small ul li { list-style-type: none; }
.type_b2c.large #wishlist_table a img { height: 15rem;  }

#quantity { right: .3rem; }
#wishlist_quantity  { right: 2rem; }

[class*="flyout_"] {
	position: absolute;
	right: 0;
	width: auto;
	white-space: nowrap;
	overflow: visible;
}

[class*="flyout_"] form { margin-bottom: 0; }
[class*="flyout_"] span, [class*="flyout_"] a { text-decoration: none; }
[class*="flyout_"] a:not(.button):hover, 
[class*="flyout_"] a:not(.button):active, 
[class*="flyout_"] a:not(.button):focus { text-decoration: underline; }
[class*="flyout_"] ul:last-child { margin-bottom: 0; }
[class*="flyout_"] .button, [class*="flyout_"] button { margin-left: 0; }
[class*="flyout_"] .button:last-child { margin-bottom: 0; }

[class*="flyout_"] button, [class*="flyout_"] .button {
	color: var(--button-color);
	background-color: var(--button-bgcolor);
	box-shadow: none; 
	border: 1px solid var(--flyout-lvl2-button-border-color); 
}

[class*="flyout_"] button:hover, [class*="flyout_"] .button:hover { 
	color: var(--button-color-hover);
	background-color: var(--button-bgcolor-hover);
	border-color: var(--flyout-lvl2-button-border-color-hover);
}

[class*="flyout_"] a,  [class*="flyout_"] [class*="icon-"] { color: var(--flyout_link); }
[class*="flyout_"] a:hover { color: var(--flyout_link-hover); }

[class*="flyout_"] {
	background-color: var(--flyout-lvl2-bgcolor);
	color: var(--flyout-lvl2-color);
	padding: 1rem;
}

.flyout_login .box_login { padding: 0; min-width: 21rem; }
.flyout_login .box_login h2 { display: none; }
[class*="box_"].highlight { padding: 1rem; }
button .icon-search { margin-right: 0; }
[class*="flyout_"] label { margin-bottom: 0; }
[class*="flyout_"] input { width: 100%; float: left; display: block; }

header > [class*="large-"] { padding-left: 0; padding-right: 0; }
header > .large-3, #info_text { padding-left: 1rem; }
[class*="flyout_"] input[type="search"] { width: auto; }
[class*="flyout_"]  [id^="button_search"], .flyout_site_search fieldset { float: left; }
#ItemList_filter, #ItemList_filter fieldset { float: right; }
#ItemList_filter .fieldset { display: flex; align-items: stretch; }
#navigation_my_account ul { margin-left: 0; }

#navigation_my_account li, #link_navigation_my_account li {
	text-align: left;
	margin-right: 1rem;
	float: none;
}

#navigation_my_account li a, #link_navigation_my_account li a { float: none !important; } 

.box_login a, .box_login a span[class*="icon-"] { text-decoration: none; }
.box_login a span { text-decoration: underline; }

#content_wrapper { padding-top: 1rem; color: var(--content_wrapper-color); background-color: var(--content_wrapper-bgcolor); }
.box_product_small { margin-bottom: 1rem; }
/* <<< /pages */

a#menu-trigger { display: none; margin-bottom: 0; }

span.fehler, 
span.missing,
ul.fehler li span  { color: red; }
ul.actionMessage li span  { color: green; }

#info_text {
	float: left;
	margin-top: 1rem;
	margin-bottom: 0;
}

#info_text li {
    float: left;
    margin-right: 3rem;
    font-size: 1.6rem;
}

#productsHistory {
	padding: .5rem;
	margin-top: .5rem;
}

#productsHistory a {
	display: table;
	float: left;
	margin-right: 1rem;
}

/* >>> social bookmarks */
#social_bookmarks { display: flex; align-items: center; }
#social_bookmarks ul { padding: 0; margin-bottom: 0; }
#social_bookmarks li {
	display: inline-block; /* Element nebeneinander anordnen */
	margin-right: 1rem; /* Abstand zwischen den LI-Elementen (optional) */
	margin-bottom: 0;
}

#social_bookmarks a {
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: no-repeat;	
	background-size: contain;
}

#social_bookmarks #facebook a { background-image: url("../images/icons/icon_social_bookmarks_facebook.png"); }
#social_bookmarks #twitter a { background-image: url("../images/icons/icon_social_bookmarks_twitter.png"); }
#social_bookmarks #instagram a { background-image: url("../images/icons/icon_social_bookmarks_instagram.png"); }
#social_bookmarks #pinterest a { background-image: url("../images/icons/icon_social_bookmarks_pinterest.png"); }
#social_bookmarks #tumblr a { background-image: url("../images/icons/icon_social_bookmarks_tumblr.png"); }
#social_bookmarks #google_plus a { background-image: url("../images/icons/icon_social_bookmarks_google_plus.png"); }
#social_bookmarks #you_tube a { background-image: url("../images/icons/icon_social_bookmarks_you_tube.png"); }
#social_bookmarks #vimeo a { background-image: url("../images/icons/icon_social_bookmarks_vimeo.png"); }
#social_bookmarks #xing a { background-image: url("../images/icons/icon_social_bookmarks_xing.png"); }
#social_bookmarks #linked_in a { background-image: url("../images/icons/icon_social_bookmarks_linkedin.png"); }
#social_bookmarks #tiktok a { background-image: url("../images/icons/icon_social_bookmarks_tiktok.png"); }
/* <<< social bookmarks */


/********************************************************************************/
/* >>> selectmenu dropdown */
.dropdown { margin: 0; }
.dropdown a, .dropdown a:visited { 
	color: #000; 
	text-decoration: none; 
	outline: none;
	display: block;
	padding: 0 0 0 .5rem;
}

.dropdown a:hover, .dropdown a:active, .dropdown a:focus { color: #000; }
.dropdown dt { width: 100%; min-width: 0; }

.dropdown dt a {
	padding: .3rem .7rem;
	background: url("../images/arrow_down.png") no-repeat scroll 98% 50%; 
	display: block; 
	color: #000;
	border: .1rem solid #000;
}  

.dropdown dt a:hover span ,.dropdown dt a:active span, .dropdown dt a:focus span { color: #000; }
.dropdown dt a span { cursor: pointer; }
.dropdown dt a span[class*="status_"] { margin-top: .5rem; }
.dropdown dt ul { margin-bottom: 0; background-color: #fff; }

.dropdown ul a > span:first-child, .dropdown ul a > span:nth-child(2) {
	display: inline-block;
	min-width: 1.2rem;
	min-height: 1.2rem;
	top: .1rem;
	border: .1rem solid var(--middle_gray);
}

.dropdown ul a > span:nth-child(2) { margin-right: .3rem; border-left: 0; }
.dropdown dd { float: none; }
.dropdown dd ul { 
	background: #fff; 
	border: .1rem solid #7a9cd3; 
	display: none; 
	position: absolute; 
	top: 2.5rem;
	width: 100%; 
	list-style: none;
	z-index: 100;
	min-width: 14rem;
}

.dropdown span.value { display: none; }
.dropdown dd ul li:hover, .dropdown dd ul li:active, .dropdown dd ul li:focus { background-color: #1e90ff; }
.dropdown dd ul li a:hover span, .dropdown dd ul li a:active span, .dropdown dd ul li a:focus span { color: #fff; }
.dropdown dt span[class*="status"] { margin-top: .8rem; }
.dropdown span[class*="status"] { margin: .5rem 2rem 0 0; }

#filter_wrapper .dropdown ul a > span:nth-child(2) { border: 0; }
#filter_wrapper dd ul > li:first-child span, #all_colors { border: 0; }

/* ie 10 & ie11 only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.dropdown dt { height: 2.7rem; }
	.dropdown dt a { background-image: url("../images/arrow_down_ie.png"); }
	.dropdown dd ul { top: 0; padding: .5rem 0; border: .2rem solid #000;  }
	.dropdown dd ul li a:hover, .dropdown dd ul li a:active, .dropdown dd ul li a:focus { 
		background: #26a0da;
	}	
}

/* firefox only */
@-moz-document url-prefix() { 	
	.dropdown dd ul {
		background: #fff;
		border: .1rem solid #919191;
		border-top: .1rem solid #b2b2b2;
		border-left: .2rem solid #b2b2b2;
	}
	
	.dropdown a, .dropdown a:visited { padding-left: .3rem; }	
	.dropdown dt a { padding: .4rem .8rem; }
}
/* <<< selectmenu dropdown */
/********************************************************************************/


#customerAddress p { margin-bottom: 2rem; }
#totalValues label { margin-bottom: 0; }
#totalValues label:last-of-type,
#totalValues span:last-of-type {
	margin-top: 1rem;
	display: inline-block;
}

#totalValues dd { float: right;	 }
#totalValues dt:last-of-type, #totalValues dd:last-of-type { margin-top: .5rem; }
#Cash_orderGoods_deliveryInfo { width: 65%; }
#Cash_orderGoods_acceptTerms,
#Cash_orderGoods_acceptPrivacyPolicy,
#Cash_orderGoods_subscribeNewsletter { float: left; margin-top: .5rem; }
#cashForm.standard label { width: 70%; }
#cashForm_cash_order_button { margin-bottom: 1rem; }

/* Memo-Text fuer den Kunden */
.customerMemo {
	border: .1rem solid;
	font-weight: bold;
	margin: 1rem 0;
	padding: 1rem;
}

#cart_table_direct_order th { width: 25%; }
#cart_table_direct_order td input { width: 100%; }
#Cart_reloadCart_cart_reload_cart { margin-bottom: 1rem; }

.haendlerbund { padding: .5rem; display: table; background: #fff; }

#customerInfoBox { z-index: 0; }

/* VOR/NAECHST-Scroller >>>  */
.pre_next { margin-top: 2.5rem; width: 4rem; height: 5.2rem; }
#pre_next { float: left; }
#pre_next img { float: left; }
#pre_next a { text-decoration: none; display: block; float: left; padding: 0 .5rem; }
#pre_next [class*="icon-"] { font-size: 1.2rem; top: -.2rem; color: var(--customer-color); }
#pre_next [class*="icon-"]:last-child { margin-left: .5rem; }
#pre_next a:first-child { border-right: .1rem solid #000; }
/* <<< END  VOR/NAECHST-Scroller */


/* >>> Row-Ansicht im Artikel-Katalog	*/
#product_listing_content .produktBoxRow .price dd { float: right; }
#product_listing_content .produktBoxRow .price dt { min-width: 8rem; }
/* <<< END Row-Ansicht im Artikel-Katalog	*/

@media all and (-webkit-min-device-pixel-ratio:0) { /* styles for webkit-browsers only */
	.dropdown dt a { padding: .4rem .7rem; }
}

/* >>> BEGIN Cookiedisclaimer --------------------------------------------------------------- */
#cookie_policy div { padding: 1rem;  padding-right: 4rem; }
#cookie_policy { 
	text-align: center; 
	position:fixed;
	bottom: 0; 
	z-index: 10000;
	width: 100%; 
	padding: .7rem 5rem;
	border: 1px solid var(--cookie-border-color);
	color: var(--cookie-color); 
	background-color: var(--cookie-bgcolor);
}

#cookie_policy .button { 
	display: inline-block; cursor: pointer;
	border: 1px solid var(--cookie-button-border-color);
}

#cookie_policy .button:hover { color: var(--button-color-hover); }
#cookie_policy a:not(.button) { text-decoration: underline; margin: 0; color: var(--cookie-color); }
#cookie_policy a:hover, #cookie_policy a:active, #cookie_policy a:focus { text-decoration: none; }
/* <<< END Cookiedisclaimer --------------------------------------------------------------- */

tr.sendInfoMessageRow td:first-child,
tr.stockInfoRow td:first-child  { text-align: left; }

/* >>> Tool-Tip fuer TouchScreen	*/
.tooltip_icon { padding-left: 10px; }

tr.sendInfoMessageRow td div {
	border-radius: 50%;
	cursor: help;
	margin-left: .5rem;
	display: table;
	float: right;
}

.lastOrderSizeText {
	background: #bcdd82 none repeat scroll 0 0;
	font-weight: bold;
}

#tooltip {
	text-align: center;
	color: var(--body-color-hover);
	background: var(--body-bgcolor-hover);
	position: absolute;
	z-index: 100;
	padding: 1.5rem;
	font-size: 1.3rem;
}
 
#tooltip:after { /* triangle decoration */
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1rem;
	margin-left: -1rem;
}
 
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 1rem solid #111;
	top: -2rem;
	bottom: auto;
}
 
#tooltip.left:after { left: 1rem; margin: 0; }
#tooltip.right:after { right: 1rem; left: auto; margin: 0; }
/* <<< END Tool-Tip fuer TouchScreen */

div.mz-expand-controls.mz-fade.mz-visible { position: unset; }

/* LikeIt >>> */
a[class*="likeIt"] {
	display: block;
	float: right;
	margin-right: 70px;
	width: 15px;
	height: 15px;
	background: url("../images/like.png") no-repeat;
}

a[class*="likeIt"]:hover, 
a[class*="likeIt"]:focus { background-image: url("../images/like_hover.png"); }
a[class*="likeIt"].active { background-image: url("../images/like_highlighted.png"); }
/* <<< END LikeIt */

#ItemList_filter fieldset { background: none; }

/* Zuerst der Filter auf allen Seiten auszublenden, dann nur auf 2 Seiten erlauben */
header #ItemList_filter { display: none; margin-right: 2rem; }
#ItemListHome header #ItemList_filter, #ItemView header #ItemList_filter, #Cart #ItemList_filter { display:unset; padding: 0; }

.careInfo { margin-top: 2rem; }
label.captcha { width: 100%; font-size: large; }
input.captcha { float: left; margin-bottom: 2rem; }

#cart_table td:first-child a { display: inline; }

/* Zoom-Fenster 
#zoom-placeholder:empty { visibility: hidden; }
#zoom-placeholder {
	position: absolute;
	top: 5rem;
	right: -10rem;
	z-index: 10;
	width: 30rem;
	height: 45rem;
}
 */

/* Wechsel-Bilder  */
#ItemListHome a img.m-over { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease;
}
#ItemListHome a:hover img.m-over { opacity: 1;}

#ItemView .tab { display: inline-block; margin-top: 30px; }
.type_b2c #product_info .dropdown { width: 50%; margin-bottom: 1rem; }

/* Qualitaet-Anzeige */
#itemViewQuality { margin: 1rem 0; }
#itemViewQuality h4 { margin-bottom: 0; }
#itemViewQuality label { 
	width: 10rem; 
	display: inline-block; 
	float: unset; 
	padding:0; 
	width: 7rem;
	font-weight: bold;
}

#itemViewQuality li { list-style-type: none; margin-left: 0;}
#itemViewQuality label span { float: unset; }

a.green,
input.green {
	background: -webkit-linear-gradient(#52b152 1%,#005700 100%); /* background(-gradient) for save-buttons (chrome and safari only) */
	background: linear-gradient(#52b152 1%,#005700 100%) !important; /* background(-gradient) for save-buttons (w3c) */
	border: .1rem solid #52b152 !important; /* border for save-buttons */
}

a.green:hover, a.green:active, a.green:focus,
input.green:hover, input.green:active, input.green:focus {
	background: -webkit-linear-gradient(#5bc45b 0%, #005700 100%); /* background(-gradient) for pseudo-classes of save-buttons (chrome and safari only) */
	background: linear-gradient(#5bc45b 0%, #005700 100%) !important; /* background(-gradient) for pseudo-classes of save-buttons (w3c) */
}

a.red,
input.red {
	background: -webkit-linear-gradient(#a90329 0%,#6d0019 100%) !important; /* background(-gradient) for cancel-buttons (chrome and safari only) */
	background: linear-gradient(#a90329 0%,#6d0019 100%) !important; /* background(-gradient) for cancel-buttons (w3c) */
	border: .1rem solid #a90329 !important; /* border for cancel-buttons */
}

a.red:hover, a.red:active, a.red:focus,
input.red:hover, input.red:active, input.red:focus {
	background: -webkit-linear-gradient(#bf042f 0%, #6d0019 100%) !important; /* background(-gradient) for pseudo-classes of cancel-buttons (chrome and safari only) */
	background: linear-gradient(#bf042f 0%, #6d0019 100%) !important; /* background(-gradient) for pseudo-classes of cancel-buttons (w3c) */
}

/* Matrix in Warenkorb ------------------------------------------------------------*/
#cartPage .table_matrix button[class*="icon-"] { font-size: 1.1rem; height: 3rem; width: 3rem; }
#cartPage #table_wrapper_tableCart { margin-top:1rem; }
#cartPage .table_matrix tr.pmRowHead,
#CustomerInfoOrdersDetail .table_matrix tr.pmRowHead { background: #000; color: #fff; }

#cartPage .table_matrix tr.pmRowHead td,
#CustomerInfoOrdersDetail .table_matrix tr.pmRowHead td { padding: .7rem; font-size: 1.5rem; text-align: center;}

#cartPage .table_matrix,
#CustomerInfoOrdersDetail .table_matrix { min-width: auto; width:auto; }

#cartPage .table_matrix td, #cartPage .table_matrix th,
#CustomerInfoOrdersDetail .table_matrix td, #CustomerInfoOrdersDetail .table_matrix th { min-width: 7rem; }

#cartPage .table_matrix td input { min-width: 5rem; width: 5rem; }
#cartPage .table_matrix .pmEmptyRow,
#CustomerInfoOrdersDetail .table_matrix .pmEmptyRow { display:none; }

#cartPage .item_posi_info tr.pmItemPrice td,
#cartPage .table_matrix .itemQuantity,
#CustomerInfoOrdersDetail .itemQuantity,
#CustomerInfoOrdersDetail .item_posi_info td { text-align: right; }

#cartPage table.table_matrix.tablesaw { width: auto!important; }

#cartPage .table_matrix td:first-child,
#CustomerInfoOrdersDetail .table_matrix td:first-child  { text-align: left; }

#cartPage #Cart_changeEntryMatrix input.maxwidth { width: 100%; }

#cartPage .item_posi_info, 
#CustomerInfoOrdersDetail .item_posi_info { width: auto; }
#cartPage .item_posi_info, 
#cartPage .item_head_info,
#CustomerInfoOrdersDetail .item_posi_info { display: block; float: left; }
#cartPage .table_matrix_item_info .icon-plus { float:left; margin-left:.7rem; }
#cartPage .table_matrix_item_info .icon-delete { float:right; margin-right:.7rem; }
#cartPage .table_matrix_item_info .pmItemImage a.button {  }
#cartPage .table_matrix_item_info .pmItemInfo select, 
#cartPage .table_matrix_item_info .pmItemInfo input{ width: 20rem; }
#cartPage .table_matrix_item_info .pmItemInfo input { margin-top: .7rem; }
#cartPage #Cart_changeEntryMatrix button { margin-bottom: 1rem; }

#cartPage td.pmItemInfo,
#CustomerInfoOrdersDetail td.pmItemInfo { vertical-align: top; background: transparent; }
#CustomerInfoOrdersDetail .item_posi_info label { width: 100%; }
#CustomerInfoOrdersDetail .item_posi_info { margin-bottom: 1rem; }
#CustomerInfoOrdersDetail .item_head_info { margin-right: 1.5rem; width: 25rem; }
#CustomerInfoOrdersDetail .item_head_info label { display:initial; float: unset; }
#CustomerInfoOrdersDetail .item_head_info { display: block; float: left; }
#CustomerInfoOrdersDetail .item_head_info ul li { list-style-type: none; }

[id^="add_size_div_"].add_size {
	padding: .6rem .6rem .6rem .6rem !important;
	max-height: none;
	background: rgba(255,255,255,0.95);
	z-index: 750;
	text-align: left;
	white-space: normal;
	transition: all 800ms;
	position: absolute;
	top: -20%;
	right: 6.5rem;
	opacity: 0;
	height: auto;
	width: 23rem;
	z-index: -10;
}

[id^="add_size_div_"].add_size.visible {
	top: 5rem;
	opacity: 1;
	left: -9.5rem;
	z-index: 10;
	border: 1px solid;
}

[id^="add_size_div_"].add_size button { margin: .5rem 1.8rem 0 0; }

[id^="add_size_close_"] {
	position: absolute;
	top: -.3rem;
	right: .4rem;
	cursor: pointer;
	color: #000;
	font-size: 1.5rem !important;
	font-weight: bold;
	text-decoration: none;
	z-index: 1000;
}

[id^="add_size_close_"]:hover { color: var(--link-color-hover); transform: scale(1.2); }

#cartPage .pmItemInfo span, #cartPage .pmItemInfo a { font-size: 1.5rem; }
#cartPage .pmItemInfo span:first-child { margin-left: 0; }
#cartPage .table_matrix_item_info { border:0; width: 30rem; }
#cartPage .table_matrix_item_info .pmItemImage { width: 11rem; background: transparent; border-right: none; }
#cartPage .table_matrix_item_info .pmItemImage { width: 14rem; }
#cartPage .tablesaw-advance { min-height: 0; }
#cartPage .table_matrix_item_info .pmItemInfo label { margin: 0; font-weight: bold; }
#cartPage .table_matrix_item_info .pmItemInfo label.pmDeliveryDateFromTo { margin-top:.5rem; }

#cartPage .item_additional_text label { width: auto; }
#cartPage .item_additional_text input { width: 85%; }
.small #cartPage .item_additional_text input { width: 100%; }
.large #cartPage .item_additional_text input.button { width: 15%; margin-bottom: 10px; }

#cartPage .table_wrapper .item_posi_info label { margin-left: .5rem; }
/* END Matrix in Warenkorb ------------------------------------------------------------*/

#order_info { width: auto; }
#customerDataPage { margin-top: 7.5rem; }

#personalData form label { min-width: 25%; }
#personalData form input { max-width: 75%; }
#personalData form { padding: 0 15rem 0 0; }

/* >>> Page-Loader */
#loader {
	border: 1rem solid var(--loader-color);
	border-top: 1rem solid var(--loader-color-sector);
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 9999;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* <<< Page-Loader */

.show-only-large { display: none; }
/* KANEVSKI .cartReferenceData, .cartReferenceData  img, .cartReferenceData .itemNumber { display: inline; } */

/* >>> BEGIN MEDIA QUERIES --------------------------------------------------------- */
@media only screen and (max-width: 1451px) {
	.b2b_itemview .itemImage, .b2c_itemview .itemImage { 
		width: 100%;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: nowrap;
		display: flex;
	}
	
	.b2c_itemview #product_info { width: 100%; }
}

@media (min-width: 1024px) {
	.show-only-large { display: block; }
}

@media only screen and (max-width: 1280px) {
	#ItemListHome a:hover img.m-over { opacity: 0; }
	#personalData form { padding: 0; }
	.colorCatalog { margin: 0; }
	#thumbnail_scroller_color, 
	#thumbnail_scroller_color div { padding: 0 !important; }
	.type_b2c #product_info .dropdown { width: auto; }
}

@media only screen and (max-width: 1024px) {                    
	#ItemList_filter fieldset { padding-top: 0; }
	p.message a.icon-cancel { margin: 0; }
	label, input, input[class*="large"], select, textarea, #sitemap ul li { padding-top: .5rem; padding-bottom: .5rem; }
	a[class*="icon-"].button, button[class*="icon-"] { min-width: 4.2rem; }
	table tr th { min-width: 9rem; }
	.product_sizes li { margin: 0 1rem 1rem 0; }
	.product_sizes li a { padding: .5rem; }
	.cart_additional_links a { margin: .5rem  0; }
	.thumbnail_scroller li a { margin: 0 1rem; }
	#table_wrapper_assortment table tr th { min-width: unset; }	
	#Login main .clearfix .large-6 { width: 100%; }
	#pager a.button { font-size: 1.3rem !important; }
	
	.b2c_itemview .large-1 { padding: 0; }
} /* end 1024px */

@media only screen and (max-width: 930px) {	
	.medium-6 { width: 50%; }
} /* end 930px */

/* ONLY 768px */
@media only screen and (max-width: 768px) {
	#personalData form input { max-width: 100%; }
	
	/* >>>> offcanvas-navigation */
	.margintopone { margin-top:0 !important; }

	#toggle_offcanvas { display: block; }
	.link_navigation_cart > div.hide-for-small { display: none !important; }
	#navigation_wrapper:not(.persist_on_mobile) + #toggle_offcanvas { display: table; margin-bottom: 0; }
	#toggle_offcanvas { position:fixed; top:10px; left:10px; z-index:100; }
	
	#navigation_wrapper:not(.persist_on_mobile) {
		position: fixed;
		top: 0;
		left: -100%;
		min-width: 50%;
		max-width: 80%;
		height: 100%;
		opacity: 0;
		z-index: 500;
		overflow: scroll;
		background: var(--offcanvas-bgcolor);
		box-shadow: .2rem .2rem .2rem #000;
	}
		
	#navigation_wrapper nav { padding: 0; }	
	#navigation_wrapper:not(.persist_on_mobile) ul { flex-direction: column; }
	#navigation_wrapper:not(.persist_on_mobile) > ul > li { float: none; border: 0; }
	#navigation_wrapper:not(.persist_on_mobile) ul li:hover > ul, 
	#navigation_wrapper:not(.persist_on_mobile) ul li:active > ul, 
	#navigation_wrapper:not(.persist_on_mobile) ul li:focus > ul { display: none; }
	#navigation_wrapper:not(.persist_on_mobile) > ul > li > a { text-align: left; }
	
	#navigation_wrapper:not(.persist_on_mobile) li {
		background: none; /* remove background so alpha of nav works correctly */
		float: none;
		border-bottom: .1rem solid var(--offcanvas-border-color);
	}

	#navigation_wrapper:not(.persist_on_mobile) ul ul {
		position: relative; /* sets lower levels back to relative position (to take their space within the navigation) */
		z-index: auto;
		left: auto;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) ul ul li { white-space: normal; }
	
	#navigation_wrapper:not(.persist_on_mobile) ul ul ul li { border-bottom: none; }
	
	nav { padding: 0; }
	nav > ul > li > a {
		text-align: left; 
		text-transform: none; 
		color: var(--nav-mobil-color); 
		background-color: var(--nav-mobil-mobil-color); 
	}
	
	nav > ul > li > a span[class*="single_arrow"]{ display: inline-block; }	
	nav ul ul li a { padding-left: 1.5rem }	
	nav ul ul ul li a { padding-left: 1rem; }
	nav ul ul ul ul li a { padding-left: 2.5rem; }
	nav ul ul ul ul ul li a { padding-left: 3rem; }
	.nav_open nav ul ul li span + span[class*="icon"]::before { transform: rotate(90deg); }
	.nav_open > nav > ul > li.close_nav { display: block; }
	
	#main-navigation .clearfix ul { top: 0!important; }
	#main-navigation .clearfix > li { margin-bottom: 0; }
	#main-navigation .clearfix ul > li { display: block!important; width: auto!important; }	
	/* <<<< offcanvas-navigation */
	
	.hide-for-medium-down { display: none !important; }
	#info_text li { float: none; margin-right: 0; }
	#header_nav > li:last-child a.link_navigation_cart div:last-child { display: none; }
	div.box div div { padding: 0 1rem; }
	div.box div div:first-child { padding: 0 1rem 0 0; }
	#cart_table tr td:first-child a { width: 8rem; }
	
	#header_wrapper div.box.login { right: .5rem; }
	#header_nav > li { min-width: 5rem; }
	#header_nav li [class*="link_navigation_"] span:last-child { display: none; }
	
	input[type="search"], #search_input { height: 2.9rem; } /* keep input same height as offcanvas-button */
	
	#cookie_policy a.button {
		position: relative;
		margin: 1rem auto 0 auto; 
		display: table;
		float: none;	
	}
	
	.show-for-medium-only, .show-for-medium-up, 
	.show-for-medium, .show-for-medium-down { display: none !important; }
	body#Cart .margintopone { margin-top: 0; }
	#wishlist_quantity { right: .3rem; }
	#Cash_orderGoods_deliveryInfo { width: 100%; }
	#small_nav_wrapper .large-9.clearfix { width: 100%; }
	#page_index { padding: 1rem .3rem; }
	#pager a.button { display: initial; margin: 0; padding: .6rem; }
	#button_search_mobil span { font-size: 25px; }
	#ItemList_filter #search_input_mobil { width: 180px; }
} /* end 768px */

@media screen and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
	.small-12 { width: 100%; }
	header .status_login { text-align: center; }
	#header_wrapper div:first-child { padding-bottom: 0; padding-right: 1rem; }
	#header_nav li div { float: none; }
	#logo { display: block; margin: 0 auto; }
	a.button, input[type="submit"], button, .button { margin-left: 0!important; }
	.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn { margin-left: .2rem; }
	#PersonalData_changeNewsletter_registerNew_button_newCustomer { margin-top: 1.5rem; }
	
	#info_text {
		float: none;
		display: table;
		margin: 0 auto 1rem auto;
		text-align: center;
	}
	
	.slideshow ul.callbacks2_tabs { display: none !important; }
	label[for*="male"] { padding-top: .5rem; padding-bottom: .5rem; }
	ul#header_nav { margin-bottom: 0; }
	.main-nav ul li a { padding-left: 2rem; }
	.main-nav ul ul li a { padding-left: 3rem; }
	#content_wrapper { padding: 0; }
	div.box.content { padding: 0; }
	table tr th { min-width: 2rem; }
	#cart_table_direct_order th { width: 20%; }
	.message { display: block; }                                  
	form[name="search_form"] { display: table; float: right; }         
	.callbacks .caption { padding: 1rem; }                                                      
	label, input, select, .input_wrapper { width: 100% }
	input[type="number"] { width: auto; }
	#Cart_deleteEntry button { float: left; }
	a[href^="tel"] { text-decoration: underline; }
	
	#header_nav li:nth-child(1) [class*="flyout_"], 
	#header_nav li:nth-child(2) [class*="flyout_"],
	#header_nav li:nth-child(3) [class*="flyout_"] { left: 0; right: auto; }
	
	#header_wrapper #header_nav li [class*="flyout_"] { left: auto; right: -5rem; }
	#header_wrapper #header_nav li .flyout_login { left: auto; right: -15.5rem; }
	#header_nav > li > a span:last-child { 	display: none; }
	header, #content_wrapper, footer { padding: 0; }

	#header_nav { float: none; display: table; margin: 0 auto; }
	#header_nav > li { width: 16.66666%; }
	#thumbnailsImageScroller_verti, #zoom img { max-height: 35rem !important; }
	#zoom img {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cartPage #table_wrapper_tableCart { margin-bottom: 1rem; }
	#Cart_changeEntryMatrix button, #form_direct_order button, #Cart_addItems input.button { margin-left: 0; }
} /* end 480px */
       
/* ONLY 414px */
@media only screen and (max-width: 414px) {
} /* end 414px */


/* ONLY 375px */
@media only screen and (max-width: 375px) {
	
} /* end 375px */


/* ONLY 360px */
@media only screen and (max-width: 360px) {
	
} /* end 360px */

       
@media only screen and (max-width: 320px) {
	#back_to_top_wrapper { right: 52px; }
	#thumbnailsImageScroller_verti li.mTSThumbContainer span { display: none; }
	fieldset label[for="salutation"] + div { margin-bottom: 1rem; }
	fieldset label[for="salutation"] + div label {
		overflow: hidden; /* to force clearfix-effect */
		width: 50%;
		float: left;
	}
	
    .input_wrapper { float: none; width: 100%; }
} /* end 320px */

@media only screen and (max-width: 768px){
	.show-for-small-up { display: none !important; }
}
/* <<< END MEDIA QUERIES --------------------------------------------------------- */
/* TEST 
 div.product_wrapper { border:1px solid dodgerblue;}
#category_wrapper .box_product figure { border: 1px solid black; }
#category_wrapper .box_product { border: 1px solid red; }
.product_wrapper { border: 1px solid green; }
a.box_product img { border: 1px solid blue; }
*/