/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

body {
    max-width: 100%;
    overflow-x: hidden;
}

#mainNavigation {
    background-color: #323232;
}

#mainNavigation a.nav-link {
    color: #ffffff;
}

#mainNavigation a.nav-link:hover {
    color: #49B675;
}

#mainNavigation .subcategory-wrapper a.nav-link {
    color: #323232;
}

#mainNavigation .subcategory-wrapper a {
    color: #323232;
}

header .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0 6px;
    border-color: #333333 !important;
    border-style: solid;
    transition: width 0.4s;
    width: 0;
}

#content-wrapper:not(.has-fluid) {
    padding-top: 0px;
}

#product-list .alert.coming_soon{
    position: absolute;
    z-index: 2;
    width: 100%;
    opacity: 0.95;
    top: 50%;
}

#header-top-bar a:hover:not(.dropdown-item):not(.btn), header a:hover:not(.dropdown-item):not(.btn) {
    color: #49b675;
}

#shop-nav {
    .header_b2b_login {
        margin-left: 35px;
        a {
            span {
                text-transform: uppercase;
                font-weight: 900;
                font-size: 16px;
                margin-right: 12px;
            }
        }
    }
}

.btn-primary {
    background-color: #49b675;
    border-color: #49b675;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #ffffff;
    border-color: #49b675;
    color: #49b675;
}

/* .tasteOf{
    display: none;
}
.product-wrapper:hover  */
.tasteOf {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    background-color: #00000080;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.fa-sup {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -0.3em;
    background-color: #49b675;
    margin-top: -1em;
    padding: 0.4em 0.6em;
    border-radius: 50rem;
    font-size: 0.7em;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    max-width: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
}

#footer .list-unstyled a {
    color: #49b675;
}

/*Onclick*/
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
    background-color: #ffffff;
    border-color: #49b675;
    color: #49b675;
}

.btn-outline-primary {
    border-color: #49b675;
    background-color: transparent;
    color: #49b675;
    position: relative;
    overflow: hidden;
}

.btn-outline-primary:hover {
    border-color: #49b675;
    background-color: #49b675;
    color: #ffffff;
}

/*Onclick*/
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler) {
    border-color: #49b675;
    background-color: #49b675;
    color: #ffffff;
}

.form-control:focus {
    color: #525252;
    background-color: #ffffff;
    border-color: #49b675;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.custom-control-label::before {
    border-color: #49b675;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e;");
    width: 16px;
    height: 16px;
    border-color: #49b675;
    background-color: #49b675;
}

.badge-primary {
    color: #ffffff;
    background-color: #49b675;
}

.step-content:hover {
    color: #49b675;
}

.stepper .step-active .step-content::after {
    content: "";
    position: absolute;
    height: 0.125rem;
    bottom: 0;
    background: #49b675;
    z-index: 11;
    left: -1rem;
    right: -1rem;
}

.checkout-steps .step-check {
    margin-left: 0.25rem;
    margin-right: auto;
    color: #49b675;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    background-color: #49b675;
    border-radius: 20px;
}

.hr-sect a:hover {
    color: #49b675;
}

.slick-arrow:hover {
    background-color: #49b675;
    color: #ffffff;
}

#footer {
    background-color: #323232;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #49b675;
}

#footer h3 {
    color: #ffffff
}

.productlist-filter-headline {
    color: #ffffff;
}

#Top-Info-Bar {
    position: sticky;
    width: 100%;
    color: #49b675;
    background-color: #323232;
    display: flex;
    justify-content: space-around;
    padding: 5px;
    /*font-family: 'Permanent Marker', cursive;*/
    font-weight: bold;
    overflow: hidden;
}

.Marquee-Content {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
/*
#Top-Info-Bar div {
    -moz-animation: marquee 14s linear infinite;
    -webkit-animation: marquee 14s linear infinite;
    animation: marquee 14s linear infinite;
}
*/

@media (min-width: 1200px) {
    /*
    #Top-Info-Bar div {
        -moz-animation: marquee 18s linear infinite;
        -webkit-animation: marquee 18s linear infinite;
        animation: marquee 18s linear infinite;
    }*/

    .newsletter-footer {
        width: 960px;
    }
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#header-top-bar, header {
    background-color: #fff;
    color: #49b675;
}

#mainNavigation a {
    text-decoration: none;
    color: #49b675;
}

#Help {
    display: flex;
    justify-content: center;
}

#Help2 {
    display: flex;
    justify-content: center;
}

.splide {
    background-color: #E9E9E9;
}


.splide .splide__slide a {
    text-decoration: none;
}

.splide .splide__arrow:hover {
    background-color: #49B675
}

.splide .splide__pagination__page.is-active {
    background-color: #49B675;
}

.splide1 {
    background-color: #E9E9E9;
}

.splide1 .splide__arrows {
    display: none;
}

.splide1 .splide__pagination {
    display: none;
}

.splide1 .splide__slide img {
    width: 45px;
    height: 45px;
    float: left;
}

.splide1 .splide__slide {
    display: flex;
    justify-content: center;
    padding: 15px 0px 15px 0px;
}

.splide1 splide__track {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

@media (min-width: 780px) {
    .splide1 .splide__list {
        justify-content: center;
    }
}

@media (max-width: 776px) {
    .splide1 .splide__progress {
        background-color: #ccc;
    }

    .splide1 .splide__progress__bar {
        background: #49B675;
        transform: translateZ(0);
        animation: progress;
        animation-duration: 10.3s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @keyframes progress {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }
}

.dropbtn {
    display: none;
}

@media only screen and (max-width: 700px) {
    .dropbtn {
        display: initial;
        width: 100%;
        text-align: left;
        color: #ffffff;
        background-color: #323232;
        text-decoration: none;
        border-bottom: 1px solid #2D2D2D;
        border-top: none;
        border-left: none;
        border-right: none;
        cursor: pointer;
        font-size: 18px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropbtn:hover {
        color: #49b675;
    }

    .Zahl-Pos {
        padding-left: 16px;
    }
}

@media (max-width: 768px) {
    .CyborgMan {
        display: none;
    }
}

.row.cart-items-body.type-3{
    background-color: #f5f7fa;
    color:#49b675;
    padding-top: 15px;
}
.btn-link:hover {
    color: #49b675;
}

.productbox-title a {
    text-decoration: none;
}

.productbox-title a:hover {
    color: #49b675;
}


.price_wrapper .price {
    color: #49b675
}

.price_wrapper {
    margin-bottom: 0;
}

.noUi-horizontal .noUi-connect {
    background: #49b675;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #49b675;
}

.nav-panel .nav-item a:hover {
    color: #49b675
}

aside .nav-panel > .nav > .active > .nav-link {
    border-bottom: 0.375rem solid #49b675;
    cursor: pointer;
}

.page-item.active .page-link::after, .page-item.active .page-text::after {
    content: "";
    position: absolute;
    left: 0.5625rem;
    bottom: 0;
    right: 0.5625rem;
    border-bottom: 4px solid #49b675;
}


.page-item a:hover {
    color: #49b675;
}

div .col .col-12 a:hover {
    color: #49b675;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #525252;
    background-color: transparent;
    border-color: #49b675;
}

.tab-navigation .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0 6px;
    border-color: #49b675;
    border-style: solid;
    transition: width 0.4s;
    width: 0;
}

a:hover {
    color: #49b675;
    text-decoration: none;
}

.btn-primary:focus, .btn-primary.focus {
    color: #525252;
    background-color: #49b675;
    border-color: #49b675;
    box-shadow: 0 0 0 0 rgb(223 175 12 / 50%);
}

.Zahlung {
    display: inline-block;
}

#seo {
    margin: 0 -15px;
    padding: 50px 10px 50px;
    background: #e9e9e9;
}

#seo img.img-reponsive, #seo img.img-responsive {
    max-width: 100%;
}

#seo .row img {
    position: absolute;
    bottom: 0;
    right: 15px;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.list-unstyled, .list-icons {
    padding-left: 0;
    list-style: none;
    width: 300px;
}

.cart-items-single-price {
    display: flex;
    font-weight: bold;
}

.cart-items-body .cart-items-quantity {
    text-align: left;
}

.badge-check {
    border: 2px solid #49b675;
}

.badge-check .badge-circle {
    display: flex;
    background-color: #49b675;
    border-color: #49b675;
    color: #fff;
    opacity: 1;
    align-items: center;
    position: absolute;
    top: -20px;
    right: -22px;
}

.product-wrapper a {
    text-decoration: none;
    font-weight: bold;
}

.text-muted-util {
    color: red;
}

#footer .footer-blog-link a {
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}

.newsletter-footer {


    padding: 10px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 960px;
}
.blog-footer{


    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}



.newsletter-footer .input-group button {
    border-color: #49b675;
    border-left: none;
}

.noUi-horizontal .noUi-handle {
    top: -0.2em;
    border-radius: 50%;
    background: #49b675;
    border: 0;
    width: 0.7em;
    height: 0.7em;
    box-shadow: 0px 0px 0px 5px rgb(0 102 0 / 50%);
}

#news-footer {
    width: 100%
}

.newsletter-aktiv {
    width: 100%
}

.btn-secondary:hover {
    background-color: #49b675;
    border-color: #49b675;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border: 2px solid #49b675;
}

.nivo-caption {
    display: none !important
}

.newsletter-footer .h2 {
    color: #49b675;
    font-family: 'Permanent Marker', cursive;
    font-size: 2em;
}

#Rabatt {
    border: 2px solid #49b675;
    border-radius: 50px;
    background-color: #49b675;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    transform: rotate(332deg);
}

.theme-default .nivo-directionNav a {
    background-color: rgba(73, 182, 117, 0.9);
    border-radius: 20px;
    opacity: 1;
}

@media (min-width: 990px) {
    #shop-nav {
        align-items: center;
        flex-shrink: 0;
        margin-left: auto;
        font-size: 25px;
    }
}

@media (max-width: 990px) {
    header .navbar-brand img {
        height: 6rem;
        width: auto;
    }

    /* heade top bar*/
    #Top-Info-Bar .header-Content div {
        justify-content: center !important;
    }
}


@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#category_banner .category-container {
    position: relative;
    min-height: 250px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #category_banner .category-container {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }

    header #mainNavigaton {
        margin-right: 0px;
    }

    .splide .splide__slide {
        padding-right: 100px;
    }
}

#category_banner .category-container > .col-xs-12:nth-child(2) {
    padding-left: 0;
}

#category_banner .box-background {
    z-index: -1;
    height: 75%;
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
    position: absolute;
    background: #e9e9e9;
}

#category_banner .category-container a {
    z-index: 100;
}

#category_banner .category-container a {
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    header .navbar-nav .nav-item, header .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1.2rem;
        background-color: #ffffff;
    }

    header .navbar-nav .nav-link::after {
        color: #49b675
    }

    .nav-scrollbar-item .nav-mobile-heading {
        color: black;
    }

    #footer .text-truncate {
        color: #ffffff;
    }

    .text-truncate {
        color: black;
    }

    #mainNavigation a.nav-link {
        color: black;
    }

    #mainNavigation {
        background-color: #ffffff;
    }

    #mainNavigation a.nav-link:hover {
        color: #49b675;
    }
}

.PayPal-Warnung {
    font-weight: bold;
    color: #FEA500;
}

@media (max-width: 425px) {
    #slider-1 img {
        height: 160px !important;
    }


    .text-pos {
        padding: 20px 0px 0px 20px;
    }

    .text-pos p {
        padding-right: 50px;
        font-weight: bold;
    }

    .text-pos h3 {
        font-family: 'Permanent Marker', cursive;
        font-size: 2.4em;
    }
}


@media (min-width: 992px) {
    #footer.newsletter-active #footer-boxes {
        display: flex;
        justify-content: center;
    }

    #footer .newsletter-footer {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    #footer .blog-footer {
        margin-left: 8rem;
        margin-right: 8rem;
        min-height: 200px;
    min-height: 200px;
    }
}

.bold-help {
    font-weight: bolder;
}

.hr-sect {
    font-family: 'Permanent Marker', cursive;
}

.hr-sect.h2 a {
    color: #49b675;
}

.heading-special {
    color: #49B675;
    font-family: 'Permanent Marker', cursive;
    font-size: 3em;
}

.card-header {
    color: #49B675;
    font-weight: bold;
}

.info-check .fa-check {
    color: #49B675;
    float: left;
}

.intro {
    background-color: #E9E9E9;
    border: 3px solid #49B675;
    padding: 30px 30px 0 30px;
}

.intro h1 {
    color: #49B675;
    font-family: 'Permanent Marker', cursive;
    font-size: 2em;
    text-align: center;
}

.intro p {
    font-weight: 1000;
    text-align: center;
}

.manual h2 {
    text-align: center;
    font-weight: bolder;
    font-family: 'Permanent Marker', cursive;
    font-size: 2.2em;
    padding-top: 20px;
    color: #49B675;
}

.manual h3 {
    color: #49B675;
    padding: 15px 10px 0px 10px;
    font-family: 'Permanent Marker', cursive;
    font-size: 2em;
}

.manual p {
    padding: 15px 10px 10px;
    font-weight: 525;
}

.manual h4 {
    color: #49B675;
    padding: 10px 10px 0px 10px;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.8em;
}

.manual .step-8 .step-text {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.hinweis {
    padding: 20px;
    margin-bottom: 1em;
    color: #fff;
    font-weight: bold;
    background-color: #49B675;
}


.vorteile {
    font-weight: 525;
}

.vorteile h2 {
    text-align: center;
    font-weight: bolder;
    font-family: 'Permanent Marker', cursive;
    font-size: 2.2em;
    padding-top: 20px;
    color: #49B675;
}

.vorteile .centered-text {
    font-size: 1.2em;
}

.article-info h2 {
    font-family: 'Permanent Marker', cursive;
    font-size: 2.2em;
    color: #49B675;
}


@media (min-width: 1024px) {
    .manual h2 {
        padding: 50px 0 30px 0
    }

    .vorteile .centered-text {
        padding: 60px;
    }

    .intro p {
        padding: 15px 200px 30px 200px;
    }

    .intro h1 {
        font-size: 3em
    }
}

#tabs-versand .nav-pills {
    display: flex;
    justify-content: center;
}

#tabs-versand .nav-pills li {
    border: 2px solid #E9E9E9;
    padding: 20px 0px 20px 0px;
    width: 30%;
    text-align: center;
    font-weight: bolder;
    font-size: 1.4em;
}

.index-heading-wrapper h1 {
    text-align: center;
    padding: 30px 0px 30px 0px;
    font-family: 'Permanent Marker', cursive;
    font-size: 3em;
    color: #49B675;
}

#tabs-versand .nav-pills li:active {
    background-color: #E9E9E9;
}

#tabs-versand .nav-pills li a:visited {
    background-color: #E9E9E9;
}

#tabs-versand .nav-pills li a {
    text-decoration: none;
}

.tabs-xs {
    display: none;
}

#tabs-versand .container-fluid {
    background-color: #E9E9E9;
}

.tab-content {
    margin: 0 auto;
}

.tab-content h3 {
    text-align: center;
    padding: 20px 0px 20px 0px;
    font-family: 'Permanent Marker', cursive;
    font-size: 2.4em;
    color: #49B675;
}

.tab-content h4 {
    font-size: 1.3em;
}

.tab-content #zahlung h4 {
    text-align: center;
    padding: 20px 0px 20px 0px;
    font-size: 1.5em;
}

.tab-content #zahlung p {
    text-align: center;
    font-weight: bold;
}

.tab-content #zahlung .payment-container p {
    text-align: left;
}

.tab-content .price {
    text-align: left;
    font-family: 'Permanent Marker', cursive;
    font-size: 2em
}

.tab-content .info p {
    font-weight: bold;
}

.tab-content .border-circle {
    border: 2px solid #5CB130;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    align-content: center;
    align-items: center;
}

.tab-content .border-circle .img-responsive {
    width: 50px;
    height: 100%;
}

.tab-content .retoure-alert {
    text-align: center;
    border: 2px solid #5CB130;
    padding-top: 10px;
}

.tab-content .col-sm-6 {
    font-size: 1em;
}

.dhl-retoure {
    text-align: center;
    font-weight: bolder;
}

@media (max-width: 767px) {
    #tabs-versand .nav-pills li {
        width: 100%;
    }

    .footer-lazy img{
        display: none;
    }

    .tab-content h3 {
        font-size: 2.1em;
    }
}

.Artikelbutton {
    border: none;
    background-color: #525252;
    color: #49b675;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
}

.Artikelbutton:hover {
    border: 2px solid #49b675;
}

.title .h2 {
    font-family: 'Permanent Marker', cursive;
    font-size: 3em;
    color: #49b675;
}

body:not(.is-mobile) .text-clamp-2 {
    max-height: unset;
}

body:not(.is-mobile) .product-wrapper.slick-slide .text-clamp-2,
body:not(.is-mobile) .slick-slide .product-wrapper .text-clamp-2 {
    height: 45px;
}

body:not(.is-mobile) .product-wrapper.slick-slide .price_wrapper .productbox-price,
body:not(.is-mobile) .slick-slide .product-wrapper .price_wrapper .productbox-price {
    justify-content: center;
}

body:not(.is-mobile) .product-wrapper.slick-slide .price_wrapper,
body:not(.is-mobile) .slick-slide .product-wrapper .price_wrapper {
    height: 50px;
}


#product-list {
    padding: 0 10px 0 10px;
}

.footer-social-media .btn-sm {
    font-size: 2rem;
}

@media (min-width: 992px) {
    header #mainNavigation {
        margin-right: 0rem;
    }
}

@media screen and (max-width: 576px) {
    div[id^='home-category'] .col-md-6.col-xs-12 {
        text-align: center;
    }

    .text-pos p {
        padding: 10px;
    }
}

.badge-danger.badge-not-available {
    color: #333;
    background-color: #f0f0f0;
}

#tab-content-product-tabs {
    background-color: #e9e9e9;
    padding: 10px;
}

#product-tabs #tab-link-description, #product-tabs #tab-link-votes {
    padding-left: 5px;
    padding-right: 5px;
}

#product-tabs #tab-link-description.active, #product-tabs #tab-link-votes.active {
    background-color: #e9e9e9;
}

#product-tabs #tab-link-description.active:after, #product-tabs #tab-link-votes.active:after {
    border-color: transparent;
}

.tab-navigation .nav-item:not(:last-child) {
    margin-right: 0rem;
}

.carousel .slick-arrow {
    opacity: 1;
}


/*TABAK LISTE*/
.tabakliste-laden #header-branding .hidden-xs, .tabakliste-laden .breadcrumb-wrapper, .tabakliste-laden #sidepanel_left {
    display: none;
}

.tabakliste-laden .subcatitems .caption.text-center {
    border-bottom: none;
}

.tabakliste-laden #content {
    width: 100%;
    left: 0;
}

.tabakliste-laden #logo {
    width: 100%;
}

.tabakliste-laden #logo img {
    margin: 0 auto;
}

#liste-tabak .product-tabakliste {
    border: 1px solid #c6c6c6;
    border-radius: 0;
    margin: 0 0 30px;
    padding: 10px;
    box-shadow: 0 0 10px 5px rgba(106, 106, 106, 0.2);
}

.tabakliste-laden #improve_search {
    margin-bottom: 30px;
}

.tabakliste-laden #result-options {
    margin: 30px 0 0;
}

.tabakliste-laden .content-cats-small .thumbnail {
    border-color: #e9e9e9 !important;
    border-width: 2px;
    margin-top: 30px;
    margin-bottom: 0;
}

.tabakliste-laden .content-cats-small .thumbnail:hover {
    border-color: #4c9b40 !important;
}

.tabakliste-laden .btn-to-tabak {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    margin-bottom: 30px;
}

.product-tabakliste img {
    float: left;
    margin-right: 15px;
}

.product-tabakliste h4 {
    margin-top: 30px;
}

.oneslide .slider-image {
    position: relative;
}

.oneslide .slider-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shadow-sm-green {
    border: 1px solid #49b675;
    box-shadow: 0 0.125rem 0.25rem rgba(50, 140, 25, 0.2) !important;
}

/*Ende TABAK LISTE*/

/*Artikeldetail*/
.price_wrapper .price.special-price .sale-percentage {
    background-color: red;
    font-size: .8rem;
    color: white;
    border-radius: 5px;
    height: fit-content;
}

.price_wrapper .price.special-price .sale-percentage span {
    height: fit-content;
}

/*Artikeldetail end*/




.socials {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }
  
  
  .Zahl-Pos h3{
    border-bottom: 0 solid #ebebeb;
    font-size: .875rem;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 0;
  }




/* productliste description */

             .zwei{
                 text-align: center!important;
                 text-align: center !important;
                margin-bottom: 1rem;
                font-family: Montserrat, sans-serif;
                font-weight: 400;
                line-height: 1.2;
                color: #525252;
                font-size: 1.5rem;
                margin-top: 0;
                display: block;
             }
             #brtext {
                display: block;
                position: relative;
                visibility: hidden;
            }
            .zweispaltig{
                text-align: justify;
            }

            /* google fonts */
  
/* latin-ext */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.smokkers.de/templates/NOVAChild/fonts/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.smokkers.de/templates/NOVAChild/fonts/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Comforter Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: urlhttps://www.smokkers.de/templates/NOVAChild/fonts/Y4GTYa1xVSggrfzZI5WMjxRaOz0Tw7j8fh8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Comforter Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: urlhttps://www.smokkers.de/templates/NOVAChild/fonts/Y4GTYa1xVSggrfzZI5WMjxRaOz0TyLj8fh8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Comforter Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: urlhttps://www.smokkers.de/templates/NOVAChild/fonts/Y4GTYa1xVSggrfzZI5WMjxRaOz0Tybj8fh8.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Comforter Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.smokkers.de/templates/NOVAChild/fonts/Y4GTYa1xVSggrfzZI5WMjxRaOz0Tx7j8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.smokkers.de/templates/NOVAChild/fonts/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cfw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.smokkers.de/templates/NOVAChild/fonts/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQzdcD5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (max-width: 992px) {
    #jtl-nav-wrapper > .hide-navbar > .navbar > .nav-logo-wrapper > .toggler-logo-wrapper > #logo > .navbar-brand > #shop-logo {
        height: auto;
        width: 100%;
    }

    #jtl-nav-wrapper > .hide-navbar > .navbar > .nav-icons-wrapper > #shop-nav > .header_b2b_login {
        margin-left: 0;
    }

    #jtl-nav-wrapper > .search-form-wrapper-fixed > .search-wrapper > .main-search > .input-group {
        flex-wrap: nowrap;
    }

    #jtl-nav-wrapper > .search-form-wrapper-fixed > .search-wrapper > .main-search > .input-group > .twitter-typeahead .twitter-typeahead {
        width: 100%;
    }
}

.slick-track > .product-wrapper {
    height: auto !important;
}