#consent-matomo {
    font-weight: bold;
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0px;
    justify-content: space-between;
    padding: 20px 20px 20px 20px;
/*    color: var(--light-text-color);
 background-color: rgba(var(--light-primary-color), 0.95);
*/
color: white;
background-color: #009fd6;
z-index:1000;
}

#consent-matomo-text {
    height: 100%;
    align-self: center;
}

#consent-button-container {
    display: flex;
    flex-wrap: wrap;
}

.consent-button {
    padding: 5px 15px 5px 15px;
}

.consent-button:hover {
    color: var(--accent-color);
    fill: var(--accent-color);
    cursor: pointer;
}


.consent-button-accept {
  background-color: #00769E;
  padding: 5px 15px 5Px 15px;
cursor: pointer;
}



