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

/* fuer alle Geraete-Klassen */

.mainmenu > ul > li:hover > a, .mainmenu > ul > li > a.trail, .mainmenu > ul li > a.active, .mainmenu > ul > li > strong {
  color: #d7006e;
  background-color: transparent;
  border-radius: 0;
  text-decoration: none;
  transition: All 0.4s ease;
  text-transform: none !important;
  padding: 6px 30px;
  font-size: 20px;
}
.mainmenu ul > li a {
  display: block;
  position: relative;
  padding: 6px 30px;
  color: #555;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none !important;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: All 0.4s ease;
}
.overlay-inner h3 {
    color: #fff !important;
}


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

.content-googlemaps-embed__responsive ifram {
    width: 1440px !important;
}


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {




}


