body, h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6, #footer .productlist-filter-headline{
	font-family: var(--font-family);
}
/* container breite vom shop */
@media (min-width: 1300px) {
	.container, .container-fluid-xl {
		width: 1250px;
		max-width: unset;
		margin: auto;
	}
}
@media (min-width: 1420px) {
	.container, .container-fluid-xl{
		width: 1400px;
		max-width: unset;
		margin: auto;
	}
	
}

/* sticky header fix */
@media (min-width: 992px) {
	header div.hide-navbar{
		display: block !important;
	}
	.sticky-top {
    top: var(--stickyheader);
	}
}

/* is checkout */
/* .is-checkout .nav-logo-wrapper {
	display: none;
} */

/* is mobile */
body.is-mobile #shop-nav .z2_v1_col2 {
	display: none;
}



/* verkleinert die variations dropdown */
.simple-variations .dropdown.custom-select {
	height: 30px;
}
.simple-variations .btn.dropdown-toggle {
	padding: 5px 10px;
    padding-top: 3px;
}

/* content-wrapper abstand zum header */
@media (min-width: 992px){
	#content-wrapper:not(.has-fluid) {
		padding-top: 0rem;
	}
}
#content-wrapper:not(.has-fluid) {
    padding-top: 1rem;
}

/* Abstand nach dem Bild verkleinert */
#image_wrapper {
    margin-bottom: 0.5rem;
}
#image_wrapper #gallery {
    margin-bottom: 0.5rem;
}

/* OPC z2 DEFAULT ELEMENTE*/
/* Element-1 */
.z2opc_el1_coninner .col{
	align-self: center;
}
.z2opc_el2_blockouter {
	margin: 10px 0;
}
@media (min-width: 992px) {
	.z2opc_el1_coninner img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		transition: all 0.5s ease;
	}
	.z2opc_el1_coninner img:hover {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}
@media (min-width: 450px) and (max-width: 768px) {
	.z2opc_el1_conouter .col-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Element-2 */
.z2opc_el2_conouter {
	background-color: var(--opc_el2bg);
}
.z2opc_el2_blockouter>div {
	display: flex;
    align-items: center;
	column-gap: 10px;
}
.z2opc_el2_conouter p {
	margin-bottom: 0;
}
.z2opc_el2_conouter img {
	min-width: 33px 
}
.z2opc_el2_blockouter {
	margin: 10px 0;
}
.z2opc_el2_blockouter span {
	font-size: 16px;
}
@media (min-width: 450px) and (max-width: 768px) {
	.z2opc_el2_conouter .col-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
/* Element-3  */
.z2opc_el3_coninner {
	padding: 20px 0;
}
.z2opc_el3_coninner>div {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.z2opc_el3_coninner>div div {
	flex-basis: calc(50% - 10px);
}
@media (min-width: 350px) and (max-width: 578px){
	.z2opc_el3_coninner>div div {
		flex-basis: calc(35% - 10px);
		
	}
}
@media (min-width: 578px) and (max-width: 992px){
	.z2opc_el3_coninner>div div {
		flex-basis: calc(21% - 10px);
	}
}
@media (min-width: 992px) {
	.z2opc_el3_coninner img {
		filter: grayscale(100%); 
		transition: filter 0.3s ease;
		opacity: 0.2;
	}
	.z2opc_el3_coninner img:hover {
		filter: grayscale(0%); 
		opacity: unset;
	}
	.z2opc_el3_coninner>div div {
		flex-basis: calc(11% - 10px);
	}
}
/* Element-4 */
.z2opc_el4_conouter {
	background-color: var(--opc_el4bg);
}
.z2opc_el4_conouter .product-wrapper span, .z2opc_el4_conouter .item-slider-price, .z2opc_el4_conouter .productbox-image {
	background-color: #FFF;
	-webkit-line-clamp: 3;
    min-height: 64px;
	font-family: var(--font-family);
}
.z2opc_el4_conouter .product-wrapper a {
	text-decoration: unset;
    font-weight: 600;
    font-family: var(--font-family);
}
.z2opc_el4_conouter .product-wrapper .productbox-price {
	font-size: 20px;
    color: var(--primary);
}
.z2opc_el4_conouter .price_wrapper{
	min-height: 155px;
}
.z2opc_el4_conouter h1 {
	font-family: var(--font-family);
	font-weight: bold;
    color: var(--h1color);
}


/* Element-5 */
.z2opc_el5_blockinner {
	width: 50%;
	padding: 50px 0px 40px 25px;
}
.z2opc_el5_coninner p {
	display: none;
}
@media (min-width: 992px) {
	.z2opc_el5_blockinner {
	width: 50%;
	padding: 50px 0px 40px 25px;
	}
	.z2opc_el5_coninner p {
		display: block;
	}
}
.z2opc_el5_blockinner>div {
	height: 350px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.z2opc_el5_coninner .opc-Container {
	background-position: right;
}

/* Element-6 */
.z2opc_el6_blockouter {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding: 10px;
}
.z2opc_el6_blockinner {
	padding: 15px 5px 0px 5px;
	text-align: center;
}
.z2opc_el6_blockinner h2 {
	font-family: var(--font-family);
}
.z2opc_el6_blockouter {
	background-position: top !important;
	margin-bottom: 12px;
}
.z2opc_el6_conouter h1 {
	font-family: var(--font-family);
	font-weight: bold;
    color: var(--h1color);
}
.z2opc_el6_blockinner .opc-Button {
	position: relative;
    top: 5px;
}
.z2opc_el6_blockinner .btn-success {
	color: var(--opc_el6buttoncolor);
    background-color: var(--opc_el6buttonbg);
    border-color: var(--opc_el6buttonbg);
	padding: 5px 10%;
}
.z2opc_el6_blockinner .btn-success:hover {
	color: var(--opc_el6buttoncolor);
    background-color: var(--opc_el6buttonhover);
    border-color: var(--opc_el6buttonhover);
}
@media (min-width: 570px) and (max-width: 768px) {
	.z2opc_el6_conouter .col-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
/* Element-7 */
.z2opc_el7_coninner .rich-text h1, .z2opc_el7_coninner .rich-text p, .z2opc_el7_coninner .rich-text a, .z2opc_el7_coninner .rich-text span{
	font-family: var(--font-family);
}
.z2opc_el7_coninner .rich-text h1{
	color: var(--primary);
	font-size: 33px;
}
.z2opc_el7_coninner .rich-text a{
	color: var(--primary);
	text-decoration: unset;
}
.z2opc_el7_coninner .rich-text a:hover{
	color: var(--opc_el7linkhover);
	text-decoration: underline;
}
.z2opc_el7_coninner .rich-text span, .z2opc_el7_coninner .rich-text p{
	font-size: 15px;
}
/* Element-8 */
.z2opc_el8_blockouter {
	background-repeat: no-repeat;
    background-position: right !important;
    background-size: contain !important;
	min-height: 150px;
	margin-bottom: 10px;
}
.z2opc_el8_blockinner {
	width: 75%;
	min-height: 150px;
	padding: 10px 5px;
}
.z2opc_el8_blockinner h2 {
	font-family: var(--font-family);
}
.z2opc_el8_conouter h1 {
	font-family: var(--font-family);
	font-weight: bold;
    color: var(--h1color);
}
.z2opc_el8_conouter p {
	font-family: var(--font-family);
	margin-bottom: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.z2opc_el8_blockinner .btn-success {
    background-color: transparent;
    border-color: transparent;
}
.z2opc_el8_blockinner .btn-success:hover, .z2opc_el8_blockinner .btn-success:active {
    background-color: transparent !important;
    border-color: transparent !important;
}
.z2opc_el8_blockinner .btn-success .opc-Icon {
    padding-left: 10px;
}
/* Element-9 */
.z2opc_el9_blockinner {
	padding: 50px;
    margin: 20px;
}
.z2opc_el9_blockouter>div {
	display: flex;
}

.z2opc_el9_blockinner>div{
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
    justify-content: space-around;
}
.z2opc_el9_blockinner img {
	max-height: 90px;
    width: auto !important;
}
.z2opc_el9_blockinner h2 {
	font-size: 19px;
	word-break: break-word;
}
@media (min-width: 992px) {
	.z2opc_el9_blockouter.pos1>div{
	align-items: flex-start;
}
	.z2opc_el9_blockouter.pos2>div{
		align-items: flex-end;
	}
	.z2opc_el9_blockinner {
		height: 370px;
	}
	.z2opc_el9_blockouter>div {
		height: 450px;
	}
}


/* TEMPLATE HEADER ERWEITERUNG TOPBAR*/
#header-top-bar>div {
	justify-content: space-between;
    align-items: center;
}
#header_ext_topbar {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	color: var(--headererw_topbar);
}
#header_ext_topbar span {
	padding: 0.5rem 1rem 0.5rem 0.3rem;
}
#header_ext_topbar fa, #header_ext_topbar span {
	font-size: 12px;
}
#header_ext_topbar span {
	padding: 0.5rem 1rem 0.5rem 0.3rem;
	font-family: var(--font-family);
}
#header_ext_topbar a:not(.dropdown-item):not(.btn) {
	color: var(--headererw_link);
}
.topbarsinglerow {
	padding: 10px 1rem;
	display: none;
}
.topbarsinglerow #header_ext_topbar {
	justify-content: space-between;
}
.z2topbarbg {
	background: var(--headererw_bg);
}

/* TEMPLATE HEADER ERWEITERUNG SPEZAL GRAFIK*/
.nav-icons-wrapper {
	display: flex;
    align-items: center;
}
#sp_gfx img {
	padding: 0px;
    max-height: 45px;
	float: left;
	padding-right: 5px;
}
#sp_gfx ul {
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
#sp_gfx li {
	list-style: none;
	display: flex;
}
#sp_gfx {
	/* width: 300px; */
	display: none;
}
#sp_gfx span {
	font-family: var(--font-family);
	white-space: nowrap;
}
@media (min-width: 1300px) {
	#sp_gfx {
		display: block;
	}
	.nav-icons-wrapper {
		gap: var(--sp_gfxgap);
	}
}


/* HEADER DESIGN SUCHLEISTE */
header #search .form-control, header .search-wrapper .form-control {
	border: 1px solid var(--headersearchborder);
	background-color: var(--headersearchbg) !important;
	border-right: 0;
	
}
header #search .form-control:focus,  header .search-wrapper .form-control:focus {
	border-color: var(--headersearchborder);
	box-shadow: unset;
}

header #search .btn-secondary, header .search-wrapper .btn-secondary {
    background-color: var(--headersearchbg);
    border-color: var(--headersearchborder);
	padding: 0px 12px;
	border-left: 0;
}
header #search .btn-secondary, header .search-wrapper .btn-secondary span{
    color: var(--headersearchiconcolor);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: var(--headersearchbg)!important;
    border-color: var(--headersearchborder)!important;
	color: var(--headersearchiconhover)!important;
}
.search-wrapper .fa-search {
	font-size: 20px;
}
@media (max-width: 768px) {
	.full-width-mega .main-search-wrapper .twitter-typeahead {
		width: unset !important;
	}
	.full-width-mega .main-search-wrapper .twitter-typeahead+.input-group-append {
		width: unset !important;
	}
}

.twitter-typeahead input {
	/* text-align: center; */
}


@media (min-width: 992px) {
	.full-width-mega .menu-search-position-left .main-search-wrapper {
		margin-right: unset;
	}
}

/* HEADER DESIGN SHOP-NAV */
.wk_head1, .wk_head2 {
		display: none;
	}
.z2_v1_col1 {
		display: block;
	}
.fa-shopping-basket {
	font-size: 18px;
    margin-top: 0px;
}
#shop-nav .fa-sup {
	font-size: 50%;
}
@media (min-width: 768px) {
	.wk_head2 {
		display: block;
	}
	.z2_v1_col1 {
		display: none;
	}
}
@media (min-width: 992px) {
	#shop-nav .fas{
		font-size: 22px
	}
	#shop-nav li>a{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.wk_head1 {
		display: block;
	}
	.fa-shopping-basket {
		font-size: 29px !important;
		margin-top: 5px;
	}
}


/* HEADER DESIGN MEGAMENU */
.z2_megamenu {
	background-color: var(--headermegamenubg);
}
@media (min-width: 992px) {
	header .navbar-nav > .nav-item > .nav-link {
		font-size: 1rem;
		color: var(--headermegamenu_text);
		font-family: var(--font-family);
	}
	header .nav-multiple-row .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 1rem;
}
	header a:not(.dropdown-item):not(.btn):hover {
		color: var(--headermegamenu_hover) !important;
	}
	header .dropdown-body a:not(.dropdown-item):not(.btn):hover {
		color: unset !important;
	}
	header .navbar-nav > .nav-item > .nav-link:before {
		border-color: var(--headermegamenu_hover);
		}
	header .submenu-headline-toplevel {
		font-family: var(--font-family);
	}
}	

/* TEMPLATE FOOTER ERWEITERUNG SIMPLE*/
.advantagesouter_simple {
	padding: 21px 0;
    background: var(--footererw_background);
}
.advantagesouter_simple span{
	color: var(--footererw_toptext);
    font-size: 18px;
    font-weight: 600;
}
/* TEMPLATE FOOTER ERWEITERUNG */
.container-advantages {
    font-family: var(--font-family);
}
.container-advantages {
    color: var(--footererw_text);
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
    z-index: 0;
	content: " ";
    display: table;
	overflow: hidden;
}
.advantagesouter {
	background-color: var(--footererw_background);
}

.container-advantages .fa {
    color: var(--footererw_iconfarbe);
    text-shadow: 1px 1px 1px #373737;
    display: block;
    font-size: 48px;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
}
.container-advantages .text_top {
    color: var(--footererw_toptext);
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0px;
}
.container-advantages>div {
    border-right: 1px solid var(--footererw_border);
    padding: 0 30px;
	float: left;
	width: 100%;
}
.container-advantages>div:first-child {
    padding-left: 15px;
}
.container-advantages>div:last-child {
    border-right: none;
    padding-right: 15px;
}
.container-advantages>div {
	padding: 15px 30px;
}
@media (max-width: 667px) {
    .container-advantages>div {
        border-bottom: 1px solid var(--footererw_border);
        border-right: medium none;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 992px){
	.container-advantages {
		max-width: 100%;
	}
}
@media (min-width: 768px){
	.container-advantages>div {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px){
	.container-advantages>div {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* TEMPLATE FOOTER ERWEITERUNG ZAHLUNGSARTEN*/
.container-advantages_payment {
    font-family: var(--font-family);
}
.container-advantages_payment {
    color: var(--footererwzahlung_text);
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    z-index: 0;
	content: " ";
    display: table;
}
.container-advantages_payment:before {
    background-color: var(--footererwzahlung_background);
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 400%;
    z-index: -1;
}
.container-advantages_payment .text_top {
    font-size: 25px;
	font-weight: 700;
}
.container-advantages_payment div {
    padding: 10px 0;
}
.container-advantages_payment img {
    border-radius: 5px;
	margin: 3px;
}
.container-advantages_payment a {
	color: var(--footererwzahlung_background) !important;
}


/* FOOTER DESIGN */
#footer .productlist-filter-headline {
	font-size: 1rem;
	color: var(--footerdesigne_toptext);
}
#footer {
	overflow: hidden;
}

#footer .footer-social-media a{
	border-color:var(--footerdesigne_toptext);
	color:var(--footerdesigne_toptext);
}

/* product box */
.productbox .productbox-title {
	font-weight: bold;
	text-align: center;
}
.productbox .productbox-title a{
	text-decoration-line: unset;
	font-size: 16px;
}

.productbox .price_wrapper {
	text-align: center;
}
.productbox .price_wrapper .price.productbox-price  {
	font-size: 1.4em;
    color: var(--primary) !important;
    font-weight: 500;
}


/* GALLERIE ANSICHT Version-1 aus Template */
.z2_version-1.layout-gallery .productbox-button {
	display: none;
	height: 80px;
    align-items: center;
    justify-content: center;
}
.z2_version-1.layout-gallery .productbox-button span {
	text-transform: uppercase;
    font-family: var(--font-family);
}
.z2_version-1.layout-gallery .productbox-button a {
	padding: 5px 16px;
}
@media (min-width: 768px) {
	.z2_version-1.layout-gallery .productbox.productbox-hover .productbox-inner:before {
		content: unset;
		}
	.z2_version-1.layout-gallery .productbox.productbox-hover:hover .productbox-ribbon.ribbon-4 {
		top: -1px;
		left: 100%;
	}
	.z2_version-1.layout-gallery .productbox.productbox-hover:hover .price_wrapper {
		display: none;
	}
	.z2_version-1.layout-gallery .productbox.productbox-hover:hover .productbox-button {
		display: flex;
	}
}
.z2_version-1.layout-gallery .productbox-inner {
	text-align: center;
	border: 1px solid #ddd;
}

.z2_version-1.layout-gallery .productbox-title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family);
	padding: 0 2px;
}
.z2_version-1.layout-gallery .productbox-title a{
	text-decoration: unset;
    -webkit-line-clamp: 2;
    min-height: 49px;
    color: var(--gallerietitle);
}
.z2_version-1.layout-gallery .productbox-price{
	color: var(--primary);
    font-size: 23px;
    font-family: var(--font-family);
}
.z2_version-1.layout-gallery .fa-star, .z2_version-1 .fa-star-half-alt{
	color:  #ffdc0f;
}
.z2_version-1.layout-gallery .price-note{
	min-height: 44px;
}
.z2_version-1.layout-gallery .price_wrapper{
	margin-bottom: 0px;
	height: 80px;
}
/* CUSTOM Lösung */
/* .z2_version-1.layout-gallery .ribbon-4 {
    top: -1px;
    left: 100%;
    background-image: url(/templates/Nova_10hoch2/themes/base/images/ribbon4vorteilspackung.png);	
    width: 76px;
    height: 85px;
    transform: translate(-91%, 0);
	background-color: unset;
	color: transparent;
	box-shadow: unset;
} */

.z2_version-1.layout-gallery .ribbon-4:before {
    border-right-color: unset;
}
.z2_version-1.layout-gallery .productbox-quick-actions {
	right: 2.5rem;
}


/* GALLERIE ANSICHT Version-2 aus Template */
.z2_version-2.layout-gallery .productbox-button {
	display: none;
	height: 80px;
    align-items: center;
    justify-content: center;
}
.z2_version-2.layout-gallery .productbox-button span {
	text-transform: uppercase;
    font-family: var(--font-family);
}
.z2_version-2.layout-gallery .productbox-button a {
	padding: 5px 16px;
}
@media (min-width: 768px) {
	.z2_version-2.layout-gallery .productbox.productbox-hover .productbox-inner:before {
		content: unset;
		}
	.z2_version-2.layout-gallery .productbox.productbox-hover:hover .productbox-button {
		display: flex;
	}
	.z2_version-2.layout-gallery .productbox-ribbon.ribbon {
		top: -0.5rem;
		left: -1.5rem;
	}
}
.z2_version-2.layout-gallery .productbox-inner {
	text-align: center;
	border: 1px solid #ddd;
}

.z2_version-2.layout-gallery .productbox-title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family);
	padding: 0 2px;
	background: var(--gallerieBG-v2);
}
.z2_version-2.layout-gallery .productbox-inner .col:nth-child(2) *  {
	background: var(--gallerieBG-v2);
}
.z2_version-2.layout-gallery .item-delivery-status  {
	margin: 0;
	padding-bottom: 10px;
}
.z2_version-2.layout-gallery .productbox-title a{
	text-decoration: unset;
    -webkit-line-clamp: 2;
    min-height: 49px;
    color: var(--gallerietitle);
}
.z2_version-2.layout-gallery .productbox-price{
	color: var(--primary);
    font-size: 23px;
    font-family: var(--font-family);
}
.z2_version-2.layout-gallery .fa-star, .z2_version-2 .fa-star-half-alt{
	color:  #ffdc0f;
}
.z2_version-2.layout-gallery .price-note{
	min-height: 44px;
}
.z2_version-2.layout-gallery .price_wrapper{
	margin-bottom: 0px;
	height: 80px;
	background: var(--gallerieBG-v2);
}

/* Productdetail ANSICHT Version-1 aus Template */
.z2_version-1.product-info-inner {
	border: none;
    padding: 15px;
    border-radius: 5px;
    background: var(--productdetailBG-v1);
	margin-bottom: 15px;
}
.z2_version-1.product-info-inner .bulk-prices {
    background: var(--productdetail_staffelpreisBG-v1);
    border-radius: 5px;
    padding: 0px 5px;
}
.z2_version-1.product-info-inner .bulk-prices tbody{
    pointer-events: none;
}
.z2_version-1.product-info-inner .price_wrapper, .z2_version-1.product-info-inner .bulk-prices {
	text-align: right;
	overflow-x: auto;
}
.z2_version-1.product-info-inner .bulk-prices td,.z2_version-1.product-info-inner  .bulk-prices th {
	white-space: nowrap;
}
.z2_version-1.product-info-inner .price_wrapper .price {
	color: var(--primary);
	font-weight: 600;
}
.z2_version-1.product-info-inner .choose_quantity {
	background: #fff;
}
.z2_artikelinfo a{
	color: var(--primary);
	text-decoration: unset;
}
.z2_artikelinfo i{
	padding: 0px 5px;
}

/* staffelpreise überschrift */
.z2_buklheader {
	font-weight: bold;
	font-size: 17px;
	text-align: left;
}

/* X-Selling List*/
#z2_xsellinglist {
	text-align: left;
	margin-top: 20px;
}
#z2_xsellinglist .table {
	background: #fff;
    border-radius: 5px;
}
#z2_xsellinglist a {
	color: var(--primary);
	text-decoration: unset;
}
#z2_xsellinglist h5 {
	font-weight: bold;
}
#z2_xsellinglist h5{
	font-weight: bold;
	font-size: 17px;
}
#z2_xsellinglist td {
	white-space: nowrap;
}
@media (min-width: 1300px) {
	#z2_xsellinglist td {
		vertical-align: middle;
	}
	#z2_xsellinglist td:first-child {
		white-space: normal;
	}
}




/* _keyfactsOnDescription */
.cstm_keyFacts {
	padding: 15px 0px 30px 0px;
}
.cstm_keyFacts li {
	list-style: none;
}
.cstm_keyFacts i {
	margin-right: 15px;
    color: var(--primary);
}


/* Copyright erweitern */
.copyright-width {
	margin: auto;
	width: 66.6%;
}
.copyright-width p{
	flex-wrap: wrap;
	justify-content: center !important;
}
.copyright-width i{
	padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.copyright-width a{
	color: unset !important;
}

#copyright .container-fluid .row {
	flex-direction: column;
}
@media (max-width: 1240px) {
	.copyright-width {
		width: 80%;
	}
}


/* CSTM-MERKMALE DETAIL */
.cstm_quali-title {
	color: var(--primary);
	font-size: 22px;
}
.cstm_quali-merkmale {
	list-style: none;
	padding-left: 0;
}
.cstm_quali-merkmale>li {
    display: inline-block;
    padding-right: 0px !important;
    padding-left: 0px;
    line-height: 1;
}
.cstm_quali-merkmale a{
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.cstm_quali-merkmale>li:last-child .pipe-red:last-child {
    display: none;
}
.pipe-red {
	color: var(--primary);
	font-size: 25px;
	padding-left: 0.1em;
}
/* CSTM-MERKMALE ITEMBOX */
.productbox .cstm_quali-title, .productbox hr {
	display: none;
}
.productbox .cstm_quali-merkmale {
	display: none;
}
.productbox .cstm_quali-merkmale a {
	font-size: 16px;
}
@media (min-width: 768px) {
	.productbox.productbox-hover:hover .cstm_quali-merkmale {
		display: block;
    	text-align: center;
	}
}

/* slider */
.slick-slider-other.is-not-opc .product-wrapper .item-slider-desc {
	-webkit-line-clamp: 2;
    min-height: 45px;
    font-weight: 600;
}
.slick-slider-other.is-not-opc .product-wrapper a {
	text-decoration-line: unset;
}
.slick-slider-other.is-not-opc .product-wrapper .item-slider-price .productbox-price  {
	font-size: 1.4em;
    color: var(--primary) !important;
    font-weight: 500;
}






