/*
Theme Name: ToMa·MAC Child
Description: Schlankes Divi-Child-Theme für den Relaunch von ToMa·MAC.
Author: ToMa·MAC
Template: Divi
Version: 1.1.8
Text Domain: toma-mac-child
*/

/* Lokale Schriftfamilie: Jura */
@font-face {
  font-family: "Jura";
  src: url("/wp-content/uploads/fonts/97da2ded2b3308e5.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Jura";
  src: url("/wp-content/uploads/fonts/135f1ce8d7cd9511.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Jura";
  src: url("/wp-content/uploads/fonts/788ff48a37869ab1.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Jura";
  src: url("/wp-content/uploads/fonts/ba6ec46a416ffa50.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/*
 * Globale Design-Tokens.
 * Seitenaufbau, Abstände und responsive Layouts bleiben vorrangig in Divi 5.
 */
:root {
  --toma-font-primary: "Jura", Arial, Helvetica, sans-serif;

  --toma-color-accent: #ff4500;
  --toma-color-accent-hover: #d93b00;
  --toma-color-text: #222222;
  --toma-color-muted: #666666;
  --toma-color-background: #ffffff;
  --toma-color-surface: #f6f6f6;
  --toma-color-border: #e6e6e6;

  --toma-radius: 12px;
  --toma-shadow: 0 12px 32px rgba(34, 34, 34, 0.08);
  --toma-transition: 180ms ease;
  --toma-content-width: 1280px;
}

/* Typografische Basis */
html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: var(--toma-font-primary);
}

body {
  color: var(--toma-color-text);
  background: var(--toma-color-background);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_pb_button,
.et-menu a {
  font-family: var(--toma-font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--toma-color-text);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 3.375rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

a {
  color: var(--toma-color-accent);
  transition: color var(--toma-transition);
}

a:hover,
a:focus-visible {
  color: var(--toma-color-accent-hover);
}

::selection {
  color: #ffffff;
  background: var(--toma-color-accent);
}

/* Klare, barrierearme Fokusmarkierung */
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--toma-color-accent);
  outline-offset: 3px;
}

/* Globale Divi-Button-Basis; Varianten werden als Presets im Builder angelegt. */
.et_pb_button,
.et_pb_button:hover {
  border-radius: var(--toma-radius);
  font-weight: 700;
  line-height: 1.2;
  transition:
    color var(--toma-transition),
    background-color var(--toma-transition),
    border-color var(--toma-transition),
    transform var(--toma-transition);
}

.et_pb_button:hover {
  transform: translateY(-2px);
}

/* Kleine wiederverwendbare Hilfsklassen für Divi-Module. */
.toma-surface {
  background: var(--toma-color-surface);
  border: 1px solid var(--toma-color-border);
  border-radius: var(--toma-radius);
}

.toma-card {
  border: 1px solid var(--toma-color-border);
  border-radius: var(--toma-radius);
  box-shadow: var(--toma-shadow);
  overflow: hidden;
}

.toma-accent {
  color: var(--toma-color-accent);
}

/* --------------------------------------------------------------
 * ToMa·MAC Startseite – Divi-5-Module und wiederverwendbare Klassen
 * -------------------------------------------------------------- */

.home .et_pb_section {
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.home .et_pb_row {
  width: min(92%, var(--toma-content-width));
  max-width: var(--toma-content-width);
}

.toma-hero {
  position: relative;
  min-height: clamp(520px, 68vh, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 7rem) clamp(2rem, 7vw, 6rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--toma-radius);
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 69, 0, 0.22), transparent 30%),
    linear-gradient(135deg, #151b22 0%, #0d1117 58%, #18130f 100%) !important;
  box-shadow: 0 24px 70px rgba(15, 18, 22, 0.2);
}

.toma-hero::before {
  content: "";
  position: absolute;
  inset: clamp(1.5rem, 4vw, 3rem) auto clamp(1.5rem, 4vw, 3rem) 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--toma-color-accent);
}

.toma-hero .et_pb_fullwidth_header_container,
.toma-hero .header-content {
  width: 100%;
  max-width: 900px;
  margin: 0;
}

.toma-hero .et_pb_module_header {
  max-width: 820px;
  color: #ffffff !important;
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.toma-hero .et_pb_fullwidth_header_subhead {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--toma-color-accent) !important;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.toma-hero .et_pb_header_content_wrapper {
  max-width: 720px;
  margin-top: 1.75rem;
  color: #d9dee5;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.toma-hero .et_pb_button {
  margin-top: 1rem;
  border: 2px solid var(--toma-color-accent) !important;
  padding: 0.75em 1.35em !important;
  font-size: 1rem;
}

.toma-hero .et_pb_button_one {
  color: #ffffff !important;
  background: var(--toma-color-accent) !important;
}

.toma-hero .et_pb_button_two {
  color: #ffffff !important;
  background: transparent !important;
}

.toma-hero .et_pb_button:hover {
  border-color: var(--toma-color-accent-hover) !important;
  background: var(--toma-color-accent-hover) !important;
}

/* Leistungen */
.toma-services {
  padding-block: clamp(1rem, 3vw, 2.5rem);
}

.toma-section-head {
  max-width: 850px;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.toma-kicker {
  margin-bottom: 1rem;
  color: var(--toma-color-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.toma-section-head h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  line-height: 1.04;
}

.toma-section-head > p:last-child {
  max-width: 720px;
  color: var(--toma-color-muted);
  font-size: 1.1rem;
}

.toma-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.toma-service-card {
  position: relative;
  min-height: 290px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--toma-color-border);
  border-radius: var(--toma-radius);
  background: var(--toma-color-background);
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.05);
  transition:
    transform var(--toma-transition),
    border-color var(--toma-transition),
    box-shadow var(--toma-transition);
}

.toma-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: var(--toma-radius) var(--toma-radius) 0 0;
  background: var(--toma-color-accent);
}

.toma-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: var(--toma-shadow);
}

.toma-service-number {
  display: block;
  margin-bottom: 3rem;
  color: var(--toma-color-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.toma-service-card h3 {
  margin-bottom: 1rem;
  font-size: 1.45rem;
}

.toma-service-card p {
  color: var(--toma-color-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.home #footer-widgets {
  display: none;
}

.home #main-footer {
  padding-top: 0;
}

@media (max-width: 980px) {
  .toma-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toma-hero {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .home .et_pb_row {
    width: min(92%, var(--toma-content-width));
  }

  .toma-hero {
    min-height: auto;
    padding: 4rem 1.5rem;
  }

  .toma-hero .et_pb_module_header {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .toma-hero .et_pb_button {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .toma-service-grid {
    grid-template-columns: 1fr;
  }

  .toma-service-card {
    min-height: auto;
  }
}

/* Divi-spezifische Priorität für gestapelte Hero-Buttons auf Mobilgeräten. */
@media (max-width: 640px) {
  .toma-hero .et_pb_button {
    display: block !important;
    width: 100% !important;
    margin-inline: 0 !important;
  }
}

/* Ablauf und Kontakt */
.toma-process {
  padding-block: clamp(1rem, 3vw, 2.5rem);
}

.toma-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 clamp(4rem, 8vw, 7rem);
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.toma-process-grid li {
  min-height: 260px;
  padding: 1.75rem;
  border-top: 1px solid var(--toma-color-border);
  border-right: 1px solid var(--toma-color-border);
}

.toma-process-grid li:last-child {
  border-right: 0;
}

.toma-process-grid span {
  display: block;
  margin-bottom: 3.25rem;
  color: var(--toma-color-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.toma-process-grid h3 {
  margin-bottom: 0.85rem;
  font-size: 1.35rem;
}

.toma-process-grid p {
  color: var(--toma-color-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.toma-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: var(--toma-radius);
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 69, 0, 0.2), transparent 28%),
    #151b22;
  color: #d9dee5;
}

.toma-cta h2 {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4rem);
}

.toma-cta p:last-child {
  max-width: 680px;
  font-size: 1.05rem;
}

.toma-cta-actions {
  display: grid;
  gap: 0.75rem;
}

.toma-cta-actions a {
  display: block;
  padding: 1rem 1.25rem;
  border: 2px solid var(--toma-color-accent);
  border-radius: var(--toma-radius);
  font-weight: 700;
  text-align: center;
  transition:
    transform var(--toma-transition),
    background-color var(--toma-transition),
    border-color var(--toma-transition);
}

.toma-cta-actions a:hover {
  transform: translateY(-2px);
}

.toma-cta-primary {
  color: #ffffff !important;
  background: var(--toma-color-accent);
}

.toma-cta-secondary {
  color: #ffffff !important;
  background: transparent;
}

.toma-cta-actions a:hover {
  border-color: var(--toma-color-accent-hover);
  background: var(--toma-color-accent-hover);
}

@media (max-width: 980px) {
  .toma-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toma-process-grid li:nth-child(2) {
    border-right: 0;
  }

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

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

  .toma-process-grid li {
    min-height: auto;
    border-right: 0;
  }

  .toma-process-grid span {
    margin-bottom: 1.5rem;
  }

  .toma-cta {
    padding: 2rem 1.5rem;
  }
}


/* =========================================================
   Globaler Divi-5-Header und Footer
   ========================================================= */
.et-l--header,
.et-l--footer {
  font-family: "Jura", Arial, Helvetica, sans-serif;
}

.et-l--header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.admin-bar .et-l--header {
  top: 32px;
}

.et-l--header .et_pb_section,
.et-l--footer .et_pb_section,
.et-l--header .et_pb_row,
.et-l--footer .et_pb_row,
.et-l--header .et_pb_column,
.et-l--footer .et_pb_column,
.et-l--header .et_pb_code,
.et-l--footer .et_pb_code {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.et-l--header .et_pb_code_inner,
.et-l--footer .et_pb_code_inner {
  width: 100%;
}

.toma-site-header {
  width: 100%;
  color: #222;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  box-shadow: 0 10px 30px rgba(20, 20, 22, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.toma-header-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.toma-brand {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #222;
  text-decoration: none;
  line-height: 1;
}

.toma-brand-name {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.toma-brand-name > span {
  color: #ff4500;
}

.toma-brand-claim {
  margin-top: 0.42rem;
  color: #666;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.toma-main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.toma-main-nav a {
  position: relative;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.toma-main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 2px;
  background: #ff4500;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.toma-main-nav a:hover::after,
.toma-main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.toma-header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  color: #fff;
  background: #222;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, transform 180ms ease;
}

.toma-header-phone span {
  margin-right: 0.3em;
  color: #ff6a33;
}

.toma-header-phone:hover,
.toma-header-phone:focus-visible {
  color: #fff;
  background: #ff4500;
  transform: translateY(-2px);
}

.toma-header-phone:hover span,
.toma-header-phone:focus-visible span {
  color: #fff;
}

.toma-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 11px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.toma-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #222;
  transition: transform 180ms ease, opacity 180ms ease;
}

.toma-site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 69, 0, 0.18), transparent 27rem),
    #18181a;
  border-top: 4px solid #ff4500;
}

.toma-footer-grid,
.toma-footer-bottom {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.toma-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(180px, 0.75fr));
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.toma-brand-footer,
.toma-brand-footer:hover {
  color: #fff;
}

.toma-brand-footer .toma-brand-claim {
  color: rgba(255, 255, 255, 0.58);
}

.toma-footer-brand p {
  max-width: 34rem;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.75;
}

.toma-footer-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.toma-footer-block h2 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.toma-footer-block a,
.toma-footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 180ms ease;
}

.toma-footer-block a:hover,
.toma-footer-block a:focus-visible,
.toma-footer-bottom a:hover,
.toma-footer-bottom a:focus-visible {
  color: #ff6a33;
}

.toma-footer-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.toma-footer-bottom p {
  margin: 0;
}

.toma-footer-bottom nav {
  display: flex;
  gap: 1.5rem;
}

#leistungen,
#ablauf,
#kontakt {
  scroll-margin-top: 110px;
}

#main-footer {
  display: none;
}

@media (max-width: 980px) {
  .admin-bar .et-l--header {
    top: 46px;
  }

  .toma-header-inner {
    min-height: 74px;
    gap: 0.8rem;
  }

  .toma-menu-toggle {
    display: block;
    order: 2;
  }

  .toma-header-phone {
    order: 3;
  }

  .toma-main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 24px;
    left: 24px;
    margin: 0;
    padding: 1rem;
    display: grid;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 36px rgba(20, 20, 22, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .toma-main-nav a {
    padding: 0.9rem 0.65rem;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  }

  .toma-main-nav a:last-child {
    border-bottom: 0;
  }

  .toma-main-nav a::after {
    display: none;
  }

  .toma-menu-open .toma-main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .toma-menu-open .toma-menu-toggle > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .toma-menu-open .toma-menu-toggle > span:nth-child(2) {
    opacity: 0;
  }

  .toma-menu-open .toma-menu-toggle > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

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

  .toma-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .toma-header-inner,
  .toma-footer-grid,
  .toma-footer-bottom {
    width: min(100% - 32px, 1200px);
  }

  .toma-brand-name {
    font-size: 1.3rem;
  }

  .toma-brand-claim {
    font-size: 0.58rem;
  }

  .toma-header-phone {
    width: 44px;
    min-width: 44px;
    padding: 0;
    justify-content: center;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .toma-header-phone::before {
    content: "☎";
    color: #fff;
    font-size: 1.15rem;
  }

  .toma-header-phone span {
    display: none;
  }

  .toma-main-nav {
    right: 16px;
    left: 16px;
  }

  .toma-footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3.5rem 0;
  }

  .toma-footer-brand {
    grid-column: auto;
  }

  .toma-footer-bottom {
    padding: 1.25rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Bereinigter Header aus dem globalen Divi-Textmodul */
.et-l--header .et_pb_code {
  display: none !important;
}

.et-l--header .et_pb_text,
.et-l--header .et_pb_text_inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.toma-mobile-menu {
  display: none;
  position: relative;
  order: 2;
  margin-left: auto;
}

.toma-mobile-menu summary {
  width: 44px;
  height: 44px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 4px;
  list-style: none;
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.toma-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.toma-mobile-menu summary span {
  display: block;
  height: 2px;
  background: #222;
  transition: transform 180ms ease, opacity 180ms ease;
}

.toma-mobile-menu[open] summary span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.toma-mobile-menu[open] summary span:nth-child(2) {
  opacity: 0;
}

.toma-mobile-menu[open] summary span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.toma-mobile-nav {
  position: absolute;
  top: calc(100% + 15px);
  right: -76px;
  width: min(330px, calc(100vw - 32px));
  padding: 1rem;
  display: grid;
  background: #fff;
  border: 1px solid rgba(34,34,34,.1);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 36px rgba(20,20,22,.14);
}

.toma-mobile-nav a {
  padding: .9rem .65rem;
  color: #333;
  border-bottom: 1px solid rgba(34,34,34,.08);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.toma-mobile-nav a:last-child {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .toma-main-nav--desktop {
    display: none !important;
  }

  .toma-mobile-menu {
    display: block;
  }
}


/* =========================================================
   Leistungsseite: Apple & Mac Support
   ========================================================= */
body.page-id-39 .et_pb_section {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  background: #f7f7f5;
}

body.page-id-39 .et_pb_row {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  padding: 0;
}

body.page-id-39 .et_pb_text,
body.page-id-39 .et_pb_text_inner {
  margin: 0;
}

.toma-service-page {
  color: #29292c;
}

.toma-service-page h1,
.toma-service-page h2,
.toma-service-page h3,
.toma-service-page p {
  margin-top: 0;
}

.toma-service-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: clamp(2.5rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  color: #fff;
  background:
    radial-gradient(circle at 82% 25%, rgba(255, 69, 0, .27), transparent 28rem),
    linear-gradient(135deg, #101216 0%, #19191c 68%, #2b1711 100%);
  border-radius: 12px;
  box-shadow: 0 30px 70px rgba(20, 20, 22, .17);
}

.toma-service-hero::before {
  content: "";
  position: absolute;
  top: 4rem;
  bottom: 4rem;
  left: 0;
  width: 4px;
  background: #ff4500;
}

.toma-service-hero-copy,
.toma-service-hero-aside {
  position: relative;
  z-index: 1;
}

.toma-service-page .toma-kicker {
  margin-bottom: 1.35rem;
  color: #ff4500;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.toma-service-hero h1 {
  max-width: 820px;
  margin-bottom: 1.65rem;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.toma-service-lead {
  max-width: 720px;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.75;
}

.toma-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.toma-btn {
  min-height: 50px;
  padding: .9rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.toma-btn:hover,
.toma-btn:focus-visible {
  transform: translateY(-2px);
}

.toma-btn-primary {
  color: #fff;
  background: #ff4500;
}

.toma-btn-primary:hover,
.toma-btn-primary:focus-visible {
  color: #fff;
  background: #df3c00;
}

.toma-btn-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.35);
}

.toma-btn-secondary:hover,
.toma-btn-secondary:focus-visible {
  color: #fff;
  border-color: #fff;
}

.toma-service-hero-aside {
  padding: 2rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(12px);
}

.toma-service-orbit {
  width: 82px;
  height: 82px;
  margin-bottom: 2rem;
  display: grid;
  place-items: center;
  color: #ff6a33;
  border: 1px solid rgba(255,106,51,.55);
  border-radius: 50%;
  font-size: 2.4rem;
}

.toma-service-hero-aside p {
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}

.toma-service-hero-aside ul {
  margin: 1.4rem 0 0;
  padding: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  border-top: 1px solid rgba(255,255,255,.12);
  list-style: none;
}

.toma-service-hero-aside li {
  padding: .5rem .7rem;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: .74rem;
}

.toma-service-intro {
  max-width: 850px;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
}

.toma-service-intro h2,
.toma-service-problems h2,
.toma-service-process h2,
.toma-service-local h2,
.toma-service-cta h2 {
  margin-bottom: 1.25rem;
  color: #202024;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.toma-service-intro > p:last-child,
.toma-service-local > p,
.toma-service-cta > p:not(.toma-kicker) {
  color: #646468;
  font-size: 1.05rem;
  line-height: 1.8;
}

.toma-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.toma-service-grid article {
  position: relative;
  min-height: 285px;
  padding: 2rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(32,32,36,.08);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(20,20,22,.045);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.toma-service-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #ff4500;
}

.toma-service-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(20,20,22,.09);
}

.toma-service-grid article > span,
.toma-service-process li > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #ff4500;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.toma-service-grid h3,
.toma-service-process h3 {
  margin-bottom: .85rem;
  color: #222226;
  font-size: 1.2rem;
  line-height: 1.3;
}

.toma-service-grid p,
.toma-service-process li p {
  color: #6a6a6e;
  font-size: .94rem;
  line-height: 1.75;
}

.toma-service-problems {
  margin: clamp(5rem, 10vw, 9rem) 0;
  padding: clamp(2.5rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  background: #ececea;
  border-radius: 12px;
}

.toma-service-problems ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem 1.5rem;
  list-style: none;
}

.toma-service-problems li {
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
  color: #4f4f53;
  border-bottom: 1px solid rgba(32,32,36,.1);
  line-height: 1.55;
}

.toma-service-problems li::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ff4500;
  border-radius: 50%;
}

.toma-service-process {
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.toma-service-process .toma-section-head {
  max-width: 760px;
  margin-bottom: 3rem;
}

.toma-service-process ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid rgba(32,32,36,.14);
  border-bottom: 1px solid rgba(32,32,36,.14);
}

.toma-service-process li {
  min-height: 245px;
  padding: 2rem;
  border-right: 1px solid rgba(32,32,36,.14);
}

.toma-service-process li:last-child {
  border-right: 0;
}

.toma-service-local {
  padding: clamp(2.5rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(32,32,36,.08);
}

.toma-service-cta {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding: clamp(3rem, 7vw, 6rem);
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(255,69,0,.28), transparent 26rem),
    #171719;
  border-radius: 12px;
}

.toma-service-cta h2 {
  max-width: 800px;
  color: #fff;
}

.toma-service-cta > p:not(.toma-kicker) {
  max-width: 720px;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.7);
}

@media (max-width: 980px) {
  .toma-service-hero,
  .toma-service-problems,
  .toma-service-local {
    grid-template-columns: 1fr;
  }

  .toma-service-hero {
    min-height: auto;
  }

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

  .toma-service-process ol {
    grid-template-columns: 1fr;
  }

  .toma-service-process li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(32,32,36,.14);
  }

  .toma-service-process li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  body.page-id-39 .et_pb_row {
    width: min(100% - 32px, 1200px);
  }

  .toma-service-hero {
    padding: 2.5rem 1.5rem;
  }

  .toma-service-grid,
  .toma-service-problems ul {
    grid-template-columns: 1fr;
  }

  .toma-service-grid article {
    min-height: auto;
  }

  .toma-service-actions {
    display: grid;
  }

  .toma-service-actions .toma-btn {
    width: 100%;
  }

  .toma-service-problems,
  .toma-service-local,
  .toma-service-cta {
    padding: 2.25rem 1.5rem;
  }
}


/* Leistungsseite: Windows & PC */
body.page-id-44 .et_pb_section {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  background: #f7f7f5;
}

body.page-id-44 .et_pb_row {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  padding: 0;
}

body.page-id-44 .et_pb_text,
body.page-id-44 .et_pb_text_inner {
  margin: 0;
}

.toma-windows-page .toma-service-hero {
  background:
    radial-gradient(circle at 82% 25%, rgba(72, 111, 142, .23), transparent 28rem),
    linear-gradient(135deg, #101216 0%, #161b20 68%, #202a31 100%);
}

.toma-windows-page .toma-service-hero-aside {
  background: rgba(255,255,255,.045);
}

.toma-windows-page .toma-service-orbit {
  font-size: 2.8rem;
  line-height: 1;
}

@media (max-width: 640px) {
  body.page-id-44 .et_pb_row {
    width: min(100% - 32px, 1200px);
  }
}


/* Leistungsseite: WordPress & Web */
body.page-id-49 .et_pb_section {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  background: #f7f7f5;
}

body.page-id-49 .et_pb_row {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  padding: 0;
}

body.page-id-49 .et_pb_text,
body.page-id-49 .et_pb_text_inner {
  margin: 0;
}

.toma-web-page .toma-service-hero {
  background:
    radial-gradient(circle at 82% 25%, rgba(118, 76, 129, .24), transparent 28rem),
    linear-gradient(135deg, #111216 0%, #1d1820 68%, #2d1d2c 100%);
}

.toma-web-page .toma-service-hero-aside {
  background: rgba(255,255,255,.045);
}

.toma-web-page .toma-service-orbit {
  font-size: 2.15rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  body.page-id-49 .et_pb_row {
    width: min(100% - 32px, 1200px);
  }
}


/* Leistungsseite: Netzwerk & Daten */
body.page-id-54 .et_pb_section {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  background: #f7f7f5;
}
body.page-id-54 .et_pb_row {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  padding: 0;
}
body.page-id-54 .et_pb_text,
body.page-id-54 .et_pb_text_inner {
  margin: 0;
}
.toma-network-page .toma-service-hero {
  background:
    radial-gradient(circle at 82% 25%, rgba(47, 124, 112, .26), transparent 28rem),
    linear-gradient(135deg, #101216 0%, #15201e 68%, #1d302b 100%);
}
.toma-network-page .toma-service-hero-aside {
  background: rgba(255,255,255,.045);
}
.toma-service-symbol {
  width: 82px;
  height: 82px;
  margin-bottom: 2rem;
  display: grid;
  place-items: center;
  color: #ff6a33;
  border: 1px solid rgba(255,106,51,.55);
  border-radius: 50%;
  font-size: 2.6rem;
}
.toma-service-tags {
  margin-top: 1.4rem;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.toma-service-tags span {
  padding: .5rem .7rem;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: .74rem;
}
.toma-button {
  min-height: 50px;
  padding: .9rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.toma-button:hover,
.toma-button:focus-visible {
  transform: translateY(-2px);
}
.toma-button-primary {
  color: #fff;
  background: #ff4500;
}
.toma-button-primary:hover,
.toma-button-primary:focus-visible {
  color: #fff;
  background: #df3c00;
}
.toma-button-ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.35);
}
.toma-button-ghost:hover,
.toma-button-ghost:focus-visible {
  color: #fff;
  border-color: #fff;
}
.toma-service-process .toma-process-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(32,32,36,.14);
  border-bottom: 1px solid rgba(32,32,36,.14);
}
.toma-service-process .toma-process-grid article {
  min-height: 245px;
  padding: 2rem;
  border-right: 1px solid rgba(32,32,36,.14);
}
.toma-service-process .toma-process-grid article:last-child {
  border-right: 0;
}
.toma-service-process .toma-process-grid strong {
  display: block;
  margin-bottom: 2.5rem;
  color: #ff4500;
  font-size: .72rem;
  letter-spacing: .13em;
}
.toma-service-process .toma-process-grid p {
  color: #6a6a6e;
  font-size: .94rem;
  line-height: 1.75;
}
.toma-network-page .toma-service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.toma-network-page .toma-service-cta p {
  color: rgba(255,255,255,.7);
}
@media (max-width: 980px) {
  .toma-service-process .toma-process-grid,
  .toma-network-page .toma-service-cta {
    grid-template-columns: 1fr;
  }
  .toma-service-process .toma-process-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(32,32,36,.14);
  }
  .toma-service-process .toma-process-grid article:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 640px) {
  body.page-id-54 .et_pb_row {
    width: min(100% - 32px, 1200px);
  }
  .toma-service-actions .toma-button {
    width: 100%;
  }
}


/* Kontaktseite */
body.page-id-60 .et_pb_section{padding:clamp(2rem,5vw,4.5rem) 0;background:#f7f7f5}
body.page-id-60 .et_pb_row{width:min(1200px,calc(100% - 48px));max-width:1200px;padding:0}
body.page-id-60 .et_pb_text,body.page-id-60 .et_pb_text_inner{margin:0}
.toma-contact-page{color:#29292c}
.toma-contact-page h1,.toma-contact-page h2,.toma-contact-page h3,.toma-contact-page p{margin-top:0}
.toma-contact-page .toma-kicker{margin-bottom:1.35rem;color:#ff4500;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.toma-contact-hero{position:relative;overflow:hidden;min-height:540px;padding:clamp(2.5rem,7vw,6rem);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:clamp(2rem,6vw,5rem);color:#fff;background:radial-gradient(circle at 86% 22%,rgba(255,69,0,.25),transparent 27rem),linear-gradient(135deg,#101216 0%,#171719 70%,#2b1711 100%);border-radius:12px;box-shadow:0 30px 70px rgba(20,20,22,.17)}
.toma-contact-hero:before{content:"";position:absolute;top:4rem;bottom:4rem;left:0;width:4px;background:#ff4500}
.toma-contact-hero-copy,.toma-contact-direct{position:relative;z-index:1}
.toma-contact-hero h1{max-width:780px;margin-bottom:1.65rem;color:#fff;font-size:clamp(3rem,6vw,5.5rem);font-weight:500;line-height:.98;letter-spacing:-.055em}
.toma-contact-lead{max-width:720px;margin-bottom:2rem;color:rgba(255,255,255,.78);font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.75}
.toma-contact-direct{padding:2rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px)}
.toma-contact-label{color:#ff6a33;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.toma-contact-direct>a{padding:1rem 0;display:block;color:#fff;border-top:1px solid rgba(255,255,255,.12);text-decoration:none}
.toma-contact-direct>a span,.toma-contact-direct>a strong{display:block}
.toma-contact-direct>a span{color:rgba(255,255,255,.55);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.toma-contact-direct>p:last-child{margin:1.4rem 0 0;color:rgba(255,255,255,.64);font-size:.88rem;line-height:1.65}
.toma-contact-intro{max-width:850px;padding:clamp(5rem,10vw,9rem) 0 clamp(3rem,6vw,5rem)}
.toma-contact-intro h2,.toma-contact-briefing h2,.toma-contact-process h2,.toma-contact-area h2,.toma-contact-faq h2,.toma-contact-cta h2{margin-bottom:1.25rem;color:#202024;font-size:clamp(2.15rem,4vw,3.6rem);line-height:1.08;letter-spacing:-.045em}
.toma-contact-intro>p:last-child,.toma-contact-area>p{color:#646468;font-size:1.05rem;line-height:1.8}
.toma-contact-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.toma-contact-options article{position:relative;min-height:300px;padding:2rem;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(32,32,36,.08);border-radius:12px;box-shadow:0 16px 36px rgba(20,20,22,.045)}
.toma-contact-options article:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:#ff4500}
.toma-contact-options article>span,.toma-contact-process-grid strong{display:block;margin-bottom:2.5rem;color:#ff4500;font-size:.72rem;font-weight:700;letter-spacing:.13em}
.toma-contact-options h3,.toma-contact-process-grid h3{margin-bottom:.85rem;color:#222226;font-size:1.2rem;line-height:1.3}
.toma-contact-options p,.toma-contact-process-grid p{color:#6a6a6e;font-size:.94rem;line-height:1.75}
.toma-contact-options article>a{margin-top:auto;padding-top:1.25rem;color:#ff4500;font-size:.86rem;font-weight:700;text-decoration:none}
.toma-contact-briefing{margin:clamp(5rem,10vw,9rem) 0;padding:clamp(2.5rem,6vw,5rem);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,6vw,5rem);background:#ececea;border-radius:12px}
.toma-contact-briefing ul{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;list-style:none}
.toma-contact-briefing li{position:relative;padding:1rem 0 1rem 1.5rem;color:#4f4f53;border-bottom:1px solid rgba(32,32,36,.1)}
.toma-contact-briefing li:before{content:"";position:absolute;top:1.55rem;left:0;width:7px;height:7px;background:#ff4500;border-radius:50%}
.toma-contact-process{padding-bottom:clamp(5rem,10vw,9rem);scroll-margin-top:110px}
.toma-contact-process .toma-section-head,.toma-contact-faq .toma-section-head{max-width:780px;margin-bottom:3rem}
.toma-contact-process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid rgba(32,32,36,.14)}
.toma-contact-process-grid article{min-height:245px;padding:2rem;border-right:1px solid rgba(32,32,36,.14)}
.toma-contact-process-grid article:last-child{border-right:0}
.toma-contact-area{padding:clamp(2.5rem,6vw,5rem);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,6vw,5rem);align-items:center;background:#fff;border:1px solid rgba(32,32,36,.08);border-radius:12px}
.toma-contact-faq{padding:clamp(5rem,10vw,9rem) 0 0}
.toma-faq-list{border-top:1px solid rgba(32,32,36,.14)}
.toma-faq-list details{border-bottom:1px solid rgba(32,32,36,.14)}
.toma-faq-list summary{position:relative;padding:1.5rem 3.5rem 1.5rem 0;color:#222226;font-weight:700;cursor:pointer;list-style:none}
.toma-faq-list summary::-webkit-details-marker{display:none}
.toma-faq-list summary:after{content:"+";position:absolute;top:1.25rem;right:.5rem;color:#ff4500;font-size:1.6rem}
.toma-faq-list details[open] summary:after{content:"–"}
.toma-faq-list details p{max-width:850px;padding:0 3.5rem 1.6rem 0;color:#646468;line-height:1.75}
.toma-contact-cta{margin-top:clamp(5rem,10vw,9rem);padding:clamp(3rem,7vw,6rem);color:#fff;background:radial-gradient(circle at 85% 0%,rgba(255,69,0,.28),transparent 26rem),#171719;border-radius:12px}
.toma-contact-cta h2{max-width:820px;color:#fff}
.toma-contact-cta>p:not(.toma-kicker){max-width:720px;margin-bottom:2rem;color:rgba(255,255,255,.7);font-size:1.05rem;line-height:1.75}
@media(max-width:980px){.toma-contact-hero,.toma-contact-briefing,.toma-contact-area{grid-template-columns:1fr}.toma-contact-hero{min-height:auto}.toma-contact-options{grid-template-columns:repeat(2,minmax(0,1fr))}.toma-contact-process-grid{grid-template-columns:1fr}.toma-contact-process-grid article{min-height:auto;border-right:0;border-bottom:1px solid rgba(32,32,36,.14)}}
@media(max-width:640px){body.page-id-60 .et_pb_row{width:min(100% - 32px,1200px)}.toma-contact-hero{padding:2.5rem 1.5rem}.toma-contact-options,.toma-contact-briefing ul{grid-template-columns:1fr}.toma-contact-options article{min-height:auto}.toma-contact-briefing,.toma-contact-area,.toma-contact-cta{padding:2.25rem 1.5rem}.toma-contact-page .toma-service-actions{display:grid}.toma-contact-page .toma-button{width:100%}}


/* Kontaktbox: Divi-Autoformatierung berücksichtigen */
.toma-contact-direct a{padding:1rem 0;display:block;color:#fff;border-top:1px solid rgba(255,255,255,.12);text-decoration:none}
.toma-contact-direct a span,.toma-contact-direct a strong{display:block}
.toma-contact-direct a span{margin-bottom:.25rem;color:rgba(255,255,255,.55);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.toma-contact-direct a strong{font-size:clamp(1rem,2vw,1.25rem)}
.toma-contact-direct br{display:none}


/* Über ToMa·MAC – Seite 67 */
.page-id-67 .et_pb_section,
.page-id-67 .et_pb_row,
.page-id-67 .et_pb_column,
.page-id-67 .et_pb_text,
.page-id-67 .et_pb_text_inner {
  margin: 0 !important;
  padding: 0 !important;
}
.page-id-67 .et_pb_row {
  width: 100% !important;
  max-width: none !important;
}
.page-id-67 .tm-about {
  --tm-dark: #171717;
  --tm-ink: #232323;
  --tm-muted: #666;
  --tm-line: #dedede;
  --tm-soft: #f5f5f3;
  --tm-orange: #ff4500;
  color: var(--tm-ink);
  background: #fff;
  font-family: "Jura", sans-serif;
}
.page-id-67 .tm-about *,
.page-id-67 .tm-about *::before,
.page-id-67 .tm-about *::after { box-sizing: border-box; }
.page-id-67 .tm-about h1,
.page-id-67 .tm-about h2,
.page-id-67 .tm-about h3,
.page-id-67 .tm-about p { margin-top: 0; }
.page-id-67 .tm-about h1 {
  max-width: 920px;
  margin-bottom: 28px;
  padding: 0;
  color: #fff;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: .98;
}
.page-id-67 .tm-about h2 {
  margin-bottom: 24px;
  padding: 0;
  color: var(--tm-ink);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.06;
}
.page-id-67 .tm-about h3 {
  padding: 0;
  color: var(--tm-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.page-id-67 .tm-about p {
  color: var(--tm-muted);
  font-size: 18px;
  line-height: 1.75;
}
.page-id-67 .tm-about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 390px);
  gap: 60px;
  align-items: end;
  min-height: 690px;
  padding: clamp(110px, 13vw, 180px) max(7vw, 32px) clamp(80px, 10vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 24%, rgba(255,69,0,.20), transparent 25%),
    linear-gradient(135deg, #111 0%, #1d1d1d 65%, #262626 100%);
}
.page-id-67 .tm-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.page-id-67 .tm-about-hero__inner,
.page-id-67 .tm-about-hero__mark { position: relative; z-index: 1; }
.page-id-67 .tm-eyebrow,
.page-id-67 .tm-kicker {
  margin-bottom: 20px !important;
  color: var(--tm-orange) !important;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}
.page-id-67 .tm-about-lead {
  max-width: 790px;
  margin-bottom: 34px !important;
  color: #d8d8d8 !important;
  font-size: clamp(19px, 2vw, 23px) !important;
  line-height: 1.65 !important;
}
.page-id-67 .tm-about-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.page-id-67 .tm-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 2px solid var(--tm-orange);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.page-id-67 .tm-button:hover { transform: translateY(-2px); }
.page-id-67 .tm-button--primary { color: #fff !important; background: var(--tm-orange); }
.page-id-67 .tm-button--primary:hover { color: var(--tm-orange) !important; background: #fff; }
.page-id-67 .tm-button--ghost { color: #fff !important; background: transparent; }
.page-id-67 .tm-button--ghost:hover { color: #fff !important; background: var(--tm-orange); }
.page-id-67 .tm-about-hero__mark {
  align-self: center;
  justify-self: end;
  width: min(30vw, 360px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.035);
  box-shadow: 0 0 0 22px rgba(255,69,0,.035), 0 0 0 44px rgba(255,69,0,.02);
}
.page-id-67 .tm-about-hero__mark span { font-size: clamp(28px, 4vw, 54px); line-height: 1; }
.page-id-67 .tm-about-hero__mark strong { color: var(--tm-orange); font-size: clamp(46px, 6vw, 78px); line-height: .95; }

.page-id-67 .tm-about-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) 0;
}
.page-id-67 .tm-about-intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}
.page-id-67 .tm-about-intro > div > p:not(.tm-kicker) { max-width: 720px; }
.page-id-67 .tm-about-promise {
  padding: 38px;
  border-top: 4px solid var(--tm-orange);
  border-radius: 0 0 16px 16px;
  background: var(--tm-soft);
}
.page-id-67 .tm-about-promise ul { margin: 0; padding: 0; list-style: none; }
.page-id-67 .tm-about-promise li {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid var(--tm-line);
}
.page-id-67 .tm-about-promise li:last-child { border-bottom: 0; }
.page-id-67 .tm-about-promise strong { color: var(--tm-ink); font-size: 18px; }
.page-id-67 .tm-about-promise span { color: var(--tm-muted); font-size: 15px; }

.page-id-67 .tm-about-values {
  width: 100%;
  max-width: none;
  padding-right: max(7vw, 32px);
  padding-left: max(7vw, 32px);
  background: var(--tm-soft);
}
.page-id-67 .tm-about-heading { max-width: 760px; margin-bottom: 52px; }
.page-id-67 .tm-about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.page-id-67 .tm-about-grid article {
  min-height: 310px;
  padding: 32px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: rgba(255,255,255,.35);
}
.page-id-67 .tm-about-grid article > span {
  display: block;
  margin-bottom: 56px;
  color: var(--tm-orange);
  font-size: 14px;
  font-weight: 700;
}
.page-id-67 .tm-about-grid h3 { margin-bottom: 15px; }

.page-id-67 .tm-about-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.page-id-67 .tm-about-service-grid a {
  position: relative;
  min-height: 260px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid var(--tm-line);
  border-radius: 16px;
  color: inherit !important;
  background: #fff;
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.page-id-67 .tm-about-service-grid a::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,69,0,.08);
}
.page-id-67 .tm-about-service-grid a:hover {
  transform: translateY(-5px);
  border-color: var(--tm-orange);
  box-shadow: 0 18px 45px rgba(0,0,0,.09);
}
.page-id-67 .tm-about-service-grid a > span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--tm-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-id-67 .tm-about-service-grid h3 { margin-bottom: 12px; }
.page-id-67 .tm-about-service-grid p { max-width: 470px; margin-bottom: 24px; font-size: 16px; }
.page-id-67 .tm-about-service-grid strong { position: relative; z-index: 1; color: var(--tm-ink); font-size: 15px; }

.page-id-67 .tm-about-process { border-top: 1px solid var(--tm-line); }
.page-id-67 .tm-about-process ol { margin: 0; padding: 0; list-style: none; }
.page-id-67 .tm-about-process li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 26px;
  padding: 32px 0;
  border-bottom: 1px solid var(--tm-line);
}
.page-id-67 .tm-about-process li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tm-orange);
  font-size: 20px;
  font-weight: 700;
}
.page-id-67 .tm-about-process h3 { margin-bottom: 8px; }
.page-id-67 .tm-about-process p { margin-bottom: 0; }

.page-id-67 .tm-about-local {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  padding: clamp(80px, 10vw, 130px) max(7vw, 32px);
  background: var(--tm-dark);
}
.page-id-67 .tm-about-local > div { max-width: 850px; }
.page-id-67 .tm-about-local h2 { color: #fff; }
.page-id-67 .tm-about-local p:not(.tm-kicker) { color: #cfcfcf; }
.page-id-67 .tm-about-local .tm-button { white-space: nowrap; }

@media (max-width: 980px) {
  .page-id-67 .tm-about-hero { grid-template-columns: 1fr; min-height: auto; }
  .page-id-67 .tm-about-hero__mark { display: none; }
  .page-id-67 .tm-about-intro { grid-template-columns: 1fr; }
  .page-id-67 .tm-about-grid { grid-template-columns: repeat(2, 1fr); }
  .page-id-67 .tm-about-local { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 640px) {
  .page-id-67 .tm-about-hero { padding-right: 24px; padding-left: 24px; }
  .page-id-67 .tm-about-section { width: calc(100% - 40px); }
  .page-id-67 .tm-about-values { width: 100%; padding-right: 20px; padding-left: 20px; }
  .page-id-67 .tm-about-grid,
  .page-id-67 .tm-about-service-grid { grid-template-columns: 1fr; }
  .page-id-67 .tm-about-grid article { min-height: 0; }
  .page-id-67 .tm-about-grid article > span { margin-bottom: 30px; }
  .page-id-67 .tm-about-promise,
  .page-id-67 .tm-about-service-grid a { padding: 28px; }
  .page-id-67 .tm-about-process li { grid-template-columns: 52px 1fr; gap: 18px; }
  .page-id-67 .tm-about-local { padding-right: 24px; padding-left: 24px; }
}


/* Semantisch saubere Leistungskarten */
.page-id-67 .tm-about-service-grid article {
  position: relative;
  min-height: 260px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid var(--tm-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.page-id-67 .tm-about-service-grid article::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,69,0,.08);
}
.page-id-67 .tm-about-service-grid article:hover {
  transform: translateY(-5px);
  border-color: var(--tm-orange);
  box-shadow: 0 18px 45px rgba(0,0,0,.09);
}
.page-id-67 .tm-about-service-grid article > span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--tm-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-id-67 .tm-about-service-grid article > a {
  position: relative;
  z-index: 1;
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--tm-ink) !important;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}
.page-id-67 .tm-about-service-grid article > a::after { content: none; }
.page-id-67 .tm-about-service-grid article > a:hover {
  transform: none;
  color: var(--tm-orange) !important;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 640px) {
  .page-id-67 .tm-about-service-grid article { padding: 28px; }
  .page-id-67 .tm-about-service-grid article > a { padding: 0; }
}

.page-id-67 .tm-about-service-grid article > a {
  all: unset !important;
  position: relative !important;
  z-index: 2 !important;
  display: inline-block !important;
  color: var(--tm-ink) !important;
  font-family: "Jura", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}
.page-id-67 .tm-about-service-grid article > a:hover { color: var(--tm-orange) !important; }


/* Ratgeber Landingpage */
.toma-ratgeber-page{--rat-ink:#202124;--rat-muted:#62666a;--rat-soft:#f4f3f0;--rat-line:#deddd8;max-width:1180px;margin:0 auto;padding:clamp(34px,6vw,88px) 24px 96px;color:var(--rat-ink)}
.toma-ratgeber-page *{box-sizing:border-box}
.toma-ratgeber-page h1,.toma-ratgeber-page h2,.toma-ratgeber-page p{margin-top:0}
.toma-ratgeber-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:clamp(34px,6vw,78px);align-items:center;padding:clamp(32px,5vw,68px) 0 clamp(70px,9vw,118px)}
.toma-ratgeber-hero h1{max-width:900px;font-size:clamp(44px,6.2vw,78px);line-height:1.02;letter-spacing:-.035em;margin:20px 0 25px}
.toma-ratgeber-lead{max-width:790px;font-size:clamp(18px,2vw,22px);line-height:1.65;color:var(--rat-muted);margin-bottom:30px}
.toma-ratgeber-promise{position:relative;padding:34px 32px;background:#202124;color:#fff;border-radius:18px;box-shadow:0 20px 50px rgba(20,22,24,.14)}
.toma-ratgeber-promise:before{content:'';position:absolute;left:0;top:30px;bottom:30px;width:4px;background:#ff4500;border-radius:0 3px 3px 0}
.toma-ratgeber-promise-label{display:block;color:#ff7043;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:700;margin-bottom:15px}
.toma-ratgeber-promise strong{display:block;font-size:23px;line-height:1.35;margin-bottom:20px}
.toma-ratgeber-promise ul{padding-left:20px;margin:0;color:#e5e5e5;line-height:1.8}
.toma-ratgeber-intro{max-width:820px;margin-bottom:42px}
.toma-ratgeber-intro h2,.toma-ratgeber-method h2,.toma-ratgeber-cta h2{font-size:clamp(34px,4.2vw,54px);line-height:1.08;letter-spacing:-.025em;margin:15px 0 20px}
.toma-ratgeber-intro>p:last-child{font-size:19px;line-height:1.75;color:var(--rat-muted)}
.toma-ratgeber-topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:clamp(80px,10vw,130px)}
.toma-ratgeber-topic{position:relative;display:block;min-height:290px;padding:34px;border:1px solid var(--rat-line);border-radius:18px;background:#fff;color:var(--rat-ink)!important;text-decoration:none!important;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.toma-ratgeber-topic:hover{transform:translateY(-5px);border-color:#ff4500;box-shadow:0 22px 55px rgba(20,22,24,.10)}
.toma-ratgeber-topic:after{content:'';position:absolute;width:150px;height:150px;right:-75px;top:-75px;border:28px solid rgba(255,69,0,.08);border-radius:50%}
.toma-ratgeber-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--rat-soft);border-radius:12px;color:#ff4500;font-weight:700;margin-bottom:42px}
.toma-ratgeber-topic h2{font-size:32px;line-height:1.15;margin:0 0 12px}
.toma-ratgeber-topic p{max-width:470px;color:var(--rat-muted);font-size:17px;line-height:1.65;margin-bottom:25px}
.toma-ratgeber-link{position:absolute;left:34px;bottom:30px;color:#ff4500;font-weight:700}
.toma-ratgeber-method{padding:clamp(42px,6vw,70px);background:var(--rat-soft);border-radius:22px;margin-bottom:clamp(70px,9vw,110px)}
.toma-ratgeber-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px}
.toma-ratgeber-method-grid article{padding:28px;background:#fff;border-radius:14px;border-top:3px solid #ff4500}
.toma-ratgeber-method-grid strong{display:block;font-size:22px;margin-bottom:12px}
.toma-ratgeber-method-grid p{color:var(--rat-muted);line-height:1.65;margin-bottom:0}
.toma-ratgeber-cta{display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:42px;align-items:end;padding:clamp(38px,6vw,68px);background:#202124;color:#fff;border-radius:22px}
.toma-ratgeber-cta p:not(.toma-kicker){max-width:700px;color:#d5d6d7;font-size:18px;line-height:1.7;margin-bottom:0}
.toma-ratgeber-cta .toma-service-actions{justify-content:flex-end;margin:0}
.toma-ratgeber-cta .toma-button-ghost{color:#fff!important;border-color:#707275!important}
@media(max-width:900px){.toma-ratgeber-hero,.toma-ratgeber-cta{grid-template-columns:1fr}.toma-ratgeber-topics{grid-template-columns:1fr}.toma-ratgeber-method-grid{grid-template-columns:1fr}.toma-ratgeber-cta .toma-service-actions{justify-content:flex-start}}
@media(max-width:620px){.toma-ratgeber-page{padding-left:18px;padding-right:18px}.toma-ratgeber-hero{padding-top:26px}.toma-ratgeber-topic{min-height:310px;padding:28px}.toma-ratgeber-link{left:28px}.toma-ratgeber-method,.toma-ratgeber-cta{padding:32px 24px}.toma-ratgeber-hero h1{font-size:42px}}


/* Ratgeber Einzelartikel */
.toma-article{--article-ink:#202124;--article-muted:#62666a;--article-soft:#f4f3f0;--article-line:#deddd8;max-width:1180px;margin:0 auto;padding:clamp(42px,7vw,92px) 24px 100px;color:var(--article-ink)}
.toma-article *{box-sizing:border-box}
.toma-article-header{max-width:980px;padding:20px 0 42px;border-bottom:1px solid var(--article-line)}
.toma-article-header h1{font-size:clamp(44px,6.4vw,76px);line-height:1.03;letter-spacing:-.035em;margin:18px 0 26px}
.toma-article-lead{max-width:880px;font-size:clamp(19px,2.2vw,23px);line-height:1.65;color:var(--article-muted);margin-bottom:26px}
.toma-article-meta{display:flex;flex-wrap:wrap;gap:10px 24px;color:#777b7f;font-size:14px}
.toma-article-meta span+span:before{content:'·';margin-right:24px;color:#ff4500}
.toma-article-alert{margin:38px 0 52px;padding:28px 32px 28px 34px;border-left:5px solid #ff4500;background:#fff4ef;border-radius:0 14px 14px 0}
.toma-article-alert strong,.toma-article-note strong{display:block;font-size:20px;margin-bottom:8px}
.toma-article-alert p,.toma-article-note{font-size:17px;line-height:1.7;margin-bottom:0}
.toma-article-layout{display:grid;grid-template-columns:260px minmax(0,760px);gap:clamp(42px,7vw,92px);align-items:start;justify-content:center}
.toma-article-toc{position:sticky;top:120px;display:flex;flex-direction:column;padding:24px;background:var(--article-soft);border-radius:14px}
.toma-article-toc strong{font-size:17px;margin-bottom:12px}
.toma-article-toc a{padding:10px 0;border-top:1px solid var(--article-line);color:#45484b!important;text-decoration:none!important;line-height:1.35}
.toma-article-toc a:hover{color:#ff4500!important}
.toma-article-content section{scroll-margin-top:120px;margin-bottom:56px}
.toma-article-content h2{font-size:clamp(31px,3.7vw,46px);line-height:1.12;letter-spacing:-.02em;margin:0 0 22px}
.toma-article-content p,.toma-article-content li{font-size:18px;line-height:1.82;color:#3f4245}
.toma-article-content p{margin:0 0 20px}
.toma-article-content a{color:#d83b00;text-decoration:underline;text-underline-offset:3px}
.toma-check-list{list-style:none;padding:0;margin:25px 0}
.toma-check-list li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid #ecebe8}
.toma-check-list li:before{content:'✓';position:absolute;left:0;top:9px;color:#ff4500;font-weight:700}
.toma-step-list{list-style:none;counter-reset:steps;padding:0;margin:28px 0}
.toma-step-list li{counter-increment:steps;position:relative;padding:0 0 26px 66px;min-height:54px}
.toma-step-list li:before{content:counter(steps);position:absolute;left:0;top:2px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#202124;color:#fff;font-weight:700}
.toma-step-list strong{display:block;color:#202124;font-size:20px;margin-bottom:5px}
.toma-step-list p{font-size:17px;margin-bottom:0}
.toma-article-note{margin:30px 0;padding:25px 28px;background:var(--article-soft);border-radius:14px}
.toma-article-cta{display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:40px;align-items:end;margin-top:70px;padding:clamp(38px,6vw,64px);background:#202124;color:#fff;border-radius:22px}
.toma-article-cta h2{font-size:clamp(32px,4vw,48px);line-height:1.1;margin:14px 0 18px}
.toma-article-cta p:not(.toma-kicker){color:#d4d5d6;font-size:18px;line-height:1.7;margin-bottom:0}
.toma-article-cta .toma-service-actions{justify-content:flex-end;margin:0}
.toma-article-cta .toma-button-ghost{color:#fff!important;border-color:#6f7275!important}
.toma-article-sources{margin-top:34px;padding-top:24px;border-top:1px solid var(--article-line);font-size:14px;color:var(--article-muted)}
.toma-article-sources strong{display:block;margin-bottom:7px;color:var(--article-ink)}
.toma-article-sources a{color:#55595d!important;text-decoration:underline}
@media(max-width:920px){.toma-article-layout{grid-template-columns:1fr}.toma-article-toc{position:static}.toma-article-cta{grid-template-columns:1fr}.toma-article-cta .toma-service-actions{justify-content:flex-start}}
@media(max-width:620px){.toma-article{padding-left:18px;padding-right:18px}.toma-article-header h1{font-size:42px}.toma-article-meta{display:grid;gap:7px}.toma-article-meta span+span:before{display:none}.toma-article-alert{padding:24px}.toma-step-list li{padding-left:58px}.toma-article-cta{padding:32px 24px}}


/* Globale Einzelansicht für den neuen Ratgeber */
.single-post #main-content>.container{width:100%;max-width:none;padding-top:0}
.single-post #left-area{width:100%;float:none;padding-right:0}
.single-post #sidebar,.single-post #main-content>.container:before,.single-post .et_post_meta_wrapper{display:none}
.single-post .et_post_meta_wrapper:last-of-type{display:none}


/* Rahmen der Ratgeber-Landingpage */
.page-id-215594 #main-content>.container{width:100%;max-width:none;padding-top:0}
.page-id-215594 #left-area{width:100%;float:none;padding:0}
.page-id-215594 #sidebar,.page-id-215594 #main-content>.container:before,.page-id-215594 .entry-title{display:none}
.page-id-215594 .entry-content{padding-top:0}


/* Divi-Inhaltsrahmen für Ratgeber neutralisieren */
.page-id-215594 #main-content .et_pb_section,.single-post #main-content .et_pb_section{padding:0}
.page-id-215594 #main-content .et_pb_row,.single-post #main-content .et_pb_row{width:100%;max-width:none;padding:0}


/* Ratgeber-Kategoriearchive */
.category #main-content>.container{width:min(1180px,calc(100% - 48px));max-width:none;padding:clamp(58px,8vw,100px) 0}
.category #left-area{width:100%;float:none;padding:0}
.category #sidebar,.category #main-content>.container:before{display:none}
.category #left-area:before{content:'Ratgeber';display:block;margin-bottom:38px;padding-bottom:28px;border-bottom:1px solid #deddd8;color:#202124;font-family:'Jura',sans-serif;font-size:clamp(42px,6vw,70px);font-weight:500;line-height:1.05;letter-spacing:-.03em}
.category-apple-mac #left-area:before{content:'Apple & Mac'}
.category-windows-pc #left-area:before{content:'Windows & PC'}
.category-sicherheit-daten #left-area:before{content:'Sicherheit & Daten'}
.category-wordpress-web #left-area:before{content:'WordPress & Web'}
.category-toma-mac #left-area:before{content:'ToMa·MAC'}
.category .et_pb_post{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);grid-template-rows:auto auto 1fr;gap:10px 38px;align-items:start;margin-bottom:32px;padding:24px;border:1px solid #deddd8;border-radius:18px;background:#fff;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.category .et_pb_post:hover{transform:translateY(-4px);border-color:#ff4500;box-shadow:0 20px 50px rgba(20,22,24,.09)}
.category .entry-featured-image-url{grid-column:1;grid-row:1/4;margin:0;border-radius:13px;overflow:hidden;aspect-ratio:16/10;background:#202124}
.category .entry-featured-image-url img{width:100%;height:100%;object-fit:cover}
.category .et_pb_post h2{grid-column:2;font-size:clamp(28px,3vw,40px);line-height:1.12;margin:8px 0 5px}
.category .et_pb_post h2 a{color:#202124!important;text-decoration:none}
.category .post-meta{grid-column:2;color:#707478;font-size:14px;line-height:1.6}
.category .post-meta a{color:#d83b00!important}
.category .pagination{padding-top:25px;border-top:1px solid #deddd8}
@media(max-width:760px){.category #main-content>.container{width:min(100% - 36px,1180px)}.category .et_pb_post{grid-template-columns:1fr}.category .entry-featured-image-url,.category .et_pb_post h2,.category .post-meta{grid-column:1}.category .entry-featured-image-url{grid-row:auto}.category .et_pb_post h2{margin-top:12px}}
