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

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 

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

/*footer fixe Kontaktleiste*/
.footerInfoFix .contactdetails li {
  font-size: 1em;
}


/* fuer alle Geraete-Klassen */

/*Untertitel*/
.image_container .caption {
  color: #fff;
  background-color: rgba(255, 255, 255, .01);
  font-size: 8pt;
}

/*Formulare*/
button[type="submit"], input[type="submit"] {
  font-size: 1em;
}

/*Buttons Headerimage v2*/
.ctsheaderimagev2 .linkwrapper .link.bgfix a {
  font-size: 1em;
}

/*Text & Headlines*/

body .endler {
  color: rgba(255, 255, 255, 1);
}
.endler H3 {
    color: rgba(255,255,255,1);
}
.endler H5 {
    color: rgba(255,255,255,1);
}
.ce_ctslistextended .ext_list ul li span {
  color: rgba(255,255,255,1);
}

/*Imagebox Home*/
.endler .border-left-dark {
  border: 3px solid #b3b3b3;
  border-radius: 10px;
}
.endler .ce_ctsimage .image_container {
  margin-top: 30px;
}

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


    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }
  .fullwidth #main > .inside .mod_article.fullwidth .ce_ctswrapperstart.row .inside {
    padding-left: 10px;
    padding-right: 10px;
  }
}


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


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


/* fuer Smartphones */
@media only screen and (max-width:767px) {
    .fullwidth #main > .inside .mod_article.fullwidth .ce_ctswrapperstart.row .inside {
    padding-left: 10px;
    padding-right: 10px;
  }
}
