.u-Background--black{
	background-color:#000000;
}
.legalinfo {
  font-size: .75rem;
  font-style: italic;
  color: #595959;
}

/* added after DXF update 20.2.2024 */

/* to left-align the Bosch logo */
.O-Header__brandLogo {
	margin: 0 0;
}
/* to left align footer links after language switch got removed */
.o-footer__top .o-footer__links {
	flex-basis: 100%;
}

/* spacing after container in case of too much text*/
.M-Teaser-Two-Columns__container,
.M-Stage-Two__headline-container.a-text,
section.M-Text-StagedTypography div.a-component-header,
section.M-TextTwo div.a-component-header.-small {
	margin-bottom: 1.5rem;
}

/* custom margin for section */
.M-TextTwo-BCI-8 { } /*default */

.M-TextTwo-BCI-6 { margin: 6rem 0; }

.M-TextTwo-BCI-4 { margin: 4rem 0; }

.M-TextTwo-BCI-2 { margin: 2rem 0; }

.M-TextTwo-BCI-0 { margin: 0 0; }


/* added after update January 2025 */

a#login-redirect-url,
a#logout-redirect-url {
	text-decoration:none;
}

ol.o-header__breadcrumbs li {
    list-style: none;
}

div#download-center-frontend tr {
    cursor: pointer;
}