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

.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);
}*/
/*CTS Slidernavi Anfang*/
.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;
}

/*Schreibschrift*/
.allura {
  font-family:'Allura',sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.25;
}

.kaushan {
  font-family:'Kaushan Script',sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.56em;
}
.kaushan h2 {
  font-family:'Kaushan Script',sans-serif;
  font-weight: 400;
  font-size: 2em;
}

/*CTS Slidernavi Ende*/
/*Header-Slider-Navi geändert*/
.slidernavi li a:hover, .slidernavi li strong {
  background-color: rgba(34,102,14,0.8);
}

/* fuer alle Geraete-Klassen */

/*HeaderimageV2 Headline H2*/
.ctsheaderimagev2 .nomargin .contentwrapper .headline, .ctsheaderimagev2 .nomargin .contentwrapper .text {
  margin-bottom: 100px;
}

/*Formular*/
.formv2 select {
  height: 45px;
}

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

/*Newsboxen in Parallax auf Home*/

.paranews .layout_latest_cts .inside {
background-color: rgba(0, 0, 0, 0.5);
}
.paranews .layout_latest_cts h2 a {
  color: #fff;
}
.paranews .layout_latest_cts p {
  color: rgba(255,255,255,1)
}
.layout_latest_cts .inside {
  border: 3px solid #fff;
  border-radius: 30px 0px;
  background-color: rgba(0, 0, 0, 0.85);
}
.paranews-h2-white h2 {
	color: #fff;
	padding-top: 15px;
}
.paranews .md-4 .isotope-item {
  padding-left: 20px;
  padding-right: 20px;
}
.paranews a {
	color: #fff;
}

.paranews body {
  color: #fff;
}

.layout_latest_cts p.more {
    margin-bottom: 10px;
    display: none;
}

.block3 .meta_box {
  display: none;
}
.layout_full_cts .meta_box {
  display: none;
}

/*von CTS Anfang*/
.myClass p {
    color: #ff0000;
}


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

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}
/*von CTS Ende*/

/*Tabellen*/
table td {
  font-size: 1em;
}
table {
  border-bottom: 1px solid #7a7a7a;
}

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

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }

/*Mobilemenu*/
a.nav-mobile {
  color: #fff;
}

}


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

    .myClass p {
        color: #f300ff;
    }

/*Mobilemenu*/
a.nav-mobile {
  color: #fff;
}

}

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

    .myClass p {
        color: #0800ff;
    }
/*grünverlauf header*/    
.transparent_naviarea .navi-section, .home .navi-section {
    background: url(/files/entwicklung-lehnert-media/images-lehnert-media/backgrounds/header_verlauf_green-transp150.png) 0 0 repeat-x;
}

}


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

/*Mobilemenu*/
a.nav-mobile {
  color: #fff;
}

.home .navi-section {
  background-color: #22660e;
  max-height: 80px;
}
.mod_article {
  padding-top: 80px;
}
.navi-section > .inside {
  padding-top: 10px;
}

.slidernavi {
  display: none;
}
}