@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);
}
/* =========================================================
   TENAXIS Cookie-Policy
   Tabellen ohne horizontales Scrollen
   ========================================================= */

.cookie-policy {
  --cookie-accent: #c3a087;
  --cookie-dark: #2f343b;
  --cookie-blue: #8293a6;
  --cookie-light: #f6f3f1;
  --cookie-border: #ddd4ce;

  max-width: 100%;
  color: var(--cookie-dark);
  line-height: 1.65;
}

/* Kopfbereich */

.cookie-policy > header {
  margin-bottom: 45px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--cookie-border);
}

.cookie-policy > header > p:first-child {
  margin-bottom: 8px;
  color: var(--cookie-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cookie-policy h1 {
  margin: 0 0 10px;
  color: var(--cookie-dark);
}

.cookie-policy > header > p:last-child {
  margin: 0;
  color: #727272;
  font-size: 0.95rem;
}

/* Abschnitte */

.cookie-policy section {
  margin-top: 55px;
}

.cookie-policy h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 14px;
  color: var(--cookie-dark);
  font-size: 1.55rem;
  line-height: 1.3;
}

.cookie-policy h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  background: var(--cookie-accent);
}

.cookie-policy p {
  margin-top: 0;
  margin-bottom: 18px;
}

/* Tabellen-Container */

.cookie-policy .table-responsive {
  width: 100%;
  max-width: 100%;
  margin: 28px 0 40px;
  overflow: visible;
  border: 1px solid var(--cookie-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(47, 52, 59, 0.07);
}

/* Tabellen */

.cookie-policy table {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.cookie-policy thead {
  background: var(--cookie-blue);
}

.cookie-policy th {
  padding: 17px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cookie-policy th:last-child {
  border-right: 0;
}

.cookie-policy td {
  padding: 17px 18px;
  border: 0;
  border-right: 1px solid var(--cookie-border);
  border-bottom: 1px solid var(--cookie-border);
  color: #454545;
  font-size: 0.94rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.cookie-policy td:last-child {
  border-right: 0;
}

.cookie-policy tbody tr:last-child td {
  border-bottom: 0;
}

.cookie-policy tbody tr:nth-child(even) {
  background: var(--cookie-light);
}

.cookie-policy tbody tr {
  transition: background-color 0.2s ease;
}

.cookie-policy tbody tr:hover {
  background: #eee8e4;
}

/* Cookie-Name hervorheben */

.cookie-policy td:first-child {
  color: var(--cookie-dark);
  font-weight: 700;
}

/* Spaltenbreiten */

.cookie-policy th:nth-child(1),
.cookie-policy td:nth-child(1) {
  width: 19%;
}

.cookie-policy th:nth-child(2),
.cookie-policy td:nth-child(2) {
  width: 23%;
}

.cookie-policy th:nth-child(3),
.cookie-policy td:nth-child(3) {
  width: 38%;
}

.cookie-policy th:nth-child(4),
.cookie-policy td:nth-child(4) {
  width: 20%;
}

/* Fußzeile */

.cookie-policy footer {
  margin-top: 60px;
  padding: 22px 25px;
  border-left: 3px solid var(--cookie-accent);
  background: var(--cookie-light);
}

.cookie-policy footer p {
  margin: 0;
}

.cookie-policy footer a {
  color: var(--cookie-accent);
  font-weight: 600;
  text-decoration: none;
}

.cookie-policy footer a:hover {
  text-decoration: underline;
}

/* =========================================================
   Tablet und Smartphone:
   Tabellenzeilen werden zu Karten
   ========================================================= */

@media (max-width: 767px) {
  .cookie-policy section {
    margin-top: 42px;
  }

  .cookie-policy h2 {
    font-size: 1.3rem;
  }

  .cookie-policy .table-responsive {
    margin: 24px 0 36px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .cookie-policy table,
  .cookie-policy tbody,
  .cookie-policy tr,
  .cookie-policy td {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .cookie-policy table {
    table-layout: auto;
    background: transparent;
  }

  .cookie-policy thead {
    display: none;
  }

  .cookie-policy tbody tr {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid var(--cookie-border);
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 6px 20px rgba(47, 52, 59, 0.07);
  }

  .cookie-policy tbody tr:last-child {
    margin-bottom: 0;
  }

  .cookie-policy td {
    display: grid;
    grid-template-columns: minmax(105px, 34%) minmax(0, 66%);
    gap: 12px;

    width: 100% !important;
    padding: 13px 15px;

    border-right: 0;
    border-bottom: 1px solid var(--cookie-border);

    font-size: 0.9rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cookie-policy td:last-child {
    border-bottom: 0;
  }

  .cookie-policy td::before {
    color: var(--cookie-accent);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .cookie-policy td:nth-child(1)::before {
    content: "Name";
  }

  .cookie-policy td:nth-child(2)::before {
    content: "Anbieter";
  }

  .cookie-policy td:nth-child(3)::before {
    content: "Zweck";
  }

  .cookie-policy td:nth-child(4)::before {
    content: "Speicherdauer";
  }

  .cookie-policy td:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--cookie-blue);
    color: #fff;
    font-size: 0.95rem;
  }

  .cookie-policy td:first-child::before {
    color: rgba(255, 255, 255, 0.8);
  }

  .cookie-policy footer {
    margin-top: 45px;
    padding: 18px 20px;
  }
}

/* Sehr schmale Smartphones */

@media (max-width: 420px) {
  .cookie-policy td {
    display: block;
  }

  .cookie-policy td::before {
    display: block;
    margin-bottom: 4px;
  }
}