/*Färbt den Hintergrund der 0 im Warenkorb orange*/
header.main #customer-menu a .count, header.main #customer-menu>button .count {
background: #f28000;}

/*Färbt den Hintergrund der Kugel im Benutzerkonto orange*/
.menu-item-login.login_status_green:after { background-color: #f28000 !important}

/*Mediaquery Produktübersicht passt sich auf kleineren Monitoren an */
@media (min-width: 50em){
.trade-groups.full .card, .product-listing.full .card {
    width: 20%;
    margin: 0;
}
}

/*Text in den Warenruppenblöcken*/
.trade-groups .card .link, .product-listing .card .link {
    font-size: 14px;
    color: dimgray;
    text-align: center;
    display: block;
    margin-top: 100px;
    margin-bottom: 10px;
}

/*Warengruppenblöcke sind in einer Zeile*/
.trade-groups .card, .product-listing .card {
    box-sizing: border-box;
    border: solid 2px rgba(255,255,255,0);
    position: relative;
    float: left;
    width: 25%;
    margin: 0;
    overflow: hidden;
    height: 230px;
    border-top: 2px solid #004768;
}

/*blendet den „HOME“Link aus*/
#navbar .wrp>ul>li a {
    display: none}

/*Reguliert die Darstellung der Warengruppen, die in der Suche erscheinen*/
.trade-groups.full .card.cardBig, .product-listing.full .card.cardBig {
    width: 20%;}



/*Blendet die Schrift im Parallax aus*/
.parallax .wrp {
display: none;   
 border: 0px solid #004768;
}
	
/*Blendet das Parallax aus*/
.parallax {
    display: none;
}

/*Blendet das SSL Logo aus*/
#header_usp{
display:none;
}

/*Blendet Leadprint Fußzeile aus*/
.leadprint-brand {
    display:none}

/*Passt die Einstellung strong an*/
strong:not([class="headline"]), b {
    font-family: 'bold';
    font-style: normal;
    color: dimgray;
}
strong:not([class="headline"]), b {
    font-family: 'bold';
font-size: 107%;
    font-weight: 300;
    font-style: normal;
    color: dimgray;
}

/*Verschiebt den Button im Slider*/
#slider .slide figcaption p {
    display: block;
    width: 40%;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: -100px;
}
/*Färbt den Button im Slider*/
#slider .slide figcaption .btn.success {
    background: #002f44;
color: #fff;
}

/*Blendet den Menüpunkt Druckmuster aus*/
li.druckmuster_jn{
display: none ! important;
}


/*Blendet die 2 Navigationszeile aus*/
nav.breadcrumb.cf.wrp{
    display:none}


/*Macht die h2 blau*/
h2.rte_container, .rte_container h2{
color: #004768}


sub {
    vertical-align: sub;
font-size: 40%}

/*doppelte Datenschutzbestätigung ausblenden*/
col-full{
display:none;
}

/*blendet die Unterzeile "inkl. Versandkosten" aus*/
#total_price small, #total_block small {
    display: none;
}
