/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */


/*.productlogo #logo {
    width: 44px;
    height: 38px;
    background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}*/

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

.myClass p {
    color: #00ff99;
}
header .bxsmall .bx-viewport {
    border: 10px solid #e5e8ee;
}


}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

.myClass p {
    color: #f300ff;
}

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

.myClass p {
    color: #0800ff;
}


/*#mainmenu ul > li.home-icon a {
    padding: 8px 10px;
    font-size: 0;
}
 #mainmenu ul li.home-icon a::before {
    position: relative;
    bottom: 0;
    background-color: transparent;
    font-size: 18px;
    font-family: FontAwesome;
    content: '\f015';
    transform: inherit;
}*/



}


/* fuer Smartphones */
@media only screen and (max-width:767px) {




}


