/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */

/* fuer alle Geraete-Klassen */

html { color #333333; }
body { font size: 16px; }


.mainmenu ul>li a, .mainmenu ul>li strong {
	font-weight: bold;
	font-size: 18px;
}
.submenulr a, .submenulr strong {
	font-weight: bold;
}

.ce_form .widget-checkbox span {
	width: 100%;
}

.ce_gallery .image_container {
    margin-bottom: 35px;
}

.eventText {
	font-size: 20px;
}

.ce_text.ce-slider .slider-text {
	/*background: rgba(0, 120, 0, 0.7);
	border: 1px solid #e8e8e8;*/
	background: rgb(0,212,255);
	background: linear-gradient(0deg, rgba(0,212,255,0) 0%, rgba(115,115,115,1) 100%);
	border-radius: 10px;
	padding: 10px 10px 10px 25px;

}

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




}


