* {
    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.3em;
    margin: 0 0 15px;
}

p, ul, ol {
    margin: 0 0 15px;
}

a {
    color: #303030;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-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 {
    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.4;
}

.post-meta {
    font-size: 95%;
}

input, button, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
}

textarea {
    resize: none;
}

blockquote p {
    line-height: 1.4;
}
blockquote footer::before {
    display: none;
}

/* drop caps */
.drop-caps:first-letter {
    float: left;
    font-size: 5.357em;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
}
.drop-caps.secondary:first-letter {
    border-radius: 3px;
    color: #fff;
    padding: 6px;
    margin-right: 5px;
}

.form-control {
    border-color: #ddd;
    box-shadow: none;
    height: 34px;
}
.form-control:focus {
    border-color: #666666;
    box-shadow: none;
}
.form-control.error {
    border-color: #f64243;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    font-size: 1em;
    height: 48px;
}

.formDropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    height: 34px;
    padding: 6px 30px 5px 10px;
    width: 100%;
}
select:not(.selectpicker) {
    padding: 6px 30px 5px 6px;
}
select, .formDropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    cursor: pointer;
    color: #333;
}
select.formDropdown {
    background: url("images/dropdown-button.png") no-repeat right -3px #fff;
}

a.formDropdown:hover, a.formDropdown:focus {
    color: #333;
}
.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: #333;
    padding: 6px 48px 5px 12px;
}
.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: #f7f7f7;
}
.form-group.dropdown .dropdown-menu > li.active > a {
    background-color: #f7f7f7;
}
.form-group.dropdown .dropdown-menu > li.active > a > .fa {
    display: inline-block;
    margin-top: 5px;
    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-danger a:hover {
    color: #a94442;
}

select::-ms-expand {
    display: none;
}

label {
    font-weight: 400;
}
.box-content label {
    width: 100%;
}

.divider {
    background-color: #fff;
    display: block;
    height: 1px;
    margin: 0 auto 15px;
    width: 50px;
}

.bg-color {
    background-color: #555;
}

.tall {
    margin: 50px 0;
}

.short {
    padding-top: 30px !important;
}

.img-circle img {
    border-radius: 50%;
}

.btn,
.form-control {
    border-radius: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.tagclouds a:hover, .tagclouds a:focus,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
#checkout_steps li.active a i, #checkout_steps li a:hover i, #checkout_steps li a:focus i {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #303030;
    font-size: .857em;
    font-weight: 700;
    padding: 14px 15px 13px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn::before {
    background-color: rgba(0, 0, 0, 0.025);
    content: '';
    height: 110%;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s 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);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    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.1);
    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: #f7f7f7;
    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.1);
    color: #fff;
}
.btn-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.btn-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.btn-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.btn-icon i {
    margin-right: 8px;
}

.btn-xs {
    min-width: 0;
    padding: 5px 10px 4px;
}
.btn-sm {
    min-width: 0;
    padding: 8px 15px 7px;
}
.btn-md {
    min-width: 50px;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.25em;
}
.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;
}

.title {
    font-weight: 700;
    font-size: 1.714em;
    margin-bottom: 25px;
    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 10px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.title > a.more {
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    line-height: 1.25em;
    position: absolute;
    right: 0;
    text-transform: none;
    z-index: 1;
}
.modal-body .title span {
    background-color: #fff;
}
h1.title, .page_type_18 h2.title {
    font-size: 36px;
}
.title-small {
    font-size: 1.2857142em;
    font-weight: bold;
}
.background-grey .title span {
    background-color: #f7f7f7;
}

.post-info-act {
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 350%, 0);
    transform: translate3d(0, 350%, 0);
    z-index: 1;
}
.post-info-act a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.post-image {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.related-posts .post-image {
    max-height: 150px;
}
.post-image > a > img, .post-image > img {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.post-image:hover .post-info-act {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.post-image:hover > a > img, .post-image:hover > img {
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-meta {
    color: #999999;
}

.post-meta a:hover, .post-meta a:focus {
    color: #303030;
}
.post-meta span {
    margin-right: 10px;
}
.post-meta span i {
    margin-right: 3px;
}

#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: #f7f7f7;
    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: #f0f0f0;
    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;
}
.product form .quantity input, .product form .quantity .quantity_unit {
    font-size: 1em;
    height: 35px;
    line-height: 35px;
}
.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-act {
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 50%;
    margin-bottom: -25px;
    width: 100%;
    z-index: 3;
}
.product-thumb-info-act a {
    background-color: #fff;
    color: #303030;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 3px;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 50px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 172px, 0);
    transform: translate3d(0, 172px, 0);
}
.product-thumb-info-act a:hover, .product-thumb-info-act a:focus {
    color: #fff;
}
.product-thumb-info-act .add-to-cart-product {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.product-thumb-info-image {
    margin-bottom: 15px;
    padding-top: 100%;
    position: relative;
}
.product-thumb-info-image:hover .product-thumb-info-act a {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-galerie button[name="inWarenkorb"] i {
    margin-right: 0;
}
.product-galerie.item .product-thumb-info-image > a::before,
.product-liste.item .product-thumb-info-image > a::before,
.product-katalog.item .product-thumb-info-image > a::before {
    content: "";
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    visibility: visible;
    z-index: 1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: spin 750ms infinite linear;
    animation: spin 750ms infinite linear;
    border-image: none;
    border-radius: 100%;
    border-style: solid;
    border-width: 4px 1px 1px 1px;
    bottom: 0;
    height: 30%;
    left: 0;
    margin: auto;
    max-height: 80px;
    max-width: 80px;
    right: 0;
    top: 0;
    width: 30%;
}
.product-galerie.item .product-thumb-info-image > a::after,
.product-liste.item .product-thumb-info-image > a::after,
.product-katalog.item .product-thumb-info-image > a::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 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 {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100% !important;
    max-width: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.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:last-child {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.bag {
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    font-size: 1.28571em;
    height: 60px;
    left: 10px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 2;
}
.bag a {
    color: #fff;
}
.bag-cool {
    background-color: #ffa11a;
}
.bag-new {
    background-color: #99c241;
}
.bag-hot {
    background-color: #f64243;
}
.bag-onsale {
    background-color: #a57bcd;
}
.brutto, .netto {
    display: block;
}
.price {
    color: #303030;
    display: inline-block;
}
.hatsonderpreis .price {
    color: #ce3535;
}
.price del {
    color: #303030;
    filter: alpha(opacity=75);
    font-size: 0.8em;
    opacity: 0.75;
    margin: 0 5px;
}
.catalog .price, .products-slide .price {
    font-size: 1.5em;
    line-height: 1em;
}
.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: 5px 0;
}
.product-thumb-info-content .release {
    margin: 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,
.list-thumbs-pro .product-thumb-info-content h4, .list-thumbs-pro .product-thumb-info-content .h4 {
    font-size: 1.15em;
    line-height: 1.25em;
    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;
    overflow: hidden;
    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 {
    font-size: 0.8em;
    padding: 0.3em 0.7em 0.4em;
}

#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;
    color: #303030;
    display: block;
    height: 34px;
    line-height: 34px;
    min-width: 40px;
    padding: 0 12px;
    text-align: center;
}
.list-icons .active a, .list-icons a:hover, .list-icons a:focus {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}

.product-liste .product-thumb-info-content .product-thumb-info-act,
.product-katalog .product-thumb-info-content .product-thumb-info-act {
    position: static;
    margin-bottom: 0;
    width: auto;
}
.product-liste .product-thumb-info-content .product-thumb-info-act .add-to-cart-product,
.product-katalog .product-thumb-info-content .product-thumb-info-act .add-to-cart-product {
    background-color: #eee;
    margin: 0 0 0 6px;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#artikelstamm .rating {
    font-size: 1.25em;
}
#artikelstamm .artnr {
    line-height: 2em;
}
#artikelstamm .artnr > span {
    font-weight: bold;
}

#mainImage {
    position: relative;
}
.call-pswp img {
    cursor: zoom-in;
}
#artikel_bilder {
    overflow: hidden;
}
#artikel_bilder .artikel_bilder_default {

}
#artikel_bilder .artikel_bilder_default > div {
    padding-bottom: 15px;
}
#artikel_bilder .product-slide.owl-paging-b {
    padding-bottom: 70px;
}
#artikel_bilder .owl-controls {
    padding: 15px;
}
#artikel_bilder #thumbs a.thumb, #mainImage > a {
    display: block;
    height: 0;
    padding: 0 0 100%;
    position: relative;
}
#artikel_bilder #thumbs a.thumb > img, #mainImage > a > img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#artikel_bilder #thumbs {
    margin: -7.5px;
}
#artikel_bilder #thumbs > div[class^="col-"] {
    padding: 7.5px;
}

#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;
}

/* flexslider */
.flexslider[data-controlnav="thumbnails"] {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.flexslider .slides > li a {
    display: block;
    padding: 0 0 100% 0;
    position: relative;
}
.flexslider .slides > li a img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.flex-control-thumbs li {
    float: none;
    vertical-align: middle;
    width: 16.5%;
}
.flex-control-thumbs li > img {
    border: 3px solid transparent;
}
.flex-control-paging li a {
    background-color: #ddd;
    border-radius: 100%;
    box-shadow: none;
    height: 15px;
    width: 15px;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #777;
}
.flex-direction-nav {
    display: none;
}
.flexslider:hover .flex-direction-nav {
    display: block;
}
.flex-direction-nav a {
    background: none;
    filter: alpha(opacity=100);
    color: #303030;
    height: 45px;
    opacity: 1;
    text-align: center;
    z-index: 1;
}
.flexslider[data-controlnav="thumbnails"] .flex-direction-nav a {
    margin: 0;
    top: 40%;
}
.flex-direction-nav a::before {
    color: #303030;
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    line-height: 45px;
    text-shadow: none;
}
.flex-direction-nav .flex-prev {
    border-radius: 0 50% 50% 0;
    padding-right: 5px;
}
.flex-direction-nav a.flex-next::before {
    content: "\f105";
}
.flex-direction-nav .flex-next {
    border-radius: 50% 0 0 50%;
    padding-left: 5px;
    text-align: center;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}
#flexslider li.video::before, #artikel_bilder #thumbs a.thumb.video::before, .video-wrapper .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 {
    font-size: 3em;
}
.video-wrapper .video {
    display: inline-block;
}
#flexslider li.video, #artikel_bilder #thumbs a.thumb.video, .video-wrapper, .video-wrapper .video {
    position: relative;
}

.price_discount {
    color: #ce3535;
    font-weight: bold;
}
.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, .owl-item .intro img, .custom_content img {
    max-width:100%;
    height:auto!important;
    width:auto;
}

/* form-newsletter */
.form-newsletter {
    position: relative;
}
.form-newsletter .form-group {
    display: block;
    overflow: hidden;
}
.form-newsletter .form-group .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.928571em;
    width: 100%;
}

.form-newsletter .btn {
    height: 34px;
    min-width: 0;
    padding: 0 15px;
}

/* tags */
.tagclouds a {
    border: 1px solid #484848;
    color: #999999;
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 10px;
    text-transform: capitalize;
}

/* Scroll to Top */
.scroll-to-top {
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 20px;
    -webkit-transition: all 300ms;
    -moz-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;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: underline;
}
.breadcrumb {
    margin: 5px 0;
}
.artikel_pagination {
    margin: 3px 0;
}

/* pager */
.pager {
    margin: 10px 0;
    text-align: right;
}
.pager li > a, .pager li > span {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.pager li > a:hover, .pager li > a:focus, .pager li > span:hover, .pager li > span:focus {
    background-color: transparent;
    color: #666666;
}
.pager a {
    color: #fff;
}
.pager li + li {
    border-left: 1px solid white;
    margin-left: 6px;
    padding-left: 8px;
}

/* 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: 8px;
}
.goto .list-sort {
    margin-bottom: 0;
}
.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;
    color: #fff;
    line-height: 25px;
    padding: 4px 0.9em 3px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
    color: #303030;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.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;
}
.pagination > li.prev > a .fa, .pagination > li.next > a .fa {
    font-size: 0.9em;
}
.pagination > li.prev > a .fa {
    margin-right: 7px;
}
.pagination > li.next > a .fa {
    margin-left: 5px;
}

/* 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: 4px 8px;
}

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;
}

#page .footnote-reference {
    color: #888;
    font-size: 0.8em;
    left: -5px;
    position: relative;
    top: -5px;
}
#page .list-thumbs-pro .footnote-reference {
    left: -2px;
    top: -4px;
}
.footer .footnote-vat {
    position: relative;
}
.footer .footnote-reference {
    color: #888;
    font-size: 2em;
    line-height: 1em;
    vertical-align: text-top;
}

#paymentbuttons {
    overflow: hidden;
}

/* bootstrap raster spaltmass */
body.gutter-xs .container, body.gutter-xs .container .jumbotron, body.gutter-xs .container-fluid, body.gutter-xs .container-fluid .jumbotron, body.gutter-xs .navbar-form, body.gutter-xs .navbar-brand {padding-left: 0;padding-right: 0;}
body.gutter-xs .row, body.gutter-xs .form-horizontal .form-group, body.gutter-xs .navbar-form {margin-left: 0;margin-right: 0;}
body.gutter-xs div[class*="col-"] {padding-left: 0;padding-right: 0;}
body.gutter-xs .form-horizontal .has-feedback .form-control-feedback {right: 0;}
body.gutter-xs .navbar-toggle {margin-right: 0;}

body.gutter-s .container, body.gutter-s .container .jumbotron, body.gutter-s .container-fluid, body.gutter-s .container-fluid .jumbotron, body.gutter-s .navbar-form, body.gutter-s .navbar-brand {padding-left: 5px;padding-right: 5px;}
body.gutter-s .row, body.gutter-s .form-horizontal .form-group, body.gutter-s .navbar-form {margin-left: -5px;margin-right: -5px;}
body.gutter-s div[class*="col-"] {padding-left: 5px;padding-right: 5px;}
body.gutter-s .form-horizontal .has-feedback .form-control-feedback {right: 5px;}
body.gutter-s .navbar-toggle {margin-right: 5px;}

body.gutter-sm .container, body.gutter-sm .container .jumbotron, body.gutter-sm .container-fluid, body.gutter-sm .container-fluid .jumbotron, body.gutter-sm .navbar-form, body.gutter-sm .navbar-brand {padding-left: 10px;padding-right: 10px;}
body.gutter-sm .row, body.gutter-sm .form-horizontal .form-group, body.gutter-sm .navbar-form {margin-left: -10px;margin-right: -10px;}
body.gutter-sm div[class*="col-"] {padding-left: 10px;padding-right: 10px;}
body.gutter-sm .form-horizontal .has-feedback .form-control-feedback {right: 10px;}
body.gutter-sm .navbar-toggle {margin-right: 10px;}

@media (min-width: 768px) {
    body.gutter-xs .navbar-text {margin-left: 2px;margin-right: 2px;}
    body.gutter-xs .navbar > .container .navbar-brand, body.gutter-xs .navbar > .container-fluid .navbar-brand {margin-left: -2px;}

    body.gutter-s .navbar-text {margin-left: 5px;margin-right: 5px;}
    body.gutter-s .navbar > .container .navbar-brand, body.gutter-s .navbar > .container-fluid .navbar-brand {margin-left: -5px;}

    body.gutter-sm .navbar-text {margin-left: 10px;margin-right: 10px;}
    body.gutter-sm .navbar > .container .navbar-brand, body.gutter-sm .navbar > .container-fluid .navbar-brand {margin-left: -10px;}
}