
:root {
    --fontSize: 1rem;
    --fontStyle: arial;
    --rootBG: #fafafa;
    --maxWidth: 70rem;
    --headerBG: #faf5f5;
    --headerFG: #121112;
    --headerBD: #ebebeb;
    --contentBG: #ffffff;
    --contentFG: #231f20;
    --contentLightFG: #737373;
    --titleFG: #000;
    --accentColor: #cd1417;
    --accentColorFG: #ffffffaa;
    --accentColorLight: #d1d1d1aa;
    --borderColor: #cccccc;
    --successColor: #78B256;
    --errorColor: #c01300;
    --searchBG: #dfdcd9;
    --searchFG: #343434;
    --thBG: #d7d7d7;
    --thBD: #a5a5a5;
    --footerFG: #696969;
}

.tplFootBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0em;
}

a.cc-button img {
    filter: grayscale(100%);
}
.licence-text {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--footerFG);
  font-size: 0.0rem;
  margin: 0.0em 0 0;
  clear: both;
}
.txt_emphasis_is,
strong.txt_emphasis_is {
    font-weight: 700;
}
.bkBase.bkLicence img {
    vertical-align: middle;
}