/*************************************/
/******* General Styles *************/
/***********************************/


/*** @@@  Colors @@@ ***/

:root {	
    
    --text-color: #1f1714;
    --link-color: #fec600;	
    --link-effect: #ebb90b;
    --border-color: #f3f3f3;
    --white: #fff;
    --primary-hover: rgba(255, 255, 255, 0.3);
    --primary-shadow: rgba(255, 255, 255, 0.5);
    --primary-effect: #BF4E30;
    --outline-effect: #909193;
    --bg-transparent: rgba(224,0,26,.7);
    --primary-active: #7c2419;
    --outline-color: #333333;
    --outline-border: #d1d1d1;
    --outline-effect: #ebebeb;
    --outline-effect-border: #adadad;
    --outline-active: #1f7e9a;
    --outline-active-border: #1b6d85;
    
}



/*** @@@ Body and Headings @@@ ***/

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--text-color);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6 {  
	font-family: "Open Sans",sans-serif;
}
  
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .productlist-filter-headline, .h4, .h5, .h6 {
	font-family: "Open Sans",sans-serif;
}


/*** @@@@ Links @@@ ***/

a {  
    text-decoration: none;
    transition: none;
    color: var(--link-color);
}

a:hover, a:focus {
	color: var(--link-effect);
    text-decoration: underline;
}





/*** @@@ Forms @@@ ***/

.form-control:focus {
	border-color: var(--link-color);
    box-shadow: 0 1px 1px rgba(225, 99, 31, 0.075) inset, 0 0 8px rgba(225, 99, 31, 0.6);
}

body[data-page="5"] .contact-form {
    padding: 2rem;
    border: 3px solid var(--link-color);
    border-radius: 10px;
}




/*** @@@ Buttons @@@ ***/

.btn-primary {
	background-color: var(--link-color);
    border-color: var(--link-color);
    color: var(--white);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: var(--link-effect);
    border-color: var(--link-effect);
    color: var(--white);
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-active);
    border-color: var(--primary-active);
    color: var(--white);
}

.btn-outline-primary {
    color: var(--outline-color);
    background-color: var(--white);
    border-color: var(--outline-border);
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background-color: var(--outline-effect);
    border-color: var(--outline-effect-border);
    color: var(--outline-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--outline-active);
    border-color: var(--outline-active-border);
    color: var(--white);
}

.btn-link:hover {
    color: var(--link-effect);
    text-decoration: none;
}

@media (min-width: 768px) {

    .btn-primary,
    .btn-outline-primary {
        border-top-right-radius:10px;
        border-bottom-left-radius:10px;
        transition:all 1s;
    }

    .btn-primary::before, .btn-primary::after,
    .btn-outline-primary::before, .btn-outline-primary::after {
        content:" ";
        width:10px;
        height:10px;
        position:absolute;
        transition:all 1s;
    }

    .btn-primary::before, .btn-primary::after {
        border :0px solid var(--white);
    }

    .btn-outline-primary::before, .btn-outline-primary::after {
        border :0px solid var(--text-color);
    }

    .btn-primary::after,
    .btn-outline-primary::after {
        top:-1px;
        left:-1px;
    }

    .btn-primary::after {
        border-top:5px solid var(--white);
        border-left:5px solid var(--white);
    }

    .btn-outline-primary::after {
        border-top:5px solid var(--text-color);
        border-left:5px solid var(--text-color);
    }

    .btn-primary::before,
    .btn-outline-primary::before {
        bottom:-1px;
        right:-1px;
    }

    .btn-primary::before {
        border-bottom:5px solid var(--white);
        border-right:5px solid var(--white);
    }

    .btn-outline-primary::before {
        border-bottom:5px solid var(--text-color);
        border-right:5px solid var(--text-color);
    }

    .btn-primary:hover,
    .btn-outline-primary:hover {
        border-top-right-radius:0px;
        border-bottom-left-radius:0px;
    }

    .btn-primary:hover::before,.btn-primary:hover::after {
        width:100%;
        height:100%;
        border-color: var(--link-effect);
    }

    .btn-outline-primary:hover::before,.btn-outline-primary:hover::after {
        width:100%;
        height:100%;
        border-color: var(--outline-effect);
    }

}



/*** @@@ fa-Icons @@@ ***/

.fa-sup,
.badge-primary  {
    background: var(--text-color);
    color: var(--white);
}




/*** @@@ Kassee Secure @@@ ***/

.secure-checkout-icon {
    text-align: end;
}



/*** @@@ Smooth-Scroll BTN @@@ ****/

.smoothscroll-top {
    background-color: var(--text-color) !important;
    border: 2px solid var(--outline-border) !important;
    color: var(--white) !important;
}


/*** Breadcrumb ***/

body[data-page="1"] .breadcrumb-wrapper .navigation-arrows {
    display: none;
}

@media (min-width: 992px) {
    
    .breadcrumb-wrapper {
        margin-bottom: 0;
    }
}




/************************************/
/************ Header ***************/
/**********************************/

/****  @@@@  Genral Header Styles @@@@@  *******/

header a {
    color: var(--text-color);
}

header a:hover:not(.dropdown-item):not(.btn) {
    color: var(--link-color);
}

.is-checkout header, .is-checkout .navbar {
    height: auto;
}

header {
    box-shadow: none;
    color: var(--text-color);
    background: transparent;
}

body[data-page="11"] header {
    background: var(--white);
    border-bottom: 2px solid var(--text-color);
}

body[data-page="11"] header .hide-navbar.container-fluid {
    max-width: 1250px !important;
}

@media (min-width: 992px) {

    header .nav-right .nav-link {
        font-size: 1.2rem;
    }

}

 @media (max-width: 991px) {
    
    header {
        height: 80px;
        background: var(--white);
    }

    header .navbar {
        height: 80px;
    }

} 

@media (max-width: 767px)  {

    header, header .navbar {
        height: auto;
    }

    header .navbar {
        flex-direction: column;
    }

    .nav-icons-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    #shop-nav {
        justify-content: flex-end;
        position: relative
    }

    header #burger-menu {
        position: absolute;
        left: 0;
    }

}


/***** @@@@@ Nav Icons @@@@  ******/

header .cart-icon-dropdown .dropdown-menu img {
    max-width: 100px;
    height: auto;
}

header .main-search-wrapper {
    padding-right: 0;
    padding-left: 0;
    max-width: fit-content;
}

body[data-page="11"] .secure-checkout-topbar {
    display: none !important;
}

@media (min-width: 992px) {

    #search .input-group {
        flex-wrap: nowrap;
    }

    #search {
        padding-top: 0.4444rem;
        padding-bottom: 0.4rem;
    }

    #search .form-control {
        background: #fff;
        /*color: var(--white);*/
        border-color: var(--white);
    }

    /*#search .form-clear,
    #search .form-control::placeholder {
        color: var(--white);
    }*/ 

    #search  .btn-secondary {
        color: var(--white);
        background-color: transparent;
        border-color: var(--white);
    }

}

@media (max-width: 575px) {

    .goog-te-gadget-simple {
       font-size: 11px !important;
    }

}

/*** @@@ LOGO @@@ ***/

@media (min-width: 992px) {

    header .navbar-brand {
        margin-right: -2rem;
    }

}

@media (max-width: 991px) {
	header .navbar-brand img {
		height: 5rem;
	}

	.nav-logo-wrapper {
		order: -1;
	}
	
    .toggler-logo-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
	#header-top-bar {
		display: none;
	}

    .toggler-logo-wrapper {
        position: static !important;
        transform: none;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }			

    #google_translate_element_99, .nav-icons-wrapper {
        width: 100%;
		text-align: center;		
    }
	
	#google_translate_element_99 {
		padding: .25rem;
	}
	
	header .navbar-brand {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
}


/*****  @@@@@  Menu @@@@@ *****/

header .hide-navbar ~ .container-fluid {
    background: var(--text-color);
}

body[data-page="18"] header .hide-navbar ~ .container-fluid {
    background: rgba(0, 0, 0, 0.5);
}

header .hide-navbar ~ .container-fluid.scrolling {
    background: var(--text-color) !important;
}

@media (min-width: 992px) {

    header .nav-mobile-body {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    header .navbar-collapse {
        height: auto;
    }

    header .navbar-nav > .nav-item > .nav-link {
        padding: 18px 10px 18px 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--white);
        font-size: 1rem;
    }

    header .navbar-nav > .nav-item > .nav-link::before {
        border: none;
    }

    header .navbar-nav > .nav-item > .nav-link:hover:not(.dropdown-item):not(.btn),
    header .navbar-nav > .nav-item.dropdown-full.active > .nav-link,
    header .navbar-nav > .nav-item > .nav-link:focus {
        color: var(--link-effect);
    } 

    header .submenu-headline-toplevel {
        border-bottom: none;
        text-align: center;
    }

    header .submenu-headline-image {
        margin: 0 auto 1rem;
    }

    header .subcategory-wrapper .categories-recursive-dropdown {
        text-align: center;
    }

    .nav-scrollbar-arrow.right {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, var(--text-color) 70%);
        color: var(--white);
    }

    .nav-scrollbar-arrow.left {
        background-image: linear-gradient(to right, var(--text-color)  30%, rgba(255, 255, 255, 0.01) 100%);
        color: var(--white);
    }

    header .navbar-nav > .nav-item > .dropdown-menu {
        box-shadow: none;
    }

    .menu-center-left {
        transition: all 0.3s linear;
    }
    
    .menu-center-left.scroll-active {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
        left: 0;
        margin-top: 0;
        border-radius: 0;
    }

    header .hide-navbar ~ .container-fluid > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .nav-scrollbar-inner {
        overflow-x: hidden;
        padding-bottom: 0;
    }

    header .search-wrapper {
        width: 250px;
    }
}

@media (max-width: 991px) {

    header .hide-navbar ~ .container-fluid {
        background: transparent;
    }

} 





/*****************************/
/******* Products ***********/
/***************************/

.page-link:hover, .page-text:hover {
    color: var(--link-color);
}

.page-item.active .page-link::after, .page-item.active .page-text::after {
    border-bottom: 4px solid var(--link-color);
}

.productbox.productbox-hover .productbox-inner::before {
    content: none;
}

.badge-circle-1 {
    color: var(--link-color);
    border-color: var(--link-color);
    background: var(--white);
}

.badge-circle-1:hover,
.badge-circle-1:focus, .badge-circle-1.focus,
.badge-circle-1:not(:disabled):not(.disabled):active {
    color: var(--white);
    border-color:  var(--link-color);
    background:  var(--link-color);
}

.productbox-column .productbox-inner .productbox-title,
.productbox-column .productbox-inner .price_wrapper {
    text-align: center;
}

.bootstrap-select.custom-select button.dropdown-toggle:focus,
.bootstrap-select.custom-select.show button.dropdown-toggle,
.bootstrap-select.custom-select:not(:disabled):not(.disabled):active {
    border-color: var(--link-color);
    outline: none !important;
}

.form-counter .btn:hover {
    background-color: transparent;
}

.productbox-column  .variations.switch-variations dl {
    text-align: center;
}

.productbox-column .productbox-inner .productbox-title {
    margin: .5rem 0;
}

.productbox-row .form-counter, 
.productbox-row .basket-details-add-to-cart {
    border-radius: 0;
}

.form-counter {
    border-radius: 0;
}

.form-counter .form-control {
    color: var(--text-color);
}

.form-counter  .btn {
    color: var(--text-color);
}

@media (max-width: 767px) {

    .content-cats-small .caption {
        text-align: center;
    }

    .content-cats-small > .col {
        margin-bottom: 1rem;
    }

}








/**********************************/
/************* Aside **************/
/*********************************/

aside .btn-filter-box {
    border: none;
}

aside .box-filter-hr {
    border: none;
}

aside .productlist-filter-headline {
    font-size: 1.125rem;
}

aside .productlist-filter-headline, aside .btn-filter-box {
    color: var(--text-color);
    border-bottom: 2px solid;
    border-color: var(--link-color);
    padding: 6px 0;
}

aside .nav-panel > .nav > .active > .nav-link {
    border-color: var(--link-color);
}

aside .nav-panel > .nav > .active > .nav-link a {
    color: var(--link-color);
}

.box-link-wrapper i.snippets-filter-item-icon-right {
    color: green;
}

.noUi-horizontal .noUi-connect {
    background: var(--link-color);
}

.noUi-horizontal .noUi-handle {
    background: var(--link-color);
    box-shadow: 0 0 5px 1px var(--primary-effect);
}

aside .btn-filter-box:hover {
    color: var(--link-color);
}

aside .price-range-inputs {
    margin-top: 1rem;
}







/*****************************/
/******* Details ************/
/***************************/

.navigation-arrows .btn:hover, .navigation-arrows .btn:focus,
#product-offer .product-info .question-on-item .question:hover,
.estimated-delivery:hover .estimated-delivery-info {
    color:  var(--link-color);
}

.modal-header .close:hover, #image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover {
    color:  var(--white);
    background:  var(--link-color);
    border-color:  var(--link-color);
}

.product-detail-image-preview-bar .carousel-thumbnails .slick-slide, #image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images  {
    border: 1px solid  var(--link-color);
}

.tab-navigation .nav-link::after {
    border-color: var(--link-color);
    border-width: 0 0 3px;
}

.swatches-text, .swatches-text.active {
    border: 1px solid  var(--link-color);
}

.swatches-text.active {
    color: var(--white);
    background-color:  var(--link-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
	color:  var(--white);
	border-color:  var(--link-color);
	background-color:   var(--link-color);
}

.product-detail-image-preview-bar .carousel-thumbnails .slick-slide, #image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images  {
    border: 1px solid  var(--link-color);
}

.slick-dots li.slick-active button {
    background-color:  var(--link-color);
    border-color: var(--link-color);
}

.badge-circle-1.on-list {
    border: 1px solid var(--link-color);
    background-color: var(--link-color);
}

.price_wrapper ~ .text-right {
    margin-bottom: 1.5rem;
}

.price_wrapper ~ .text-right .first-text {
    color: #797979;
    font-weight: bold;
    font-size: 28px;
}

.price_wrapper ~ .text-right  .second-text {
    color: #797979;
    font-size: 1rem;
}

#buy_form .price_wrapper .price {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
    color: var(--link-color);
}

.attr-characteristic .badge-primary:hover {
    background: var(--link-color);
    color: var(--white);
}

#product-offer .product-info .product-offer > .row {
    margin-bottom: 0;
}

#product-offer .price_wrapper {
    margin-bottom: 0;
}

#product-offer .product-info .stock-information {
    align-items: center;
}

#product-offer .basket-form-inline {
    border-bottom: none !important;
}

#product-offer .variations.simple-variations {
    margin-right: 0;
    margin-left: 0;
}

#product-offer .variations.simple-variations > .col {
    padding-right: 0;
    padding-left: 0;
}

#product-offer .product-info .stock-information.stock-information-p {
    padding-top: 0;
    padding-bottom: 0;
}

#product-offer .product-info .stock-information {
    border: none;
}

#product-offer .product-info ul.info-essential {
    margin: 0 0;
}

@media (max-width: 767px) {

    #product-offer .product-info .stock-information.stock-information-p {
        flex-direction: column;
    }

    #product-offer .product-info .question-on-item {
       margin-left: 0;
       margin-right: auto;
    }

    .price_wrapper ~ .text-right .first-text {
        font-size: 24px;
    }

}

@media (max-width: 479px) {

.rabatt-design {
    display: block !important;
}

.price_wrapper ~ .text-right {
    text-align: left !important;
}

}






/*****************************/
/******* Checkout ***********/
/***************************/

.stepper .step-active .step-content::after {
    content: none;
}

.checkout-steps .step-check {
	color:  var(--link-color);
}

@media (min-width: 992px) {

    .customer-login-buttons .form-row {
        align-items: center;
    }

}



/*****************************/
/**** Products Slider *******/
/***************************/

.slick-arrow:hover {
    background-color: var(--link-color);
}

.slick-slider-other .text-clamp-2 {
    margin: .5rem 0;
}

@media (max-width: 767px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/2);
        min-width: calc(100%/2);
    }
}

@media (max-width: 479px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/1);
        min-width: calc(100%/1);
    }
}

@media (min-width: 767.999999px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/3);
        min-width: calc(100%/3);
    }
}

@media (min-width: 991.999999px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/4);
        min-width: calc(100%/4);
    }
}

@media (min-width: 1299.999999px) {
    .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
        width: calc(100%/5);
        min-width: calc(100%/5);
    }
}




/*****************************/
/*******  Footer ************/
/***************************/

#footer {
    padding: 1rem 0 0;
    background: var(--text-color);
}

#footer, #footer #copyright {
    color: var(--white);
}

#footer .productlist-filter-headline {
    color: var(--white);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: akkoprolightitalic,Arial,Verdana,sans-serif;
}

#footer .footer-logo {
    height: auto;
    margin-bottom: 1rem;
}

#footer .nav-link {
    color: var(--white);
}

#footer .nav-link:hover {
    color: var(--link-effect);
}

#footer-boxes .col:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-top: 1px solid  var(--white);
    padding-top: 1rem;
}

#footer-boxes .col:last-child .productlist-filter-headline{
    text-align: center;
 }

 #footer-boxes .s360-footer-payment-shipping {
     justify-content: center;
 }

 #footer-boxes .s360-footer-payment-shipping-image img {
    display: inline-block;
    max-height: 50px;
    max-width: 70px;
    margin-right: .2rem;
}

.fragen-box, .usp-box {
    text-align: center;
}

.fragen-box {
    text-align: center;
    padding: 1rem 0;
}

.usp-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 0px;
}

.usp-box .usp-img-special img {
    filter: brightness(0.8);
}

.fragen-box .h1, .usp-box h1 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--white);
    margin-top: 1rem;
}

.fragen-box a {
	display: inline-block;
	padding: 2rem;
	border-radius: 4px;
	background: var(--link-color);
	margin-bottom: 1rem;
	margin-left: 1rem;
}

.fragen-box a i{
    font-size: 2rem;
    color: var(--white);
}

.usp-box .usp-img{
    display: inline-block;
    margin-top: 2rem;
}

#footer-boxes {
    margin-top: 2rem;
}

#footer hr {
    border-color: var(--white) !important;
}

.footnote-vat, .footnote-vat a {
    text-align: center;
}

.footnote-vat a {
    color: var(--link-color);
}

#footer #copyright {
    background: transparent;
}

#footer #system-credits {
    color: var(--white);
}

#footer #system-credits a {
    color: var(--link-color) !important;
}

.partner a {
    color: var(--white);
}

.partner img {
    margin-top: 1rem;
}

@media (max-width: 991px) {

    #footer > .container {
        max-width: 97vw
    }

    .fragen-box h1, .usp-box h1 {
        font-size: 1.875rem;
    }

}

@media (max-width: 767px) {
    #footer .box-normal .box-normal-link.dropdown-toggle {
        color: var(--white);
        font-size: 1rem;
        text-transform: uppercase;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #footer-boxes .s360-footer-payment-shipping {
        margin-bottom: 1rem;
    }

    .fragen-box a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--link-color);
        width: 25%;
        height: auto;
        margin: 1rem auto;
    }

    #footer-boxes .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    #footer-boxes .col:last-child {
        border-top: none;
    }
}

@media (max-width: 575px) {

    #footer-boxes .col-12 {
        text-align: center;
    }

    #footer .footer-logo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 479px) {

    .fragen-box h1, .usp-box h1 {
        font-size: 1rem;
    }

    .fragen-box  {
        display: flex;
        flex-direction: column;
    }

    .fragen-box a {
        padding: 1rem;
    }

    .fragen-box .fragen-img {
        margin: inherit;
    }
    .fragen-box img {
        margin-left: 0 !important;
    }

}








/*****************************/
/*******  OPC    ************/
/***************************/

.no-opc h2, .no-opc .h2 {
    font-weight: 700;
}

.no-opc h3, .no-opc .h3 {    
    font-weight: 700;
}

.no-opc .left-container-bg {
    height: 200px;
    width: 100%;
}

.no-opc .flex > div {
    display: flex;
    align-items: center;
}

.no-opc .flex > div > .opc-Container {
    width: 60%;
}

.no-opc .flex > div .icon {
    width: 40%;
}

@media (max-width: 1299px) {

    .no-opc .flex > div > .opc-Container {
        width: 70%;
    }
    
    .no-opc .flex > div .icon {
        width: 30%;
    }

}

@media (max-width: 991px) {

    .no-opc .flex > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .no-opc .flex > div > .opc-Container,
    .no-opc .flex > div .icon {
        width: 100%;
    }

}

@media (max-width: 479px) {

    .no-opc h2, .no-opc .h2 {
        font-size: 1.5rem;
    }

    .no-opc h3, .no-opc .h3 {
        font-size: 1rem;
    }

}

/*** Banner  ***/

.no-opc .start-seite-banner-box {
    margin-top: -4rem;
}

.no-opc .start-seite-banner-box .left-container {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 .no-opc .left-container ~ .quickcategory {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-opc .teaser-title {
    font-family: akkoprolightitalic,Arial,Verdana,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.57143rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--white);
    text-shadow: 2px 2px 1px rgba(0,0,0,.6);
}

.no-opc .teaser-title span  {
    background: rgba(211,211,211,.5);
    padding: 5px 8px 5px 7px;
    line-height: 1;
    display: inline-block;
    margin-top: 5px;
    font-style: italic;
}

.no-opc .start-seite-banner-box button:hover {
    color: var(--link-color) !important;
}

@media (max-width: 1299px) {

    .no-opc .teaser-title {
        font-size: 2rem;
    }

    .no-opc .left-container ~ .quickcategory {
       top: 60%;
    }
}

@media (min-width: 992px) {

    .no-opc .left-container ~ .quickcategory {
        width: 50%;
    }

}

@media (max-width: 991px) {

    .no-opc .start-seite-banner-box .left-container {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .no-opc .teaser-title {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .no-opc .left-container .opc-Button {
        text-align: center !important;
    }

    .no-opc .start-seite-banner-box {
        margin-top: 0;
        height: 400px;
    }

    .no-opc .start-seite-banner-box > div {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .no-opc .start-seite-banner-box > div img {
        position: absolute;
        height: 400px;
        width: auto !important;
        max-width: 2000px;
        left: 50%;
        transform: translateX(-50%);
    }

    .no-opc .left-container ~ .quickcategory {
        top: 80%;
        width: 90%;
    }

}

@media (max-width: 767px) {

    .no-opc .teaser-title {
        font-size: 1rem;
    }

    .no-opc .start-seite-banner-box button {
        padding: 0;
        font-size: 12px;
        text-decoration: underline;
    }

    .no-opc .left-container ~ .quickcategory {
        top: 80%;
        
    }

    .no-opc .start-seite-banner-box button {
        padding: 10px 15px;
    }

    .no-opc .start-seite-banner-box .left-container {
        width: 100%;
    }

    .no-opc .left-container-bg {
        height: 100%;
    }

}

@media (max-width: 479px) {

    .no-opc .teaser-title {
        display: none;
    }
    
    .no-opc .start-seite-banner-box button {
        font-size: 1.2rem;
        background: var(--text-color) !important;
    }

    .no-opc .left-container ~ .quickcategory {
        top: 50%;
    }

    .no-opc .start-seite-banner-box button {
        font-size: 12px;
    }

    .usp-box {
        display: block;
    }
    
}

/*** USPs ***/

.no-opc .stuck-usp-container > div > .container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.no-opc .stuck-usp-container p {
    margin-bottom: 0;
}

.no-opc .stuck-usp-container img {
    width: 75px !important;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {

    .no-opc .stuck-usp-container .grid-container {
        margin-bottom: 1rem;
    }

}

@media (max-width: 479px) {

    .no-opc .stuck-usp-container img {
        width: 25px !important;
    }

}

/*** Black Container ***/

.no-opc .mobile-container .slider-grid {
    align-items: center;
}

.no-opc .mobile-container > div > .container .row.d-flex {
    margin-left: -9rem;
    margin-top: 2rem;
}

@media  (max-width: 991px) {

    .no-opc .mobile-container  {
        padding: 1rem;
    }
}

@media (max-width: 767px) {

    .no-opc .mobile-container h2, .no-opc .mobile-container h3, .no-opc .mobile-container p {
        text-align: center !important;
    }

    .no-opc .mobile-container > div > .container .row.d-flex {
        margin-left: -1rem;
        margin-top: 0;
    }

    .no-opc .mobile-container .icon {
        margin-right: auto !important;
        margin-bottom: 1rem;
    }
 
}

/*** Startseite Slider ***/

.no-opc .slider-container {
    margin-bottom: 1.5rem;
    display: none;
}

.no-opc .slider-container .left-container {
    position: absolute !important;
}

.no-opc .slider-container .left-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.no-opc .slider-container .left-container .row {
    padding: 0;
    border: 2px solid var(--white);
    margin-left: 0;
    -webkit-clip-path: polygon(0 45%, 100% 44%, 79% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 96% 100%, 0% 100%);
    margin-bottom: 1rem;
    width: 0;
    transition: all 1s ease-in-out;
}

.no-opc .slider-container .row .col {
    padding-right: 0;
    padding-left: 0;
    height: 50px;
}

.no-opc .slider-container p {
	margin-bottom: 0;
	height: 50px;
	padding: 5px;
}

.no-opc .slider-container .third-p {
    -webkit-clip-path: polygon(0 45%, 100% 44%, 79% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.no-opc .slider-container .left-container .row.show {
    width: 100%;
}

@media (max-width: 991px) {

    .no-opc .slider-container {
        margin-bottom: 2rem;
    }

}

@media (max-width: 767px) {

    .no-opc .slider-container .left-container .row {
        display: none;
    }

}

/*** Categories ***/

.no-opc .cat-container {
    overflow: hidden;
}

.no-opc .cat-container .cat-img {
    overflow: hidden;
    border: 1px solid gray;
    margin-bottom: 2rem;
	width: 100%;
	max-width: 100% !important;
}

.no-opc .cat-container .cat-grid .col img {
    -webkit-transform: scale(1);
	transform: scale(1);
    filter: brightness(1);
	-webkit-transition: all .3s ease-in-out;	
}

.no-opc .cat-container .cat-img img {
	transition: all .3s ease-in-out;
	transition: transform .3s linear;
}

.no-opc .cat-container .cat-img:hover img {
    transform: scale(1.2);
    transition: transform .3s linear;
    filter: brightness(.7);
}

.no-opc .cat-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    width: 100%;
    border-top: 1px solid var(--link-color);
    border-bottom: 1px solid var(--link-color);
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    background: #ffffffc9;
    padding-top: 1rem;
    padding-bottom: 1rem;
    pointer-events: none;
}

.no-opc .cat-container .cat-img:hover ~ h3 {
    cursor: pointer;
}

@media (min-width: 992px) {

    .no-opc .cat-container {
        margin-bottom: 1.5rem;
    }

    .no-opc .cat-container .cat-grid .col {
        padding-right: .75rem;
        padding-left: .75rem;
    }

}

@media (max-width: 991px) {

    .no-opc .cat-container .cat-grid .col {
        margin-bottom: 2rem;
    }

}

@media (max-width: 767px) {

    .no-opc .cat-container {
        margin-bottom: 2rem;
    }
    
    .no-opc .cat-container .cat-grid .col {
        margin-bottom: 0;
    }

    .no-opc .cat-container .cat-img {
        margin-bottom: 1rem;
    }

}

@media (max-width: 479px) {

    .no-opc .cat-container {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

}

/*** Recomandations ***/

.no-opc .recomendation-container h2 {
    font-style: italic;
}

.no-opc .recomendation-container img {
   margin-bottom: 1rem;
}

@media (max-width: 991px) {

    .no-opc .recomendation-container h2 {
        font-size: 1.5rem;
    }

}

/*** Questions ***/

.no-opc .questions-container {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
}

.no-opc .questions-container h4 {
	font-style: italic;
	margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.no-opc .questions-container .tab-content {
	margin: 2rem 0;
}

@media (max-width: 767px) {
    .no-opc .questions-container .tab-navigation {
        margin-bottom: 0;
    }
}

.no-opc .mobile-container {
	border-top: 1px solid var(--border-color);
    padding-top: 2rem;
}

/*** Kontaktseite ***/

.no-opc .kontakt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

.no-opc .kontakt-container ~ .container {
    margin-top: 2rem;
}

.no-opc .kontakt-container h1 {
    font-size: 4rem;
    text-shadow: 2px 4px 6px var(--text-color) !important;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-weight: 700;
    font-style: italic;
}

#custom-kontakt .h3 {
    font-size: 1rem;
}

@media (max-width: 991px) {

    .no-opc .kontakt-container h1 {
        font-size: 3rem;
    }

}

@media (max-width: 767px) {

    .no-opc .kontakt-container h1 {
        font-size: 1.875rem;
    }

}

@media (max-width: 479px) {

    .no-opc .kontakt-container h1 {
        letter-spacing: normal;
    }

}



/* Updates 13.06.2023 */

.quickcategory .btn-primary,
.quickcategory .btn-primary::before,
.quickcategory .btn-primary::after {
    border-radius: 0 !important;
}

@media (min-width: 992px) {

    .cin-qc-header {
        font-size: 3rem;
    }

    body[data-page="18"] .quickcategory > .row > .col.col-auto {
        position: absolute;
        left: -4rem;
    }

}

@media (max-width: 991px) {

    .no-opc .left-container ~ .quickcategory > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .quickcategory > .row > .col.col-auto {
        padding-right: 0;
        margin-right: -.5rem;
    }

    .cin-qc-header {
        color: var(--white);
    }

    .cin-qc-header {
        text-align: center;
        margin-right: 3rem;
    }

}

@media (max-width: 767px) {

    .no-opc .start-seite-banner-box button {
        padding: 11px 15px;
    }

}

@media (max-width: 479px) {

    .no-opc .start-seite-banner-box button {
        background: var(--link-color) !important;
        color: var(--white);
        border-color: var(--white);
    }

    .no-opc .start-seite-banner-box .left-container {
        padding-top: 2rem;
    }

}

@media (min-width: 992px) {

    .no-opc .start-seite-banner-box .left-container  {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
        padding: 1rem;
    }

    .no-opc .start-seite-banner-box .left-container-bg {
        top: 50%;
    }
    
    .no-opc .left-container ~ .quickcategory {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body[data-page="18"] .cin-qc-header {
        text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
        text-align: center;
    }

    .quickcategory .btn-primary {
        margin-top: -7px;
    }

    body[data-page="18"] .quickcategory .btn-primary {
        margin-top: 0;
    }

    .quickcategory .custom-select {
        width: 95%;
    }

    body[data-page="18"] .quickcategory .custom-select {
        margin-left: 0;
        width: 200px;
		max-width: 200px;
    }

}

@media (min-width: 1600px) {

    .no-opc .left-container ~ .quickcategory {
        top: 55%;
        left: 50%;
    }

}



/****** Startseite Kategorien Schnell Suche Design ************/

@media (min-width: 992px) {

    .no-opc .left-container ~ .quickcategory {
        width: 100%;
    }

    body[data-page="18"] .cin-qc-header {
        color: var(--white);
    }

    .cin-qc-header {
        font-size: 2rem;
    }

}

.quickcategory .list-group-item {
    background-color: transparent;
    border: none;
    width: 100%;
    display: flex;
    gap: 16px;
    flex-grow: 1;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}

.no-opc .left-container ~ .quickcategory .list-group-item {
    padding-right: 1rem;
    padding-left: 1rem;
}

.bs-progress .line,
.bs-progress .subline {
    background: var(--link-effect) !important;
}

.no-opc .left-container h1 {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.quickcategory {
    margin-bottom: 2rem;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

body[data-page="18"] .quickcategory {
    margin-bottom: 0;
    border-bottom: none;
}

.container-fluid.breadcrumb-container {
    padding-right: 0;
    padding-left: 0;
}

.no-opc .left-container h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--link-color);
    width: 25%;
}

@media (max-width: 1599px) {

    .no-opc .left-container h1 {
        width: 35%;
    }

}
@media (max-width: 1299px) {

    .no-opc .left-container h1 {
        width: 40%;
    }

}

@media (max-width: 991px) {

    .no-opc .left-container h1 {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .no-opc .left-container h1 {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .no-opc .start-seite-banner-box .left-container > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 991px) {

    .no-opc .left-container ~ .quickcategory {
        top: 50%;
        width: 100%;
    }

    .cin-qc-header {
        margin-right: 0;
        font-size: 1.5rem;
        color: var(--outline-color);
    }

    body[data-page="18"] .cin-qc-header {
        text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
        color: var(--white);
    }

    .breadcrumb-wrapper {
        border-bottom: 2px dotted grey;
    }

    .no-opc .left-container-bg {
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute !important;
    }

}

@media (max-width: 767px) {

    .no-opc .start-seite-banner-box .left-container {
        top: 15%;
    }

    .no-opc .left-container ~ .quickcategory {
        position: static;
        transform: none;
        width: 100%;
        padding: 2rem;
        background-color: rgb(60, 60, 60);
        margin-top: -1rem;
    }

    .quickcategory .list-group-item {
        background-color: transparent;
        border: none;
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .no-opc .start-seite-banner-box .left-container {
        top: 50% !important;
        height: inherit;
    }

    .no-opc .left-container h1 {
        margin-bottom: 0;
        margin-top: 1rem;
    }

}

@media (max-width: 575px) {


    .no-opc .start-seite-banner-box .left-container {
        top: 12%;
    }

}

@media (max-width: 479px) {

    .no-opc .start-seite-banner-box .left-container {
        top: 7%;
    }

    .no-opc .left-container h1 {
        font-size: 1rem;
    }

}

/* Ausbesserungen */

body[data-page="18"] #content-wrapper:not(.has-fluid) {
    padding-top: 0;  
}

body[data-page="18"]  #content {
  padding-bottom: 0;
}

@media (max-width: 991px) {
	#jtl-nav-wrapper {
		z-index: 1022;	
	}
}

/*@media (min-width: 992px) {
	#mainNavigation .navbar-nav > .nav-item:not(.show-catagory) {
		display: none;
	}
}*/

.header-notice-bar {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	padding: .25rem 0;	
}

#google_translate_element_99 {
	min-width: 184px;
}

.h2.newsletter-footer-heading {
	color: #fff;
}

.no-opc .recomendation-container .opc-container-defined-height .opc-Video {
	line-height: 1px;
}

.no-opc .recomendation-container .opc-container-defined-height img {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.is-checkout  .toggler-logo-wrapper {    
		left: 1rem;
	}
}

/* Anpassungen Artikelübersicht - Unterkategorien */

.sub-categories {
	position: relative;
	overflow: hidden;
	border: 1px solid gray;	
}

.sub-categories > div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 1rem;
	text-transform: uppercase;
	border-top: 1px solid var(--link-color);
	border-bottom: 1px solid var(--link-color);
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	background: #ffffffc9;
	padding-top: 1rem;
	padding-bottom: 1rem;
	pointer-events: none;	
}

.content-cats-small .caption {
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 700;	
}

.content-cats-small .caption a {
	color: var(--text-color);
}

.sub-categories img {
	transition: transform .3s linear;
}

.sub-categories:hover img {
	transform: scale(1.2);
	transition: transform .3s linear;
	filter: brightness(.7);
}

/* Anpassungen Artikelübersicht - Listenansicht */

.breadcrumb-backtolist {
	margin-right: .5rem;
}

.layout-list .product-wrapper {
	padding-bottom: 1rem;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 2rem !important;
}

.productbox-row .productbox-title {	
	font-size: 1rem;
}

.layout-list .product-wrapper .item-list-description {	
	margin-bottom: 0;
}

.layout-list .product-wrapper .item-list-description ul {
	padding-left: 1rem;
	margin-bottom: 0;
}


.layout-list .product-wrapper ul.productlist-item-detail.form-row {	
	padding-left: 1rem;
	margin-left: 0;
	margin-right: 0;
}

.layout-list .product-wrapper ul.productlist-item-detail.form-row li.col {
	padding: 0 !important;
}

.layout-list .product-wrapper .productlist-item-detail dd {
	margin-bottom: 0;
}

.layout-list .productbox-price {
	font-size: 1.5rem;
}

.layout-list .delivery-status {
	font-size: .75rem;
}

@media (min-width: 767px) {
	.layout-list .product-wrapper .form-basket {
		text-align: right;
	}
}

@media (max-width: 991px) {
	.layout-list .product-wrapper .text-clamp-2 {
		display: block;
		-webkit-line-clamp: none;
		-webkit-box-orient: unset;
	}
}

/* Detailseite */

#pushed-success .alert-success {
	color: #fff;
	background-color: #1C871E;
	border-color: #1C871E;
}

#pushed-success .alert-success a {
	color: #fff;
}

@media (max-width: 991px) {
	#product-offer .stock-information .delivery-status {
		margin-bottom: .5rem;
	}
}

/* Bestellvorgang */

.step {
	border-bottom: 2px solid transparent;
}

.step a {
	color: var(--text-color);
}

.step.step-active .badge-primary {
	background: var(--link-color);
}

.step.step-current {
	border-color: var(--link-color);
}

/* OPC-Anpassung */

@media (max-width: 767px) {
	.no-opc .cato-grid.row {
		margin-left: -.5rem;
		margin-right: -.5rem;
	}
	
	.no-opc .cato-grid.row > div.col {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.no-opc .cat-container h3 {
		font-size: .8rem;
	}
}

@media (min-width: 992px) {
	.no-opc .custom-grid-6to3 .col-lg-2 {		  
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}

/* Ekomi-Badge-Anpassung*/

#widget-container {
	position: relative;
	z-index: 11;
}

#widget-container .ekw124 {
	width: 280px;
	top: auto;
	bottom: 6rem;
	right: -228px;
}

#widget-container .ekw124 .review-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ekw124 .review-container span.stars {
	margin: 0 !important;
}

/* USP-Zeile */

#usp-bar {
	background-color: #fff;
	padding: .5rem 1rem;
	border-bottom: 1px solid #525252;
}

#usp-bar .left-side .row {
	display: flex;
	justify-content: flex-start;
}

#usp-bar .right-side .row {
	display: flex;
	justify-content: flex-end;
}

#usp-bar .usp-block {
	padding: 0 .5rem;
	display: flex;
	align-items: center;
}

#usp-bar .usp-icon {
	height: 13px;
	width: auto;
	margin-right: .25rem;
}

#usp-bar i {
	margin-right: .25rem;
}

/* Ausbesserungen - 10.10.2024 */

.form-control:focus {	
	box-shadow: none;
}

@media (min-width: 1650px) {
	header .navbar.justify-content-start {
		justify-content: flex-end !important;
	}
	
	header #mainNavigation {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}	
}

@media (min-width: 1300px) {
	#mainNavigation.nav-scrollbar .navbar-nav {
		justify-content: center;
	}
}

#footer a:not(.btn) {
	color: #fff;
}

 #footer .newsletter-footer-heading {
	color: #fff;
}

.product-wrapper .productbox-title a {
	color: var(--text-color);
	font-weight: 700;
}

.product-wrapper .productbox-title a:hover {
	color: var(--link-color);
}

@media (max-width: 991px) {
	#jtl-nav-wrapper {
		padding-top: 93px;
	}
	
	.full-width-mega .toggler-logo-wrapper {
		position: absolute !important;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.navbar-brand {
		margin-right: 0;
	}
	
	.nav-logo-wrapper {
		flex: 0 0 100%;
	}
	
	header .navbar.justify-content-center {
		justify-content: space-between !important;
	}	
	
	/*.item-list-description {
		display: block;
		margin-bottom: .5rem;
	}*/
	
	.productbox-row .productbox-details {
		display: block;
	}
}

@media (max-width: 767px) {	
	.layout-list .product-wrapper ul.productlist-item-detail.form-row {
		list-style-type: none;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.productlist-item-detail > li {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.payment-con {
	text-align: center;
}

.payment-con img {
	max-height: 50px;
}

#footer .box-categories .dropdown .collapse, #footer .box-linkgroup .dropdown .collapse {
	background: transparent;
}

/* Anpassungen 09.01.2025 */

#mainNavigation .nav-item[data-category-id="12120"] a {
	color: #ff0000;
}

#content-wrapper[data-current-category="12120"] .quickcategory {
	display: none;
}

/* Anpassungen 14.04.2025 - CIN GmbH */

.filter-type-FilterItemSort .dropdown-menu {
	z-index: 1050;
}

@media (max-width: 500px) {
	.sub-categories > div {
		font-size: .75rem;
	}
}






