/*
    Variablen-Definitionen zur Benutzung durch alle Marken
*/
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DEFINIEREN !!! */
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DEFINIEREN !!! */
/*
    TODO:
    Das ist eine Kopie von StockFood.

    MUSS ÜBERPRÜFT UND GGF. WERDEN (inkl. Farben der SVGs)
*/
/*
SHARED MIXINS
(derzeit von SF, l4m, SPL, Strauss & Look gemeinsam genutzt)
*/
/* --- Defaults für Variablen ---
(ggf. in den seitenunabhängigen Styles überschreiben)*/
/*
Mixin funktioniert nur auf oberster Ebene!
Beispiele:
Ein Icon:       .PreloadIcons(url('@{resources-icons}/arrow.png'));
Mehrere Icons:  .PreloadIcons(url('@{resources-icons}/arrow.png') url('@{resources-icons}/example.svg'));
*/
#Main #FeatureCategories h2 {
  margin-bottom: 0;
  color: #cc3f0e;
}
#Main #FeatureCategories h3 {
  margin-top: 3px;
  color: #4d4d4d;
  line-height: 1.3;
}
#Main #FeatureCategories .Category > a {
  display: block;
  overflow: hidden;
}
#Main #FeatureCategories .Category > a img {
  display: block;
  width: 100%;
  min-width: 700px;
}
#Main #FeatureCategories .Category > a:hover + .ButtonContainer .ShowAllFeatures {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #FeatureCategories .ButtonContainer {
  margin-top: 10px;
  text-align: right;
}
#Main #FeatureCategories .ButtonContainer .ShowAllFeatures {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url('/Sites/Living4Media/Resources/images/icons/Magnifier.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
}
#Main #FeatureCategories .ButtonContainer .ShowAllFeatures:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #FeatureCategories .ButtonContainer .ShowAllFeatures:focus {
  outline: 0;
}
#Main #FeatureCategories .ButtonContainer .ShowAllFeatures:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #FeatureCategories .ButtonContainer .ShowAllFeatures:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}

/*# sourceMappingURL=../../../../Sites/living4media/Controllers/FeaturesPage/Styles.css.map */