:root{--fou-bg:#f6f4ef;--fou-paper:#fff;--fou-text:#17202a;--fou-muted:#65707a;--fou-blue:#173b5f;--fou-blue2:#255f8d;--fou-orange:#e67e22;--fou-green:#2f5d50;--fou-line:#e5e1d9;--fou-radius:24px;--fou-shadow:0 16px 48px rgba(18,31,45,.08);--fou-max:1160px}.fou-body{margin:0;background:var(--fou-bg);color:var(--fou-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.65}.fou-body *{box-sizing:border-box}.fou-body a{color:inherit}.fou-wrap{width:min(var(--fou-max),calc(100% - 36px));margin:auto}.fou-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--fou-line)}.fou-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px}.fou-brand{display:flex;flex-direction:column;text-decoration:none;font-weight:850;color:var(--fou-blue)}.fou-brand small{font-size:.72rem;font-weight:600;color:var(--fou-muted)}.fou-brand .custom-logo{max-height:56px;width:auto}.fou-nav{display:flex;align-items:center;gap:18px}.fou-nav a{text-decoration:none;font-size:.94rem;color:#44515c}.fou-nav-cta{background:var(--fou-orange)!important;color:#fff!important;padding:10px 16px;border-radius:999px;font-weight:800}.fou-nav-toggle{display:none}.fou-hero{padding:84px 0 66px;background:radial-gradient(circle at 85% 15%,rgba(230,126,34,.14),transparent 30%),linear-gradient(180deg,#fff,var(--fou-bg))}.fou-hero-home{padding-top:96px}.fou-hero-simple .fou-wrap{max-width:880px}.fou-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}.fou-hero h1,.fou-section h2,.fou-card h3{line-height:1.1;margin:0 0 18px}.fou-hero h1{font-size:clamp(2.8rem,6vw,5.4rem);letter-spacing:-.05em}.fou-section h2{font-size:clamp(2rem,4vw,3.45rem);letter-spacing:-.035em}.fou-card h3,.fou-topic-card h3{font-size:1.35rem}.fou-lead{font-size:clamp(1.12rem,2vw,1.4rem);color:#3f4b55;max-width:760px}.fou-kicker{display:inline-block;margin-bottom:14px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:.78rem;color:var(--fou-orange)}.fou-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.fou-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;cursor:pointer;background:var(--fou-orange);color:#fff!important;font:inherit;font-weight:850;padding:14px 22px;border-radius:999px;box-shadow:0 8px 22px rgba(230,126,34,.2)}.fou-btn-dark{background:var(--fou-blue);box-shadow:none}.fou-btn-ghost{background:transparent;color:var(--fou-blue)!important;border:1px solid var(--fou-blue);box-shadow:none}.fou-purpose{padding:34px;border-radius:var(--fou-radius);background:linear-gradient(145deg,var(--fou-blue),#0f2a43);color:#fff;box-shadow:var(--fou-shadow)}.fou-purpose span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:#ffcf9e;font-weight:800;margin-bottom:12px}.fou-purpose strong{display:block;font-size:clamp(1.5rem,3vw,2.3rem);line-height:1.25}.fou-hero-image{width:100%;max-height:580px;object-fit:cover;border-radius:var(--fou-radius);box-shadow:var(--fou-shadow)}.fou-section{padding:84px 0}.fou-alt{background:#ebe9e4}.fou-section-head{max-width:850px;margin-bottom:34px}.fou-section-head>p{color:var(--fou-muted);font-size:1.08rem}.fou-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fou-card-grid-2{grid-template-columns:1fr 1fr}.fou-topic-card,.fou-feature-card,.fou-card{display:block;background:#fff;border:1px solid var(--fou-line);border-radius:20px;padding:26px;text-decoration:none;box-shadow:0 8px 26px rgba(18,31,45,.04)}.fou-topic-card{transition:.2s ease}.fou-topic-card:hover{transform:translateY(-3px);box-shadow:var(--fou-shadow)}.fou-topic-card p,.fou-card p,.fou-feature-card p{color:var(--fou-muted)}.fou-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#fff0df;color:var(--fou-orange);font-weight:900;margin-bottom:18px}.fou-more,.fou-text-link{font-weight:800;color:var(--fou-blue);text-decoration:none}.fou-two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.fou-quote{font-size:clamp(1.7rem,3vw,2.65rem);line-height:1.25;font-weight:850;color:var(--fou-blue);padding:24px 0}.fou-about-teaser{align-items:center}.fou-about-teaser img{width:100%;max-height:520px;object-fit:cover;object-position:center top;border-radius:var(--fou-radius);box-shadow:var(--fou-shadow)}.fou-link-list{display:grid;gap:12px}.fou-link-list>a:not(.fou-btn){display:flex;justify-content:space-between;padding:18px 20px;background:#fff;border:1px solid var(--fou-line);border-radius:14px;text-decoration:none;font-weight:800}.fou-note{background:#fff7e8;border:1px solid #f0d1a7;border-radius:18px;padding:24px}.fou-checks{list-style:none;padding:0;display:grid;gap:12px}.fou-checks li{padding-left:30px;position:relative}.fou-checks li:before{content:"✓";position:absolute;left:0;color:var(--fou-green);font-weight:900}.fou-form{background:#fff;border:1px solid var(--fou-line);border-radius:var(--fou-radius);padding:30px;box-shadow:var(--fou-shadow)}.fou-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fou-full{grid-column:1/-1}.fou-form label{display:block;font-weight:750;margin-bottom:7px}.fou-form input,.fou-form select,.fou-form textarea{width:100%;padding:13px 14px;border:1px solid #c9c5bd;border-radius:12px;font:inherit;background:#fff}.fou-consent label{font-weight:500;font-size:.93rem;color:#4d5861;display:flex;gap:10px}.fou-consent input{width:auto;margin-top:5px}.fou-hp{position:absolute;left:-10000px;opacity:0}.fou-alert{padding:14px 16px;border-radius:12px;margin-bottom:18px}.fou-alert-ok{background:#e8f4ec;color:#285d3e}.fou-alert-error{background:#fff0ef;color:#8b302a}.fou-small{font-size:.9rem;color:var(--fou-muted)}.fou-footer{padding:36px 0;border-top:1px solid var(--fou-line);background:#fff;color:var(--fou-muted)}.fou-footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.fou-footer-links{display:flex;gap:18px}.fou-footer-links a{text-decoration:none}@media(max-width:980px){.fou-nav-toggle{display:block;background:transparent;border:1px solid var(--fou-line);border-radius:10px;padding:9px 12px}.fou-nav{display:none;position:absolute;left:18px;right:18px;top:70px;background:#fff;border:1px solid var(--fou-line);border-radius:16px;padding:16px;box-shadow:var(--fou-shadow);flex-direction:column;align-items:stretch}.fou-nav.is-open{display:flex}.fou-hero-grid,.fou-two-col{grid-template-columns:1fr}.fou-card-grid{grid-template-columns:1fr 1fr}.fou-hero-image{max-height:480px}}@media(max-width:620px){.fou-wrap{width:min(var(--fou-max),calc(100% - 24px))}.fou-hero{padding:58px 0 46px}.fou-section{padding:60px 0}.fou-card-grid,.fou-card-grid-2,.fou-form-grid{grid-template-columns:1fr}.fou-full{grid-column:auto}.fou-actions .fou-btn{width:100%}.fou-hero h1{font-size:clamp(2.4rem,12vw,4rem)}.fou-purpose{padding:26px}.fou-header-inner{min-height:66px}}

/* 2.1 – einheitliche Markenführung */
.fou-brand{display:flex;align-items:center;max-width:245px;line-height:1;text-decoration:none}
.fou-brand img{display:block;width:100%;height:auto;max-height:64px;object-fit:contain;object-position:left center}
.fou-footer-brand{display:flex;flex-direction:column;gap:8px;max-width:250px}
.fou-footer-brand img{width:210px;height:auto;display:block}
.fou-footer-brand span{font-size:.86rem}

/* Alte interne Navigationsleisten der migrierten Standalone-Seiten ausblenden.
   Die zentrale Plugin-Navigation ersetzt sie vollständig. */
.fou-legacy-scope > header.topbar,
.fou-legacy-scope > nav,
.fou-legacy-scope > .topbar{display:none!important}
.fou-legacy-page .fou-legacy-scope{min-height:50vh}
.fou-legacy-page .fou-header{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.fou-legacy-page .fou-footer{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.fou-legacy-notice{width:min(var(--fou-max),calc(100% - 36px));margin:20px auto;padding:14px 18px;border-radius:12px;font-family:system-ui,sans-serif}
.fou-legacy-notice.ok{background:#e8f4ec;color:#285d3e}.fou-legacy-notice.error{background:#fff0ef;color:#8b302a}

/* Beiträge und Wissensbereich */
.fou-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.fou-post-card{background:#fff;border:1px solid var(--fou-line);border-radius:20px;overflow:hidden;box-shadow:0 8px 26px rgba(18,31,45,.04);min-width:0}
.fou-post-thumb{display:block;aspect-ratio:16/9;background:#ece9e2;overflow:hidden}
.fou-post-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.fou-post-card-body{padding:22px}
.fou-post-card h3{font-size:1.25rem;line-height:1.25;margin:6px 0 12px}
.fou-post-card h3 a{text-decoration:none}
.fou-post-card p{color:var(--fou-muted);margin:0 0 14px}
.fou-post-cat{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:var(--fou-orange)}
.fou-posts-related{background:#fff}

/* Bestehende WordPress-Beiträge erhalten das neue Erscheinungsbild. */
.fou-article-main{padding:70px 0 90px;background:var(--fou-bg)}
.fou-article-wrap{width:min(860px,calc(100% - 36px));margin:auto}
.fou-article{background:#fff;border:1px solid var(--fou-line);border-radius:26px;padding:clamp(24px,5vw,58px);box-shadow:var(--fou-shadow)}
.fou-article h1{font-size:clamp(2.35rem,5vw,4.4rem);line-height:1.05;letter-spacing:-.04em;margin:12px 0 28px;color:var(--fou-text)}
.fou-article-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--fou-muted);font-size:.9rem}
.fou-article-meta a{color:var(--fou-orange);font-weight:800;text-decoration:none}
.fou-article-hero{margin:0 0 34px}.fou-article-hero img{width:100%;height:auto;border-radius:18px}
.fou-article-content{font-size:1.08rem;color:#303a43}.fou-article-content h2{font-size:2rem;line-height:1.18;margin-top:2em}.fou-article-content h3{font-size:1.5rem;margin-top:1.8em}.fou-article-content img{max-width:100%;height:auto}.fou-article-content a{color:var(--fou-blue2)}
.fou-article-cats{margin-top:34px;padding-top:20px;border-top:1px solid var(--fou-line);color:var(--fou-muted)}
.fou-article-back{margin-top:26px}

@media(max-width:980px){.fou-post-grid{grid-template-columns:1fr 1fr}.fou-brand{max-width:205px}}
@media(max-width:620px){.fou-post-grid{grid-template-columns:1fr}.fou-brand{max-width:175px}.fou-footer-brand img{width:180px}.fou-article-main{padding:36px 0 60px}.fou-article-wrap{width:min(100% - 20px,860px)}.fou-article{padding:24px 18px}}


/* 2.1.2 – saubere Über-mich-Seite */
.fou-about-hero{background:linear-gradient(180deg,#fff 0%,#f6f4ef 100%)}
.fou-about-portrait-card{background:#fff;border:1px solid var(--fou-line);border-radius:var(--fou-radius);overflow:hidden;box-shadow:var(--fou-shadow)}
.fou-about-portrait{display:block;width:100%;height:min(620px,70vw);min-height:420px;object-fit:cover;object-position:center 20%}
.fou-about-caption{display:flex;flex-direction:column;gap:3px;padding:18px 22px;color:var(--fou-muted)}
.fou-about-caption strong{font-size:1.15rem;color:var(--fou-text)}
@media(max-width:980px){.fou-about-portrait{height:auto;max-height:620px;min-height:0;object-position:center top}}

/* 2.1.3 – WegGespräch als vollständig eigenständiges, natives Plugin-Layout */
.fou-wg-hero{padding:72px 0 60px;background:linear-gradient(180deg,#fbfaf7 0%,#f6f2e8 100%)}
.fou-wg-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center}
.fou-wg-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,5vw,5rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 20px;color:#173f2d}
.fou-wg-copy>p:not(.fou-lead):not(.fou-small){color:#596c61;font-size:1.06rem;max-width:720px}
.fou-wg-hero-img{display:block;width:100%;min-height:520px;max-height:650px;object-fit:cover;border-radius:24px 120px 24px 24px;box-shadow:var(--fou-shadow)}
.fou-wg-roof{background:#0f2e21;color:#f4e9d4;padding:16px 0}
.fou-wg-roof .fou-wrap{display:flex;justify-content:center;gap:clamp(24px,7vw,90px);font:clamp(1.05rem,2vw,1.35rem) Georgia,"Times New Roman",serif}
.fou-wg-dark{background:#0f2e21;color:#fff}
.fou-wg-dark h2{color:#fff}
.fou-wg-dark p{color:#d8e1dc}
.fou-wg-checks{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.fou-wg-checks li{position:relative;padding:15px 16px 15px 44px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);border-radius:13px;color:#edf3ef}
.fou-wg-checks li:before{content:"✓";position:absolute;left:16px;top:14px;color:#e3b86e;font-weight:900}
.fou-wg-media{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
.fou-wg-media img{width:100%;min-height:480px;object-fit:cover;border-radius:22px 100px 22px 22px;box-shadow:var(--fou-shadow)}
.fou-wg-media blockquote{border-left:3px solid #b47c34;margin:28px 0 0;padding:8px 0 8px 20px;font:italic 1.3rem/1.5 Georgia,"Times New Roman",serif;color:#2e513f}
.fou-wg-about{display:grid;grid-template-columns:.72fr 1.28fr;gap:46px;align-items:center}
.fou-wg-about img{width:100%;max-height:540px;object-fit:cover;object-position:center 35%;border-radius:22px;box-shadow:0 16px 48px rgba(0,0,0,.18)}
.fou-wg-faq{display:grid;gap:12px;max-width:900px}
.fou-wg-faq details{background:#fff;border:1px solid var(--fou-line);border-radius:14px;padding:18px 20px}
.fou-wg-faq summary{cursor:pointer;font-weight:800;color:#173f2d}
.fou-wg-faq p{color:var(--fou-muted);margin:12px 0 0}
@media(max-width:980px){.fou-wg-hero-grid,.fou-wg-media,.fou-wg-about{grid-template-columns:1fr}.fou-wg-hero-img{min-height:380px;order:-1;border-radius:80px 80px 20px 20px}.fou-wg-media img{min-height:360px}}
@media(max-width:620px){.fou-wg-hero{padding:46px 0}.fou-wg-hero-img{min-height:300px}.fou-wg-roof .fou-wrap{gap:14px;justify-content:space-between;font-size:.92rem}.fou-wg-media img{min-height:280px}}

/* 2.1.4 – SEO-Navigation, Fragen & robuste Kontraste */
.fou-breadcrumbs{width:min(var(--fou-max),calc(100% - 36px));margin:18px auto 0;font-size:.88rem;color:#66717a}
.fou-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:0;padding:0}
.fou-breadcrumbs li{display:flex;align-items:center;gap:7px}
.fou-breadcrumbs li:not(:last-child)::after{content:"›";color:#9aa1a7}
.fou-breadcrumbs a{color:#34546f;text-decoration:none;font-weight:700}
.fou-breadcrumbs a:hover,.fou-breadcrumbs a:focus{color:#173b5f;text-decoration:underline}
.fou-seo-faq{background:#f6f4ef}
.fou-seo-faq-list{display:grid;gap:12px;max-width:920px}
.fou-seo-faq-list details{background:#fff;border:1px solid var(--fou-line);border-radius:15px;padding:18px 20px;color:var(--fou-text)}
.fou-seo-faq-list summary{cursor:pointer;font-weight:850;color:#173b5f;line-height:1.35}
.fou-seo-faq-list p{margin:12px 0 0;color:#4f5b64}
.fou-av-source .seo-callout{background:#f8f7f3;border:1px solid #e4e0d8;border-radius:18px;padding:22px;color:#202427}
.fou-av-source .seo-callout h2,.fou-av-source .seo-callout p,.fou-av-source .seo-callout a{color:#202427}
.fou-av-source .seo-callout a{font-weight:800;text-decoration:underline}

/* Hoverzustände: Text muss auf allen Karten und Buttons lesbar bleiben. */
.fou-body .fou-btn:hover,.fou-body .fou-btn:focus{background:#c86616!important;color:#fff!important;filter:none!important;text-decoration:none!important}
.fou-body .fou-btn-dark:hover,.fou-body .fou-btn-dark:focus{background:#0f2a43!important;color:#fff!important}
.fou-body .fou-btn-ghost:hover,.fou-body .fou-btn-ghost:focus{background:#173b5f!important;color:#fff!important;border-color:#173b5f!important}
.fou-body .fou-nav-cta:hover,.fou-body .fou-nav-cta:focus{background:#c86616!important;color:#fff!important}
.fou-body .fou-topic-card:hover,.fou-body .fou-topic-card:focus,.fou-body .fou-feature-card:hover,.fou-body .fou-feature-card:focus{background:#fff!important;color:#17202a!important;border-color:#c9d1d8!important}
.fou-body .fou-topic-card:hover h3,.fou-body .fou-topic-card:focus h3,.fou-body .fou-feature-card:hover h2,.fou-body .fou-feature-card:focus h2{color:#173b5f!important}
.fou-body .fou-topic-card:hover p,.fou-body .fou-topic-card:focus p,.fou-body .fou-feature-card:hover p,.fou-body .fou-feature-card:focus p{color:#4f5b64!important}
.fou-body .fou-link-list>a:not(.fou-btn):hover,.fou-body .fou-link-list>a:not(.fou-btn):focus{background:#173b5f!important;color:#fff!important;border-color:#173b5f!important}
.fou-body .fou-post-card a:hover,.fou-body .fou-post-card a:focus{color:#173b5f!important}
.fou-body .fou-wg-dark a:not(.fou-btn){color:#f6d59f!important}
.fou-body .fou-wg-dark a:not(.fou-btn):hover,.fou-body .fou-wg-dark a:not(.fou-btn):focus{color:#fff!important}
@media(max-width:620px){.fou-breadcrumbs{width:min(var(--fou-max),calc(100% - 24px));font-size:.82rem}}


/* 2.1.6 – Wissensarchiv und lange Bestandsseiten */
.fou-knowledge-view .fou-article-main{background:linear-gradient(180deg,#f7f5f0 0%,#efede7 100%)}
.fou-knowledge-view .fou-article{overflow:hidden}
.fou-knowledge-view .fou-article-content>p:first-of-type{font-size:1.16rem;color:#3f4b55}
.fou-knowledge-view .fou-article-content blockquote{margin:2rem 0;padding:22px 26px;border-left:4px solid var(--fou-orange);background:#fff6ea;border-radius:0 16px 16px 0}
.fou-knowledge-view .fou-article-content ul,.fou-knowledge-view .fou-article-content ol{padding-left:1.4rem}
.fou-knowledge-view .fou-article-content figure{margin:2rem 0}
.fou-knowledge-next{margin-top:28px;background:#fff;border:1px solid var(--fou-line);border-radius:22px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:28px;box-shadow:0 8px 26px rgba(18,31,45,.04)}
.fou-knowledge-next h2{margin:0;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.15}
.fou-impulse-hero{padding-bottom:48px}
@media(max-width:760px){.fou-knowledge-next{display:block}.fou-knowledge-next .fou-actions{margin-top:20px}}


/* 2.1.7 – Bestandsseiten: zentralen Header kompakt und robust darstellen */
.fou-knowledge-view .fou-header,
.fou-post-view .fou-header{background:rgba(255,255,255,.98)}
.fou-knowledge-view .fou-header-inner,
.fou-post-view .fou-header-inner{min-height:72px;gap:20px}
.fou-knowledge-view .fou-brand,
.fou-post-view .fou-brand{width:210px;max-width:210px;flex:0 0 210px;overflow:hidden}
.fou-knowledge-view .fou-brand img,
.fou-post-view .fou-brand img{display:block!important;width:100%!important;max-width:210px!important;height:auto!important;max-height:56px!important;object-fit:contain!important;object-position:left center!important}
.fou-knowledge-view .fou-nav,
.fou-post-view .fou-nav{gap:16px}
.fou-knowledge-view .fou-nav a,
.fou-post-view .fou-nav a{font-size:.92rem}
.fou-knowledge-view .fou-article-main,
.fou-post-view .fou-article-main{padding-top:46px}
.fou-knowledge-view .fou-article h1,
.fou-post-view .fou-article h1{font-size:clamp(2.15rem,4.4vw,3.75rem);margin-bottom:24px}
.fou-knowledge-view .fou-article-content .ez-toc-container,
.fou-post-view .fou-article-content .ez-toc-container{max-width:100%;margin:24px 0 34px}

/* 2.1.7 – Altersvorsorge-Unterseiten etwas dichter und rhythmischer */
.fou-body[class*="fou-page-av-"] .fou-legacy-scope .hero{padding-top:30px!important;padding-bottom:26px!important}
.fou-body[class*="fou-page-av-"] .fou-legacy-scope .section{padding-top:54px!important;padding-bottom:54px!important}
.fou-body[class*="fou-page-av-"] .fou-legacy-scope .section + .section{border-top:1px solid rgba(23,59,95,.06)}

@media(max-width:980px){
  .fou-knowledge-view .fou-brand,.fou-post-view .fou-brand{width:180px;max-width:180px;flex-basis:180px}
  .fou-knowledge-view .fou-brand img,.fou-post-view .fou-brand img{max-width:180px!important;max-height:50px!important}
}
@media(max-width:620px){
  .fou-knowledge-view .fou-header-inner,.fou-post-view .fou-header-inner{min-height:64px}
  .fou-knowledge-view .fou-brand,.fou-post-view .fou-brand{width:150px;max-width:150px;flex-basis:150px}
  .fou-knowledge-view .fou-brand img,.fou-post-view .fou-brand img{max-width:150px!important;max-height:44px!important}
  .fou-knowledge-view .fou-article-main,.fou-post-view .fou-article-main{padding-top:26px}
  .fou-body[class*="fou-page-av-"] .fou-legacy-scope .hero{padding-top:24px!important;padding-bottom:20px!important}
  .fou-body[class*="fou-page-av-"] .fou-legacy-scope .section{padding-top:42px!important;padding-bottom:42px!important}
}
