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

/* fuer alle Geraete-Klassen */

.mobile_menu #mainmobil li > strong.active{
  background: #fff;
  color: #2D4D00;
}

.mobile_menu #mainmobil li > a.trail{
  background: #ccc;
  color: #2D4D00;
}


.ansprechpartner{
  position: relative;
  margin-bottom: 20px;
  margin-right: 10%;  
}


h1{
  font-size: $FontsizeH1;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-right: 10px;
}  
  
.myClass p {
    color: #ff0000;
}


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




}


