/*
    Styles, die für Image- UND Video-PreviewPages Anwendung finden
*/
#PreviewPage h2 + div {
  font-family: "FoundryJournal", "Arial Condensed Light", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  font-weight: normal;
  margin-top: -10px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #bbbaba;
  line-height: 1.5;
}
#PreviewPage .AssetContainer {
  display: grid;
  grid-gap: 40px;
  grid-template: auto / 1fr;
  grid-template-areas: "IAB" "MD";
}
@media (min-width: 1025px) {
  #PreviewPage .AssetContainer {
    grid-template: auto / repeat(12, 1fr);
  }
}
#PreviewPage .AssetContainer .ImageAndButtons {
  grid-area: IAB;
}
#PreviewPage .AssetContainer .ImageAndButtons > #ImageBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons {
  display: grid;
  grid-gap: 10px;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 600px) {
  #PreviewPage .AssetContainer .ImageAndButtons .Buttons {
    grid-template: auto auto / 1fr 1fr;
  }
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToActiveLightbox {
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
  padding-left: 40px;
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Heart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToActiveLightbox:hover {
  border-color: #888383;
  background-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToActiveLightbox:focus {
  outline: 0;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToActiveLightbox:disabled:hover {
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToActiveLightbox:hover:not(:disabled) {
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Heart_white.svg');
  background-repeat: no-repeat;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .RemoveFromActiveLightbox {
  display: none;
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
  padding-left: 40px;
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Heart_solid.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .RemoveFromActiveLightbox:hover {
  border-color: #888383;
  background-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .RemoveFromActiveLightbox:focus {
  outline: 0;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .RemoveFromActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .RemoveFromActiveLightbox:disabled:hover {
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .RemoveFromActiveLightbox:hover:not(:disabled) {
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Heart_solid_white.svg');
  background-repeat: no-repeat;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .DownloadLayout {
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
  padding-left: 40px;
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Download_Layout.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .DownloadLayout:hover {
  border-color: #888383;
  background-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .DownloadLayout:focus {
  outline: 0;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .DownloadLayout:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .DownloadLayout:disabled:hover {
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .DownloadLayout:hover:not(:disabled) {
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Download_Layout_white.svg');
  background-repeat: no-repeat;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .Download {
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
  padding-left: 40px;
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Download_HiRes.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .Download:hover {
  border-color: #888383;
  background-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .Download:focus {
  outline: 0;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .Download:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .Download:disabled:hover {
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .Download:hover:not(:disabled) {
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Download_HiRes_white.svg');
  background-repeat: no-repeat;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToCart {
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
  padding-left: 40px;
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/AddToCart.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
  background-size: auto 22px;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToCart:hover {
  border-color: #888383;
  background-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToCart:focus {
  outline: 0;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToCart:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToCart:disabled:hover {
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .AddToCart:hover:not(:disabled) {
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/AddToCart_white.svg');
  background-repeat: no-repeat;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .SendHires {
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
  padding-left: 40px;
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Envelope.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: left 10px center;
  background-size: 20px auto;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .SendHires:hover {
  border-color: #888383;
  background-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .SendHires:focus {
  outline: 0;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .SendHires:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .SendHires:disabled:hover {
  border-color: #888383;
  background-color: #FFF;
  color: #1a1818;
}
#PreviewPage .AssetContainer .ImageAndButtons .Buttons .SendHires:hover:not(:disabled) {
  background-image: url('/Sites/SciencePhoto/Resources/images/icons/Envelope_white.svg');
  background-repeat: no-repeat;
}
#PreviewPage .AssetContainer.InActiveLightbox .ImageAndButtons button.AddToActiveLightbox {
  display: none;
}
#PreviewPage .AssetContainer.InActiveLightbox .ImageAndButtons button.RemoveFromActiveLightbox {
  display: inline-block;
}
#PreviewPage .AssetContainer .Metadata {
  grid-area: MD;
}
#PreviewPage .AssetContainer .Metadata table td {
  vertical-align: top;
  padding-bottom: 5px;
}
#PreviewPage .AssetContainer .Metadata table td:first-child:not([colspan]) {
  font-weight: 600;
  padding-right: 40px;
  white-space: nowrap;
}
#PreviewPage .AssetContainer .Metadata table td:last-child {
  width: 100%;
}
#PreviewPage .AssetContainer .Metadata table td ul.Restrictions {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#PreviewPage .AssetContainer .Metadata table .Description td {
  padding-bottom: 20px;
  text-align: justify;
}
#PreviewPage .AssetContainer #PricingInfo {
  padding: 10px 0;
  margin-top: 20px;
}
#PreviewPage .AssetContainer #PricingInfo h3 {
  margin-top: 0;
}
#PreviewPage .AssetContainer #PricingInfo h3 > span {
  float: right;
  margin-right: 10px;
  font-size: 18px;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem {
  background-color: #FFF;
  margin-top: 5px;
  padding: 10px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d3d3d3;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem strong {
  margin-right: 5px;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem.Pauschalpreise {
  background-color: #eaeaea;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem.Pauschalpreise strong {
  display: block;
  font-size: 17px;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem:hover {
  background-color: #888383;
  border-color: #888383;
  color: #FFF;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem span:first-child {
  -ms-flex: 1;
      flex: 1;
}
#PreviewPage .AssetContainer #PricingInfo .PricingInfoItem span:last-child {
  -ms-flex: 0 0 80px;
      flex: 0 0 80px;
  text-align: right;
  margin-left: 15px;
  font-size: 18px;
}
#PreviewPage .Keywords {
  padding: 20px 0;
}
#PreviewPage .Keywords ul {
  line-height: 26px;
  list-style-type: none;
  padding: 0;
}
#PreviewPage .Keywords ul li {
  margin: 2px;
  display: inline-block;
}
.DownloadHistory table {
  width: 100%;
}
.DownloadHistory table td {
  padding: 2px 20px 2px 2px;
}
.DownloadHistory table td:last-child {
  padding-right: 2px;
}
.DownloadHistory table thead td {
  font-weight: bold;
  background: #eaeaea;
  padding-top: 3px;
  padding-bottom: 3px;
}
.DownloadHistory table tbody td {
  border-bottom: 1px dotted #d3d3d3;
}
@media (min-width: 1025px) {
  #Main .AssetContainer {
    grid-template-areas: "IAB IAB IAB IAB IAB IAB IAB IAB MD MD MD MD";
  }
}
#Main .AssetContainer .ImageAndButtons > #ImageBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f7f7f7;
}
#Main .AssetContainer .ImageAndButtons img#PreviewImage {
  width: 100%;
  max-height: 775px;
  object-fit: contain;
}
@media (min-width: 1025px) {
  #Main .AssetContainer .Metadata table td:first-child:not([colspan]) {
    padding-right: 20px;
  }
}
#Main .AssetContainer .AlignCenter {
  -ms-flex-align: center;
      align-items: center;
}
#Main .AssetContainer .PricingInfoItem .WrapperLeft {
  -ms-flex: 1;
      flex: 1;
  padding-right: 7px;
}
#Main .AssetContainer .PricingInfoItem .WrapperLeft .Description {
  font-size: 13px;
}
#Main .AssetContainer .PricingInfoItem .Price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-left: 10px;
  font-size: 18px;
}

/*# sourceMappingURL=../../../../Sites/SciencePhoto/PreviewPage/Images/Styles.css.map */