/* CSS Document */

html {
	overflow-x: hidden;
	max-width: 100%;
}

body {
	/*text-align: center;	
	margin: 0;
	font-family: Arial, Verdana, sans-serif;*/
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	/*margin-top: 108px;*/
	overflow-x: hidden;
	max-width: 100%;
}

header {
	color: #fff;
}

/* colors */
.green {
	/* color: #ACC90A; */
	color: green;
}

.xcdarkblue {
	color: #006;
}

.xclightblue {
	color: #034593;
}

.content-down {
	height: 153px;
}

/* Cross-Browser Support */
.xc-sticky-top {
	/*
    position: relative; 
	*/
	/* I am the fallback */

    /* Give it everything you got! (use an auto prefixer...) */
	/*
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
	*/
	z-index:	1100;
}

#xc-sticky-top-0 {
	/*
	position: fixed;
	z-index:	1100;
	width:	100%;
	*/
}

/* breakpoints */
.xc-sticky-offset {
	/*top: 2.8em;*/
}

div#wrapper {
	/*width: 1000px;*/ /*bootstrapped */
	margin: 0 auto;
	/*background-color: black; /*debug*/
}

/* general */
hr {
	border: 1px solid #DDD;
}

br.clearleft {
	clear: left;
}

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}

div.floatright {
	float: right;
}

div.aligncenter {
	text-align: center;
}

a {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #B2CD1B;
	text-decoration: none;
}

a:hover .price_brutto {
	color: #006;
}

.card-header {
	background-color: #034593; 
	color: #fff;
}

a:hover .card-header {
	/*background-color: #b2cd1b;*/
	background-color: #006;
}

a:hover .card-img {
	transform: scale(1.1);
}

span.nowrap {
	white-space: nowrap;
}

legend {
	color: #B2CD1B;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	height: 26px;
	display: table-cell;
	vertical-align: middle;
}

span.icon_tel {
	background-image: url(../images/system/icon_phone.png);	
	width: 16px;
}

span.icon_mail {
	background-image: url(../images/system/icon_mail.png);	
	width: 24px;
}

div#header_logo {
	width: 218px;
	height: 37px;
	float:	left;
	margin-top: 18px;
	margin-left: 18px;
}

hr.header_seperator {
	width: 1px;
	height: 37px;
	margin: 18px 18px 0px 18px;
	float: left;
	border: 0;
	background-color: #ffffff;	
}

.div.seal_bestpreis {
  position: relative;
  left: 40px;
  top: 4px;
  float: left;
}

div.seal_bestpreis a img{
  height: 60px;
}

img.logo {
	width: 218px;
	height: 37px;
	border: 0;
}

/*
ul.mainmenu li:first-child:hover{
	padding-left: 18px;
	background-color: #00104D;
	color: #fff;
}
*/
/*
ul.mainmenu li:first-child:hover a{
	color: #fff;
}



ul.mainmenu li#mainmenu_item_1.mainmenu_item.current, ul.mainmenu li#mainmenu_item_1:hover {
	background-color: #ACC90A;
}

ul.mainmenu li#mainmenu_item_2.mainmenu_item.current, ul.mainmenu li#mainmenu_item_2:hover {
	background-color: #FFC000;
}

ul.mainmenu li#mainmenu_item_3.mainmenu_item.current , ul.mainmenu li#mainmenu_item_3:hover {
	background-color: #00B0F0;
}

ul.mainmenu li#mainmenu_item_4.mainmenu_item.current , ul.mainmenu li#mainmenu_item_4:hover {
	background-color: #2CC;
}

ul.mainmenu li#mainmenu_item_5.mainmenu_item.current , ul.mainmenu li#mainmenu_item_5:hover {
	background-color: #EA650D;
}

ul.mainmenu li#mainmenu_item_6.mainmenu_item.current , ul.mainmenu li#mainmenu_item_6:hover {
	background-color: #8064A2;
}

*/

/*

ul.mainmenu li a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	padding-right: 1em;
	padding-left: 1em;
}

ul.mainmenu li a:hover{
	color: #ffffff;
}


ul.mainmenu li.current a {
	color: #fff;
}
*/

div#content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
	/*margin-top: 5px;*/
}

div.mainmenu_content {
	display: inline;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 598;
	width: 1000px;
	background-color: #fff;
	/*background-color: #fff;*/
	/*min-height: 280px;*/
	
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.5);

   /*
   border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 7px;
	*/
}

table.mainmenu_flexnav_table {
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

div.mainmenu_flexnav_content hr.mainmenu_flexnav_content_hr {
	border: 1px solid #b3b3b3;
    margin-top: 2.8em;
    margin-bottom: 9px;
}

div.mainmenu_flexnav_content:hover hr.mainmenu_flexnav_content_hr {
	border: 1px solid #006;
}

div.mainmenu_flexnav_content {
	/*height: 220px;*/
	position: relative;
	padding-right: 5px;
	/*padding-bottom: 1em;*/
}

/*
div.mainmenu_content_catgrp {
	display: none;
	border-top: 4px solid #006;
}

div.mainmenu_content_catgrp div:hover hr {
	
}

div.mainmenu_content_catgrp  div:hover span {
	color: #006;
}

div#mainmenu_content_1 {
	border-top: 4px solid #ACC90A;

}

div#mainmenu_content_1 div:hover hr {
	border: 1px solid #ACC90A;
}

div#mainmenu_content_1  div:hover span {
	color: #ACC90A;
}

div#mainmenu_content_2 {
	border-top: 4px solid #FFC000;
}

div#mainmenu_content_2 div:hover hr {
	border: 1px solid #FFC000;
}

div#mainmenu_content_2  div:hover span {
	color: #FFC000;
}

div#mainmenu_content_3 {
	border-top: 4px solid #00B0F0;
}

div#mainmenu_content_3 div:hover hr {
	border: 1px solid #00B0F0;
}

div#mainmenu_content_3  div:hover span {
	color: #00B0F0;
}

div#mainmenu_content_4 {
	border-top: 4px solid #2CC;
}

div#mainmenu_content_4 div:hover hr {
	border: 1px solid #2CC;
}

div#mainmenu_content_4  div:hover span {
	color: #2CC;
}

div#mainmenu_content_5 {
	border-top: 4px solid #EA650D;
}

div#mainmenu_content_5 div:hover hr {
	border: 1px solid #EA650D;
}

div#mainmenu_content_5  div:hover span {
	color: #EA650D;
}

div#mainmenu_content_6 {
	border-top: 4px solid #8064A2;
}

div#mainmenu_content_6 div:hover hr {
	border: 1px solid #8064A2;
}

div#mainmenu_content_6  div:hover span {
	color: #8064A2;
}

div.mainmenu_content_catgrp table {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.mainmenu_content_catgrp table td {
	width: 16%;
	text-align: center;
	padding: 10px 20px;
}

div.mainmenu_content_catgrp table td div {
	height: 190px;
	position: relative;
}



*/


/*header end*/

div#breadcrumb {
	/*background: url('../images/system/bg_seperator_mainmenu_content.png') repeat-x;*/
	/*
	min-height: 26px;
    background-image: linear-gradient(to bottom, #D4D4D4 10%, #FFF 100%);
    width: 100%;
    color: #444; 
    background-color: #FFF;
    float: left;
    margin: 1px 0px 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 1em;
    padding-left: 10px;
	*/
	width: 100%;
}

div#breadcrumb i {
	padding: 0px 6px;
}

div.breadcrumb_content {
	/*padding-left: 18px;*/
}

div.breadcrumb_content a {
	color: #444;
	text-decoration: none;
}

div.breadcrumb_content a:hover {
	color: #B2CD1B;
	text-decoration: none;
}

img.breadcrumb_seperator {
	margin-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0;
}
/* content */
div#column_left {
	/*float: left;*/
	text-align: left;
}

span.navLeft_heading {
	color: #006;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 2em 0 0 7px;
}

img.icon_navRight {
    float: left;
    height: 33px;
    top: 3px;
    position: relative;
    margin-right: 6px;
}

.maxwidth59 {
	max-width: 59px;
}

div.navRightPopoverConatiner {
	position: absolute;
	left: -145px;
	z-index: 100;
}

/* see navleft.css 
h3.navLeft, h3.navRight {
	color: #006; 
	font-size: 1em; 
	font-weight: bold;
	margin: 0 0 0.25em; 
	padding-top: 1em; 
	padding-bottom: 0.7em;
	float: left;
}
*/

img.navRight_paymentmethods {
	margin-left: 20%;
	float: left;
	margin-bottom: 1em;
}

p.navLeft_img {
	text-align: center;
	border: 0;
}

div.navLeft_img_container {
	float: none;
	width: 100%;
	padding: 12px 0px 12px 0px;
	text-align: center;
	border: 0;
}

img.navRight_logo_ups {
	width: 19px;
	height: 23px;
	float: right; 
	position: relative; 
	top: -3px; 
	right: 3px;
	border: 0;
}

img.navRight_logo_dpd {
	 height: 23px;
	 position: relative; 
	 float: right;
	 border: 0;
}

img.navLeft {
	float: none;
	display: inline-block;
	border: 0;
}

div#column_center {
    text-align: left;
    font-family: Arial,Verdana,sans-serif;
    color: #444;
    font-weight: normal;
}

div#column_center.default_3_cols {
	/*margin: 0px 15px 45px 15px;
	width: 585px;*/
}

div#column_center.default_2_cols {
	/*margin: 0px 0px 45px 15px;
	width: 785px;*/
}

/*div#column_center h2, div#column_center h1 {*/
div#column_center h1, div#column_center h2, div#column_center h1.page {
	color: #006;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	/*margin: 5px 0px 5px 0px;*/
	/*border-bottom: 1px solid #444;*/
	border-bottom: 1px solid #DDD;
	/*padding-bottom: 3px;*/
}

h2.mainmenu_h2 {
	color: #006;
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
}

div#column_center h2.category_title {
	color: #006;
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: 700;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px none;
}

div#column_center .category-pane--text h2.category_title,
#contentColumn .category-pane--text h2.category_title {
	background: #006;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.1rem;
	font-style: normal;
	margin: -0.75rem -0.75rem 0.75rem;
	padding: 0.65rem 0.9rem;
}

div#column_center .category-pane--text h1.category_title,
#contentColumn .category-pane--text h1.category_title {
	background: #006;
	border: 0;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.1rem;
	font-style: normal;
	margin: -0.75rem -0.75rem 0.75rem;
	padding: 0.65rem 0.9rem;
}

div#column_center .category-pane--text h2.category_title,
#contentColumn .category-pane--text h2.category_title {
	background: #006 !important;
	color: #fff !important;
}

div#column_center .category-pane--text h1.category_title,
#contentColumn .category-pane--text h1.category_title {
	background: #006 !important;
	color: #fff !important;
}

div#column_center .content-category-intro h2.category_title,
#contentColumn .content-category-intro h2.category_title {
	background: none !important;
	color: #006 !important;
}

div#column_center .category-pane--text h2.category_title a,
div#column_center .category-pane--text h2.category_title span,
#contentColumn .category-pane--text h2.category_title a,
#contentColumn .category-pane--text h2.category_title span {
	color: #fff;
}

div#column_center .category-pane--text h1.category_title a,
div#column_center .category-pane--text h1.category_title span,
#contentColumn .category-pane--text h1.category_title a,
#contentColumn .category-pane--text h1.category_title span {
	color: #fff;
}

div#column_center .content-category-intro h2.category_title,
#contentColumn .content-category-intro h2.category_title {
	background: none;
	border-radius: 0;
	color: #006;
	font-size: 1.7em;
	font-style: italic;
	margin: 0 0 0.35rem;
	padding: 0;
}

.content-category-intro {
	margin-top: -0.35rem;
	margin-bottom: -0.35rem;
}

div#column_center h2.category_group {
	color: #006;
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: 700;
	margin-top: 0px;
	padding-top: 0px;
	border: 0;
}

h2.mainmenu_h2 {
    padding: 3px 5px 4px 24px;
    /*background-color: gray;*/
	color: #fff;
	margin: 0;
}

div#column_center h2.nobtmborder {
	border-bottom: none;
}

div.contactinfo h3 {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	border-bottom: 1px solid #444;
}

div.contactinfo_column1 {
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	float: left;
}

div.contactinfo_column2 {
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	float: right;
}

span.contact_companyTitle {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

p.contact_text {
	color: #444;
	padding: 0;
	margin: 0;
}

.contact_text a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
	color: #006;
}

div#column_center h3 {
	font-weight: bold;
	color: #444;
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
}

div#column_center ul.company, div#column_center ul.agb {
	list-style: decimal inside;
	margin: 0;
	padding: 5px 0px 0px 0px;
}

div#column_center ul.company li, div#column_center ul.agb li {
	font-family: Arial, Verdana, sans-serif;
	color: #444;
	font-weight: normal;
	font-size: 1em;
}

div#column_center ul.company li {
	padding: 0px 0px 0px 40px;
}

div#column_center ul.agb li {
	padding: 0px 0px 12px 12px;
}

div#column_center h4 {
	color: #006;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: none;
	padding-top: 5px;
	text-align: left;
}

div#column_center h3.newsfeed {
	color: #006;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	border: none;
	padding-top: 5px;
	text-align: left;
}

div.feed-itemDate {
	text-align: right;
	font-size: 1em;
	color: #444;
	font-family: Arial, Verdana, sans-serif;
}

div.feed-item-description {
	margin: 0px 0px 45px 0px;
}

table.references_tableMoreCustomers  {
	border-collapse: collapse;
}

div#slides_referenzen {
	display: none;
}

.slidesjs-navigation {
	margin-top: 45px;
}

.slidesjs-previous {
	margin-right: 5px;
	float: left;
	text-decoration: none;
	color: #006;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.slidesjs-next {
	margin-left: 5px;
	float: right;
	text-decoration: none;
	color: #006;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

table.references_tableMoreCustomers tr td {
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding-right: 10px;
}

div#column_center p {
	font-family: Arial, Verdana, sans-serif;
	color: #444;
	font-size: 1em;
	font-weight: normal;
}

div#column_center div.contactbox {
	position: relative;
	float: left;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	color: #444;
	font-size: 1em;
	font-weight: normal;
}

div#column_center div.contactbox div.contactleft {
	float: left;
}

div#column_center div.contactbox div.contactright{
	float: left;
	padding-left: 48px;
}

img.contact {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border: 0;
}

ul.disc li {
	list-style-type: disc;
}

table.graphic {
	width: 48%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.graphic td {
	padding-top: 6px;
	padding-bottom: 6px;
}

td.graphic_withBorderBottom{
	border-bottom: 1px solid #aaaaaa;
}

td.alignright {
	text-align: right;
}

img.graphics {
	 border: 0;
	 width: 565px;
	 height: 250px;
	 border: 0;
}

img.showroom {
	width: 100%;
	border: 0;
}

table.appointment {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
/*
td.appointment_title {
	 background-color: #ABC909;
	 color: #fff;
	 padding: 5px;
	 font-weight: bold;
	 font-size: 1.3em;
	 border-right: 1px solid #B3B3B3;
}
*/

table.appointment tr td.bordercolumn1 {
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding-left: 5px;
	width: 125px;
	height: 29px;
}

table.appointment tr td.bordercolumn2 {
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	text-align: left;
}

input.appointment_radio {
	margin: 3px 24px 0px 5px;
	padding: 0;
}

input.appointment_time {
	margin: 0px 24px 0px 2px;
	padding: 0;
}

table.appointment tr td textarea {
	border: 1px solid #B3B3B3;
	margin-left: 48px;
}

form.appointment {
	font-family: Arial, Verdana, sans-serif;
	color: #444;
	font-size: 12px;
	font-weight: normal;
}

td.btn_appointment, td.btn_appointment_left, td.btn_appointment_right  {
	height: 36px;
	margin-top: 24px;
}

td.btn_appointment_left {
	margin-left: 48px;
	float: left;
}

td.btn_appointment_right {
	margin-right: 48px;
	float: right;
}

input.btn_appointment_reset, input.btn_appointment_submit {
	background: url(../images/system/btn_green.png) top no-repeat;
	width: 96px;
	height: 24px;
	color: #fff;
	font-weight: bold;
}

input.btn_appointment_reset:hover, input.btn_appointment_submit:hover {
	background: url(../images/system/btn_green_active.png) top no-repeat;
	width: 96px;
	height: 24px;
	color: #444;
	font-weight: bold;
}

input.btn_appointment_reset {
	border: none; 
	padding: 2px;
	font-size: 12px;
}

input.btn_appointment_submit {
	border: none; 
	padding: 2px;
	font-size: 12px;
}

/* prd-view */
div#column_center div.productdetails h2 {
	color: #006;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	border-bottom: 1px solid #DDD;
}

span#productdetails_backToOverview {
	color: #444;
	font-size: 1em;
	border: none;
	font-weight: normal;
}

span#productdetails_backToOverview a {
	color: #444;
	text-decoration: none;
}

span#productdetails_backToOverview a:hover { 
	color: #B2CD1B; 
}

h1.productdetails {
	color: #006;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

div.productprice {
	float: right;
}

div.productprice div.price_netto, div.productprice div.price_brutto , div.productprice div.price_regular {
	/*text-align: right;*/
	/*width: 156px;*/
}

div.price_regular {
	text-decoration: line-through;
	float: left;
	padding: 0 0.4em 0.6em 0.4em;
}

div.productprice div.price_brutto {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #034593;
}

div.productprice div.price_netto, div.productprice div.price_regular {
	color: #444;
	font-weight: bold;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 2px;
}

div.productdetails_information {

}

div.productimage_container {
	overflow: hidden;
	width: 100%;
	height: auto;
}

div.imageselbox {
	float: left;
	height: 100%
;
	/*width: 100%;*/
	border-bottom: 2px solid #fff;
}

div.imageselbox:has(.current), div.imageselbox:hover {
	border-bottom: 2px solid #034593;
}

/* Vertikales Thumbnail-Layout */
div.imageselbox-vertical {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	max-width: 70px;
	max-height: 70px;
	border: 2px solid #fff;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	margin: 0 auto;
	flex-shrink: 0;
}

/* Desktop: Größere Thumbnails */
@media (min-width: 992px) {
	div.imageselbox-vertical {
		width: 80px;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
		max-width: 80px;
		max-height: 80px;
	}
}

div.imageselbox-vertical:has(.current), div.imageselbox-vertical:hover {
	border-color: #034593;
	transform: scale(1.05);
}


div.imageselbox img {
	/*max-width: 90%;*/
}


div.imageselbox:hover img {
	/*max-width: 110%;*/
	transform: scale(1.2);
}

div#imagesel a {
	/*text-decoration: underline;*/
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #444;
}

/* Thumbnail-Container mit Scroll für viele Bilder */
div#imagesel {
	/* Mobile: Horizontales Scrollen */
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

/* Desktop: Vertikales Scrollen ab lg Breakpoint */
@media (min-width: 992px) {
	div#imagesel {
		max-height: 360px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		padding-right: 5px;
		position: relative;
	}
	
	/* Scrollbar ausblenden */
	div#imagesel::-webkit-scrollbar {
		width: 0;
		display: none;
	}
	
	div#imagesel {
		scrollbar-width: none;
	}
	
	/* Chevron Scroll Buttons - außerhalb der Thumbnails positioniert */
	.imagesel-scroll-btn {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		height: 25px;
		background: rgba(0, 102, 204, 0.9);
		color: white;
		border: none;
		border-radius: 6px;
		cursor: pointer;
		z-index: 25;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		transition: all 0.2s;
		box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		opacity: 0.9;
		pointer-events: auto;
	}
	
	.imagesel-scroll-btn:hover {
		background: rgba(0, 102, 204, 1);
		opacity: 1;
		transform: translateX(-50%) scale(1.1);
		box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	}
	
	.imagesel-scroll-btn.disabled {
		opacity: 0.3;
		cursor: not-allowed;
		pointer-events: none;
		background: rgba(150, 150, 150, 0.5);
	}
	
	.imagesel-scroll-up {
		top: -35px;
	}
	
	.imagesel-scroll-down {
		bottom: -35px;
	}
	
	/* Imagesel Container - Platz für Buttons schaffen */
	#imagesel {
		margin-top: 40px;
		margin-bottom: 40px;
		max-height: 280px;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 102, 204, 0.5) transparent;
	}
	
	#imagesel::-webkit-scrollbar {
		width: 4px;
	}
	
	#imagesel::-webkit-scrollbar-track {
		background: transparent;
	}
	
	#imagesel::-webkit-scrollbar-thumb {
		background: rgba(0, 102, 204, 0.5);
		border-radius: 2px;
	}
	
	#imagesel::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 102, 204, 0.7);
	}
}

div#imagesel a.current, div#imagesel a:hover {
	/*text-decoration: none;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #4DBCFE;
}

div#imagesel a:hover, div#imagesel a.current {
	text-decoration: underline;
}

img.mainimg {
	border: 0px none;
	/*
	float: right;
	position: relative;
	max-width: 400px;
	*/
	/*max-height: 280px;*/
	/*
	height: 300px;
	*/
	/*width: 94%;*/
	/*
	right: 0;
	*/
}

.keepImageContainerHeight {
	position: relative;
}

@media (max-width: 767px) {
	.keepImageContainerHeight {
		min-height: auto;
	}
}

.openIntoLightboxControls {
	position: relative;
	font-size: 2em;
	color: #ffffff;
	margin-bottom: 1em;
}

.productvideo, .product3d {
	position: relative;
	width: 100%;
	display: block;
}

/* Moderner Video Container mit aspect-ratio */
.video-container-16by9 {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #000;
}

.video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

img.additionalimg {
	display: none;
	border: 0;
}

div.video {
	display: none;
	border: 0px none;
	top: 0%;
	position: absolute;
	height: 350px;
	width: 450px;
	z-index: 1;
	left: 218px;
}

a.moreinfolink {
	color: #444;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

a.moreinfolink img {
	border: 0px none;
	padding-right: 4px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	width: 145%;
	margin-top: 8px;
}

a.moreinfolink:hover {
	text-decoration: none;
	color: #B2CD1B;
}

div#column_center span.infotitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	float: left;
	width: 100%;
	color: #006;
	padding-bottom: 3px;
	margin-bottom: 0.5em;
}

div.grafikerinformationen, div.aufbauanleitungen, div.gestaltungsvorlagen {
	float: none;
}

/* product options */
div.seitenwand_4 img, div.seitenwand_3 img, div.seitenwand_2 img, div.seitenwand_1 img, div.garnfarbe img, div.dachfarbe img, div.saeulenfarbe img, div.farbe img, img.prd_optselimg , div.tischplatte img, div.tischgestell img {
	float: left;
	width: 2.4em;
	height: 2.4em;
	margin-right: 2px;
	margin-bottom: 15px;
	border: #939598 1px solid;
	cursor: pointer;
}

/*
select.dachfarbe, select.saeulenfarbe, select.farbe {
	padding-left: 2px;
	height: 2em;
}
*/

div.seperator2 {
	height: 24px;
	float: left;
	width: 100%;
}

div.quantity_selection, div.quantity_selection_2opts  {
	position: relative;
	bottom: -2.5em;
	left: 0px;
	width: 160px;
	float: left;
	margin-bottom: 3em;
}
/*
div.quantity_selection_2opts {
	position: absolute;
	bottom: -75px;
	left: 140px;
	width: 160px;
	float: left;
}
*/
span.quantity-controls {
	width: 15px;
	float: left;
	padding-top: 2px;
	margin: 0 0 0 10px;
}

input.quantity-input {
	/*height: 2em;
	width: 4em;
	text-align: center;
	
	float: left;
	margin: 7px;*/
	font-weight: 700;
}

div.quantity_selection input.quantity-input, div.quantity_selection_2opts input.quantity-input {
	height: 2em;
	width: 4em;
	text-align: center;
	
	float: left;
	margin: 7px;
	font-weight: 700;
}


input.quantity-controls {
	border: none;
	width: 15px;
	padding: 0px;
}

input.quantity-plus {
	background: url(../images/system/quantity-controls.png) repeat-x;
	margin-bottom: 2px;
}

input.quantity-minus {
	background: url(../images/system/quantity-controls.png) repeat-x;
	background-position: 15px 0;
}

div.buy {
	width: 100%;
	float: left;
	margin: 0;
}

input.mietanfrage, input.addtocart, input.instantcart {
	background: url(../images/system/btn_addToCart.png) top no-repeat;
	color: white;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-weight: bold;
	width: 128px;
	height: 48px;
	margin: 30px 0px 12px 0px;
	border: 0;
}

/*.addtocart, input.instantcart {*/
.addtocart {
	float: right;
}

input.mietanfrage, input.instantcart, input.mietanfrage {
	float: left;
}

.instantcart i, .addtocart i {
	padding: 0px 5px;
}

 input.mietanfrage {
	margin-right: 5px;
}

p.mietpreis {
	padding: 20px 0px 0px 0px;
}

input.mietanfrage:hover, input.addtocart:hover, input.instantcart:hover {
	background: url(../images/system/btn_addToCart_active.png) top no-repeat;
	color: #444;
}

div.productdesc_column1, div.productdesc_column2 {
	font-size: 1em;
}

div.allgemeine_informationen, div.beschreibung, div.bestandteile, div.technischedaten, div.anwendungsbereich, div.brandingaufdruck, div.material, div.farbe, div.produktionszeit, div.mindestbestellmenge, div.bemerkungen, div.umwelt, div.design {
	padding-bottom: 1em;
}

div.allgemeine_informationen {
	font-size: 1em;
}

div.productdesc_column1 {
	float: left;
	width: 49%;
}

div.productcontentblock_heading, div.productdesc_heading {
	color: #006;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DDD;
	width: 100%;
}

/* Mobile padding for product content blocks */
@media (max-width: 767px) {
	div.productblock_text {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	
	/* Mengenpreise und Accessoires volle Breite auf Mobile */
	div.mengenpreise,
	div.accessoires {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* Padding für Content-Cols innerhalb der Boxen (nicht die erste Row mit Header) */
	div.mengenpreise .row:not(:first-child) .col-12,
	div.mengenpreise .row:not(:first-child) .col-3,
	div.mengenpreise .row:not(:first-child) .col-9 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	
	/* Explizites Padding für mengenpreise_infotext */
	div.mengenpreise_infotext {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	
	/* Accessoires Label hat bereits p-2, die row.row-cols-1 braucht kein extra padding */
	/* da die cols innerhalb automatisch Bootstrap padding haben */
	
	/* Fancybox mobile Anpassungen - Force innerhalb viewport */
	body.compensate-for-scrollbar {
		overflow: hidden !important;
	}
	
	/* Input Groups mobile */
	.input-group .form-control,
	.input-group .btn {
		height: 40px !important;
	}
	
	.btn-addAccToCart {
		height: 40px !important;
		min-height: 40px !important;
		margin-left: 8px !important;
	}
	
	.input-group.bootstrap-touchspin .form-control {
		height: 40px !important;
	}
	
	.input-group-btn-vertical {
		height: 40px !important;
	}
	
	.input-group-btn-vertical > .btn {
		height: 20px !important;
		line-height: 20px !important;
		font-size: 12px !important;
	}
	
	/* Alle Buttons - Touch-freundliche Mindesthöhe */
	.btn {
		min-height: 44px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0.5rem 1rem !important;
	}
	
	/* Kleine Buttons (btn-sm) */
	.btn-sm {
		min-height: 38px !important;
		padding: 0.375rem 0.75rem !important;
	}
	
	/* Touchspin Buttons ausnahme - die müssen kleiner bleiben */
	.input-group-btn-vertical > .btn {
		min-height: unset !important;
		display: block !important;
	}
	
	/* Checkout Buttons - nebeneinander auf mobile */
	.row.mb-3 > .col-12.col-md-6 {
		flex: 0 0 calc(50% - 4px);
		max-width: calc(50% - 4px);
	}
	
	.row.mb-3 > .col-12.col-md-6.mb-2 {
		margin-bottom: 0 !important;
		margin-right: 8px;
	}
	
	.fancybox__container {
		max-width: 100vw !important;
		max-height: 100vh !important;
		height: 100vh !important;
		overflow: hidden !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	
	.fancybox__viewport {
		max-width: 100vw !important;
		max-height: 100vh !important;
		height: 100vh !important;
		overflow: hidden !important;
		position: relative !important;
	}
	
	.fancybox__slide {
		max-width: 100vw !important;
		width: 100vw !important;
		max-height: calc(100vh - 70px) !important;
		height: calc(100vh - 70px) !important;
		position: relative !important;
	}
	
	.fancybox__content {
		max-width: 100vw !important;
		width: 100vw !important;
		max-height: calc(100vh - 70px) !important;
		height: calc(100vh - 70px) !important;
		transform: none !important;
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
	}
	
	.fancybox-image {
		max-width: 100vw !important;
		width: 100vw !important;
		max-height: calc(100vh - 70px) !important;
		height: 100% !important;
		object-fit: contain !important;
	}
	
	.fancybox__toolbar {
		position: fixed !important;
		right: 10px !important;
		top: 10px !important;
		z-index: 10002 !important;
		background: rgba(0,0,0,0.7) !important;
		border-radius: 4px !important;
		padding: 5px !important;
	}
	
	.fancybox__caption {
		position: absolute !important;
		bottom: 70px !important;
		left: 0 !important;
		right: 0 !important;
		max-width: 100vw !important;
		background: rgba(0,0,0,0.85) !important;
		color: white !important;
		padding: 6px 10px !important;
		max-height: 60px !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
		font-size: 13px !important;
		line-height: 1.3 !important;
		z-index: 10001 !important;
	}
	
	.fancybox__thumbs {
		position: absolute !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: 70px !important;
		background: rgba(0,0,0,0.95) !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		white-space: nowrap !important;
		z-index: 10001 !important;
		scroll-behavior: smooth !important;
		padding: 5px !important;
	}
	
	.fancybox__thumb {
		display: inline-block !important;
		width: 60px !important;
		height: 60px !important;
		margin-right: 5px !important;
		flex-shrink: 0 !important;
		border: 2px solid transparent !important;
		transition: border-color 0.2s !important;
	}
	
	.fancybox__thumb.is-selected {
		border-color: #ffffff !important;
	}
}

div.umwelt img {
	width: 100%;
}

div.productdesc_column2 {
	float: right;
	width: 49%;
}

/*table#productdetails-quantitytable {
	border-width: 0px;
	border-color: #EDEDED;
	border-style: solid;
	margin-top: 0em;
	border-collapse: collapse;
	width: 100%;
}
*/

span.quantitytable_quantities {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #006;
	background-color: #f4f4f4;
	width: 100%;
	float: left;
}

span.quantitytable_quantities_grey {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #5F5F5F;
	background-color: #034593;
	padding: 1px 7px;
	border: 0;
	width: 100%;
	float: left;
}

div.mengenpreise {
    background-color: #f4f4f4;
}

div.quantitytable_seperator {
	height: 1px;
	background-color: #fff;
}

span.quantitytable_varianttext {
	color: #006;
	 background-color: #f4f4f4;
	/*background-color: #F0F6D2;*/
	padding: 1px 7px;
	font-size: 1em;
	width: 100%;
	float: left;
}

.quantitytable_varianttext_box {
    /*background-color: #F0F6D2;*/
	border-bottom: 0;
}

span.quantitytable_varianttext_first {
	color: #006;
    font-size: 1em;
    font-weight: bold;
    background-color: #f4f4f4;
}

div.mengenpreise_infotext {
	font-size: 1em;
}

div.productdetails_infotext {
	color: #4dbcfe;
	font-weight: bold;
	font-size: 0.7em;
}

/* zubehoer */

div.accessoires, div.acctitle {
	width: 100%;
}

div.accessoires_label {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #006;
	border: 0;
}

div.accessory {
	width: 49%;
	margin-top: 2px;
	position: relative;
	min-height: 235px;
}

div.acctitle {
	/*color: #646464;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 0px solid #F3F3F0;
	background-image: url(../images/system/bg_acclist_green.gif);
	backgreound-repeat: repeat-x;
	height: 4em;
	*/
}

span.acctitle {
	/*
	position: relative;
	top: 8px;
	left: 24px;
	float: left;
	padding-right: 35px;
	*/
}

div.accessorysubtitle {
	border-bottom: 1px solid #F3F3F0;
	width: 100%;
}

div.accsku, div.accprice {
	font-size: 1em;
	font-weight: bold;
	color: #646464;
}

div.accsku {
	padding-left: 24px;
}

div.accimage {
	float: left;
	/*width: 90px;*/
}

div.accimage img {
	/*max-width: 90px;
	max-height: 73px;*/
	border: 0;
}

div.acctext {
	/*float: right;
	font-size: 1em;
	height: 14em;
	overflow: hidden;
	*/
}

div.accbuy {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

div.accamountsel {
	float: left;
}

div.accaddtocart {
	float: right;
}

.alert_acc, .alert_accPrd {
	display: none;
	/*position: absolute;*/
	width: 100%;
	z-index: 1;
}

input.accaddtocart-button {
	background: url(../images/system/btn_addToCart_96x24.png) top no-repeat;
	border: 0;
	color: white;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: right;
	margin-top: 5px;
	font-weight: bold;
	width: 96px;
	height: 24px;
}

input.accaddtocart-button:hover {
	background: url(../images/system/btn_addToCart_active_96x24.png) top no-repeat;
	border: 0;
	color: #444;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: right;
	margin-top: 5px;
	font-weight: bold;
	width: 96px;
	height: 24px;
}

/* popups */
#backgroundPopup, #backgroundPopupAddress, #backgroundPopupShipment, #backgroundPopupPayment, #backgroundPopupTos {
    z-index:89;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}



input#ba_company, input#ba_email, input#ba_country, input#ba_tel, input#ba_name, input#ba_prename, input#ma_company, input#ma_email, input#ma_country, input#ma_tel, input#ma_name, input#ma_prename {
	/*width: 163px;*/
}

#cart_address, #select_shipment, #select_payment, #tos {
    font-family: Arial, Verdana, Sans-Serif;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -260px;
    position: fixed;
    top: 13%;
    width: 525px;
    z-index: 2;
	border-radius: 12px;
	padding: 25px;
}

/*input.conf_checkbox {
    position: relative;
    top: -4px;
}*/

#tos {
	overflow-y: scroll;
	overflow-x: hidden;
    height: 635px;
}

div.loader {
    background: url("../images/system/blitzanfrage/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.mietanfrage_close, div.blitzanfrage_close, div.cart_adress_close, div.cart_shipment_close, div.cart_payment_close, div.tos_close {
    background: url("../images/system/blitzanfrage/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
	right: 12px;
	top: -10px;
    width: 30px;
}
span.mietanfrage_close_tooltip, span.blitzanfrage_close_tooltip, span.cart_adress_close_tooltip , span.cart_shipment_close_tooltip , span.cart_payment_close_tooltip, span.tos_close_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 30px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -70px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
    /*overflow-y:scroll;*/
    height: 100%;
}

div#popup_content p {
	float: left;
}

/*
div#popup_content  label {
    font-family: Arial, Verdana, sans-serif;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	width: 120px;
}
*/

span.mietanfrage_title, span.blitzanfrage_title, span.select_shipment_title, span.select_payment_title, span.popup_title {
	color: #006;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DDD;
	width: 100%;
	float: left;
}

span.select_shipment_title {
	margin-bottom: 24px;
}


/* search */

div.lp_subcatbox {
	position: relative;
	width: 79px;
	height: 100px;
	float: left;
	margin-top: 45px;
	padding: 6px;
}

div.lp_subcatbox p {
	text-align: center;
}

img.lp_subcatimg {
	max-width: 79px;
	max-height: 64px;
	border: 0;
	float: left;
}

div.productbox {
	width: 49%;
	position: relative;
	height: 160px;
	margin-top: 24px;
}

div.productbox img {
	max-width: 79px;
	max-height: 64px;
	border: 0;
}

span.productbox_title {
	color: #006;
	float: left;
	font-weight: bold;
	width: 100%;
	margin-bottom: 12px;
}

a.productbox_link {
	float: left;
	width: 79px;
}

span.productbox_description {
	float: left;
	width: 200px;
	font-size: 11px;
}

div.productbox_price {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	background-color: #B2CD1B;
	width: 64px;
	padding: 4px;
	font-weight: bold;
	font-size: 11px;
}

div#column_center p.searchpage {
	float: left;
}

input.searchpage_searchbox {
	float: left;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

input.searchbutton {
	color: white;
	border: 0;
	background: url(../images/system/btn_addToCart_132x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	width: 135px;
	float: right;
	position: relative;
	top: 3px;
}

input.searchbutton:hover {
	color: #444;
	background: url(../images/system/btn_addToCart_active_132x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	border: 0;
}

input.search_shop_box, input.xc_input_box {
	border-color: #ccc;
}

#tracking_form .input-group {
	display: flex;
	flex-wrap: nowrap;
}

#tracking_form .input-group .form-control {
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#tracking_form .input-group .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
	padding: 0.375rem 0.75rem;
	flex: 0 0 auto;
	width: auto;
}

#tracking_form .input-group .btn:hover,
.btn-changeAddresses:hover {
	background-color: #006 !important;
	border-color: #006 !important;
}

/* Modern form styling for user address forms */
.cart_checkout_register_customer_billing .card,
.cart_checkout_register_customer_shipping .card {
	border: none !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.cart_checkout_register_customer_billing .form-control,
.cart_checkout_register_customer_billing .form-select,
.cart_checkout_register_customer_shipping .form-control,
.cart_checkout_register_customer_shipping .form-select {
	border: 1px solid #ced4da;
	padding: 0.5rem 0.75rem;
}

.cart_checkout_register_customer_billing .form-check-input,
.cart_checkout_register_customer_shipping .form-check-input {
	width: 1.5em;
	height: 1.5em;
	margin-top: 0;
	border: 2px solid #666;
	cursor: pointer;
}

.cart_checkout_register_customer_billing .form-check-input:checked,
.cart_checkout_register_customer_shipping .form-check-input:checked {
	background-color: #034593;
	border-color: #034593;
}

.cart_checkout_register_customer_billing .form-check-label,
.cart_checkout_register_customer_shipping .form-check-label {
	margin-left: 0.5rem;
	cursor: pointer;
	font-size: 1rem;
}

.cart_checkout_register_customer_billing .notification,
.cart_checkout_register_customer_shipping .notification {
	display: none;
}

.btn_saveAddresses {
	background-color: #034593 !important;
	color: #fff !important;
}

.btn_saveAddresses:hover {
	background-color: #006 !important;
}

/* mod cart */
div#mod_cart {
	/*
	float: right;
	position: absolute;
	right: 0px;
	*/
}

a.mod_cart {
	font-family: arial;
	color: #006;
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
}

a.mod_cart:hover{
	color: #ffffff;
	text-decoration: none;
}

.btn-cart {
	width: auto;
}

.btn-touchspin {
	
}

.bootstrap-touchspin {
	flex-wrap: nowrap;
}

/* Input Groups - einheitliche Höhen */
.input-group .form-control,
.input-group .btn {
	height: 38px;
	line-height: 1.5;
}

.input-group.bootstrap-touchspin .form-control {
	height: 38px;
}

.input-group-btn-vertical > .btn {
	height: 50% !important;
	line-height: 1;
}

.btn-addAccToCart {
	height: 38px !important;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.375rem 0.75rem;
}

.btn-filter {
	align-items: center;
	background-color: transparent;
	border: 1px solid #034593;
	color: #034593;
	display: inline-flex;
	font-weight: bold;
	height: auto;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	text-align: center;
	white-space: normal !important;
	width: 100%;
	word-break: break-word;
}

.btn-filter:hover,
.btn-filter:focus,
.btn-filter.active,
.btn-filter:active {
	background-color: #034593;
	border-color: #034593;
	color: #fff;
}
/*
@supports (-ms-accelerator:true) {
  .cart { width:auto; } 
}*/

/* navright_products */
div.navProducts_header {
	color: #006;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	border-bottom: 1px solid #DDD;
	/*margin: 5px 0px 5px 0px;*/
	padding-bottom: 3px;
	float: left;
	width: 100%;
}

div.navProducts_subcatheader {
	font-size: 1em;
	font-weight: bold;
	color: #006;
	margin-bottom: 7px;
}

div.navright_productlist {
	width: 49%;
}

div.navright_productlist a, a.link_navright_product {
	text-decoration: none;
	font-weight: normal;
	font-size: 0.7em;
	font-family: arial;
	color: #454545;
	/*display: block;
	padding: 2px 2px 2px 6px;*/
}
div.navright_productlist a:hover {
	color: #B2CD1B;
	text-decoration: none;
}

a.link_navright_product div.card-footer {
	background: none;
	padding: 1em 0em 0em 0em;
	border: 0px;
}

a.link_navright_product div.card {
	border: 0px;
	padding-bottom: 1em;
}

a.link_navright_product img.card-img-top {
	border: 0px;
}

.subcategoryCards .card-header, .h1x1 .card-header {
    background-color: #006;
	color: #fff;
}

.subcategoryCards .card .price_brutto, .h1x1 .card .price_brutto { 
    text-align: right;
    font-weight: 700;
	font-size: 1.1em;
    padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: none;
}

.subcategoryCards .card .price_netto, .h1x1 .card .price_netto {
	font-weight: normal;
	font-size: 0.85em;
}

.subcategoryCards .card,
.h1x1 .card {
	transition: box-shadow 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.subcategoryCards .card-body,
.h1x1 .card-body {
	overflow: hidden;
	position: relative;
	flex: 1 1 auto;
}

.subcategoryCards .card-body img,
.h1x1 .card-body img {
	transition: transform 0.3s ease-in-out;
	display: block;
}

.subcategoryCards a:hover .card-body img,
.h1x1 a:hover .card-body img {
	transform: scale(1.1);
}

.subcategoryCards .card:hover,
.h1x1 .card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 102, 0.25) !important;
}

.subcategoryCards .card-header a, .h1x1 .card-header a {
	text-decoration: none;
}
/*

span.home_heading3 {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	float: left;
	width: 100%;
}

span.home_heading3 i {
	margin-right: 0.5em;
}
*/

div.navright_productlist img {
	/*max-width: 79px;
	max-height: 63px;*/
	max-width: 100%;
	max-height: 100%;
	border: 0;
	margin-bottom: 8px;
}

img.icon_info {
	padding-left: 7px;
	position: relative;
	top: 0px;
	border: 0;
}

/* cart */
table.cart-summary {
	width: 100%;
}

span.cart_summary_title {
	color: #006;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #444;
	padding-bottom: 3px;
	text-align: left;
	float: left;
	width: 100%;
}

table.cart-summary tr th {
	background: #E8E8E8 url(../images/system/backgrounds.png) top repeat-x;
	border-bottom: solid #E9E8E8 1px;
	padding: 6px 5px 5px 3px;
}

th.cart_th_cartquantity {
	width: 65px;
}

table.cart-summary tr td {
	vertical-align: top;
}



td.col_paypalExpress {
	text-align: right;
}

td.cart_table_seperator {
	height: 24px;
}

td.cart_itemsum_title, td.cart_netto_title, td.cart_tax_title, td.cart_brutto_title {
	text-align: right;
}

input.quantity, input.proof_quantity, input.dp_quantity, input.acc_quantity, input.optqty, input.conf_quantity, input.acc_quantity, input.gfx_quantity {
	/*width: 40px;*/
}

td.acctitle {

}

th.cart_th_carttotal {
	width: 80px;
	text-align: right;
}

td.price_column {
	text-align: right;
}


td.cart_product_seperator {
	border-bottom: 1px solid #444;
	padding-top: 12px;
}

span.opttitle {
	font-weight: bold;
	float: left;
	width: 100%
}

img.cart_prdoptimg {
	float: left;
	width: 13px;
	height: 15px;
	margin-right: 2px;
	margin-bottom: 15px;
	border: #939598 1px solid;
	cursor: pointer;
}

img.payment_icon {
	max-height: 28px;
	/*
	position: relative;
	top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	*/
}

div#cart_navigation, div.customerData_nav, div.shipment_nav, div.payment_nav {
	width: 100%;
}

div.shipment_nav, div.payment_nav {
	margin-top: 36px;
}

div#cart_nav_left {
	width: 30%;
	float: left;
	text-align: left;
}

div#cart_nav_right {
	width: 30%;
	float: right;
	text-align: right;
}

div#cart_nav_center {
	float: left;
	text-align: center;
	width: 40%;
}

a.cart_continue, a.cart_back, a#cart_address_cancel, a#customer_save, a#cart_shipment_cancel, a#shipment_save {
	color: white;
	border: 0;
	background: url(../images/system/btn_addToCart_132x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	width: 120px;
}

a.cart_back, a#cart_address_cancel, a#cart_shipment_cancel {
	float: left;
}

a.cart_continue, a#customer_save, a#shipment_save {
	float: right;
}

a.cart_continue:hover, a.cart_back:hover, a#cart_address_cancel:hover, a#customer_save:hover, a#cart_shipment_cancel:hover, a#shipment_save:hover {
	color: #444;
	background: url(../images/system/btn_addToCart_active_132x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	border: 0;
	width: 120px;
}

a.cart_continue:hover {
	float: right;
}

a.cart_back:hover {
	float: left;
}

/* cart kundendaten summary */
div.customerData_summary {
	float: left;
	width: 50%;
}

div.deliveryAddress_summary {
	float: right;
	width: 50%;
}

div#cart_summary {
	display: none;
}

/* cartkundendaten */
div#cart_address, div#select_shipment, div#select_payment, div#tos {
	display: none;
}

div.cart_rechnungsanschrift {
	width: 49%;
	float: left;
}

div.cart_lieferanschrift {
	width: 49%;
	float: right;
}

div.cart_lieferanschrift_show {
	display: block;
}

div.cart_lieferanschrift_hide {
	display: none;
}

span#cart_rechnungsanschrift_title, span#cart_lieferanschrift_title {
	color: #00467F;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold; 
}

span.rechnungsanschrift-icon, span.lieferanschrift-icon {
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
	border: 0px;
	background: url(../images/system/shop_icons.png) no-repeat top left;
	float: left;
	position: relative;
	bottom: 6px;
}

span.termsofservice-icon{
	background: url(../images/system/shop_icons.png) no-repeat top left;
	background-position: 0 -1309px;
	height: 24px;
	margin-left: 12px;
	margin-right: 12px;
	vertical-align: middle;
	width: 24px;
	display: inline-block;	
	float: left;
}

input#street, input#da_street, input#ba_street, input#ma_street {
	/*width: 110px;
	float: left;*/
}

input#streetnr, input#da_streetnr {
	/*width: 36px;
	float: right;*/
}

input#ba_streetnr, input#ma_streetnr {
	/*width: 36px;
	float: left;
	margin-left: 13px*/
}

input#zip, input#da_zip, input#ba_zip, input#ma_zip {
	/*width: 36px;
	float: left;*/
}

input#city, input#da_city {
	/*width: 110px;
	float: right;*/
}

input#ba_city, input#ma_city {
	/*width: 110px;
	float: left;
	margin-left: 13px;*/
}

input#accept_tos {
	float: left;
}

select#country, select#title, select#da_country, select#da_title {
	width: 100%;
}

textarea.cart_message {
	width: 80%;
	height: 96px;
	margin-top: 24px;
	margin-bottom: 24px;
	border: 1px solid #444;
}

/*
.ba_type_sel {
	vertical-align: middle;
	line-height: 3em;
	display: table-cell;
}
*/

span.rechnungsanschrift-icon {
	background-position: 0 -138px;
}

span.lieferanschrift-icon {
	background-position: 0 -284px;
}

div#confirm_order {
	/*display: none;*/
}

/*product oerview page */

div#overview {
	width: 100%;
	float: left;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	color: #444;
	font-size: 12px;
	font-weight: normal;
}

div.overview_moreinfo {
	float: right;
	padding-right: 5px;
}

img.overview-lazyimg {
	width: 113px;
	height: 170px;
	border: 0;
}

div.overview_productbox {
	width: 160px;
	height: 258px;
	border: 1px solid #b3b3b3;
	text-align: center;
	border-spacing: 0px;
	padding: 0;
	margin: 0px 25px 30px 0px;
	position: relative;
	float: left;
}

div.overview_productbox:hover {
	box-shadow: 0px 2px 15px 0px #444;
}

span.overview_product_description {
	display: none;
}

div.overview_productbox img {
	max-width: 113px;
	max-height: 170px;
	border: 0;
}

span.overview_productsku {
	color: #444;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    text-align: center;
    left: 0;
    width: 100%;
    float: left;
}

div.overview_productprice {
	text-align: center;
}

div.overview-card .card-header{
	color: #fff;
	background-color: #006;
}

a:hover div.overview-card {
	
}

a:hover div.overview-card .card-header, a:hover div.overview-card .card-footer {
	color: #fff;
	background-color: #B2CD1B;
}

span.overview_producttitle {
	/*color: #000066;*/
	
	font-weight: normal;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	height: 48px;
	text-align: left;
	width: 100%;
}

span.overview_subcattitle {
	color: #000066;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 7px;
	float: left;
	width: 100%;
}

span.overview_cattitle {
	text-decoration: underline;
	color: #000066;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
}

span.overview_catgrptitle {
	border-left: 5px solid #ACC90A;
	background-color: #f4f4f4;
	color: #006;
	font-weight: bold;
	margin: 0;
	padding: 4px 4px 4px 6px;
	text-align: left;
	border-bottom: none;
	float: left;
	width: 100%;
	font-size: 18px;
}

div.catcontainer {
	border: 1px solid #B3B3B3;
	padding-left: 17px;
	padding-top: 17px;
}

a.jumpup {
	float: right;
	text-decoration: none;
	color: #444;
	padding-bottom: 24px;
	font-size: 11px;
}

a.jumpup:hover {
	color: #B2CD1B;
}

a.hide {
	color: #444;
	text-decoration: none;
	
	float: right;
	/*
	position: relative;
	
	bottom: 35px;
	padding-right: 17px;
	*/
}

a.hide:hover {
	color: #B2CD1B;
}

div.overview_nav {
	padding-bottom: 17px;
	margin-top: 12px;
}

span.overview_catselect {
	color: #000066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 14px;
	text-decoration: underline;
	float: left;
	margin-left: 24px;
	width: 100%;
}

select.select_cat {
	color: #444;
}

/* home */
div#home_werbebanner li.blueArrow, div#home_praesentationswaende li.blueArrow, div#home_outdoor-equipment li.blueArrow, div#home_promotion-event-equipment li.blueArrow, div#home_messestand li.blueArrow, div#home_zubehoer li.blueArrow {
	list-style-image: url(../images/system/icon_arrow_blue.gif);
}

div#home_werbebanner li.greenArrow, div#home_praesentationswaende li.greenArrow, div#home_outdoor-equipment li.greenArrow, div#home_promotion-event-equipment li.greenArrow, div#home_messestand li.greenArrow, div#home_zubehoer li.greenArrow {
	color: #ACC90A;
	list-style-image: url(../images/system/icon_arrow_green.gif);
}

div#home_praesentationswaende h2 {
	border-left: 5px solid #FFC000;
}

div#home_outdoor-equipment h2 {
	border-left: 5px solid #00B0F0;
}

div#home_promotion-event-equipment h2 {
	border-left: 5px solid #22CCCC;
}

div#home_messestand h2 {
	border-left: 5px solid #EA650D;
}

div#home_zubehoer h2 {
	border-left: 5px solid #8064A2;
}

img.home-lazyimg {
	max-width: 96px;
	max-height: 140px;
	border: 0;
	width: 96px;
	height: auto;
	min-height: 60px;
}

/* Lazy loading placeholder - zentriere SVG-Spinner in Cards */
.card-img.lazy,
.card-img.lazy-loading,
img.lazy:not([src]),
img.lazy[src=""],
img.lazy-loading {
	display: block;
	margin: 0 auto;
	min-height: 120px;
	object-fit: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' stroke='%230d6efd' stroke-width='8' fill='none' stroke-dasharray='60 200' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 50 50' to='360 50 50' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

div.price_netto {
	color: #444;
	font-weight: bold;
	font-size: 0.8em;
	background: none;
	position: relative;
}

div.categoryMatrixAngebote div.price_netto {
	top: 1em;
	float: right;
	width: 100%;
	text-align: right;
}

div.price_regular_netto {
	width: 100%;
	text-decoration: line-through;
}

div.categoryMatrixAngebote a:hover div.price_regular_brutto, div.categoryMatrixAngebote a:hover div.price_regular_netto {
	color: #444;
}

div.price_brutto {

}

div.price_regular_brutto {
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
	text-decoration: line-through;
}

.home_category  .price_brutto {
	/*margin-top: 2px;*/
	width: 100%;
	text-align: center;
}

.label_sorting {
	position: relative;
	bottom: -8px;
}



/* produktoptionen */
span.product_optionsbox_heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	float: left;
	width: 100%;
	color: #006;
	padding-bottom: 3px;
	margin-bottom: 0.5em;
}

/* home end */

img.quality {
	border: 0;
	width: 150px;
	height: 148px;
	float: right;
}

img.seal_bestpreis_blue {
	border: 0;
	height: 110px;
	float: right;
	position: relative;
	/*top: -34px;*/
	padding-right: 18px;
	padding-left: 24px;
}

img.company {
	float: right;
	border: 0;
}

div#column_right {
	/*width: 185px;
	padding: 0;
	float: left;
	text-align: left;
	margin: 0px 0px 45px 0px;*/
	float: right;
}

div#teaser_references {
	display: none
}

img.teaser_reference {
	width: 180px;
	height: 101px;
	border: 0;
}

ul.navRight {
	font-size: 1em;
	padding: 0;
	margin-top: 0px;
}

ul.navRight li {
	list-style: none;
	color: #444;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	line-height: 1.5em;
	font-size: 1em;
	float: none;
	clear: both;
}

ul.navRight li.arrowRightGrey {
	list-style-image: url('../images/system/icon_arrowRightGrey.jpg');
	margin-left: 18px;
}

li.arrowRightGrey {
	list-style-image: url('../images/system/icon_arrowRightGrey.jpg');
	margin-left: 18px;
}

ul.navRight li a, a.navRightClickable ul.navRight li {
	text-decoration: none;
	color: #444;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

ul.navRight li a:hover, a.navRightClickable:hover  ul.navRight li {
	color: #B2CD1B;
}

img.navRight_quality {
	width: 80%;
	margin-left: 20%;
	border: 0px none;
}

img.navRight_support {
	width: 100%;
	border: 0px none;
}



/* error handling */

span.page_title {
	color: #006;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #444;
	padding-bottom: 3px;
	text-align: left;
	float: left;
	width: 100%;
}

div.error_nav {
	width: 100%;
	height: 40px;
	position: relative;
}

div#err_nav_left {
	float: left;
	text-align: left;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}

div#err_nav_right {
	float: right;
	text-align: right;
	width: auto;
	position: absolute;
	right: 0;
}

div#err_nav_center {
	float: left;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 38%;
	width: auto;
}

input.b2b_login {
	background: url('../images/system/btn_addToCart_96x24.png') top no-repeat;
	border: 0;
	color: white;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: right;
	font-weight: bold;
	width: 96px;
	height: 24px;
	margin-left: 20px;
}

input.b2b_login:hover {
	background: url(../images/system/btn_addToCart_active_96x24.png) top no-repeat;
	border: 0;
	color: #444;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: right;
	font-weight: bold;
	width: 96px;
	height: 24px;
	margin-left: 20px;
}

input.b2b_forget {
	background: url('../images/system/btn_addToCart_132x24.png') top no-repeat;
	border: 0;
	color: white;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: right;
	font-weight: bold;
	width: 132px;
	height: 24px;
	margin-left: 20px;
}

input.b2b_forget:hover {
	background: url(../images/system/btn_addToCart_active_132x24.png) top no-repeat;
	border: 0;
	color: #444;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: right;
	font-weight: bold;
	width: 132px;
	height: 24px;
	margin-left: 20px;
}

a.b2b_logout {
	background: url('../images/system/btn_addToCart_96x24.png') top no-repeat;
	border: 0;
	color: white;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: left;
	font-weight: bold;
	width: 96px;
	height: 24px;
}

a.b2b_logout:hover {
	background: url(../images/system/btn_addToCart_active_96x24.png) top no-repeat;
	border: 0;
	color: #444;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px;
	float: left;
	font-weight: bold;
	width: 96px;
	height: 24px;
}

/* Nur Internet Explorer 10 */
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	ul.mainmenu {
		overflow: hidden;
	}
	ul.mainmenu li {
		display: inline;
		border-right: 1px solid whitesmoke;
		border-left: 0 solid white;
		padding: 8px 0px 2px 0px;
		overflow: hidden;
	}
	
	ul.mainmenu li  a{
		margin-top: 6px;
	}
}
*/

/*b2b */
.b2b_customer_company, .b2b_customer_surname, .b2b_company_volumeOfSales {
	width: 100%;
}

.b2b_customer_phone, .b2b_company_employees, .b2b_email, .b2b_customer_street, .b2b_company_wsBudget, .b2b_customer_country {
	width: 95%;
}

.b2b_customer_prename, .b2b_customer_zip {
	width: 93%;
}

.b2b_customer_streetnr {
	width: 30%;
}

.b2b_customer_city {
	width: 62%;
}

.b2b_company_topClients {
	resize: none;
	width: 100%;
}

span.b2b_headlines {
	color: #006;
	font-weight: bold;
	font-size: 13px;
}

ul.b2b_list {
	padding-left:0;
}

th.b2b_regTable_col1 {
	width: 36%;
}

th.b2b_regTable_col2 {
	width: 5%;
}

th.b2b_regTable_col3 {
	width: 27%;
}

th.b2b_regTable_col4 {
	width: 32%;
}

div#b2bErrorBox {
	color: red;
}

div#b2bErrorBox li {
	list-style-type: none;
}

table.b2b_login {
	width: 100%;
}

/* eKomi Widget */

div#eKomiWidget_default a img {
	width: 100%;
}


/* category_group_default */

table.category_group_catbox td {
	vertical-align: top;
	width: 50%;
}

table.category_group_catbox td.categories_overview_content_area {
	width: 100%;
	float: right;
	text-align: right;
}

div.categories_content_show {
	display: inline;
}

div.categories_content_hide {
	display: none;
}

div.button_produkt_categories_overview, div.button_system_categories_overview, div.button_druck_categories_overview, div.button_vorteile_categories_overview {
    height: 20px;
    width: 58px;
    background: url('../images/system/button_categories_overview_content.png') no-repeat scroll 0% 0% transparent;
    cursor: pointer;
    text-align: center;t
	float: left;
	margin-left: 24px;
	padding-top: 2px;
}

span.button_produkt_categories_overview, span.button_system_categories_overview, span.button_druck_categories_overview, span.button_vorteile_categories_overview {
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

span.button_categories_overview:hover, span.button_categories_overview_active {
	color: #B2CD1B;
}

/* category_default */
.categoryMatrix .h1x1 {

}

.categoryMatrixAngebote .h1x1 {

}

.categoryMatrix .h1x1 .product_name, .categoryMatrixAngebote .h1x1 .product_name {
	display: block;
	overflow: hidden;
	height: 80px;
	padding: 0px 8px 3px 8px;
}

.categoryMatrix .h1x1 .product_image, .categoryMatrixAngebote .h1x1 .product_image {
	display: block;
	overflow: hidden;
	height: 140px;
	padding: 0px 8px 3px 8px;
}

.h1x1 .price_brutto, .h1x1 .price_netto {
	width: 100%;
	margin: 0px;
}

span#txt_price_regular_netto {
	float: right;
	color: rgb(68, 68, 68);
	font-size: 1em;
	padding-top: 5px;
	padding-right: 20px;
	text-decoration: line-through;
}
/*checkout*/
/*div#checkout_login_left, div#user_forget_password, div#user_msg_passwordReset {
	float: left;

}
*/
div#user_forget_password, div#user_msg_passwordReset {
	display: none;
}
/*
div#checkout_login_right {
	float: right;

}
*/

a.btn_checkout_guest {
	float: right;
	color: white;
	font-weight: bold;
	padding: 6px 5px 5px 3px;
	box-sizing: border-box;
	background-color: #ABC909;
}

.card_select_material {
	cursor: pointer;
}



/* lindas css here */

/* checkout-login by ld*/

td.loginheader {
    padding-bottom: 20px;
}

/*
a.loginbutton1, a#btn_continue_sofort {
    color: white;
	border: 0;
	background: url(../images/system/btn_addToCart_132x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	width: 120px;
}

a.loginbutton1:hover, a#btn_continue_sofort:hover {
    color: #444;
	background: url(../images/system/btn_addToCart_active_132x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	border: 0;
	width: 120px;
}
*/
/*
a.loginbutton2, a#btn_register_continue_step1 {
    color: white;
	border: 0;
	background: url(../images/system/loginbutton2_245x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	width: 245px;
}

a.loginbutton2:hover, a#btn_register_continue_step1:hover {
    color: #444;
	background: url(../images/system/loginbutton2_active_245x24.png) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	border: 0;
	width: 245px;
}
*/

td.logindata {
    width: 100px;
}

td.registerinformation, td.billingaddress_headline, td.deliveryAddress_headline {
    padding-bottom: 20px;
}

/* Entfernt: border-left für Card-Layout nicht mehr nötig
div#checkout_login_right {
    border-left: 1px solid;
	border-color: gray;
	padding-left: 25px;
}
*/

/* new-member-registration by ld */

td.billingaddress_data, td.deliveryAddress_data {
    padding-right: 50px;
}

td.billingaddress_inputfields, td.billingaddress_data, td.deliveryAddress_inputfields{
    padding-bottom: 10px;
}

/*
input.select_shipmentmethod {
    margin: 10px 5px 10px 5px;
}
*/


div.clsRightEntries {
	margin-right: 40px;
}

/*user */
span.icon_billingAddress {
	background-image: url(../images/system/icon_billingAddress.png);	
	width: 32px;
	height: 32px;
	float: left;
}

span.icon_deliveryAddress {
	background-image: url(../images/system/icon_deliveryAddress.png);	
	width: 32px;
	height: 32px;
	float: left;
}

input.addtocart_right, input.instantcart_left {
	background: url(../images/system/btn_addToCart.png) top no-repeat;
	color: white;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-weight: bold;
	width: 128px;
	height: 48px;
	margin: 30px 0px 12px 0px;
	border: 0;
}

input.addtocart_right:hover, input.instantcart_left:hover {
	background: url(../images/system/btn_addToCart_active.png) top no-repeat;
	color: #444;
}

input.addtocart_right {
	float: right;
}

input.instantcart_left {
	float: left;
}


/*category-view */

div.teaser_compare_models {
	float: left;
	width: 100%;
	padding-top: 22px;
	text-align: right;
}

span.teaser_compare_models_text {
	font-size: 1em;
	font-family: arial;
	color: #444;
	margin-right: 7px;
	text-decoration: none;
}

div.category_compare_wrapper {
	/*display: none;*/
}

div.compare_models_wrapper_unfold, div.compare_models_wrapper_fold {
	float: right;
	cursor: pointer;
}

.category_product_navigation {
	width: 100%;
	float: left;
	padding-top: 41px;
}

.category_product_navigation_left {
	float: left;
}

.category_product_navigation_right {
	float: right;
}

.category_product_navigation_left ul.pagination {
	margin: 0px;
}

/*
.category_product_navigation_left span, .category_product_navigation_right span {
	float: left;
	margin-right: 12px;
	vertical-align: middle;
	position: relative;
	top: 7px;
}
*/

/*
.category_product_navigation_left ul {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

.category_product_navigation_left ul li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #b3b3b3;
	padding: 5px 20px;
	margin-right: 12px;
	border-radius: 3px;
	height: 12px;
}
*/
.category_product_navigation_right select {
	height: 26px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 5px 13px;
	font-size: 12px;
}

.category_product_matrix {
	
}

.product_matrix_tile {
	/*width: 170px;*/
	float: left;
	/*margin-right: 20px;*/
	margin-top: 24px;
	min-height: 320px;
}

.product_matrix_tile a:hover{
	color: #444;
}

.product_matrix_tile_image {
	text-align: center;
}

.product_matrix_tile_image img {
	height: 170px;
}

.category_product_matrix div:hover hr {
	border: 1px solid #006;
}

.matrix_product_headline {
	/*font-size: 1em;
	font-weight: bold;
	color: #006;
	*/
}


.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .4s;
}

.rotate-reset {
    transform: rotate(0deg);
    /*transform: rotate(180deg);*/
    transition: .4s;
}

/*
span.arrow_small_s {
	background: url(../images/system/arrow_small_s.png) top no-repeat;
	width: 9px;
	height: 9px;
	float: right;
	margin-top: 1px;
}

span.arrow_small_e {
	background: url(../images/system/arrow_small_e.png) top no-repeat;
	width: 9px;
	height: 9px;
	float: right;
	margin-top: 1px;
}
*/
/*
span.icon_pdf {
	background: url(../images/system/icon_pdf.png) top no-repeat;
	width: 9px;
	height: 9px;
	float: right;
	margin-top: 1px;
}
*/
div.category_compare_footer {
	float: left;
	padding-top: 21px;
	width: 100%;
}

span.text_pdf {
	padding-left: 7px;
}

span.text_more {
	padding-right: 7px;
}


div.category_compare_wrapper {
	padding-top: 22px;
	float: left;
	width: 100%;
	/*display: none;*/
}

div.category_compare_box  {
	border: 1px solid #E4E4E4;
	/*height: 385px;
	width: 162px;
	float: left;
	margin-right: 19px;*/
	padding: 5%;
	position: relative;
	margin-top: 20px;
	min-width: 162px;
	overflow: hidden;
}

div.category_compare_box_messeboden {
	min-height: 650px;
}

div.category_compare_box_rollup-displays, div.category_compare_box_messetische-barhocker {
	min-height: 655px;
}

div.category_compare_box_digital-signage {
    min-height: 745px;
}

div.category_compare_box_banner-displays, div.category_compare_box_messewand-werbewand, div.category_compare_box_werbefahnen-outdoor-displays, div.category_compare_box_kundenstopper-plakatrahmen , div.category_compare_box_prospektstaender {
	min-height: 725px;
}

div.category_compare_box_werbetheken-promotiontheken, div.category_compare_box_leuchtsaeulen-werbesaeulen , div.category_compare_box_promotionstaende, div.category_compare_box_messe-deckenhaenger {
    min-height: 690px;
}

div.category_compare_box_faltdisplays-magnet, div.category_compare_box_faltzelte-werbezelte, div.category_compare_box_eventzelte, div.category_compare_box_messestand-faltdisplay, div.category_compare_box_messestand-alusystem {
	min-height: 765px;
}	

div.category_compare_box_faltdisplays-textil, div.category_compare_box_messestand-panoramic-p-line, div.category_compare_box_messestand-panoramic-h-line {
	min-height: 780px;
}

div.category_compare_box_messestand-expand-linkwall, div.category_compare_box_messestand-panoramic-lightbox {
	min-height: 805px;
}

div.category_compare_box_expand {
    width: 266px;
    height: 420px;
}

div.category_compare_box_last {
	margin: 0;
}

div.category_compare_box  span.headline{
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #006;
}

ul.category_compare {
	list-style-type: none;
	padding: 0px;
}


div.category_compare_box_messestand-cube-frame  ul{
	min-height: 195px;
}
/*
ul.category_compare li {
	background: url(../images/system/icon_check_green.png) no-repeat 0 -3px transparent;
	padding-left: 22px;
	/*height: 25px;
	padding-bottom: 1em;
}
*/

/*
div.category_compare_box div.compare_price_box {
	position: absolute;
	bottom: 9px;
	text-align: right;
	width: 90%;
}

div.category_compare_box span.compare_price_netto {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #006;
	
	position: absolute;
	right: 9px;
	
}
*/

div.category_product_textbox_allgemeine_eigenschaften {
	float: left;
	width: 80%;
}

div.category_product_textbox_allgemeine_eigenschaften table td {
    height: 178px;
    vertical-align: top;
}

div.category_product_navigation_left ul li {
	cursor: pointer;
}

/* mainmenu flexnav additions*/
li.category_matrix_navigation_active {
	background-color: #444;
	color: #fff;
}






div#mainnav {
	/*float: left;
	text-align: left;
	width: 100%;
	margin: 0;
	position: relative;
	max-height: 37px;*/
}

div#mainnav .navbar {
	margin-bottom: 0px;
}

/*
ul.mainmenu_overview li:first-child:hover a{
	color: #fff;
}
*/



ul.mainmenu_overview li a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	padding-right: 1em;
	padding-left: 1em;
}

ul.mainmenu li a:hover{
	color: #ffffff;
}

/*
ul.mainmenu_overview li a:hover{
	color: #444;
}
*/


ul.mainmenu li.current a {
	color: #fff;
}

/*
ul.mainmenu_overview li.current a {
	color: #fff;
}
*/

ul.mainmenu_overview li ul {
	top: 36px;
	/*position: absolute;
	top: 0;*/
}

/*
ul.mainmenu_overview li a {
	background: url('../images/system/bg_mainmenu.png') repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	padding-right: 1em;
	padding-left: 1em;
}*/

/* category_group */
div.category_group_static_teaser {
	/*height: 140px;*/
	width: 100%;
	float: left;
	height: 140px;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 13px;*/
	/*background: red;*/
}

div.category_group_static_teaser img {
	width: 100%;
	height: 140px;
}

.category_group_catbox img {
	padding: 0px;
	height: 300px;
	width: 465px;
}

span.cg_compare_text {
    float: right;	
}

.category-pane {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 1.25rem;
	padding: 0.75rem 0.75rem 1rem;
}

.category-pane .row.ps-2,
.category-pane .row.pe-2,
.category-pane .row.ps-lg-0,
.category-pane .row.pe-lg-0 {
	padding-left: 0;
	padding-right: 0;
}

.category-pane--intro {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.category-pane--intro .btn_category_edit {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 10;
}

.category-pane--intro .cg_compare_text {
	display: block;
	float: none;
	padding: 0.5rem 0.75rem 0.75rem;
}

.category-pane--download {
	padding: 0.75rem 0.75rem 1rem;
}

.category-pane--notes {
	padding-top: 0;
}

.category-pane--notes .category-notes-header {
	background: #006;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
	margin: -0.75rem -0.75rem 0.75rem;
	padding: 0.65rem 0.9rem;
}

.category-pane .category-pane-header {
	background: #006;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
	margin: -0.75rem -0.75rem 0.75rem;
	padding: 0.65rem 0.9rem;
}

.category-pane--notes a {
	color: #006;
	text-decoration: none;
}

.category-pane--notes a:hover,
.category-pane--notes a:focus {
	color: #B2CD1B;
}

.category-pane--notes .card {
	background: #fff;
}

.category-pane--notes small {
	font-size: 1em;
}

.category-pane--text .bg-light {
	background-color: #fff !important;
}

.category-pane--bestsellers {
	background: #fff;
	padding: 0.75rem 0.75rem 1rem;
}


.category-pane--accent {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), inset 4px 0 0 var(--accent-color, #034593);
}

.category-title-header {
	background: #006;
	border-radius: 8px 8px 0 0;
	color: #fff;
	margin: 0;
	padding: 0.65rem 0.9rem;
}

.category-pane--filters .category-filter-slider {
	display: block;
	margin-left: 0.5rem;
}

.category-download-button {
	align-items: center;
	display: inline-flex;
	font-weight: bold;
	gap: 0.5rem;
	justify-content: center;
	text-decoration: none;
}

.content-category-intro .content-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.4;
	max-height: 2.8em;
	opacity: 0.9;
	transition: max-height 0.45s ease, opacity 0.35s ease;
}

.content-category-intro .content-text p {
	display: inline;
	margin: 0;
}

.content-category-intro.is-expanded .content-text {
	-webkit-line-clamp: unset;
	opacity: 1;
}

.content-readmore-toggle {
	align-items: center;
	background: none;
	border: 0;
	color: #006;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.95em;
	font-weight: bold;
	gap: 0.35em;
	margin-top: 0.4em;
	padding: 0;
}

.content-readmore-toggle:hover,
.content-readmore-toggle:focus {
	color: #B2CD1B;
}

.content-readmore-chevron {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	transform: rotate(90deg);
	transition: transform 0.2s ease;
}

.content-category-intro.is-expanded .content-readmore-chevron {
	transform: rotate(-90deg);
}

.content-readmore-toggle:focus {
	outline: 1px dotted #006;
	outline-offset: 2px;
}

span.icon_check_green {
	background-image: url('../images/system/icon_check_green.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 6px 10px 5px 5px;
}

ul.categories_overview_content_area {
	position: relative;
    list-style-type: none;
	padding-left: 0px;
	min-height: 110px;
	float: right;
}

ul.categories_overview_content_area li {
    line-height: 30px;
    border-bottom: 1px solid #FFF;
    min-height: 30px;
    vertical-align: middle;
    display: table-cell;
    float: right;
    cursor: pointer;
    width: 100%;
    background-color: #F4F4F4;
    padding-right: 15px;
	padding-left: 40px;
}

ul.categories_overview_content_area li span {
	position: absolute;
	left: 4px;
	margin-top: -4px;
} 

ul.categories_overview_content_area li:hover {
	background-color: #e4e4e4;
	border-width: medium medium 1px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color #e4e4e4;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	color: #A4A4A4;
}

.category_group_catbox div.price_brutto {
    float: right;
    color: #B2CD1B;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0px 86px;
    width: 100%;
    background: none repeat scroll 0% 0% transparent;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
}

.category_group_catbox div.price_netto {
	float: right;
    text-align: right;
    color: #444;
    font-weight: bold;
    font-size: 10px;
    padding: 0px 0px 13px 86px;
    background: none repeat scroll 0% 0% transparent;
    width: 137px;
    margin-right: 0px;
}

.categories_overview_iconset_top {
	text-align: right;
	vertical-align: middle!important;
}

table.category_group_catbox {
	border-collapse: collapse;
	border-bottom: 1px solid #e4e4e4;
}

table.category_group_catbox:hover {
	/*border-bottom: 2px solid #ACC90A;*/
}

table.category_group_catbox td.heading {
	padding: 3px 15px;
	border-left: 5px solid #ACC90A;
	background: url('../images/system/bg_mainmenu.png') repeat-x scroll 0% 0% #f4f4f4;
}

td.categories_overview_name {
	padding-left: 20px;
}

span.categories_overview_name {
    font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	width: 100%;
	float: right;
	font-style: italic;
	color: #B2CD1B;
}

/*a.btn_showMore {
	float: right;
	text-align: right;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	color: #444;
	background-color: #f4f4f4;
	border: 1px solid #E4E4E4;
	padding: 10px;
	margin: 0;
}

a.btn_showMore:hover {
	color: #A4A4A4;
	background-color: #e4e4e4;
}*/

a.btn_showMore {
	float: right;
}

.btn_showMore i {
	padding: 0px 5px;
}

.alignleft {
	text-align: left;
}

.colorB2CD1B {
	color: #B2CD1B;
}

.padding5 {
	padding: 5px;
}

.fontsize18 {
	font-size: 18px;
}

div.category_teaser {
    position: relative;
}

div#category_teaser_block {
    width: 100%;
    height: 58px;
    z-index: 10;
    float: left;
    position: absolute;
    /*opacity: 0.8;*/
	top: 45px;
	/*background: none repeat scroll 0% 0% #006;*/
	background-color: rgba(0,0,102,0.8);
}

div#category_group_teaser_block {
    width: 100%;
    height: 58px;
    z-index: 10;
    float: left;
    position: absolute;
    /*opacity: 0.8;*/
	top: 45px;
	/*background: none repeat scroll 0% 0% #006;*/
	background-color: rgba(0,0,102,0.8);
}

.bgColorACC90A {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(172,201,10,0.8)!important;
}

.bgColor00B0F0 {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(0,176,240,0.8)!important;
}

.bgColorFFC000 {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(255,192,0,0.8)!important;
}

.bgColor2CC {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(34,204,204,0.8)!important;
}

.bgColorEA650D {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(234,101,13,0.8)!important;
}

.bgColorcf1212 {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(207,18,18,0.8)!important;
}

.bgColor8064A2 {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(128,100,162,0.8)!important;
}

.bgColorB725CE {
	/*background: none repeat scroll 0% 0% #ACC90A;*/
	background-color: rgba(183,37,206,0.8)!important;
}

div#category_teaser_block h1, div#category_group_teaser_block h1 {
    color: #FFF;
    text-transform: uppercase;
    font-style: normal;
   /* padding-top: 11px;*/
    /*padding-left: 32px;*/
    font-family: Arial;
    font-size: 2em;
	float: left;
	border: 0px;
	margin-top: 0.4em;
}

div#category_teaser_block span, div#category_group_teaser_block span {
    color: #FFF;
	font-family: Arial;
	font-size: 1em;
	float: right;
	padding-right: 1em;
	padding-top: 13px;
	font-weight: bold;
}

/*productdetails*/
table.productdetails_buy {
	width: 100%;
}

.product_rent_container span.rent_title {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	float: left;
	width: 100%;
	color: #006;
	padding-bottom: 3px;
	margin-bottom: 12px;
	position: relative;
}

.product_rent_container span.rent_title span{
	position: relative;
	top: 1px;
	padding-left: 5px;
}

span.price_rent_brutto {
    color: #B2CD1B;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial,Verdana,sans-serif;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 15px;
}

span.price_rent_netto {
    padding-left: 15px;
    font-weight: bold;
}

#blitzanfrage, #mietanfrage {
	display: none;
	max-width: 70%;
}

/*
#mietanfrage {
	max-width: 70%;	
}
*/
/*
input.mietanfrage {
	color: #FFF;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-weight: bold;
	width: 168px;
	height: 30px;
	margin: 10px 12px 12px;
	border: 0px none;
	background-color: #B2CD1B;
	border-radius: 10px;
}

input.mietanfrage:hover {
	color: #444;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
*/

img.category_default_static_teaser, img.category_group_default_static_teaser {
	width: 100%;
	height: 140px;
}

div.teaser_home {
	/*position: relative;
	float: right;
	width: 785px;
	margin-left: 15px;*/
}

.wrapHeader.affix-top {
    /* Initial items */
}

.wrapHeader.affix {
    top: 0px;
    position:fixed;
	z-index: 1000;
	padding: 0;
}

.wrapMainmenu.affix-top {
    /* Initial items */
}

.wrapMainmenu.affix {
    top: 70px;
    position:fixed;
	z-index: 1000;
	padding: 0;
}

.label {
	color: #444;
}

/* green */
.btn-default, .btn-primary {
	/*background-image: linear-gradient(to top, #ACC90A 15%, #F3F4F0 100%);
	border-color: #ACC90A;
	*/
	background-color: #034593;
	border-color: #034593;
	color: #fff;
}

.btn-default:hover, .btn-primary:hover {
	/*background-image: linear-gradient(to top, #D4D4D4 0%, #ACC90A 100%);
	color: #fff;
	text-shadow: 1px 1px #444;
	border-color: #ACC90A;
	*/
	background-color: #006;
	border-color: #006;
	color: #fff;
}


#search_shop_form .btn-search {
	background: none;
	background-color: #fff;
}



#lightbox-container-image-data-box {
	box-sizing: unset;
	font: 1em/1.4em Verdana,Helvetica,sans-serif !important;
}

#cart_checkout i, #cart_reset i , #btn_login_user i, .loginbutton i, .loginbutton2 i, .btn_cart_continue i , .btn_cart_back i  {
	padding: 0px 5px;
}

#cart_checkout {
	float: right;
}

.checkout_guest_heading i, .checkout_register_heading i, .userArea_heading i, .userlogin_heading i {
	/*transform: rotate(-10deg);*/
	/*
    color: #006;
    font-size: 1.7em;
    padding-right: 0.5em;
    position: relative;
    bottom: 4px;
	*/
}

.userArea_billingAddress i, .userArea_deliveryAddress i {
    color: #006;
    font-size: 1em;
    padding-right: 0.5em;
    position: relative;
    float: left;
	top: 3px;
}

.cart_checkout_guest_customer div.row,.cart_checkout_guest_customer_billing div.row, .cart_checkout_register_customer_billing div.row, .cart_checkout_guest_customer_shipping div.row, .cart_checkout_register_customer_shipping div.row, .user_customerDetails div.row, .user_customerShippingDetails div.row {
	/*height: 3em;*/
}

.cart_checkout_guest_customer .alert, .cart_checkout_register_customer .alert, .user_customerDetails .alert, .user_customerShippingDetails .alert {
	margin: 0px;
	padding: 5px;
	margin-bottom: 5px;
}

.notification {
	display: none;
}
/*
.notification span {
	color: #006;
	font-weight: bold;
}
*/

select.billingAddressCompanyLegalForm {
	width: 100%;
}

#jquery-lightbox {
    top: 165px !important;
}


/* productdetails */
/* product_configuration */
.block_product_configuration {
	width: 100%; 
	background-color: #f4f4f4;
}

.product_configuration_header {
	float:left; 
	width: 100%; 
	color: #006; 
	font-weight: bold; 
	font-size: 1.2em;
}

.block_product_configuration_separator {
	margin-top: 0;
	margin-bottom: 0;
}

#moreAccessories {
	display: none;
}

#txt_price_netto_box {
	font-size: 1.3em;
}

/*seals */


img.productdetails_angebotstag {
	position: absolute;
    top: 1em;
	height: 3.2rem;
    right: 1em;
    /*transform: rotate(-20deg);*/
}

img.angebotoverview_angebotstag {
	position: absolute;
	top: 5em;
	height: 2em;
	right: 1em;
    /*transform: rotate(-20deg);*/
}

img.subcatoverview_angebotstag {
	position: absolute;
    top: 6em;
    height: 3em;
    left: auto;
    right: 2em;
   /* transform: rotate(-20deg);*/
}

.imageselVideoIcon, .product3dselIcon {
	font-size: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-loading-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-loading-spinner .spinner-container {
	text-align: center;
}

.video-loading-spinner .spinner-border {
	width: 3rem;
	height: 3rem;
	border-width: 0.3rem;
}

#fancybox-outer{
    background:#fff url("/images/system/loading-buffering.gif") no-repeat 50% 50% !important;
}


.hideInCategory {
	display: none;
}
/*
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }
  @include media-breakpoint-only(xl) {
    column-count: 3;
  }
}
*/

/* blue
.btn-default {
	background-image: linear-gradient(to top, #006 15%, #F3F4F0 100%);
	color: #fff;
}

#search_shop_form .btn-search, #tracking_form .btn-search {
	background: none;
	background-color: #fff;
	color: #444;
}

.btn-default:hover {
	background-image: linear-gradient(to top, #D4D4D4 0%, #006 100%);
	color: #444;

}
*/

/*
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: none;
}*/

@media(max-width:767px){
	.wrapHeader.affix {
		left: 0;
		width: 100%;
	}
	
	div.productdetails_information {
		/*height: 145px;*/
	}
	
	#blitzanfrage, #mietanfrage {
		max-width: 100%;
	}
	
	
	a.moreinfolink img {
		max-width: 30px;
	}
	
	.seal {
		/*float: left;
		width: 190px;*/
	}
	
	.container {
		/*padding-left: 0px;
		padding-right: 0px;
		*/
	}
	
	.card-footer .price_netto {
		font-weight: normal;
		font-size: 0.85em;
		/*float: right;*/
		/*text-align: right;*/
	}
	
	.imageselVideoIcon, .product3dselIcon {
		font-size: 2em;
	}
	
	.card-footer .price_brutto {
		font-weight: 700;
		font-size: 1.1em;
	}
	
	div#column_center p.card-text {
		font-size: 0.8em;
	}
	
	ul.category_compare {
		
		font-size: 0.6em;
	}
	
	img.productdetails_angebotstag {
		position: absolute;
		top: 0.8em;
		height: 3.2rem;
		right: 0.8em;
		/*transform: rotate(-20deg);*/
	}
	
	
	
	img.angebotoverview_angebotstag {
		position: absolute;
		top: 5.3em;
		height: 3.3em;
		right: 1.3em;
		/*transform: rotate(-20deg);*/
	}
	
	img.subcatoverview_angebotstag {
		position: absolute;
		top: 6em;
		height: 3em;
		left: auto;
		right: 2em;
		/*transform: rotate(-20deg);*/
	}
	
	img.catoverview_angebotstag {
		position: absolute;
		top: 6.3em;
		height: 3.2em;
		left: auto;
		right: 1.3em;
		/*transform: rotate(-20deg);*/
	}
	
	div#category_teaser_block h1, div#category_group_teaser_block h1 {
		font-size: 1.2em;
	}
}

@media(min-width:768px){
	.wrapHeader.affix {
		width: 720px;
	}	
	
	img.productdetails_angebotstag {
		position: absolute;
		top: 1em;
		height: 3.2rem;
		right: 1em;
		/*transform: rotate(-20deg);*/
	}
	
	img.subcatoverview_angebotstag {
		position: absolute;
		top: 6.3em;
		height: 3.2em;
		left: auto;
		right: 1.3em;
		/*transform: rotate(-20deg);*/
	}
	
	img.catoverview_angebotstag {
		position: absolute;
		top: 6.3em;
		height: 3.2em;
		left: auto;
		right: 1.3em;
		/*transform: rotate(-20deg);*/
	}
}

@media(min-width:992px){
	.wrapHeader.affix {
		width: 940px;
	}
	
	img.productdetails_angebotstag {
		position: absolute;
		top: 1em;
		height: 3.2rem;
		right: 1em;
		/* transform: rotate(-20deg); */
	}
	
	img.catoverview_angebotstag {
		position: absolute;
		top: 0.5em;
		height: 3.2em;
		left: auto;
		right: 1.3em;
		/*transform: rotate(-20deg);*/
	}
}

@media(min-width:1200px){
	.wrapHeader.affix {
		width: 1140px;
	}
}

@media(min-width:768px){
	.wrapMainmenu.affix {
		width: 720px;
	}	

}

@media(min-width:992px){
	body {
		font-size: 11px;
	}
	.wrapMainmenu.affix {
		width: 940px;
	}
	
	div#column_center {
		padding-left: 0px;
	}
	
}

@media(min-width:1200px){
	body {
		font-size: 14px;
	}
	
	.wrapMainmenu.affix {
		width: 1140px;
	}
	
	div#column_center {
		padding-left: 0px;
	}
}

/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
	#mobile_detection { 
		display: none; 
	}
	
	ul.categories_overview_content_area li span {
		left: 20px;
		padding: 0px;
	}
	
	#content {
		/*
		padding-left: 4%;
		padding-right: 4%;
		*/
	}
}


/*
.sealText {
	color: #fff;
	position: relative;
	top: -100px;
	left: 22px;
	text-align: center;
	float: left;
	font-weight: bold;
}

.sealPLS {
    font-size: 1.7em;
	top: -126px;
	left: 17px;
}

.sealZertifiziert {
    left: 13px;
	font-size: 0.9em;
	top: -105px;
}

.sealEinstiegsmodell {
    font-size: 1.1em;
    left: 19px;
    top: -93px;
}

.sealModDesign {
    top: -107px;
    left: 23px;
    font-size: 0.9em;
}

.sealHKT {
    left: 16px;
}

.sealAufbau {
    top: -101px;
    left: 19px;
}

.sealFlexibel {
    top: -116px;
    left: 13px;
}

.sealWetterfest {
    top: -103px;
    left: 32px;
}

.sealMotivwechsel {
    font-size: 0.8em;
    left: 13px;
    top: -97px;
}
*/

.productdetails_seal_bestpreis_blue {
	width: 100%;
	right: 36%;
	float: right;
	position: relative;
}

#eKomiSeal_default {
	float: right;
	top: 3px;
	position: relative;
	right: 11px;
}

#eKomiSeal_default img {
	width: 33px;
}

img.seal_seal_check {
	float: left;
	display: inline;
	/*width: 150%;*/
	max-width: 45px;
}

span.seal_seal_check {
	float: left;
	display: inline;
	width: 100%;
	position: relative;
	top: 5px;
	padding-bottom: 14px;
}

span.moreinfolink_txt {
	position: relative;
	top: 5px;
	padding-bottom: 14px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* ausgezeichnet override */
#auorg-responsive-top-widget {
    z-index: 1040!important;
    position: fixed!important;
    width: 100%!important;
}

@media(max-width:1574px){
	.fixed-top {
		top: 39px!important;
	}	
	
	/*
	div#breadcrumb {
		margin-top: 39px!important;
	}
	*/
}


/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

#jquery-overlay {
	z-index: 1990!important;
}

#jquery-lightbox {
	z-index: 2000!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #006;
    /*background-color: #fff;*/
    border-color: #006 #006 #fff #006;
}

.nav-tabs .nav-link:focus {
    border-color: #034593 #034593 #fff;
}

.nav-tabs .nav-link:hover {
    border-color: #034593 #034593 #034593;
}

.nav-tabs .nav-link.active:hover {
    border-color: #034593 #034593 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #006;
    margin-left: 0px!important;
}

.productvideo, .product3d {
	display: none;
}

.product3dframe {
	width: 100%;
	min-height: 63.4vh;
}

.navbar_mainmenu {
	background-color: #034593; 
	border-bottom: 4px solid #006;
}

.navbar_mainmenu_button {
	width: 200%;
    color: #fff;
	border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.categories3dframe {
	height: 70vh;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Bestseller Cards Zoom Effect */
.bestseller-img-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.bestseller-img {
	transition: transform 0.3s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
}

a:hover .bestseller-img {
	transform: scale(1.1);
}

/* Product Items Box - Smooth Hover Effect */
#product_items_box .card-body {
	overflow: hidden;
	position: relative;
}

#product_items_box .card-body img {
	transition: transform 0.3s ease-in-out;
	display: block;
	/*width: 100%;
	height: auto;*/
}

#product_items_box a:hover .card-body img {
	transform: scale(1.1);
}

#product_items_box .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.3s ease-in-out;
}

#product_items_box .card-body {
	flex: 1 1 auto;
}

#product_items_box .card-footer {
	margin-top: auto;
}

#product_items_box .card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 102, 0.25) !important;
}

.category-pane--products .card {
	transition: box-shadow 0.3s ease-in-out;
}

.category-pane--products .card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 102, 0.25) !important;
}

#cheapest_products_box .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.3s ease-in-out;
}

#cheapest_products_box .card-body {
	flex: 1 1 auto;
}

#cheapest_products_box .card-footer {
	margin-top: auto;
}

#cheapest_products_box .card:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 102, 0.25) !important;
}
