/* General rules */

#foot a {
  /* Change color for links in footer */
  color:var(--s-text-primary)!important;
}
#PcShowContent {
  /* overwrite width limit on CMS page */
  width: 100% !important;
  max-width:1440px;
}

/* General rules */


