:root {
	--icon-toggle-all: url(icons/chevron-right--dark.svg);
	--icon-alert: url(icons/alert--dark.svg);
	--icon-favorite: url(icons/favorite--dark.svg);
	--icon-favorite--active: url(icons/favorite_active--dark.svg);
	--icon-manual: url(icons/manual--dark.svg);
	--icon-color-scheme: url(icons/color_scheme--dark.svg);
}
#header {
	background: #fff;
}
#tmenu .burger button,
#tmenu .profile button,
#tmenu a {
	color: #000;
	transition: background-color 0.3s;
}
#tmenu .active .profile button,
#tmenu .burger button:hover,
#tmenu a.hover, #tmenu a:hover,
#tmenu li:hover .profile button {
	background-color: #eaedf1;
}
#tl_navigation [class^="menu_level_"] > li.current > a {
	border-color: #fff;;
}
.tox .tox-promotion {
	display:none;
}