@charset "UTF-8";
/***!  /media/templates/site/cassiopeia/css/user.css?fac2e3  !***/

/* Burger-Icon: Position rechts, farbiger Hintergrund */
.container-nav {
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler {
    margin-left: auto !important;
    background-color: #c33c37 !important;
    border-radius: 4px;
}
/* Artikel-Seitentitel in Markenfarbe */
.page-header h1,
.com-content h1 {
    color: #3c8d89 !important;
}
/* ==== Startseite Trenntool ==== */
.wiso-trenntool {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.wiso-trenntool__intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.wiso-trenntool__intro h1 {
  color: #3c8d89;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.wiso-trenntool__intro p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

.wiso-trenntool__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .wiso-trenntool__grid {
    grid-template-columns: 1fr;
  }
}

.wiso-trenntool__card {
  display: block;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wiso-trenntool__card:hover,
.wiso-trenntool__card:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-color: #3c8d89;
  text-decoration: none;
}

.wiso-trenntool__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3c8d89;
  margin-bottom: 0.5rem;
}

.wiso-trenntool__card h2 {
  color: #1f2d2c;
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
}

.wiso-trenntool__card p {
  color: #4a4a4a;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.wiso-trenntool__cta {
  display: inline-block;
  font-weight: 600;
  color: #3c8d89;
}
/* ==== Startseite Hero ==== */
.wiso-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
  padding: 2rem 1rem 0;
}

.wiso-hero__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.wiso-hero__question,
.wiso-hero__promise {
  color: #3c8d89;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.wiso-hero__usps {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.wiso-hero__usps li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.wiso-hero__usps li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}

.wiso-hero__usps a {
  color: #3c8d89;
  text-decoration: underline;
  font-weight: 600;
}

.wiso-hero__slogan {
  font-family: cursive;
  font-size: 1.6rem;
  color: #1f2d2c;
  margin: 1rem 0 1.5rem;
}

.wiso-hero__cta {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0.9rem 1.75rem;
  border-radius: 8px;
  font-size: 1rem;
}

.wiso-hero__cta:hover {
  background: #a93226;
  text-decoration: none;
  color: #fff;
}

.wiso-hero__disclaimer {
  font-size: 0.78rem;
  color: #777;
  margin-top: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .wiso-hero {
    grid-template-columns: 1fr;
  }
}
.wiso-hero__cta {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0.9rem 1.75rem;
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--body-font-family, inherit);
}
/* ==== Ulrich-Kurzvorstellung ==== */
.wiso-ulrich {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 2rem;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}

.wiso-ulrich__photo img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.wiso-ulrich__name {
  text-align: center;
  font-weight: 700;
  color: #c0392b;
  margin-top: 0.5rem;
}

.wiso-ulrich__content h2 {
  color: #3c8d89;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

.wiso-ulrich__points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wiso-ulrich__points li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.6rem;
  color: #333;
}

.wiso-ulrich__points li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 640px) {
  .wiso-ulrich {
    grid-template-columns: 1fr;
  }
  .wiso-ulrich__photo {
    max-width: 200px;
    margin: 0 auto;
  }
}

/* ==== Unser Weg mit dir ==== */
.wiso-prozess {
  background: #1f2d5c;
  color: #fff;
  padding: 3rem 1.5rem;
  text-align: center;
}

.wiso-prozess h2 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.wiso-prozess__intro {
  max-width: 600px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

.wiso-prozess__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.wiso-prozess__step {
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.75rem 1.25rem;
  text-align: left;
  transition: background 0.25s ease, transform 0.15s ease;
  cursor: pointer;
}

.wiso-prozess__step:hover,
.wiso-prozess__step:active,
.wiso-prozess__step:focus {
  background: #7cb342;
  transform: translateY(-3px);
}

.wiso-prozess__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.85;
  margin: 0 0 0.5rem;
}

.wiso-prozess__step h3 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 0 0.4rem;
}

.wiso-prozess__meta {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .wiso-prozess__grid {
    grid-template-columns: 1fr;
  }
}

/* ==== Google-Bewertungsblock ==== */
.wiso-bewertung {
  max-width: 700px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.wiso-bewertung__stars {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f5a623;
  margin-bottom: 1rem;
}

.wiso-bewertung__text {
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
}

.wiso-bewertung__link {
  color: #3c8d89;
  font-weight: 600;
  text-decoration: underline;
}

.wiso-bewertung__hinweis {
  font-size: 0.78rem;
  color: #888;
  margin-top: 0.5rem;
}

/* ==== Roter CTA-Balken ==== */
.wiso-cta-balken {
  display: block;
  background: #c0392b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  padding: 1.1rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
  border-radius: 6px;
  font-size: 1.05rem;
}

.wiso-cta-balken:hover {
  background: #a93226;
  color: #fff;
  text-decoration: none;
}

/* ==== FAQ-Teaser ==== */
.wiso-faq-teaser {
  max-width: 800px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
}

.wiso-faq-teaser h2 {
  color: #3c8d89;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.wiso-faq-teaser__item {
  border-left: 3px solid #7cb342;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.wiso-faq-teaser__item p:first-child {
  color: #1f2d2c;
  margin-bottom: 0.3rem;
}

.wiso-faq-teaser__item p:last-child {
  color: #555;
  margin: 0;
}

.wiso-faq-teaser__link {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  color: #3c8d89;
  font-weight: 600;
  text-decoration: underline;
}

/* ==== Wissenswertes-Teaser ==== */
.wiso-wissenswertes {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  text-align: center;
}

.wiso-wissenswertes h2 {
  color: #3c8d89;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.wiso-wissenswertes__intro {
  color: #777;
  margin-bottom: 1.5rem;
}

.wiso-wissenswertes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: left;
}

.wiso-wissenswertes__card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  display: block;
}

.wiso-wissenswertes__card h3 {
  font-size: 1.05rem;
  color: #1f2d2c;
  margin: 0 0 0.4rem;
}

.wiso-wissenswertes__card p {
  color: #555;
  font-size: 0.92rem;
  margin: 0;
}

.wiso-wissenswertes__hinweis {
  margin-top: 1.5rem;
  color: #555;
}

.wiso-wissenswertes__hinweis a {
  color: #3c8d89;
  font-weight: 600;
}

@media (max-width: 768px) {
  .wiso-wissenswertes__grid {
    grid-template-columns: 1fr;
  }
}

/* ==== Kapitalgesellschaften-Hinweisbox ==== */
.wiso-hinweisbox {
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 1.5rem 1.75rem;
  background: #f5f5f5;
  border-radius: 8px;
}

.wiso-hinweisbox__titel {
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
}

.wiso-hinweisbox__warnung {
  color: #c0392b;
  font-weight: 700;
}
/* ==== Ergänzung: Drei-Karten-Grid für Unternehmer & Freiberufler ==== */
.wiso-trenntool__grid--three {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .wiso-trenntool__grid--three {
    grid-template-columns: 1fr;
  }
}
/* ==== Generische Inhaltsblöcke (Schuldenfalle, Warnsignale, Zahlungsunfähigkeit, Michaela) ==== */
.wiso-content-block {
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

.wiso-content-block h2 {
  color: #3c8d89;
  font-size: 1.75rem;
  margin: 2.5rem 0 1rem;
  line-height: 1.3;
}

.wiso-content-block h2:first-child {
  margin-top: 0;
}

.wiso-content-block h3 {
  color: #1f2d2c;
  font-size: 1.25rem;
  margin: 1.75rem 0 0.75rem;
  line-height: 1.3;
}

.wiso-content-block p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.wiso-content-block ul {
  margin: 0 0 1.25rem;
  padding-left: 1.4rem;
}

.wiso-content-block ul li {
  color: #333;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.wiso-content-block strong {
  color: #1f2d2c;
}

.wiso-content-block__person {
  float: right;
  max-width: 180px;
  margin: 0 0 1rem 1.5rem;
}

.wiso-content-block__person img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

@media (max-width: 640px) {
  .wiso-content-block__person {
    float: none;
    max-width: 220px;
    margin: 0 auto 1.25rem;
  }
}
/* ==== Ergänzung: Fallgeschichte ==== */
.wiso-content-block--fallgeschichte {
  background: #f9f9f9;
  padding: 2rem 1.75rem;
  border-radius: 10px;
  border-left: 4px solid #3c8d89;
}

.wiso-content-block__hinweis {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.4rem !important;
}

/* ==== Ergänzung: Video (responsive 16:9) ==== */
.wiso-video {
  max-width: 700px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  text-align: center;
}

.wiso-video h3 {
  color: #3c8d89;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.wiso-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.wiso-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ==== Ergänzung: Stand-Hinweis bei Euro-Beträgen/Gesetzeswerten ==== */
.wiso-content-block__stand {
  font-size: 0.85rem;
  color: #888;
  border-top: 1px dashed #ddd;
  padding-top: 0.75rem;
  margin-top: 1rem !important;
}
/* ==== Content-Block Varianten (zentriert, grauer Hintergrund) ==== */
.wiso-content-block--zentriert {
  text-align: center;
}

.wiso-content-block--zentriert h1 {
  color: #3c8d89;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

.wiso-content-block--zentriert h2 {
  text-align: center;
}

.wiso-content-block--grau {
  background: #f5f5f5;
  padding: 2rem 1.75rem;
  border-radius: 10px;
}

.wiso-content-block--grau h3 {
  text-align: center;
}

/* ==== Team-Karten (Ulrich, Michaela, Bürohund) ==== */
.wiso-team-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
}

.wiso-team-card--reverse {
  direction: rtl;
}

.wiso-team-card--reverse > * {
  direction: ltr;
}

.wiso-team-card__photo img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.wiso-team-card__content h2 {
  color: #3c8d89;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.wiso-team-card__content h3 {
  color: #1f2d2c;
  font-size: 1.1rem;
  margin: 0 0 1rem;
  font-weight: 600;
}

.wiso-team-card__content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.wiso-team-card__link {
  display: inline-block;
  color: #c0392b;
  font-weight: 700;
  text-decoration: none;
}

.wiso-team-card__link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .wiso-team-card,
  .wiso-team-card--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .wiso-team-card__photo {
    max-width: 280px;
    margin: 0 auto;
  }
}
/* ==== Ergänzung: Bild innerhalb zentrierter Content-Blöcke ==== */
.wiso-content-block__bild {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  margin: 1.5rem auto 0;
  display: block;
}
/* ==== FAQ-Akkordeon mit nativem details/summary (überarbeitet) ==== */
.wiso-faq-akkordeon {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Zwei aufeinanderfolgende Akkordeon-Sections nahtlos verbinden */
.wiso-faq-akkordeon + .wiso-faq-akkordeon {
  margin-top: 0;
}

.wiso-faq-item {
  border-bottom: 1px solid #e2e2e2;
}

.wiso-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 2rem 1.25rem 0.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1f2d2c !important;
  position: relative;
  text-decoration: none !important;
}

/* Verhindert, dass Browser Link-/Besucht-Farben durchschlagen lassen */
.wiso-faq-item summary,
.wiso-faq-item summary:link,
.wiso-faq-item summary:visited,
.wiso-faq-item summary:active {
  color: #1f2d2c !important;
}

.wiso-faq-item summary::-webkit-details-marker {
  display: none;
}

.wiso-faq-item summary:hover {
  color: #3c8d89 !important;
}

.wiso-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 1.15rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3c8d89;
  transition: transform 0.2s ease;
}

.wiso-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.wiso-faq-item[open] summary {
  color: #3c8d89 !important;
  border-bottom: 1px solid #eef5f4;
}

.wiso-faq-item__antwort {
  padding: 0.25rem 0.25rem 1.5rem;
}

.wiso-faq-item__antwort p {
  color: #333;
  line-height: 1.65;
  margin-bottom: 0.9rem;
}

.wiso-faq-item__antwort a {
  color: #3c8d89;
  font-weight: 600;
}

.wiso-faq-item__antwort {
  animation: wiso-faq-fadein 0.25s ease;
}

@keyframes wiso-faq-fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* ==== Footer: dreispaltig ==== */
.wiso-footer {
  background: #1d7989;
  color: #fefefe;
  padding: 2.5rem 1.5rem 1.5rem;
}

.wiso-footer__spalten {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 2rem;
}

.wiso-footer__spalte:nth-child(1) {
  text-align: left;
  flex: 1 1 320px;
}

.wiso-footer__spalte:nth-child(2) {
  text-align: center;
  flex: 1 1 320px;
}

.wiso-footer__spalte p,
.wiso-footer__spalte div {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.wiso-footer__copyright {
  font-weight: 700;
}

.wiso-footer__claim {
  color: #a9e0e5;
}

.wiso-footer__orte {
  font-size: 0.85rem;
  opacity: 0.9;
}

.wiso-footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1rem;
}

.wiso-footer__btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.wiso-footer__btn--whatsapp {
  background: #00a5a5;
  color: #fff;
  border: 1px solid #fff;
}

.wiso-footer__btn--termin {
  background: #fff;
  color: #1d7989;
  border: 1px solid #fff;
}

.wiso-footer__btn--termin:hover {
  background: #f0f0f0;
  color: #1d7989;
}

.wiso-footer__hinweis,
.wiso-footer__az {
  font-size: 0.8rem;
}

.wiso-footer__az {
  opacity: 0.8;
  font-size: 0.75rem;
}

.wiso-footer a {
  color: #fefefe;
  text-decoration: underline;
}

.wiso-footer__links-titel {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.wiso-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wiso-footer__links li {
  margin-bottom: 0.5rem;
}

/* Mobil: Spalten untereinander */
@media (max-width: 768px) {
  .wiso-footer__spalten {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .wiso-footer__buttons {
    align-items: center;
  }
}
/* ==== Ergänzung: Formel-Hervorhebung im Funnel-Text ==== */
.wiso-content-block__formel {
  text-align: center;
  font-size: 1.15rem;
  background: #f0f7f6;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0 !important;
  color: #1f2d2c;
}

.wiso-content-block__stand {
  font-size: 0.85rem;
  color: #888;
  border-top: 1px dashed #ddd;
  padding-top: 0.75rem;
  margin-top: 1rem !important;
}

/* ==== Ergänzung: Verweis-Box zum Blogartikel ==== */
.wiso-content-block--hinweis {
  background: #f0f7f6;
  padding: 1.5rem 1.75rem;
  border-radius: 10px;
  border-left: 4px solid #3c8d89;
}

.wiso-content-block--hinweis p {
  margin: 0;
}

.wiso-content-block--hinweis a {
  color: #3c8d89;
  font-weight: 600;
  text-decoration: underline;
}
/* ==== Inhaltsverzeichnis ==== */
.wiso-inhaltsverzeichnis {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  max-width: 1000px;
  margin: 1.5rem auto 0;
}

.wiso-inhaltsverzeichnis p strong {
  color: #1f2d2c;
  font-size: 1.05rem;
}

.wiso-inhaltsverzeichnis ol {
  margin: 0.75rem 0 0;
  padding-left: 1.4rem;
}

.wiso-inhaltsverzeichnis li {
  margin-bottom: 0.5rem;
}

.wiso-inhaltsverzeichnis a {
  color: #3c8d89;
  font-weight: 600;
  text-decoration: none;
}

.wiso-inhaltsverzeichnis a:hover {
  text-decoration: underline;
}

/* ==== Faktencheck-Box ==== */
.wiso-faktencheck {
  background: #f0f7f6;
  border-left: 4px solid #3c8d89;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}

.wiso-faktencheck__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3c8d89;
  background: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.wiso-faktencheck p {
  margin-bottom: 0.6rem;
}

.wiso-faktencheck p:last-child {
  margin-bottom: 0;
}

/* ==== Nach-oben-Link ==== */
.wiso-nach-oben {
  color: #3c8d89;
  font-weight: 600;
  text-decoration: none;
}

.wiso-nach-oben:hover {
  text-decoration: underline;
}
.wiso-teaser-bild {
  height: 150px;
  overflow: hidden;
}

.wiso-teaser-bild img {
  height: 150px !important;
  width: auto !important;
  max-width: 100%;
}
.wiso-bewertung__stars {
  color: #f5a623;
}
.wiso-wissenswertes__card-img img{
  width:100%!important;
  height:160px!important;
  object-fit:cover;
  border-radius:6px;
  margin-bottom:.75rem;
}
