

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.7;
}

/* GLOBAL SAFETY */
*, *::before, *::after {
  box-sizing: border-box;
}



/* ===== Layout ===== */

.ratgeberuwgt5489736-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px;
}

.ratgeberuwgt5489736-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 36px;
  align-items: start;
}

/* ===== Textbereich ===== */

.ratgeberuwgt5489736-content h1 {
  font-size: 2.4rem;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.ratgeberuwgt5489736-content p {
  color: #475569;
  max-width: 75ch;
  margin-bottom: 18px;
}

.ratgeberuwgt5489736-content h2 {
  margin-top: 42px;
  font-size: 1.6rem;
}

.ratgeberuwgt5489736-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
}

.ratgeberuwgt5489736-content table td,
.ratgeberuwgt5489736-content table th {
  border: 1px solid #e5e7eb;
  padding: 12px;
}

/* ===== Sticky Slider ===== */

.ratgeberuwgt5489736-slider {
  position: sticky;
  top: 120px;
  
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg,#0f172a,#020617);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}

.ratgeberuwgt5489736-slider-note {
  display: block;
  margin-top: 14px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}


.ratgeberuwgt5489736-slider-inner {
  padding: 28px;
}

.ratgeberuwgt5489736-slider h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.ratgeberuwgt5489736-slider p {
  color: rgba(255,255,255,0.8);
}

.ratgeberuwgt5489736-slider-cta {
  margin-top: 20px;
  display: inline-flex;
  padding: 14px 22px;
  border-radius: 14px;
  background: #4CAF50;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

/* ===== Autorenbox ===== */

.ratgeberuwgt5489736-author {
  margin-top: 60px;
  display: flex;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 28px;
}

.ratgeberuwgt5489736-author img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.ratgeberuwgt5489736-author strong {
  display: block;
}

/* ===== FAQ ===== */

.ratgeberuwgt5489736-faq {
  margin-top: 80px;
  padding: 10px;
}

.ratgeberuwgt5489736-faq details {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 16px;
  margin-top: 14px;
}

.ratgeberuwgt5489736-faq summary {
  font-weight: 700;
  cursor: pointer;
}

/* ===== Weitere Artikel ===== */

.ratgeberuwgt5489736-related {
  margin-top: 80px;
}

.ratgeberuwgt5489736-related-grid {
    display: flex;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.ratgeberuwgt5489736-card {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  background: #f5f5f5;
  width: 320px;
}

.ratgeberuwgt5489736-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.ratgeberuwgt5489736-card-content {
  padding: 16px;
}

@media (min-width: 1000px) {
.ratgeberuwgt5489736-mobile-cta {
    display: none;
}}


/* ===== Mobile ===== */

@media (max-width: 1000px) {
  .ratgeberuwgt5489736-related-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  
  .ratgeberuwgt5489736-grid {
    grid-template-columns: 1fr;
  }


  .ratgeberuwgt5489736-slider {
    display: none;
  }

  /* MOBILE CTA – zentriert & begrenzte Breite */
.ratgeberuwgt5489736-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 50;

  display: flex;
  justify-content: center; /* horizontal zentrieren */
  padding: 12px 16px;

}

.ratgeberuwgt5489736-mobile-cta a {
  width: 100%;
  max-width: 260px;   /* 🔑 gewünschte Max-Breite */
  text-align: center;

  background: #4CAF50;
  color: #ffffff;
  padding: 14px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
}


  .ratgeberuwgt5489736-related-grid {
    grid-template-columns:  repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ratgeberuwgt5489736-related-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  
.ratgeberuwgt5489736-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -50px;
}


}

/* =========================================
   RATGEBER HERO / BANNER
   ratgeberuwgt5489736
========================================= */

.ratgeberuwgt5489736-hero {
  position: relative;
  padding: 0px 20px 72px;
  
  border-bottom: 1px solid #e5e7eb;
}

.ratgeberuwgt5489736-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ratgeberuwgt5489736-hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1f4fd8;
  margin-bottom: 14px;
}

.ratgeberuwgt5489736-hero-title {
  font-size: 3rem !important;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #0f172a;
  font-weight: 550;
}

.ratgeberuwgt5489736-hero-subline {
  max-width: 65ch;
  font-size: 1.1rem;
  color: #475569;
}

/* Mobile */
@media (max-width: 800px) {
  .ratgeberuwgt5489736-hero {
    padding: 0px 16px 56px;
  }



  .ratgeberuwgt5489736-hero-title {
    font-size: 2.1rem !important;
  }

  .ratgeberuwgt5489736-hero-subline {
    font-size: 1rem;
  }
}


/* =========================================
   CONTENT LESBARKEIT & ABGRENZUNG
========================================= */

.ratgeberuwgt5489736-content {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px;
}

@media (max-width: 900px) {
  .ratgeberuwgt5489736-content {
    padding: 28px 22px;
  }
}

/* Abschnittsabstände */
.ratgeberuwgt5489736-content h2 {
  padding-top: 28px;
  margin-bottom: 12px;
  border-top: 1px solid #eef2f7;
}

.ratgeberuwgt5489736-content h2:first-of-type {
  border-top: none;
}

/* Listen ruhiger */
.ratgeberuwgt5489736-content ul,
.ratgeberuwgt5489736-content ol {
  padding-left: 22px;
  margin: 22px 0;
}

.ratgeberuwgt5489736-content li {
  margin-bottom: 10px;
  color: #334155;
}

/* =========================================
   BILD + TEXT BLOCK (RESPONSIVE)
========================================= */

.ratgeberuwgt5489736-media-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 36px 0;
  align-items: center;
}

.ratgeberuwgt5489736-media-block img {
  width: 100%;
  border-radius: 22px;
}

@media (max-width: 800px) {
  .ratgeberuwgt5489736-media-block {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   TABELLEN – BESSER LESBAR
========================================= */

.ratgeberuwgt5489736-content table {
  border-radius: 16px;
  overflow: hidden;
}

.ratgeberuwgt5489736-content thead {
  background: #f1f5f9;
}

.ratgeberuwgt5489736-content th {
  font-weight: 800;
  text-align: left;
}

.ratgeberuwgt5489736-content tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Mobile Tabellen */
@media (max-width: 700px) {
  .ratgeberuwgt5489736-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

.has-global-padding {
    
    padding-left: 0 !important;
}
}

/* =========================================
   AUTORENBOX FEINSCHLIFF
========================================= */

.ratgeberuwgt5489736-author {
  background: #f8fafc;
  border-radius: 22px;
  padding: 22px;
}

/* =========================================
   GROẞE BILDSCHIRME
========================================= */

@media (min-width: 1400px) {
  .ratgeberuwgt5489736-wrapper {
    max-width: 1400px;
  }

  .ratgeberuwgt5489736-content {
    padding: 56px;
  }
}

/* =========================================
   EXTREM SMALL DEVICES (≤ 350px)
   ratgeberuwgt5489736
========================================= */

@media (max-width: 350px) {

  /* Wrapper enger */
  .ratgeberuwgt5489736-wrapper {
    padding: 32px 12px;
  }

  /* Hero */
  .ratgeberuwgt5489736-hero {
    padding: 48px 12px 40px;
  }

  .ratgeberuwgt5489736-hero-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .ratgeberuwgt5489736-hero-subline {
    font-size: 0.95rem;
  }

  /* Content Box */
  .ratgeberuwgt5489736-content {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .ratgeberuwgt5489736-content h1 {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .ratgeberuwgt5489736-content h2 {
    font-size: 1.25rem;
    padding-top: 20px;
  }

  .ratgeberuwgt5489736-content p,
  .ratgeberuwgt5489736-content li {
    font-size: 0.95rem;
  }

  /* Listen kompakter */
  .ratgeberuwgt5489736-content ul,
  .ratgeberuwgt5489736-content ol {
    padding-left: 18px;
  }

  /* Media Block */
  .ratgeberuwgt5489736-media-block {
    gap: 14px;
    margin: 24px 0;
  }

  .ratgeberuwgt5489736-media-block img {
    border-radius: 16px;
  }

  /* Tabellen: klar & scrollbar */
  .ratgeberuwgt5489736-content table {
    font-size: 0.85rem;
  }

  .ratgeberuwgt5489736-content th,
  .ratgeberuwgt5489736-content td {
    padding: 8px;
  }

  /* Autorbox untereinander */
  .ratgeberuwgt5489736-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }

  .ratgeberuwgt5489736-author img {
    width: 56px;
    height: 56px;
  }

  /* FAQ kompakter */
  .ratgeberuwgt5489736-faq details {
    padding: 14px;
  }

  .ratgeberuwgt5489736-faq summary {
    font-size: 0.95rem;
  }

  /* Related Cards */
  .ratgeberuwgt5489736-card-content {
    padding: 14px;
  }

  .ratgeberuwgt5489736-card img {
    height: 140px;
  }

  /* Mobile CTA entschärfen */
  .ratgeberuwgt5489736-mobile-cta {
    padding: 10px;
  }

  .ratgeberuwgt5489736-mobile-cta a {
    font-size: 0.95rem;
    padding: 12px;
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
  .ratgeberuwgt5489736-content p {
    max-width: 100%;
  }
}

@media (max-width: 640px) {

  .ratgeberuwgt5489736-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ratgeberuwgt5489736-content thead,
  .ratgeberuwgt5489736-content tbody,
  .ratgeberuwgt5489736-content tr {
    width: 100%;
  }

  .ratgeberuwgt5489736-content th,
  .ratgeberuwgt5489736-content td {
    white-space: normal; /* WICHTIG */
    word-break: break-word;
  }
}


@media (max-width: 640px) {
  .ratgeberuwgt5489736-media-block {
    width: 100%;
    max-width: 100%;
  }

  .ratgeberuwgt5489736-media-block img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  .ratgeberuwgt5489736-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 50;
  }

  
}


/* =========================================
   INHALTSVERZEICHNIS (TOC)
   ratgeberuwgt5489736
========================================= */

.ratgeberuwgt5489736-toc {
  margin: 36px 0 48px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #f8fafc;
  width: 85%;
}

.ratgeberuwgt5489736-toc-toggle {
  display: none;
  width: 100%;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  padding: 0;
  cursor: pointer;
  color: #0f172a;
}

.ratgeberuwgt5489736-toc-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.ratgeberuwgt5489736-toc-list li {
  margin-bottom: 10px;
}

.ratgeberuwgt5489736-toc-list a {
  text-decoration: none;
  color: #1f4fd8;
  font-weight: 600;
}

.ratgeberuwgt5489736-toc-list a:hover {
  text-decoration: underline;
}

/* ===== Mobile Verhalten ===== */

@media (max-width: 900px) {

  .ratgeberuwgt5489736-toc {
    padding: 18px;
  }

  .ratgeberuwgt5489736-toc-toggle {
    display: block;
  }

  .ratgeberuwgt5489736-toc-list {
    display: none;
    margin-top: 16px;
  }

  .ratgeberuwgt5489736-toc[data-open="true"] .ratgeberuwgt5489736-toc-list {
    display: block;
  }
}

/* ===== Extrem kleine Geräte ===== */

@media (max-width: 350px) {
  .ratgeberuwgt5489736-toc {
    padding: 16px;
  }

  .ratgeberuwgt5489736-toc-toggle {
    font-size: 0.95rem;
  }

  .ratgeberuwgt5489736-toc-list a {
    font-size: 0.9rem;
  }
}

/* TOC Titel */
.ratgeberuwgt5489736-toc-title {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}

/* Mobile: Titel ausblenden, Button nutzen */
@media (max-width: 900px) {
  .ratgeberuwgt5489736-toc-title {
    display: none;
  }
}

.ratgeberuwgt5489736-block {
    display: flex;
    justify-content: center;
}

/* =========================================
   INTRO / ERKLÄRUNGSTEXT
   ratgeberuwgt5489736
========================================= */

.ratgeberuwgt5489736-intro {
  margin-bottom: 18px;
}

.ratgeberuwgt5489736-lead {
  font-size: 1.05rem;
  color: #334155;
}

.ratgeberuwgt5489736-intro-box {
  margin: 22px 0;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.ratgeberuwgt5489736-intro-box-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.ratgeberuwgt5489736-intro-list {
  margin: 0;
  padding-left: 18px;
}

.ratgeberuwgt5489736-callout {
  margin: 22px 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #1e293b;
}

.ratgeberuwgt5489736-intro-outro {
  margin-top: 12px;
  color: #475569;
}

/* Kleine Geräte */
@media (max-width: 350px) {
  .ratgeberuwgt5489736-lead {
    font-size: 1rem;
  }

  .ratgeberuwgt5489736-intro-box,
  .ratgeberuwgt5489736-callout {
    padding: 14px;
    border-radius: 16px;
  }
}

.ratgeberuwgt5489736-card {
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease;
  max-width: 320px;
}

.ratgeberuwgt5489736-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

@media (max-width: 500px){
  .has-global-padding {
    padding-right: 1px !important;
    padding-left: 1px !important;
} 
  
  body{font-family: Arial;
  --wp--style--root--padding-top: 0 !important;
    --wp--style--root--padding-right: 0 !important;
    --wp--style--root--padding-bottom: 0 !important;
    --wp--style--root--padding-left: 0 !important;
  }
  
  .ratgeberuwgt5489736-wrapper {
    
    padding: 0;
}
}
