﻿/*
 * Source style matrix, Spies Hecker colordialog-phoenix.html
 * (body.theme_color15, axbase, live Computed + source screenshots):
 * Body text: #1e1e1e 15px/22px Arial/Helvetica, normal case, mb15 per paragraph.
 * H1 headlineContent: #ff0000 30px/39px Arial 400 center.
 * H2 headlineContent lead: #ff0000 20px/26px Arial 400 center, uppercase on source EN.
 * H3 textComponent section/intro: #ff0000 20px/26px Arial 700 left mb10.
 * H3 mediaTeaser card: #ff0000 20px/26px Arial 400 center mb10.
 * Teaser body p: #6d6e71 16px/22px center.
 * Breadcrumb: #868686 14px/20px, hover #ff0000.
 * Grey surfaces (mediaTeaser cards): #eaeaea flat; text pad 29px 30px 30px.
 * Split mediaTeaser (8+4): transparent bg, 16:9 images.
 * MoodImage: full-width ~1600Г—402 strip; theme_color15 gradient overlay.
 * horizontalLine hr: full-width #6d6e71 1px, my30.
 * Three-column grid: col-lg-4 desktop; stack mobile.
 * Section block: mb10; component stack: 30px (axbase).
 * No Wistia/PDF on source page.
 */

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

.colordialog-phoenix-page,
.colordialog-phoenix-page *,
.colordialog-phoenix-page *::before,
.colordialog-phoenix-page *::after {
  box-sizing: border-box;
}

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

.cdp-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));
}

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

.cdp-moodImage img {
  aspect-ratio: 1600 / 402;
  object-fit: cover;
  object-position: center center;
}

.colordialog-phoenix-page > .container {
  padding-top: 0;
}

.cdp-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(--cdp-breadcrumb);
}

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

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

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

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

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

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

.cdp-replica .headlineContent {
  margin: 0;
  padding: 0;
}

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

.colordialog-phoenix-page .cdp-replica .component.headline h1#cdp-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(--cdp-red);
}

.colordialog-phoenix-page .cdp-replica .component.headline h2.cdp-lead-h2 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  color: var(--cdp-red);
}

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

.cdp-split-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cdp-col-main {
  width: 66.66666667%;
  padding: 0 15px;
}

.cdp-col-side {
  width: 33.33333333%;
  padding: 0 15px;
}

.cdp-col-full {
  width: 100%;
  padding: 0 15px;
}

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

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

.colordialog-phoenix-page .cdp-replica .component.textComponent {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colordialog-phoenix-page .cdp-replica .component.textComponent p {
  margin: 0 0 15px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--cdp-text);
}

.colordialog-phoenix-page .cdp-replica .component.textComponent p:last-child {
  margin-bottom: 0;
}

.colordialog-phoenix-page .cdp-replica .component.textComponent h3.cdp-section-h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: left;
  color: var(--cdp-red);
}

.colordialog-phoenix-page .cdp-replica .component.textComponent h3.cdp-intro-h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
  color: var(--cdp-red);
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-split-media {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-split-media .img {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-split-media .img picture,
.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-split-media .img img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-split-media .img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--cdp-grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card .img {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card .img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card .text {
  padding: 29px 30px 30px;
  text-align: center;
  background: var(--cdp-grey);
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card .text h3.cdp-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(--cdp-red);
}

.colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card .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(--cdp-muted);
}

.cdp-divider {
  margin: 0 0 30px;
  padding: 0 15px;
}

.cdp-divider hr {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--cdp-rule);
  background: transparent;
}

@media (max-width: 767px) {
  .cdp-moodImage img {
    aspect-ratio: 1600 / 402;
  }

  .colordialog-phoenix-page .cdp-replica .component.headline h1#cdp-title {
    font-size: 26px;
    line-height: 33.8px;
  }

  .cdp-col-main,
  .cdp-col-side,
  .cdp-teaser-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .colordialog-phoenix-page .cdp-replica .component.mediaTeaser.cdp-card .text {
    padding: 29px 15px 30px;
  }
}
