* {
    outline: 0!important;
}

html, body {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #303030;
    line-height: 1.2;
    margin: 0 0 15px;
}
h1, .h1, h1.title {
    font-size: 3em;
}
h2, .h2 {
    font-size: 2.5em;
}
h3, .h3 {
    font-size: 2em;
}
h4, .h4 {
    font-size: 1.5em;
}
h5, .h5 {
    font-size: 1em;
}

b, strong {
    font-weight: 700;
}

p, ul, ol {
    margin: 0 0 15px;
}

a {
    color: #303030;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.custom_content a, .contact-content a,
.kategorie_text a,
#box_description a,
.checkboxen-verwaltung a {
    text-decoration: underline;
}
.custom_content .products-slide a {
    color: #303030!important;
    text-decoration: none;
}
.custom_content .products-slide .product-galerie .product-thumb-info-content h4 a,
.custom_content .products-slide .product-galerie .product-galerie .product-thumb-info-content .h4 a {
    color: #303030;
}
a:hover, a:focus {
    text-decoration: none;
}
a.btn {
    text-decoration: none;
}

address {
    line-height: 2;
}

input, button, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
}

textarea {
    resize: none;
}

.title {
    font-size: 2em;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.title::after {
    border-top: 1px solid #ddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.title span {
    padding: 0 .5em;
    position: relative;
    text-align: center;
    z-index: 2;
}
.title > a.more {
    display: block;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.25em;
    margin-top: 5px;
    position: absolute;
    right: 0;
    text-transform: none;
    z-index: 1;
}
.modal-body .title span {
    background-color: #fff;
}
.title-small {
    font-size: 1.2857142em;
    font-weight: 700;
}
.background-grey .title span {
    background-color: #f6f6f6;
}

.divider {
    background-color: #303030;
    display: block;
    height: 5px;
    margin: 30px auto;
    width: 50px;
}

.btn, .form-control {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.btn {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    color: #303030;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.45;
    padding: 1em 1.5em .9em;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    white-space: normal;
    z-index: 1;
}
.btn-xs, .btn-group-xs > .btn {
    font-size: .71428em;
}
.btn-sm, .btn-group-sm > .btn {
    font-size: .85714em;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.2857142em;
}
.btn::before {
    background-color: rgba(0, 0, 0, 0.025);
    content: '';
    height: 110%;
    position: absolute;
    top: -5%;
    right: -1px;
    bottom: -5%;
    left: -1px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    z-index: -1;
}
.btn-default::before {
    background-color: rgba(0, 0, 0, 0.075);
}
.btn-primary::before {
    background-color: rgba(0, 0, 0, 0.075);
}
.btn:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active:hover, .btn-default.active:hover {
    background-color: #303030;
    border-color: rgba(0, 0, 0, 0.05);
    color: #fff;
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active:hover, .btn-white.active:hover {
    background-color: #fff;
    color: #303030;
}
.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active:hover, .btn-grey.active:hover {
    background-color: #f6f6f6;
    color: #303030;
}
.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active:hover, .btn-black.active:hover {
    background-color: #000;
    color: #fff;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover, .btn-primary.active:hover,
.btn-active, .btn-active:hover, .btn-active:focus, .btn-active:active:hover, .btn-active.active:hover {
    border-color: rgba(0, 0, 0, 0.05);
    color: #fff;
}
.btn-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.btn-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.btn-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.btn-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.btn-icon i {
    margin-right: 7.5px;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active,
.variationsvorschau span.disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.input-group {
    z-index: 0;
}
.input-group-btn {
    font-size: inherit;
}
.input-group-btn > .btn {
    white-space: nowrap;
}

.form-control {
    background-color: #f6f6f6;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #303030;
    height: 3.5em;
    padding: .5em 1em;
}
.form-control:focus {
    box-shadow: none;
}
.form-control.error {
    border-color: #f64243;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.formDropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    height: 3.5em;
    padding: .5em 2em .5em 1em;
    width: 100%;
}
select, .formDropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    border-radius: 0;
    cursor: pointer;
    color: #303030;
}
select.formDropdown {
    background: url("images/dropdown-button.png") no-repeat right center #fff;
}
select.required, select:required, .formDropdown.required, .formDropdown:required {
    background-color: #f6f6f6;
}
a.formDropdown {
    line-height: 2.5em;
    padding-right: 33px;
}
a.formDropdown:hover, a.formDropdown:focus {
    color: #303030!important;
}
.form-group.dropdown .dropdown-menu {
    background-color: #fff;
    max-height: 200px;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
}
.form-group.dropdown .dropdown-menu > li + li {
    border-top: 1px solid #ddd;
}
.form-group.dropdown .dropdown-menu > li > a {
    color: #303030;
    padding: 12.5px 45px 12.5px 15px;
}
.form-group.dropdown .dropdown-menu > li > a:hover, .form-group.dropdown .dropdown-menu > li > a:focus, .form-group.dropdown .dropdown-menu > li.active > a:hover {
    background-color: #f6f6f6;
}
.form-group.dropdown .dropdown-menu > li.active > a {
    background-color: #f6f6f6;
}
.form-group.dropdown .dropdown-menu > li.active > a > .fa {
    display: inline-block;
    margin-top: 3px;
    position: absolute;
    right: 15px;
}

.error {
    color: #f64243;
}

.alert {
    border-radius: 0;
    margin-bottom: 15px;
    padding: 6px 15px 5px;
}
.alert-info a:hover {
    color: #31708f;
}
.alert-success a:hover {
    color: #3c763d;
}
.alert-warning a:hover {
    color: #8a6d3b;
}
.alert-danger a:hover {
    color: #a94442;
}

select::-ms-expand {
    display: none;
}

label {
    font-weight: 400;
}
legend {
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 1.15em;
}
.box-content label {
    width: 100%;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#mytabset, .special-tabs {
    margin-bottom: 30px;
}
.semtabs:empty {
    display: none;
}
.pro-tabs {
    border-bottom: none;
}
.pro-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 -4px -1px 0;
}
.pro-tabs > li > h2,
.pro-tabs > li > .h2{
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0;
}
.pro-tabs > li a {
    background-color: #f6f6f6;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #303030;
    font-size: .929em;
    font-weight: 700;
    display: block;
    margin-right: 0;
    padding: 12px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.pro-tabs > li a:hover {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}
.pro-tabs > li.active > a, .pro-tabs > li.active > a:hover, .pro-tabs > li.active > a:focus,
.pro-tabs > li.active > h2 > a, .pro-tabs > li.active > h2 > a:hover, .pro-tabs > li.active > h2 > a:focus,
.pro-tabs > li.active > .h2 > a, .pro-tabs > li.active > .h2 > a:hover, .pro-tabs > li.active > .h2 > a:focus {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}
.tab-content {
    background-color: rgba(0,0,0,0.02);
    border: 1px solid #ddd;
    padding: 15px;
}

.second-tabs {
    border-bottom: none;
    font-size: .929em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
}
.second-tabs li {
    margin: 0 3px 10px;
}
.second-tabs li a {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    color: #303030;
    display: block;
    margin-right: 0;
    padding: 12px 15px;
}
.second-tabs li.active::after {
    bottom: -5px;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}
.second-tabs li.active a {
    border: none;
    color: #fff;
}
.second-tabs li.active a:hover, .second-tabs li.active a:focus {
    border: none;
}

/* product-liste */
.product {
    margin: 0;
    position: relative;
}
.product.soldout .product-thumb-info-image a {
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.product .action_buttons {
    margin-top: 7.5px;
}

#produkt_liste {
    margin-top: 30px;
    margin-bottom: 30px;
}
#produkt_liste[data="loading"]::after {
    position: fixed;
}
#produkt_liste[data="loading"] {
    height: 400px;
}
#produkt_liste.style_liste.even_odd .product-liste:nth-child(even) .product-thumb-info > .row > div:first-child {
    float: right;
}
#produkt_liste.style_katalog.even_odd > div:nth-child(odd) .product-thumb-info > .row > div:first-child {
    float: right;
}

.ajax-pushtobasket, .ajax-pushtoaction {
    position: relative;
}
.action_buttons .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product form .quantity input, .product form .quantity .quantity_unit {
    font-size: 1.25em;
    height: 43px;
    line-height: 43px;
}
.product form .quantity .quantity_unit {
    font-size: 0.8em;
}

#produkt_liste.style_katalog > div .product-katalog {
    padding: 30px 0;
}
#produkt_liste.style_katalog > div:first-child .product-katalog {
    padding-top: 0;
}
#produkt_liste.style_katalog > div:last-child .product-katalog {
    border-bottom: none;
}

@media (min-width:1280px) and (max-width:1599px) {
    #produkt_liste.style_katalog {
        margin-left: 0;
        margin-right: 0;
    }
    #produkt_liste.style_katalog > div.col-m-6 {
        padding: 0;
    }
    #produkt_liste.style_katalog > div.col-m-6 .product-katalog {
        border-bottom: 1px solid #ddd;
        padding: 30px;
    }
    #produkt_liste.style_katalog > div.col-m-6:nth-child(odd) .product-katalog {
        border-right: 1px solid #ddd;
        padding-left: 7.5px;
    }
    #produkt_liste.style_katalog > div.col-m-6:nth-child(even) .product-katalog {
        padding-right: 7.5px;
    }
    #produkt_liste.style_katalog > div.col-m-6:last-child .product-katalog {
        border-bottom: none;
    }
}
@media (min-width:1600px){
    #produkt_liste.style_katalog {
        margin-left: 0;
        margin-right: 0;
    }
    #produkt_liste.style_katalog > div.col-lg-6 {
        padding: 0;
    }
    #produkt_liste.style_katalog > div.col-lg-6 .product-katalog {
        border-bottom: 1px solid #ddd;
        padding: 30px;
    }
    #produkt_liste.style_katalog > div.col-lg-6:nth-child(odd) .product-katalog {
        border-right: 1px solid #ddd;
        padding-left: 7.5px;
    }
    #produkt_liste.style_katalog > div.col-lg-6:nth-child(even) .product-katalog {
        padding-right: 7.5px;
    }
    #produkt_liste.style_katalog > div.col-lg-6:last-child .product-katalog {
        border-bottom: none;
    }
}

.product-liste {
    border-bottom: 1px solid #ddd;
    padding: 30px 7.5px;
}
.product-liste:last-child {
    border-bottom: none;
}
.product-liste .vat_info, .product-katalog .vat_info {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .product-liste .product-meta {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 640px) and (max-width: 1279px) {
    .product-liste .product-meta {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.product-thumb-info-image {
    margin-bottom: 15px;
    padding-top: 100%;
    position: relative;
}
.product-galerie button[name="inWarenkorb"] i {
    margin-right: 0;
}
.product-galerie.item .product-thumb-info-image > a > img,
.product-liste.item .product-thumb-info-image > a > img,
.product-katalog.item .product-thumb-info-image > a > img {
    background-color: #f6f6f6;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100% !important;
    max-width: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
}
.product-thumb-info-image > a {
    display: block;
}
.product-thumb-info-image > .img-overlay {
    height: auto !important;
    max-width: 30%;
    z-index: 3;
}
.product-thumb-info-image > a.switch-image img {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.product-thumb-info-image > a.switch-image img:last-child {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
}

.brutto, .netto {
    display: block;
}
.price {
    color: #303030;
    display: inline-block;
    font-weight: 700;
}
.hatsonderpreis .price {
    color: #ce3535;
}
.price del {
    color: rgba(0,0,0,0.5);
    font-size: 0.8em;
}
.catalog .price, .products-slide .price {
    font-size: 1.25em;
}
.product-galerie .product-thumb-info .lager {
    font-size: 0.9em;
    margin: 7.5px 0 0;
}
.product-liste .product-thumb-info .lager, .product-katalog .product-thumb-info .lager {
    font-size: 0.9em;
    margin: 7.5px 0;
}
.product-galerie .product-thumb-info .lieferzeit {
    margin: 0;
}
.product-galerie .product-thumb-info .lager, .product-galerie .product-thumb-info .lieferzeit {
    text-align: center;
}
.products-slide .product-thumb-info .lager, .products-slide .product-thumb-info .lieferzeit {
    display: none;
}
.product-thumb-info-content .rating {
    margin: 7.5px 0;
}
.product-thumb-info-content .release {
    margin: 7.5px 0 0 0;
}
.product-thumb-info-content .pricewrapper {
    margin: 7.5px 0;
}
.product-thumb-info-content .price {
    display: inline-block;
}

.item-cat {
    display: block;
}

.product-galerie .product-thumb-info-content h4, .product-galerie .product-thumb-info-content .h4 {
    font-size: 1.15em;
    margin: 7.5px 0;
}
.product-katalog .product-thumb-info-content h4 {
    margin: 10px 0;
}
.product-thumb-info-content .item-cat a {
    color: #999;
}
#products-number {
    margin-left: 0;
}

#result-options::after {
    clear: both;
    content: "";
    display: block;
}
#result-options {
    margin: 0 -7.5px;
}
#result-options > * {
    float: left;
    margin: 0 7.5px 15px;
}
#result-options a[data-toggle="collapse"]:not(.collapsed) {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}
#result-options a[data-toggle="collapse"]:not(.collapsed) > .fa-caret-down::before {
    content: "\f0d8";
}
#filter-collapsible::before, #filter-collapsible::after {
    clear: both;
    content: "";
    display: block;
}
.active-filters {
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
    text-align: center;
}
#filter-collapsible.in + .active-filters {
    border-top: none;
    padding-top: 10px;
}
#filter-collapsible-inner .form-group.dropdown .dropdown-menu {
    max-height: 195px;
    overflow-y: scroll;
}
.active-filters a.label {
    display: inline-block;
    font-size: 0.8em;
    padding: 7.5px 12.5px;
}
.active-filters a.label:hover, .active-filters a.label:focus {
    color: #fff;
}

#results-summary {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding-bottom: 15px;
}

.list-icons li {
    padding: 0;
}
.list-icons a {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #303030;
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    padding: 0 12.5px;
    text-align: center;
}
.list-icons .active a, .list-icons a:hover, .list-icons a:focus {
    background-color: #303030;
    border-color: #303030;
    color: #fff!important;
}

#artikelstamm .rating {
    font-size: 1.25em;
}
#artikelstamm .artnr {
    line-height: 2em;
}
#artikelstamm .artnr > span {
    font-weight: 700;
}

.call-pswp img {
    cursor: zoom-in;
}
#artikel_bilder {
    overflow: hidden;
}

#variationThumbs {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
#variationThumbs > .h5 {
    margin-bottom: 7.5px;
}
#variationThumbs > .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
#variationThumbs > .row > div[class^="col-"] {
    padding: 7.5px;
}

.video-wrapper .video::before, .product-image.video::before {
    content: "\f144";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 2em;
    color: rgba(255,255,255,0.8);
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.video-wrapper .video::before, #product-image-detail .product-image.video::before {
    font-size: 3em;
}
.video-wrapper .video {
    display: inline-block;
}
.video-wrapper, .video-wrapper .video {
    position: relative;
}
.video-wrapper .video .video-title {
    display: -webkit-box;
    max-height: 2.6em;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    margin: 7.5px 5px;
}

.price_discount {
    color: #ce3535;
    font-weight: 700;
}
.sieSparenX-overlay {
    background-color: #ce3535;
    color: #fff;
    display: inline-block;
    padding: 3px 7.5px 4px;
    position: absolute;
    text-align: center;
    z-index: 3;
}
#artikel_bilder .sieSparenX-overlay {
    font-size: 1.5em;
}
.sieSparenX-overlay.tr {
    right: 10px;
    top: 10px;
}
.sieSparenX-overlay.tl {
    left: 10px;
    top: 10px;
}
.sieSparenX-overlay.br {
    bottom: 10px;
    right: 10px;
}
.sieSparenX-overlay.bl {
    bottom: 10px;
    left: 10px;
}
.sieSparenX-overlay.tr.owl, .sieSparenX-overlay.br.owl {
    right: 40px;
}
.sieSparenX-overlay.tl.owl, .sieSparenX-overlay.bl.owl {
    left: 40px;
}
.sieSparenX-overlay.br.owl, .sieSparenX-overlay.bl.owl {
    margin-bottom: 70px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
.call-pswp .img-responsive {
    width: 100%;
}

.blog-masonry img, .custom_content img {
    max-width:100%;
    height:auto!important;
    width:auto;
}

/* Scroll to Top */
.scroll-to-top {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    bottom: 20px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
    display: block;
    font-size: 2.5em;
    line-height: 1em;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 0 0.5em;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
}
.scroll-to-top:hover, .scroll-to-top:focus {
    color: #fff;
}
.scroll-to-top.visible {
    color: #fff!important;
    filter: alpha(opacity=10);
    opacity: 1;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    float: left;
    font-size: 0.857143em;
    border-radius: 0;
    margin: 0;
    padding: 1px 0;
}
.breadcrumb li, .breadcrumb > .active {
    color: #303030;
}
.breadcrumb > li + li::before {
    color: #303030;
    content: "\203A";
    font-size: 1.5em;
    line-height: 1em;
}
.breadcrumb a, .page-top-in a.btn {
    color: #303030;
}
.page-top-in a.btn {
    padding: 0.675em 1.5em;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: underline;
}
.breadcrumb {
    margin: 5px 0;
}
.artikel_pagination {
    margin: 3px 0;
}

/* pagination */
.pages.top {
    float: right;
}
.pages.bottom {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 0;
}
.pages + hr {
    border: none;
}
#box_votes .pages:last-child {
    border-bottom: none;
}

.goto {
    float: right;
}
.goto .control-label {
    padding-top: 10px;
}
.goto .list-sort {
    margin-bottom: 0;
}
.goto .formDropdown {
    height: auto;
}
.pagination {
    float: left;
    margin: 0;
}
.pagination li {
    display: inline-block;
    float: left;
    margin: 0 1px 1px;
    text-align: center;
}
.pagination li > a, .pagination li > span {
    background-color: #303030;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    padding: .5em 1em;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #f6f6f6;
    border-color: #ebebeb;
    color: #303030;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
}
.pagination > li.prev > a, .pagination > li.next > a,
.pagination li > span, .pagination li > span:hover {
    background-color: transparent;
    color: #303030;
}
.pagination li > span:hover {
    border-color: transparent;
}
.pagination > li.prev > a:hover, .pagination > li.prev > a:focus, .pagination > li.next > a:hover, .pagination > li.next > a:focus {
    background-color: transparent;
    border-color: #ddd;
}
.pagination > li.prev > a.disabled, .pagination > li.next > a.disabled {
    background-color: transparent!important;
    border-color: transparent!important;
    cursor: default;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* accordion */
.panel, .panel-heading {
    border-radius: 0;
}
.panel-heading.active {
    background-color: #303030;
    border-color: #303030;
}
.panel-heading.active a {
    color: #fff;
}
.panel-heading:not(.active) a:hover {
    color: #303030;
}
.panel-heading.disabled, .panel-heading.disabled * {
    cursor: no-drop;
}
.panel-heading.disabled a {
    color: #bbb!important;
}
.panel-default {
    border-bottom: none;
    box-shadow: none;
}
.panel-title {
    text-align: center;
}
.panel-title > a {
    display: block;
}
.panel-collapse.in:last-child .panel-body {
    border-bottom: 1px solid #ddd;
}

/* sitemap */
.sitemap {
    padding: 30px 0 60px;
}
.sitemap h3 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

/* gratisgeschenke */
form[name="freegift"] {
    overflow: hidden;
}
#freegift .product {
    margin-bottom: 0;
}

.fixedSpacer {
    display: none!important;
}

a.tag {
    border: 1px solid #ddd;
    display: inline-block;
    padding: .5em 1em;
}

a.more:not(.collapsed) > .fa-chevron-up::before {
    content: "\f078";
}

.order_completed a.submit, .order_completed input[type="submit"] {
    background-color: #303030;
    border: 1px solid #303030;
    color: #fff;
    font-size: 0.857em;
    font-weight: 700;
    min-width: 140px;
    padding: 7px 15px 5px;
    text-transform: uppercase;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0 0;
}

.vat_info .tooltip.fade {
    position: absolute!important;
    z-index: 1;
}

#article {
    position: relative;
}

#article_pushed > .box {
    margin: 30px 0 0;
    padding: 15px;
}
#article_pushed .product-thumb-info-content h4 {
    padding-bottom: 0;
}
#article_pushed .product-thumb-info-content .lager,
#article_pushed .product-thumb-info-content .rating {
    display: none;
}
#article_pushed_action {
    padding: 30px 15px;
    text-align: center;
}
#article_pushed_artikel {
    padding: 15px 15px 15px 30px;
}
#article_pushed:not(.inline) #article_pushed_xselling {
    margin-top: 15px;
}
#article_pushed.inline #article_pushed_xselling {

}
#article_pushed_xselling {
    text-align: center;
}
.inline #article_pushed_xselling > section {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 15px;
}
#article_pushed_xselling > section .title span {
    background-color: #fff;
}
#article_pushed .btn .fa {
    font-size: 1.15em;
    margin-left: 5px;
}

#warenkorb_form_versand input[name="plz"] {
    width: auto;
}

#versandermittlung_ergebnis {
    border: 1px solid #ddd;
}
#versandermittlung_ergebnis > .row {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
#versandermittlung_ergebnis > .row:last-child {
    border-bottom: none;
}

.footer .footnote-vat {
    position: relative;
}

#paymentbuttons {
    overflow: hidden;
}

.kategorie_text > p:last-child {
    margin-bottom: 0;
}

/* teaserkategorien */
.teaser_kategorien .maincat a {
    color: #303030!important;
    display: block;
    position: relative;
}
.teaser_kategorien .maincat a > b {
    background-color: #fff;
    font-size: 1.25em;
    padding: 15px 40px 15px 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.teaser_kategorien .maincat b::after {
    content: '\f105';
    position: absolute;
    right: 15px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5em;
    font-weight: 500;
    height: 1em;
    line-height: 1em;
    float: right;
}
.teaser_kategorien .maincat a:hover > b {
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    right: 0;
    bottom: 0;
    left: 0;
}
.teaser_kategorien .maincat a:hover > b::after {
    color: #fff;
}

/* instagram */
.instagram-post-wrapper {
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding-top: 5px;
}
.instagram-post {
    padding: 2.5px;
}
.instagram-post a {
    background-color: #000;
    display: block;
    overflow: hidden;
    position: relative;
}
.instagram-post ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.25em;
    visibility: hidden;
    z-index: 1;
}
.instagram-post a:hover ul, .instagram-post a:focus ul {
    visibility: visible;
}
.instagram-post img {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.instagram-post a:hover img, .instagram-post a:focus img {
    filter: alpha(opacity=50)!important;
    opacity: 0.5!important;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.instagram-post li {
    color: #fff;
    padding: 15px;
}