/* !!! 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'));
*/
* {
  box-sizing: border-box;
}
h1 {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-family: "Futura Light", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  color: #393939;
}
@media (min-width: 600px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #941d1f;
  line-height: 1.1 !important;
}
@media (min-width: 600px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  h2 {
    font-size: 23px;
  }
}
h3 {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #707070;
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
}
@media (min-width: 600px) {
  h3 {
    font-size: 23px;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1025px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #707070;
}
@font-face {
  font-family: 'Futura Book';
  src: url('fonts/FTN45__W.eot');
  src: local('Futura PT Web Book'), local('FuturaPTWebBook'), url('fonts/FTN45__W.woff') format('woff'), url('fonts/FTN45__W.ttf') format('truetype'), url('fonts/FTN45__W.svg#FuturaPTWeb-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Light';
  src: url('fonts/FTN35__W.eot');
  src: local('Futura PT Web Light'), local('FuturaPTWebLight'), url('fonts/FTN35__W.woff') format('woff'), url('fonts/FTN35__W.ttf') format('truetype'), url('fonts/FTN35__W.svg#FuturaPTWeb-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
}
body {
  font-size: 14px;
  color: #434343;
}
@media (min-width: 1025px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  #BodyWrapper {
    /*display: flex;
        flex-direction: column;*/
    min-height: 100vh;
  }
}
#Main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}
@media (min-width: 1240px) {
  #Main {
    padding-left: 0;
    padding-right: 0;
  }
  body.LightboxOpen #Main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
.NoFooter {
    @media @min-desktop { // TODO: s.o.
        flex: 1 1;
    }
}
*/
a {
  color: #941d1f;
}
p,
ul,
.Paragraph,
.ServiceTeamBox,
#Main {
  line-height: 1.5;
}
p,
.Paragraph {
  margin-bottom: 1em;
}
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.Clearfix {
  display: block;
}
.Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
div,
input,
button,
ul,
li {
  box-sizing: border-box;
}
input,
textarea,
select {
  padding: 6px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
}
input[type=text]:not([disabled]),
input[type=password]:not([disabled]),
input[type=email]:not([disabled]),
input[type=date]:not([disabled]) {
  color: #434343;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=date][readonly] {
  color: rgba(67, 67, 67, 0.6);
  background: #eeeeee;
  cursor: default;
}
select optgroup {
  padding: 0 6px;
}
select optgroup option {
  margin-left: 10px;
}
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cfcfcf;
  margin: 20px 0;
  padding: 0;
}
.Logo {
  display: none;
  z-index: 2;
  position: relative;
}
@media (min-width: 600px) {
  .Logo {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Logo img {
  height: auto;
  position: absolute;
  left: 8px;
  top: 8px;
}
@media (min-width: 1240px) {
  body.LightboxOpen .Logo img {
    padding-left: 20px;
  }
}
@media (min-width: 1120px) {
  .Logo img {
    top: 41px;
  }
}
/* -- Grid Tabelle -- */
table.Grid {
  margin-bottom: 10px;
  /*
    th {
        @media @min-desktop {
            font-family: Futura Book;
            font-size: 21px;
        }
    }*/
}
table.Grid td,
table.Grid th {
  border: 1px lightgray solid;
  padding: 0.4em;
  vertical-align: middle;
  text-align: center;
}
table.Grid thead th {
  color: #941d1f;
}
table.Grid tbody th {
  text-align: left;
  padding: 0.4em 0.7em;
  /*color: #9e9d9d;*/
}
.SocialMedia.Sidebar {
  display: none;
  line-height: 0;
  position: fixed;
  right: 10px;
  top: 140px;
}
.SocialMedia.Sidebar a {
  margin: 0 0 2px 0;
  background-color: #eeeeee;
}
.SocialMedia.Sidebar img {
  width: 40px;
}
@media (min-width: 1340px) {
  .SocialMedia.Sidebar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
button,
.Button {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
button:hover,
.Button:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
button:focus,
.Button:focus {
  outline: 0;
}
button:disabled,
.Button:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
button:disabled:hover,
.Button:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
#Main .Box {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
#Main .Box .Headline {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #707070;
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
}
@media (min-width: 600px) {
  #Main .Box .Headline {
    font-size: 23px;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1025px) {
  #Main .Box .Headline {
    font-size: 28px;
  }
}
#Main .RoundCorners {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 10px 15px;
}
div.VideoIcon,
a.VideoIcon {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Sites/StockFood/Resources/images/VideoPlayButton.svg') no-repeat center;
  background-size: 50px 50px;
}
div.VideoIcon.Small,
a.VideoIcon.Small {
  background-size: 30px 30px;
}
#WrongDomainMessage {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #941d1f;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
#WrongDomainMessage a {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  white-space: nowrap;
  padding: 2px 5px;
}
#WrongDomainMessage a:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
#WrongDomainMessage a:focus {
  outline: 0;
}
#WrongDomainMessage a:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#WrongDomainMessage a:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
#WrongDomainMessage a:not(:disabled) {
  color: #FFF;
  background-color: #1b7e1e;
  border-color: #1b7e1e;
}
#WrongDomainMessage a:hover:not(:disabled),
#WrongDomainMessage a:hover {
  color: #FFF;
  background-color: #166919;
  border-color: #166919;
}
body.LightboxOpen .SocialMedia.Sidebar {
  display: none !important;
}
body.LightboxOpen footer .SocialMedia {
  display: block !important;
}
body.LightboxOpen #BodyWrapper {
  margin-right: 290px;
}
.TopForm {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  margin-bottom: 30px;
}
@media (min-width: 1240px) {
  .TopForm {
    padding-left: 0;
    padding-right: 0;
  }
  body.LightboxOpen .TopForm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 600px) {
  .TopForm {
    margin-bottom: 40px;
  }
}
.TopForm form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 600px) {
  .TopForm form {
    min-width: 568px;
    width: 50%;
    border-top: none;
    border-bottom: none;
  }
}
.TopForm form .Wrapper {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TopForm form .Wrapper input {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid #b1b1b1;
  outline: none;
  font-size: 16px;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
@media (min-width: 600px) {
  .TopForm form .Wrapper input {
    font-size: 18px;
  }
}
.TopForm form .StartSearch,
.TopForm form .SearchHintsLink {
  margin-left: 5px;
}
.TopForm form .StartSearch {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  background-image: url('/Sites/StockFood/Resources/images/icons/Magnifier_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #941d1f;
  background-size: 20px auto;
  width: 50px;
  height: 36px;
  height: auto;
}
.TopForm form .SearchHintsLink {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 10px;
}
.TopForm .AutoComplete .Items {
  min-width: 250px;
}
@media print {
  #LoginWidget,
  .MobileHeader,
  .MainMenuContainer-1,
  .MobileMainMenu,
  footer,
  #WrongDomainMessage,
  .TopForm,
  .TopForm *,
  .LightboxManager,
  .LightboxSidebarContainer,
  .SocialMedia.Sidebar {
    display: none !important;
  }
  #Main,
  .NoFooter > .Logo {
    padding: 0;
    margin: 0;
  }
  .NoFooter > .Logo {
    display: block;
  }
  .NoFooter > .Logo img {
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
  }
}
/*
====================================
    UI-DIALOG (z.B. für Preisrechner, Download-Dialog, Warenkorb-Meldung, LoginPopup...)
====================================
*/
body .ui-dialog {
  border: none;
  padding: 0;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  z-index: 1600 !important;
}
body .ui-dialog .ui-dialog-titlebar {
  border: 0 none;
  background: none;
  background-color: #eeeeee;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  color: #941d1f;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover {
  background-color: transparent;
  border: none;
}
body .ui-dialog .ui-widget-content {
  color: #434343;
  padding: 20px;
}
body .ui-dialog .Abort {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Close.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
  background-size: 16px 16px;
}
body .ui-dialog .Abort:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
body .ui-dialog .Abort:focus {
  outline: 0;
}
body .ui-dialog .Abort:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
body .ui-dialog .Abort:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
body .ui-dialog .Abort:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Close_white.svg');
  background-repeat: no-repeat;
}
body .ui-dialog .Abort .ui-icon-close {
  display: none;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: inherit;
}
.ui-widget button {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.ui-widget button:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.ui-widget button:focus {
  outline: 0;
}
.ui-widget button:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.ui-widget button:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  /* display: none; */
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* animation-duration: 0.3s; */
  /* animation-name: DialogOpen; */
}
.Modal .Dialog {
  width: 600px;
  max-width: calc(100vw);
  margin: 60px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: DialogOpen;
          animation-name: DialogOpen;
}
.Dialog > .Headline {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #941d1f;
  line-height: 1.1 !important;
  padding: 20px 20px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 600px) {
  .Dialog > .Headline {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .Dialog > .Headline {
    font-size: 23px;
  }
}
.Dialog .Body {
  padding: 20px 20px;
}
.Dialog .Body .Message + input[type=text] {
  margin-top: 1em;
}
.Dialog .Footer {
  border-top: 1px solid #dcdcdc;
  padding: 10px 20px;
}
.Dialog .Footer button + button {
  margin-left: 5px;
}
.Dialog .ErrorMessages {
  margin-top: 10px;
}
@-webkit-keyframes DialogOpen {
  from {
    margin-top: 0px;
    opacity: 0;
  }
  to {
    margin-top: 60px;
    opacity: 1;
  }
}
@keyframes DialogOpen {
  from {
    margin-top: 0px;
    opacity: 0;
  }
  to {
    margin-top: 60px;
    opacity: 1;
  }
}
@-webkit-keyframes Modal {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  from {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes Modal {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  from {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.OtherProductsBox {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: 40px;
}
.OtherProductsBox .Headline {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #707070;
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
}
@media (min-width: 600px) {
  .OtherProductsBox .Headline {
    font-size: 23px;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1025px) {
  .OtherProductsBox .Headline {
    font-size: 28px;
  }
}
.OtherProductsBox h3,
.OtherProductsBox .Headline {
  border-top: none;
  padding-top: 0;
}
.OtherProductsBox ul {
  padding-left: 0px;
}
.OtherProductsBox ul li {
  list-style-type: none;
}
table.Grid td,
table.Grid th {
  border: 1px #cfcfcf solid;
  padding: 0.4em;
  vertical-align: middle;
  text-align: center;
}
table.Grid th {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 21px;
}
table.Grid thead th {
  color: #941d1f;
}
table.Grid tbody th {
  text-align: left;
  padding: 0.4em 0.7em;
  color: #9e9d9d;
}
table.ContactPerson tbody tr td {
  padding-right: 20px;
  vertical-align: top;
}
table.ContactPerson tbody tr:not(.StaffName) td:not(:empty) {
  line-height: 1.2;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
table.ContactPerson tbody tr.Phone td {
  padding-bottom: 0 !important;
}
table.ContactPerson tbody tr.Email td {
  padding-top: 0 !important;
}
.TextPage h1 {
  margin-bottom: 0;
  margin-top: -10px;
}
@media (min-width: 600px) {
  .TextPage h1 {
    margin-top: -11px;
  }
}
@media (min-width: 1025px) {
  .TextPage h1 {
    margin-top: -18px;
  }
}
.TextPage h1 + h2,
.TextPage .Subline {
  margin-top: 3px;
}
.TextPage .Subline {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #941d1f;
  line-height: 1.1 !important;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .TextPage .Subline {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .TextPage .Subline {
    font-size: 23px;
  }
}
.TextPage #Main {
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 600px) {
  .TextPage #Main {
    padding-top: 40px;
  }
}
.TextPage #Main .StaffName,
.TextPage #Main .StaffName td {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #707070;
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
  font-size: 18px;
  border: none;
  padding-top: 0;
}
@media (min-width: 600px) {
  .TextPage #Main .StaffName,
  .TextPage #Main .StaffName td {
    font-size: 23px;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1025px) {
  .TextPage #Main .StaffName,
  .TextPage #Main .StaffName td {
    font-size: 28px;
  }
}
@media (min-width: 600px) {
  .TextPage #Main .StaffName,
  .TextPage #Main .StaffName td {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .TextPage #Main .StaffName,
  .TextPage #Main .StaffName td {
    font-size: 22px;
  }
}
.TextPage #Main a.Button ~ a.Button,
.TextPage #Main button ~ button {
  margin-left: 1em;
}
/* --- VALIDATION --- */
.ValidationSummary,
.validation-summary-errors {
  display: inline-block;
  border: 1px solid #cfcfcf;
  padding: 1em;
  border-left: 3px solid red;
  border-radius: 4px;
  margin-bottom: 1em;
}
.ValidationSummary ul,
.validation-summary-errors ul {
  display: inline-block;
  padding-left: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.field-validation-error,
.validation-error-message {
  color: red;
  line-height: 1;
}
input.validation-invalid,
.input-validation-error {
  border-left: 5px solid red;
  transition: border-left 0.2s ease 0.3s;
}
.validation-valid {
  border-left: 5px solid #00c000;
  transition: border-left 0.2s ease 0.3s;
}
input.Error,
input.ValidationError {
  background: #ffdfdf;
  border: 1px solid #999;
}
/* --- Newsletter / Registration Overlay --- */
.NewsletterRegistrationDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  font-family: Helvetica, Arial, sans-serif;
  display: none;
}
@media (min-width: 1025px) {
  .NewsletterRegistrationDialog {
    display: block;
  }
}
.NewsletterRegistrationDialog.open {
  opacity: 1 !important;
  pointer-events: auto;
}
.NewsletterRegistrationDialog > div {
  box-sizing: content-box;
  width: 845px;
  height: 494px;
  position: relative;
  margin: 10% auto;
  padding: 25px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
}
.NewsletterRegistrationDialog > div > img {
  border-radius: 7px;
  float: left;
  margin-right: 20px;
  height: 482px;
}
.NewsletterRegistrationDialog .Close {
  color: #515151;
  line-height: 25px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 24px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.NewsletterRegistrationDialog.open div div {
  float: left;
}
.NewsletterRegistrationDialog.open div.Text {
  padding-top: 10px;
  margin-left: 20px;
}
.NewsletterRegistrationDialog.open div.Message {
  width: 450px;
  margin-left: 20px;
  color: #941d1f;
  font-weight: bold;
  font-size: 16px;
}
.NewsletterRegistrationDialog.open h1,
.NewsletterRegistrationDialog.open h2 {
  font-size: 45px;
}
.LanguageFR .NewsletterRegistrationDialog.open h1,
.LanguageFR .NewsletterRegistrationDialog.open h2 {
  font-size: 31px;
}
.NewsletterRegistrationDialog.open h1 {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0px;
}
.NewsletterRegistrationDialog.open h2 {
  font-family: "Futura Light", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-top: -8px;
  line-height: 25px;
  color: #434343;
}
.NewsletterRegistrationDialog.open p {
  font-size: 20px;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
}
.NewsletterRegistrationDialog.open p.Privacy {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
.NewsletterRegistrationDialog.open p.Privacy a {
  font-size: 14px;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.NewsletterRegistrationDialog.open ul {
  margin-left: 20px;
  padding-left: 9px;
}
.NewsletterRegistrationDialog.open ul li {
  list-style-image: url('/SharedControllers/Widgets/NewsletterDialog/images/check_sf.jpg');
}
.NewsletterRegistrationDialog.open div.Box {
  background-color: #eeeeee;
  padding: 20px;
  width: 460px;
  height: 169px;
}
.NewsletterRegistrationDialog.open div.Box.Registration {
  height: 152px;
  margin-top: 14px;
}
.NewsletterRegistrationDialog.open div.Box input {
  border-radius: 4px;
  border: 1px solid #b1b1b1;
  padding: 10px;
}
.NewsletterRegistrationDialog.open div.Box button img {
  vertical-align: sub;
}
.NewsletterRegistrationDialog.open input.RegistrationEMail {
  width: 265px;
  margin: 0px 5px 3px 0px;
}
.NewsletterRegistrationDialog button.Subscribe {
  background: #941d1f;
  border: none;
  color: #fff;
  padding: 9px;
}
.NewsletterRegistrationDialog button.Deactivate,
.NewsletterRegistrationDialog button.ShowLater {
  margin: 10px 5px 0px 0px;
  background: #fff;
  height: 38px;
}
.NewsletterRegistrationDialog button.Deactivate,
.NewsletterRegistrationDialog button.ShowLater,
.NewsletterRegistrationDialog button.Deactivate:hover,
.NewsletterRegistrationDialog button.ShowLater:hover {
  color: #434343;
}
.NewsletterRegistrationDialog div.Registration button.Deactivate {
  margin: 10px 5px 0px 20px;
  background: #fff;
  height: 38px;
}
footer {
  font-size: 12px;
  color: #8b8a8a;
  background-color: #f8f8f8;
  margin-top: 60px;
  border-top: 1px solid #cfcfcf;
  padding: 20px 0 10px 0;
}
@media (min-width: 600px) {
  footer {
    padding-bottom: 30px;
    font-size: 13px;
  }
}
footer a {
  color: #8b8a8a;
  margin-top: 10px;
  text-decoration: none;
}
@media (min-width: 600px) {
  footer a {
    display: inline-block;
    margin: 2px 0px;
  }
}
footer .Inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}
@media (min-width: 1240px) {
  footer .Inner {
    padding-left: 0;
    padding-right: 0;
  }
  body.LightboxOpen footer .Inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .Headline {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #393939;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}
@media (min-width: 600px) {
  footer .Headline {
    font-size: 20px;
  }
}
footer .VisitAlso {
  display: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  footer .VisitAlso {
    display: block;
  }
}
footer .VisitAlso .Headline {
  text-transform: uppercase;
}
footer .VisitAlso .VisitLinks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .VisitAlso .VisitLinks > div {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 30px;
}
footer .VisitAlso .VisitLinks > div.Link3 {
  margin-right: 0;
}
footer .VisitAlso .VisitLinks a {
  display: block;
  margin-bottom: 15px;
  line-height: 79px;
  width: calc(33vw -  60px);
}
footer .VisitAlso .VisitLinks a img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
footer .VisitAlso .VisitLinks .Link1 a {
  max-width: 225px;
}
footer .VisitAlso .VisitLinks .Link2 a {
  max-width: 265px;
}
footer .VisitAlso .VisitLinks .Link3 a {
  max-width: 250px;
}
footer .VisitAlso .VisitLinks .Link3 a.TallImage {
  max-width: 240px;
  margin-top: -15px;
  margin-bottom: 30px;
}
footer .VisitAlso .VisitLinks p {
  margin: 0;
  color: #434343;
}
footer .Links {
  line-height: 1.5em;
}
footer .Links a + span + br {
  display: none;
}
footer .Links .Link {
  display: inline;
}
footer .Links .Link:last-child span {
  display: none;
}
@media (min-width: 600px) {
  footer .Links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .Links a + span {
    display: none;
  }
  footer .Links a + span + br {
    display: inline;
  }
  footer .Links .Section {
    margin-top: 10px;
    padding: 0 40px 0 0;
  }
  footer .Links .Section:last-child {
    padding-right: 0;
  }
}
footer .Links .Certificates {
  width: 200px;
}
footer .Links .Certificates .Headline {
  width: 100%;
}
footer .Links .Certificates .CertificateWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
  vertical-align: top;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .Links .Certificates .CertificateWrapper img {
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
  max-height: 50px;
  padding-right: 5px;
}
@media (min-width: 600px) {
  footer .Links .Certificates .CertificateWrapper img {
    padding: 0;
  }
}
footer .Links .Certificates .CertificateWrapper img.Small {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media (min-width: 600px) {
  footer .Links .Certificates .CertificateWrapper img.Small {
    padding: 3px;
  }
}
footer .Links .Certificates .CertificateWrapper p {
  -webkit-flex-basis: 67%;
      -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
  margin: 0;
  font-size: 12px;
}
footer .NewsletterAndPayment form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment form {
    display: block;
  }
}
footer .NewsletterAndPayment form input[type=text] {
  -webkit-flex: 1 0;
      -ms-flex: 1 0;
          flex: 1 0;
  height: 30px;
  padding: 0 6px;
}
footer .NewsletterAndPayment form .SubscribeButton {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  background-image: url('/Sites/StockFood/Controllers/Widgets/Footer/images/signup_arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #941d1f;
  background-size: 20px auto;
  width: 50px;
  height: 36px;
  height: 30px;
  width: 30px;
  background-size: 10px auto;
  vertical-align: top;
  margin-left: 5px;
}
@media (min-width: 1025px) {
  footer .NewsletterAndPayment form .SubscribeButton {
    margin-left: 0;
  }
}
footer .NewsletterAndPayment form input {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment form input {
    font-size: 15px;
  }
}
footer .NewsletterAndPayment .SocialMedia,
footer .NewsletterAndPayment .PaymentLogos {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment .SocialMedia,
  footer .NewsletterAndPayment .PaymentLogos {
    text-align: left;
  }
}
footer .NewsletterAndPayment .SocialMedia {
  line-height: 0;
  margin-bottom: -5px;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment .SocialMedia {
    margin-bottom: 0;
  }
}
footer .NewsletterAndPayment .SocialMedia a {
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment .SocialMedia a {
    margin-bottom: 0;
  }
}
footer .NewsletterAndPayment .SocialMedia img {
  height: 45px;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment .SocialMedia img {
    height: 40px;
  }
}
@media (min-width: 1340px) {
  footer .NewsletterAndPayment .SocialMedia {
    display: none;
    /* stattdessen wird dann Sidebar (Container body > SocialMedia) angezeigt
                (muss außerhalb von Bodywrapper sein, damit "position: fixed" funktioniert wg. translate3d) */
  }
}
footer .NewsletterAndPayment .PaymentLogos img {
  height: 30px;
  margin-right: 5px;
}
@media (min-width: 600px) {
  footer .NewsletterAndPayment .PaymentLogos img {
    height: 25px;
  }
}
footer .CopyRight {
  margin-top: 20px;
}
footer .CopyRight span {
  font-weight: bold;
}
footer .CopyRight span.StockFood {
  color: #941d1f;
}
footer .TranslationLinks {
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
footer .TranslationLinks a.Button {
  display: inline-block;
  margin: 0 3px 3px 0;
}
/* Menu */
.MainMenuContainer-1 {
  display: none;
}
@media (min-width: 600px) {
  .MainMenuContainer-1 {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
    padding: 0;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) and (min-width: 1240px) {
  .MainMenuContainer-1 {
    padding-left: 0;
    padding-right: 0;
  }
  body.LightboxOpen .MainMenuContainer-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.MainMenuContainer-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #eeeeee;
}
/*
.MainMenuContainer-2 > .MainMenu:first-child {
    margin-left: 110px;
}*/
.MainMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.MainMenu a,
.MainMenu a > span {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}
.MainMenu.Mobile {
  margin-left: 110px;
}
@media (min-width: 600px) {
  .MainMenu.Mobile {
    margin-left: 140px;
  }
}
@media (min-width: 1120px) {
  .MainMenu.Mobile {
    display: none;
  }
}
.MainMenu.Left {
  display: none;
}
@media (min-width: 1120px) {
  .MainMenu.Left {
    display: inline-block;
    margin-left: 140px;
  }
}
@media (min-width: 600px) {
  .MainMenu.Right {
    margin-left: 20px;
  }
}
.MainMenu.Right .Text {
  display: none;
}
@media (min-width: 600px) {
  .MainMenu.Right .Text {
    display: inline;
  }
}
.MainMenu.Right .Dummy {
  visibility: hidden;
}
@media (min-width: 600px) {
  .MainMenu.Right .Dummy {
    display: none;
  }
}
.MainMenu.Right li {
  border-left: 1px solid #FFF;
}
.MainMenu > li {
  display: inline-block;
  position: relative;
}
.MainMenu > li:hover {
  background-color: #FFF;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease 0.1s;
}
.MainMenu > li:hover > a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  transition: all 0.1s ease 0.1s;
}
.MainMenu > li > a,
.MainMenu > li > button {
  padding: 10px 20px;
  padding: 6px 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}
.MainMenu > li > a,
.MainMenu > li > a:visited {
  color: #393939;
}
.MainMenu > li:hover .DropdownContainer,
.MainMenu > li > .DropdownContainer:hover {
  visibility: visible;
  transition: all 0.1s ease 0.1s;
}
.MainMenu .DropdownContainer {
  position: absolute;
  z-index: 1;
  top: 100%;
  visibility: hidden;
  padding: 10px 15px 10px 15px;
  background: #FFF;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
}
.MainMenu .DropdownContainer .Dropdown {
  padding: 0;
  list-style-type: none;
  margin: 0;
  min-width: 160px;
}
.MainMenu .DropdownContainer .Dropdown li {
  padding: 5px 0 5px 0px;
  background-color: #FFF;
  border-bottom: 1px solid #DDDCDC;
  min-width: 80px;
  cursor: pointer;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.MainMenu .DropdownContainer .Dropdown li:last-child {
  border-bottom: none;
}
.MainMenu .DropdownContainer .Dropdown li:hover {
  color: #393939;
}
.MainMenu .DropdownContainer .Dropdown li a,
.MainMenu .DropdownContainer .Dropdown li a:visited {
  color: #393939;
  text-decoration: none;
}
.MainMenu .DropdownContainer .Dropdown li a:hover {
  color: #941d1f;
}
.MainMenu li:hover .SpaceTop,
.MainMenu li:hover .SpaceBottom {
  position: absolute;
  background-color: #FFF;
  transition: all 0.1s ease 0.1s;
}
.MainMenu li:hover .SpaceTop {
  top: -5px;
  left: -1px;
  right: 0;
  height: 5px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px 3px 0 0;
}
.MainMenu li:hover .SpaceBottom {
  left: -4px;
  top: 100%;
  height: 10px;
  width: 120%;
  z-index: 1;
}
.MainMenu.Left li:hover .SpaceTop {
  left: 0px;
}
.MainMenu .CartCounter,
.MainMenu .NewsCounter {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
}
.MainMenu .CartCounter {
  background-color: #FFF;
  color: #941d1f;
  border-radius: 4px;
  min-width: 30px;
}
.MainMenu .CartCounter.Empty {
  display: none;
}
.MainMenu .NewsCounter {
  background-color: #941d1f;
  color: #FFF;
  border-radius: 12px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
}
.MainMenu .Cart:hover .CartCounter {
  background-color: #eeeeee;
  transition: all 0.1s ease 0.1s;
}
@media (min-width: 600px) {
  .MainMenu .OpenLightbox a {
    background-image: url('/Sites/StockFood/Resources/images/icons/Likebox.svg');
    background-repeat: no-repeat;
  }
  .MainMenu .Cart > a {
    background-image: url('/Sites/StockFood/Resources/images/icons/Cart.svg');
    background-repeat: no-repeat;
  }
  .MainMenu .OpenLightbox a,
  .MainMenu .Cart > a {
    padding-left: 44px;
    background-size: 22px auto;
    background-position: left 14px center;
    width: auto;
  }
}
.MainMenu .MobileMenuButton {
  background-image: url('/Sites/StockFood/Resources/images/icons/Bars.svg');
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: left 10px center;
  padding-left: 40px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.MainMenu .MobileMenuButton,
.MainMenu .MobileMenuButton:hover {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #434343;
}
.MainMenu .MobileMenuButton:focus {
  outline: none;
}
body.MobileMainMenuOpen .MainMenu .MobileMenuButton {
  background-image: url('/Sites/StockFood/Resources/images/icons/Bars_active.svg');
  background-repeat: no-repeat;
}
body.LightboxOpen .MainMenu .OpenLightbox {
  display: none;
}
body.MobileMainMenuOpen {
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
@media (min-width: 1120px) {
  body.MobileMainMenuOpen {
    position: static;
    /* ermöglicht, dass man Seite scrollen kann, wenn zwar MobileMainMenuOpen, aber Fenster so breit, dass das Menü wieder ausgeblendet wird */
  }
}
#BodyWrapper,
.LightboxSidebar {
  transition: 0.5s 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 1120px) {
  #BodyWrapper,
  .LightboxSidebar {
    transition: none;
  }
}
body.MobileMainMenuOpen #BodyWrapper,
body.MobileMainMenuOpen .LightboxSidebar {
  -webkit-transform: translate3d(290px, 0, 0);
          transform: translate3d(290px, 0, 0);
}
@media (min-width: 1120px) {
  body.MobileMainMenuOpen #BodyWrapper,
  body.MobileMainMenuOpen .LightboxSidebar {
    -webkit-transform: none;
            transform: none;
  }
}
.MobileMainMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  line-height: 1.5em;
  color: #525255;
  background: #FFF;
  width: 290px;
  height: 100vh;
  overflow-y: scroll;
  overflow-scrolling: touch;
  transition: 0.5s 0s;
  -webkit-transform: translate3d(-290px, 0, 0);
          transform: translate3d(-290px, 0, 0);
  border-right: 1px solid #b1b1b1;
}
@media (min-width: 1120px) {
  .MobileMainMenu {
    display: none;
  }
}
body.MobileMainMenuOpen .MobileMainMenu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.MobileMainMenu .Welcome {
  margin-bottom: 20px;
  font-family: "Futura Light", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
}
.MobileMainMenu .Welcome em {
  font-style: normal;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #941d1f;
}
.MobileMainMenu .Buttons {
  margin: 0;
}
.MobileMainMenu .Buttons > a {
  display: inline-block;
  margin-bottom: 10px;
}
.MobileMainMenu .Buttons .Logout {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Logout.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
.MobileMainMenu .Buttons .Logout:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.MobileMainMenu .Buttons .Logout:focus {
  outline: 0;
}
.MobileMainMenu .Buttons .Logout:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.MobileMainMenu .Buttons .Logout:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileMainMenu .Buttons .Logout:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Logout_white.svg');
  background-repeat: no-repeat;
}
.MobileMainMenu .Buttons .Login {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Login.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
.MobileMainMenu .Buttons .Login:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.MobileMainMenu .Buttons .Login:focus {
  outline: 0;
}
.MobileMainMenu .Buttons .Login:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.MobileMainMenu .Buttons .Login:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileMainMenu .Buttons .Login:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Login_white.svg');
  background-repeat: no-repeat;
}
.MobileMainMenu .Buttons .Register {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileMainMenu .Buttons .Register:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.MobileMainMenu .Buttons .Register:focus {
  outline: 0;
}
.MobileMainMenu .Buttons .Register:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.MobileMainMenu .Buttons .Register:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileMainMenu .LimitationDisplay {
  margin-bottom: 10px;
  background-color: #6e6e6e;
  color: #FFF;
  font-size: 11.5px;
  padding: 2px 5px;
  border-radius: 4px;
}
.MobileMainMenu .LimitationDisplay a {
  color: inherit;
  text-decoration: none;
}
.MobileMainMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}
.MobileMainMenu ul a {
  text-decoration: none;
  font-family: inherit;
}
.MobileMainMenu > ul {
  margin: 10px 0 30px 0;
  font-size: 20px;
}
.MobileMainMenu li {
  display: block;
}
.MobileMainMenu .SubMenu {
  display: none;
}
.MobileMainMenu li:first-child .MainMenuItem {
  border-top: 1px solid #b1b1b1;
}
.MobileMainMenu li:first-child.MyAccount .MainMenuItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.MobileMainMenu li:first-child.MyAccount .MainMenuItem .WocIcon {
  padding-right: 5px;
}
.MobileMainMenu li:first-child.MyAccount .MainMenuItem:not(.Open),
.MobileMainMenu li:first-child.MyAccount .SubMenu li:last-child {
  border-bottom: 4px double #b1b1b1;
}
.MobileMainMenu .MainMenuItem,
.MobileMainMenu .SubMenu li {
  border-bottom: 1px solid #b1b1b1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.MobileMainMenu .SubMenu li {
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/red/ArrowRight.svg');
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: left 25px center;
}
.MobileMainMenu .SubMenu li a {
  color: #393939;
}
.MobileMainMenu .MainMenuItem {
  cursor: pointer;
}
.MobileMainMenu .MainMenuItem.Open {
  color: #941d1f;
  background: #eeeeee;
}
.MobileMainMenu .MainMenuItem.Open + .SubMenu {
  display: block;
}
.MobileMainMenu .MainMenuItem a {
  color: #525255;
}
.MobileMainMenu li.PhotographerNews a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MobileMainMenu li.PhotographerNews a .NewsCounter {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background-color: #941d1f;
  color: #FFF;
  border-radius: 12px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
}
.MobileMainMenu .CountriesAndContact {
  margin-bottom: 20px;
  font-size: 14px;
}
.MobileMainMenu .CountriesAndContact .Contact .Phone {
  background-image: url('/Sites/StockFood/Resources/images/icons/Phone.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 1em;
  padding-left: 1.5em;
}
.MobileMainMenu .CountriesAndContact > button {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Arrow_Pulldown.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
  background-size: auto 0.5em !important;
  padding-left: 2em;
  margin: 10px 0;
  display: inline-block;
}
.MobileMainMenu .CountriesAndContact > button:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.MobileMainMenu .CountriesAndContact > button:focus {
  outline: 0;
}
.MobileMainMenu .CountriesAndContact > button:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.MobileMainMenu .CountriesAndContact > button:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileMainMenu .CountriesAndContact > button:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Arrow_Pulldown_white.svg');
  background-repeat: no-repeat;
}
.MobileMainMenu .CountriesAndContact > button.Open {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Arrow_PullUp_white.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
  padding-left: 2em;
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.MobileMainMenu .CountriesAndContact > button.Open:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.MobileMainMenu .CountriesAndContact > button.Open:focus {
  outline: 0;
}
.MobileMainMenu .CountriesAndContact > button.Open:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.MobileMainMenu .CountriesAndContact > button.Open:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileMainMenu .CountriesAndContact > button.Open:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Arrow_PullUp_white.svg');
  background-repeat: no-repeat;
}
.MobileMainMenu .CountriesAndContact .DomainList {
  display: none;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.MobileMainMenu .CountriesAndContact .DomainList.Open {
  display: block;
}
.MobileMainMenu .CountriesAndContact .DomainList .ActiveDomain {
  background-color: #eeeeee;
}
.MobileMainMenu .CountriesAndContact .DomainList a,
.MobileMainMenu .CountriesAndContact .DomainList span {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
}
.MobileMainMenu .CountriesAndContact .DomainList a {
  color: #525255;
}
.MobileMainMenu .CountriesAndContact .DomainList a:hover {
  color: #941d1f;
}
.MobileMainMenu .CountriesAndContact .DomainList li {
  padding: 5px 10px;
  line-height: 1.3;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/red/ArrowRight.svg');
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: left 25px center;
}
.MobileMainMenu .CountriesAndContact .DomainList li span:first-child {
  display: inline-block;
  min-width: 30px;
}
.MobileHeader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 0 8px;
  margin-bottom: 15px;
  height: 66px;
}
@media (min-width: 600px) {
  .MobileHeader {
    display: none;
  }
}
.MobileHeader > div,
.MobileHeader > img {
  -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}
.MobileHeader .LogoContainer {
  text-align: center;
}
.MobileHeader .LogoContainer img {
  height: 55px;
}
.MobileHeader .OpenMainMenu {
  background-image: url('/Sites/StockFood/Resources/images/icons/Menu.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 44px;
  height: 30px;
  background-size: 33px;
  font-size: 19px;
}
.MobileHeader .OpenMainMenu,
.MobileHeader .OpenMainMenu:hover {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #434343;
}
.MobileHeader .OpenMainMenu:focus {
  outline: none;
}
body.MobileMainMenuOpen .MobileHeader .OpenMainMenu {
  background-image: url('/Sites/StockFood/Resources/images/icons/Menu_active.svg');
  background-repeat: no-repeat;
}
.MobileHeader .Right {
  text-align: right;
}
.MobileHeader .OpenCart,
.MobileHeader .OpenLightbox {
  width: 33px;
  height: 33px;
  border: 0 none;
  background-size: contain;
}
.MobileHeader .OpenCart {
  position: relative;
  background-image: url('/Sites/StockFood/Resources/images/icons/Cart.svg');
  background-repeat: no-repeat;
  margin-left: 10px;
}
.MobileHeader .OpenCart:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.MobileHeader .OpenCart .CartCounter {
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 0px;
  width: 90%;
  text-align: center;
  color: #941d1f;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}
.MobileHeader .OpenCart .CartCounter.HasTwoDigits {
  font-size: 14px;
  top: -2px;
}
.MobileHeader .OpenLightbox {
  background-image: url('/Sites/StockFood/Resources/images/icons/Likebox.svg');
  background-repeat: no-repeat;
}
.MobileHeader .OpenLightbox:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
/* Defaults für den Zoom */
/* Diese Variablen ggf. in der seitenspezifischen less-Datei überschreiben. */
/*
Seitenunabhängige Styles (nur Layout)
*/
.ZoomContainer .ZoomOuter {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}
.ZoomContainer .Zoom {
  position: relative;
  padding: 20px;
  z-index: 1550;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
.ZoomContainer .ImageZoom .PositionAnchor,
.ZoomContainer .FeatureZoom .PositionAnchor {
  position: relative;
}
.ZoomContainer .ImageZoom .Icons,
.ZoomContainer .FeatureZoom .Icons,
.ZoomContainer .VideoZoom .Icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZoomContainer .ImageZoom .ImageAndGroupImages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ZoomContainer .ImageZoom .GroupAssets {
  padding-left: 20px;
  overflow-y: auto;
  width: 310px;
}
.ZoomContainer .ImageZoom .AssetsContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ZoomContainer .ImageZoom .GroupAssetContainer {
  width: 120px;
  margin: 5px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZoomContainer .ImageZoom .GroupAssetContainer .RemoveFromActiveLightbox,
.ZoomContainer .ImageZoom .GroupAssetContainer .AddToActiveLightbox {
  position: absolute;
  top: 0;
  right: 0;
}
.ZoomContainer .ImageZoom .GroupAssetContainer .PositionAnchor img {
  max-width: 120px;
  max-height: 120px;
}
.ZoomContainer .FeatureZoom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ZoomContainer .FeatureZoom .ImageAndInfos {
  padding-right: 20px;
}
.ZoomContainer .FeatureZoom .FeatureImagesContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}
.ZoomContainer .FeatureZoom .FeatureImagesContainer .AllImagesLabel {
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0;
  margin: 0;
}
.ZoomContainer .FeatureZoom .FeatureImagesContainer .GroupAssets {
  -webkit-flex: 1 0;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-top: 10px;
  overflow-y: auto;
  width: 410px;
}
.ZoomContainer .FeatureZoom .FeatureImagesContainer .GroupAssets .AssetsContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 10px;
}
.ZoomContainer .FeatureZoom .FeatureImagesContainer .GroupAssets .AssetsContainer .GroupAssetContainer {
  width: 120px;
  margin: 5px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZoomContainer .FeatureZoom .FeatureImagesContainer .GroupAssets .AssetsContainer .GroupAssetContainer .PositionAnchor img {
  max-width: 120px;
  max-height: 120px;
}
.ZoomContainer .FeatureZoom .ZoomLabel,
.ZoomContainer .VideoZoom .ZoomLabel {
  position: absolute;
  top: -27px;
  left: 0;
  padding: 5px 20px 0;
  border-radius: 4px;
  background: #FFF;
}
.ZoomContainer .FeatureZoom .ZoomLabel.Shadow,
.ZoomContainer .VideoZoom .ZoomLabel.Shadow {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
.ZoomContainer .FeatureZoom .ZoomLabelShadowRemover,
.ZoomContainer .VideoZoom .ZoomLabelShadowRemover {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 20px;
  background: #FFF;
}
.ZoomContainer .FeatureImageZoom {
  display: table;
}
.ZoomContainer .FeatureImageZoom img {
  max-width: 450px;
  max-height: 450px;
}
.ZoomContainer .FeatureImageZoom .MetaData {
  display: table-caption;
  caption-side: bottom;
}
.ZoomContainer .VideoZoom .RecipeVideoLoginMessage {
  width: 480px;
  height: 270px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZoomContainer .VideoZoom .RecipeVideoLoginMessage > div {
  background-color: rgba(255, 255, 255, 0.6);
  width: 60%;
  padding: 10px;
}
.ZoomContainer .ImageZoom .DownloadHistory {
  margin-top: 20px;
}
.ZoomContainer .ImageZoom .DownloadHistory .Headline {
  margin: 20px 0 10px 0;
}
.ZoomContainer .ImageZoom .DownloadHistory .TableWrapper {
  max-height: 140px;
  overflow-y: auto;
}
.ZoomContainer .ImageZoom .DownloadHistory .Project,
.ZoomContainer .ImageZoom .DownloadHistory .EndCustomer {
  max-width: 200px;
}
.ZoomContainer .Zoom {
  padding: 20px;
  background-color: #FFF;
  line-height: 1.5;
  font-size: 12px;
}
.ZoomContainer .Zoom .ZoomLabel {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
}
.ZoomContainer .Zoom .Restrictions {
  list-style-type: none;
  margin: 0 ;
  padding: 0;
  margin-top: 10px;
}
.ZoomContainer .Zoom .Restrictions li {
  background: #ffa3a3;
  color: #000;
  padding: 1px 3px;
  border-radius: 3px;
}
.ZoomContainer .Zoom .MetaData {
  margin: 15px 0 10px;
}
.ZoomContainer .Zoom .MetaData > div:not(:first-child) {
  margin-top: 5px;
}
.ZoomContainer .Zoom .GroupAssetContainer:hover img {
  box-shadow: 0px 0px 3px #000;
}
.ZoomContainer .Zoom .GroupAssetContainer .RemoveFromActiveLightbox,
.ZoomContainer .Zoom .GroupAssetContainer .AddToActiveLightbox {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-top: none;
  background-size: auto 20px;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  right: 0;
  border-radius: 0 0 0 4px;
  width: 22px;
  height: 22px;
  background-size: auto 15px;
}
.ZoomContainer .Zoom .GroupAssetContainer .RemoveFromActiveLightbox:hover,
.ZoomContainer .Zoom .GroupAssetContainer .AddToActiveLightbox:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.ZoomContainer .Zoom .Icons.AssetContainer {
  margin: 0;
}
.ZoomContainer .Zoom .GoToPreviewPage {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  margin-left: 10px;
  vertical-align: text-top;
}
.ZoomContainer .Zoom .GoToPreviewPage:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.ZoomContainer .Zoom .GoToPreviewPage:focus {
  outline: 0;
}
.ZoomContainer .Zoom .GoToPreviewPage:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.ZoomContainer .Zoom .GoToPreviewPage:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.ZoomContainer .Zoom .FeatureZoom .ZoomLabel {
  color: #6d60a8;
}
.ZoomContainer .Zoom .FeatureZoom .ImageAndInfos {
  border-right: 1px solid #ddd;
}
.ZoomContainer .Zoom .FeatureZoom .MetaData .Caption {
  font-family: 'Kameron';
  font-size: 26px;
}
.ZoomContainer .Zoom .FeatureZoom .MetaData .Credit {
  font-style: italic;
}
.ZoomContainer .Zoom .VideoZoom .ZoomLabel {
  color: #317ad9;
}
.ZoomContainer .Zoom .VideoZoom .MetaData {
  margin-top: 0;
}
.ZoomContainer .Zoom .VideoZoom .MetaData .Caption {
  font-size: 21px;
}
.ZoomContainer .Zoom .VideoZoom .MetaData .Info,
.ZoomContainer .Zoom .VideoZoom .MetaData .Credit {
  font-size: 11px;
  margin: 0;
  line-height: normal;
}
.ZoomContainer .Zoom .FeatureImageZoom .MetaData {
  margin: 0;
}
.ZoomContainer .Zoom .FeatureImageZoom .MetaData .FeatureInfo {
  position: relative;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: 20px;
}
.ZoomContainer .Zoom .FeatureImageZoom .MetaData .FeatureInfo .AssetIdAndTitle {
  margin: 0;
  font-family: 'Kameron';
  font-size: 20px;
  line-height: normal;
}
.ZoomContainer .Zoom .FeatureImageZoom .MetaData .FeatureInfo .Label {
  position: absolute;
  top: -14px;
  left: 15px;
  padding: 0 5px;
  background-color: #FFF;
  color: #6d60a8;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
}
.ZoomContainer .Zoom button {
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1px;
  border: 0 none;
  margin-right: 2px;
  box-sizing: content-box;
}
.ZoomContainer .Zoom button:hover {
  padding: 0;
  border: 1px solid #6e6e6e;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.ZoomContainer .Zoom button.Download {
  background-image: url('/Sites/StockFood/Resources/images/icons/Download_HiRes.svg');
  background-size: auto 18px;
}
.ZoomContainer .Zoom button.AddToCart {
  background-image: url('/Sites/StockFood/Resources/images/icons/AddToCart.svg');
  background-size: auto 18px;
}
.ZoomContainer .Zoom button.AddToActiveLightbox {
  background-image: url('/Sites/StockFood/Resources/images/icons/Likebox.svg');
  background-size: auto 16px;
}
.ZoomContainer .Zoom button.RemoveFromActiveLightbox {
  background-image: url('/Sites/StockFood/Resources/images/icons/Likebox_solid.svg');
  background-size: auto 16px;
}
.ZoomContainer .Zoom button.CalculatePrice {
  background-image: url('/Sites/StockFood/Resources/images/icons/CalculatePrice.svg');
  background-size: auto 16px;
}
body.CurrencyEUR .ZoomContainer .Zoom button.CalculatePrice {
  background-image: url('/Sites/StockFood/Resources/images/icons/CalculatePrice_EUR.svg');
}
body.CurrencyGBP .ZoomContainer .Zoom button.CalculatePrice {
  background-image: url('/Sites/StockFood/Resources/images/icons/CalculatePrice_GBP.svg');
}
body.CurrencyUSD .ZoomContainer .Zoom button.CalculatePrice,
body.DomainCA .ZoomContainer .Zoom button.CalculatePrice {
  background-image: url('/Sites/StockFood/Resources/images/icons/CalculatePrice_USD.svg');
}
.ZoomContainer .Zoom button.FindSimilarImages {
  background-image: url('/Sites/StockFood/Resources/images/icons/SimilarImages.svg');
  background-size: auto 8px;
}
.ImageZoom .DownloadHistory table td {
  padding: 2px 20px 2px 2px;
}
.ImageZoom .DownloadHistory table td:last-child {
  padding-right: 2px;
}
.ImageZoom .DownloadHistory table thead td {
  font-weight: bold;
  background: #eeeeee;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ImageZoom .DownloadHistory table tbody td {
  border-bottom: 1px dotted #cfcfcf;
}
.ImageZoom .DownloadHistory {
  border-top: 1px solid #cfcfcf;
}
.ImageZoom .DownloadHistory .Headline {
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size-adjust: 0.46;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #941d1f;
  line-height: 1.1 !important;
  font-size: 16px !important;
}
@media (min-width: 600px) {
  .ImageZoom .DownloadHistory .Headline {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .ImageZoom .DownloadHistory .Headline {
    font-size: 23px;
  }
}
#LoginWidget {
  display: none;
}
@media (min-width: 1120px) {
  #LoginWidget {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 20px;
    font-size: 12px;
    color: #525255;
  }
  #LoginWidget a {
    color: #525255;
    text-decoration: none;
  }
  #LoginWidget .Inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #LoginWidget .Inner > * {
    padding: 0 7px;
    border-right: 1px solid #525255;
  }
  #LoginWidget .Inner > *:last-child,
  #LoginWidget .Inner > *.NoBorder {
    border-right: 0 none;
  }
  #LoginWidget .Inner > *:last-child {
    padding-right: 0;
  }
  #LoginWidget .Inner img.WocIcon {
    border-color: transparent;
    padding: 0;
  }
  #LoginWidget .Inner > div > a {
    display: inline-block;
  }
  #LoginWidget .LimitationDisplay {
    background-color: #6e6e6e;
    color: #FFF !important;
    padding: 2px 3px !important;
    border-radius: 4px;
    border-right: none;
  }
  #LoginWidget .LimitationDisplay a {
    color: inherit;
    text-decoration: none;
  }
  #LoginWidget .MyAccount,
  #LoginWidget .Domains {
    position: relative;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #LoginWidget .MyAccount .Dropdown,
  #LoginWidget .Domains .Dropdown {
    position: absolute;
    top: 100%;
    background: #FFF;
    padding: 10px;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    z-index: 2;
    visibility: hidden;
    transition: 0.1s 0.3s;
  }
  #LoginWidget .MyAccount .Dropdown:hover,
  #LoginWidget .Domains .Dropdown:hover {
    visibility: visible;
  }
  #LoginWidget .MyAccount .Dropdown li,
  #LoginWidget .Domains .Dropdown li {
    line-height: 1.8;
  }
  #LoginWidget .MyAccount .Dropdown a:hover,
  #LoginWidget .Domains .Dropdown a:hover {
    color: #941d1f;
  }
  #LoginWidget .MyAccount .Dropdown {
    width: 200px;
    left: 0;
  }
  #LoginWidget .MyAccount:hover .Dropdown,
  #LoginWidget .Domains:hover .Dropdown {
    visibility: visible;
  }
  #LoginWidget .Dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #LoginWidget .Domains > a {
    background-image: url('/Sites/StockFood/Resources/images/icons/Arrow_Pulldown.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em;
    padding-right: 1.5em;
  }
  #LoginWidget .Domains .Dropdown {
    right: -100px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #LoginWidget .Domains .Dropdown .ActiveDomain {
    background-color: #eeeeee;
  }
  #LoginWidget .Domains .Dropdown li a {
    white-space: nowrap;
  }
  #LoginWidget .Domains .Dropdown li span {
    display: inline-block;
  }
  #LoginWidget .Domains .Dropdown li span:first-child {
    min-width: 25px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1120px) and (min-width: 1240px) {
  #LoginWidget {
    padding-left: 0;
    padding-right: 0;
  }
  body.LightboxOpen #LoginWidget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#LoginWidget .Phone {
  background-image: url('/Sites/StockFood/Resources/images/icons/Phone.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 1.2em;
  height: 100%;
  padding-left: 1.5em;
}
#LoginWidget #LiveChatUSUK {
  position: relative;
  height: 14px;
}
#LoginWidget #LiveChatUSUK > div {
  height: 100%;
}
#LoginWidget #LiveChatUSUK > div > a {
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
#LoginWidget #LiveChatUSUK > div > a > img {
  position: relative;
  top: -6px;
  height: 27px;
  width: auto;
  margin-right: 2px;
}
/* Defaults für das Cart-Dropdown */
/* Diese Variablen am besten in der seitenspezifischen Less datei überschreiben. */
/*
Seitenunabhängige Styles (nur Layout)

Default-Werte sind in Datei Defaults.imp.less festgehalten.
*/
.CartContainer {
  position: relative;
  visibility: hidden;
  z-index: 1;
}
#MainMenu .Cart:hover .CartContainer,
.MainMenu > .Cart:hover .CartContainer {
  visibility: visible;
}
#MenuCartDropDown {
  position: absolute;
  padding: 10px;
  right: -10px;
  top: -10px;
}
#MenuCartDropDown > div {
  padding: 20px;
  background-color: #FFF;
}
#MenuCartDropDown .ProductsOuter {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
#MenuCartDropDown .Products {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 6px;
  margin-bottom: 10px;
  width: 400px;
}
#MenuCartDropDown .Products .CartEmptyHint {
  margin: 0;
}
#MenuCartDropDown .Products .Item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 20px;
}
#MenuCartDropDown .Products .Item:first-child {
  padding-top: 0;
}
#MenuCartDropDown .Products .Item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#MenuCartDropDown .Products .Item div.Image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  max-height: 120px;
  overflow: hidden;
  background: white;
  margin-right: 20px;
}
#MenuCartDropDown .Products .Item div.Image > a {
  width: 120px;
  max-height: 120px;
  display: table-cell;
  text-align: center;
}
#MenuCartDropDown .Products .Item div.Image > a .ThumbContainer {
  position: relative;
}
#MenuCartDropDown .Products .Item div.Image > a .ThumbContainer img {
  max-width: 120px;
  max-height: 120px;
  margin: 0;
  vertical-align: top;
  /* nötig, weil sonst ein Abstand zwischen
                                    ThumbContainer und img ist (VideoIcon ist dann nicht mittig)
                                    http://stackoverflow.com/a/5804278/3968379 */
}
#MenuCartDropDown .Products .Item div.Right {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#MenuCartDropDown .Products .Item div.Right .Caption {
  overflow: hidden;
  line-height: 1.4em;
  max-height: 2.8em;
  margin-bottom: 10px;
}
#MenuCartDropDown table {
  margin: 0;
  width: 100%;
}
#MenuCartDropDown .Amount,
#MenuCartDropDown form,
#MenuCartDropDown div.Buttons {
  text-align: right;
}
#MenuCartDropDown .SomeCalculationsAreMissingHintOuter {
  border-bottom: #dcdcdc;
  margin-bottom: 10px;
}
#MenuCartDropDown .SomeCalculationsAreMissingHintOuter .SomeCalculationsAreMissingHint {
  padding: 10px;
  background-color: #ffff69;
  margin: 10px 0;
}
#MenuCartDropDown .TotalAmountAfterTax {
  border-top: 1px solid #dcdcdc;
}
#MenuCartDropDown .TotalsAndButtons div.Buttons {
  margin-top: 20px;
}
#MenuCartDropDown .TotalsAndButtons div.Buttons .Button {
  display: inline-block;
}
#MenuCartDropDown .PriceContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.MainMenu > .Cart:hover .CartContainer {
  transition: all 0.1s ease 0.1s;
}
#MenuCartDropDown > div {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
#MenuCartDropDown .Item div.Right .PriceLabel,
#MenuCartDropDown .Item div.Right .Price,
#MenuCartDropDown .Item div.Right .PriceNotCalculated {
  font-weight: bold;
}
#MenuCartDropDown .SomeCalculationsAreMissingHint {
  border-radius: 4px;
  padding: 5px;
}
#MenuCartDropDown .TotalsAndButtons .PriceLabel,
#MenuCartDropDown .TotalsAndButtons .Amount {
  font-weight: bold;
}
#MenuCartDropDown .TotalsAndButtons .Button {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Cart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
#MenuCartDropDown .TotalsAndButtons .Button:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
#MenuCartDropDown .TotalsAndButtons .Button:focus {
  outline: 0;
}
#MenuCartDropDown .TotalsAndButtons .Button:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#MenuCartDropDown .TotalsAndButtons .Button:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
#MenuCartDropDown .TotalsAndButtons .Button:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Cart_white.svg');
  background-repeat: no-repeat;
}
.ItemAddedDialog .Clearfix,
.ItemAddedDialog .ErrorMessage {
  line-height: 1.4;
}
.ItemAddedDialog .ErrorMessage {
  background: url('/Sites/StockFood/Resources/images/Error.svg') no-repeat left top;
  background-size: 35px auto;
  padding-left: 50px;
}
.ItemAddedDialog .ThumbContainer {
  margin-right: 20px;
  float: left;
  position: relative;
}
.ItemAddedDialog .Buttons {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ItemAddedDialog .Buttons .ToShoppingCart {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Cart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
.ItemAddedDialog .Buttons .ToShoppingCart:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
.ItemAddedDialog .Buttons .ToShoppingCart:focus {
  outline: 0;
}
.ItemAddedDialog .Buttons .ToShoppingCart:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
.ItemAddedDialog .Buttons .ToShoppingCart:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
.ItemAddedDialog .Buttons .ToShoppingCart:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Cart_white.svg');
  background-repeat: no-repeat;
}
#LoginPopup .Message {
  margin-top: 0;
}
#LoginPopup label > span {
  width: 75px;
  display: inline-block;
}
#LoginPopup input[type=text] {
  margin-bottom: 3px;
}
#LoginPopup form > a {
  margin-left: 5px;
}
#LoginPopup .RoundCorners {
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}
#LoginPopup button[type=submit] {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  padding-left: 40px;
  background-image: url('/Sites/StockFood/Resources/images/icons/Login.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
#LoginPopup button[type=submit]:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
#LoginPopup button[type=submit]:focus {
  outline: 0;
}
#LoginPopup button[type=submit]:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#LoginPopup button[type=submit]:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
#LoginPopup button[type=submit]:hover:not(:disabled) {
  background-image: url('/Sites/StockFood/Resources/images/icons/Login_white.svg');
  background-repeat: no-repeat;
}
/*
Seitenunabhängige Styles (nur Layout)
*/
.SearchHintsLayer {
  display: inline-block;
  font-size: 13px;
  max-width: 90vw !important;
}
@media (min-width: 600px) {
  .SearchHintsLayer {
    max-width: none;
  }
}
@media (min-width: 600px) {
  .SearchHintsLayer .Items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 300px;
       -moz-column-width: 300px;
            column-width: 300px;
    -webkit-column-rule: 1px solid #d5d5d5;
       -moz-column-rule: 1px solid #d5d5d5;
            column-rule: 1px solid #d5d5d5;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.SearchHintsLayer .Items > div {
  border-bottom: 1px solid #eeeeee;
  padding: 1em 0;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
}
.SearchHintsLayer .Items > div:first-child {
  padding-top: 0;
}
.SearchHintsLayer .Items > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.SearchHintsLayer .Items > div h2 {
  display: inline-block;
  margin: 0;
}
.SearchHintsLayer .Items > div h2:after {
  content: " ›";
}
.SearchHintsLayer .Items > div .Example {
  font-family: Consolas, 'Courier New', Courier, monospace;
}
.SearchHintsLayer .Items > div p {
  margin: 7px 0 0 0;
}
.SearchHintsLayer button {
  margin-top: 20px;
  float: right;
}
.SearchHintsLayer .Items > div h2 {
  font-weight: bold;
  font-size: 15px;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #941d1f;
}
#WrongDomainCalculatorMessage .Message {
  margin-bottom: 10px;
  line-height: 1.5;
}
#WrongDomainCalculatorMessage .ChangeDomain {
  padding: 5px 8px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Futura Book", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
  margin-right: 5px;
}
#WrongDomainCalculatorMessage .ChangeDomain:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  color: #FFF;
}
#WrongDomainCalculatorMessage .ChangeDomain:focus {
  outline: 0;
}
#WrongDomainCalculatorMessage .ChangeDomain:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#WrongDomainCalculatorMessage .ChangeDomain:disabled:hover {
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #434343;
}
#WrongDomainCalculatorMessage .ChangeDomain:not(:disabled) {
  color: #FFF;
  background-color: #1b7e1e;
  border-color: #1b7e1e;
}
#WrongDomainCalculatorMessage .ChangeDomain:hover:not(:disabled),
#WrongDomainCalculatorMessage .ChangeDomain:hover {
  color: #FFF;
  background-color: #166919;
  border-color: #166919;
}
/*
Seitenunabhängige Styles (nur Layout)
*/
.AutoComplete {
  position: relative;
  z-index: 1;
}
.AutoComplete ul.Items {
  position: absolute;
  top: -1px;
  margin: 0;
  padding: 5px 0;
  background: #FFF;
  border: 1px solid #b1b1b1;
  min-width: 250px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: AutoComplete;
          animation-name: AutoComplete;
}
.AutoComplete li {
  display: block;
  padding: 3px 10px;
  background-color: #FFF;
  cursor: pointer;
}
.AutoComplete li.Selected {
  background-color: #eeeeee;
}
@-webkit-keyframes AutoComplete {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AutoComplete {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AutoComplete .Items {
  border-radius: 4px;
}
/* kann von allen Marken verwendet werden, aber:
darauf achten, dass alle less-Variablen definiert sind */
#ImpersonatedUserWarning {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #df4b35;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  min-height: 22px;
  line-height: 22px;
}
@media (min-width: 600px) {
  #ImpersonatedUserWarning {
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;
  }
}
#ImpersonatedUserWarning div:first-child {
  -webkit-flex: 1 0;
      -ms-flex: 1 0;
          flex: 1 0;
  font-weight: bold;
}
#ImpersonatedUserWarning > .Logout {
  -webkit-flex: 0 0 15px;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  cursor: pointer;
  margin: 0 5px;
  color: transparent;
  background: url("/Sites/StockFood/Resources/images/icons/Close_white.svg") no-repeat center center;
  background-size: 14px 14px;
}
.ui-dialog.RecipeDownload .ui-dialog-title {
  font-weight: bold;
}
.ui-dialog.RecipeDownload img {
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
.ui-dialog.RecipeDownload hr {
  border-color: #941d1f;
}
.ui-dialog.RecipeDownload div > table {
  float: left;
}
.ui-dialog.RecipeDownload div > table td {
  padding: 0 5px 0 0;
}
.ui-dialog.RecipeDownload form {
  width: 100%;
  float: left;
}
.ui-dialog.RecipeDownload form label {
  padding-right: 20px;
}
.ui-dialog.RecipeDownload h2 {
  font-size: 18px;
  margin: 25px 0 10px 0;
}
.ui-dialog.RecipeDownload .TypeOfUsage.Editorial input {
  margin: 0 4px 10px 0;
}
.ui-dialog.RecipeDownload .DownloadRemarks p {
  margin: 20px 0 0;
}
.ui-dialog.RecipeDownload .DownloadRemarks ul {
  margin: 5px 0 20px 10px;
  padding: 0 0 0 15px;
}
.ui-dialog.RecipeDownload .DownloadRemarks li {
  margin: 5px 0 0 0;
}
.ui-dialog.RecipeDownload button {
  margin: 5px 0 0 0;
}
.ui-dialog.RecipeOrder .ui-dialog-title {
  font-weight: bold;
}
.ui-dialog.RecipeOrder img {
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
.ui-dialog.RecipeOrder hr {
  border-color: #941d1f;
}
.ui-dialog.RecipeOrder div > table td {
  padding: 0 5px 0 0;
}
.ui-dialog.RecipeOrder form.RecipeOrderForm {
  clear: left;
}
.ui-dialog.RecipeOrder form label {
  padding-right: 20px;
}
.ui-dialog.RecipeOrder h2 {
  font-size: 18px;
  margin: 25px 0 10px 0;
}
.ui-dialog.RecipeOrder .TypeOfUsage.Editorial input {
  margin: 0 4px 10px 0;
}
.ui-dialog.RecipeOrder .DownloadRemarks p {
  margin: 20px 0 0;
}
.ui-dialog.RecipeOrder .DownloadRemarks ul {
  margin: 5px 0 20px 10px;
  padding: 0 0 0 15px;
}
.ui-dialog.RecipeOrder .DownloadRemarks li {
  margin: 5px 0 0 0;
}
.ui-dialog.RecipeOrder button {
  margin: 5px 0 0 0;
}
.ui-dialog.RecipeOrder textarea {
  width: 100%;
  height: 100px;
}

/*# sourceMappingURL=../../../../Sites/StockFood/Resources/css/Site.css.map */