/*
h1 {
 color: rgb(254, 95, 123);
}
*/

/* Einleitungstext */
/*
.hero {
  color: rgb(254, 95, 123);
}
*/

/* Logo-Farbe */
/*
.logo {
  fill: rgb(254, 95, 123);
}
*/

/* Aktiver Menüpunkt */
/*
.current_page_item a, .current_page_item a:active, .current_page_item a:hover, .current_page_item a:visited {
  color: rgb(254, 95, 123);
}
*/

/* mehr … */
/*
.more {
  color: rgb(254, 95, 123);
}
*/

/* Slideshow */
/*
.carousel-indicators .active {
  background: rgb(254, 95, 123);
}
*/