/*
WP Easy Tools – zentrale Styles
Version: 1.1.0
Stand: Container-Zentrierung bereinigt, keine Sticky-Header-Anweisungen
*/

/* =========================================================
   0. Basis / Variablen
   ========================================================= */

:root {
  --wet-blue: #1f5fbf;
  --wet-blue-dark: #174a95;
  --wet-blue-soft: #eaf3ff;
  --wet-blue-pale: #eff6ff;
  --wet-green: #22a463;
  --wet-purple: #7652d6;
  --wet-text: #0f172a;
  --wet-muted: #334155;
  --wet-soft: #475569;
  --wet-border: #e4e7ec;
  --wet-border-soft: rgba(148, 163, 184, 0.24);
  --wet-shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.045);
  --wet-shadow-card: 0 24px 70px rgba(15, 23, 42, 0.06);
  --wet-wide: 1060px;
  --wet-content: 980px;
  --wet-readable: 820px;
  --wet-gutter-desktop: 40px;
  --wet-gutter-mobile: 32px;
  --wet-top-gap: clamp(28px, 4vw, 52px);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: auto;
}

body,
.site,
#page,
.site-content,
.inside-article,
.entry-content {
  background: #ffffff;
  box-sizing: border-box;
}

.inside-article {
  padding-top: 0;
}

/* Kein Sticky-Code in dieser Datei. Sticky wird über dein Plugin geregelt. */


/* =========================================================
   1. Globale Container-Breiten / Zentrierung
   ========================================================= */

.wet-home-hero,
.wet-home-tool-grid,
.wet-home-trust,
.wet-home-final,
.wet-altkit-hero,
.wet-alt-problem,
.wet-alt-solution,
.wet-alt-different,
.wet-alt-final,
.wet-check-page > div,
.wet-about-person {
  width: min(var(--wet-wide), calc(100vw - var(--wet-gutter-desktop)));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wet-doc-hero,
.wet-doc-section,
.wet-doc-info,
.wet-doc-status,
.wet-download-action,
.wet-alt-installation,
.wet-alt-download,
.wet-alt-preview,
.wet-alt-audience,
.wet-alt-why,
.wet-alttext-help .wet-section-inner,
.wet-preview-box,
.wet-final-cta,
.wet-target-section,
.wet-legal-page > div,
.wet-legal-hero,
.wet-legal-card {
  width: min(var(--wet-content), calc(100vw - var(--wet-gutter-desktop)));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.entry-content > .wet-home-hero,
.entry-content > .wet-altkit-hero,
.entry-content > .wet-doc-hero,
.entry-content > .wet-check-page,
.entry-content > .wet-legal-page,
.entry-content > .wet-about-person {
  margin-top: var(--wet-top-gap);
}


/* =========================================================
   2. Labels / Buttons
   ========================================================= */

.wet-label,
.wet-eyebrow,
.wet-planned {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--wet-blue-soft);
  color: var(--wet-blue);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.wet-eyebrow::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 900;
}

.wet-planned {
  margin-top: 4px;
  padding: 6px 11px;
  font-size: 0.78rem;
}

.wet-button,
a.wet-button,
button.wet-button,
.edd-submit,
.edd-add-to-cart,
.edd_go_to_checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid var(--wet-blue);
  border-radius: 8px;
  background: var(--wet-blue);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.wet-button:hover,
a.wet-button:hover,
button.wet-button:hover,
.edd-submit:hover,
.edd-add-to-cart:hover,
.edd_go_to_checkout:hover {
  background: var(--wet-blue-dark);
  color: #ffffff;
  text-decoration: none;
}

.wet-button-outline,
a.wet-button-outline {
  border: 1px solid rgba(37, 99, 235, 0.55);
  background: #ffffff;
  color: var(--wet-blue);
  box-shadow: none;
}

.wet-button-outline:hover,
a.wet-button-outline:hover {
  background: #eef5ff;
  color: var(--wet-blue-dark);
}

.wet-home-actions,
.wet-final-actions,
.wet-home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.wet-home-actions .wet-button {
  min-width: 220px;
}


/* =========================================================
   3. Header nur optisch – kein Sticky
   ========================================================= */

.site-header,
#masthead,
.main-navigation {
  border-top: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: #ffffff;
  box-shadow: none;
}

.site-header::before,
.site-header::after,
#masthead::before,
#masthead::after {
  display: none;
  content: none;
}

.main-navigation .main-nav ul li a {
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
}

.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a {
  color: var(--wet-blue);
}

@media (max-width: 768px) {
  .inside-header,
  #mobile-header .inside-navigation,
  .mobile-header-navigation .inside-navigation {
    min-height: 72px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-sizing: border-box;
  }

  .site-logo img,
  .site-branding img,
  .navigation-branding img,
  #mobile-header .site-logo img,
  #mobile-header .navigation-branding img,
  .mobile-header-navigation .site-logo img,
  .mobile-header-navigation .navigation-branding img {
    max-height: 50px;
    width: auto;
  }

  .menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f8fafc;
    color: var(--wet-text);
    font-size: 30px;
    line-height: 1;
  }

  .menu-toggle svg,
  .menu-toggle .gp-icon svg {
    width: 30px;
    height: 30px;
  }
}


/* =========================================================
   4. Startseite
   ========================================================= */

.wet-home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 38px;
  align-items: center;
  padding: 56px 48px;
  margin-bottom: 52px;
  border: 1px solid var(--wet-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 184, 108, 0.18), transparent 22%),
    radial-gradient(circle at 82% 86%, rgba(111, 221, 195, 0.14), transparent 24%),
    radial-gradient(circle at 8% 8%, rgba(83, 143, 255, 0.10), transparent 28%),
    #ffffff;
  overflow: hidden;
}

.wet-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(31, 95, 191, 0.16) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  opacity: 0.18;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 45%, #000 78%, transparent 100%);
  pointer-events: none;
}

.wet-home-hero-content,
.wet-home-hero-visual {
  position: relative;
  z-index: 1;
}

.wet-home-hero-title {
  max-width: 720px;
  margin: 0 0 22px;
  color: #111827;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.wet-home-hero-title span {
  color: var(--wet-blue);
}

.wet-home-hero-text {
  max-width: 620px;
  margin: 0 0 30px;
  color: #374151;
  font-size: 19px;
  line-height: 1.55;
}

.wet-home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
  color: #374151;
  font-size: 15px;
}

.wet-home-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wet-home-proof strong {
  color: var(--wet-blue);
  font-size: 20px;
  line-height: 1;
}

.wet-ui-cluster {
  position: relative;
  min-height: 390px;
}

.wet-ui-main {
  position: absolute;
  top: 42px;
  right: 20px;
  width: min(360px, 100%);
  padding: 26px;
  border: 1px solid var(--wet-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.wet-ui-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #111827;
  font-weight: 700;
}

.wet-ui-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #65c98b;
}

.wet-ui-image {
  position: relative;
  height: 112px;
  margin-bottom: 20px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(31, 95, 191, 0.16), rgba(31, 95, 191, 0.04)),
    #eef5ff;
}

.wet-ui-image::before {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 28px;
  width: 120px;
  height: 54px;
  background: rgba(31, 95, 191, 0.20);
  clip-path: polygon(0 100%, 35% 35%, 55% 70%, 78% 20%, 100% 100%);
}

.wet-ui-lines span {
  display: block;
  height: 10px;
  margin-bottom: 11px;
  border-radius: 999px;
  background: #e3e9f2;
}

.wet-ui-lines span:nth-child(1) { width: 72%; }
.wet-ui-lines span:nth-child(2) { width: 58%; }
.wet-ui-lines span:nth-child(3) { width: 82%; }

.wet-ui-progress {
  height: 9px;
  margin-top: 22px;
  border-radius: 999px;
  background: #e5edf8;
  overflow: hidden;
}

.wet-ui-progress span {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--wet-blue);
}

.wet-ui-mini {
  position: absolute;
  border: 1px solid var(--wet-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.wet-ui-code {
  top: 0;
  right: 0;
  width: 96px;
  height: 86px;
  display: grid;
  place-items: center;
  color: var(--wet-blue);
  font-size: 34px;
  font-weight: 800;
}

.wet-ui-score {
  right: 4px;
  bottom: 42px;
  width: 124px;
  padding: 20px 16px;
  text-align: center;
}

.wet-ui-score strong {
  display: block;
  color: #111827;
  font-size: 34px;
}

.wet-ui-score span {
  color: #4b5563;
  font-size: 13px;
}

.wet-ui-alt {
  left: 18px;
  bottom: 0;
  width: 230px;
  padding: 20px;
}

.wet-ui-alt strong {
  display: block;
  margin-bottom: 12px;
}

.wet-ui-alt span {
  display: block;
  height: 9px;
  margin: 10px 0;
  border-radius: 999px;
  background: #dfe7f2;
}

.wet-ui-alt span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  transform: translateY(-5px);
  border: 1px solid #22a463;
  border-radius: 999px;
  color: #22a463;
  font-size: 12px;
}

.wet-home-tools {
  margin-top: 52px;
}

.wet-home-section-head {
  width: min(820px, calc(100vw - var(--wet-gutter-desktop)));
  max-width: 100%;
  margin: 0 auto 34px;
  text-align: center;
  box-sizing: border-box;
}

.wet-home-section-head h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.15;
}

.wet-home-section-head p {
  margin: 0;
  color: #374151;
  font-size: 18px;
  line-height: 1.65;
}

.wet-home-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 42px;
}

.wet-home-tool-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--wet-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.wet-home-tool-card h3 {
  margin: 18px 0 10px;
  color: #111827;
  font-size: 23px;
}

.wet-home-tool-card p {
  margin: 0 0 18px;
  color: #374151;
  line-height: 1.65;
}

.wet-home-tool-card a {
  color: var(--wet-blue);
  font-weight: 700;
  text-decoration: none;
}

.wet-home-tool-card a:hover {
  color: var(--wet-blue-dark);
  text-decoration: underline;
}

.wet-tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  font-weight: 800;
}

.wet-tool-icon-blue { background: var(--wet-blue-soft); color: var(--wet-blue); }
.wet-tool-icon-green { background: #e9f8f0; color: var(--wet-green); }
.wet-tool-icon-purple { background: #f1ecff; color: var(--wet-purple); }

.wet-home-trust {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 32px;
  align-items: center;
  margin-top: 42px;
  padding: 34px;
  border: 1px solid #d7e8ff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 20%, rgba(31, 95, 191, 0.08), transparent 32%),
    #f8fbff;
}

.wet-home-trust h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.wet-home-trust p {
  margin: 0;
  color: #374151;
  line-height: 1.65;
}

.wet-home-trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wet-home-trust-items span {
  display: inline-block;
  padding: 9px 13px;
  border: 1px solid var(--wet-border);
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.wet-home-final {
  margin-top: 52px;
  padding: 38px;
  border: 1px solid var(--wet-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 184, 108, 0.13), transparent 26%),
    radial-gradient(circle at 8% 90%, rgba(31, 95, 191, 0.08), transparent 28%),
    #ffffff;
}

.wet-home-final h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.wet-home-final p {
  max-width: 780px;
  margin: 0;
  color: #374151;
  font-size: 18px;
  line-height: 1.7;
}

.wet-home-final-actions {
  margin-top: 28px;
}


/* =========================================================
   5. Standardseiten: Plugins / Doku / Kontakt
   ========================================================= */

.wet-doc-hero {
  margin-bottom: 64px;
  padding: 44px;
  border: 1px solid var(--wet-border);
  border-radius: 14px;
  background: #f8fafc;
}

.wet-doc-hero h1 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.15;
}

.wet-doc-lead {
  max-width: 860px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.wet-doc-section {
  margin-bottom: 72px;
}

.wet-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.wet-doc-card {
  padding: 26px;
  border: 1px solid var(--wet-border);
  border-radius: 12px;
  background: #ffffff;
}

.wet-doc-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
}

.wet-doc-card p {
  margin-bottom: 0;
  line-height: 1.6;
}

.wet-doc-info {
  margin-bottom: 72px;
  padding: 38px;
  border: 1px solid #d7e8ff;
  border-radius: 14px;
  background: #f0f7ff;
}

.wet-doc-info h2,
.wet-doc-status h2 {
  margin-top: 0;
}

.wet-doc-status {
  padding: 38px;
  border: 1px solid var(--wet-border);
  border-radius: 14px;
  background: #f8fafc;
}


/* =========================================================
   6. AltTextKit Produktseite
   ========================================================= */

.wet-altkit-hero {
  margin-top: 64px;
  margin-bottom: 52px;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 247, 237, 0.68)),
    #ffffff;
  box-shadow: var(--wet-shadow-card);
}

.wet-altkit-hero h1 {
  max-width: var(--wet-readable);
  margin: 0 0 18px;
  color: var(--wet-text);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.wet-altkit-subline {
  max-width: 780px;
  margin: 0 0 22px;
  color: var(--wet-text);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.03em;
}

.wet-altkit-lead {
  max-width: 850px;
  margin: 0 0 30px;
  color: var(--wet-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.7;
}

.wet-altkit-note {
  max-width: 850px;
  margin-top: 30px;
  padding: 18px 20px;
  border-left: 4px solid #2563eb;
  border-radius: 14px;
  background: rgba(239, 246, 255, 0.75);
  color: var(--wet-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.wet-alt-installation,
.wet-alt-problem,
.wet-alt-different,
.wet-alt-final,
.wet-alt-download,
.wet-preview-box,
.wet-final-cta {
  margin-top: 52px;
  padding: 38px;
  border: 1px solid var(--wet-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--wet-shadow-soft);
}

.wet-alt-installation {
  margin-top: 34px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(239, 246, 255, 0.58)),
    #ffffff;
}

.wet-alt-problem {
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 184, 108, 0.14), transparent 26%),
    radial-gradient(circle at 8% 90%, rgba(31, 95, 191, 0.08), transparent 30%),
    #ffffff;
}

.wet-alt-different,
.wet-preview-box {
  background:
    radial-gradient(circle at 92% 16%, rgba(111, 221, 195, 0.12), transparent 25%),
    #f8fbff;
}

.wet-alt-final,
.wet-alt-download {
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 184, 108, 0.13), transparent 26%),
    radial-gradient(circle at 8% 90%, rgba(31, 95, 191, 0.08), transparent 28%),
    #ffffff;
}

.wet-alt-installation h2,
.wet-alt-problem h2,
.wet-alt-different h2,
.wet-alt-final h2,
.wet-alt-download h2,
.wet-preview-box h2,
.wet-final-cta h2,
.wet-target-section h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.wet-alt-installation p,
.wet-alt-installation li,
.wet-alt-problem p,
.wet-alt-different p,
.wet-alt-final p,
.wet-alt-download p,
.wet-preview-box p,
.wet-final-cta p,
.wet-target-section p {
  color: var(--wet-soft);
  line-height: 1.7;
}

.wet-alt-examples,
.wet-alt-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.wet-alt-examples span,
.wet-alt-checks li {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid var(--wet-border);
  border-radius: 999px;
  background: #f8fafc;
  color: var(--wet-soft);
  font-size: 14px;
}

.wet-alt-checks li {
  background: var(--wet-blue-pale);
  color: var(--wet-blue);
  font-weight: 700;
}

.wet-alt-solution {
  margin-top: 62px;
}

.wet-preview-box {
  margin-top: 72px;
  margin-bottom: 72px;
}

.wet-preview-lead,
.wet-final-lead {
  color: var(--wet-text);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
}

.wet-check-list {
  margin: 24px 0 0 22px;
  padding: 0;
  font-size: 17px;
  line-height: 1.7;
}

.wet-final-points,
.wet-target-grid {
  display: grid;
  gap: 18px;
}

.wet-final-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 32px 0;
}

.wet-final-points div,
.wet-target-box {
  padding: 22px;
  border: 1px solid var(--wet-border);
  border-radius: 12px;
  background: #ffffff;
}

.wet-final-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.wet-final-points span {
  display: block;
  line-height: 1.55;
}

.wet-target-section {
  margin-top: 72px;
  margin-bottom: 72px;
}

.wet-target-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.wet-target-box {
  padding: 28px;
}

.wet-target-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
}


/* =========================================================
   7. AltTextKit Hilfe-Sektion
   ========================================================= */

.wet-alttext-help {
  margin-top: -24px;
  padding: clamp(56px, 8vw, 96px) 20px;
  background: #ffffff;
}

.wet-alttext-help .wet-section-inner {
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(255, 247, 237, 0.65)),
    #ffffff;
  box-shadow: var(--wet-shadow-card);
}

.wet-alttext-help h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--wet-text);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.wet-alttext-help .wet-lead,
.wet-alttext-help p,
.wet-alttext-help h3 {
  max-width: 780px;
}

.wet-alttext-help .wet-lead {
  margin: 0 0 24px;
  color: var(--wet-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

.wet-alttext-help p {
  color: var(--wet-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.wet-alttext-help h3 {
  margin: 34px 0 12px;
  color: var(--wet-text);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.wet-alttext-help strong {
  color: var(--wet-text);
  font-weight: 800;
}

.wet-alttext-help em {
  color: #1d4ed8;
  font-style: normal;
  font-weight: 700;
}

.wet-alttext-help blockquote {
  position: relative;
  max-width: 780px;
  margin: 24px 0;
  padding: 22px 26px 22px 64px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-left: 5px solid #2563eb;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
  color: var(--wet-text);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.65;
}

.wet-alttext-help blockquote::before {
  content: "Alt";
  position: absolute;
  top: 22px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
}


/* =========================================================
   8. Alttext-Check Seite
   ========================================================= */

.wet-check-page {
  padding: clamp(56px, 8vw, 96px) 20px;
  background: #ffffff;
}

.wet-check-hero,
.wet-check-example,
.wet-check-offer,
.wet-check-contact {
  padding: clamp(30px, 5vw, 48px);
  border-radius: 24px;
  box-shadow: var(--wet-shadow-soft);
}

.wet-check-hero {
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 247, 237, 0.68)),
    #ffffff;
  box-shadow: var(--wet-shadow-card);
}

.wet-check-hero h1 {
  max-width: var(--wet-readable);
  margin: 0 0 20px;
  color: var(--wet-text);
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.wet-check-page .wet-lead {
  max-width: 850px;
  margin: 0 0 30px;
  color: var(--wet-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.wet-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.wet-check-card {
  padding: 30px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--wet-shadow-soft);
}

.wet-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--wet-blue-pale);
  font-size: 1.25rem;
}

.wet-check-card h2,
.wet-check-example h2,
.wet-check-offer h2,
.wet-check-contact h2 {
  margin: 0 0 14px;
  color: var(--wet-text);
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.wet-check-card p,
.wet-check-example p,
.wet-check-offer p,
.wet-check-contact p {
  color: var(--wet-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.wet-check-example {
  margin-top: 34px;
  border: 1px solid rgba(37, 99, 235, 0.13);
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(239, 246, 255, 0.72)),
    #ffffff;
}

.wet-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.wet-before-after > div {
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

.wet-before-after code {
  padding: 3px 6px;
  border-radius: 6px;
  background: #f1f5f9;
  color: var(--wet-muted);
  font-size: 0.95rem;
}

.wet-before-after strong {
  color: var(--wet-text);
  font-weight: 850;
}

.wet-check-offer {
  margin-top: 34px;
  border: 1px solid rgba(34, 197, 94, 0.16);
  background:
    linear-gradient(135deg, rgba(240, 253, 244, 0.84), rgba(255, 247, 237, 0.56)),
    #ffffff;
}

.wet-check-offer .wet-eyebrow {
  background: rgba(34, 197, 94, 0.10);
  color: #15803d;
}

.wet-check-offer .wet-eyebrow::before {
  background: #dcfce7;
  color: #16a34a;
}

.wet-check-contact {
  margin-top: 34px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: #ffffff;
}

.wet-contact-placeholder {
  margin-top: 24px;
  padding: 24px;
  border: 1px dashed rgba(37, 99, 235, 0.35);
  border-radius: 18px;
  background: var(--wet-blue-pale);
}


/* =========================================================
   9. Über uns
   ========================================================= */

.wet-about-person {
  margin-top: clamp(34px, 5vw, 62px);
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.wet-about-person-text {
  max-width: 680px;
}

.wet-about-person-text h1 {
  margin: 0 0 22px;
  color: var(--wet-text);
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 560;
}

.wet-about-person-text p {
  margin: 0 0 16px;
  color: var(--wet-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.wet-about-person-text p:first-of-type {
  color: var(--wet-text);
  font-weight: 700;
}

.wet-about-person-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.wet-about-person-image img {
  display: block;
  width: min(360px, 100%);
  height: auto;
  border-radius: 28px;
  filter: drop-shadow(0 22px 38px rgba(15, 23, 42, 0.12));
}


/* =========================================================
   10. Rechtliche Seiten
   ========================================================= */

.wet-legal-page {
  padding: clamp(56px, 8vw, 96px) 20px;
  background: #ffffff;
}

.wet-legal-hero {
  margin-bottom: 34px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 247, 237, 0.62)),
    #ffffff;
  box-shadow: var(--wet-shadow-card);
}

.wet-legal-hero h1 {
  max-width: var(--wet-readable);
  margin: 0 0 18px;
  color: var(--wet-text);
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.wet-legal-page .wet-lead {
  max-width: 760px;
  margin: 0;
  color: var(--wet-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.7;
}

.wet-legal-card {
  margin-top: 22px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--wet-border-soft);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--wet-shadow-soft);
}

.wet-legal-card:nth-child(even) {
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(239, 246, 255, 0.58)),
    #ffffff;
}

.wet-legal-card h2 {
  margin: 0 0 14px;
  color: var(--wet-text);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.wet-legal-card h3 {
  margin: 28px 0 10px;
  color: var(--wet-text);
  font-size: 1.18rem;
  line-height: 1.3;
}

.wet-legal-card p,
.wet-legal-card li {
  color: var(--wet-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.wet-legal-card p {
  margin: 0 0 16px;
}

.wet-legal-card p:last-child {
  margin-bottom: 0;
}

.wet-legal-card ul,
.wet-legal-card ol {
  margin: 14px 0 0 22px;
  padding: 0;
}

.wet-legal-card li {
  margin-bottom: 8px;
}

.wet-legal-card a,
.wet-legal-page a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.wet-legal-card a:hover,
.wet-legal-page a:hover {
  color: var(--wet-blue-dark);
  text-decoration: underline;
}

.wet-legal-note {
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 18px;
  background: var(--wet-blue-pale);
  color: var(--wet-muted);
}

.wet-legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid var(--wet-border-soft);
  border-radius: 18px;
  background: #ffffff;
}

.wet-legal-page table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.wet-legal-page th,
.wet-legal-page td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.20);
  color: var(--wet-soft);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.wet-legal-page th {
  background: #f8fafc;
  color: var(--wet-text);
  font-weight: 800;
}


/* =========================================================
   11. Cookie-Richtlinie / Real Cookie Banner
   ========================================================= */

body.page-id-231 .site-main {
  width: min(var(--wet-wide), calc(100vw - var(--wet-gutter-desktop)));
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0;
  box-sizing: border-box;
}

body.page-id-231 .inside-article {
  padding: 0;
  background: transparent;
}

body.page-id-231 .entry-header {
  display: none;
}

body.page-id-231 .entry-content {
  width: min(var(--wet-content), 100%);
  max-width: 100%;
  margin: 0 auto;
  color: var(--wet-soft);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-id-231 .entry-content > p:first-child {
  margin-bottom: 34px;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 247, 237, 0.62)),
    #ffffff;
  box-shadow: var(--wet-shadow-card);
  color: var(--wet-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.7;
}

body.page-id-231 .entry-content h2 {
  margin: 42px 0 18px;
  color: var(--wet-text);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

body.page-id-231 .entry-content h3 {
  margin: 30px 0 12px;
  color: var(--wet-text);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

body.page-id-231 .entry-content p,
body.page-id-231 .entry-content li {
  color: var(--wet-soft);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-id-231 .entry-content a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

body.page-id-231 .entry-content a:hover {
  color: var(--wet-blue-dark);
  text-decoration: underline;
}

body.page-id-231 .entry-content ul,
body.page-id-231 .entry-content ol {
  margin: 14px 0 24px 24px;
  padding: 0;
}

body.page-id-231 .entry-content h2:first-of-type {
  margin-top: 0;
}

body.page-id-231 .entry-content h2:first-of-type + ul {
  padding: 24px 28px;
  border: 1px solid var(--wet-border-soft);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(239, 246, 255, 0.58)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.04);
}

body.page-id-231 .entry-content table {
  width: 100%;
  margin: 22px 0;
  border: 1px solid var(--wet-border-soft);
  border-radius: 18px;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: var(--wet-shadow-soft);
  overflow: hidden;
}

body.page-id-231 .entry-content th,
body.page-id-231 .entry-content td {
  padding: 14px 16px;
  border-right: 1px solid rgba(148, 163, 184, 0.16);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  color: var(--wet-soft);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

body.page-id-231 .entry-content th {
  background: #f8fafc;
  color: var(--wet-text);
  font-weight: 800;
}


/* =========================================================
   12. EDD Download / Checkout
   ========================================================= */

.wet-download-action {
  margin-top: 28px;
}

.wet-download-action form,
.wet-download-action .edd_download_purchase_form,
.wet-download-action .edd_purchase_submit_wrapper {
  margin: 0;
}

.wet-download-action .edd_purchase_submit_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.wet-download-action .edd-cart-added-alert,
.wet-download-action .edd-cart-ajax-alert {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  color: #5f7f2a;
  font-size: 17px;
  line-height: 1.4;
  white-space: normal;
}

.wet-edd-checkout-page,
.wet-edd-checkout-page *,
.wet-edd-checkout-page *::before,
.wet-edd-checkout-page *::after {
  box-sizing: border-box;
}


/* =========================================================
   13. Responsive
   ========================================================= */

@media (max-width: 980px) {
  .wet-home-hero {
    grid-template-columns: 1fr;
    padding: 38px 26px;
  }

  .wet-ui-cluster {
    min-height: 330px;
  }

  .wet-ui-main {
    left: 0;
    right: auto;
    width: 86%;
  }
}

@media (max-width: 900px) {
  .wet-home-tool-grid,
  .wet-home-trust,
  .wet-doc-grid,
  .wet-check-grid,
  .wet-before-after,
  .wet-final-points,
  .wet-target-grid {
    grid-template-columns: 1fr;
  }

  .wet-home-section-head {
    text-align: left;
  }

  .wet-alt-examples,
  .wet-alt-checks {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  :root {
    --wet-top-gap: 22px;
  }

  .wet-home-hero,
  .wet-home-tool-grid,
  .wet-home-trust,
  .wet-home-final,
  .wet-altkit-hero,
  .wet-alt-problem,
  .wet-alt-solution,
  .wet-alt-different,
  .wet-alt-final,
  .wet-check-page > div,
  .wet-about-person,
  .wet-doc-hero,
  .wet-doc-section,
  .wet-doc-info,
  .wet-doc-status,
  .wet-download-action,
  .wet-alt-installation,
  .wet-alt-download,
  .wet-alt-preview,
  .wet-alt-audience,
  .wet-alt-why,
  .wet-alttext-help .wet-section-inner,
  .wet-preview-box,
  .wet-final-cta,
  .wet-target-section,
  .wet-legal-page > div,
  .wet-legal-hero,
  .wet-legal-card,
  .wet-home-section-head {
    width: min(100%, calc(100vw - var(--wet-gutter-mobile)));
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .wet-home-hero,
  .wet-altkit-hero,
  .wet-check-hero,
  .wet-legal-hero,
  .wet-doc-hero {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .wet-home-tool-card,
  .wet-home-trust,
  .wet-home-final,
  .wet-alt-installation,
  .wet-alt-problem,
  .wet-alt-different,
  .wet-alt-final,
  .wet-alt-download,
  .wet-preview-box,
  .wet-final-cta,
  .wet-target-box,
  .wet-check-card,
  .wet-check-example,
  .wet-check-offer,
  .wet-check-contact,
  .wet-legal-card,
  .wet-doc-card,
  .wet-doc-info,
  .wet-doc-status {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .wet-home-hero {
    display: block;
    margin-bottom: 42px;
  }

  .wet-home-hero-visual,
  .wet-ui-cluster {
    display: none;
  }

  .wet-home-hero-title,
  .wet-altkit-hero h1,
  .wet-check-hero h1,
  .wet-legal-hero h1,
  .wet-doc-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
  }

  .wet-altkit-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.2rem);
  }

  .wet-home-hero-text,
  .wet-home-section-head p,
  .wet-home-final p {
    font-size: 1rem;
  }

  .wet-home-actions,
  .wet-final-actions,
  .wet-home-final-actions,
  .wet-alttext-help .wet-home-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .wet-button,
  .wet-button-outline,
  a.wet-button,
  a.wet-button-outline,
  .edd-submit,
  .edd-add-to-cart,
  .edd_go_to_checkout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .wet-home-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wet-altkit-subline {
    font-size: 1.35rem;
  }

  .wet-alttext-help {
    margin-top: -8px;
    padding: 44px 0;
  }

  .wet-alttext-help blockquote {
    padding: 60px 20px 20px;
  }

  .wet-alttext-help blockquote::before {
    top: 20px;
    left: 20px;
  }

  .wet-check-page,
  .wet-legal-page {
    padding: 22px 0 64px;
  }

  .wet-about-person {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 26px;
    margin-bottom: 48px;
  }

  .wet-about-person-text {
    order: 2;
  }

  .wet-about-person-image {
    order: 1;
    justify-content: flex-start;
  }

  .wet-about-person-image img {
    width: min(260px, 82%);
    border-radius: 22px;
  }

  .wet-about-person-text h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .wet-about-person-text p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .wet-legal-card p,
  .wet-legal-card li,
  body.page-id-231 .entry-content p,
  body.page-id-231 .entry-content li {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  body.page-id-231 .site-main {
    width: min(100%, calc(100vw - var(--wet-gutter-mobile)));
    padding: 42px 0 64px;
  }

  body.page-id-231 .entry-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 16px;
  }

  .wet-edd-checkout-page {
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
    margin: 0 auto;
    overflow: hidden;
  }

  .wet-edd-checkout-page #edd_checkout_wrap,
  .wet-edd-checkout-page #edd_checkout_cart,
  .wet-edd-checkout-page #edd_checkout_form_wrap,
  .wet-edd-checkout-page #edd_purchase_form,
  .wet-edd-checkout-page .edd_cart,
  .wet-edd-checkout-page .edd_checkout_cart,
  .wet-edd-checkout-page table,
  .wet-edd-checkout-page table#edd_checkout_cart,
  .wet-edd-checkout-page #edd_checkout_cart table,
  .wet-edd-checkout-page input,
  .wet-edd-checkout-page textarea,
  .wet-edd-checkout-page select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .wet-edd-checkout-page table,
  .wet-edd-checkout-page table#edd_checkout_cart,
  .wet-edd-checkout-page #edd_checkout_cart table {
    table-layout: fixed;
    border-collapse: collapse;
    overflow: hidden;
  }

  .wet-edd-checkout-page th,
  .wet-edd-checkout-page td {
    padding: 16px 10px;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .wet-edd-checkout-page fieldset {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px 18px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 18px;
    overflow: hidden;
  }
}
/* =========================================================
   WP Easy Tools – Mobile Menü final
   Dropdown als schwebendes Panel, ohne Layout Shift
   Kein Sticky-Code, keine Header-Höhenänderung
   ========================================================= */

@media (max-width: 768px) {
	.site-header,
	#masthead,
	#mobile-header,
	.mobile-header-navigation,
	.main-navigation,
	.inside-header,
	.inside-navigation {
		overflow: visible;
		background: #ffffff;
	}

	/* Header nicht künstlich vergrößern */
	.inside-header,
	#mobile-header .inside-navigation,
	.mobile-header-navigation .inside-navigation {
		background: #ffffff;
	}

	/* Hamburger bleibt groß genug, aber verändert den Header nicht */
	.menu-toggle {
		width: 54px;
		height: 54px;
		min-width: 54px;
		min-height: 54px;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		background: #f8fafc;
		color: #0f172a;
		line-height: 1;
	}

	.menu-toggle .gp-icon,
	.menu-toggle svg {
		width: 30px;
		height: 30px;
	}

	/* Das eigentliche Menü als festes Overlay, nicht im Seitenfluss */
	#site-navigation .main-nav > ul,
	.main-navigation .main-nav > ul,
	#mobile-header .main-nav > ul,
	.mobile-header-navigation .main-nav > ul {
		display: block;
		position: fixed;
		top: 92px;
		left: 16px;
		right: 16px;
		width: auto;
		max-width: none;
		margin: 0;
		padding: 12px;
		list-style: none;
		border: 1px solid rgba(148, 163, 184, 0.24);
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 20px 52px rgba(15, 23, 42, 0.16);
		z-index: 999999;

		max-height: 0;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		pointer-events: none;
		transform: translateY(-8px);
		transition:
			max-height 0.24s ease,
			opacity 0.18s ease,
			transform 0.2s ease,
			visibility 0.18s ease;
	}

	/* Falls du eingeloggt testest: WP-Adminbar berücksichtigen */
	body.admin-bar #site-navigation .main-nav > ul,
	body.admin-bar .main-navigation .main-nav > ul,
	body.admin-bar #mobile-header .main-nav > ul,
	body.admin-bar .mobile-header-navigation .main-nav > ul {
		top: 138px;
	}

	/* Menü geöffnet */
	#site-navigation.toggled .main-nav > ul,
	.main-navigation.toggled .main-nav > ul,
	#mobile-header.toggled .main-nav > ul,
	.mobile-header-navigation.toggled .main-nav > ul {
		max-height: 540px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	#site-navigation .main-nav li,
	.main-navigation .main-nav li,
	#mobile-header .main-nav li,
	.mobile-header-navigation .main-nav li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
	}

	#site-navigation .main-nav a,
	.main-navigation .main-nav a,
	#mobile-header .main-nav a,
	.mobile-header-navigation .main-nav a {
		display: block;
		width: 100%;
		padding: 13px 16px;
		border-radius: 11px;
		background: #ffffff;
		color: #0f172a;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: none;
		box-sizing: border-box;
	}

	#site-navigation .main-nav a:hover,
	.main-navigation .main-nav a:hover,
	#mobile-header .main-nav a:hover,
	.mobile-header-navigation .main-nav a:hover {
		background: #eff6ff;
		color: #1f5fbf;
	}
}
/* =========================================================
   WP Easy Tools – Alttext-Check Abstand oben korrigieren
   Nur /alttext-check/
   ========================================================= */

body.page-id-207 .site-content,
body.page-id-207 .inside-article,
body.page-id-207 .entry-content {
	padding-top: 0;
	margin-top: 0;
}

body.page-id-207 .wet-check-page {
	padding-top: clamp(24px, 3vw, 42px);
}

body.page-id-207 .wet-check-hero {
	margin-top: 0;
}

/* Falls der erste Container trotzdem noch zu tief sitzt */
body.page-id-207 .entry-content > .wet-check-page:first-child {
	margin-top: 0;
}

/* Mobil etwas enger */
@media (max-width: 768px) {
	body.page-id-207 .wet-check-page {
		padding-top: 18px;
	}

	body.page-id-207 .wet-check-hero {
		margin-top: 0;
	}
}