li.druckmuster_jn {
    display: none!important;
}

/* – – BUTTON ALLGEMEIN – –  */
.btn.success {
    border: none;
}

/*  – – FARBE BUTTON "IN DEN WARENKORB"  – –  */

#next_step.btn.success {
    background-color: #A7043E;
}

#next_step.btn.success:hover {
    background-color: #D9124A;
}

/*  – – FONT-GROESSE UNTERTITEL – –  */

strong:not([class="headline"]), b {
    font-size: inherit;
}

/*  – – INFOKASTEN PRODUKTE  – –  */

#detail_infobar_text hr {
    margin: 12px 0px;
}

/*  – – GRUNDTEXT SLIDER  – –  */

.textArea.cf p {
    font-weight: 500 !important;
    text-shadow: 0px 0px 5px rgba(74,69,63,0.8) !important;
}

/*  – – ARTIKEL GRID TEXT  – –  */

article.card figure:nth-child(1) > figcaption:nth-child(2) h2 {
    color: #868786 !important;
    transition: .2s;
}

article.card:hover figure:nth-child(1) > figcaption:nth-child(2) h2 {
    color: white !important;
}

/*  – – BLOCK PREISBERECHNUNG  – –  */

.total.gross.containerLabelTotal {
    color: #A7043E !important;
    font-weight: 600;
}

#total_block a.ds_popup.iframe {
   font-size: 90%;
   text-decoration: none;
}

#delivery.sidebar_right strong {
   font-size: 90%;
}

#delivery i.icon.delivery::before {
   margin: 1px 5px 0px 0px !important;
   font-size: 24px !important; 
}

/*  – – BLOCK DRUCKVORGABEN  – –  */

#modulesPrinttemplate span.name {
    padding-left: 5px;
    font-size: 15px;
}

/*  – – BLOCK KONFIGURATOR  – –  */

#configurator label {
    font-size: 15px;
}

/*  – – AUSBLENDEN TITEL WARENGRUPPEN  – –  */

.trade-groups.full .wrp>h2 {
    display: none;
}

.product-listing.full .wrp>h1 {
    display: none;
}

/*  – – ICONS NAVI OHNE HINTERGRUND  – –  */
header.main #customer-menu a, header.main #customer-menu > button {
   background: white !important;
}
header.main #customer-menu a:hover, header.main #customer-menu > button:hover {
    background-color: rgb(245 245 245) !important;
}

/*  – – SLIDER NAV-ELEMENTE WEG BEI MOBILE-VIEW  – –  */

@media screen and (max-width: 762px) {
      #controlNav {
           display: none !important;
      }
}


/*  – – COOKIE CONSENT TOOL BOX  – –  */
.cc_dialog.simple {
    max-width: 25% !important;
}

.cc_dialog .cc_dialog_text {
    font-size: 15px;
     line-height: 21px !important;
}

.light.cc_dialog {
    background-color: rgb(250,250,250);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}

.light.cc_dialog button.cc_b_ok {
    background-color: #10968C;
}

/*AUFTRAGSSTATUS UND UPLOAD PAGE – ZEILENUMBRUCH FUER LANGE DATEINAMEN*/

#account_tracking .col_left section, #account_tracking .col_right section {
    overflow-wrap: break-word;
}

.fileuploader > div.fileuploader-title {
    width: 70%;
    overflow-wrap: break-word;
}


