/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DIFINIEREN !!! */
/*
@font-size-h1-desktop: 60px;
@font-size-h2-desktop: 35px;
@font-size-h3-desktop: 32px;
@font-size-h4-desktop: 24px;
@font-size-h5-desktop: 17px;
*/
/*
    Variablen-Definitionen zur Benutzung durch alle Marken
*/
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DIFINIEREN !!! */
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DIFINIEREN !!! */
/*
SHARED MIXINS
(derzeit von SF, l4m, SPL & Strauss 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 .SublineContainer {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#Main .SublineContainer h2 {
  margin-bottom: 0;
}
#Main .SublineContainer .FurtherInformation {
  margin-top: 10px;
}
@media (min-width: 600px) {
  #Main .SublineContainer {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Main .SublineContainer .FurtherInformation {
    margin-top: 0;
    margin-left: 10px;
  }
}
#Main .Categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
}
#Main .Categories > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 224px;
  margin-left: 20px;
  margin-bottom: 22px;
  text-decoration: none;
  color: #707070;
}
#Main .Categories > a:hover {
  color: #941d1f;
}
#Main .Categories > a div {
  background-color: #eeeeee;
}
#Main .Categories > a .Text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#Main .Categories > a img {
  width: 100%;
  display: block;
}
#Main #Info {
  margin-top: 50px;
  max-width: 950px;
}

/*# sourceMappingURL=../../../../Sites/StockFood/Controllers/FeatureCollection/Styles.css.map */