/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DEFINIEREN !!! */
/*
@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 DEFINIEREN !!! */
/* !!! IN DIESER DATEI NUR MIXINS UND LESS-VARIABLEN DEFINIEREN !!! */
/*
SHARED MIXINS
(zur Verwendung durch alle Marken)
*/
/* --- 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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #Main .SublineContainer .FurtherInformation {
    margin-top: 0;
    margin-left: 10px;
  }
}
#Main div#Playground {
  margin-top: 12px;
}
#Main div#Playground > div.KeywordSet {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 168px;
  overflow: hidden;
  margin-bottom: 5px;
}
#Main div#Playground div.KeywordSet a {
  text-decoration: none;
  margin-left: 5px;
}
#Main div#Playground img {
  height: 168px;
}
#Main div#Playground .Keyword {
  display: inline-block;
  height: 100%;
  padding: 14px;
  color: #707070;
}
#Main div#Playground .Keyword span {
  font-family: 'Futura Light', 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 55px;
  white-space: nowrap;
}
#Main div#Playground .Keyword span:after {
  content: '\00BB';
  color: transparent;
}
#Main div#Playground .Keyword span:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#Main div#Playground .Keyword:not(.CurrentKeyword):hover {
  text-decoration: none;
  color: #951636;
}
#Main div#Playground .Keyword:not(.CurrentKeyword):hover span:after {
  color: #951636;
}
#Main div#Playground .Keyword.CurrentKeyword {
  background-color: #951636;
  color: #FFF;
}
#Main div#Playground div.KeywordSet a img.tile {
  height: 166px;
}
#Main #Info {
  margin-top: 50px;
}

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