/*
    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 h2 {
  margin: 0;
}
#Main h3 {
  margin-top: 6px;
  margin-bottom: 25px;
}
#Main .Container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Main #PhotographerContainer {
  box-sizing: content-box;
  width: 750px;
  padding-right: 25px;
}
#Main #PhotographerContainer a.Button {
  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;
  float: right;
}
#Main #PhotographerContainer a.Button:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #PhotographerContainer a.Button:focus {
  outline: 0;
}
#Main #PhotographerContainer a.Button:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #PhotographerContainer a.Button:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #PhotographerContainer .PhotographerDescription > img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  max-width: 200px;
}
#Main #PhotographerContainer .PhotographerDescription p.Vita {
  margin: 0;
}
#Main #PhotographerContainer .FavoriteImages {
  margin-top: 25px;
}
#Main #PhotographerContainer .FavoriteImages img {
  width: 100%;
}
#Main #PhotographerMenu {
  border-left: 1px solid #dddddd;
}
#Main #PhotographerMenu ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#Main #PhotographerMenu ul li {
  font-size: 14px;
  padding: 6px 6px 6px 20px;
  line-height: 1.4;
}
#Main #PhotographerMenu ul li a {
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #4d4d4d;
  text-decoration: none;
}
#Main #PhotographerMenu ul li a:hover,
#Main #PhotographerMenu ul li a:active {
  color: #cc3f0e;
}
#Main #PhotographerMenu ul li.Active {
  background: #f1f1f1;
}
#Main #PhotographerMenu ul li.Active a {
  color: #cc3f0e;
  font-size: 18px;
}

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