/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');*/
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/*.example-font{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-weight: 400;
    font-weight: 700;
}*/
body {
    background: #fff !important;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

a {
    color: #336633;
    font-weight: 700;
    text-decoration: underline;
}

.nav.flex-column a {
    color: #525252;
    font-weight: normal;
}

.container-fluid-xl.custom-menu, .container-fluid-xl.menu-multiple-rows-scroll {
    background: #336633;
    max-width: unset;
}

.container-fluid-xl.custom-menu > .navbar, .container-fluid-xl.menu-multiple-rows-scroll > .navbar {
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .product-wrapper-product.slick-slide {
    height: unset !important;
}
#shop-nav {
    width: 100%;
    justify-content: flex-end;
}

#shop-nav .fa-sup {
    font-size: 12px;
    border: 1px solid #336633;
    background: #fff;
    color: #336633;
}

#shop-nav .fa-shopping-cart .fa-sup {
    left: unset;
    right: 3px;
    top: 3px;
    font-size: 10px;
}

header .navbar-collapse {
    height: 3.313rem;
}

header .navbar-nav > .nav-item > .nav-link, header .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
    font-size: 0.9375rem;
    padding: 1rem 1.125rem;
}

.submit_once.d-none {
    display: block !important;
}

.serviceHeader {
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
}

.serviceHeader i.fa-phone-alt {
    font-size: 33px;
    margin-right: 10px;
    color: #336633;

}

.serviceHeader .pull-left {
    color: #336633;
    font-size: 14px;
    line-height: 1.2;
}

.serviceHeader .pull-left small {
    margin-top: -5px;
}

#shop-nav .fas, #shop-nav .far, #shop-nav-mob .fas, #shop-nav-mob .far, .pk-search-nav .fas, .pk-search-nav .far, .pk-search-nav .fas, .pk-search-nav .far {
    font-size: 31px;
    color: #336633;
}

#search .fa-search, #search .fa-search {
    font-size: 19px;
}

#shop-nav .fa-user-circle, #shop-nav-mob .fa-user-circle {
    font-size: 37px;
}

#header-top-bar {
    background-color: #EEEEEE;
    color: #000;
}

#header-top-bar.hidden, .menu-search-position-right.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute; /* Optional, um das Layout zu vermeiden */
}

#header-top-bar.visible, .menu-search-position-right.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static; /* Standardposition */
    transition: opacity 0.3s ease; /* Weicher Übergang */
}

.nav.topbar-main {
    flex-direction: row-reverse;
}

.nav.topbar-main.nav-dividers .nav-item:not(:last-child)::after {
    content: unset;
}

#jtl-nav-wrapper > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.toggler-logo-wrapper {
    float: unset;
}

header .navbar {
    width: 100%;
}

header .navbar-brand img {
    height: 5.063rem;
}

.col.pk-search-nav {
    flex-direction: row !important;
    display: flex;
    align-items: center;
}

#search .input-group {
    justify-content: flex-end;
}

#search .input-group .twitter-typeahead {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-right: unset !important;
}

#search-header {
    border-radius: 4px !important;
    height: 47px;
    border-top: 1px solid #dfdcdc;
    border-right: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    border-left: 1px solid #dfdcdc;
    background-color: #fff;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#search .btn-secondary {
    background: #fff;
    border: 1px solid #dfdcdc;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pk-werbung-cell .sliderBoxTextWrapper, .top-categorie-box .sliderBoxTextWrapper {
    padding: 15px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(103, 127, 103, 0.65);
    color: #464646;
    display: flex;
    justify-content: flex-end;
}

.werbung-2x > .col:first-child {
    margin-bottom: 25px;
}

.sliderBoxBtn .btn-sliderbox {
    background-color: #336633;
    border-color: #336633;
    color: #fff !important;
}

.sliderBoxBtn .btn-sliderbox:hover {
    background-color: #444444;
    border-color: #444444;
}

.sliderBoxBtn .btn-sliderbox a {
    color: #fff !important;
    text-decoration: none !important;
}

.hr-sect a {
    border-bottom: 0.375rem solid transparent;
    font-weight: 400;
    font-size: 28px;
}

.slick-slider-other .hr-sect {
    margin-top: 2.5rem;
}

.product-wrapper {
    text-decoration: none;
}

.item-slider-desc {
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 54px;
}

.item-slider-desc span {
    font-size: 18px;
    font-family: "Roboto Condensed", serif;
    text-decoration: none;
}

.item-slider-price .productbox-price {
    font-size: 28px;
    font-family: "Roboto Condensed", serif;
}

[data-page="18"] #content .custom-box-hp {
    display: flex;
    flex-direction: column;
}

[data-page="18"] #content .container-fluid {
    order: 4;
}

.container-fluid.pk-werbung-container {
    order: 0 !important;
}

.container-fluid.product-slider-NeuImSortiment {
    order: 2 !important;
}

.container-fluid.top-categorie-box {
    order: 1 !important;
}

.container-fluid.product-slider-TopAngebot {
    order: 3 !important;
}

.container-fluid.ueber-text-box {
    order: 101 !important;
    max-width: 1200px;
    margin-left: auto;
    margin-right: unset;
}

.top-categorie-box .col {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 25px;
}

.top-categorie-box .sliderBoxTextWrapper {
    padding: 5px;
}

.index-news-wrapper {
    order: 100 !important;
}

.newsbox-body > .row {
    text-align: center;
    justify-items: center;
}

.newsbox-body .blog-preview-comment {
    display: none;
}

.newsbox-headline {
    font-family: "Roboto Condensed", serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.newsbox-footer {
    text-align: center;
}

.newsbox-footer a {
    color: #464646;
    background-color: #fff;
    border: 1px solid #dfdcdc;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.newsbox-footer a:hover {
    background: #336633;
    text-decoration: none;
    color: #fff;
}

.ueber-text-box .column-count-lg-6 {
    column-count: 2;
    column-gap: 30px;
}

.hersteller-slider-box {
    padding-bottom: 3rem;
    background: #fff !important;
    max-width: 103.125rem;
}

#marken .hr-sect {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
}

#marken .goe-manufacturer-link {
    position: absolute;
    right: 0rem;
    background: #fff;
    padding: .5rem;
    font-weight: bold;
    font-size: 1.1rem;
}

#marken .goe-manufacturer-link:hover {
    text-decoration: underline;
}

#marken .goe-manufacturer-link.mobile {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 1rem;
}

#footer {
    background-color: #444444;
    border-top: 2px solid #336633;
    padding: 0;
}

#footer > .container {
    max-width: 103.125rem;
    color: #fff;
}

#footer > .container a {
    color: #fff !important;
}

#footer-boxes {
    color: #fff;
}

#footer .productlist-filter-headline {
    color: #fff;
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

#footer .productlist-filter-headline:before, #footer .productlist-filter-headline:after {
    content: "";
    flex-grow: 1;
    background: #dfdcdc;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin-right: 10px;
}

#footer .productlist-filter-headline:after {
    margin-left: 10px;
    margin-right: unset;
}

#footer .nav-link {
    color: #fff;
}

.imageListing img {
    margin: 5px;
}

.paymentListing img {
    background-color: #f6f6f6;
    border-radius: 2px;
}

.newsletter-container {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f8fdf8;
    border-top: 1px solid #b6b6b6;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.newsletter-footer {
    align-items: flex-end;
}

.newsletter-email-wrapper .btn-secondary {
    background: #336633;
    border-color: #363;;
    color: #fff;
}

.smoothscroll-top {
    background: #336633;
    color: #fff;
}

.productbox-title {
    text-align: center;
    padding: 10px 0 10px 0;
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
}

.productbox-title a {
    color: #464646;
    font-size: 18px;
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
}

.layout-gallery .productbox .price_wrapper {
    text-align: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.price.productbox-price {
    font-size: 28px;
    font-family: "Roboto Condensed", serif;
}

.layout-gallery .productbox .productbox-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layout-gallery .productbox .productbox-inner .form-basket {
    margin-top: auto !important;
}

.layout-gallery .productbox .item-list-basket-details {
    margin-top: 0 !important;
}

.layout-gallery .productbox .item-delivery-status {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product-list .product-wrapper:last-child {
    margin-bottom: 4rem !important;
}

#product-list .productbox-column {
    height: 100%;
}

#sidepanel_left .productlist-filter-headline, #sidepanel_left [class*=box-filter] .btn-filter-box {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight: 900;
}

/*
#sidepanel_left .box-last-seen-item .form-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sidepanel_left .box-last-seen-item .form-row .col a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sidepanel_left .box-last-seen-item .form-row .square-image .inner {
    position: relative;
}
#sidepanel_left .box-last-seen-item .square-image {
    max-width: 200px;
}

#sidepanel_left .box-last-seen-item .square-image .inner img {
    top: unset;
    left: unset;
    transform: unset;
}

#sidepanel_left .box-last-seen-item .price_wrapper {
    text-align: center;
}
*/
#sidepanel_left .box-last-seen-item .productbox-title {
    color: #464646;
    font-size: 18px;
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
}

.layout-list .productbox-title {
    text-align: left;
}

.product-title.h2, #result-wrapper .title h1.h2 {
    font-family: "Roboto Condensed", serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
}

.product-title.h2:before, .product-title.h2:after, #result-wrapper .title h1.h2:after, #result-wrapper .title h1.h2:before,
.pseoudo-h3:before, .pseoudo-h3:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin-right: 10px;
}

.product-title.h2:after, #result-wrapper .title h1.h2:after {
    margin-right: unset;
    margin-left: 10px;
}

#result-wrapper .info-essential, #product-offer .price_wrapper {
    text-align: center;
}

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

#product-offer .vat_info {
    font-size: .9em;
    margin-bottom: 5px;
    /*display: flex;
    justify-content: center;*/
}

#product-offer .suggested-price, #product-offer .yousave {
    font-size: .9em;
}

#result-wrapper .stock-information {
    text-align: center;
    border: 0;
    padding: 0;
}

.pseoudo-h3 {
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.nav.flex-column a {
    padding-left: 15px;
    padding-right: 15px;
}

aside .nav-panel > .nav > .active > .nav-link {
    border: unset;
    background: #336633;
    color: #fff;
}

aside .nav-panel > .nav > .active > .nav-link a {
    color: #fff;
}

.dropdown-toggle[aria-expanded="true"]::after, :not(.navbar-toggler)[data-toggle="collapse"][aria-expanded="true"]::after,
.dropdown-toggle::after, :not(.navbar-toggler)[data-toggle="collapse"]::after {
    margin-left: unset;
    margin-right: 15px;
}

aside .nav-panel .active > .nav-link a {
    color: #336633;
    font-weight: 700;
}

.vat_info abbr {
    margin-left: 4px;
}

.vat_info abbr:last-of-type {
    margin-right: 4px;
}

.cart-items-more-info .cart-btn-custom {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.card-green-pk {
    background: #336633 !important;
    color: #fff;
}

.card-green-pk .card-header {
    background: transparent !important;
}

.register-form-account {
    background: #336633;
    padding: 15px;
    color: #fff;
}

.product-info .gefahrgut-alert img {
    max-height: 40px;
}

.product-info .gefahrgut-alert .inner {
    margin: 0 auto;
}

.gefahrgut-alert {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.gefahrgut-alert img {
    max-height: 50px;
    margin-right: 10px;
}

.table.order-items img.gefahrgut {
    max-height: 30px;
}

.table.order-items img.europa {
    max-height: 20px;
}

.alert-europa .inner .img-wrap {
    display: inline-block;
    float: left;
    width: 10%;
}

.alert-europa .inner span {
    display: inline-block;
    float: left;
    width: 85%;
    padding-top: 3px;
    padding-left: 10px;
}

.product-info .gefahrgut-alert {
    margin-top: 10px;
    line-height: 1.2;
}

.gefahrgut-alert p {
    margin-bottom: 0 !important;
}

.card-header {
    background: #336633;
    color: #fff;
}

.card-header a, .card-header .h3 {
    color: #fff;
}

.box-categories .dropdown .collapse, .box-linkgroup .dropdown .collapse, .card-gray, .stepper, .table-striped tbody tr:nth-of-type(2n) {
    background: #f8fdf8;
}

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

#footer-boxes > .col {
    flex: 0 0 20%;
    max-width: 20%;
}

.stepper .step::after, .stepper .step::before {
    border-left: 1.875rem solid transparent;
}

.mobile-men-leiste {
    display: none;
}

.warnhinweis-box {
    text-align: center;
}

.title-hinweis {
    color: #b90000;
    font-size: 17px;
}

.cart-dropdown.dropdown-menu img.img-sm {
    max-width: 45px;
    height: auto;
}

.slick-track .modif--mark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modif--mark img.image {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.alert-warning.reCaptchaPopUp {
    text-align: left;
}

.alert-warning.reCaptchaPopUp svg {
    margin-right: 10px;
}

.pagination .dropdown-menu {
    position: static !important;
    transform: none !important;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: auto;
}

.pagination .dropdown > .btn {
    display: none;
}

.pagination .pagination-site {
    display: none;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #525252;
    text-decoration: none;
    background-color: transparent;
    border: 0 solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}

.pagination .dropdown-item {
    width: auto;
    display: inline-block;
    padding: 0;
}

.productlist-page-nav .productlist-item-info {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.productlist-page-nav .pagination {
    margin-bottom: unset !important;
}

.productlist-page-nav .productlist-pagination {
    display: flex;
    align-items: center;
}
.custom-link-1018, .custom-link-100 {
    display: none;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1250px) {
    .top-categorie-box .col {
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
    }
}

@media only screen and (max-width: 1005px) {
    #search {
        padding: unset;
        margin: unset;
    }

    .serviceHeader {
        margin-left: 30px;
        margin-right: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .toggler-logo-wrapper {
        position: relative;
    }

    #footer-boxes > .col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #footer-boxes > .col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #shop-nav .nav-item.language-dropdown {
        display: none !important;
    }

    .search-wrapper .main-search #search-header-mobile-top {
        border-radius: 4px !important;
        height: 47px;
        border-top: 1px solid #dfdcdc;
        border-right: 1px solid #dfdcdc;
        border-bottom: 1px solid #dfdcdc;
        border-left: 1px solid #dfdcdc;
        background-color: #fff;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .search-wrapper .main-search .btn-secondary {
        background: #fff;
        border: 1px solid #dfdcdc !important;
        border-left: 0 !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .search-wrapper .main-search .btn-secondary .fa-search {
        color: #336633;
        font-size: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-men-leiste {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #336633;
    }

    #shop-nav-mob {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 10px !important;
    }

    #shop-nav-mob a.nav-link {
        position: relative;
    }

    #burger-menu, #shop-nav {
        /*display: none !important;*/
    }

    .mobile-men-leiste .fa-shopping-cart .fa-sup {
        left: 31px;
        right: unset;
        top: 11px;
        font-size: 10px;
        border: 1px solid #336633;
        background: #fff;
        color: #336633;
    }

    header .navbar-nav > .nav-item > .nav-link, header .navbar-nav > .nav-item > .nav-link:hover {
        color: #336633;
    }

    [data-page='18'] #sidepanel_left {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #footer-boxes > .col {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    #footer-boxes > .col:last-child, #footer-boxes > .col:nth-last-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .displayoptions {
        text-align: center;
    }

    .displayoptions .btn-group {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 650px) {
    header .navbar-brand img {
        height: 3.063rem;
    }

    .top-categorie-box .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    #header-top-bar .topbar-main > li.nav-item:last-child, #header-top-bar .topbar-main > li.nav-item:nth-last-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    #footer-boxes > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ueber-text-box .column-count-lg-6 {
        column-count: 1;
    }

    .top-categorie-box .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #footer-boxes > .col:last-child, #footer-boxes > .col:nth-last-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .serviceHeader {
        display: none;
    }

    #footer-boxes > .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #jtl-nav-wrapper .navbar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #jtl-nav-wrapper .container-fluid {
        justify-content: center;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

.page-manufacturers .manufacturer-item {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 1rem;
    border-bottom: 1px solid #ebebeb;
}


/* eloquium 16.10.2024 | ST */

#availabilityNotificationContainer {
    margin: 2rem 1.5rem;
}

#availabilityNotificationContainer hr {
    display: none;
}

#availabilityNotificationForm {
    border: 1px solid #ccc;
    border-top: none;
    padding: 1rem;
    margin-top: 0 !important;
}

.st-notify {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    border: 1px solid #363;
    background-color: #363;
    color: #fff;
}

.st-notify:hover {
    opacity: 0.9;
}

.st-notify span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: .875rem;
}

.st-notify::after {
    font-size: 1.15em !important;
    margin-left: 0.75rem !important;
}


/* eloquium 03.04.2025 | ST https://portal.eloquium.de/internal/projects/324/tasks/9706  */
.attr.attr-preorder {
    /*color: #b9006f;*/
    color: #f39932;
}

.product-wrapper .delivery-status .status-1,
.product-offer .delivery-status .status-1,
.item-delivery-status.delivery-status .signal_image.status-1{
    color: #1c871e;
}

.status-custom1 {
    color: #0000FF !important;
}

.availablefrom,
.status-custom2{
    color: #f39932 !important;
}

.form-counter .form-control {
    height: calc(calc(1.5em + 1.25rem + 2px) - 3px);
}
