/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */
@media only screen and (max-width:1024px) {
.logocontainer .mag h2 {
	font-size: 48px;
}
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {
#header .mod_search {
	margin-right:0;
}


}


/* 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) {




}
