html, body {
	height:101%;
	text-align:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
}
body {
	margin:0;
	padding:0;
	background:#323232;
  line-height:150%;
}
.clear{
	clear:both;
}

#container {
	margin:0px auto;
	width:100%;height:100%;
  display: flex;
  flex-direction: column;
  max-width: 938px;
}

#head{
/*	background: none repeat scroll 0 0 #222222;
    border-bottom: 1px solid #ffffff;
    height: 150px; 
	width:100%;*/
}

header {
    /*background: #323232;
    border-bottom: 1px solid #ffffff; */
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*overflow:auto;*/
}

.headerlogo {
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
#head div.headerlogo a img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:300px;max-height:300px;
}
#head .site-description { text-align: center;font-family: "Noto Sans";}





/******* zum google-konformen ausblenden von überschriften und elemnten */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/******* / zum google-konformen ausblenden von überschriften */




#footermenu,
#mainmenu { list-style: none; display:flex;margin:0;gap:15px;justify-content: center;flex-wrap: wrap;}
#mainmenu {padding:20px 1rem }
nav.mainnav { 
  padding: 0;
	text-align:center;
  position:fixed; bottom: 0px;left:0;
  width: -moz-available;
  width: -webkit-fill-available;
  background-color:#1A1818;
  background: linear-gradient(180deg, #1A1818 0%, #1A1818 100%);
  
  box-shadow: #fff 0px 2px 6px;
  z-index: 999; }
nav.mainnav a { color: #fff; }
/* Footermenu erst mal ausblenden */
#footermenu {
  display: none;
  height: 0;
  transition: height .4s ease;
  background-color: #fff;
}
#footermenu a { color:#000;  }
/* Wenn am Seitenende: Nav wird relativ, Footermenu sichtbar */
nav.nav--bottom {
  
}

nav.mainnav.nav--bottom #footermenu {
  display: flex;
  height:auto ;
  padding: 20px 0 30px 0;
}





#left{
	float:left;
	width:200px;
	padding:10px;
	border:1px solid #ddd;
	background-color:#fff;
}
#content{
	margin: 0;
	padding:10px 30px 80px 30px;
  width: -webkit-fill-available;
  width: -moz-available;
}
footer {
    padding: 35px 0 80px 0;
    
}









/*************************************************** Ticker ***************************************************/

#ticker {
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*height: 20px;*/
    margin-top:20px;
}
#ticker table { margin-top:30px;width:100% !important;} 
#ticker table div { width:100% !important;} 

#ticker .mod-articles-items { list-style: none;margin:0;padding:0;margin-top:50px;} 


#newsticker {
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
    height: 20px;
    margin-top:20px;
}


#container div#main section#content div.blog-featured div.items-leading div.leading-0 table{
	border: 0;
}

html body.frontpage div#container div#main section#content div.blog-featured div.items-leading div.leading-0 table tbody tr td{
	border: 0;
}

html body.frontpage div#container div#main section#content div#ticker div.moduletable table tbody tr td div div#memoryscroller nobr span{
	font-size:12px;
	font-weight:normal!important;
}




.frontpage #main {

    height: auto;
    margin: 0 auto;
    width: 938px;
}

/*html body.frontpage div#container div#main section#content {
    margin: 10px auto 0;
}
*/
.frontpage #main #content .blog-featured .items-leading table tr td h2{
	font-size:12px;
}

.frontpage #main #content .blog-featured .items-leading table tr td h2 a{
	text-decoration:none;
	color:#ffffff;
}
/*nav ul li{
	list-style:none;
	float:left;
	padding-right:30px;
}

nav ul li a{
	color:#ffffff;
	text-decoration: none;
}*/

a{
	color:#323232;
	text-decoration: none;
}

#main {
    /*background: #323232;*/
    height: inherit;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content #container #main #content .jshop .jshop_list_category .jshop  tr td.jshop_categ .category tbody tr td.name{
	background: none repeat scroll 0 0 #000000;
    text-align: center;
    width: 160px;
}


td.jshop_categ {
    padding-bottom: 0px!important;
}

.jshop_list_category .category .image {
    padding-right: 0px;
}

div.tooltip{
	display: none !important;
	background:#323232;
	color:#ff0000;
}

.jshop_price{
	color:#ffffff;
}

.jshop_price:hover{
	/*color:#ffff00;*/
}
.productfull a.lightbox:hover{
    color:#ff0!important;
}

#mxcpr a {
    color: #222222!important;
    font-size: 9px;
	display:none;
}



table.jshop td {
    padding: 5px;
}

html body.contentpane div#system-message-container{
	background: none repeat scroll 0 0 #323232;
    color: #aaaaaa;
}

html body.content div#container div#main section#content div#comjshop.jshop div.jshop_list_product div.pagination ul li{
	float: left;
    list-style: none outside none;
    padding-right: 15px;
}

html body.content div#container div#main section#content div#comjshop.jshop div.jshop_list_product div.pagination ul li.pagination-prev span.pagenav{
	color: #808080;
}

html body.content div#container div#main section#content div#comjshop.jshop div.jshop_list_product div.pagination ul li span.pagenav{
	color: #808080;
}


/*
.row-fluid, .row-fluid0 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0 !important;
  margin-left: 0 !important;
  gap:25px;
}
.row-fluid .sblock4 {
  width: 25%;
  gap: 30px;
  display: flex;
  
}

.row-fluid [class*="sblock"] {
    padding-left:0px !important;
    padding-right:0px !important;
}*/
.jshop_list_product .block_product {
    padding-left:0px;
    padding-right:0px;
    background: rgba(255,255,255);
    color: #333;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(1, 2, 2, .8);
    /*height: 100%;
    width: 100%;*/
}
.jshop_list_product .block_product:hover {
    box-shadow: 0px 0px 6px rgba(1, 2, 2, .8);
}
/*
.jshop_list_product .product {
    display:flex;flex-direction:column;
    flex-wrap:wrap;
    height: 100%;
    width: 100%;
}
*/


img.jshop_img {padding: 0;}

.produktinfo { padding: 0 15px; }

.jshop .image {
  text-align: center;
  padding-top: 0px;
  margin-bottom: 0px;display:flex;
  width: -webkit-fill-available;
  width: -moz-available;
  max-width:100%;
}

/* Bild-Container mit definierter Fläche */
.jshop .image_block {
  padding: 2px;
  display: flex;              /* statt inline-flex */
  align-items: center;
  justify-content: center;
  /*height: 130px;               fixe Zielhöhe */
  width: 100%;                /* nutzt Kartenbreite */
  box-sizing: border-box;

  aspect-ratio: 200/150;
  
}

.jshop_list_category .category .image {
    padding: 2px;aspect-ratio: 180/160;display: inline-block;
}

/* Link soll den Container komplett ausfüllen */
.jshop .image_block a.product_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Das Bild passt sich exakt an den Link/Container an */
img.jshop_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: none;
  padding: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}






.jshop_list_product .block_product .name {}


.jshop_list_product .jshop .available { display:none;}

#content #mxcpr{ font-size:0.1px !important;padding:0;line-height:0;}
#content #mxcpr br { display:none;}

html body.content div#container div#main section#content div#comjshop.jshop div.jshop_list_product div.pagination ul li a.pagenav{
	color: #ffffff;
}

.content #container #main #content .jshop .jshop_prod_cart .product_name a{
	color:#000000;
}

.jshop .cart .product_name {
    /*padding-top: 15px;
    text-align: center;*/
}

.warenkorb #content .cart th {padding:10px 5px;}

table.cart .odd td {
    background-color: #FFFFFF;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 15px;
}

html body.content div#container div#main section#content div.jshop form div div.requiredtext{
	color: #FFFFFF;
    font-size: 11px;
    padding-bottom: 10px;
}

.fielderror {
    background-color: #FF0000 !important;
    color: #FFFF00!important;
}

html body.content div#container div#main section#content div.jshop form table.jshop tbody tr td div.row_agb a{
	color:#ffcc00;
}

#container #main #content h1{
	font-size: 2.25rem;
	color: #fff;
	margin-bottom:40px;text-align:center;
  line-height: 130%;
}

#container #main #content h2{
	/*font-size: 14px;
	color: #ababab;*/
}

#container #main #content h3{
	font-size: 14px;
}

html div#container div#main nav ul.nav li.item-135 {
	background: url(../images/warenkorb.gif) no-repeat left top;
	padding: 0px 0px 0px 30px;
	
}

a img{
	border: none;

}

.jshop_order_step a {
    vertical-align: inherit;
    text-decoration: inherit;
    font-size: inherit;
}
.jshop_order_step.active { color:#000000;}
.jshop_order_step.prev a { color:#323232;}
.jshop_order_step.next { color:#323232;}

.jshop_register .control-group {
margin-bottom:8px;display:flex;
}
.jshop_register .name {
width:110px; 
}
.jshop_register .controls {
 box-sizing:border-box; width: 80%;
}
.jshop_register input {
  width: 100%; border-radius:5px;border:0px solid #fff;
  height: 30px;
  line-height: 30px; padding:0 5px 0 5px;box-sizing:border-box;
}
.jshop_register select {
width: 100%;
  height: 30px;
  line-height: 30px; padding:0 5px 0 5px; 
}



.jshop .other_delivery_adress {
	margin-top:30px;
}
.btn {
	margin-top:30px; height:30px; border-radius:8px; padding: 3px 30px; font-weight:bold;
  background: #fffeef;transition: all 0.3s ease;
}
.btn:hover {  background: rgb(255, 248, 166);}

.btn-buy,
.btn-success {
  font-size: 15px;

  border: 1px solid #333;
  height:inherit;

  display: block;
  vertical-align: middle;
  padding: 10px 25px;
}
.btn-success {margin-left:auto;}

.jshop .row_agb { margin-top:20px;}
.jshop .policy { color:#fff;}

#content .requiredtext {padding-bottom: 10px;padding-top: 10px; color: #fff;}


dl.search-results dd { margin-inline-start: 0px; }
dl.search-results dt.result-title {
  font-weight: bold;
  padding-top: 10px;margin-top:30px;
}
dl.search-results dd.result-text {
  padding-top: 5px;
}
dl.search-results dd.result-created {
  padding-top: 5px;
  font-size: 0.8em;
  color: #888899;
}
span.highlight {
    background-color: unset;
	color: #FFFFCC;
    font-weight: bold;
    padding: 1px 0;
}



.pagination {
  margin: 40px 0 30px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline; padding:0;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {

  padding: 3px 10px;
  line-height: 34px;
  text-decoration: none;

  border: 1px solid #ffffff;

}

.pagination span {
  line-height: 34px;
  text-decoration: none;

}
.pagination .page-item.active a,
.pagination .page-item a:hover { color:#5B5B66 !important;}

.pagination .icon-angle-double-left:before { content:'<<';}
.pagination .icon-angle-left:before { content:'<';}
.pagination .icon-angle-double-right:before { content:'>>';}
.pagination .icon-angle-right:before { content:'>';}

.pagination .page-item.disabled { display:none;}


.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #f5f5f5;
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}



.search h1 { text-align: center; border-bottom:1px solid #fff; padding-bottom:20px;}

#search {
  margin: 0 auto;
  padding: 10px 0px;
  width: 938px;
}


.moduletable.search { text-align:center; padding-bottom:20px;margin-top:25px;}
.moduletable.search form { max-width:460px; padding: 10px;margin:auto;border-radius: 5px;display:flex;
justify-content: center;}


.moduletable.search input { padding:7px 12px; font-size:13px;border:0px solid #fff;border-radius:5px;}

.moduletable.search .inputbox { max-width:165px;border-top-left-radius:0;border-bottom-left-radius:0;}
.moduletable.search .button { font-weight:bold;height:34px;width:inherit;
border-top-right-radius:0;border-bottom-right-radius:0;}


/******* override joomshopping default.css */




/****************** warenkorb *********************/

.warenkorb #content:before { box-shadow: 0 0px 1px 1px rgba(255,255,255,0.5);content:'';display:block;height:0px;width:100%;}

.warenkorb #content { 
  width: -webkit-fill-available;
  width: -moz-available;
  content:' ';position:absolute;left:0;padding:inherit;
  padding-bottom:150px; margin-top:30px;background: rgba(255,255,255,0.2);

}
.warenkorb #content #comjshop.jshop { 
  max-width: 876px;
  padding: 50px;
  margin: auto;
}
.warenkorb #content .jshop_subtotal a { color:#fff;}

.warenkorb #content table.jshop { border-collapse: inherit; }
table.jshop.cart { border-top-left-radius: 10px;border-top-right-radius: 10px; }
table.jshop.cart th.jshop_img_description_center { border-top-left-radius: 10px;}
table.jshop.cart th.remove { border-top-right-radius: 10px;}

#checkout { display:flex;margin-top:30px;}
#checkout .pull-right{ margin-left:auto;}

.btn.btn-arrow-left, .btn.btn-arrow-left:hover, .btn.btn-arrow-left:focus {
  background-image: url(../images/arrow_left.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 10px 40px;
  
}

.btn.btn-arrow-right, .btn.btn-arrow-right:hover, .btn.btn-arrow-right:focus {
  background-image: url(../images/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 10px 40px;
  
}

.cart a { color:inherit;}
.cart .cart_reload {
  cursor: pointer;content:''; width:16px;height:16px;display:inline-block;
	background-image: url(../images/refresh.svg);
}
.cart .quantity .inputbox {
  width: 50px; padding: 0 0 0 5px; margin-right:5px;
  margin-bottom: 0px;
}


.cart .btn-danger span {display:none;}
.cart .btn-danger:after {
  cursor: pointer;content:''; width:16px;height:16px;display:inline-block;
	background-image: url(../images/delete.svg);
}

.oiproduct .buttons { display:flex;flex-direction: column;}
.oiproduct .buttons .btn { font-size:15px;line-height:28px;
  border:1px solid #333;margin: auto auto 8px auto;display:block;vertical-align: middle; padding: 3px 15px;}




/****************** Checkout *********************/

.task-step2 #content:before,
.task-step3 #content:before,
.task-step4 #content:before,
.task-step5 #content:before { box-shadow: 0 0px 1px 1px rgba(255,255,255,0.5);content:'';display:block;height:0px;width:100%;}

.task-step2 #content,
.task-step3 #content,
.task-step4 #content,
.task-step5 #content { 
  width: -webkit-fill-available;
  width: -moz-available;
  content:' ';position:absolute;left:0;padding:inherit;
  padding-bottom:150px; margin-top:30px;background: rgba(255,255,255,0.2);

}
.task-step2 #content #comjshop,
.task-step3 #content #comjshop,
.task-step4 #content #comjshop,
.task-step5 #content #comjshop { 
  max-width: 876px;
  padding: 50px;
  margin: auto;
}
.task-step2 #content .jshop_subtotal a,
.task-step3 #content .jshop_subtotal a,
.task-step4 #content .jshop_subtotal a,
.task-step5 #content .jshop_subtotal a { color:#fff;}

.task-step2 #content .address_block .form-horizontal,
.task-step3 #content .address_block .form-horizontal,
.task-step4 #content .address_block .form-horizontal,
.task-step5 #content .address_block .form-horizontal {}

.task-step2 #content .address_block .jshop_register,
.task-step3 #content .address_block .jshop_register,
.task-step4 #content #table_shippings,
.task-step5 #content .address_block .jshop_register {background: rgba(255,255,255,0.2);padding:40px 20px 30px 20px;}

.task-step2 #content .address_block .jshop_register .inner,
.task-step3 #content .address_block .jshop_register .inner,
.task-step4 #content #table_shippings .name,
.task-step5 #content .address_block .jshop_register .inner {margin:auto;}




.task-step5 #content .cart {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-collapse: inherit;
}
.task-step5 #content .cart th {
  padding: 10px 5px;
}
.task-step5 #content .cart th.jshop_img_description_center {
  border-top-left-radius: 0px;
}

.task-step5 #content .pfinish_comment_block {
  max-width: 500px;
  margin: 40px auto;
}
.task-step5 #content .pfinish_comment_block #order_add_info {
  height: 95px;
  box-sizing: border-box;
  max-width: 500px;
}
.task-step5 #content .btn-success {
  margin: auto;margin-top:40px;
}


#content #jshop_menu_order {
  margin-bottom: 0px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius:0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-around;
}

.task-finish #conten { text-align:center;}

/********** Kontaktformular *************/

.com-contact:before { box-shadow: 0 0px 1px 1px rgba(255,255,255,0.5);content:'';display:block;height:0px;width:100%;}
.com-contact { 
  width: -webkit-fill-available;
  width: -moz-available;
  content:' ';position:absolute;left:0;
  padding-bottom:150px; margin-top:30px;background: rgba(255,255,255,0.2);
  

}
.com-contact .inner { 
  max-width: 876px;
  padding: 1.5rem 50px;
  margin: auto;

}

.com-contact__container h3 {display:none;}
.com-contact__container dt { display:none;}
.com-contact__container dd { margin:0;}

.com-contact__info { margin-bottom:40px;}
.com-contact__info a,
#contact-form a {color:#fff;} 



#contact-form fieldset { margin-bottom:20px;}
#contact-form .controls { width:100%;}
#contact-form .control-group { display:flex;padding-bottom:10px;}
#contact-form .control-label { width:165px;text-align:right;padding-right:20px;}
#contact-form .control-group.field-spacer .control-label { width:inherit;text-align:left;margin-bottom:20px;}

#contact-form .control-group .contrals { width:60%}
#contact-form .control-group input { height:30px;width:100%;box-sizing:border-box;border-radius:5px;border:0px solid #fff;}
#contact-form .control-group textarea { width:100%;box-sizing:border-box;border-radius:5px;border:0px solid #fff;}

#contact-form input.form-check-input { width:20px;margin:0;border:0px solid #fff;}

#contact-form fieldset:nth-child(2) .control-group { display:inherit;padding-bottom:10px;}
#jform_consentbox {border:0px solid #fff;margin-top:20px;}
#jform_consentbox .form-check input { position:relative;top:5px;}
#jform_consentbox .form-check-label { line-height:1.5;margin-top:-5px;}

#jform_consentbox .visually-hidden,
#modal-jform_consentbox,
#jform_captcha-lbl { display:none;}

#contact-form > .control-group .control-label { width:inherit;padding-right:0px;}




/* Basis-Stile für die Tabelle */
table#table-start {
  width: 100% !important; /* Überschreibt die fixe Breite aus dem Inline-Style */
  border-collapse: collapse;
}
table#table-start td {
  box-sizing: border-box;vertical-align: top;text-align:center;
}
table#table-start h2 {
  margin:0;padding:10px 5px;
}


#table-start table.inner-table {
  width:180px;margin: auto;
}
.inner-table td {
  box-sizing: border-box;width:180px;
}
.inner-table tr:first-child td {
 background:#222222;text-align:center;
}
.inner-table a {
  display:block;
 }




 /*********** Startseite ***************/
 .jshop_list_category .row-fluid, .jshop_list_category .row-fluid0 {
  
}

.jshop_categ.category .catinfo{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;padding:0;

  background: #fff;
  border-radius:5px;
gap:0;
}
/*.sblock4.jshop_categ.category { flex: 1 23%; }*/
.jshop_categ .image{
  aspect-ratio: 180/160;
}
.jshop_categ .image img {
  display: block;
  /*max-width: 100%;
  width: 100%;*/
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#comjshop .jshop_list_category .category_name, 
#comjshop .jshop_list_manufacturer .manufacturer_name, 
#comjshop .jshop_list_vendor .vendor_name {
  font-size: 0.9rem;
  margin-top: 0px;
  margin-bottom: 5px;
  display: inline-flex;
  order: 1;
  /*background:#222222;*/
  padding:8px 8px;
  width: -moz-available;
  width: -webkit-fill-available;justify-content: center;
}

.jshop_categ .category_short_description {
  display: inline-flex;display:none;
  /*order: 3;*/

}


/***************** HERO *****************/
:root{--shop-bg:#121117;}
body { background:var(--shop-bg);}

#hero:after,
body { background-image: url('../../../images/hero/cardsdeck_06.svg');background-size:20%;}

#hero:after { content:' ';
background: linear-gradient(0deg, var(--shop-bg) 0%, transparent 100%);
display:block;height:300px;width:100%;position:absolute;z-index:1;bottom:0; 
}

#hero { position: absolute; top:0;left:0; width:100%;z-index:-1;overflow:hidden; 
  aspect-ratio: 1224/600;height:430px;
display:flex; }
#herox .hero-image-bg { width:100%; object-fit: cover;object-position: center; }
#hero img { width:100%; object-fit: cover;object-position: top center; }



@media screen and (max-width: 968px) {
  #hero { aspect-ratio: 1224/900; height:430px;}
}

.foreground .grid { display:flex;justify-content: center;margin-top:30px;}
.foreground .item { width:33%;justify-content: center;align-items: start;
    display: flex;}
.foreground .item:nth-child(2) { margin-top:-40px;}

.foreground figure { display: inline-block;}
.foreground figure img { object-fit: contain;
   filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
  
  }




/**************** MERKMALE ***********************/
/*#merkmale { border: 1px solid #fff;margin: 30px 0;
background: linear-gradient(0deg, #1c3145 0%, #111e2b 100%); }

.merkmale { padding:30px;  }

#merkmale .row { display:flex;}
#merkmale .col-lg-2 { display:flex;width:20%;padding-bottom:10px;}
#merkmale .col-lg-2.attributes_title {padding-top:0;}
#merkmale .col-lg-10 { display:flex;width:80%;padding-bottom:10px;}

#container #main #content #merkmale .merkmale h2 { font-size:1.2rem;
  background:  #141a20;margin-left:-30px;margin-right:-30px;margin-top:-30px;
}
#container #main #content #merkmale .merkmale h2 span {  padding:15px 30px; display:block;
}
#merkmale input { display:none;}*/




/********* Produktfilter **********************************************************/
#produktfilter { background:#3c3c38;padding: 20px;margin-bottom: 30px;
  border-radius: 10px;display:flex;
  border: 1px solid #4f4f41;}

#produktfilter .filter-panel-head {
  position: fixed;
  top: 0;
  background: #fff;
  width: -moz-available;
  
  padding: 15px 25px 15px 25px;
  justify-content: space-between;
  display: flex;
  box-shadow: 0px 3px 6px #000;
  color: #000;
}


#jshop_filters_2 { background:#252522;padding: 20px;padding-top: 40px;padding-bottom: 80px;
  border: 1px solid #4f4f41;}

#produktfilter .filter_characteristic { display:flex;gap:0 30px;flex-wrap:wrap;}
#produktfilter .filter_characteristic .characteristic_group { padding-top: 0px;}
#produktfilter .filter_characteristic .characteristic_name { padding-top: 0px;}

.filter_characteristic label { font-weight:400;font-size:0.9rem}
#produktfilter .filter-actions {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: -moz-available;
  margin-left: -21px;
  padding: 25px 21px 25px 21px;
  justify-content: space-between;
  display: flex;
  box-shadow: 0px -3px 6px #000;
}
#produktfilter .filter-actions .btn {
  margin-top: 0px;
}

/* Toggle-Button oben rechts */
.filter-toggle-btn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 9998;
    padding: 12px 20px;
    border: 0;
    background: #fff799;
    font-weight: 600;
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
  height: fit-content;
  width: 130px;border-radius:5px;transition: all 0.3s ease;
}
.filter-toggle-btn:hover {background: #fff478;}

/* Overlay hinter dem Filter */
.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9997;
    display: none;
}

/* Das eigentliche Filter-Panel */
.filter-panel {
    position: fixed;
    top: 0;
    right: -360px;           /* komplett außerhalb */
    width: 360px;
    max-width: 90%;
    height: 100vh;
    background: #ffffff;
    box-shadow: -4px 0 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 0px;
}

/* geöffneter Zustand */
.filter-panel.open {
    right: 0;
}

/* Schließen-Button im Panel */
.filter-panel .filter-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

/* etwas Abstand oben, damit der Inhalt nicht unter dem Schließen-Button klebt */
.filter-panel .filter-inner {
    margin-top: 40px;
}

.active-filters {
    margin: 0;padding-left:20px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #2b2b2b;
    color: #ffffff;
    font-size: 0.85rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.filter-chip .chip-remove {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}





/***************** Contentbereich  *********************/
.com-content-article.item-page:before { box-shadow: 0 0px 1px 1px rgba(255,255,255,0.5);content:'';display:block;height:0px;width:100%;}

.com-content-article.item-page { 
  width: -webkit-fill-available;
  width: -moz-available;
  content:' ';position:absolute;left:0;
  padding-bottom:150px; margin-top:30px;background: rgba(255,255,255,0.2);

}
.com-content-article.item-page .inner { 
  max-width: 876px;
  padding: 1.5rem 50px;
  margin: auto;
}

figure { margin:0 0 40px 0;}
figure img { width:100%;height:auto;}

.com-content-article.item-page h2 {color:#fff;line-height: 140%;} 
.com-content-article.item-page a {color:#fff;} 

#content .icons { display:none;}

/***************** Contentbereich Produktkategorieseiten *********************/







#container #main #content #comjshop .com-content-article.item-page h2 { color:#fff; font-size: 1.5rem;}




/***************************** Produktdetailseite ******************************/


#mediablock { 
  
  
}
#mediablock .image_middle {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border:2px solid #fff;
  overflow:hidden;
  margin-bottom: 0px;
  background: #fff;display:grid;justify-content: center;
  padding: 10px;
}
#mediablock .image_thumb_list {
padding: 10px 15px;
  background: #fff;
  background: rgba(219,219,219,1);
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  
}

#list_product_image_thumb.row-fluid0 {
margin-right: 0px;
  margin-left: 0px;
  gap:15px;
  justify-content: center;
}

.productfull .image_thumb_list #list_product_image_thumb .sblock0 {
  width: fit-content;
  max-width: 137px;
  overflow: hidden;flex:1;
  padding-right: 0px;
  padding-left: 0px;
  border:1px solid #999;
  display:inline-flex;
  aspect-ratio: 600/400;;
}
.productfull .image_thumb_list #list_product_image_thumb img.jshop_img_thumb {
  margin-bottom: 0px;
  cursor: pointer;
}
.productfull #list_product_image_middle .text_zoom { display:none;}

#contentbox {

display:flex;

  background: rgba(238,238,238,1);
  color: #000;
  padding: 15px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  justify-content: center;;
}
#contentbox .inner { max-width:600px; }
#contentbox > div {

  width: -webkit-fill-available;
  width: -moz-available;
}

#contentbox #merkmale { color:#000;
background: transparent; }

#contentbox .merkmale {  }
#merkmale .extra_fields_name {width:130px;display:inline-block; }
#merkmale .extra_fields_value {display:inline-block; }

#merkmale .extra_fields_el {border-bottom: 1px solid #666;line-height:185%; }

@media (max-width: 767px) {
#contentbox {grid-template-columns: 1fr;}
}


#pricebox {
display: flex;

  flex-wrap: wrap;
  background: rgba(255,255,255,1);
  color: #000;
  padding: 15px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  justify-content: center;

  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
#priceinfo {text-align:center;padding: 25px 0;}
.jshop_list_product .product .jshop_price {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.productfull #priceinfo #block_price {  color: #000;}
 .productfull #pricebox .prod_buttons .buttons {
  padding-left: 0px;
  display: block;
}

.productfull #quantity {
  padding:0 0 0 5px;
}





/* Responsive Anpassungen */
@media screen and (max-width: 968px) {

  body {padding: 0 20px 20px 20px;}
  header{height:inherit;margin-bottom:2rem;}
  #main, .frontpage #main {
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
  }
  .headerlogo {
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 30px;
  }
  #container #head header div.headerlogo a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #search {
    margin: 0 auto;
    padding: 10px 0px;
    width: 100%;
  }
  #content {
    margin: 0 auto;
    padding: 10px 30px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  #ticker {
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: 20px;
  }
  #ticker table,  #ticker table div {width: 100% !important;}
  #newsticker {
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: 20px;
  }

  #container #main nav .nav {text-align: center;text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;}
  div#container div#main nav ul li {
    list-style: none;
    float: left;
    padding-right: 0px;padding: 10px;
  }





 /*********** Warenkorb Button *************/
  html div#container div#main nav ul.nav li.item-135 {
    position: fixed;bottom:10px; right:10px;
    background: #263526 url(../images/warenkorb.gif) no-repeat 5px center;
    padding: 10px 10px 10px 30px;border-radius:7px;
    border:1px solid #fff;transition: all ease .4s;box-shadow: 0 1px 5px rgba(1, 2, 2, .15);
  }
  html div#container div#main nav ul.nav li.item-135:hover {
    background: #111111 url(../images/warenkorb.gif) no-repeat 5px center;

  }
  html div#container div#main nav ul.nav li.item-135 a {
    padding: 0px 0px 0px 10px;
    
  }

  /* Tabelle und alle Elemente werden zu Block-Elementen */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  
  /* Jede Tabellenzeile als eigener Block mit Abstand */
  
  table#table-start > tr {
    margin-bottom: 15px;
    /*border: 1px solid #ddd;  Optional: optische Abgrenzung der Zeilen */
  }



  
  /* Zellen: komplette Breite, zentrierter Inhalt */
  td {
    width: 100% !important;  /* Überschreibt den Inline-Wert (z.B. width: 180px) */
    text-align: center;
  }
  table#table-start > tbody > tr {display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;}
  table#table-start > tbody > tr > td {flex: 1 30%;}

  #table-start table.inner-table {
    width:100%;margin: auto;max-width:500px;
  }
  .inner-table td {
    box-sizing: border-box;width:100%;
  }
  /* Bilder in den Zellen anpassen */
  td img {
    width: 100%;
    /*height: 200px;  Setze eine einheitliche Höhe */
    object-fit: cover; /* Stellt sicher, dass das Bild den Bereich füllt, ohne verzerrt zu werden */
    display: block;
    margin: 0 auto;
    aspect-ratio: 4/3;
  }
  


/**************** shop ******************/

.row-fluid, .row-fluid0 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.row-fluid [class*="sblock"] {padding:0;}




/**************** Kontakt ***************/
#contact-form .control-group { flex-direction: row;flex-wrap: wrap;}
#contact-form .control-label {
  width: 100%;
  text-align: left;
}
#contact-form .control-group input {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0px solid #fff;
}
#contact-form .control-group .controls { width:100%}
#contact-form .control-group .controls .btn { margin: 20px auto 0px auto;display:block;}
#contact-form .control-group input { width:100%;}
#contact-form .control-group input[type="checkbox"] { width:20px;}
#contact-form .control-group textarea { width:100%;}
}





/* Responsive Anpassungen */
@media screen and (max-width: 600px) {

  

  /* Tabelle und alle Elemente werden zu Block-Elementen */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  
  /* Jede Tabellenzeile als eigener Block mit Abstand */
  
  table#table-start > tr {
    margin-bottom: 15px;
    /*border: 1px solid #ddd;  Optional: optische Abgrenzung der Zeilen */
  }



  
  /* Zellen: komplette Breite, zentrierter Inhalt */
  td {
    width: 100% !important;  /* Überschreibt den Inline-Wert (z.B. width: 180px) */
    text-align: center;
  }
  table#table-start > tbody > tr {display:block;}
  table#table-start > tbody > tr > td {flex: 1 30%;}

  #table-start table.inner-table {
    width:100%;margin: auto;max-width:500px;margin-bottom:20px;
  }
  .inner-table td {
    box-sizing: border-box;width:100%;
  }
  /* Bilder in den Zellen anpassen */
  td img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  


/**************** shop ******************/

.row-fluid, .row-fluid0 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.row-fluid [class*="sblock"] {padding:0;}

.pfinish_comment_block {
  width: 100%;
  max-width: inherit;
  margin: inherit;
}
.field textarea {box-sizing: border-box;}



/**************** Kontakt ***************/
#contact-form .control-group { flex-direction: row;flex-wrap: wrap;}
#contact-form .control-label {
  width: 100%;
  text-align: left;
}
#contact-form .control-group input {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0px solid #fff;
}
#contact-form .control-group .controls { width:100%}
#contact-form .control-group .controls .btn { margin: 20px auto 0px auto;display:block;}
#contact-form .control-group input { width:100%;}
#contact-form .control-group input[type="checkbox"] { width:20px;}
#contact-form .control-group textarea { width:100%;}
}


@media (max-width: 767px) {
  .jshop_order_step a {
    vertical-align: inherit;
    text-decoration: inherit;
    font-size: inherit;
}
.jshop_order_step.active { color:#fff;}
.jshop_order_step.prev a { color:#fff;}
.jshop_order_step.next { color:#fff;}
}

/* Price filter slider & inputs styling */
.filter_price{  }
.price-slider{ margin:8px 0 12px }
.noUi-target{ background: #e9e9e9; border-radius:6px }
.noUi-connect{ background:#111 }
.noUi-horizontal .noUi-handle{ width:18px; height:18px; border-radius:50%; top:50%; transform:translateY(-50%); background:#000; box-shadow:0 2px 6px rgba(0,0,0,0.3) }
.d-flex{ display:flex; gap:12px; align-items:center }
.box_price_from, .box_price_to{ display:flex; flex-direction:column; align-items:center; gap:6px }
.box_price_from .inputbox, .box_price_to .inputbox{ width:90px; padding:6px 8px; border-radius:6px; border:1px solid #ddd; text-align:center; background:#fff; color:#000 }
.box_price_to{ position:relative }
.box_price_to:before{ content:'-'; position:absolute; left:-14px; top:50%; transform:translateY(-50%); color:#333 }
.box_price_from:after, .box_price_to:after{ content:' €'; color:#333; margin-left:6px; font-weight:600 }

@media (max-width:600px){
  .d-flex{ flex-direction:column }
  .box_price_from, .box_price_to{ width:100% }
  .box_price_from .inputbox, .box_price_to .inputbox{ width:100% }
}



@media (max-width: 870px) {

  .row-fluid .sblock4 {
    width: 33% !important;
  }
}

@media (max-width: 767px) {
  .row-fluid .sblock3,
  .row-fluid .sblock4 {
    width: 50% !important;
  }
}

@media (max-width: 560px) {
  .row-fluid .sblock3,
  .row-fluid .sblock4 {
    width: 100% !important;
  }
}