@media (max-width: 767px) {
  .logo a {
    background-image: url("/files/cto_layout/img/mc-logo-dark-sticky.png");
  }
}

@media only screen and (min-width: 768px) {
  .header.cloned {
    background: #fff;
  }
}

.padding_null,
.padding_null > .inside,
.padding_null > .container,
.padding_null > .inner {
  padding-left: 0 !important;
}

.header {
    background: transparent;
  }

.marc_headline_slider_shaddow {
color: #fff;
  text-shadow:
    0 2px 4px rgba(23, 33, 43, 0.65),
    0 10px 28px rgba(23, 33, 43, 0.38);
}

.ribbon {
  display: none;
}
#article-36 .container {
  max-width: 1100px;
}
.break-word {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.social-link.linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f4f4;
  color: #222 !important;
  text-decoration: none;
}

.social-link.linkedin i {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #222 !important;
}

/* =========================================================
   TENAXIS Prozessmodul – Hero-Version
   Desktop + Tablet + Mobile
   ========================================================= */

.tenaxis-method,
.tenaxis-method * {
  box-sizing: border-box;
}

.tenaxis-method {
  --tx-bg: #eee9e5;
  --tx-bg-soft: #f7f4f1;
  --tx-card: rgba(255, 255, 255, 0.76);
  --tx-text: #30323a;
  --tx-muted: rgba(48, 50, 58, 0.66);
  --tx-line: rgba(48, 50, 58, 0.11);
  --tx-accent: #b89a87;

  position: relative;
  left: 50%;
  transform: translateX(-50%);


  margin: 130px 0;
  padding: 96px 92px;

  background:
    linear-gradient(135deg, var(--tx-bg) 0%, var(--tx-bg-soft) 100%);

  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(760px, 1.7fr);
  gap: 90px;
  align-items: start;

  overflow: hidden;
}

/* seitlicher Akzent – macht den Block stärker als die anderen grauen Flächen 

.tenaxis-method::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: var(--tx-accent);
  opacity: 0.85;
}*/

/* sehr dezenter Hintergrund-Schriftzug */

.tenaxis-method::after {
  content: "WAHLMANAGEMENT";
  position: absolute;
  right: 60px;
  bottom: 42px;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: rgba(48, 50, 58, 0.045);
  pointer-events: none;
  white-space: nowrap;
}

.tenaxis-method-left,
.tenaxis-method-right {
  position: relative;
  z-index: 2;
}

/* Linke Einleitung */

.tenaxis-method-left {
  padding-top: 1px;
}

.tenaxis-method-left .eyebrow {
  margin: 0 0 28px 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tx-accent);
  font-weight: 700;
}

.tenaxis-method-left h2 {
  margin: 0;
  max-width: 460px;
  color: var(--tx-text);
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.tenaxis-method-left h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 34px;
  background: var(--tx-text);
}

.tenaxis-method-left p {
  margin: 38px 0 0 0;
  max-width: 430px;
  color: var(--tx-muted);
  font-size: 16px;
  line-height: 1.78;
}

/* Rechte Prozesskarten */

.tenaxis-method-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
}

.method-step {
  position: relative;
  min-height: 255px;
  padding: 46px 48px 48px 48px;

  background: var(--tx-card);
  border: 1px solid rgba(48, 50, 58, 0.08);

  box-shadow:
    0 28px 70px rgba(48, 50, 58, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* feine Linie oben in jeder Karte */

.method-step::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 54px;
  height: 2px;
  background: var(--tx-accent);
  opacity: 0.75;
}

.method-step span {
  display: block;
  margin: 0 0 30px 0;
  color: var(--tx-accent);
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.method-step h3 {
  margin: 0 0 17px 0;
  max-width: 390px;
  color: var(--tx-text);
  font-size: 25px;
  line-height: 1.17;
  letter-spacing: -0.035em;
  font-weight: 650;
}

.method-step p {
  margin: 0;
  max-width: 390px;
  color: var(--tx-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Desktop: leichte Staffelung für mehr Spannung */

.method-step:nth-child(2),
.method-step:nth-child(4),
.method-step:nth-child(6) {
  transform: translateY(34px);
}

/* Tablet */

@media (max-width: 1300px) {
  .tenaxis-method {
    width: min(1220px, calc(100vw - 70px));
    padding: 78px 66px;
    grid-template-columns: minmax(280px, 0.85fr) minmax(700px, 1.5fr);
    gap: 64px;
  }

  .tenaxis-method::after {
    font-size: 64px;
    right: 40px;
    bottom: 36px;
  }

  .tenaxis-method-left h2 {
    font-size: 42px;
  }

  .tenaxis-method-left p {
    font-size: 15px;
  }

  .method-step {
    min-height: 235px;
    padding: 42px 40px 44px 40px;
  }

  .method-step::before {
    left: 40px;
  }

  .method-step span {
    font-size: 36px;
    margin-bottom: 26px;
  }

  .method-step h3 {
    font-size: 22px;
  }
}

/* Kleine Tablets */

@media (max-width: 980px) {
  .tenaxis-method {
    width: calc(100vw - 44px);
    margin: 90px 0;
    padding: 62px 42px;
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .tenaxis-method::before {
    width: 6px;
  }

  .tenaxis-method::after {
    display: none;
  }

  .tenaxis-method-left {
    padding-top: 0;
  }

  .tenaxis-method-left h2 {
    max-width: 680px;
    font-size: 38px;
  }

  .tenaxis-method-left p {
    max-width: 680px;
  }

  .tenaxis-method-right {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .method-step,
  .method-step:nth-child(2),
  .method-step:nth-child(4),
  .method-step:nth-child(6) {
    min-height: auto;
    transform: none;
    padding: 38px 34px 40px 34px;
  }

  .method-step::before {
    left: 34px;
  }

  .method-step span {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .method-step h3 {
    max-width: 100%;
    font-size: 23px;
  }

  .method-step p {
    max-width: 680px;
  }
}

/* Mobile */

@media (max-width: 600px) {
  .tenaxis-method {
    width: calc(100vw - 30px);
    margin: 70px 0;
    padding: 46px 26px;
  }

  .tenaxis-method::before {
    width: 5px;
  }

  .tenaxis-method-left .eyebrow {
    margin-bottom: 22px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .tenaxis-method-left h2 {
    font-size: 31px;
    line-height: 1.1;
  }

  .tenaxis-method-left h2::after {
    width: 46px;
    margin-top: 26px;
  }

  .tenaxis-method-left p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.72;
  }

  .tenaxis-method-right {
    gap: 14px;
  }

  .method-step,
  .method-step:nth-child(2),
  .method-step:nth-child(4),
  .method-step:nth-child(6) {
    padding: 34px 26px 36px 26px;
  }

  .method-step::before {
    left: 26px;
    width: 46px;
  }

  .method-step span {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .method-step h3 {
    font-size: 21px;
    line-height: 1.22;
  }

  .method-step p {
    font-size: 14px;
    line-height: 1.68;
  }
}

/* =========================================================
   TENAXIS Social Icons im Footer
   ========================================================= */

.mod_socials.mod_html {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 72px;
  margin-bottom: 78px;
}

/* Links / Icon-Flächen */
.mod_socials.mod_html a {
  width: 44px;
  height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #000;
  text-decoration: none;

  border-radius: 50%;
  background: transparent;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

/* Font-Awesome Icons */
.mod_socials.mod_html a i {
  color: #000;
  font-size: 22px;
  line-height: 1;
}

/* Hover */
.mod_socials.mod_html a:hover {
  background: rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.mod_socials.mod_html a:hover i {
  color: #000;
}

/* Mobile */
@media (max-width: 767px) {
  .mod_socials.mod_html {
    gap: 16px;
    margin-top: 42px;
    margin-bottom: 52px;
  }

  .mod_socials.mod_html a {
    width: 44px;
    height: 44px;
  }

  .mod_socials.mod_html a i {
    font-size: 21px;
  }
}

.ce_text blockquote {
  background: #faf9f7;
  border-left: 3px solid #9b8060;
  padding: 24px 28px;
  margin: 32px 0;
}

.ce_text blockquote p {
  margin: 0;
  font-style: italic;
}
.ce_divider_extended.white_line {
  background: #fff !important;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .marc-background > .attributes.has-image {
    background-position: 55% center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

.ce_iconbox.version2 .content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 12px;
  padding: 9px 17px;

  color: #fff !important;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 30px;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ce_iconbox.version2 .content a::after {
  content: "→";
  font-size: 1.15em;
  line-height: 1;
  transition: transform 0.25s ease;
}

.ce_iconbox.version2 .content a:hover,
.ce_iconbox.version2 .content a:focus-visible {
  background-color: #fff;
  color: rgb(130, 147, 165) !important;
  transform: translateY(-2px);
}

.ce_iconbox.version2 .content a:hover::after,
.ce_iconbox.version2 .content a:focus-visible::after {
  transform: translateX(4px);
}