
.company {
  font-family: diavloBook;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #335;  
}

.sitelogo {
  min-height: 52px;
}

.note_lightblue {
    padding: 1rem;
    border-left: 4px solid #347AA3; /* accent color */
    background: #eef6ff;
    margin: 1rem 0;
}


.note {
    padding: 1rem;
    border-left: 4px solid #2FAF3A;; /* accent color: frog*/
   background: #F3FFF5;
  font-weight: 550;    
  font-size: 1.05rem;
    margin: 1rem 0;
}






.turquoise-bg {
 background-color: #347aa3;
}

/* process 4 x black and white */

.process-strip {
  --process-gap: 1rem;
  margin: 2rem 0;
}

.process-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--process-gap);
}

.process-strip__item {
  position: relative;
  margin: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #d9d9d9;
}

.process-strip__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform .3s ease;
}

.process-strip__item:hover .process-strip__image {
  transform: scale(1.015);
}

.process-strip__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .75rem 1rem;
  color: #ded;
  background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,0));
  font-size: 0.85rem;
  font-family: "IBM Plex Sans";
  text-transform: uppercase;
  line-height: 1.1;
}


.cta_btn, .cta_btn a {
  border-radius: 4px;
}

.topic-cards {
  margin-block: 2.5rem 4rem;
}

.topic-cards .cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 48rem) {
  .topic-cards .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 75rem) {
  .topic-cards .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.topic-card {
  display: grid;
  grid-template-columns: 4px 72px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.25rem;
  row-gap: 0.5rem;
  align-items: start;
  min-height: 168px;
  padding: 1.1rem 1.2rem 0rem 0;
  border: 1px solid #d9deea;
  background: rgb(245,249,255);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.topic-card:hover,
.topic-card:focus-visible {
  border-color: #b8c6cc;
  box-shadow: 0 8px 24px rgba(20, 35, 45, 0.06);
}

.topic-card__accent {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: stretch;
  background: #0f7ca2;
}

.topic-card__icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.35rem;
}

.topic-card__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  opacity: 0.95;
}

.topic-card__body {
  grid-column: 3;
  grid-row: 1;
  padding-top: 0.1rem;
}

.topic-card__body h2::before {
    content: none !important;
    display: none !important;
}

.topic-card__body h2 {
  margin: 0 0 0.45rem;
  font-size: 1.03rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0d5f76;
  border-top: none;
  outline: none;
}

.topic-card__body p {
  margin: 0;
  max-width: 34ch;
  font-size: 0.91rem;
  line-height: 1.45;
  color: #3c4960;
}

.topic-card__meta {
  grid-column: 3;
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin-top: 0.25rem;
}

.topic-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.91rem;
  font-weight: 500;
  color: #0d5f66;
}

.topic-card__link span {
  transition: transform 120ms ease;
}

.topic-card:hover .topic-card__link span,
.topic-card:focus-visible .topic-card__link span {
  transform: translateX(3px);
}

@media (max-width: 36rem) {
  .topic-card {
    grid-template-columns: 4px 56px minmax(0, 1fr);
    min-height: auto;
    padding-right: 1rem;
  }

  .topic-card__icon img {
    width: 34px;
    height: 34px;
  }

  .topic-card__body h2 {
    font-size: 1.05rem;
  }

  .topic-card__body p {
    font-size: 0.92rem;
  }
}

.topic-more {
  line-height: 1.2;
  padding-right: 4rem;
}

.topic-more p {
  font-size: 1.13rem;
}


.footer-cta {
  max-width: 1200px;
  margin: 0 auto;
  xx-padding: 2.25rem 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr);
  gap: 2rem;
  align-items: flex-start;
}

.footer-cta__left {
  grid-column: 1;
  min-width: 0;
}

.footer-cta__quality {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
}

.footer-cta__contact {
  grid-column: 2;
}

.footer-cta__contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 1.25rem;
  align-items: flex-start;
}

.footer-cta__contact-main {
  padding-top: 0.1rem;
}

.footer-cta__item {
  display: grid;
  grid-template-columns: 2.9rem 1fr;
  column-gap: 0.9rem;
  row-gap: 0.35rem;
  align-content: start;
  padding: 1rem 1rem 1rem 0;
  border-top: 1px solid #d9dee2;
}

.footer-cta__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  background: rgba(13, 95, 102, 0.08);
}

.footer-cta__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  xx-color: #0d5f66;
}

.footer-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.65rem;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7790;
}


.footer-cta__item h3,
.footer-cta__item p {
  grid-column: 2;
}

.footer-cta__item h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0d5f66;
}

.footer-cta__item p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.2;
  color: #45545c;
}

.footer-cta__right {
  display: grid;
  gap: 0.15rem;
  align-content: start;
  min-width: 0;
}

.footer-cta__right img {
  max-width: 170px;
  display: block;
  margin-right: 3rem;
}


.footer-cta__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-cta__contact-list ul {
}


.footer-cta__contact-list li {
   margin: 0 !important;
   padding: 0 !important;
}


.footer-cta__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
  text-decoration: none;
  color: var(--color-text, #1f2933);
  font-size: 0.82rem;
  line-height: 1.1;
  font-weight: 300;
}

.footer-cta__contact-link:hover {
  color: #0d5f66;
}

.footer-cta__contact-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d5f66;
}

.footer-cta__contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-cta__left {
  debug-background: rgba(255, 0, 0, 0.05);
}
.footer-cta__right {
  debug-background: rgba(0, 0, 255, 0.05);
}

.footer-cta__right .footer-cta__eyebrow {
  border-top: 2px solid #347aa3; /* #d9dee2;*/
  padding-top: 5px;
}


@media (max-width: 72rem) {
  .footer-cta__inner {
    grid-template-columns: 1fr;
  }

  .footer-cta__quality {
    grid-template-columns: 1fr;
  }

  .footer-cta__contact {
    grid-column: auto;
  }

}

/* (wide) hero */
@keyframes whero-fade-in {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(0); /* 0 Versatz */
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.whero {
  padding: 0rem 1rem 2.5rem;
  background: linear-gradient(180deg, #eef4f8 0%, #e6edf3 100%);
  background: #fafafc;
}

.whero__inner {
  X_x_max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  background: #fafafc;
  padding: 0.5rem 0.5rem;
}

.whero__text {
  display: flex 45%;
  flex-direction: column;
  justify-content: flex-start;
}

.whero__kicker {
  font-family: "IBM Plex Sans";
  margin: 0 0 var(--space-2);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--color-text-soft);
}

.whero__title {
  font-family: "IBM Plex Sans";
  margin: 0 0 var(--space-3);
  font-size: 2rem;
  color: var(--color-text);
  line-height: 1.2;
}

.whero__subtitle {
  font-family: "IBM Plex Sans";
  margin: 0 0 var(--space-4);
  font-size: 0.9rem;
  color: var(--color-text-soft);
  max-width: 32rem;
}

.whero__actions {
  x_display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.whero_btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.6rem 1.4rem;
      border-radius: 0px;
      border: 1px solid var(--color-accent);
      font-size: 0.95rem;
      cursor: pointer;
      text-decoration: none;
     background: linear-gradient(to right,#10A3C4, var(--color-accent));
     color: #ffffff;
}                                          

/* #16889C ,#03697D */

.whero__image {
  flex: 1 1 65%;
}


.whero__image-wrap {
  right: 1.5rem;    
  x_max-height: 300px;
  overflow: hidden;
  background: #fafafc;
}



@media (max-width: 900px){
 .whero__inner {
   grid-template-columns: 1fr;
   padding: 1.75rem 1.5rem;
 }

 .whero__image-wrap {
   position: static;
   transform: none;
   top: auto;
   margin-top: 1.5rem;
   width: 100%;
   max-width: 680px;
   height: auto;
   z-index: 0;
   right: auto;
 }

.process-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

 .footer-cta {
    grid-template-columns: 1fr; 
  }
}


@media (max-width: 560px) {
  .process-strip__grid {
    grid-template-columns: 1fr;
  }
}


/* last footer line */

.site-footer-bottom {
  border-top: 1px solid #d9dee2;
  background: #eef1f3;
}

.site-footer-bottom__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.site-footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #516069;
}

.site-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
}

.site-footer-bottom a {
  color: #37474f;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.4;
  transition: color 180ms ease;
}

.site-footer-bottom a:hover,
.site-footer-bottom a:focus-visible {
  color: #0d5f66;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}


.watermark-bg {
    background-image: url('/user/themes/quark4/images/bgo.svg');
    background-repeat: no-repeat;
    background-position: left -5%;
    background-size: 100% auto;
    z-index: -1;
}

.content-item h1 { /* pages h1 lil smaller */
  font-size: 2.45rem;
}


.citation p {
  font-family: "IBM Plex Serif";
  alt-color: #A67C52; /* copper tint */
  color: #8C6F4A;    /* brongse (: */
  font-size: 1.24rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.citation blockquote p::before {
   content: "\00AB\00A0"; /* « french style with extra blank*/
   x-content: "\201E"; /* „ */
}

.citation blockquote p::after {
  content: "\00A0\00BB"; /* french style: extra blank + » */
  x-content: "\201C"; /* “ */
}
