.text-box ol {
  margin-bottom: 1.5em;
  padding-left: 1em;
}

.text-box ol li {
  margin-bottom: 0.35em;
  padding-left: 0.25em;
  line-height: 1.4;
}

.text-box ol li::marker {
  font-family: var(--cc-font-family);
}

.text p {
  font: 1.1em/1.45 Haas;
}

.text-share-article {
  padding-top: 1.5rem;
  border-top: 1px solid #29282a;
}

.blog h1 {
  font-size: clamp(48px, 5vw, 144px);
}

.blog time {
  font-family: var(--cc-font-family);
  color: var(--cc-secondary-color);
}

[parent="blog"] .blog-content section.grid {
  margin-bottom: 0;
}


[parent="blog"] .blog-content section.grid:last-of-type {
  padding-bottom: 0;
}

[parent="blog"] .blog-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

[parent="blog"] .crumbs {
  margin-bottom: 0.5rem;
}

[parent="blog"] .crumbs h4 {
  font: 1em/1.2em var(--cc-font-family) !important;
  color: var(--cc-secondary-color);
}

[parent="blog"] .teaser {
  margin-top: 2.5rem;
}

[parent="blog"] .teaser p {
  font: 1.25em/1.5 TobiasRegular;
}

[parent="blog"] .col-8 .text h2 {
  padding-bottom: 0.5em;
  font-size: clamp(32px, 3vw, 112px);
  line-height: 1.125em;
}

[parent="blog"] .col-8 .text h3 {
  padding-block: 0.125em;
  font-size: clamp(24px, 2.5vw, 96px);
}

[parent="blog"] .col-8 .blockquote-outer {
  margin-bottom: 2.5em;
  padding-block: 3rem;
  border-top: 1px solid #29282a;
  border-bottom: 1px solid #29282a;
}

[parent="blog"] .blockquote-outer blockquote {
  font-family: TobiasRegular;
  line-height: 1.2;
  font-size: clamp(24px, 2.5vw, 72px);
}

[parent="blog"] .blockquote-outer cite {
  display: block;
  margin: 1rem 0 0 0;
}

[parent="blog"] .single-image figcaption.reg-caption {
  margin-top: 0.25rem;
  color: var(--cc-secondary-color);
}

article[parent="blog"] .text {
  padding-top: 0;
}

[parent="blog"] .text-box,
[parent="blog"] .blockquote-outer,
[parent="blog"] .single-image {
  margin-bottom: 7rem !important;
}

.author {
  margin-bottom: 0.25rem;
  font-family: var(--cc-font-family);
}

.author-text {
  padding-top: 1.5rem;
  border-top: 1px solid #29282a;
}

.author-text .author-text-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.author-text .author-text-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 150px;
}

.author-text p {
  margin-bottom: 1rem !important;
  font-size: 1.125rem;
}

.share-article {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.share-article a {
  display: block;
  width: 36px;
  height: 36px;
}

.share-article .share-icon {
  width: 36px;
  height: 36px;
}

.basic-link,
.arr-link,
.share-article a,
.text a,
h2 a,
footer nav li a {
  transition: 300ms ease;
}

.basic-link:hover,
.arr-link:hover,
.share-article a:hover,
.text a:not(.ui_button_black_arrow):hover,
h2 a:hover,
footer nav li a:hover {
  opacity: 0.5;
}

.header .submenu li {
  margin-bottom: 0.25rem;
}

.team .intro p {
  line-height: 1.65em;
}

@media (max-width: 770px) {
  [parent="blog"] .blockquote-outer {
    padding-left: 1.5rem;
  }

  .author-text .author-text-image {
    display: none;
  }

  section.title {
    margin-bottom: 3em;
  }

  .grid {
    gap: 0;
  }
}
