.inline_img {
  height: 19px !important;
  display: inline-block !important;
  margin: 0em 0em -0.13em 0.1em !important;
}

#matomo-privacy-notice {
	position: fixed;
	display:none;
	min-height: 80px;
	bottom: 0;
	background-color: var(--main-color);
	color: white;
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-size: 0.8rem;
} 
.matomo-privacy-button{
	display: inline-block;
	border: none;
	background-color: var(--main-color);
	color:#eaeaeaff;
	text-align: center;
	height: 30px;
	padding: 0 10px 0 10px;
	border-radius: 0px;
	margin:10px;
	font-weight: bold;
	transition: border 0.2s ease 0s,color 0.2s ease 0s,background-color 0.2s ease 0s,box-shadow 0.2s ease 0s;
	box-shadow: 0 0 16px rgba(0,0,0,0.3),0 0 16px rgba(0,0,0,0.3);
}
.matomo-privacy-button:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.3),0 0 16px rgba(0,0,0,0.3);
	background-color: var(--main-color-darker); 
}
