/* Variables */
:root {
	--c-primary: #009245;
	--c-primary-alt:#56B37D;
}

/* Header */
/* Logo */
body .logo_container a {
	content: url('../images/logo-en-adheseal-transparent.png') !important;
	max-height: 85%;
}
body .logo_container:lang(de) a {
	content: url('../images/logo-de-adheseal-transparent.png') !important;
}

/* Footer */
/* Borlabs Cookie Link */
.footer-widget .borlabs-cookie-open-dialog-preferences {
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 500;
	display: block;
}

/* lists */
ul.bullet-list li:before {
	content: "\2713 \0020" !important;
}