/*
*   INFOS
*   FONTS:
*   Helvetica Neue LT W05_77 Bd Cn
*   Helvetica Neue LT W05 45 Light
*   Helvetica Neue LT W05 55 Roman
*   Helvetica Neue LT W02_75 Bold
* 
*/
/* ALLGEMEIN */
.det .fa-history {
    font: normal normal normal 14px/1 FontAwesome;
}
.det #DetailInfo h1,
.det #DetailCross h2
 {
    margin-top: 0px;
    font-family: "Helvetica Neue LT W05_77 Bd Cn";
    font-size: 36px;
    letter-spacing: 0.36px;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    margin-bottom: 16px;
}
.det #DetailInfo h2{
    line-height: 1.5;
    font-weight: normal;
    position: relative;
    font-size: 1.5em;
    letter-spacing: 0.48px;
}
.det #DetailTable .fa.fa-files-o::before {
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('/files/Permapack/Icons/artikel-vergleichen.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.det  #DetailTable .fa.fa-phone::before {
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('/files/Permapack/Icons/telefonhoerer.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.det .mostwanted li{
    list-style: none;
}
.det .contained-button img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.det .DetailContent {
    width: 100%;
    min-height: 600px;
}
.det #DetailInfo .description ul li {
    list-style-type: disc;
    list-style-position: initial;
}

.det #DetailInfo #DetailVideos {
    margin-top: 20px;
    margin-left: 9px;
}

.det #DetailInfo #DetailVideos li {
    list-style-type: none;
}

.det #DetailInfo #DetailVideos li .fa-caret-right {
    color: #e3010b;
}

.det #DetailInfo #DetailVideos li a {
    font-family: 'Helvetica Neue LT W05 45 Light';
    color: #e3010b;
    height: 100%;
    width: auto;
    font-size: 16px;
    position: relative;
}

.det #DetailInfo #DetailVideos li:hover a,
.det #DetailInfo #DetailVideos li:hover .fa-caret-right {
    color: #7b0000;
}

.det .artVideoContainer-item-title {
    margin-top: 54px;
}

.det .InfoHead {
    border-top: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 0px;
    margin: 0px !important;
    padding-right: 40px;
    padding-top: 17.86px;
    padding-bottom: 18.14px;
}

.det .InfoHead:last-child {
    border-bottom: 1px solid #ccc;
}

.det .InfoHead .Toggle,
.det .artTable .Toggle,
.det .resp-tabs-list .Toggle {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    display: block;
    cursor: pointer;
}
.det .InfoText {
    margin-top: 20.86px;
    margin-bottom: 48.14px;
}
.det #DetailInfo .tabswrapper > div.optional:last-child{
    border-bottom: 1px solid #ccc;
}
.det .fa-minus,
.det .fa-plus{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top:13px;
}
.det #DetailInfo .fa-plus::before,
.det #DetailInfo .fa-minus::before{
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('/files/Permapack/Icons/icon_plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.det #DetailInfo .fa-minus::before{
    background: url('/files/Permapack/Icons/icon_minus.svg');
}

.det .tabswrapper .det .fa-plus, .det .fa-minus
.det #DetailThumbs:not(.slick-initialized) img {
    display: none;
}
.det #DetailAttributes dd {
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 16px;
    padding-left:10px;
    line-height: 24px;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    -webkit-hyphenate-character: '-';
}
.det #DetailAttributes dt {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    -webkit-hyphenate-character: '-';
}
.det .signalword {
    font-family: 'Helvetica Neue LT W02_75 Bold';
    font-size: 16px;
    line-height: 24px;
}
.det .gefahrenstoffe .piktogramm {
    width: 45px;
}

.det #DetailInfo .tabswrapper {
    margin-bottom: 60px;
}

.det #DetailInfo .tabswrapper .ClearBoth {
    clear: both !important;
    height: 0px;
    width: 0px;
    font-size: 0px;
    line-height: 0px;
}

/* Artikelbild */
.det #ZoomContainer{
    overflow:hidden; 
    width: 330px;   
    margin-bottom:6em;
}
.det #ZoomContainer .banner_new {
    position: relative;
    left: unset;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    background: #E3010B 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    transform: rotate(315deg);
    height: 59px;
    width: 59px;
}
.det #ZoomContainer .banner_new {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -30px;
    pointer-events: none;
}
.det #ZoomContainer .banner_new span {
    display: inline-block;
    top: 65%;
    left: 44%;
    transform: translate(-65%, -40%) rotate(45deg);
    position: absolute;
    font-family: "Helvetica Neue LT W02_75 Bold";
}
/* Unterüberschrift */
.det .DetailContent p.undertitle{
    font-family: 'Helvetica Neue LT W05 55 Roman';
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 38px;
    margin-bottom: 61.14px;
}
/* Download-Elemente */
.det #DetailInfo li.download-element,
.det #DetailInfo li.no-download-element {
    list-style: none;
    margin-left: 16px;
}
.det #DetailInfo button.show-more-button{
    margin-left:16px;
}

.det #DetailInfo li.download-element:nth-child(n+4) {
    display: none;
}
/* Kontakt-Button */
.det #DetailMoreInfos{
    float:left;
    text-transform: uppercase;
    clear:both;
    margin-top:0px;
}
/* Button "zurück zum Shop" */
.det .backtoshopbutton,
.det #Breadcrum a {
    color: #e3010b;
    font-size: 14px;
}
.det .backtoshopbutton:hover,
.det #Breadcrum a:hover {
    color: #7b0000;
}
.det .backtoshopbutton::before {
    content: '';
    width: 24px;
    display: inline-block;
    height: 24px;
    background: url('/files/Permapack/Icons/Arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -3px;
    vertical-align: middle;
    left: -8px;
    position: relative;
}

.det .backtoshopbutton:hover::before {
    background: url('/files/Permapack/Icons/Arrow_hover.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Detailtabelle */
.det #DetailTable .detmobileonly {
    display:none;
}
.det #detTab .resp-tabs-list li {
    background: transparent;
    margin-bottom: 1em;
    margin-top: 1.5em;
    padding: 0;
    font-family: 'Helvetica Neue LT W05_77 Bd Cn';
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 40px;
    position: relative;
    
}
.det #DetailScart {
    float:right;
    position: relative;
}

.det #articledat #DetailTable thead th {
    border-bottom: 0px;
    z-index: 2;
    font-family: 'Helvetica Neue LT W02_75 Bold';
    background: #f6f6f6;
}

#articledat #DetailTable th.Center.noborderline {
    border-bottom: 1px solid #fff;
}

.det #DetailTable td {
    background: #fff !important;
}

.det #DetailTable tbody tr:last-child td {
    border-bottom: 0px;
    white-space: nowrap;
}

.det #DetailTable *:not(.fa){
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 1em;
    font-weight: normal;
}
.det #DetailTable .button {
    background: transparent;
    color: #e3010b;
}
.det #DetailTable .button:hover {
    color: #7b0000 ;
}
.det #DetailTable tbody tr,
.det #DetailTable tbody tr:nth-child(2n){
    background: #fff;
}
.det article .artCMS {
    margin-bottom: 0px;
}
.det #DetailCross td, 
.det #DetailTable th, 
.det #DetailTable td{
    border-bottom: 1px solid #D2D2D2;
}
.det #DetailTable {
    margin-bottom: 0;
    border-bottom: none;
}
.det #DetailButtons {
    margin-top: 2em;
    text-transform: uppercase;
}

.det #DetailButtons #DetailPrint {
    position: relative;
    margin: 0px;
}

.det #DetailButtons #DetailPrint::before {
    content: "";
    background-image: url('/files/Permapack/Icons/drucken-icon-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.det #DetailTable .fa.fa-phone {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}
.det #DetailTable .lieferzeit-symbol {
    max-height: 17px;
    height: 17px;
    width: 17px;
    object-fit: contain;
    position: relative;
    top: 3px;
    cursor: default;
}
.det #DetailTable .lieferzeit-text{
    display:none;
}
.det #DetailTable i.fa.fa-heart.isFavo{
    vertical-align: initial;
}
.det #DetailTable .fa-heart::before {
    height: 24px;
    width: 24px;
}
/* Input fields */
.det .updowncontainer i {
    border: 0px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    height: 100%;
    display: block;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    color: #5f5f5f;
    background: #f6f6f6;
    height:25px;
}
.det .updowncontainer.hidden{
    opacity:0;
    pointer-events:none;
    display:inline-block;
}
.det .updowncontainer .Input.menge {
    border: 0px !important;
    padding: 2px;
    background: #f6f6f6;
    text-align: center;
    box-shadow: none !important;
    height: 25px;
    min-height:25px;
    float: right;
}
.det .updowncontainer i:hover, .det .updowncontainer .Input.menge:hover {
    background: #e8e8e8;
}
.det .updowncontainer {
    display: inline-block;
    width: 110px;
}
.det .updowncontainer .increase {
    float: right;
    border-left: 1px solid #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
   
}
.det .updowncontainer .decrease {
    float: right;
    border-right: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
/* Slider - Artikelbilder */
.det #DetailThumbs{
    overflow: visible;
    padding: 0px;
}
.det #DetailThumbs img{
    width: 100%;
    margin: 0px;
}
.det #DetailThumbs .slick-arrow {
    display: none !important;
}
.det #DetailThumbs .slick-dots li button::before {
    font-size: 15px;
}
.det #ZoomContainer .slick-dots {
    bottom: calc(-18px + -28px);
}
.det #ZoomContainer .slick-dotted.slick-slider{
    margin-bottom: 50px;
}

.det #detTab .artCMS .DetailCross {
    margin-top: 70px;
}
.det #detTab .artCMS .DetailCross:first-child {
    margin-top: 143px;
}

.det .artCMS .DetailCrossList .flexcontainer {
    margin: 0px -15px;
}

.det #DetailInfo .fa-plus::before,
.det #DetailInfo .fa-minus::before,
.det .updowncontainer .fa-plus::before,
.det .updowncontainer .fa-minus::before,
.det .resp-tabs-list .fa-plus::before,
.det .fa-history.isSlc::before{
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('/files/Permapack/Icons/Plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.det .resp-tabs-list .fa-minus::before{
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('/files/Permapack/Icons/Plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.det #DetailInfo .fa-minus::before,
.det .updowncontainer .fa-minus::before,
.det .resp-tabs-list .fa-minus::before{
    background: url('/files/Permapack/Icons/Minus.svg');
    background-position: center center;
    background-size: contain;
}
.det.priceplugin .fa-history.isSlc::before,
.det .fa-history.isSlc::before {
    background: url(/files/Permapack/Icons/Gruppe_5531.svg);
    background-position: center center;
    top: -5px;
    position: relative;
    left: 2px;
}
.det .updowncontainer .fa-plus::before,
.det .updowncontainer .fa-minus::before{
    width: 17px;
    height: 17px;
}
.det .updowncontainer i {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
}
.det.priceplugin .pricedelivery .lieferzeittxt span {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 21px;
    font-family: "Helvetica Neue LT W05 45 Light";
    text-align: left;
    display: block;
}
.det.priceplugin .updowncontainer .fa-plus::before, 
.det.priceplugin .updowncontainer .fa-minus::before {
    width: 25px;
    height: 25px;
}
.det.priceplugin .updowncontainer i {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 12px !important;
}
/* Preisplugin */
/* Preisplugin - Allgemein */
.det.priceplugin #Navigationbar,
.det.priceplugin .navigation-mobile {
    display: none !important;
}

.det.priceplugin button {
    position: relative;
}

.det.priceplugin button::before {
    content: "";
    background: url(/files/Permapack/Icons/warenkorb-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    left: calc(50% - 100px);
}

/* Preisplugin - oberer Bereich */
.det.priceplugin .orderagain {
    display: inline-block;
    position: relative;
    height: 100%;
}
.det.priceplugin .DetailContent {
    position: absolute;
    top: 0px;
    height: calc(100% - 178px);
    padding: 0px 26px;
    overflow-y: auto;
}
.det.priceplugin #DetailInfo {
    width: 100%;
    margin: 0;
    padding: 0;
}
.det.priceplugin #DetailAttributes dt{
    width: auto;
    padding-right: 5px;
    margin: 0;
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 16px;
    line-height: 24px;
}
.det.priceplugin #DetailAttributes dd{
    width:auto;
    margin:0;
}

.det.priceplugin .artnowrapper .artno {
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.42px;
    margin-bottom: 7px;
}
.det.priceplugin .prices * {
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 16px;
    line-height: 24px;
}
.det.priceplugin .prices .staffelgrenze,
.det.priceplugin .prices .underline {
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.36px;
}
.det.priceplugin .DetailContent p.undertitle{
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.28px;
}
.det.priceplugin #DetailInfo h2{
    margin-bottom: 7px;
    font-size: 24px;
    letter-spacing: 0.36px;
    line-height: 30px;
}
.det.priceplugin .prices {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.det.priceplugin .pricecont {
    display: block;
    margin-left: 3%;
    width:30.33%;
    margin-bottom: 15px;
    margin-top:48px;
}
.det.priceplugin .pricecont .pricew, .det.priceplugin .pricecont .pricea {
    display: inline-block;
}
.det.priceplugin .prices > div:nth-child(3n+1) {
    margin-left: 0px;
}
.det.priceplugin .updowncontainer {
    width: 170px;
    margin-top: 33px;
    margin-right: 33px;
}
.det.priceplugin .updowncontainer i, .det.priceplugin .updowncontainer .Input.menge {
    height: 48px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.det.priceplugin .updowncontainer i {
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 17px;
}


/* Preisplugin - unterer Bereich */
.det.priceplugin .addtocartcontainer {
    box-shadow: 0 -3px 7px #00000029;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 178px;
}
.det.priceplugin #DetailScart_pop {
    width: 100%;
    border-radius: 0px;
    margin: 0;
    font-family: 'Helvetica Neue LT W02_75 Bold';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    padding: 22px 10px;
}
.det.priceplugin #DetailScart_pop:hover,
.det.priceplugin #DetailScart_pop:active,
.det.priceplugin #DetailScart_pop:focus{
    background:#7b0000;
}
.det.priceplugin .quant-container{
    float:right;
}
.det.priceplugin .pricedelivery {
    position: absolute;
    left: 27px;
    bottom: calc(64px + 46px);
    width: calc(100% - 250px);
}
.det.priceplugin .addtocartbutton {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.det #DetailInfo {
    margin-left: 2%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.det .detmobileonly{
    display:none;
}

.det .slick-slider{
    width: 100%;
}
#DetailThumbs a {
    float: left;
    border: 2px solid #fff;
}
/* Fix da hover buttons - bc someone destroyed them with other css changes...... */
.det #DetailTable a:hover,
.det .slick-dots li button:hover
 {
    box-shadow: none;
}
/* padding site container hat jemand entfernt... */
.det .SiteContainer{
    padding-top: 15px;
    padding-top: 81px;
}
.det .SiteContainer .artCMS .artCMS > #RubView {
    margin-bottom: 89px;
}
.det .flexcontainerMultilist{
    margin-bottom: 84px;
}
#detTab{
    margin-bottom:143px;
}


/* Anpassungen KM */
.det .content-wrapper {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    height: 100%;
}

.det .ce_gusset-custom-contactbutton .gusset-box {
    width: 25vw;
    height: 25vw;
}

.det #DetailInfo {
    float: left;
    margin-left: 100px;
    max-width: 460px;
}

.det #DetailInfo .tabswrapper ul {
    margin-left: 20px;
}


/* PRINT! */
@media print {
    .det .SiteContainer{
        margin-top: 50px;
    }
    .det #Navigationbar{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        box-shadow: none;
    }
    .det #DetailTable :not(.fa){
        font-size: 0.88em;
        padding: 0px;
    }
    .det #DetailTable th.Staffel {
        display: table-cell;
    }
    .det #DetailTable .lieferzeit-symbol,
    .det #DetailTable .fa.fa-phone::before {
        max-height: 16px;
        padding-top: 1px;
    }
    .det #DetailTable th{
        box-shadow: none !important;
    }
    .det .detailPickle{
        display:none !important;
    }
    .det .DetailContent #DetailThumbs{
        display:block !important;
    }
    .det #DetailThumbs .slick-track {
        overflow: visible;
        transform: none !important;
        width: 100% !important;
    }
    .det #DetailThumbs a:not(.slick-cloned) {
        width: 325px !important;
        height: auto !important;
        opacity: 1 !important;
        display: none !important;
    }
    .det #DetailThumbs a#slick-slide00:not(.slick-cloned) {
        display: block !important;
    }
    .det #DetailThumbs a.slick-cloned,
    .det #DetailInfo button.show-more-button,
    .det .slick-dots,
    .det .fa-minus, 
    .det .fa-plus,
    .det #UserNavi,
    .det #Navigationbar .main-navigation ul.level_1 li:not(.ico-home3),
    .det #DetailButtons{
        display: none !important;
    }
    .det #ZoomContainer{
        width: 330px;
    }
    .det #DetailInfo li.download-element:nth-child(n+4){
        display: block !important;
    }
    .det #DetailInfo{
        width: calc(100% - 330px - 2%)
    }
    .det .DetailContent{
        float:left;
    }
    .det #Navigationbar{
        display: block;
        height: 50px;
    }
    .det #Navigationbar .main-navigation ul.level_1 li.ico-home3 {
        height: 50px;
    }
    .det #Navi .main-navigation li.ico-home3 a::before,
    .det #DetailInfo .fa-plus::before, .det #DetailInfo .fa-minus::before,
    .det #DetailMoreInfos,
    .det a.contained-button.red{
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important;  /*Firefox*/
    }
    .det #DetailMoreInfos,
    .det #detTab .artCMS .DetailCross,
    .det #detTab .artCMS .DetailCross:first-child{
        margin-top:0px !important;
    }
    .det .InfoText {
        display: block !important;
    }
    .det .InfoText {
        margin: 0;
    }
}
/* Responsive */
@media only screen and (max-width: 1900px) {
    .det #DetailInfo {
        width: calc(19vw * 1.872);
        float: left;

    }
}
@media only screen and (max-width: 1439px) {
    .det .detailPickle{
        display:none;
    }
    .det #DetailInfo {
        width: 64%;
    }
}

@media only screen and (max-width: 1400px) {
    .det #ZoomContainer{
        width: 20vw;
    }

    .ce_gusset-custom-contactbutton {
        right: -340px;
    }
}

@media only screen and (max-width: 1300px) {
    .ce_gusset-custom-contactbutton {
        right: -320px;
    }
}

@media only screen and (max-width: 1250px) {
    .det #ZoomContainer{
        width: 15vw;
    }

    .ce_gusset-custom-contactbutton {
        right: -300px;
    }
}

@media only screen and (min-width: 1194px) {
    .det .notoptional .InfoText{
        display:block !important;
    }
}
@media only screen and (max-width: 1193px) {
    .det .DetailContent {
        min-height: auto;
    }

    .det .services .slick-list {
        margin: 0px -12px;
    }

    .det #DetailInfo .tabswrapper {
        margin-bottom: 0px;
    }

    .det.priceplugin .fa-history.isSlc::before {
        display: block;
    }

    .det .fa-history.isSlc::before {
        display: none;
    }

    .det.priceplugin .updowncontainer .fa-plus::before, 
    .det.priceplugin .updowncontainer .fa-minus::before{
        background-repeat: no-repeat;
        background-size: 24px 24px;
        height: 100%;
        width: 100%;
        background-position: -3px 0px;
        display: block;
        background-repeat: no-repeat;
    }
    .det article .artCMS {
        
        margin-left: 0;
        margin-right: 0;
    }
    .det.priceplugin .updowncontainer{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #f6f6f6;
        border-radius: 24px;
        max-width: 172px;
        margin: 0px auto 24px auto;
        justify-content: center;
        margin: 0px auto 24px auto;
        max-width: 172px;
        flex-direction: row-reverse;
        margin-top: 33px;
        margin-right: 33px;
    }
    .det.priceplugin .updowncontainer .decrease,
    .det.priceplugin .updowncontainer .increase {
        display: inline-block;
        width: 48px;
        height: 48px;
        padding: 12px;
        min-height: auto;
        text-align: center;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
        background-color: unset;
    }
    .det .updowncontainer input.menge{
        background-color: unset;
        color: #000;
        font-family: "Helvetica Neue LT W02_75 Bold";
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.2px;
        width: 76px;
        height: 48px;
        padding: 12px;
        min-height: auto;
        text-align: center;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 0px;
        border-bottom: 0px;
        vertical-align: middle;
        margin: 0px;
    }
    .det .artCMS {
        padding-top: 1em;
        margin-left:40px;
        margin-right:40px;
    }
    .det #Breadcrum {
        padding-top: 29px;
    }
    .det #DetailTable{
        overflow:hidden;
    }
    .det #detTab {
        padding: 0 5px;
    }
    .det ul.resp-tabs-list{
        display: block !important;
        margin: 0px !important;
    }

    .det #detTab .resp-tabs-list li {
        display: block;
        width: 100%;
        margin: 0;
        font-family: "Helvetica Neue LT W05_77 Bd Cn";
        font-size: 1.5em;
        letter-spacing: 0.48px;
        line-height: 1.5;
        font-weight: normal;
        position: relative;
        border-bottom: none;
        padding: 10px 0px;
        padding-right: 40px;
        padding-top: 17.86px;
        padding-bottom: 18.14px;
    }
    .det #detTab .resp-tabs-list li.roundcorners{
        border-bottom: 1px solid #ccc;
    }
    /* Allgemeine Elemente */
    .det .SiteContainer {
        padding: 0 !important;
    }
    .det #ZoomContainer {
        width: 250px;
        margin: 0;
        clear: both;
        float: none;
        padding-bottom: 3em;
        height: 300px;
        overflow: hidden;
    }

    .det #ZoomContainer .slick-dots {
        bottom: calc(-5px + -28px);
    }

    .det #ZoomContainer #DetailThumbs {
        height: 100%;
    }

    .det #ZoomContainer #DetailThumbs .slick-list,
    .det #ZoomContainer #DetailThumbs .slick-track {
        height: 100%;
    }

    .det #ZoomContainer #DetailThumbs img {
        height: 100%;
        object-fit: contain;
    }

    .det #DetailInfo {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    .det #DetailButtons,
    .det #DetailMoreInfos {
        display:none !important;
    }

    #detail-custom-button {
        display: block;
        margin: 40px 0px 20px 0px;
    }

    /* DetailTabelle */
    .det #DetailTable tr {
        display: inline-block;
        overflow: visible;
        width:100%
    }
    .det #DetailTable thead {
        display: none;
    }
    .det #DetailTable td:first-child::after,
    .det #DetailTable .showmobile,
    .det .fromTablet{
        display: none !important
    }
    /* DetailTabelle: Linker u. Rechter Bereich */
    .det #DetailTable .artNum {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        box-shadow: none !important;
        background: transparent !important;
    }
    .det #DetailTable .artNum a.nolink {
        width: 100px;
        display: block;
        margin: 0;
        padding: 0;
    }

    .det #DetailTable tr {
        display: block;
        border-top: 1px solid #D2D2D2 !important;
        float: left;
        margin: 10px 0px;
        position:relative;
        padding-top:23.86px;
        padding-bottom: 23.14px;
    }
    .det .ce_downloads{
        margin-top: -1px;
        margin-bottom:0px;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
    }
    .det .detmobileonly{
        display:block;
        color: #000;
    }
    .det .notoptional .InfoText{
        display:none;
    }
    .det #DetailTable .detmobileonly.linkartdet:not(.hidden) {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .det #DetailTable .detmobileonly.favo {
        display: block;
        position: absolute;
        right: 15px;
        top: 0px;
    }
    .det #DetailTable .detmobileonly.linkartdet::before{
        border-style: solid;
        border-width: 0.15em 0.15em 0 0;
        content: '';
        display: inline-block;
        height: 10px;
        width: 10px;
        transform: rotate(45deg) translateY(-50%);
        left: unset;
        right: 10px;
        position: absolute;
        top: 50%;
    }
    /* DetailTabelle Spalten */
    .det #DetailTable td {
        float: right;
        display:block;
        clear: both;
        width: calc(100% - 120px);
        text-align: left;
        border: 0px;
        margin: 0;
        padding: 0;
        margin-right:50px;
    }
    .det #DetailTable td::before{
        content: attr(data-title) " ";
    	float: left;
        margin-right:1em;
    	display: block;
    }
    .det #DetailTable .mobileAdditional {
        display: none;
    }
    /* DetailTabelle Spalten Lieferzeiten */
    .det #DetailTable td.lieferzeit {
        text-align: left !important;
    }
    .det #DetailTable td.lieferzeit::before,
    .det #DetailTable .artNum::before{
        display:none;
    }
    .det #DetailTable .lieferzeit-symbol{
        margin-top: 1px;
        float: left;
        margin-right: 5px;
    }
    .det #DetailTable .lieferzeit-text{
        display:inline-block;
        margin-top: 3px;
    }
    .det #DetailTable .lieferzeit-text.orange{
        color: #E39334;
    }
    .det #DetailTable .lieferzeit-text.green{
        color: #00A041;
    }


    /* Anpassungen KM */
    .det .ce_gusset-custom-contactbutton {
        display: none;
    }

} 

@media only screen and (max-width: 767px) {
    .det #ZoomContainer {
        width: 200px;
        margin: 0;
        clear: both;
        float: none;
        padding-bottom: 3em;
        height: 250px;
        overflow: hidden;
    }

    .det .services .slick-list {
        margin: 0px -8px;
    }

    .det .artCMS {
        margin-left: 26px;
        margin-right: 26px;
    }
    
    .det #DetailInfo h1,
    .det #DetailCross h2,
    .det .artCMS h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .det #DetailAttributes dd,
    .det #DetailAttributes dt {
        font-size: 14px;
    }

    .det.priceplugin #DetailAttributes dt,
    .det.priceplugin #DetailAttributes dd {
        font-size: 16px;
    }

    .det #DetailAttributes dd {
        width: 40%;
    }

    .det #DetailAttributes dt {
        width: 60%;
    }

    .det .DetailContent p.undertitle {
        font-size: 19px;
        line-height: 26px;
        letter-spacing: 0.28px;
    }

    .det #DetailInfo h2,
    .det #detTab .resp-tabs-list li,
    .det .artVideoContainer-item-title {
        font-size: 20px;
    }

    .det .artVideoContainer-item-title {
        font-size: 24px;
    }

    #DetailText {
        font-size: 14px;
    }

    .det #DetailInfo .description ul li {
        font-size: 14px;
    }

    .det #DetailTable tr {
        padding: 20px 0px;
        margin: 0px;
    }

    .det #DetailTable tr *:not(.fa) {
        font-size: 14px;
    }

    .det #DetailTable .lieferzeit-symbol {
        height: 14px;
        width: 14px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 400px) {
    .det.priceplugin .pricecont {
        width: 45%;
        margin-left: 5%;
    }
    .det.priceplugin .prices > div:nth-child(3n+1) {
        margin-left: 5%;
    }
    .det.priceplugin .prices > div:nth-child(2n+1) {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 350px) {
    .det.priceplugin .pricecont {
        width: 100%;
        margin-left: 0px !important;
    }
}


/*Bredcrumb*/
.det .backtoshopbutton, .det #Breadcrum a {
    font-size: 16px;
}




.det #Breadcrum li {
    color: #e3010b;
}

.det #Breadcrum li a {
    padding-left: 0;
    background: none;
}


.det #Breadcrum li::before {
    content: ">";
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-right: 12px;
    font-size: inherit;
}

/* Promo Banner*/

.det #ZoomContainer .banner_promo {
    position: relative;
    left: unset;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    background: #E3010B 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    transform: rotate(315deg);
    height: 59px;
    width: 59px;
}
.det #ZoomContainer .banner_promo {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -29px;
    pointer-events: none;
}
.det #ZoomContainer .banner_promo span {
    display: inline-block;
    top: 65%;
    left: 44%;
    transform: translate(-65%, -40%) rotate(45deg);
    position: absolute;
    font-family: "Helvetica Neue LT W02_75 Bold";
}


@media only screen and (max-width: 766px) {

    #RubView .banner.banner_promo {
        top: -5px;
    }
}