/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-home-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-size: cover; }
  @media (max-width: 980px) {
    .section-home-heading:before {
      content: '';
      position: absolute;
      height: 150px;
      width: 100%;
      left: 0;
      bottom: 0;
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); } }
  .section-home-heading .container.title h1, .section-home-heading .container.title .h1 {
    text-shadow: 0px 6px 3px rgba(0, 0, 0, 0.16); }
  .section-home-heading .bg-image img {
    box-shadow: none;
    border-radius: 0; }

@media (max-width: 980px) {
  .section-price-checker .container {
    width: 100%; } }

@media (min-width: 981px) {
  .section-price-checker {
    position: relative;
    z-index: 2; } }

@media (min-width: 1250px) {
  .section-price-checker h2, .section-price-checker .h2 {
    font-size: 56px;
    line-height: 60px; } }

@media (max-width: 980px) {
  .section-price-checker .gold-silver-checker {
    width: 100%;
    margin: 0; } }

@media (min-width: 981px) {
  .section-price-checker .gold-silver-checker .information, .section-price-checker .gold-silver-checker .intro {
    flex: 1; }
  .section-price-checker .gold-silver-checker .price-table {
    margin-top: 0; }
  .section-price-checker .gold-silver-checker .information .contact {
    margin-top: 0; } }

@media (min-width: 981px) {
  #section-breadcrumbs {
    margin-top: -15em;
    position: relative;
    z-index: 2; }
    #section-breadcrumbs + .section-price-checker {
      margin-top: 0; } }

/*# sourceMappingURL=homeheading.css.map */
