/* General rules */

#foot a {
  /* Change color for links in footer */
  color:#FFFFFF!important;
}
#PcShowContent {
  /* overwrite width limit on CMS page */
  width: 100% !important;
  max-width:1440px;
}

/* Spesific Rules */

.navigation-header__row {
	background-color: #000000!important;
}

.s-catalogs-badge-container{
	background-color: #000000!important;
}

.s-navigation-header .s-navigation-header__toggle-user {
	color: #FFFFFF;
}

.s-footer {
	background-color: #000000!important;
	color: #FFFFFF!important;
}

[sct] .s-footer__footer-content {
	color:#FFFFFF!important;
}