@media screen and (min-width: 769px), print {
  .cc-entrypage-hero.cc-entrypage-bubbles {
     background-image: url("../img/temp/entrypage_hero_background_bubbles.png");
  } 
  .cc-entrypage-hero.cc-entrypage-fb {
     background-image: url("../img/temp/entrypage_hero_background_fb.png");
  } 
  .cc-entrypage-hero.cc-entrypage-products {
     background-image: url("../img/temp/entrypage_hero_background_products.png");
  } 
  .cc-entrypage-hero.cc-entrypage-service {
     background-image: url("../img/temp/entrypage_hero_background_service.png");
  } 
  .cc-entrypage-hero.cc-entrypage-one {
     background-image: url("../img/temp/entrypage_hero_background_one.png");
  } 
  .cc-entrypage-hero.cc-entrypage-wissenswertes {
     background-image: url("../img/temp/entrypage_hero_background_wissenswertes.png");
  } 
  .cc-entrypage-hero.cc-entrypage-publikationen {
     background-image: url("../img/temp/entrypage_hero_background_publikationen.png");
  } 

  .cc-entrypage-hero.cc-hero-bubbles {
     background-image: url("../img/hero/hero-image-links-201810.png");
  } 
  .cc-entrypage-hero.cc-hero-fachbereiche {
     background-image: url("../img/hero/hero-image-fachbereiche-201810.png");
  } 
  .cc-entrypage-hero.cc-hero-produkte {
     background-image: url("../img/hero/hc-hero-image-produkte-211209-04.png");
  } 
  .cc-entrypage-hero.cc-hero-service {
     background-image: url("../img/hero/hero-image-service2-201810.png");
  } 
  .cc-entrypage-hero.cc-hero-wissenswertes {
     background-image: url("../img/hero/hero-image-wissenswertes-201810.png");
  } 
  .cc-entrypage-hero.cc-hero-publikationen {
     background-image: url("../img/hero/hero-image-publikationen-201810.png");
  } 

}

/* Hinweise (product.alterhint) zu Produkten, unter den Dokumenten */
.cc-product-alerthint {
  color: #3ca0d3; /* #007037; */
  border: 2px solid #fbbf28; /* #007037; */
  /* background-color: #fbbf28; */ /* fbbf28 / f7d62f */
  padding: 10px;
  margin-top: 10px;
}

.cc-download-item .cc-item-title {
    margin-bottom: 0.2rem;
}

.fa-arrow-down.clicked:before {
    content: "\f058";
    _color: green;
}

.menu-list a.productfinder {
  background: #fcb32c;
  color: #fff;
}

.glossary-list strong {
  text-transform: unset;
}

.title-meta-data {
  font-style: italic;
  font-size: 0.8em;
  display: block;
  padding-top: 4px;
}

.cc-page-footer .subtitle {
  font-size: 1.25rem;
}

.cc-page-footer {
  font-size: 0.9rem;
}

.cc-product-list .content > ul li {
    width: 100%;
    margin-bottom: 0;
}

.cc-product-list .content li + li {
    margin-top: 0.25em;
}

.cc-product-md {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  padding-left: 26px;
}

.cc-product-md::before {
  position: absolute;
  left: 0;
  top: 6px;
  _display: block;
  width: 25px;
  height: 18px;
  background-image: url("../img/md_x18.png");
  background-position: top center;
  background-repeat: no-repeat;
  content: '';
  _opacity: 0.8;
}