@charset "UTF-8";
/*
@import 'global/reset';
@import 'global/breakpoints';
@import 'global/fonts';
@import 'global/colors';
@import 'global/mixins';
@import 'global/globals';
@import 'global/buttons';
@import 'global/formelemente';
@import 'global/magnific';
@import 'global/slickslider';
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    overflow: scroll;
}

ol,
ul {
    list-style: none;
}

a img,
a {
    border: none;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

.clfix::before,
.bdp-detail-lieferumfang .item-holder .container::before,
.clfix::after,
.bdp-detail-lieferumfang .item-holder .container::after {
    content: " ";
    display: table;
}

.clfix::after,
.bdp-detail-lieferumfang .item-holder .container::after {
    clear: both;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

fieldset {
    border: none;
}

/* border-radius */

/* Schriftfarben */

/* border */

/* Flächenfarben */

html,
body,
input,
button,
textarea,
select,
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-family: Helvetica, Arial, sans-serif !important;
    letter-spacing: .1em;
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

.fa {
    font-family: FontAwesome !important;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
}

.copy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
}

.hl_1,
h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

@media all and (max-width: 991px) {
    .hl_1,
    h1 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 40px;
        line-height: 4rem;
    }
}

@media all and (max-width: 640px) {
    .hl_1,
    h1 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        padding-bottom: 10px;
    }
}

.stdcontent .hl_1,
.stdcontent h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.hl_2,
h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem;
    font-weight: 400;
    margin-bottom: 0;
}

@media all and (max-width: 640px) {
    .hl_2,
    h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem;
        padding-bottom: 10px;
    }
}

.hl_3,
h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.hl_4,
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.hl_5,
h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 400;
    margin-bottom: 0;
}

strong {
    font-weight: 800;
}

.font_price {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

.cta_link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    color: #007DD9;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.cta_link:hover,
.cta_link:active,
.cta_link:focus {
    opacity: 0.5;
    color: #007DD9;
    text-decoration: none;
}

.static {
    position: static;
}

a {
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.center {
    text-align: center;
}

.border_section {
    border-top: 1px dashed #007DD9;
}

.mobileonly {
    display: none !important;
}

@media all and (max-width: 991px) {
    .mobileonly {
        display: inline-block !important;
    }
}

.blockhidden {
    display: none;
}

body {
    padding-bottom: 44px;
}

#site-wrap {
    max-width: 2580px;
    margin: 0 auto;
}

img {
    image-rendering: optimizeQuality;
}

.container {
    max-width: 980px;
    width: 100%;
}

.container-wide {
    max-width: 1140px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

input[type=checkbox] {
    position: absolute;
    left: -100000px;
}

input[type=checkbox] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

input[type=checkbox]:not(:checked) + label {
    background: none;
}

input[type=checkbox]:checked + label {
    background: #000000;
}

legend {
    padding-bottom: 10px;
}

@media all and (max-width: 991px) {
    .bottom-cart {
        display: none;
    }
}

#header {
    /*
    &.resized {
        max-height:50px;
        .bdp_header_inner {
            max-height:50px;
        }
        .navbar-default {
            top:15px;
        }
    }*/
}

#header.bdp_header {
    height: 100%;
    max-height: 100px;
    -webkit-transition: max-height 0.3S ease-in-out;
    -moz-transition: max-height 0.3S ease-in-out;
    -o-transition: max-height 0.3S ease-in-out;
    transition: max-height 0.3S ease-in-out;
    position: relative;
    z-index: 100;
}

#header.bdp_header .bdp_header_inner {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100px;
    z-index: 5;
    -webkit-transition: max-height 0.3S ease-in-out;
    -moz-transition: max-height 0.3S ease-in-out;
    -o-transition: max-height 0.3S ease-in-out;
    transition: max-height 0.3S ease-in-out;
}

#header.bdp_header .bdp_header_inner .container {
    padding: 0;
}

#header.bdp_header .bdp_header_inner .container .inner {
    position: relative;
}

#header .navbar-default {
    -webkit-transition: top 0.3S ease-in-out;
    -moz-transition: top 0.3S ease-in-out;
    -o-transition: top 0.3S ease-in-out;
    transition: top 0.3S ease-in-out;
}

@media all and (max-width: 991px) {
    #header.bdp_header {
        height: 60px;
    }
    #header.bdp_header .bdp_header_inner {
        height: auto;
    }
    #header.bdp_header .navbar-default {
        background: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

#header .meta-navigation {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}

#header .meta-navigation .list-inline > li {
    padding-left: 0;
    padding-right: 0;
}

#header .meta-navigation .bootstrap-select .btn {
    padding: 0;
    outline: none !important;
}

#header .meta-navigation .bootstrap-select .btn .filter-option {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 22px 10px 0;
    text-align: center;
    height: 40px;
}

#header .meta-navigation .bootstrap-select .btn .bs-caret {
    display: none;
}

#header .meta-navigation .language .option-title {
    display: none;
}

#header .meta-navigation .list-inline > li {
    float: right;
}

#header .meta-navigation .list-inline > li.meta-login {
    padding-right: 10px;
}

#header .meta-navigation .list-inline > li.meta-login div {
    padding-top: 18px;
}

#header .meta-navigation .list-inline > li.meta-login a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
}

#header .meta-navigation .list-inline > li.meta-login a:hover {
    color: #9A9A9A;
}

#header .col-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 0;
}

#header .header-top .col-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 0;
}

#header .header-top .col-logo .inner .logo {
    max-height: 100px;
    max-width: 100px;
    -webkit-transition: 0.8 all ease-in-out;
    -moz-transition: 0.8 all ease-in-out;
    -o-transition: 0.8 all ease-in-out;
    transition: 0.8 all ease-in-out;
}

#header .header-top .col-logo .inner .logo a {
    display: block;
}

#header .header-top .col-logo .inner .logo a span {
    width: 160px;
    height: 160px;
    display: block;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    position: absolute;
    background: #000000;
}

#header .header-top .col-logo .inner .logo a .logo_wm {
    background: url(../../../media/logo/bianco_di_puo_wortmarke.png) center center no-repeat;
    background-size: cover;
    max-width: 160px;
    max-height: 160px;
    opacity: 1;
    z-index: 1;
}

#header .header-top .col-logo .inner .logo a .logo_bm {
    background: url(../../../media/logo/bianco_di_puo_wortmarke.png) center center no-repeat;
    background-size: cover;
    max-width: 100px;
    max-height: 100px;
    opacity: 1;
}

#header.resized .header-top .col-logo .inner .logo {
    background-size: 100px 100px;
}

#header.resized .header-top .col-logo .inner .logo a {
    display: block;
}

#header.resized .header-top .col-logo .inner .logo a .logo_wm {
    max-width: 100px;
    max-height: 100px;
    opacity: 1;
    z-index: 1;
}

#header.resized .header-top .col-logo .inner .logo a .logo_bm {
    max-width: 100px;
    max-height: 100px;
    opacity: 1;
}

#header .navbar-default {
    background: none;
    position: absolute;
    left: 200px;
    top: 65px;
    min-height: 0;
    margin-bottom: 0;
}

#header .navbar-default .navbar-nav > li > a {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 20px;
}

#header .navbar-default .navbar-nav > li > a:hover,
#header .navbar-default .navbar-nav > li > a:focus {
    background: none;
    color: #9A9A9A;
}

#header .navbar-default .navbar-nav > li.active > a {
    background: none;
    color: #9A9A9A;
}

#header .navbar-default .navbar-nav .level-1 b.caret {
    display: none;
}

#header .navbar-default .ico {
    width: 30px;
    height: 30px;
}

#header .navbar-default .ico.user {
    background: url(../img/icons/user.svg) 0 0 no-repeat;
    background-size: 30px 30px;
}

#header .navbar-default .ico.usernotlogged {
    background: url(../img/icons/user_not_logged.svg) 0 0 no-repeat;
    background-size: 30px 30px;
}

#header .navbar-default .btn-cart {
    width: 17px;
    height: 22px;
    background: url(../img/icons/shoppingcart.png) left top no-repeat;
    border: none;
    padding: 7px 0 0;
    margin-top: -7px;
    color: #000000;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
}

#header .navbar-default .search-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/search.png) left top no-repeat;
    cursor: pointer;
}

#header .navbar-default .box-search .btn-primary {
    background: none;
    border: 1px solid #000000;
    background: url(../img/icons/search.png) center center no-repeat;
    width: 36px;
    height: 36px;
}

#header .navbar-default .box-search .btn-primary i {
    display: none;
}

#header .navbar-default .nav > li.static {
    position: static;
    padding-left: 10px;
}

#header .navbar-default .nav > li.static a {
    color: #ffffff;
    text-decoration: none;
}

#header .navbar-default .nav > li.static a:hover {
    color: #9A9A9A;
}

#header .navbar-default .nav > li.static.userstatus {
    position: absolute;
    right: 15px;
    top: 10px;
}

#header .navbar-default .nav > li.additional {
    padding: 0 40px;
}

#header .navbar-default .nav .open > a {
    background: none;
    color: #9A9A9A;
}

#header .navbar-default .nav .open > a:focus,
#header .navbar-default .nav .open > a:active,
#header .navbar-default .nav .open > a:hover {
    background: none;
    color: #9A9A9A;
}

#header .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(90deg);
    margin-top: -2px;
    opacity: 1;
}

#header .navbar-default .navbar-toggle:focus,
#header .navbar-default .navbar-toggle:hover {
    background: none;
}

#header .navbar-default .logomobile {
    display: none;
}

@media all and (max-width: 991px) {
    #header .navbar-default .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    #header .navbar-default .logomobile {
        display: block;
        margin: 9px auto 0;
        width: 42px;
        height: 42px;
        background: url(../../../media/logo/bianco_di_puo_bildmarke.svg) center center no-repeat;
        background-size: auto auto;
        background-size: 56px 56px;
    }
    #header .navbar-default .mobilecart {
        position: absolute;
        right: 20px;
        top: 21px;
    }
    #header .navbar-default .mobilecart .btn-cart {
        width: 23px;
        height: 30px;
        background: url(../../../media/icons/mobilecart.svg) left top no-repeat;
        background-size: 23px 30px;
        border: none;
        padding: 11px 0 0;
        margin-top: -7px;
        color: #ffffff;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 700;
        display: block !important;
    }
    #header .navbar-default .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        overflow: auto;
        height: 1px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: none;
        border: none;
        background: #000000;
        padding-top: 40px;
    }
    #header .navbar-default .navbar-collapse .navbar-nav {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px;
        min-height: -moz-min-content;
        min-height: -webkit-min-content;
        min-height: min-content;
    }
    #header .navbar-default .navbar-collapse .box-cart {
        display: none;
    }
    #header .navbar-default .navbar-nav .level-1 {
        padding-bottom: 24px;
    }
    #header .navbar-default .navbar-nav .level-1 > a {
        color: #ffffff;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem;
        font-weight: 700;
        padding-left: 47px;
    }
    #header .navbar-default .navbar-nav .level-1 > a:hover {
        color: #9A9A9A;
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown > a {
        position: relative;
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown > a:before {
        content: "";
        left: 0;
        top: 7px;
        position: absolute;
        width: 20px;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        transform: translate3d(0, 0, 0);
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown > a:after {
        content: "";
        left: 9px;
        top: -2px;
        position: absolute;
        width: 2px;
        height: 20px;
        background: #ffffff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        transform: translate3d(0, 0, 0);
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown > a .caret {
        display: none;
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown > a:hover:before,
    #header .navbar-default .navbar-nav .level-1.mega-dropdown > a:hover:after {
        background: #9A9A9A;
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown.open > a:before {
        background: #9A9A9A;
    }
    #header .navbar-default .navbar-nav .level-1.mega-dropdown.open > a:after {
        opacity: 0;
    }
    #header .navbar-default .navbar-nav .level-1.static {
        position: relative;
        padding: 20px;
    }
    #header .navbar-default .navbar-nav .level-1.static #searchtoggle,
    #header .navbar-default .navbar-nav .level-1.static .input-group-btn:last-child {
        display: none;
    }
    #header .navbar-default .navbar-nav .level-1.static .box-search {
        width: auto;
        position: relative;
    }
    #header .navbar-default .navbar-nav .level-1.static .btn-primary {
        border: none;
    }
    #header .navbar-default .navbar-nav .catimage {
        display: none;
    }
    #header .navbar-default .navbar-nav .level-2 {
        padding-left: 42px;
    }
    #header .navbar-default .navbar-nav .level-2 > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem;
        font-weight: 700;
        letter-spacing: .1em;
    }
    #header .navbar-default .navbar-nav .level-2:hover > a {
        background: none;
        color: #9A9A9A;
    }
    #header .navbar-default .navbar-nav .level-3 {
        display: none;
    }
}

#header .navbar-default .box-search {
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffffff;
    width: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

#header .navbar-default .box-search .search-btn-close {
    width: 18px;
    height: 18px;
    background: url(../img/icons/close.png) left top no-repeat;
    cursor: pointer;
}

#header .navbar-default .box-search .input-group .input-group-btn {
    background-position: center;
    width: 1%;
}

#header .navbar-default .box-search .input-group .input-group-btn:first-child {
    padding-right: 10px;
}

#header .navbar-default .box-search .input-group .input-group-btn:last-child {
    padding-left: 10px;
}

#header .navbar-default .open .box-search {
    width: 100%;
}

#navContainer {
    width: auto;
    max-width: none;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1049;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    max-height: calc(100vh - 100px);
}

#navContainer .navbar-mega {
    margin: 80px auto 50px;
    border: none;
    max-width: 980px;
    padding: 0;
    background: none;
}

#navContainer .navbar-mega a {
    color: #9A9A9A;
    text-decoration: none;
    display: inline-block;
}

#navContainer .navbar-mega li:hover > a {
    color: #ffffff;
}

#navContainer .navbar-mega li:hover > .arrow:after {
    color: #ffffff;
}

#navContainer .navbar-mega li:hover > .arrow:before {
    color: #ffffff;
}

#navContainer .navbar-mega .col ul {
    margin: 0;
}

#navContainer .navbar-mega .level-2 {
    height: auto !important;
}

#navContainer .navbar-mega .level-2.col-md-3 {
    width: 33.3333%;
    padding-left: 7px;
    padding-right: 7px;
}

#navContainer .navbar-mega .level-2 .catimage {
    width: 313px;
    margin-bottom: 30px;
    height: 160px;
}

#navContainer .navbar-mega .level-2 > a.title {
    text-align: center;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

#navContainer .navbar-mega .level-3 {
    padding: 0 20px;
}

#navContainer .navbar-mega .level-3 a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#navContainer .navbar-mega .level-4 {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#navContainer .navbar-mega .arrow {
    float: right;
    display: inline-block;
    /*
            float: right;
            display:inline-block;
            width:18px;
            height:18px;
            //background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [ %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E ]%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='18px' height='9px' viewBox='0 0 18 9' enable-background='new 0 0 18 9' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon fill='%239a9a9a' points='0,0.031 6,0.031 9,3.031 12.031,0 18,0 8.984,9.016 '/%3E%3Cpolygon fill='%239a9a9a' points='0.234,0.031 6.234,0.031 9.234,3.031 12.266,0 18.234,0 9.219,9.016 '/%3E%3C/svg%3E");
            fill:$light;
            background-repeat: no-repeat;
            background-position: 0 bottom;
            background-size: 18px 9px;
            margin-top: 2px;
            //@include transition;*/
}

#navContainer .navbar-mega .arrow:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    color: #9A9A9A;
    border-bottom: 2px solid;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#navContainer .navbar-mega .arrow:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    color: #9A9A9A;
    border-bottom: 2px solid;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#navContainer .navbar-mega .open .arrow:before {
    right: 13px;
    width: 16px;
}

#navContainer .navbar-mega .open .arrow:after {
    width: 16px;
    right: 20px;
}

#navContainer .navbar-mega .open .level-4 {
    max-height: 200px;
}

#navContainer .navbar-mega .static {
    display: none;
}

.navbar-mega-open {
    overflow-y: scroll;
    overflow-x: hidden;
}

.navbar-mega-open #site-wrap {
    height: 100vh;
    overflow: hidden;
}

.navbar-mega-open #back-to-top {
    display: none;
}

.mobileopen {
    height: 100vh;
    overflow: hidden;
    padding-bottom: 0;
}

@media all and (max-width: 991px) {
    .mobileopen #header .navbar-default .navbar-collapse {
        height: auto;
        max-height: calc(100vh - 60px);
        overflow: auto;
    }
    .mobileopen #header .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        transform: translate3d(0, 0, 0);
    }
}

.mobileopen #site-wrap {
    max-height: 100vh;
    overflow: hidden;
}

@media all and (max-width: 991px) {
    .mobileopen:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .9;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
    }
}

@media all and (max-width: 991px) {
    #header .meta-navigation,
    #header .header-top {
        display: none;
    }
}

#customerModal a {
    color: #585858;
}

#customerModal a:hover {
    color: #9A9A9A;
}

#customerModal .modal_bottomlink {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 10px 15px 15px;
}

#customerModal .modal-body div {
    padding-bottom: 5px;
}

#footer {
    border: none;
    border-top: 1px solid #bebebe;
    margin-top: 50px;
}

#footer.bdp_footer {
    background: #e0e0e0;
    padding: 0;
}

#footer.bdp_footer .container {
    position: relative;
    /*background: #efeeee;*/
}

#footer.bdp_footer .footerlogo {
    width: 120px;
    height: 120px;
    max-height: none;
    max-width: none;
    background: url(../../../media/logo/bianco_di_puo_wortmarke.svg) left top no-repeat;
    background-size: 100px 100px;
    position: absolute;
    left: 15px;
    top: 0;
}

#footer.bdp_footer #footer-cols {
    float: right;
    width: 100%;
}

#footer.bdp_footer #footer-cols .row {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}

#footer.bdp_footer #footer-cols .col-sm-3 {
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    text-align: left;
    width: 23%;
    float: none;
    vertical-align: top;
    /*background: #dddddd; */
}

#footer.bdp_footer #footer-cols a,
#footer.bdp_footer #footer-cols .headline {
    color: #585858;
}

#footer.bdp_footer #footer-cols li {
    margin-bottom: 5px;
}

#footer.bdp_footer #footer-cols li:hover {
    background-color: #dad9d9;
}

#footer.bdp_footer #footer-cols a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

#footer.bdp_footer #footer-cols a:hover {
    color: #007DD9;
}

#footer.bdp_footer #footer-cols .headline {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
    border: none;
    margin: 88px 0 0;
}

#footer.bdp_footer #footer-meta {
    clear: both;
    border-top: 2px solid #585858;
    padding-top: 17px;
    padding-bottom: 5px;
    margin-top: 10px;
}

#footer.bdp_footer #footer-meta .copyright,
#footer.bdp_footer #footer-meta a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 400;
    color: #585858;
}

#footer.bdp_footer .footer-socials {
    clear: both;
    padding-top: 50px;
    text-align: center;
}

#footer.bdp_footer .footer-socials a {
    display: inline-block;
    margin: 0 10px;
}

@media all and (max-width: 991px) {
    #footer.bdp_footer {
        padding-bottom: 60px;
    }
    #footer.bdp_footer .footerlogo {
        width: 80px;
        height: 80px;
        background-size: 80px;
    }
    #footer.bdp_footer #footer-cols {
        width: 100%;
        text-align: center;
    }
    #footer.bdp_footer #footer-cols li {
        margin-bottom: 9px;
    }
    #footer.bdp_footer #footer-cols a {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 19px;
        line-height: 1.9rem;
    }
    #footer.bdp_footer #footer-cols .headline {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
        line-height: 2.2rem;
    }
    #footer.bdp_footer #footer-cols .col-sm-3 {
        margin-bottom: 0;
    }
}

@media all and (max-width: 800px) {
    #footer.bdp_footer #footer-cols .col-sm-3 {
        width: 250px;
    }
}

@media all and (max-width: 640px) {
    #footer.bdp_footer #footer-cols .col-sm-3 {
        text-align: center;
    }
}

@media all and (max-width: 480px) {
    #footer.bdp_footer #footer-cols {
        width: auto;
        float: none;
    }
    #footer.bdp_footer #footer-cols .col-sm-3 {
        width: 100%;
        text-align: center;
    }
    #footer.bdp_footer .footer-socials {
        padding-bottom: 45px;
    }
    #footer.bdp_footer .footer-socials a {
        margin: 0 5px;
    }
    #footer.bdp_footer #footer-meta {
        margin-top: 0;
    }
}

#footer.bdp_footer .footerlogo {
    display: none;
    left: 0;
}

#back-to-top {
    color: #bebebe;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#back-to-top:hover {
    color: #9A9A9A;
}

#back-to-top.affix {
    opacity: 1;
}

@media all and (max-width: 991px) {
    #back-to-top.affix {
        bottom: 70px;
    }
}

.bdp_home_slider {
    padding: 0;
}

.bdp_home_slider .picture-slider {
    margin-bottom: 0;
}

.bdp_home_slider .owl-item .image {
    height: auto;
    position: relative;
    max-height: calc(100vh - 110px);
    width: 100%;
}

.bdp_home_slider .owl-item .image img {
    position: relative;
    top: 0;
    max-width: none;
    width: 100%;
}

.bdp_home_slider .owl-item.active {
    z-index: 2;
}

@media all and (max-width: 991px) {
    .bdp_home_slider .owl-item .image {
        height: 400px;
        position: relative;
        overflow: hidden;
    }
    .bdp_home_slider .owl-item .image img {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        height: 100%;
        width: auto;
        max-width: none;
    }
}

@media all and (max-width: 480px) {
    .bdp_home_slider .owl-item .image {
        height: auto;
    }
    .bdp_home_slider .owl-item .image img {
        position: relative;
        height: auto;
        width: 180%;
    }
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    width: 80px;
    height: 2px;
    background: #ffffff;
    opacity: .9;
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
}

.owl-dots .owl-dot.active span {
    background: #000000;
    opacity: 1;
}

@media all and (max-width: 991px) {
    .owl-dots .owl-dot span {
        width: 20px;
        height: 2px;
        margin: 0 8px;
    }
}

.owl-nav.disabled {
    display: none;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    width: 80px;
    height: 4px;
    background: #ffffff;
    opacity: .9;
    margin: 0 20px;
    display: inline-block;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #000000;
    opacity: 1;
}

@media all and (max-width: 991px) {
    .owl-theme .owl-controls .owl-page span {
        width: 20px;
        height: 3px;
        margin: 0 8px;
    }
}

.bdp_teaser-slider {
    background: #ffffff;
    padding: 10px 5px;
    margin-bottom: -1px;
}

.bdp_teaser-slider .col {
    margin: 0 5px;
    position: relative;
}

.bdp_teaser-slider .col img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.bdp_teaser-slider .col .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp_teaser-slider .col .overlay.dark {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.bdp_teaser-slider .col .overlay.light {
    background: rgba(255, 255, 255, 0.6);
    color: #000000;
}

.bdp_teaser-slider .col .overlay .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}

.bdp_teaser-slider .col .overlay small,
.bdp_teaser-slider .col .overlay p {
    text-transform: uppercase;
}

.bdp_teaser-slider .col .overlay small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.bdp_teaser-slider .col .overlay p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.bdp_teaser-slider .col .overlay:hover {
    opacity: 0;
}

.bdp_teaser-slider .owl-nav {
    display: none;
}

@media all and (min-width: 641px) {
    .bdp_teaser-slider .owl-stage-outer:before,
    .bdp_teaser-slider .owl-stage-outer:after {
        content: "";
        display: block;
        width: 200px;
        height: 100%;
        background: #000000;
        opacity: .5;
        top: 0;
        position: absolute;
        z-index: 2;
    }
    .bdp_teaser-slider .owl-stage-outer:before {
        left: 0;
    }
    .bdp_teaser-slider .owl-stage-outer:after {
        right: 0;
    }
    .bdp_teaser-slider .owl-dots {
        display: none;
    }
    .bdp_teaser-slider .owl-nav {
        display: block;
    }
    .bdp_teaser-slider .owl-nav .owl-prev,
    .bdp_teaser-slider .owl-nav .owl-next {
        width: 40px;
        height: 80px;
        border: none !important;
        background-color: transparent !important;
        opacity: 1;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    .bdp_teaser-slider .owl-nav .owl-prev:before,
    .bdp_teaser-slider .owl-nav .owl-next:before {
        content: "";
    }
    .bdp_teaser-slider .owl-nav .owl-prev {
        background: url(../../../media/icons/slider_arrow_left.png) left top no-repeat transparent;
        background-size: 40px 80px;
        left: 130px;
    }
    .bdp_teaser-slider .owl-nav .owl-next {
        background: url(../../../media/icons/slider_arrow_right.png) left top no-repeat transparent;
        background-size: 40px 80px;
        right: 130px;
    }
}

@media all and (min-width: 1200px) {
    .bdp_teaser-slider .owl-nav .owl-prev,
    .bdp_teaser-slider .owl-nav .owl-next {
        width: 50px;
        height: 100px;
    }
    .bdp_teaser-slider .owl-nav .owl-prev {
        background-size: 50px 100px;
    }
    .bdp_teaser-slider .owl-nav .owl-next {
        background-size: 50px 100px;
    }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.bdp-listing-top {
    position: relative;
    z-index: 2;
}

.bdp-listing-top .inner {
    background: #000000;
}

.bdp-listing-top .bdplt-container {
    background: url(../img/layout/listing_mixer_top.png) center center no-repeat #000000;
    background-size: 900px auto;
    padding: 40px 20px;
}

.bdp-listing-top .catnav {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
}

.bdp-listing-top .catnav a {
    margin: 5px 30px;
    text-decoration: none;
    color: #bebebe;
    white-space: nowrap;
    display: inline-block;
}

.bdp-listing-top .catnav a:hover,
.bdp-listing-top .catnav a.active {
    color: #ffffff;
}

.bdp-listing-top .catdesc {
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 180px;
}

.bdp-listing-top .catdesc .hl_1 {
    margin-bottom: 12px;
    color: #ffffff;
}

.bdp-listing-top .catdesc p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 400;
}

@media all and (max-width: 991px) {
    .bdp-listing-top .catdesc p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }
}

.bdp-listing-top .prodimages {
    height: 50px;
    background: #ffffff;
    position: relative;
}

.bdp-listing-top .prodimages .imageholder {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 100%;
    max-width: 1110px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bdp-listing-top .prodimages .imageholder .item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-basis: 20%;
    padding: 0 10px;
}

.bdp-listing-top .prodimages .imageholder a {
    display: block;
}

.bdp-listing-top .prodimages .imageholder a img {
    width: 100%;
    max-width: 120px;
}

@media all and (max-width: 1199px) {
    .bdp-listing-top .prodimages .imageholder {
        left: 0;
        transform: translate(0, 0);
    }
}

@media all and (max-width: 991px) {
    .bdp-listing-top {
        margin-bottom: 40px;
    }
    .bdp-listing-top .catdesc {
        padding-bottom: 250px;
    }
    .bdp-listing-top .prodimages {
        height: 50px;
    }
    .bdp-listing-top .prodimages .imageholder {
        bottom: -20px;
    }
    .bdp-listing-top .prodimages .imageholder .item {
        padding: 0 5px;
    }
    .bdp-listing-top .prodimages .imageholder .item.empty {
        display: none !important;
    }
    .bdp-listing-top .prodimages .imageholder a img {
        max-width: none;
    }
    .bdp-listing-top .prodimages .imageholder .slick-list {
        margin-bottom: 20px;
    }
    .bdp-listing-top .prodimages .slick-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 2px;
        margin-bottom: 0;
    }
    .bdp-listing-top .prodimages .slick-dots li {
        display: inline-block;
        margin: 0 0;
        height: 2px;
    }
    .bdp-listing-top .prodimages .slick-dots li button {
        border: none;
        background: none;
        text-indent: -100000px;
        width: 20px;
        height: 2px;
        margin: 0 8px;
        background: #000000;
    }
    .bdp-listing-top .prodimages .slick-dots li.slick-active button {
        background: #ccc;
    }
    .bdp-listing-top .prodimages .slick-dots li:last-child {
        display: none;
    }
}

.bdp-listing-top.top_zbh .inner {
    background: #ffffff;
}

.bdp-listing-top.top_zbh .inner .bdplt-container {
    background: none;
    position: relative;
    z-index: 2;
}

.bdp-listing-top.top_zbh .inner .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: url(../../../media/images/layout/listing_zub_top.png) center center no-repeat #000000;
    opacity: .2;
    background-size: auto 100%;
}

.bdp-listing-top.top_zbh .inner .catdesc {
    color: #000000;
}

.bdp-listing-top.top_zbh .inner .catdesc .hl_1 {
    color: #000000;
}

.bdp-listing-top.top_zbh .prodimages .imageholder a img {
    width: 100%;
    max-width: none;
}

@media all and (max-width: 640px) {
    .bdp-listing-top.top_zbh .prodimages .imageholder {
        bottom: 30px;
    }
}

.toggle-wrapper {
    position: relative;
    z-index: 1;
}

.toggle-wrapper .toggle-holder {
    position: relative;
    z-index: 3;
    background: #000000;
}

.toggle-wrapper .toggle-holder .toggle {
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-top: 8px;
    cursor: pointer;
    color: #bebebe;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.toggle-wrapper .toggle-holder .arrow {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [ %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E ]%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='18px' height='9px' viewBox='0 0 18 9' enable-background='new 0 0 18 9' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon fill='%239a9a9a' points='0,0.031 6,0.031 9,3.031 12.031,0 18,0 8.984,9.016 '/%3E%3Cpolygon fill='%239a9a9a' points='0.234,0.031 6.234,0.031 9.234,3.031 12.266,0 18.234,0 9.219,9.016 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 28px 13px;
    top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toggle-wrapper .toggle-holder:hover .toggle {
    color: #ffffff;
}

.toggle-wrapper .toggle-holder:hover .arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [ %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E ]%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='18px' height='9px' viewBox='0 0 18 9' enable-background='new 0 0 18 9' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon fill='%239a9a9a' points='0,0.031 6,0.031 9,3.031 12.031,0 18,0 8.984,9.016 '/%3E%3Cpolygon fill='%23ffffff' points='0.234,0.031 6.234,0.031 9.234,3.031 12.266,0 18.234,0 9.219,9.016 '/%3E%3C/svg%3E");
}

.toggle-wrapper .toggle-cont {
    padding-bottom: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    font-weight: 700;
    padding-top: 50px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
    transform: translate(0, -100%);
    background: #000000;
}

.toggle-wrapper.open .toggle-holder .toggle {
    color: #ffffff;
}

.toggle-wrapper.open .toggle-holder .arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [ %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E ]%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='18px' height='9px' viewBox='0 0 18 9' enable-background='new 0 0 18 9' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon fill='%239a9a9a' points='0,0.031 6,0.031 9,3.031 12.031,0 18,0 8.984,9.016 '/%3E%3Cpolygon fill='%23ffffff' points='0.234,0.031 6.234,0.031 9.234,3.031 12.266,0 18.234,0 9.219,9.016 '/%3E%3C/svg%3E");
    transform: scaleY(-1);
}

.toggle-wrapper.open .toggle-cont {
    transform: translate(0, 0);
}

@media all and (max-width: 640px) {
    .toggle-wrapper .toggle-holder .toggle {
        width: 100%;
    }
}

.bdp-listing-compare .compare-inner {
    background: rgba(0, 0, 0, 0.9);
}

.bdp-listing-compare .compare-inner .cp_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bdp-listing-compare .compare-inner .cp_row .item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-basis: 20%;
    text-align: center;
    padding: 15px 20px;
    vertical-align: top;
}

.bdp-listing-compare .compare-inner .cp_row .item.cplabel {
    text-align: right;
}

.bdp-listing-compare .compare-inner .cp_row .item ul {
    text-align: left;
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: 700;
    padding-left: 10px;
}

.bdp-listing-compare .compare-inner .cp_row .item input[type=checkbox] + label {
    border: 1px solid #ffffff;
}

.bdp-listing-compare .compare-inner .cp_row .item input[type=checkbox]:checked + label {
    background: #ffffff;
}

.bdp-listing-compare .compare-inner .cp_row.subhead {
    text-transform: uppercase;
}

@media all and (max-width: 1199px) {
    .bdp-listing-compare .compare-inner .cp_row .item {
        padding: 15px 10px;
    }
}

@media all and (max-width: 991px) {
    .bdp-listing-compare {
        display: none;
    }
}

.bdp-listing-product .product {
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp-listing-product .product.triggeredCSS3 {
    opacity: 1;
    margin-top: 0;
}

.bdp-listing-product .product .container-wide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bdp-listing-product .product .col {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    align-self: flex-end;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp-listing-product .product .col.desc {
    width: 43.8596%;
    padding-bottom: 100px;
    text-align: right;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 400;
    opacity: 0;
}



.bdp-listing-product .product .col.desc p {
    padding-bottom: 14px;
}

.bdp-listing-product .product .col.desc .links {
    padding-top: 20px;
}

.bdp-listing-product .product .col.desc .links .cta_link {
    margin-left: 70px;
    white-space: nowrap;
}

.bdp-listing-product .product .col.desc.triggeredCSS3 {
    opacity: 1;
    padding-bottom: 180px;
}

.bdp-listing-product .product .col.image {
    width: 42.9824%;
    padding: 0 40px 40px;
    opacity: 0;
    margin-top: 80px;
}

.bdp-listing-product .product .col.image img {
    max-width: 100%;
}

.bdp-listing-product .product .col.image.triggeredCSS3 {
    opacity: 1;
    margin-top: 0;
}

.bdp-listing-product .product .col.special {
    width: 13.1578%;
    padding-bottom: 180px;
}

.bdp-listing-product .product .col.special .links {
    padding-top: 20px;
}

.bdp-listing-product .product .col.special img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.bdp-listing-product .product:nth-child(even) .col.desc {
    order: 3;
    text-align: left;
}

.bdp-listing-product .product:nth-child(even) .col.desc .links .cta_link {
    margin-left: 0;
    margin-right: 70px;
}

.bdp-listing-product .product:nth-child(even) .col.image {
    order: 2;
}

.bdp-listing-product .product:nth-child(even) .col.special {
    order: 1;
    text-align: right;
}

.bdp-listing-product .product:last-child {
    border: none;
}

.bdp-listing-product.bdb-listing-zubehoer-unique .product .col.image {
    overflow: hidden;
}

.bdp-listing-product.mainproduct .product .col.image img {
    margin-top: -160px;
}

.col.desc.triggeredCSS3 {
    z-index: 10;
}

@media all and (max-width: 991px) {
    .bdp-listing-product .product .col.desc {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }
	
	.bdp-listing-product .product .col.desc.triggeredCSS3{
		padding-bottom: 100px;
	}
	
	.bdp-listing-product.mainproduct .product .col.image img {
		margin-top: -100px;
	}
}

@media all and (max-width: 991px) {
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.image {
        padding: 0;
        width: 50%;
    }
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.desc {
        width: 50%;
        padding-bottom: 0;
    }
}

@media all and (max-width: 640px) {
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .container-wide {
        flex-wrap: wrap;
    }
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.image {
        padding: 0;
        width: 100%;
        order: 1;
        text-align: center;
    }
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.image img {
        margin: 0 auto;
        display: block;
    }
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.desc {
        width: 100%;
        padding-bottom: 100px;
        text-align: left;
        order: 2;
    }
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.desc .links a:first-child {
        margin-left: 0;
        margin-right: 0;
    }
    .bdp-listing-product.bdb-listing-zubehoer-unique .product .col.desc .links a:last-child {
        margin-left: 50px;
        margin-right: 0;
    }
}

@media all and (max-width: 991px) {
    .bdp-listing-product.mainproduct .product .col.desc,
    .bdp-listing-product.mainproduct .product .col.image {
        width: 50%;
    }
    .bdp-listing-product.mainproduct .product .col.desc .links .cta_link {
        margin-left: 40px;
    }
    .bdp-listing-product.mainproduct .product:nth-child(even) .col.desc .links .cta_link {
        margin-right: 40px;
    }
}

@media all and (max-width: 600px) {
    .bdp-listing-product.mainproduct .product .container-wide {
        display: block !important;
    }
    .bdp-listing-product.mainproduct .product .col.desc,
    .bdp-listing-product.mainproduct .product .col.image {
        width: 100%;
    }
    .bdp-listing-product.mainproduct .product .col.desc {
        text-align: left;
        padding-bottom: 0;
    }
    .bdp-listing-product.mainproduct .product .col.desc.triggeredCSS3 {
        padding-bottom: 0;
    }
    .bdp-listing-product.mainproduct .product .col.desc .links .cta_link {
        margin-left: 0;
        margin-right: 40px;
    }
    .bdp-listing-product.mainproduct .product .col.image img {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    .bdp-listing-product.mainproduct .product .col.special {
        width: 100%;
        padding-bottom: 40px;
    }
    .bdp-listing-product.mainproduct .product .col.special img {
        max-width: 50%;
    }
	
	.bdp-listing-product.mainproduct .product .col.image img {
		margin-top: -150px !important;
	}
}

.special_content {
    background: #ffffff;
    padding: 20px;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 400;
}

@media all and (max-width: 991px) {
    .special_content {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }
}

.special_content img {
    max-width: 30%;
    margin: 0 20px 20px 0;
}

.special_content .mfp-close {
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (max-width: 991px) {
    .special_content {
        max-width: 80%;
    }
}

.bdp-listing-zubehoer .product {
    padding-top: 40px;
}

.bdp-listing-zubehoer .product .col.desc {
    width: 50%;
    margin-bottom: -50px;
    text-align: left;
}

.bdp-listing-zubehoer .product .col.desc .links {
    padding-top: 20px;
    padding-bottom: 30px;
}

.bdp-listing-zubehoer .product .col.desc .links .cta_link {
    margin-left: 0;
    margin-right: 40px;
}

.bdp-listing-zubehoer .product .col.desc.triggeredCSS3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bdp-listing-zubehoer .product .col.desc .price {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-listing-zubehoer .product .col.desc .price .big {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.bdp-listing-zubehoer .product .col.desc .price .sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
}

.bdp-listing-zubehoer .product .col.desc .price .price-tag {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.bdp-listing-zubehoer .product .col.desc .price .price-tag span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-listing-zubehoer .product .col.image {
    width: 50%;
    padding: 0 40px 0 0;
}

.bdp-listing-zubehoer .product .col.image img {
    max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.bdp-listing-zubehoer .product:nth-child(even) .col.desc {
    order: 2;
}

.bdp-listing-zubehoer .product:nth-child(even) .col.desc .links .cta_link {
    margin-left: 0;
    margin-right: 0;
}

.bdp-listing-zubehoer .product:nth-child(even) .col.image {
    order: 1;
}

.bdp-listing-zubehoer .product:nth-child(odd) {
    background: #f5f5f5;
}

.bdp-listing-zubehoer .product:last-child {
    border: none;
}

@media all and (max-width: 991px) {
    .bdp-listing-zubehoer .product .col.desc .links .cta_link {
        margin-left: 0;
    }
    .bdp-listing-zubehoer .product:nth-child(even) .col.desc .links .cta_link {
        margin-right: 0;
    }
}

@media all and (max-width: 800px) {
    .bdp-listing-zubehoer .product .container-wide {
        display: block !important;
    }
    .bdp-listing-zubehoer .product .col.desc,
    .bdp-listing-zubehoer .product .col.image {
        width: 100%;
    }
    .bdp-listing-zubehoer .product .col.desc {
        text-align: left;
        padding-bottom: 0;
    }
    .bdp-listing-zubehoer .product .col.desc.triggeredCSS3 {
        padding-bottom: 0;
    }
    .bdp-listing-zubehoer .product .col.desc .links .cta_link {
        margin-left: 0;
        margin-right: 0;
    }
    .bdp-listing-zubehoer .product .col.image img {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
}

@media all and (max-width: 640px) {
    .bdp-listing-zubehoer .product .col.image img {
        max-width: 80%;
    }
}

.bdp-detail-top-categorie {
    position: relative;
    z-index: 2;
}

.bdp-detail-top-categorie .inner {
    background: #000000;
}

.bdp-detail-top-categorie .bdp-detail-top .container {
    background: url(../../../media/images/layout/listing_mixer_top.png) center center no-repeat #000000;
    background-size: 900px auto;
    padding: 40px 20px;
    min-height: 600px;
}

.bdp-detail-top-categorie .catdesc {
    text-align: center;
    color: #ffffff;
    padding-top: 60px;
}

.bdp-detail-top-categorie .catdesc .hl_1 {
    margin-bottom: 0;
    color: #ffffff;
}

.bdp-detail-top-categorie .catdesc p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 400;
}

@media all and (max-width: 991px) {
    .bdp-detail-top-categorie .catdesc p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }
}

@media all and (max-width: 991px) {
    .bdp-detail-top-categorie .bdp-detail-top {
        padding-bottom: 0;
    }
    .bdp-detail-top-categorie .catdesc {
        padding-top: 0;
    }
}

.detail-block {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.toggle-block-top {
    position: relative;
    z-index: 3;
}

.bdp-detail-top-pagemenu {
    background: #ffffff;
    text-align: center;
    padding: 12px 0;
}

.bdp-detail-top-pagemenu a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 15px;
    color: #000000;
    text-decoration: none;
}

.bdp-detail-top-pagemenu a:hover,
.bdp-detail-top-pagemenu a.active {
    color: #9A9A9A;
}

@media all and (max-width: 991px) {
    .bdp-detail-top-pagemenu {
        padding: 20px;
    }
    .bdp-detail-top-pagemenu .container {
        padding: 0;
    }
    .bdp-detail-top-pagemenu a {
        text-align: left;
        displaY: inline-block;
        width: 46%;
        margin: 10px 2%;
        float: left;
    }
}

.bdp-detail-highlights {
    position: relative;
    margin-top: 15px;
}

.bdp-detail-highlights .hl_3 {
    margin-bottom: 6px;
    color: #000000;
    font-weight: 600;
}

.bdp-detail-highlights .hl_4 {
    margin-bottom: 14px;
    color: #585858;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.bdp-detail-highlights .maincont .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bdp-detail-highlights .maincont .col {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333%;
    position: relative;
    align-items: flex-end;
}

.bdp-detail-highlights .maincont .col .item {
    color: #9A9A9A;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 20px;
}

.bdp-detail-highlights .maincont .col .item div {
    margin-bottom: 9px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.bdp-detail-highlights .maincont .col .item p {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
    max-height: 0;
}

.bdp-detail-highlights .maincont .col .item:after {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp-detail-highlights .maincont .col .item.active:after {
    border-color: #000000;
    background: #000000;
}

.bdp-detail-highlights .maincont .col .item.active div {
    color: #000000;
}

.bdp-detail-highlights .maincont .col .item.active p {
    opacity: 1;
    color: #585858;
    max-height: 200px;
}

.bdp-detail-highlights .maincont .col .image-holder {
    display: inline-block;
    position: relative;
}

.bdp-detail-highlights .maincont .col .image-holder .image {
    position: absolute;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp-detail-highlights .maincont .col .image-holder .image.active {
    opacity: 1;
}

.bdp-detail-highlights .maincont .col .image-holder .image .padonly {
    display: none;
}

.bdp-detail-highlights .maincont .col.leftcol {
    padding-top: 120px;
    padding-bottom: 100px;
}

.bdp-detail-highlights .maincont .col.leftcol .item {
    text-align: right;
    padding-right: 40px;
}

.bdp-detail-highlights .maincont .col.leftcol .item:after {
    right: 0;
}

.bdp-detail-highlights .maincont .col.leftcol .video {
    position: absolute;
    right: 0;
    bottom: 52px;
}

.bdp-detail-highlights .maincont .col.rightcol {
    padding-top: 120px;
}

.bdp-detail-highlights .maincont .col.rightcol .item {
    padding-left: 40px;
}

.bdp-detail-highlights .maincont .col.rightcol .item:after {
    left: 0;
}

.bdp-detail-highlights .maincont .col.centercol {
    text-align: center;
    align-items: flex-end;
}

.bdp-detail-highlights .maincont .col.centercol img {
    width: 100%;
    max-width: 280px;
}

.bdp-detail-highlights .maincont .col .price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-transform: none;
    padding-bottom: 50px;
}

.bdp-detail-highlights .maincont .col .price small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-highlights .maincont .col .price p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-highlights .maincont .col .price p * {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-highlights .maincont .col .price p a {
    color: #585858;
    text-decoration: underline;
}

.bdp-detail-highlights .maincont .col .price .cta_link {
    margin-top: 10px;
}

@media all and (max-width: 991px) {
    .bdp-detail-highlights .maincont .inner {
        display: block;
    }
    .bdp-detail-highlights .maincont .col.leftcol,
    .bdp-detail-highlights .maincont .col.rightcol {
        display: none;
    }
    .bdp-detail-highlights .maincont .col.centercol {
        width: 100%;
        overflow: hidden;
    }
    .bdp-detail-highlights .maincont .col.centercol img.blank {
        display: none;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-stage-outer {
        width: 100vw;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-item {
        float: left;
        width: 100vw !important;
        height: 600px;
        position: relative;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-item .image .padonly {
        padding: 10px 20px 10px 35px;
        background: rgba(255, 255, 255, 0.6);
        display: block;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-item .image .padonly div {
        font-weight: 700;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-dots {
        position: relative;
        bottom: auto;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-dots .owl-dot span {
        background: #e0e0e0;
    }
    .bdp-detail-highlights .maincont .col.centercol .owl-dots .owl-dot.active span {
        background: #000000;
    }
    .bdp-detail-highlights .maincont .col .image-holder {
        margin-left: -15px;
    }
    .bdp-detail-highlights .maincont .col .image-holder .image {
        opacity: 1;
        left: -15px;
    }
}

.bdp-detail-fw {
    padding: 100px 0;
}

.bdp-detail-fw p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 400;
}

@media all and (max-width: 991px) {
    .bdp-detail-fw p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }
}

.bdp-detail-fw .hl_3 {
    padding-bottom: 18px;
    font-weight: 600;
}

.bdp-detail-rs {
    padding-bottom: 60px;
}

.bdp-detail-rs .owl-item {
    width: 20%;
}

.bdp-detail-rs .owl-item a:hover {
    text-decoration: none;
}

.bdp-detail-rs .owl-item img {
    width: 100%;
}

.bdp-detail-rs .owl-item p {
    text-align: center;
}

.bdp-detail-rs .owl-item p a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    color: #007DD9;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp-detail-rs .owl-item p a:hover,
.bdp-detail-rs .owl-item p a:active,
.bdp-detail-rs .owl-item p a:focus {
    opacity: 0.5;
    color: #007DD9;
    text-decoration: none;
}

@media all and (max-width: 991px) {
    .bdp-detail-rs .owl-item {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.bdp-detail-rs .owl-carousel {
    position: relative;
}

.bdp-detail-rs .owl-carousel:after,
.bdp-detail-rs .owl-carousel:before {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.bdp-detail-rs .owl-carousel:after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.bdp-detail-rs .owl-dots {
    display: none;
}

.bdp-detail-rs .owl-nav .owl-prev,
.bdp-detail-rs .owl-nav .owl-next {
    width: 40px;
    height: 80px;
    border: none !important;
    background-color: transparent !important;
    opacity: 1;
    margin: -44px 0 0;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.bdp-detail-rs .owl-nav .owl-prev:before,
.bdp-detail-rs .owl-nav .owl-next:before {
    content: "";
}

.bdp-detail-rs .owl-nav .owl-prev {
    background: url(../../../media/icons/slider_arrow_left_btw.png) left top no-repeat transparent;
    background-size: 40px 80px;
    left: -10px;
}

.bdp-detail-rs .owl-nav .owl-next {
    background: url(../../../media/icons/slider_arrow_right_btw.png) left top no-repeat transparent;
    background-size: 40px 80px;
    right: -10px;
}

.bdp-detail-lieferumfang {
    background: #000000;
    position: relative;
    z-index: 2;
}

.bdp-detail-lieferumfang .container.top {
    background: url(../../../media/images/layout/listing_mixer_top.png) center center no-repeat #000000;
    background-size: 550px auto;
    padding: 40px 20px;
    min-height: 450px;
}

.bdp-detail-lieferumfang .hl_3 {
    color: #ffffff;
    font-weight: 600;
}

.bdp-detail-lieferumfang .item-holder {
    height: 100px;
    min-height: 0;
    background: #ffffff;
    position: relative;
}

.bdp-detail-lieferumfang .item-holder .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.bdp-detail-lieferumfang .item-holder .container > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    position: relative;
}

.bdp-detail-lieferumfang .item-holder .container > div img {
    max-width: 180px;
    display: block;
    margin: 0 auto 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bdp-detail-lieferumfang .item-holder .container > div p {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
}

@media all and (max-width: 800px) {
    .bdp-detail-lieferumfang {
        margin-bottom: 30px;
    }
    .bdp-detail-lieferumfang .container.top {
        height: auto;
        background: none;
        min-height: 0;
        padding: 10px 20px;
    }
    .bdp-detail-lieferumfang .item-holder {
        height: auto;
    }
   .product-primoplus .bdp-detail-lieferumfang .item-holder {
        height: auto;
        /*background: transparent;*/
    }
    
.product-primoplus .bdp-detail-lieferumfang  {
      /*background: none!important;
      color: #000000!important; */      
     
}
    
    .bdp-detail-lieferumfang .item-holder .container {
        position: relative;
        display: block;
    }
    .bdp-detail-lieferumfang .item-holder .container > div {
        width: 100%;
        float: none;
    }
    .bdp-detail-lieferumfang .item-holder .container > div img,
    .bdp-detail-lieferumfang .item-holder .container > div p {
        position: relative;
    }
    .bdp-detail-lieferumfang .item-holder .container > div img {
        width: 100%;
        max-width: 250px;
        left: auto;
        transform: none;
    }
}

.bdp-detail-tecdata .bdp-detail-tecdata-cont .container {
    padding-top: 30px;
}

.bdp-detail-tecdata .bdp-detail-tecdata-cont.toggle-cont {
    transform: none;
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

.bdp-detail-tecdata .bdp-detail-tecdata-cont.toggle-cont .container {
    margin-top: -100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.bdp-detail-tecdata.open .bdp-detail-tecdata-cont.toggle-cont {
    max-height: 5000px;
}

.bdp-detail-tecdata.open .bdp-detail-tecdata-cont.toggle-cont .container {
    margin-top: 0;
}

.bdp-detail-tecdata table {
    border-collapse: collapse;
}

.bdp-detail-tecdata table tr td {
    vertical-align: top;
    padding-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 400;
}

.bdp-detail-tecdata table tr td:first-child {
    padding-right: 20px;
    text-align: right;
    font-weight: 700;
}

.bdp-detail-tecdata.toggle-block + .bdp-detail-buy {
    padding-top: 24px;
}

@media all and (max-width: 991px) {
    .bdp-detail-tecdata table tr td {
        display: block;
    }
    .bdp-detail-tecdata table tr td:first-child {
        text-align: left;
        font-weight: 700;
    }
}

.toggle-block {
    position: relative;
    z-index: 1;
}

.bdp-detail-buy {
    text-align: center;
    padding-top: 18px;
}

.bdp-detail-buy .hl_3 {
    color: #000000;
    padding-top: 30px;
    font-weight: 600;
}

.bdp-detail-buy .radios {
    text-align: center;
    padding-bottom: 30px;
}

.bdp-detail-buy .radios input[type="radio"] {
    position: absolute;
    left: -100000px;
}

.bdp-detail-buy .radios input[type="radio"] + label {
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ffffff;
    margin: 0 5px;
    cursor: pointer;
}

.bdp-detail-buy .radios input[type="radio"] + label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bdp-detail-buy .radios input[type="radio"] + label.farbe_grau:after {
    background: #868686;
    border: 1px solid #868686;
}

.bdp-detail-buy .radios input[type="radio"] + label.farbe_tuerkis:after {
    background: #04bcd3;
    border: 1px solid #04bcd3;
}

.bdp-detail-buy .radios input[type="radio"] + label.farbe_mint:after {
    background: #04bcd3;
    border: 1px solid #04bcd3;
}

.bdp-detail-buy .radios input[type="radio"] + label.farbe_schwarz:after {
    background: #000000;
    border: 1px solid #000000;
}

.bdp-detail-buy .radios input[type="radio"]:checked + label {
    border: 1px solid #868686;
}

.bdp-detail-buy .images {
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}

.bdp-detail-buy .images img {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-height: 400px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0);
    transform: translate(-50%, 0);
}

.bdp-detail-buy .images img.active {
    opacity: 1;
}

.bdp-detail-buy .images .price {
    position: absolute;
    right: 0;
    bottom: 45px;
    width: calc(50% - 120px);
    text-align: left;
    color: #585858;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-buy .images .price .hl_3 {
    color: #585858;
}

.bdp-detail-buy #ad_pc_wrapper_config_content {
    position: relative;
    margin-top: 0;
}

.bdp-detail-buy #ad_pc_wrapper_config_content #ad_pc_config_content {
    background: none;
    border: none;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .optionValueSeperator {
    border: none;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config {
    position: relative;
    text-align: center;
    height: 580px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .title {
    display: none;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .description {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0;
    text-transform: uppercase;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio {
    display: inline-block;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .product_config-img_picker {
    width: 300px;
    height: 400px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio {
    position: static;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 80px;
    display: block;
    width: 300px;
    height: 400px;
    border: none;
    box-shadow: none;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -56px;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.active:before {
    border-color: #000000;
}

/*Neue Farbe Kupfer */

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.kupfer:after {
    background: #87604f;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.schwarz:after {
    background: #000000;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.silber:after {
    background: #868686;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.tuerkis:after {
    background: #04BCD3;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.mint:after {
    background: #04BCD3;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.weiss:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.white:after {
    background: #edecec;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.rot:after {
    background: #a12523;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.blau:after {
    background: #2222a7;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.beige:after {
    background: #e8d2a7;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.girly pink:after {
    background: #f47199;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.metallic.grau:after {
    background: #474747;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.gruen:after {
    background: #a0aa1e;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.purple:after {
    background: #4e0d31;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.gelb:after {
    background: #ebb713;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.pink:after {
    background: #b75247;
}
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.girly:after {
    background: girly;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.champagner.gold:after {
    background: #c3a683;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.thunder:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.red:after {
    background: #621200;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.deep:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.ocean:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.green:after {
    background: #313b2a;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.rose:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.gold:after {
    background: #917770;
}




.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.copper:after {
    background: #87604f;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.black:after {
    background: #000000;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.silver:after {
    background: #868686;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.turquoise:after {
    background: #04BCD3;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.mint:after {
    background: #04BCD3;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.White:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.white:after {
    background: #edecec;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.red:after {
    background: #a12523;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.blue:after {
    background: #2222a7;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.beige:after {
    background: #e8d2a7;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.girly pink:after {
    background: #f47199;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.metallicGray:after {
    background: #474747;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.green:after {
    background: #a0aa1e;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.purple:after {
    background: #4e0d31;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.yellow:after {
    background: #ebb713;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.pink:after {
    background: #b75247;
}
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.girly:after {
    background: #f47199;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.champagnerGold:after {
    background: #c3a683;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.thunder:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.deepRed:after {
    background: #621200;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.deep:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.ocean:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.darkGreen:after {
    background: #313b2a;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.rose:after,
.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label.gold:after {
    background: #917770;
}






.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio label .product_config_price {
    display: none;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio .deactivated {
    background: none !important;
    opacity: 1;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(4) label:after {
    margin-left: -10px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(4) label:before {
    margin-left: -16px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(5) label:after {
    margin-left: -50px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(5) label:before {
    margin-left: -56px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(6) label:after {
    margin-left: 30px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(6) label:before {
    margin-left: 24px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(7) label:after {
    margin-left: -90px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(7) label:before {
    margin-left: -96px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(8) label:after {
    margin-left: 70px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(8) label:before {
    margin-left: 64px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(9) label:after {
    margin-left: -130px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(9) label:before {
    margin-left: -136px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(10) label:after {
    margin-left: 110px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(10) label:before {
    margin-left: 104px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(11) label:after {
    margin-left: -170px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(11) label:before {
    margin-left: -176px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(12) label:after {
    margin-left: 150px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(12) label:before {
    margin-left: 144px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(13) label:after {
    margin-left: -210px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(13) label:before {
    margin-left: -216px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(14) label:after {
    margin-left: 190px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(14) label:before {
    margin-left: 184px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(15) label:after {
    margin-left: -250px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(15) label:before {
    margin-left: -256px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(16) label:after {
    margin-left: 230px;
}

.bdp-detail-buy #ad_pc_wrapper_config_content .product_config .imgOptionRadio:nth-child(16) label:before {
    margin-left: 224px;
}

.bdp-detail-buy #ad_pc_config_content_info {
    position: absolute;
    right: 0;
    top: 50%;
    background: none;
    border: none;
    text-align: left;
    width: 30%;
}

.bdp-detail-buy #ad_pc_config_content_info .pc_config_header {
    display: none;
}

.bdp-detail-buy #ad_pc_config_content_info #info_content_ul {
    margin-bottom: 10px;
}

.bdp-detail-buy #ad_pc_config_content_info #info_content_ul li {
    border: none;
    padding: 0;
}

.bdp-detail-buy #ad_pc_config_content_info #info_content_final_price {
    color: #000000;
    text-align: left;
}

.bdp-detail-buy #ad_pc_config_content_info #info_content_final_price p:first-child {
    margin-bottom: 3px;
}

@media all and (max-width: 800px) {
    .bdp-detail-buy #ad_pc_config_content_info {
        position: relative;
        width: auto;
    }
}

.bdp-detail-zubehoer {
    background: #e0e0e0;
    padding: 40px 0;
    text-align: center;
}

.bdp-detail-zubehoer.plain {
    padding: 0;
}

.bdp-detail-zubehoer .hl_3 {
    color: #000000;
    font-weight: 600;
}

.bdp-detail-zubehoer .hl_5 {
    color: #9A9A9A;
    padding-bottom: 24px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.bdp-detail-zubehoer .item-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bdp-detail-zubehoer .item-holder .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333%;
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 10px;
}

.bdp-detail-zubehoer .item-holder .item .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.bdp-detail-zubehoer .item-holder .item .bottom .price-discount {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.bdp-detail-zubehoer .item-holder .item img {
    display: block;
    margin: 0 auto 10px;
    max-height: 160px;
}

.bdp-detail-zubehoer .item-holder .item strong {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.bdp-detail-zubehoer .item-holder .item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.bdp-detail-zubehoer .item-holder .item .price {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    min-height: 60px;
    padding-top: 5px;
}

.bdp-detail-zubehoer .item-holder .item .price .price-discount {
    display: block;
    padding-top: 5px;
}

.bdp-detail-zubehoer .item-holder .item .price .price-tag span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.bdp-detail-zubehoer .item-holder .item .price .price-tag.price-discount span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
    font-weight: 700;
}

.bdp-detail-zubehoer .item-holder .item .form-horizontal {
    padding: 0;
}

.bdp-detail-zubehoer .item-holder .item input[type=checkbox] + label {
    margin-bottom: 10px;
}

.bdp-detail-zubehoer.add-to-cart {
    display: block;
    padding-top: 0;
    padding-bottom: 92px;
}

.bdp-detail-zubehoer .buy-now {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    padding: 0;
}

.bdp-detail-zubehoer .buy-now button.cta_mixer {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 600;
}

.bdp-detail-zubehoer .buy-now button.cta_mixer:hover {
    background: none;
}

.bdp-detail-zubehoer .buy-now .pull-left .btn-group {
    width: 0 !important;
    height: 0;
    overflow: hidden;
}

@media all and (max-width: 991px) {
    .bdp-detail-zubehoer .item-holder .item {
        width: 33.3333%;
    }
}

@media all and (max-width: 800px) {
    .bdp-detail-zubehoer .item-holder .item {
        width: 50%;
    }
}

@media all and (max-width: 640px) {
    .bdp-detail-zubehoer .item-holder .item {
        width: 50%;
    }
}

@media all and (max-width: 480px) {
    .bdp-detail-zubehoer .item-holder .item {
        width: 100%;
    }
}

#mbundles2 fieldset {
    margin-bottom: 0;
}

#mbundles2 .product-price {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

#mbundles2 .product-price span,
#mbundles2 .product-price a {
    color: #999999;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
}

#mbundles2 .product-price a {
    text-decoration: underline;
}

#mbundles2 .product-price span:first-child {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #555;
    font-weight: 700;
}

.product-wrap .alert-success {
    display: none !important;
}

.bdp-detail-zubehoer_main .price {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-transform: none;
    padding: 50px 0 50px;
}

.bdp-detail-zubehoer_main .price small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-zubehoer_main .price p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-zubehoer_main .price p * {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
}

.bdp-detail-zubehoer_main .price p a {
    color: #585858;
    text-decoration: underline;
}

.bdp-detail-zubehoer_main .price .cta_link {
    margin-top: 10px;
}

.bdp-detail-zubehoer_main .owl-dots .owl-dot span {
    background: #9A9A9A;
}

.bdp-detail-zubehoer_main .owl-dots .owl-dot.active span {
    background: #000000;
}

.bdp-detail-zubehoer_main .bdp-detail-zubehoer {
    background: none;
    text-align: right;
}

.bdp-detail-zubehoer_main .bdp-detail-zubehoer button {
    border: none;
    background: none;
}

@media all and (max-width: 991px) {
    .bdp-detail-zubehoer_main .col:first-child {
        float: right;
        width: 50%;
    }
    .bdp-detail-zubehoer_main .col:last-child {
        padding-top: 40px;
    }
    .bdp-detail-zubehoer_main .bdp-detail-zubehoer {
        text-align: left;
    }
}

@media all and (max-width: 640px) {
    .bdp-detail-zubehoer_main .col:first-child {
        float: right;
        width: 70%;
    }
}

@media all and (max-width: 480px) {
    .bdp-detail-zubehoer_main .col:first-child {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .bdp-detail-zubehoer_main .col:last-child {
        padding-top: 0;
    }
}

@media all and (min-width: 992px) {
    .bdp-detail-zubehoer_main .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        max-width: 1280px;
    }
    .bdp-detail-zubehoer_main .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 49%;
        padding-top: 40px;
    }
    .bdp-detail-zubehoer_main .col:first-child {
        width: 49%;
        order: 2;
    }
    .bdp-detail-zubehoer_main .col:last-child {
        width: 49%;
        order: 1;
        text-align: right;
    }
    .bdp-detail-zubehoer_main .col .owl-item img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
}

.stdcontent.container {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.stdcontent input[type="checkbox"],
.stdcontent input[type="radio"] {
    left: auto;
    position: relative;
}

@media all and (max-width: 991px) {
    .stdcontent.container {
        padding: 50px 20px 40px;
    }
}

#cart .headline,
#checkout .headline {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

#checkout .headline-underline {
    font-size: 15px;
    font-weight: 700;
}

@media all and (min-width: 641px) {
    #edit-adress fieldset {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        padding-bottom: 20px;
    }
    #edit-adress fieldset .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%;
        padding: 0 10px;
    }
    #edit-adress fieldset legend {
        padding-left: 10px;
    }
}

#checkout-shipping .item .icon {
    max-width: 60px;
    float: left !important;
}

#checkout-shipping .item header {
    margin-left: 60px;
    padding-top: 16px;
}

#checkout-shipping .item header label {
    display: block;
}

#checkout-shipping .item header label .price {
    float: right;
    font-size: 100%;
}

#checkout-shipping .item header label .check {
    opacity: 0;
}

#checkout-payment .item header {
    padding-top: 7px;
}

.form-horizontal {
    padding-top: 20px;
}

::-moz-selection {
    background: #0078d7;
}

::selection {
    background: #0078d7;
}

.img-thumbnail {
    border: none;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
    display: none !important;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

@media all and (max-width: 800px) {
    .cc-revoke,
    .cc-window {
        font-size: 13px;
        line-height: 1.4em;
        padding: 10px !important;
    }
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100% !important;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media all and (max-width: 800px) {
    .cc-window.cc-banner {
        padding: 10px;
    }
}

.cc-revoke {
    padding: .5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating > .cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn + .cc-btn {
    margin-left: .5em;
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

.cc-window {
    display: flex !important;
    width: 100%;
}

.cc-dismiss {
    display: none !important;
}

.cc-allow,
.cc-dismiss {
    padding-top: 10px !important;
    font-size: 16px !important;
}

.cc-btn {
    margin-top: 10px;
}

.cc-message {
    letter-spacing: 0;
}

.cc-message a {
    padding: 0;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Erweiterungen von Salomon ab hier */

/* Sprache über CSS auf nicht sichtbar geschaltet */

ul li .language {
    display: none;
}

/* Tabellen für technische Daten */

.bdp-detail-tecdata table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.bdp-detail-tecdata table tr td {
    padding: 1em;
    vertical-align: top;
    padding-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 400;
}

.bdp-detail-tecdata table tr:nth-child(even) {
    background-color: #222222;
}

.bdp-detail-tecdata table tr td:first-child {
    padding-right: 20px;
    text-align: right;
    font-weight: 700;
}

.bdp-detail-tecdata.toggle-block + .bdp-detail-buy {
    padding-top: 24px;
}

@media all and (max-width: 991px) {
    .bdp-detail-tecdata table {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
    .bdp-detail-tecdata table tr td {
        display: block;
    }
    .bdp-detail-tecdata table tr td {
        vertical-align: top;
        padding-bottom: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2.0rem;
        font-weight: 400;
    }
    .bdp-detail-tecdata table tr:nth-child(even) {
        background-color: #222222;
    }
    .bdp-detail-tecdata table tr td:first-child {
        text-align: left;
        font-weight: 700;
        padding-right: 10px;
        padding-bottom: 0px;
    }
    .bdp-detail-tecdata table tr td:first-child {
        padding-right: 10px;
        text-align: left;
        font-weight: 700;
    }
}

.product-primoplus {
    background-color: #ffffff;
}

.product-primoplus .toggle-holder {
    /*background-color: #c20e1a;*/
}

.product-primoplus .bdp-detail-fw {
	background-color: #e0e0e0;
    /*background-color: #EDDBF3;*/
    /* background-color: #c20e1a; Ursrpungsfarbe */
    color: #000000;
}

.product-primoplus .bdp-detail-zubehoer {
   /*background-color: #EDDBF3;*/
}

.bdp-detail-highlights {
    margin-bottom: 30px;
}

.product-primoplus #highlights .hl_3 {
	margin-top: 54px;
}


.bdp-detail-rs {
    margin-top: 30px;
}

.product-primoplus .bdp-detail-zubehoer {
   /* background: #a3e78b;*/
}

.product-primoplus .bdp-detail-lieferumfang {
    background: #ffffff;
}


.product-primoplus  #technischedaten a {
	color: #ffffff;
}

.product-primoplus .bdp-detail-tecdata-cont {
/*    background-color: #c20e1a;  */
}

.product-primoplus .bdp-detail-tecdata table tr:nth-child(even) {
 /*   background-color: #c94a0f; */
}

.product-primoplus .bdp-moodimage {
    background: url(../../../media/images/content/elements/2560x/biancodipuro_primoplus_moodimage_beerenstark_ap.png) center center no-repeat scroll;
	background-size: cover;
	height: 700px;
    width: auto;
    margin: 0 0 20px;
}

.product-primoplus .price a.cta_link {
    background-color: #007DD9;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 9px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.primopzeichen {
	margin-top: -10px;
}

.primopzeichen::after {
	content: url(../../../media/images/icon/primoplus_crosslogo_20.png) "";
/*	background-image: url('/media/images/icon/primoplus_crosslogo_20.png');*/
	background-repeat: no-repeat;
	background-size: 15px;
	text-decoration: none;
	height: 15px;
	width: auto;
}

.product-primoplus .bdp-detail-zubehoer .buy-now button.cta_mixer {
    background-color: #007DD9;
    color: #ffffff;
    padding: 6px 9px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.product-primoplus .bdp-detail-zubehoer.plain,
.product-primoplus .bdp-detail-zubehoer.add-to-cart {
    background-color: #ffffff;
    padding-top: 25px;
}

.product-primoplus .bdp-detail-zubehoer .item-holder .item {
	/*background-color: #c4e1f7;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.product-primoplus .bdp-detail-zubehoer .item-holder .item img {
	margin: 0 auto 10px;
	max-height: 250px;
	max-width: 50%;
}

@media all and (max-width: 991px) {

.product-primoplus .bdp-detail-zubehoer .item-holder .item img {
	margin: 0 auto 10px;
	max-height: 50%;
	max-width: 50%;
}

.bdp-detail-top-pagemenu a {
text-align: center;
font-size: 18px;
font-size: 1.8rem;
display: inline-block;
width: 90%;
margin: 10px 2%;
float: left;
}
	
}


/* ---------- LIEFERUMFANG PRIMO PLUS ----------- */

.product-primoplus .bdp-detail-lieferumfang {
    background: #ffffff;
}

.product-primoplus .bdp-detail-lieferumfang .container.top {
    background: none;
}

.product-primoplus #lieferumfang .hl_3 {
	color: #ffffff;
	/*background-color: #ffffff;
	padding: 6px 9px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}


/*.product-primoplus .bdp-detail-lieferumfang {
    background: url(https://www.biancodipuro.com/media/images/content/elements/2560x/primoplus_lieferumfang_ap.jpg) 0 50% no-repeat fixed;
	background-size: cover;
}	*/	
			
.product-primoplus .bdp-detail-lieferumfang  {
      background: url(../../../media/images/content/elements/2560x/primoplus_lieferumfang_ap.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
       top: 0; 
         left: 0;      
}
	
/*@media all and (max-width: 991px) {
.product-primoplus .bdp-detail-lieferumfang  {
      background: url(https://www.biancodipuro.com/media/images/content/elements/2560x/primoplus_lieferumfang_ap.jpg) no-repeat center center fixed;
      -webkit-background-size: auto;
      -moz-background-size: auto;
      -o-background-size: auto;
      background-size: auto;
    }  

}*/
      
/*.product-primoplus .bdp-detail-lieferumfang:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen *!/
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing *!/
      left:0;
      right:0;
     /* z-index:-1; *!//* needed to keep in the background *!/
      background: url(https://www.biancodipuro.com/media/images/content/elements/2560x/primoplus_lieferumfang_ap.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}*/	
					
						
																	
											    
/*   background: url(../../../media/images/layout/lieferumfang_mixer_primoplus.png) center center no-repeat #FFFFFF; */



.product-primoplus .bdp-detail-lieferumfang .hl_3 {
    color: #000000;
}

/* ---------- ENDE LIEFERUMFANG PRIMO PLUS ----------- */

/*# sourceMappingURL=sourcemaps/biancodipuro.css.map */
