.tile__headline {
     font-weight: 700;
  font-size:1.35rem;
}
 .tile__description {
   padding:0 3.5rem;  
   font-weight: 400;
}
 .toc-list-item, .breadcrumbs li, .vp-tree-item, .vp-tree-item .vp-tree-item__children {
     font-size: 14px !important;
}
 body, .vp-article, .panel-macro__content, h1, h2, h3, h4, h5, h6,  .tile__description, .tile__headline {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
 .panel-macro {
     padding-top: 10px;
     padding-bottom: 9px;
     border-radius: 10px;
}
 .article__content p:not(.panel-macro) {
     letter-spacing: 0.003rem;
}
 .panel-macro__content h2 {
     line-height: 1;
     padding-bottom: 4px;
}
 .panel-macro__content h2 strong {
     font-weight: 500;
     font-size: 1rem;
}
 .panel-macro__icon {
     transform: none;
     line-height: 1;
     height: 18px;
}
 .panel-macro>.flex {
     align-items: center;
}

figure.vp-image figcaption {
font-size: 14px;
}

figure.vp-image img {
border: none;
}

hr {
margin-bottom: 1rem;
  margin-top: 1rem;
}

.vp-tree-item .vp-tree-item__header__icon {
margin-right: 3px;
}

.vp-tree-item .vp-tree-item__header__icon svg circle {
r: 2;
}

footer .no-print {
display:none;
}

.top-bar-left {
font-weight: 700;
}

@media (min-width:1024px) {
.tile {
  grid-column: span 6/span 6;
}
}

.footer__language-picker {
margin-top: 0;
  margin-bottom: 1rem;
}
.footer__attribution-line--copyright {
order: 1;
}

.footer .grid .flex {
order: 2;
}

.footer .grid .flex img {
height: 55px;
  margin-top: 2px;
  max-width: none;
  min-width: auto;
}
@media (max-width: 1023px) {
  .disclaimer {
  padding-top: 2rem;
  }
  .footer .grid .flex {
  padding-top: 1rem;
  }
}

.footer .grid {
justify-content: space-between;
  order: 0;
}

.footer__links {
order: 1;
}

.disclaimer {
max-width: 450px;
}

.portal .hc-portal-background-image {
box-shadow:none;
  background-position-y:bottom;
}

.portal > .grid {
margin-bottom: 2.5rem;
}

.tile {
border-radius: 10px;
}

.portal__header {
padding-top:10rem;
}

.portal__header__content__intro h1 {
font-weight:500;
}

.portal__header__content__intro p {
font-size: 1.5rem;
}

.cc {
max-width: 300px;
font-size: 12px;
}

.cc a:first-child {
display: block;
margin-bottom: 5px;
}