/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */
 .mod_ctsfechange {
     position: fixed;
     top: 50vh;
     left: -290px;
     width: 300px;
     overflow: visible;
     box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
     transition: all 0.3s ease-in-out 0s;
     z-index: 999999;
     transform: translateY(-50%);
 }

 .mod_ctsfechange h4 {
     margin-bottom: 0;
 }

 .mod_ctsfechange h6 {
     font-size: 1em;
 }

 #footer .inside .mod_ctsfechange a:hover {
     text-decoration: none;
 }

 .mod_ctsfechange .link {
     margin-top: 10px;
 }

 .mod_ctsfechange .cts-spin {
   font-size: 32px;
   line-height: 32px;
   /*color: #0096d9;*/
 }

 .mod_ctsfechange .inner {
    padding: 20px;
   background-color: #fff;
 }

 .mod_ctsfechange:hover {
     left: 0;
     transition: all 0.3s ease-in-out 0s;
 }

 .mod_ctsfechange form {
   margin-bottom: 0;
 }

 .mod_ctsfechange select {
   width: 100% !important;
   display             : block;
   padding: 10px 15px 11px 15px;
   margin-bottom: 20px;
   -moz-appearance: none;
   -webkit-appearance: none;
   background:#fff;
   background-image: url("/files/theme/img/select-arrow-grey.png");
   background-repeat: no-repeat;
   background-position : 95% center;
   border:1px solid #555;
   border-radius: 6px;
   font-size: 14px;
   color: #555;
   text-indent: 0.01px;
   text-overflow: "";
 }

 .firefox .mod_ctsfechange select {
   padding:10px 10px !important;
 }

 .switcher-button {
     width: 50px;
     height: 50px;
     right: -50px;
     top: 0;
     position: absolute;
     padding: 9px;
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
     background-color: #fff;
     box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
     z-index: -1;
 }

 .theme_trade.home .fixed-topnavi,
 .theme_noor.home .fixed-topnavi,
 .theme_example.home .fixed-topnavi,
 .theme_the-theme_archtech.home .fixed-topnavi,
 .theme_the-architect.home .fixed-topnavi,
 .theme_industry.home .fixed-topnavi,
 .theme_contact.home .fixed-topnavi {
     position: relative;
 }

 .theme_trade.home .navi-section,
 .theme_example.home .navi-section,
 .theme_the-theme_archtech.home .navi-section,
 .theme_the-architect.home .navi-section,
 .theme_industry.home .navi-section,
 .theme_contact.home .navi-section {
     position: relative;
 }





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



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