/**
* =============================================================================
* Anpassungen in diese Datei - Adjustments to this file 1234
* ==========================================================================
*/
#darkness {
    background:rgba(0, 0, 0, 0.3);
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:5;
}
/* fuer alle Geraete-Klassen */

/* Wenn Button ausgeblendet werden soll */
/* .ce_text.imagebox .inner p:last-child a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.ce_text.imagebox .inner p:last-child {
    height: 0;
    margin: 0;
    padding: 0;
}

.ce_text.imagebox .inner p:last-child a {
    padding: 0;
    margin: 0;
    font-size: 0;
}
 */
/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

}

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

