/**
 * =============================================================================
 * Anpassungen in diese Datei   Akzentfarbe: b58524
 * ==========================================================================
 */

/*
.mainmenu ul > li a, .mainmenu ul > li strong {
  background: rgba(0, 0, 0, 0.3)
}
*/


/* Events - Event-Teaser START */
.teaser_start, .teaser_start h2 a, .teaser_start .layout_teaser .more a {
  color: #fff;
}

.teaser_start .header {
  border-bottom: 4px solid #fff;
  border-top: 30px solid #fff;
}

/* Events - Event-Teaser */
.mod_eventlist .layout_teaser {
  padding: 10px 20px 0px 20px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.mod_eventlist .header {
  color: #fff;
  font-weight: bold;
  background-color: #b58524;
  padding-left: 4px;
}

.mod_eventlist .ce_text {
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* Events - Event-Reader */
.mod_eventreader .info {
  font-size: 18px;
  font-weight: bold;
}

/* Kontaktformular vor Video Contact V2 small */
.row .formv3 .sendcopy fieldset {
  background-color: white;
}
.formv3 .widget-checkbox[class*="col-"] fieldset {
  background-color: white;
}

/* Accordionfarbe */
.ce_accordion.accversion2 .toggler {
  background-color: #e1e1e1;
  border-bottom: 2px solid #fff;
}

.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;
    }

  .fullwidth #main .mod_article {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }


}


/* 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) {}