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

/** Rahmen und Schatten auf Newslist*/
.layout_latest_cts .inside {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 5px 1px 5px 2px #eee;
  margin: 6px;
}


.cts-element_infobox.variant1 {
  color: #45582B;
  background-color: #DBECB0;
  padding: 5px;
}


.ce_ctscolor.iconleft .inside {

  padding: 10px 10px;
}

.graufilter { filter: grayscale(100%) brightness(100%); 
    border: solid 1px #555;
    background: #fff;
}
/** Kundenstatements auf Startseite*/
.Container-minus-30 {
    top: -30px;

}

.ce_ctswrapperstart.contentwidth > .inside {
  padding-right: 10px;
  padding-left: 10px;
}

.rahmen_blau .inside {
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #007AB3;

  }
/** Kundenstatement auf Startseite*/
.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 

.productlogo #logo {
    width: 48px;
    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;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}



/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}


.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}


/* 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;
    }


}


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