@charset "UTF-8";
.btn-primary {
  background-color: #1a3c34 !important;
  border-color: #1a3c34 !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.75rem;
  border-radius: 0 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #24524a !important;
    border-color: #24524a !important;
    color: #fff !important; }
  .btn-primary:active {
    background-color: #0f2922 !important;
    border-color: #0f2922 !important;
    color: #fff !important; }

.btn-outline-primary {
  border-color: #1a3c34 !important;
  color: #1a1a1a !important;
  background: transparent;
  font-weight: 600;
  padding: 0.75rem 1.75rem; }
  .btn-outline-primary:hover {
    background-color: #1a3c34 !important;
    color: #fff !important; }

.bg-secondary,
.frame-bg-secondary {
  background-color: #f5f2ed !important; }

.frame-bg-gold {
  background-color: #1a3c34 !important;
  color: #fff !important; }
  .frame-bg-gold h1, .frame-bg-gold h2, .frame-bg-gold h3, .frame-bg-gold h4, .frame-bg-gold h5, .frame-bg-gold h6, .frame-bg-gold p, .frame-bg-gold li, .frame-bg-gold span, .frame-bg-gold a:not(.btn) {
    color: #fff !important; }
  .frame-bg-gold .btn-primary {
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #fff !important; }
    .frame-bg-gold .btn-primary:hover {
      background: #404040 !important; }

.frame-bg-white {
  background-color: #ffffff !important; }

h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  font-weight: 300; }

h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2; }

h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.25; }

h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem); }

.text-gold {
  color: #1a3c34 !important; }

.text-muted-mischke {
  color: #555555;
  font-size: 0.95rem; }

h3 {
  border-bottom: none !important; }

.frame-mischke-hero {
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center; }
  .frame-mischke-hero video.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.35; }
  .frame-mischke-hero .hero-content {
    position: relative;
    z-index: 2;
    background-color: rgba(26, 60, 52, 0.92);
    padding: 2.5rem 3rem;
    max-width: 620px; }
    .frame-mischke-hero .hero-content h1, .frame-mischke-hero .hero-content h2, .frame-mischke-hero .hero-content h3, .frame-mischke-hero .hero-content p {
      color: #fff !important; }
    .frame-mischke-hero .hero-content h1 {
      font-size: clamp(1rem, 2vw, 1.25rem);
      font-weight: 400;
      margin-bottom: 0.25rem; }
    .frame-mischke-hero .hero-content h3 {
      font-size: clamp(2rem, 4.5vw, 3.5rem);
      font-weight: 300;
      line-height: 1.1; }
  .frame-mischke-hero .hero-cta {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap; }

.frame-content-panel,
.content-panel {
  padding: 4rem 0; }
  .frame-content-panel.bg-sand,
  .content-panel.bg-sand {
    background-color: #f5f2ed; }
  .frame-content-panel .section-label,
  .content-panel .section-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a3c34;
    margin-bottom: 0.5rem; }
  .frame-content-panel .section-headline,
  .content-panel .section-headline {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 1rem; }
    .frame-content-panel .section-headline strong,
    .content-panel .section-headline strong {
      font-weight: 600; }
  .frame-content-panel .section-lead,
  .content-panel .section-lead {
    font-size: 1.1rem;
    color: #555555;
    max-width: 680px;
    line-height: 1.7; }

.frame-mischke-cards .card,
.mischke-card {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 0 !important;
  padding: 2rem;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  height: 100%; }
  .frame-mischke-cards .card:hover,
  .mischke-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px); }
  .frame-mischke-cards .card .card-icon,
  .mischke-card .card-icon {
    width: 48px;
    height: 48px;
    background: #1a3c34;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.4rem;
    color: #fff; }
  .frame-mischke-cards .card .card-title,
  .mischke-card .card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem; }
  .frame-mischke-cards .card .card-text,
  .mischke-card .card-text {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.65; }
  .frame-mischke-cards .card .card-cta,
  .mischke-card .card-cta {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1.5px solid #1a3c34;
    padding-bottom: 2px; }
    .frame-mischke-cards .card .card-cta:hover,
    .mischke-card .card-cta:hover {
      color: #24524a;
      border-color: #24524a; }

.frame-target-cards .target-card,
.target-card {
  position: relative;
  overflow: hidden;
  background: #1a1a1a !important;
  border: none !important;
  border-radius: 0 !important;
  min-height: 320px;
  cursor: pointer; }
  .frame-target-cards .target-card img,
  .target-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    transition: opacity 0.3s ease; }
  .frame-target-cards .target-card .target-card-body,
  .target-card .target-card-body {
    position: relative;
    z-index: 2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 320px; }
    .frame-target-cards .target-card .target-card-body h3,
    .target-card .target-card-body h3 {
      color: #fff !important;
      font-size: 1.4rem;
      font-weight: 300;
      margin-bottom: 0.5rem; }
    .frame-target-cards .target-card .target-card-body p,
    .target-card .target-card-body p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.9rem;
      margin-bottom: 1rem; }
    .frame-target-cards .target-card .target-card-body a,
    .target-card .target-card-body a {
      color: #1a3c34;
      font-weight: 600;
      font-size: 0.85rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem; }
      .frame-target-cards .target-card .target-card-body a:hover,
      .target-card .target-card-body a:hover {
        color: #fff; }
  .frame-target-cards .target-card:hover img,
  .target-card:hover img {
    opacity: 0.6; }

.frame-service-list .service-item,
.service-list .service-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .frame-service-list .service-item:last-child,
  .service-list .service-item:last-child {
    border-bottom: none; }
  .frame-service-list .service-item .service-icon,
  .service-list .service-item .service-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #1a3c34;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #1a3c34; }
  .frame-service-list .service-item .service-content h3,
  .service-list .service-item .service-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #1a1a1a;
    border-bottom: none !important; }
  .frame-service-list .service-item .service-content p,
  .service-list .service-item .service-content p {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 0; }

.frame-step-cards,
.step-cards {
  counter-reset: step-counter; }
  .frame-step-cards .step-card,
  .step-cards .step-card {
    counter-increment: step-counter;
    position: relative;
    padding: 2rem 2rem 2rem 4.5rem;
    background: #fff;
    border-left: 3px solid #1a3c34;
    margin-bottom: 1rem; }
    .frame-step-cards .step-card::before,
    .step-cards .step-card::before {
      content: counter(step-counter,decimal-leading-zero);
      position: absolute;
      left: 1rem;
      top: 1.75rem;
      font-size: 1.4rem;
      font-weight: 300;
      color: #1a3c34;
      line-height: 1; }
    .frame-step-cards .step-card h3,
    .step-cards .step-card h3 {
      font-size: 1.05rem;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 0.4rem;
      border-bottom: none !important; }
    .frame-step-cards .step-card p,
    .step-cards .step-card p {
      font-size: 0.9rem;
      color: #555555;
      margin-bottom: 0; }

.frame-cta-panel,
.cta-panel {
  background-color: #1a3c34;
  padding: 4rem 2rem;
  text-align: center; }
  .frame-cta-panel h2, .frame-cta-panel h3,
  .cta-panel h2,
  .cta-panel h3 {
    color: #fff !important;
    font-weight: 300;
    margin-bottom: 0.75rem; }
  .frame-cta-panel p,
  .cta-panel p {
    color: #fff;
    opacity: 0.9;
    max-width: 560px;
    margin: 0 auto 2rem; }
  .frame-cta-panel .btn,
  .cta-panel .btn {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 2.25rem; }
    .frame-cta-panel .btn:hover,
    .cta-panel .btn:hover {
      background: #404040;
      border-color: #404040; }

.frame-mischke-quote,
.mischke-quote {
  background: #f5f2ed;
  padding: 3.5rem 2rem;
  text-align: center; }
  .frame-mischke-quote blockquote,
  .mischke-quote blockquote {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    font-style: italic;
    color: #1a1a1a;
    max-width: 780px;
    margin: 0 auto 1.5rem;
    line-height: 1.65; }
    .frame-mischke-quote blockquote::before,
    .mischke-quote blockquote::before {
      content: '\201E';
      color: #1a3c34;
      font-size: 3rem;
      line-height: 0;
      vertical-align: -0.75rem;
      margin-right: 0.25rem; }
    .frame-mischke-quote blockquote::after,
    .mischke-quote blockquote::after {
      content: '\201C';
      color: #1a3c34;
      font-size: 3rem;
      line-height: 0;
      vertical-align: -0.75rem;
      margin-left: 0.25rem; }
  .frame-mischke-quote .quote-author,
  .mischke-quote .quote-author {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555555;
    letter-spacing: 0.05em; }

.frame-mischke-faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .frame-mischke-faq .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
.frame-mischke-faq .accordion-button {
  background: transparent !important;
  color: #1a1a1a !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 1.25rem 0;
  box-shadow: none !important; }
  .frame-mischke-faq .accordion-button:not(.collapsed) {
    color: #1a3c34 !important; }
  .frame-mischke-faq .accordion-button::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a1a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .frame-mischke-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234e6a27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.frame-mischke-faq .accordion-body {
  padding: 0 0 1.25rem 0;
  color: #555555;
  line-height: 1.7; }

.frame-mischke-kontakt .kontakt-box,
.mischke-kontakt .kontakt-box {
  background: #f5f2ed;
  padding: 2.5rem; }
  .frame-mischke-kontakt .kontakt-box h3,
  .mischke-kontakt .kontakt-box h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: none !important; }
  .frame-mischke-kontakt .kontakt-box .kontakt-zeile,
  .mischke-kontakt .kontakt-box .kontakt-zeile {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #555555; }
    .frame-mischke-kontakt .kontakt-box .kontakt-zeile .bi,
    .mischke-kontakt .kontakt-box .kontakt-zeile .bi {
      color: #1a3c34;
      font-size: 1.1rem;
      flex-shrink: 0;
      margin-top: 0.1rem; }
    .frame-mischke-kontakt .kontakt-box .kontakt-zeile a,
    .mischke-kontakt .kontakt-box .kontakt-zeile a {
      color: #555555;
      text-decoration: none; }
      .frame-mischke-kontakt .kontakt-box .kontakt-zeile a:hover,
      .mischke-kontakt .kontakt-box .kontakt-zeile a:hover {
        color: #1a1a1a; }

.frame-mischke-cases .case-card,
.mischke-cases .case-card {
  background: #fff;
  border-top: 3px solid #1a3c34;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06); }
  .frame-mischke-cases .case-card .case-label,
  .mischke-cases .case-card .case-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a3c34;
    margin-bottom: 0.75rem; }
  .frame-mischke-cases .case-card h3,
  .mischke-cases .case-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
    border-bottom: none !important; }
  .frame-mischke-cases .case-card .case-steps,
  .mischke-cases .case-card .case-steps {
    list-style: none;
    padding: 0;
    margin: 1rem 0; }
    .frame-mischke-cases .case-card .case-steps li,
    .mischke-cases .case-card .case-steps li {
      font-size: 0.9rem;
      color: #555555;
      padding: 0.35rem 0 0.35rem 1.5rem;
      position: relative; }
      .frame-mischke-cases .case-card .case-steps li::before,
      .mischke-cases .case-card .case-steps li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: #1a3c34;
        font-weight: 600; }
  .frame-mischke-cases .case-card .case-ergebnis,
  .mischke-cases .case-card .case-ergebnis {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0.75rem;
    background: #f5f2ed;
    margin-top: 1rem; }

.frame-mischke-usps,
.mischke-usps {
  background: #1a1a1a;
  padding: 2.5rem 0; }
  .frame-mischke-usps .usp-item,
  .mischke-usps .usp-item {
    text-align: center;
    padding: 1rem; }
    .frame-mischke-usps .usp-item .usp-icon,
    .mischke-usps .usp-item .usp-icon {
      font-size: 2rem;
      color: #1a3c34;
      margin-bottom: 0.75rem; }
    .frame-mischke-usps .usp-item h4,
    .mischke-usps .usp-item h4 {
      color: #fff !important;
      font-size: 0.95rem;
      font-weight: 600;
      margin-bottom: 0.25rem; }
    .frame-mischke-usps .usp-item p,
    .mischke-usps .usp-item p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.85rem;
      margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--delay, 0s); }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0); }

.reveal-delay-1 {
  --delay: 0.1s; }

.reveal-delay-2 {
  --delay: 0.2s; }

.reveal-delay-3 {
  --delay: 0.3s; }

.reveal-delay-4 {
  --delay: 0.4s; }

.reveal-delay-5 {
  --delay: 0.5s; }

.reveal-delay-6 {
  --delay: 0.6s; }

.reveal-delay-7 {
  --delay: 0.7s; }

.reveal-delay-8 {
  --delay: 0.8s; }

.section-padding {
  padding: 5rem 0; }

.section-padding-sm {
  padding: 3rem 0; }

.section-padding-lg {
  padding: 7rem 0; }

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .pt-lg-6 {
    padding-top: 5rem !important; }

  .pb-lg-6 {
    padding-bottom: 5rem !important; } }
@media (max-width: 768px) {
  .frame-mischke-hero .hero-content {
    padding: 1.75rem;
    max-width: 100%; }

  .frame-cta-panel, .cta-panel {
    padding: 3rem 1.5rem; }

  .section-padding {
    padding: 3rem 0; }

  .section-padding-lg {
    padding: 4rem 0; } }
.mf-hero {
  min-height: 85vh; }
  @media (max-width: 991.98px) {
    .mf-hero {
      min-height: 70vh; } }
  .mf-hero .mf-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.35; }
  .mf-hero .mf-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%); }
  .mf-hero .mf-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 5rem; }
    @media (max-width: 991.98px) {
      .mf-hero .mf-hero-content {
        padding-top: 5rem;
        padding-bottom: 3rem; } }
  .mf-hero .mf-hero-copy {
    max-width: 600px; }
    .mf-hero .mf-hero-copy h1, .mf-hero .mf-hero-copy h2, .mf-hero .mf-hero-copy h3, .mf-hero .mf-hero-copy h4, .mf-hero .mf-hero-copy p, .mf-hero .mf-hero-copy .mf-hero-h1, .mf-hero .mf-hero-copy .mf-hero-h2 {
      color: #1a1a1a !important; }
  .mf-hero .mf-hero-h1 {
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #1a1a1a !important;
    margin-bottom: 0.4rem;
    display: block; }
  .mf-hero .mf-hero-h2 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 300;
    line-height: 1.15;
    color: #1a1a1a !important;
    margin-bottom: 1.25rem; }

.mf-page-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
  padding: 5rem 0 3.5rem; }
  @media (max-width: 991.98px) {
    .mf-page-hero {
      padding: 3.5rem 0 2.5rem; } }
  .mf-page-hero .mf-page-hero-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1a3c34;
    display: block;
    margin-bottom: 0.75rem; }
  .mf-page-hero h1 {
    color: #fff !important;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.25rem; }
    .mf-page-hero h1 strong {
      font-weight: 700; }
  .mf-page-hero .lead {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.1rem;
    max-width: 700px; }
  .mf-page-hero .mf-page-hero-badge {
    text-align: center;
    padding: 2.5rem 2rem; }
    .mf-page-hero .mf-page-hero-badge .mf-badge-icon {
      font-size: 3rem;
      color: #1a3c34;
      display: block;
      margin-bottom: 0.75rem; }
    .mf-page-hero .mf-page-hero-badge .mf-badge-title {
      color: #fff;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 0.25rem; }
    .mf-page-hero .mf-page-hero-badge .mf-badge-subtitle {
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.85rem; }
    @media (max-width: 991.98px) {
      .mf-page-hero .mf-page-hero-badge {
        display: none; } }

.heading-accent {
  color: #1a1a1a !important;
  border-bottom: none !important; }
  .heading-accent.heading-accent--decorated::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #1a3c34;
    margin-top: 0.6rem; }

.section-overline {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a3c34;
  margin-bottom: 0.5rem; }

.service-ico {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #1a3c34;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem; }
  .service-ico svg, .service-ico i {
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
    color: #1a3c34; }

.service-card {
  border-radius: 0.75rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.12) !important; }

.mf-services .col:nth-child(1) .reveal, .mf-services .col:nth-child(1) {
  --delay: 0.05s; }
.mf-services .col:nth-child(2) .reveal, .mf-services .col:nth-child(2) {
  --delay: 0.15s; }
.mf-services .col:nth-child(3) .reveal, .mf-services .col:nth-child(3) {
  --delay: 0.25s; }
.mf-services .col:nth-child(4) .reveal, .mf-services .col:nth-child(4) {
  --delay: 0.35s; }
.mf-services .col:nth-child(5) .reveal, .mf-services .col:nth-child(5) {
  --delay: 0.45s; }
.mf-services .col:nth-child(6) .reveal, .mf-services .col:nth-child(6) {
  --delay: 0.55s; }

.mf-tabs .nav-pills .nav-link {
  color: #1a1a1a;
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  padding: 0.45rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease; }
  .mf-tabs .nav-pills .nav-link:hover {
    background: rgba(26, 60, 52, 0.12);
    border-color: #1a3c34;
    color: #1a1a1a; }
  .mf-tabs .nav-pills .nav-link.active {
    background-color: #1a3c34 !important;
    border-color: #1a3c34 !important;
    color: #fff !important;
    font-weight: 600; }

.frame-type-accordion .accordion-item,
.frame-mischke-faq .accordion-item,
.mf-accordion .accordion-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: transparent !important; }
  .frame-type-accordion .accordion-item:first-child,
  .frame-mischke-faq .accordion-item:first-child,
  .mf-accordion .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
.frame-type-accordion .accordion-button,
.frame-type-accordion .accordion-button.collapsed,
.frame-mischke-faq .accordion-button,
.frame-mischke-faq .accordion-button.collapsed,
.mf-accordion .accordion-button,
.mf-accordion .accordion-button.collapsed {
  background-color: transparent !important;
  background: transparent !important;
  color: #1a1a1a !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 1.25rem 0;
  padding-right: 2.5rem;
  box-shadow: none !important;
  border: none !important; }
  .frame-type-accordion .accordion-button:not(.collapsed),
  .frame-type-accordion .accordion-button.collapsed:not(.collapsed),
  .frame-mischke-faq .accordion-button:not(.collapsed),
  .frame-mischke-faq .accordion-button.collapsed:not(.collapsed),
  .mf-accordion .accordion-button:not(.collapsed),
  .mf-accordion .accordion-button.collapsed:not(.collapsed) {
    color: #1a3c34 !important;
    background: transparent !important; }
  .frame-type-accordion .accordion-button::after,
  .frame-type-accordion .accordion-button.collapsed::after,
  .frame-mischke-faq .accordion-button::after,
  .frame-mischke-faq .accordion-button.collapsed::after,
  .mf-accordion .accordion-button::after,
  .mf-accordion .accordion-button.collapsed::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a1a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .frame-type-accordion .accordion-button:not(.collapsed)::after,
  .frame-type-accordion .accordion-button.collapsed:not(.collapsed)::after,
  .frame-mischke-faq .accordion-button:not(.collapsed)::after,
  .frame-mischke-faq .accordion-button.collapsed:not(.collapsed)::after,
  .mf-accordion .accordion-button:not(.collapsed)::after,
  .mf-accordion .accordion-button.collapsed:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234e6a27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.frame-type-accordion .accordion-body,
.frame-mischke-faq .accordion-body,
.mf-accordion .accordion-body {
  padding: 0 0 1.25rem 0;
  color: #555555;
  line-height: 1.7; }

.mf-quote {
  border-left: 4px solid #1a3c34 !important;
  padding: 2rem 2.5rem; }
  .mf-quote blockquote,
  .mf-quote .lead {
    font-style: italic;
    font-weight: 300;
    color: #1a1a1a;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65;
    margin-bottom: 1rem; }
  .mf-quote figcaption,
  .mf-quote .quote-author,
  .mf-quote cite {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555555;
    letter-spacing: 0.04em;
    font-style: normal; }

.js-typed::after {
  content: '|';
  color: #1a3c34;
  animation: mf-cursor-blink 0.7s step-end infinite;
  margin-left: 2px; }

@keyframes mf-cursor-blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
.mf-pricing-badge {
  display: inline-block;
  background: #1a3c34;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 0.75rem; }

.mf-price {
  font-size: 1.65rem;
  font-weight: 700;
  color: #1a3c34;
  margin: 0.5rem 0; }
  .mf-price small {
    font-size: 0.75rem;
    color: #555555;
    font-weight: 400; }

.mf-price-note {
  font-size: 0.8rem;
  color: #555555;
  margin-bottom: 0.75rem; }

.mf-card-featured {
  border: 2px solid #1a3c34 !important; }

.mf-trust-bar {
  background: #1a1a1a;
  padding: 3rem 0; }
  .mf-trust-bar .mf-trust-item {
    text-align: center;
    padding: 1rem; }
    .mf-trust-bar .mf-trust-item .mf-trust-icon {
      font-size: 1.75rem;
      color: #1a3c34;
      display: block;
      margin-bottom: 0.5rem; }
    .mf-trust-bar .mf-trust-item .mf-trust-title {
      color: #fff;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 0.2rem;
      display: block; }
    .mf-trust-bar .mf-trust-item .mf-trust-text {
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.8rem;
      margin: 0; }

.mf-step {
  position: relative;
  padding: 2rem 2rem 2rem 5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  height: auto; }
  .mf-step .mf-step-number {
    position: absolute;
    left: 1.5rem;
    top: 1.75rem;
    width: 36px;
    height: 36px;
    background: #1a3c34;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    flex-shrink: 0; }
  .mf-step h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
    border-bottom: none !important; }
  .mf-step p {
    font-size: 0.9rem;
    color: #555555;
    margin-bottom: 0; }

.border-gold {
  border-color: #1a3c34 !important; }

.border-start-gold {
  border-left: 4px solid #1a3c34 !important; }

.mf-alert {
  background: #f5f2ed;
  border: none;
  border-left: 3px solid #1a3c34;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: #1a1a1a;
  border-radius: 0 0.5rem 0.5rem 0; }

@media (max-width: 991.98px) {
  .mf-page-hero h1 {
    font-size: clamp(1.5rem, 5vw, 2rem); }

  .mf-step {
    padding: 1.5rem 1.5rem 1.5rem 4.25rem; } }
@media (max-width: 767.98px) {
  .mf-quote {
    padding: 1.5rem; }

  .mf-trust-bar {
    padding: 2rem 0; } }
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .fade-up.visible, .fade-up.is-visible {
    opacity: 1;
    transform: none; }
  .fade-up.delay-1 {
    transition-delay: 0.1s; }
  .fade-up.delay-2 {
    transition-delay: 0.2s; }
  .fade-up.delay-3 {
    transition-delay: 0.3s; }
  .fade-up.delay-4 {
    transition-delay: 0.4s; }
  .fade-up.delay-5 {
    transition-delay: 0.5s; }

.mf-section {
  padding: 96px 0; }

.mf-section-sm {
  padding: 72px 0; }

.mf-section-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1a3c34;
  margin-bottom: .65rem;
  display: block; }

.mf-section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 300;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 1rem; }
  .mf-section-title strong {
    font-weight: 700; }

.mf-section-lead {
  font-size: 1.05rem;
  color: #555555;
  max-width: 600px; }

.mf-hero-umsetzung {
  background: linear-gradient(135deg, #1C1C2E 0%, #252545 55%, #1e1e38 100%);
  color: #fff;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden; }
  .mf-hero-umsetzung::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -8%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(26, 60, 52, 0.07) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none; }
  .mf-hero-umsetzung::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -12%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(26, 60, 52, 0.04) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none; }
  .mf-hero-umsetzung h1 {
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 300;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 1.5rem; }
    .mf-hero-umsetzung h1 strong {
      font-weight: 700;
      color: #1a3c34; }
  .mf-hero-umsetzung .hero-lead {
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    color: rgba(255, 255, 255, 0.8);
    max-width: 580px;
    margin-bottom: 2.5rem; }

.mf-hero-breadcrumb {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 80px; }
  .mf-hero-breadcrumb .breadcrumb {
    margin: 0;
    font-size: .83rem; }
  .mf-hero-breadcrumb .breadcrumb-item a {
    color: #1a3c34;
    text-decoration: none; }
  .mf-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3); }
  .mf-hero-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5); }

.mf-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2.5rem; }

.mf-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  font-size: .82rem;
  color: rgba(255, 255, 255, 0.9); }
  .mf-trust-pill i {
    color: #1a3c34;
    font-size: .85rem; }

.mf-hero-badge {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(26, 60, 52, 0.2);
  border-radius: .875rem;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .mf-hero-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 60, 52, 0.06), transparent); }
  .mf-hero-badge h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .3rem; }
  .mf-hero-badge p {
    font-size: .85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0; }

.mf-hero-badge-icon {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
  position: relative; }

.mf-hero-badge-stats {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }

.mf-hero-badge-stat-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1; }

.mf-hero-badge-stat-lbl {
  font-size: .72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: .15rem; }

.btn-mf {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .875rem 2rem;
  border-radius: 6px;
  font-size: .94rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s, background 0.2s; }
  .btn-mf:hover {
    transform: translateY(-2px); }

.btn-mf-gold {
  background: #1a3c34;
  color: #fff; }
  .btn-mf-gold:hover {
    background: #24524a;
    color: #fff;
    box-shadow: 0 6px 20px rgba(26, 60, 52, 0.35); }
  .btn-mf-gold:active {
    background: #0f2922;
    color: #fff; }

.btn-mf-outline-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35); }
  .btn-mf-outline-light:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.06); }

.btn-mf-outline-dark {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid rgba(26, 26, 26, 0.3); }
  .btn-mf-outline-dark:hover {
    border-color: #1a3c34;
    color: #1a1a1a; }

.mf-intro-card {
  background: #fff;
  border-radius: .875rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 2rem;
  height: 100%;
  border-top: 3px solid #1a3c34;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s; }
  .mf-intro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); }
  .mf-intro-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: .5rem; }
  .mf-intro-card p {
    font-size: .9rem;
    color: #555555;
    margin: 0; }

.mf-intro-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(26, 60, 52, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #1a3c34;
  margin-bottom: 1rem; }

.mf-stats-bar {
  background: #1C1C2E;
  padding: 52px 0; }

.mf-stat-item {
  text-align: center; }

.mf-stat-num,
.mf-stats-bar__num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: .35rem;
  display: block; }

.mf-stat-lbl,
.mf-stats-bar__label {
  font-size: .85rem;
  color: rgba(255, 255, 255, 0.55); }

.mf-stats-bar__item {
  text-align: center; }

.mf-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem; }

.mf-process-card {
  background: #fff;
  border-radius: .875rem;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s; }
  .mf-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); }

.mf-process-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #1a3c34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 700;
  color: #fff; }

.mf-process-body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: .35rem; }
.mf-process-body p {
  font-size: .88rem;
  color: #555555;
  margin: 0; }

.mf-service-card {
  background: #fff;
  border-radius: .875rem;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s; }
  .mf-service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #1a3c34;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .mf-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); }
  .mf-service-card:hover::after {
    transform: scaleX(1); }
  .mf-service-card h3 {
    font-size: 1.06rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: .6rem; }
  .mf-service-card p {
    font-size: .9rem;
    color: #555555;
    margin-bottom: 1rem; }

.mf-sc-icon {
  width: 52px;
  height: 52px;
  background: rgba(26, 60, 52, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #1a3c34;
  margin-bottom: 1.25rem;
  transition: background .3s, color .3s; }

.mf-service-card:hover .mf-sc-icon {
  background: #1a3c34;
  color: #fff; }

.mf-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem; }

.mf-tag {
  font-size: .75rem;
  font-weight: 500;
  padding: .2rem .65rem;
  background: rgba(26, 60, 52, 0.12);
  border-radius: 20px;
  color: #1a1a1a; }

.mf-compare-table {
  border-radius: .875rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07); }
  .mf-compare-table table {
    margin: 0; }
  .mf-compare-table thead th {
    background: #1C1C2E;
    color: #fff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    font-size: .88rem;
    letter-spacing: .03em; }
    .mf-compare-table thead th.highlight {
      background: #1a3c34;
      color: #fff; }
  .mf-compare-table tbody td {
    padding: .875rem 1.5rem;
    vertical-align: middle;
    font-size: .9rem;
    border-color: rgba(0, 0, 0, 0.06); }
  .mf-compare-table tbody tr:hover td {
    background: rgba(26, 60, 52, 0.04); }

.mf-compare-yes {
  color: #22c55e;
  font-size: 1.1rem; }

.mf-compare-no {
  color: #ef4444;
  font-size: 1.1rem; }

.mf-quote-dark {
  background: #1C1C2E;
  border-radius: .875rem;
  padding: 3rem;
  position: relative;
  overflow: hidden; }
  .mf-quote-dark::before {
    content: '\201C';
    position: absolute;
    top: -20px;
    left: 24px;
    font-size: 12rem;
    line-height: 1;
    color: rgba(26, 60, 52, 0.07);
    font-family: serif;
    pointer-events: none; }
  .mf-quote-dark blockquote {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
    margin: 0 0 1.25rem;
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid #1a3c34; }

.mf-quote-cite {
  font-size: .87rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .04em; }

.mf-price-card {
  border-radius: .875rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s; }
  .mf-price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.16); }
  .mf-price-card.featured {
    border: 2px solid #1a3c34; }

.mf-price-head {
  padding: 2rem;
  background: #1C1C2E; }
  .mf-price-card.featured .mf-price-head {
    background: #1a3c34; }

.mf-price-head-name {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: .4rem; }
  .mf-price-card.featured .mf-price-head-name {
    color: rgba(255, 255, 255, 0.65); }

.mf-price-head-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .75rem; }
  .mf-price-card.featured .mf-price-head-title {
    color: #fff; }

.mf-price-amount {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1a3c34;
  margin-bottom: .2rem; }
  .mf-price-card.featured .mf-price-amount {
    color: #fff; }

.mf-price-sub {
  font-size: .78rem;
  color: rgba(255, 255, 255, 0.55); }
  .mf-price-card.featured .mf-price-sub {
    color: rgba(255, 255, 255, 0.6); }

.mf-price-body {
  padding: 1.75rem 2rem;
  background: #fff; }

.mf-price-feature {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .88rem;
  color: #555555;
  padding: .45rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .mf-price-feature:last-of-type {
    border-bottom: none; }
  .mf-price-feature i {
    color: #1a3c34;
    flex-shrink: 0;
    margin-top: .15rem; }

.mf-faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.mf-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.mf-faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left; }

.mf-faq-btn-text {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5; }

.mf-faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgba(26, 60, 52, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a3c34;
  font-size: .9rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s; }

.mf-faq-item.open .mf-faq-icon {
  transform: rotate(45deg);
  background: #1a3c34;
  color: #fff; }

.mf-faq-item.open .mf-faq-btn-text {
  font-weight: 600; }

.mf-faq-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.mf-faq-panel-inner {
  padding-bottom: 1.25rem;
  font-size: .93rem;
  color: #555555;
  line-height: 1.75; }

.mf-checklist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .mf-checklist li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .45rem 0;
    font-size: .93rem;
    color: #555555; }
    .mf-checklist li i {
      color: #1a3c34;
      flex-shrink: 0;
      margin-top: .18rem; }

.mf-cta-section {
  background: linear-gradient(135deg, #1C1C2E 0%, #252545 100%);
  padding: 112px 0;
  position: relative;
  overflow: hidden; }
  .mf-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 120%, rgba(26, 60, 52, 0.08) 0%, transparent 60%); }
  .mf-cta-section h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem; }
    .mf-cta-section h2 strong {
      font-weight: 700;
      color: #1a3c34; }
  .mf-cta-section p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    margin-bottom: 2.5rem; }

.mf-cta-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.mf-cta-trust-item {
  text-align: center; }

.mf-cta-trust-num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1; }

.mf-cta-trust-lbl {
  font-size: .76rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: .15rem; }

.mf-count-up {
  display: inline-block; }

@media (max-width: 991.98px) {
  .mf-section {
    padding: 72px 0; }

  .mf-hero-umsetzung {
    padding-bottom: 72px; } }
@media (max-width: 767.98px) {
  .mf-section {
    padding: 56px 0; }

  .mf-cta-section {
    padding: 72px 0; }

  .mf-stats-bar {
    padding: 40px 0; } }
.bp-page-header.navbar.navbar-mainnavigation.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.bp-page-header.navbar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .bp-page-header.navbar .nav-link.nav-link-main {
    position: relative;
    color: #1a1a1a !important;
    font-weight: 450;
    font-size: 0.92rem;
    letter-spacing: 0.015em;
    padding: 0.6rem 0.9rem !important;
    transition: color 0.25s ease; }
    .bp-page-header.navbar .nav-link.nav-link-main .nav-link-text {
      font-size: inherit !important; }
    .bp-page-header.navbar .nav-link.nav-link-main:hover, .bp-page-header.navbar .nav-link.nav-link-main:focus {
      color: #1a3c34 !important; }
    .bp-page-header.navbar .nav-link.nav-link-main::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) scaleX(0);
      width: 70%;
      height: 2px;
      background: #1a3c34;
      border-radius: 1px;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .bp-page-header.navbar .nav-link.nav-link-main:hover::after {
      transform: translateX(-50%) scaleX(1); }
    .bp-page-header.navbar .nav-link.nav-link-main::before {
      display: none !important; }
  .bp-page-header.navbar .nav-item.active > .nav-link-main,
  .bp-page-header.navbar .nav-item.current > .nav-link-main {
    color: #1a3c34 !important;
    font-weight: 500; }
    .bp-page-header.navbar .nav-item.active > .nav-link-main::after,
    .bp-page-header.navbar .nav-item.current > .nav-link-main::after {
      transform: translateX(-50%) scaleX(1); }
  .bp-page-header.navbar .nav-link-toggle {
    color: rgba(0, 0, 0, 0.35) !important;
    padding: 0.6rem 0.35rem !important;
    margin-left: -0.4rem;
    transition: color 0.2s ease, transform 0.3s ease;
    border: none !important;
    background: transparent !important;
    outline: none !important; }
    .bp-page-header.navbar .nav-link-toggle:hover {
      color: #1a3c34 !important; }
    .bp-page-header.navbar .nav-link-toggle[aria-expanded="true"] {
      color: #1a3c34 !important; }

.navbar-mainnavigation .dropdown-menu {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  padding: 0.6rem 0 !important;
  margin-top: 0 !important;
  min-width: 260px !important;
  animation: mf-dropdown-in 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden; }
  .navbar-mainnavigation .dropdown-menu::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #1a3c34, #24524a);
    margin-bottom: 0.3rem; }
  .navbar-mainnavigation .dropdown-menu .dropdown-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  .navbar-mainnavigation .dropdown-menu .nav-link.nav-link-dropdown {
    display: block;
    color: #1a1a1a !important;
    font-size: 0.88rem !important;
    font-weight: 400;
    letter-spacing: 0.01em;
    padding: 0.65rem 1.5rem !important;
    position: relative;
    transition: all 0.2s ease;
    border-left: 3px solid transparent; }
    .navbar-mainnavigation .dropdown-menu .nav-link.nav-link-dropdown:hover {
      background: rgba(26, 60, 52, 0.06) !important;
      color: #1a1a1a !important;
      border-left-color: #1a3c34;
      padding-left: 1.7rem !important; }
    .navbar-mainnavigation .dropdown-menu .nav-link.nav-link-dropdown.active, .navbar-mainnavigation .dropdown-menu .nav-link.nav-link-dropdown.current {
      color: #1a3c34 !important;
      font-weight: 500;
      border-left-color: #1a3c34;
      background: rgba(26, 60, 52, 0.04) !important; }
  .navbar-mainnavigation .dropdown-menu .nav-item + .nav-item .nav-link-dropdown {
    border-top: 1px solid rgba(0, 0, 0, 0.04); }

@keyframes mf-dropdown-in {
  0% {
    opacity: 0;
    transform: translateY(-6px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bp-page-header.navbar.nav-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important; }
  .bp-page-header.navbar.nav-scrolled .nav-link.nav-link-main {
    font-size: 0.88rem;
    padding: 0.45rem 0.75rem !important; }

@media (max-width: 991.98px) {
  .bp-page-header.navbar .nav-link.nav-link-main::after {
    display: none; }

  .navbar-mainnavigation .dropdown-menu {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    animation: none; }
    .navbar-mainnavigation .dropdown-menu::before {
      display: none; }
    .navbar-mainnavigation .dropdown-menu .nav-link.nav-link-dropdown {
      padding: 0.6rem 1.2rem 0.6rem 2rem !important;
      font-size: 0.85rem !important;
      border-left: 2px solid rgba(26, 60, 52, 0.3); }
      .navbar-mainnavigation .dropdown-menu .nav-link.nav-link-dropdown:hover {
        border-left-color: #1a3c34;
        padding-left: 2.2rem !important; } }
.card-group-element {
  display: grid;
  gap: 1.25rem; }
  .card-group-element[class*="columns-2"] {
    grid-template-columns: repeat(2, 1fr); }
  .card-group-element[class*="columns-3"] {
    grid-template-columns: repeat(3, 1fr); }
  .card-group-element[class*="columns-4"] {
    grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 991.98px) {
    .card-group-element[class*="columns-3"], .card-group-element[class*="columns-4"] {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .card-group-element {
      grid-template-columns: 1fr !important; } }

.card-group-element-item {
  width: 100% !important; }

.card-group-element-item {
  background: #fff;
  border-radius: .875rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  height: 100%; }
  .card-group-element-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #1a3c34;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .card-group-element-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); }
  .card-group-element-item:hover::after {
    transform: scaleX(1); }
  .card-group-element-item .card-group-element-body {
    padding: 2rem; }
  .card-group-element-item h3, .card-group-element-item h4, .card-group-element-item .card-group-element-title {
    font-size: 1.06rem !important;
    font-weight: 600 !important;
    color: #1a1a1a;
    margin-bottom: .6rem; }
  .card-group-element-item .card-group-element-subtitle {
    font-size: .85rem;
    font-weight: 600;
    color: #1a3c34;
    margin-bottom: .5rem; }
  .card-group-element-item p, .card-group-element-item .card-group-element-text {
    font-size: .9rem;
    color: #555555;
    margin-bottom: 1rem;
    line-height: 1.65; }
  .card-group-element-item .card-group-element-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    font-weight: 600;
    color: #1a3c34;
    text-decoration: none;
    transition: color .2s; }
    .card-group-element-item .card-group-element-link:hover {
      color: #24524a; }
  .card-group-element-item .btn {
    background-color: #1a3c34;
    border-color: #1a3c34;
    color: #fff;
    font-weight: 600;
    font-size: .85rem;
    padding: .5rem 1.25rem;
    border-radius: 0; }
    .card-group-element-item .btn:hover {
      background-color: #24524a;
      border-color: #24524a;
      color: #fff; }
    .card-group-element-item .btn:active {
      background-color: #0f2922;
      border-color: #0f2922;
      color: #fff; }

.frame-type-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent; }
  .frame-type-accordion .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
.frame-type-accordion .accordion-header {
  margin: 0; }
.frame-type-accordion .accordion-button {
  background: transparent !important;
  color: #1a1a1a !important;
  font-weight: 400;
  font-size: 1rem;
  padding: 1.35rem 0;
  box-shadow: none !important;
  border: none;
  line-height: 1.5; }
  .frame-type-accordion .accordion-button:not(.collapsed) {
    color: #1a3c34 !important;
    font-weight: 600; }
  .frame-type-accordion .accordion-button::after {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-color: rgba(26, 60, 52, 0.12);
    border-radius: 50%;
    background-position: center;
    background-size: 14px;
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a1a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s; }
  .frame-type-accordion .accordion-button:not(.collapsed)::after {
    background-color: #1a3c34;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a1a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.frame-type-accordion .accordion-body {
  padding: 0 0 1.25rem 0;
  color: #555555;
  line-height: 1.75;
  font-size: .93rem; }
  .frame-type-accordion .accordion-body p {
    color: #555555;
    line-height: 1.75; }

.mf-cards-grid {
  display: grid;
  gap: 1.25rem; }
  .mf-cards-grid.mf-cards-grid-3 {
    grid-template-columns: repeat(3, 1fr); }
  .mf-cards-grid.mf-cards-grid-4 {
    grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 991.98px) {
    .mf-cards-grid.mf-cards-grid-3, .mf-cards-grid.mf-cards-grid-4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .mf-cards-grid {
      grid-template-columns: 1fr !important; } }

@media (max-width: 991.98px) {
  .mf-hero-umsetzung {
    padding: 90px 0 72px; } }
@media (max-width: 767.98px) {
  .mf-hero-umsetzung {
    padding: 80px 0 56px; } }
.row:has(.gallery-row) {
  align-items: center; }
@media (min-width: 992px) {
  .row:has(.gallery-row) > .col-lg-6:not(:has(.gallery-row)) {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }
.row:has(.gallery-row) .col-lg-6 .gallery-row .gallery-item .image {
  overflow: hidden;
  max-height: 520px;
  border-radius: 0; }
  .row:has(.gallery-row) .col-lg-6 .gallery-row .gallery-item .image img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center 25%; }
.section-default > .row > .col-lg-6 > .gallery-row {
  overflow: hidden;
  max-height: 520px; }
  .section-default > .row > .col-lg-6 > .gallery-row img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 25%; }

.mf-image-break {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center 30%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

@media (max-width: 991px) {
  .mf-image-break {
    background-attachment: scroll;
    min-height: 320px;
    background-position: center 25%; } }
@media (hover: none) {
  .mf-image-break {
    background-attachment: scroll; } }
.mf-image-break__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1; }

.mf-image-break__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 4rem 1.5rem;
  max-width: 780px;
  margin: 0 auto; }
  .mf-image-break__content blockquote {
    font-size: clamp(1.15rem, 2.4vw, 1.7rem);
    font-style: italic;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    margin: 0; }
    .mf-image-break__content blockquote::before {
      content: '\201E'; }
    .mf-image-break__content blockquote::after {
      content: '\201C'; }
  .mf-image-break__content cite {
    display: block;
    margin-top: 1.2rem;
    font-size: 0.85rem;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }

.mf-split-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
  width: 100%; }
  .mf-split-image--reverse {
    direction: rtl; }
    .mf-split-image--reverse > * {
      direction: ltr; }

.mf-split-image__img {
  background-size: cover;
  background-position: center 20%;
  min-height: 320px; }

.mf-split-image__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2.5rem;
  background-color: #1a2533;
  color: rgba(255, 255, 255, 0.92); }

.mf-split-image__text {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.92); }
  .mf-split-image__text h2, .mf-split-image__text h3, .mf-split-image__text h4 {
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    margin-bottom: 1rem; }
  .mf-split-image__text p {
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 0.8rem;
    text-shadow: none; }
  .mf-split-image__text .mf-split-quote {
    font-style: italic; }
    .mf-split-image__text .mf-split-quote::before {
      content: '\201E'; }
    .mf-split-image__text .mf-split-quote::after {
      content: '\201C'; }
  .mf-split-image__text .mf-split-attribution {
    font-size: 0.9rem;
    color: rgba(26, 60, 52, 0.85);
    margin-top: 0.5rem; }
  .mf-split-image__text ul, .mf-split-image__text ol {
    color: rgba(255, 255, 255, 0.88);
    padding-left: 0;
    list-style: none; }
  .mf-split-image__text li {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.5rem;
    font-size: 0.95rem; }
    .mf-split-image__text li i {
      color: #1a3c34;
      margin-right: 0.5rem; }
  .mf-split-image__text .mf-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0; }
    .mf-split-image__text .mf-checklist li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      margin-bottom: 0.6rem;
      color: rgba(255, 255, 255, 0.9); }
      .mf-split-image__text .mf-checklist li i {
        color: #1a3c34;
        flex-shrink: 0;
        margin-top: 0.15rem; }

@media (max-width: 991px) {
  .mf-split-image {
    grid-template-columns: 1fr;
    direction: ltr; }
    .mf-split-image--reverse {
      direction: ltr; }

  .mf-split-image__img {
    min-height: 260px; }

  .mf-split-image__content {
    padding: 2.5rem 1.5rem; } }
.mf-quote-dark-wide {
  background-color: #1a2533;
  padding: 4rem 0;
  width: 100%; }

.mf-about-timeline {
  position: relative;
  padding: 5rem 0; }

.mf-about-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, #1a3c34 10%, #1a3c34 90%, transparent 100%);
  transform: translateX(-50%); }

.mf-timeline-item {
  position: relative;
  width: 50%;
  padding: 0 3rem 3rem; }

.mf-timeline-item:nth-child(odd) {
  margin-left: 0;
  text-align: right;
  padding-right: 3rem;
  padding-left: 0; }

.mf-timeline-item:nth-child(even) {
  margin-left: 50%;
  text-align: left;
  padding-left: 3rem;
  padding-right: 0; }

.mf-timeline-dot {
  position: absolute;
  top: 0.25rem;
  width: 16px;
  height: 16px;
  background: #1a3c34;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #1a3c34;
  z-index: 2; }

.mf-timeline-item:nth-child(odd) .mf-timeline-dot {
  right: -8px; }

.mf-timeline-item:nth-child(even) .mf-timeline-dot {
  left: -8px; }

.mf-timeline-year {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a3c34;
  margin-bottom: 0.5rem; }

.mf-timeline-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem; }

.mf-timeline-text {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.65; }

@media (max-width: 767.98px) {
  .mf-about-timeline::before {
    left: 24px; }

  .mf-timeline-item,
  .mf-timeline-item:nth-child(odd),
  .mf-timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding-left: 56px;
    padding-right: 0; }

  .mf-timeline-item:nth-child(odd) .mf-timeline-dot,
  .mf-timeline-item:nth-child(even) .mf-timeline-dot {
    left: 16px;
    right: auto; } }
.mf-about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0; }

.mf-about-value {
  position: relative;
  padding: 4rem 2.5rem;
  overflow: hidden;
  transition: transform 0.3s ease; }

.mf-about-value:nth-child(1) {
  background: #1a1a1a;
  color: #fff; }

.mf-about-value:nth-child(2) {
  background: #1a3c34;
  color: #fff; }

.mf-about-value:nth-child(3) {
  background: #f5f2ed;
  color: #1a1a1a; }

.mf-about-value__number {
  font-size: 5rem;
  font-weight: 200;
  line-height: 1;
  opacity: 0.15;
  position: absolute;
  top: 1.5rem;
  right: 2rem; }

.mf-about-value__icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: block; }

.mf-about-value:nth-child(1) .mf-about-value__icon {
  color: #1a3c34; }

.mf-about-value:nth-child(2) .mf-about-value__icon {
  color: #fff; }

.mf-about-value:nth-child(3) .mf-about-value__icon {
  color: #1a3c34; }

.mf-about-value h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: none !important; }

.mf-about-value:nth-child(1) h3 {
  color: #fff; }

.mf-about-value p {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.85; }

@media (max-width: 991.98px) {
  .mf-about-values {
    grid-template-columns: 1fr; }

  .mf-about-value {
    padding: 3rem 2rem; } }
.mf-about-credential {
  text-align: center;
  padding: 5rem 2rem; }

.mf-about-cfp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 3px solid #1a3c34;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 300;
  color: #1a3c34;
  margin-bottom: 2rem;
  position: relative; }

.mf-about-cfp-badge::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(26, 60, 52, 0.3);
  border-radius: 50%; }

.mf-about-credential-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
  margin-top: 2.5rem;
  list-style: none;
  padding: 0; }

.mf-about-credential-item {
  text-align: center; }

.mf-about-credential-item i {
  display: block;
  font-size: 1.5rem;
  color: #1a3c34;
  margin-bottom: 0.5rem; }

.mf-about-credential-item strong {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a; }

.mf-about-credential-item span {
  font-size: 0.85rem;
  color: #555555; }

.mf-about-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%; }

.mf-about-photo-strip img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block; }

@media (max-width: 767.98px) {
  .mf-about-photo-strip {
    grid-template-columns: 1fr; }

  .mf-about-photo-strip img {
    height: 200px; } }
.mf-about-intro {
  padding: 6rem 0 5rem; }

.mf-about-intro__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a3c34;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.mf-about-intro__eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #1a3c34; }

.mf-about-intro__headline {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 200;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 2rem; }

.mf-about-intro__headline strong {
  font-weight: 600; }

.mf-about-intro__text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555555;
  max-width: 640px; }

.mf-about-intro__text p {
  margin-bottom: 1.25rem; }

.mf-about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #1a1a1a; }

.mf-about-stat {
  text-align: center;
  padding: 3rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08); }

.mf-about-stat:last-child {
  border-right: none; }

.mf-about-stat__num {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 200;
  color: #1a3c34;
  line-height: 1;
  margin-bottom: 0.5rem; }

.mf-about-stat__label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6); }

@media (max-width: 767.98px) {
  .mf-about-stats {
    grid-template-columns: repeat(2, 1fr); }

  .mf-about-stat {
    padding: 2rem 1rem; }

  .mf-about-stat:nth-child(2) {
    border-right: none; } }
.mf-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #1a1a1a; }

.mf-home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; }

.mf-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.4) 50%, rgba(26, 26, 26, 0.7) 100%);
  z-index: 1; }

.mf-home-hero__content {
  position: relative;
  z-index: 2;
  color: #fff; }

.mf-home-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2d6b5f;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem; }

.mf-home-hero__eyebrow::before {
  content: '';
  width: 48px;
  height: 2px;
  background: #1a3c34; }

.mf-home-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 200;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.5rem; }

.mf-home-hero h1 strong {
  font-weight: 600;
  display: block; }

.mf-home-hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 2rem; }

.mf-home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem; }

.mf-home-hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: mf-bounce 2s infinite; }

.mf-home-hero__scroll i {
  display: block;
  font-size: 1.25rem;
  margin-top: 0.25rem; }

@keyframes mf-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0); }
  40% {
    transform: translateX(-50%) translateY(-8px); }
  60% {
    transform: translateX(-50%) translateY(-4px); } }
@media (max-width: 991.98px) {
  .mf-home-hero {
    min-height: 85vh; } }
@media (max-width: 767.98px) {
  .mf-home-hero {
    min-height: 90vh;
    padding: 100px 0 80px; } }
.mf-home-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0; }

.mf-home-service {
  padding: 3rem 2.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.3s ease;
  text-decoration: none !important;
  display: block;
  color: inherit !important; }

.mf-home-service:last-child {
  border-right: none; }

.mf-home-service:hover {
  background: #f5f2ed; }

.mf-home-service__icon {
  width: 56px;
  height: 56px;
  background: #1a3c34;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5rem; }

.mf-home-service h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  border-bottom: none !important; }

.mf-home-service p {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.65;
  margin-bottom: 1.25rem; }

.mf-home-service__link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 2px solid #1a3c34;
  padding-bottom: 2px;
  transition: color 0.2s ease; }

.mf-home-service:hover .mf-home-service__link {
  color: #24524a; }

@media (max-width: 991.98px) {
  .mf-home-services {
    grid-template-columns: 1fr; }

  .mf-home-service {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 2rem 1.5rem; }

  .mf-home-service:last-child {
    border-bottom: none; } }
.mf-home-process {
  counter-reset: process-step; }

.mf-home-step {
  counter-increment: process-step;
  position: relative;
  padding: 2rem 0 2rem 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.mf-home-step:last-child {
  border-bottom: none; }

.mf-home-step::before {
  content: counter(process-step,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2rem;
  font-size: 2rem;
  font-weight: 200;
  color: #1a3c34;
  line-height: 1; }

.mf-home-step h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
  border-bottom: none !important; }

.mf-home-step p {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.65;
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .mf-home-step {
    padding-left: 3.5rem; }

  .mf-home-step::before {
    font-size: 1.5rem; } }
.mf-home-step__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem; }

.case-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1a1a1a; }

.nav-seminare-btn {
  border-radius: 0.4rem;
  font-size: 0.8rem;
  padding: 0.4rem 0.9rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background-color: #1a3c34;
  border-color: #1a3c34;
  color: #fff;
  transition: background-color 0.2s ease, transform 0.2s ease; }
  .nav-seminare-btn:hover {
    background-color: #24524a;
    border-color: #24524a;
    color: #fff;
    transform: translateY(-1px); }
  .nav-seminare-btn:active {
    background-color: #0f2922;
    border-color: #0f2922;
    color: #fff; }
  .nav-seminare-btn i {
    font-size: 0.85rem; }

@media (max-width: 991.98px) {
  .nav-seminare-btn {
    width: 100%;
    justify-content: center;
    padding: 0.55rem 1rem;
    font-size: 0.85rem; } }
.quick-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 2px; }
  .quick-contact .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #1a3c34;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease; }
    .quick-contact .contact-icon:first-child {
      border-radius: 0.5rem 0 0 0; }
    .quick-contact .contact-icon:last-child {
      border-radius: 0 0 0 0.5rem; }
    .quick-contact .contact-icon:hover {
      background-color: #24524a;
      transform: translateX(-4px);
      color: #fff; }
    .quick-contact .contact-icon:active {
      background-color: #0f2922; }
    .quick-contact .contact-icon i {
      line-height: 1; }

@media (max-width: 768px) {
  .quick-contact {
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    flex-direction: row;
    gap: 1px;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15); }
    .quick-contact .contact-icon {
      flex: 1;
      width: auto;
      height: 52px;
      border-radius: 0 !important;
      font-size: 1.25rem; }
      .quick-contact .contact-icon:hover {
        transform: none; }

  body {
    padding-bottom: 52px; } }

/* ═══════════════════════════════════════════════════════════════
   REDESIGN v2 – British Racing Green + Cormorant Garamond
   Deployed: 2026-03-25
   ═══════════════════════════════════════════════════════════════ */

/* ─── CSS Custom Properties ─── */
:root {
  --mf-green: #1a3c34;
  --mf-green-medium: #24524a;
  --mf-green-light: #2d6b5f;
  --mf-cream: #f5f2ed;
  --mf-cream-dark: #ebe7e0;
  --mf-gold: #c4a86b;
  --mf-gold-light: #d4be8a;
  --mf-text: #2a2a2a;
  --mf-text-muted: #5a6a65;
  --mf-radius: 12px;
  --mf-radius-lg: 20px;
}

/* ─── Cormorant Garamond als Auszeichnungsschrift ─── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 500;
  color: var(--mf-green);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }

/* Body bleibt Inter/Source Sans */
body {
  color: var(--mf-text);
  line-height: 1.7;
}

/* Blockquotes in Cormorant */
blockquote, .blockquote, blockquote p {
  font-family: 'Cormorant Garamond', 'Georgia', serif !important;
  font-style: italic;
  font-weight: 400;
  color: var(--mf-green);
}

.heading-accent {
  font-family: 'Cormorant Garamond', 'Georgia', serif !important;
  font-weight: 500;
  color: var(--mf-green);
}

/* ─── Gold-Akzent-Linie ─── */
.gold-accent::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--mf-gold);
  margin-bottom: 16px;
}

/* ─── Buttons Redesign ─── */
.btn-primary {
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(26,60,52,0.25);
}

.btn-outline-primary {
  border-radius: 8px !important;
}

/* ─── Cards Redesign ─── */
.frame-mischke-cards .card,
.mischke-card,
.card {
  border-radius: var(--mf-radius-lg) !important;
  border: 1px solid rgba(26,60,52,0.06) !important;
}

.frame-mischke-cards .card .card-icon,
.mischke-card .card-icon,
.service-ico {
  border-radius: 14px;
  background: var(--mf-cream) !important;
  color: var(--mf-green) !important;
}

/* Card Hover: Icon invertiert */
.frame-mischke-cards .card:hover .card-icon,
.mischke-card:hover .card-icon,
.card:hover .service-ico {
  background: var(--mf-green) !important;
  color: #fff !important;
}

/* ─── Step Cards ─── */
.step-card,
.frame-step-cards .step-card {
  border-radius: var(--mf-radius) !important;
  border-left-color: var(--mf-gold) !important;
}

/* ─── CTA Panel ─── */
.frame-cta-panel,
.cta-panel {
  border-radius: 0;
}

/* ─── Target Cards (Zielgruppen) ─── */
.target-card,
.frame-target-cards .target-card {
  border-radius: var(--mf-radius-lg) !important;
}

/* ─── Hero Redesign ─── */
.frame-mischke-hero {
  background: linear-gradient(165deg, var(--mf-green) 0%, #0f2922 65%, #0a1e19 100%) !important;
}
.frame-mischke-hero .hero-content {
  background-color: transparent !important;
  max-width: 700px;
}
.frame-mischke-hero .hero-content h1 {
  font-family: 'Cormorant Garamond', 'Georgia', serif !important;
  font-weight: 400;
}
.frame-mischke-hero .hero-content h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif !important;
  font-weight: 500;
}

/* Gold Divider im Hero */
.frame-mischke-hero .hero-content::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: var(--mf-gold);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* ─── Navbar/Logo ─── */
.navbar-brand img,
.navbar-brand svg {
  max-height: 42px;
}

/* ─── Section Backgrounds ─── */
.bg-secondary,
.frame-bg-secondary,
.bg-light {
  background-color: var(--mf-cream) !important;
}

.frame-bg-gold,
.bg-green {
  background: var(--mf-green) !important;
}

/* ─── Quote/Blockquote Section ─── */
.frame-bg-secondary blockquote,
.bg-light blockquote {
  border-left: 3px solid var(--mf-gold);
  padding-left: 1.5rem;
}

/* ─── Accordion Redesign ─── */
.accordion-item {
  border-radius: var(--mf-radius) !important;
  margin-bottom: 8px;
  overflow: hidden;
}
.accordion-button:not(.collapsed) {
  background: var(--mf-cream) !important;
  color: var(--mf-green) !important;
  font-weight: 500;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(26,60,52,0.15) !important;
}

/* ─── Tab Pills ─── */
.nav-pills .nav-link {
  border: 1px solid rgba(26,60,52,0.15);
  border-radius: 100px !important;
  color: var(--mf-text-muted);
  transition: all 0.2s ease;
}
.nav-pills .nav-link:hover {
  border-color: var(--mf-green);
  color: var(--mf-green);
}
.nav-pills .nav-link.active {
  background: var(--mf-green) !important;
  border-color: var(--mf-green) !important;
  color: #fff !important;
}

/* ─── Quick Contact ─── */
.quick-contact .contact-icon {
  color: var(--mf-green);
}
.quick-contact .contact-icon:hover {
  color: var(--mf-gold);
}

/* ─── Footer ─── */
footer, .footer {
  background: var(--mf-green) !important;
}
footer a:hover, .footer a:hover {
  color: var(--mf-gold) !important;
}

/* ─── Link Farben ─── */
a {
  color: var(--mf-green);
}
a:hover {
  color: var(--mf-green-medium);
}

/* ─── Badge Gold ─── */
.badge-gold, .badge.bg-warning-subtle {
  background: rgba(196,168,107,0.15) !important;
  color: var(--mf-gold) !important;
}

/* ─── Section Label ─── */
.section-label,
.frame-content-panel .section-label,
.content-panel .section-label {
  color: var(--mf-gold) !important;
  font-family: 'Inter', 'Source Sans Pro', sans-serif;
}

/* ─── Smooth Reveal ─── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* ─── Reduced Motion ─── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn, .card, .mischke-card { transition: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   HOTFIX v2.1 – 2026-03-25
   Logo größer, Hero weiß, Quick-Contact Kontrast, Page-Hero Fix
   ═══════════════════════════════════════════════════════════════ */

/* ─── FIX 1: Logo 1/3 größer ─── */
.navbar-brand img,
.navbar-brand svg {
  max-height: 56px !important;
  width: auto;
}

/* ─── FIX 2: ALLE Hero-Headlines komplett weiß ─── */
/* Startseite Hero */
.frame-mischke-hero h1,
.frame-mischke-hero h2,
.frame-mischke-hero h3,
.frame-mischke-hero h4,
.frame-mischke-hero p,
.frame-mischke-hero .hero-content h1,
.frame-mischke-hero .hero-content h2,
.frame-mischke-hero .hero-content h3,
.frame-mischke-hero .hero-content p,
.frame-mischke-hero .hero-content .lead {
  color: #ffffff !important;
}

/* Home-Hero */
.mf-home-hero h1,
.mf-home-hero h2,
.mf-home-hero h3,
.mf-home-hero p {
  color: #ffffff !important;
}
.mf-home-hero h1 strong {
  color: #ffffff !important;
}

/* Unterseiten-Hero (Finanzplanung, etc.) */
.mf-page-hero h1,
.mf-page-hero h2,
.mf-page-hero h3,
.mf-page-hero p,
.mf-page-hero .lead {
  color: #ffffff !important;
}
.mf-page-hero h1 strong {
  color: #ffffff !important;
}
.mf-page-hero .mf-page-hero-label {
  color: #c4a86b !important;
}

/* Umsetzung-Hero */
.mf-hero-umsetzung h1,
.mf-hero-umsetzung h2,
.mf-hero-umsetzung h3,
.mf-hero-umsetzung p {
  color: #ffffff !important;
}
.mf-hero-umsetzung h1 strong {
  color: #ffffff !important;
}

/* Generisch: Alles in .frame-mischke-hero und allen dunklen Hero-Sektionen */
[class*="hero"] h1,
[class*="hero"] h2,
[class*="hero"] h3 {
  color: #ffffff !important;
}

/* Spezifisch: Hero-Highlights / Badges (Transparent, Schriftlich, CFP) */
.mf-page-hero .mf-page-hero-badge .mf-badge-icon {
  color: #c4a86b !important;
}
.mf-page-hero .mf-page-hero-badge .mf-badge-title {
  color: #ffffff !important;
  font-size: 1rem;
}
.mf-page-hero .mf-page-hero-badge .mf-badge-subtitle {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.8rem;
}

/* Hero-Badges in Hero-Content Box (die kleinen Pillenbadges) */
.hero-badge,
.mf-hero-badge {
  background: rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.85) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}

/* CTA-Panel / Frame mit dunkelgrünem Hintergrund */
.frame-bg-gold h1,
.frame-bg-gold h2,
.frame-bg-gold h3,
.frame-bg-gold h4,
.cta-panel h1,
.cta-panel h2,
.cta-panel h3 {
  color: #ffffff !important;
}

/* ─── FIX 3: Quick-Contact Buttons – besserer Kontrast ─── */
.quick-contact .contact-icon {
  background-color: #1a3c34 !important;
  color: #ffffff !important;
  box-shadow: -2px 0 8px rgba(0,0,0,0.1);
}
.quick-contact .contact-icon:hover {
  background-color: #c4a86b !important;
  color: #ffffff !important;
  transform: translateX(-4px);
  box-shadow: -4px 0 16px rgba(0,0,0,0.15);
}
.quick-contact .contact-icon:active {
  background-color: #b89a5d !important;
}

/* Mobile Quick-Contact */
@media (max-width: 768px) {
  .quick-contact .contact-icon {
    background-color: #1a3c34 !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .quick-contact .contact-icon:hover {
    background-color: #24524a !important;
    color: #ffffff !important;
    transform: none;
  }
}

/* ─── FIX 4: Finanzplanung Hero-Highlight-Elemente ─── */
/* Die 3 Hero-Badges rechts (Transparent, Schriftlich, CFP) */
.mf-hero-highlights,
.hero-highlights {
  overflow: hidden;
}
.mf-hero-highlights .highlight-item,
.hero-highlights .highlight-item,
.mf-page-hero .col-auto {
  text-align: center;
  max-width: 140px;
}
.mf-hero-highlights .highlight-item h3,
.hero-highlights .highlight-item h3 {
  font-size: 1.1rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hero-Content transparent Background entfernen – stattdessen lesbar machen */
.frame-mischke-hero .hero-content {
  background-color: transparent !important;
  max-width: 720px;
}

/* Falls die Highlights in der Finanzplanung extra Container haben */
.mf-fp-highlights,
.mf-hero-cols {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.mf-fp-highlights > div,
.mf-hero-cols > div {
  flex: 0 0 auto;
  max-width: 160px;
  text-align: center;
}

/* Alle dunklen Section-Überschriften sicherstellen */
.frame-bg-primary h1,
.frame-bg-primary h2,
.frame-bg-primary h3,
.frame-bg-primary p {
  color: #ffffff !important;
}

/* HOTFIX v2.2 - Section-Label in Hero-Bereichen: Gold statt Grün */
.mf-hero-umsetzung .mf-section-label,
.mf-page-hero .mf-section-label,
.mf-home-hero .mf-section-label,
.frame-mischke-hero .mf-section-label,
[class*="hero"] .mf-section-label {
  color: #c4a86b !important;
}

/* HOTFIX v2.3 - Home-Hero Container über Overlay positionieren */
.mf-home-hero .container {
  position: relative !important;
  z-index: 2 !important;
}

/* HOTFIX v2.4 - Force GPU compositing layer for home hero content */
.mf-home-hero__content {
  position: relative !important;
  z-index: 10 !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.mf-home-hero .container {
  position: relative !important;
  z-index: 10 !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* HOTFIX v2.5 - Home-Hero fade-up sofort sichtbar (Observer-Fallback) */
.mf-home-hero .fade-up {
  opacity: 1 !important;
  transform: none !important;
}

/* HOTFIX v2.6 - Hero-Badge Stats: Text passt in die Box */
.mf-hero-badge-stats {
  gap: 0.75rem !important;
}
.mf-hero-badge-stat-num {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  white-space: nowrap;
}
.mf-hero-badge-stat-lbl {
  font-size: 0.65rem !important;
  white-space: nowrap;
}

/* LEGAL-PAGES-Minimal-Layout entfernt (Sprint 2, Audit A#5): Nav+Footer auf Impressum/Datenschutz wieder sichtbar */

/* mfb-fixes START — 2026-05-21 nav/contact/steps/badges/trust-pill */

/* 1. Nav: nowrap + kompaktes Padding */
.nav-item.nav-style-simple { flex-wrap: nowrap !important; align-items: center !important; }
.nav-item.nav-style-simple > .nav-link-main { width: auto !important; flex: 0 0 auto !important; }
.nav-item.nav-style-simple > .nav-link-toggle { flex: 0 0 auto !important; margin-left: 2px !important; }
.nav-link-text { white-space: nowrap !important; }
.nav-link.nav-link-main { padding: 6px 8px !important; font-size: 0.88rem !important; }
.nav-link-toggle { padding: 8px 4px !important; }
@media (max-width: 1199px) {
  .nav-link.nav-link-main { padding: 6px 6px !important; font-size: 0.85rem !important; }
}

/* 2. Contact-Buttons: echte Button-Optik in 2x2-Grid */
.mf-contact__buttons {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0 16px;
}
.mf-contact__btn {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(26, 60, 52, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #1a3c34 !important;
  text-decoration: none !important;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease;
  font-size: 0.95rem;
  line-height: 1.3;
}
.mf-contact__btn:hover {
  border-color: #1a3c34;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(26,60,52,0.10);
}
.mf-contact__btn i {
  font-size: 22px;
  color: #1A3C34;
  flex-shrink: 0;
  line-height: 1;
}
.mf-contact__btn > span {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.mf-contact__btn > span strong {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(26, 60, 52, 0.6);
  margin-bottom: 2px;
}
.mf-contact__btn--primary {
  background: #1a3c34 !important;
  color: #ffffff !important;
  border-color: #1a3c34 !important;
}
.mf-contact__btn--primary i { color: #c8d99d !important; }
.mf-contact__btn--primary > span strong { color: rgba(255,255,255,0.7) !important; }
.mf-contact__btn--primary:hover { background: #143028 !important; color: #fff !important; }

/* 3. Contact Meta (Adresse + Öffnungszeiten) */
.mf-contact__meta {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(26,60,52,0.08);
}
.mf-contact__address {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(42,42,42,0.85);
}
.mf-contact__address i {
  font-size: 16px;
  color: #1A3C34;
  flex-shrink: 0;
}

/* 4. Badges als Pills */
.mf-contact__badges {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(26,60,52,0.08);
}
.mf-badge {
  display: inline-flex !important;
  align-items: center;
  padding: 4px 11px;
  border: 1px solid rgba(26,60,52,0.22);
  border-radius: 999px;
  background: rgba(26,60,52,0.04);
  color: #1a3c34 !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* 5. Contact-Card-Wrap */
.mf-contact__card {
  padding: 32px 28px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(26,60,52,0.06);
  border: 1px solid rgba(26,60,52,0.06);
}
.mf-contact__heading { margin-bottom: 8px; }
.mf-contact__subtitle { font-size: 0.95rem; color: rgba(42,42,42,0.7); margin-bottom: 8px; }

/* 6. Steps "Ihr Weg zum Erstgespräch" */
.mf-contact__right {
  padding: 32px 28px;
  border-radius: 12px;
  background: rgba(26,60,52,0.025);
  border: 1px solid rgba(26,60,52,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mf-contact__steps { margin-bottom: 20px; }
.mf-contact__steps .mf-contact__heading { margin-bottom: 20px; }
.mf-contact__step {
  display: flex !important;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(26,60,52,0.08);
}
.mf-contact__step:last-of-type { border-bottom: none; }
.mf-contact__step-num {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1a3c34;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  font-family: var(--bs-body-font-family);
}
.mf-contact__step-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a3c34;
  margin-bottom: 2px;
}
.mf-contact__step p { font-size: 0.92rem; color: rgba(42,42,42,0.78); margin: 0; line-height: 1.5; }

/* 7. Map-Wrap */
.mf-contact__map-wrap { margin-top: auto; border-radius: 10px; overflow: hidden; }

/* 8. Trust-Pill Icon: hellgrün auf dunkel statt unsichtbares dunkelgrün */
.mf-trust-pill .bi-check-circle-fill { color: #c8d99d !important; }
.mf-trust-pill i { color: #c8d99d !important; }
.mf-trust-pills .mf-trust-pill { border: 1px solid rgba(255,255,255,0.15) !important; }

/* 9. Mobile-Stacking Contact */
@media (max-width: 767px) {
  .mf-contact__buttons { grid-template-columns: 1fr; }
}

/* mfb-fixes END */


/* mfb-pillars START — Homepage 5-Themen-Brücke (2026-05-21) */
.mf-pillars-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.mf-pillars-item { margin: 0; }
.mf-pillars .mf-pillar {
  display: flex !important;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 26px;
  border: 1px solid rgba(26,60,52,0.10);
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none !important;
  color: #1a3c34;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  box-shadow: none;
}
.mf-pillars .mf-pillar:hover {
  border-color: #1a3c34;
  transform: translateX(2px);
  box-shadow: 0 8px 24px rgba(26,60,52,0.08);
}
.mf-pillar__num {
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1A3C34;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 4px;
  min-width: 36px;
}
.mf-pillar__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mf-pillar__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a3c34;
  line-height: 1.3;
}
.mf-pillar__lead {
  font-size: 0.95rem;
  color: rgba(42,42,42,0.78);
  line-height: 1.5;
}
.mf-pillar__arrow {
  flex: 0 0 auto;
  align-self: center;
  font-size: 1.5rem;
  color: rgba(26,60,52,0.35);
  transition: transform .22s ease, color .22s ease;
}
.mf-pillars .mf-pillar:hover .mf-pillar__arrow {
  color: #1a3c34;
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mf-pillars .mf-pillar { gap: 14px; padding: 18px 20px; }
  .mf-pillar__num { font-size: 1.2rem; min-width: 28px; }
  .mf-pillar__title { font-size: 1.05rem; }
}
/* mfb-pillars END */
