﻿/*
 * Source style matrix, Spies Hecker colour-tools.html
 * (body.theme_color15, axbase, live Computed + source screenshots):
 * Body text: #1e1e1e 15px/22px Arial/Helvetica, normal case.
 * H1 headlineContent: #ff0000 30px/39px Arial 400 center; hr 227x2 #6d6e71 mt10 mb35.
 * H3 mediaTeaser card: #ff0000 20px/26px Arial 400 center mb10.
 * Teaser body p: #6d6e71 16px/22px center.
 * Linktext: #959595 15px/22px; hover/focus #ff0000.
 * Breadcrumb: #868686 14px/20px, hover #ff0000.
 * Grey surfaces (mediaTeaser): #eaeaea flat, no radius/shadow; text pad 29px 30px 30px.
 * MoodImage: full-width 16:9 strip, theme_color15 gradient overlay.
 * Three-column grid: col-lg-4 side-by-side desktop; stack mobile.
 * No Wistia/PDF on source page.
 */

.colour-tools-page {
  --ct-red: #ff0000;
  --ct-text: #1e1e1e;
  --ct-muted: #6d6e71;
  --ct-link-muted: #959595;
  --ct-breadcrumb: #868686;
  --ct-grey: #eaeaea;
  --ct-rule: #6d6e71;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--ct-text);
}

.colour-tools-page,
.colour-tools-page *,
.colour-tools-page *::before,
.colour-tools-page *::after {
  box-sizing: border-box;
}

.colour-tools-moodImage {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  background: var(--ct-grey);
}

.colour-tools-moodImage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(-8deg, rgba(0, 0, 0, 0.45), rgba(255, 0, 0, 0.45));
}

.colour-tools-moodImage picture,
.colour-tools-moodImage img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colour-tools-moodImage img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.colour-tools-page > .container {
  padding-top: 0;
}

.colour-tools-breadcrumb {
  margin: 0 0 12px;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ct-breadcrumb);
}

.colour-tools-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.colour-tools-breadcrumb a:hover,
.colour-tools-breadcrumb a:focus-visible {
  color: var(--ct-red);
  text-decoration: none;
}

.colour-tools-breadcrumb a:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 2px;
}

.colour-tools-breadcrumb-sep {
  display: inline-block;
  margin: 0 0.55em;
}

.colour-tools-breadcrumb-sep::before {
  content: "\2192";
}

.colour-tools-replica {
  padding-bottom: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--ct-text);
}

.colour-tools-replica .headlineContent {
  margin: 0;
  padding: 0;
}

.colour-tools-page .colour-tools-replica .component.headline {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  background: transparent;
}

.colour-tools-page .colour-tools-replica .component.headline h1#colour-tools-title {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--ct-red);
}

.colour-tools-page .colour-tools-replica .component.headline hr {
  width: 227px;
  max-width: min(227px, 60vw);
  height: 0;
  margin: 10px auto 35px;
  padding: 0;
  border: 0;
  border-top: 2px solid var(--ct-rule);
  background: transparent;
}

.colour-tools-section-block {
  margin: 0 0 10px;
  padding: 0;
}

.colour-tools-teaser-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.colour-tools-teaser-col {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px 30px;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--ct-grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser > a:hover,
.colour-tools-page .colour-tools-replica .component.mediaTeaser > a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .img {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .img picture,
.colour-tools-page .colour-tools-replica .component.mediaTeaser .img img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .text {
  padding: 29px 30px 30px;
  text-align: center;
  background: var(--ct-grey);
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .text h3.colour-tools-teaser-h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--ct-red);
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .text p {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--ct-muted);
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser.colour-tools-teaser--tall-text .text p {
  min-height: 66px;
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .linktext {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ct-link-muted);
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser > a:hover .linktext,
.colour-tools-page .colour-tools-replica .component.mediaTeaser > a:focus-visible .linktext {
  color: var(--ct-red);
}

.colour-tools-page .colour-tools-replica .component.mediaTeaser .linktext .icon-arrow-right {
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}

.colour-tools-page .colour-tools-replica .component.textComponent.colour-tools-spacer {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.colour-tools-page .colour-tools-replica .component.textComponent.colour-tools-spacer p {
  margin: 0;
  padding: 0;
  min-height: 22px;
  font-size: 15px;
  line-height: 22px;
  color: transparent;
}

@media (max-width: 767px) {
  .colour-tools-moodImage img {
    aspect-ratio: 16 / 9;
  }

  .colour-tools-teaser-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .colour-tools-page .colour-tools-replica .component.headline h1#colour-tools-title {
    font-size: 30px;
    line-height: 39px;
  }

  .colour-tools-page .colour-tools-replica .component.mediaTeaser .text {
    padding: 29px 15px 30px;
  }

  .colour-tools-page .colour-tools-replica .component.mediaTeaser.colour-tools-teaser--tall-text .text p {
    min-height: 0;
  }
}
