/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
*/

/* ================================================
   IMPREZA FIXES
   ================================================ */

@media (min-width: 1281px) {
  .l-header.shadow_thin .l-subheader.at_middle,
  .l-header.shadow_thin .l-subheader.at_bottom {
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) !important;
  }
}

ul { margin-inline-start: 0.5rem; }

@media (min-width: 670px) {
  #menu-item-9465 { display: none !important; }
}
@media (max-width: 670px) {
  .header-button { display: none !important; }
}

/* ================================================
   GLOBALE BASIS
   ================================================ */

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }

/* ================================================
   STARTSEITE - HOME
   ================================================ */

.hero { background: #1B4332; padding: 3.5rem 2rem 2.5rem; }
.hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 1rem; }
.hero h1 { font-size: 2.2rem; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 1rem; max-width: 500px; }
.hero-sub { font-size: 15px; color: rgba(255,255,255,0.62); line-height: 1.65; max-width: 460px; margin-bottom: 2rem; }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.btn-white { background: #fff; color: #1B4332; font-weight: 600; font-size: 15px; padding: 11px 22px; border-radius: 3px; text-decoration: none; }
.btn-ghost { color: rgba(255,255,255,0.75); font-size: 15px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 1px; }
.hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 14px; color: rgba(255,255,255,0.6); }
.trust-item i { font-size: 15px; color: rgba(255,255,255,0.5); }

.section-white { background: #fff; padding: 3rem 0; }
.section-gray { background: #F4F6F4; padding: 3rem 0; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #2D6A4F; margin-bottom: 0.4rem; }
.section-title { font-size: 1.8rem; font-weight: 700; color: #111; margin-bottom: 0.5rem; line-height: 1.2; }
.section-sub { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 2rem; max-width: 480px; }

.leistungen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #D4E2D4; border: 1px solid #D4E2D4; border-radius: 8px; overflow: hidden; }
.leistung-card { background: #fff !important; padding: 2rem 1.75rem; display: block; text-decoration: none !important; transition: background 0.15s ease; }
.leistung-card:hover { background: #F2F7F3 !important; }
.leistung-icon { font-size: 32px !important; color: #1B4332 !important; margin-bottom: 1rem; display: block; }
.leistung-title { font-size: 18px; font-weight: 700; color: #111 !important; margin-bottom: 0.6rem; display: block; }
.leistung-desc { font-size: 15px; color: #666; line-height: 1.65; }

.about-inner { display: flex; gap: 1.75rem; align-items: flex-start; }
.about-avatar { width: 68px; height: 68px; border-radius: 50%; background: #1B4332; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.about-name { font-size: 1.2rem; font-weight: 700; color: #111; margin-bottom: 3px; }
.about-role { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #2D6A4F; margin-bottom: 0.8rem; }
.about-text { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 1rem; max-width: 480px; }
.cert-row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cert-badge { background: #EDF3EE; border: 1px solid #C4D8C6; border-radius: 3px; padding: 5px 11px; font-size: 13px; font-weight: 600; color: #1B4332; }
.gba-badge { background: #EEEEF8; border-color: #C0C0E8; color: #2B3591; }

.glossar-bar { background: #152D24; }
.glossar-bar .wrap { padding-top: 1.5rem; padding-bottom: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.glossar-text { font-size: 15px; color: rgba(255,255,255,0.62); line-height: 1.5; max-width: 440px; }
.glossar-text strong { color: #fff; font-weight: 600; }
.btn-outline-white { border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); background: transparent; font-size: 15px; font-weight: 500; padding: 9px 20px; border-radius: 3px; white-space: nowrap; text-decoration: none; display: inline-block; }

/* ================================================
   LEISTUNGSSEITEN - PAGE HERO
   ================================================ */

.page-hero { background: #1B4332; padding: 3.5rem 0 3rem; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 1rem; }
.breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; }
.breadcrumb span { margin: 0 6px; }
.page-hero h1 { font-size: 2.2rem; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 1rem; max-width: 620px; }
.page-hero-sub { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 580px; margin-bottom: 2rem; }
.hero-badge-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-badge { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 3px; padding: 6px 14px; font-size: 14px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 7px; }
.hero-badge i { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ================================================
   CONTENT LAYOUT
   ================================================ */

.content-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 4rem; padding: 0; align-items: start; }
.section { margin-bottom: 3rem; }
.main-content .section:last-child { margin-bottom: 0; }
.section h2 { font-size: 1.5rem; font-weight: 700; color: #111; margin-bottom: 0.75rem; line-height: 1.25; }
.section p { font-size: 16px; color: #444; line-height: 1.75; margin-bottom: 1rem; }
.section p:last-child { margin-bottom: 0; }

/* ================================================
   LISTEN & CONTENT ELEMENTE
   ================================================ */

.icon-list { list-style: none !important; margin: 0.5rem 0 1rem; padding: 0 !important; }
.icon-list li { list-style: none !important; display: flex !important; align-items: flex-start; gap: 12px; font-size: 16px; color: #444; line-height: 1.65; padding: 0.5rem 0; border-bottom: 1px solid #F0F0F0; }
.icon-list li:last-child { border-bottom: none; }
.icon-list li i { color: #1B4332 !important; font-size: 15px !important; margin-top: 3px; flex-shrink: 0; }

.usecase-list { list-style: none !important; margin: 0.5rem 0 1rem; padding: 0 !important; }
.usecase-list li { list-style: none !important; display: flex !important; align-items: flex-start; gap: 12px; font-size: 16px; color: #444; line-height: 1.65; padding: 0.75rem 0; border-bottom: 1px solid #F0F0F0; }
.usecase-list li:last-child { border-bottom: none; }
.usecase-list li i { color: #1B4332 !important; font-size: 15px !important; margin-top: 3px; flex-shrink: 0; width: 20px; text-align: center; }
.usecase-list li .usecase-text { display: block; }
.usecase-list li .usecase-text strong { color: #111; display: block; margin-bottom: 3px; font-weight: 600; }

.cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #D4E2D4; border: 1px solid #D4E2D4; border-radius: 6px; overflow: hidden; margin: 0.75rem 0 1rem; }
.cert-card { background: #fff; padding: 1.25rem; display: flex; align-items: flex-start; gap: 12px; }
.cert-card i { font-size: 20px !important; color: #1B4332 !important; margin-top: 2px; flex-shrink: 0; }
.cert-card .cert-title { font-size: 15px; font-weight: 600; color: #111; margin-bottom: 4px; display: block; }
.cert-card .cert-desc { font-size: 14px; color: #666; line-height: 1.55; display: block; }

.compare-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; margin: 0.75rem 0 1rem; font-size: 15px; min-width: 480px; }
.compare-table th { background: #1B4332; color: #fff; padding: 10px 14px; text-align: left; font-weight: 600; font-size: 14px; white-space: nowrap; }
.compare-table td { padding: 10px 14px; border-bottom: 1px solid #EBEBEB; color: #444; vertical-align: top; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: #F8FAF8; }
.compare-table td:first-child { font-weight: 600; color: #222; width: 35%; white-space: nowrap; }

.steps { margin: 0.5rem 0 1rem; }
.step { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px solid #F0F0F0; }
.step:last-child { border-bottom: none; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: #1B4332; color: #fff; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-content h3, .step-title { font-size: 16px !important; font-weight: 600 !important; color: #111 !important; margin-bottom: 0.3rem; display: block; line-height: 1.3; }
.step-content p { font-size: 15px; color: #555; line-height: 1.65; margin: 0; }

.infobox { background: #F2F7F3; border-left: 4px solid #1B4332; border-radius: 0 6px 6px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.infobox p { font-size: 15px; color: #333; line-height: 1.7; margin: 0; }
.infobox strong { color: #1B4332; }

.faq-item { padding: 1.25rem 0; border-bottom: 1px solid #EBEBEB; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 16px; font-weight: 600; color: #111; margin-bottom: 0.5rem; }
.faq-a { font-size: 15px; color: #555; line-height: 1.7; }

.photo-placeholder { width: 100%; aspect-ratio: 4/3; background: #E8EDE8; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; border: 1px solid #D4E2D4; }
.photo-inner { text-align: center; }
.photo-inner i { font-size: 3rem; color: #B0C4B0; }
.photo-inner span { font-size: 13px; color: #999; margin-top: 0.5rem; display: block; }

/* ================================================
   SIDEBAR
   ================================================ */

.sidebar { position: sticky; top: 110px; }
.sidebar-card { background: #1B4332; border-radius: 6px; padding: 1.75rem; margin-bottom: 1.5rem; }
.sidebar-card h3 { font-size: 16px; font-weight: 700; color: #fff !important; margin-bottom: 0.4rem; }
.sidebar-card p { font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.6; margin-bottom: 1.25rem; }
.sidebar-phone { font-size: 1.1rem; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 9px; text-decoration: none; margin-bottom: 0.75rem; }
.sidebar-mail { font-size: 14px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 7px; text-decoration: none; margin-bottom: 1.25rem; }
.btn-sidebar { display: block; background: #fff; color: #1B4332; font-weight: 700; font-size: 15px; padding: 12px; border-radius: 3px; text-align: center; text-decoration: none; }

.sidebar-info,
.sidebar-leistungen,
.sidebar-kontakt { background: #F4F6F4; border-radius: 6px; padding: 1.5rem; margin-top: 1.5rem; }

.sidebar-info h4,
.sidebar-leistungen h4,
.sidebar-kontakt h4 { font-size: 14px; font-weight: 700; color: #111; margin-bottom: 0.75rem; }

.sidebar-info ul,
.sidebar-leistungen ul,
.sidebar-kontakt ul { list-style: none !important; padding: 0 !important; margin: 0; }

.sidebar-info ul li,
.sidebar-leistungen ul li,
.sidebar-kontakt ul li { list-style: none !important; font-size: 14px; color: #555; padding: 0.35rem 0; display: flex !important; align-items: center; gap: 8px; border-bottom: 1px solid #E8EBE8; margin: 0; }

.sidebar-info ul li:last-child,
.sidebar-leistungen ul li:last-child,
.sidebar-kontakt ul li:last-child { border-bottom: none; }

.sidebar-info ul li i,
.sidebar-leistungen ul li i,
.sidebar-kontakt ul li i { color: #1B4332 !important; font-size: 13px; flex-shrink: 0; }

.sidebar-leistungen ul li a { font-size: 14px; color: #444; text-decoration: none; display: flex !important; align-items: center; gap: 8px; width: 100%; padding: 0; }
.sidebar-leistungen ul li.active a { color: #1B4332; font-weight: 600; }

.gba-logo-box { background: #EEEEF8; border: 1px solid #C0C0E8; border-radius: 6px; padding: 1.25rem; margin-top: 1.5rem; text-align: center; }
.gba-logo-box strong { font-size: 13px; color: #2B3591; display: block; font-weight: 700; margin-bottom: 3px; }
.gba-logo-box p { font-size: 12px; color: #555; line-height: 1.5; margin-top: 0.5rem; }

/* ================================================
   CTA + FOOTER
   ================================================ */

.cta-block { background: #1B4332; padding: 3.5rem 0; }
.cta-block .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.5rem; }
.cta-title { font-size: 1.6rem; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 0.6rem; }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.58); line-height: 1.6; max-width: 400px; }
.cta-right { display: flex; flex-direction: column; gap: 0.8rem; align-items: flex-start; }
.cta-phone { font-size: 1.15rem; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.phone-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
.cta-btn { background: #fff; color: #1B4332; font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 3px; text-decoration: none; display: inline-block; }
.cta-mail { font-size: 14px; color: rgba(255,255,255,0.45); }

.footer-bar { background: #0A1A10; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bar .wrap { height: 54px; display: flex; align-items: center; justify-content: space-between; }
.footer-copy { font-size: 14px; color: rgba(255,255,255,0.6); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; }

/* ================================================
   GLOSSAR
   ================================================ */

.glossar-alpha { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 2.5rem; padding: 1.5rem; background: #F4F6F4; border-radius: 6px; }
.glossar-alpha a { font-size: 15px; font-weight: 600; color: #1B4332; text-decoration: none; padding: 5px 10px; border: 1px solid #C4D8C6; border-radius: 3px; background: #fff; }
.glossar-alpha a:hover { background: #1B4332; color: #fff; border-color: #1B4332; }
.glossar-letter { font-size: 1.6rem; font-weight: 700; color: #1B4332; margin: 2.5rem 0 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid #1B4332; display: block; scroll-margin-top: 80px; }
.glossar-entry { padding: 1.25rem 0; border-bottom: 1px solid #EBEBEB; }
.glossar-entry:last-child { border-bottom: none; }
.glossar-entry:has(+ .glossar-letter) { border-bottom: none; }
.glossar-term { font-size: 17px; font-weight: 700; color: #111; margin-bottom: 0.5rem; }
.glossar-def { font-size: 15px; color: #555; line-height: 1.75; }

/* ================================================
   KONTAKT
   ================================================ */

.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.kontakt-block { padding: 2rem; background: #F4F6F4; border-radius: 6px; }
.kontakt-block-title { font-size: 1.1rem; font-weight: 700; color: #111; margin-bottom: 1.25rem; display: flex; align-items: center; gap: 10px; }
.kontakt-block-title i { color: #1B4332 !important; font-size: 18px; }
.kontakt-list { list-style: none !important; padding: 0 !important; margin: 0; }
.kontakt-list li { list-style: none !important; display: flex !important; align-items: flex-start; gap: 12px; font-size: 15px; color: #444; padding: 0.65rem 0; border-bottom: 1px solid #E4EBE4; }
.kontakt-list li:last-child { border-bottom: none; }
.kontakt-list li i { color: #1B4332 !important; font-size: 15px !important; margin-top: 2px; flex-shrink: 0; width: 18px; text-align: center; }
.kontakt-list li a { color: #1B4332; text-decoration: none; font-weight: 500; }
.kontakt-direct { background: #1B4332; border-radius: 6px; padding: 2rem; }
.kontakt-direct-title { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.kontakt-direct-sub { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 1.5rem; }
.kontakt-phone-big { font-size: 1.4rem; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 1rem; }
.kontakt-phone-big .phone-circle { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.kontakt-mail-row { display: flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,0.65); text-decoration: none; margin-bottom: 1.5rem; }
.kontakt-mail-row i { color: rgba(255,255,255,0.5) !important; }
.map-placeholder { width: 100%; height: 320px; background: #E8EDE8; border-radius: 6px; display: flex; align-items: center; justify-content: center; border: 1px solid #D4E2D4; margin-top: 2.5rem; }
.map-inner { text-align: center; }
.map-inner i { font-size: 2.5rem; color: #B0C4B0; }
.map-inner span { font-size: 13px; color: #999; margin-top: 0.5rem; display: block; }

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 900px) {
  .content-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .sidebar { position: static; }
  .cert-grid { grid-template-columns: 1fr; }
  .leistungen-grid { grid-template-columns: repeat(2, 1fr); }
  .kontakt-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .page-hero h1 { font-size: 1.6rem; }
  .page-hero-sub { font-size: 15px; }
  .hero-badge-row { flex-direction: column; gap: 0.5rem; }
  .cta-block .wrap { flex-direction: column; }
  .cta-btn { width: 100%; text-align: center; }
  .footer-bar .wrap { flex-direction: column; height: auto; padding: 1rem 0; gap: 0.5rem; text-align: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 600px) {
  .wrap { padding: 0 1rem; }
  .page-hero { padding: 2rem 0; }
  .page-hero h1 { font-size: 1.4rem; }
  .hero h1 { font-size: 1.6rem; }
  .cta-title { font-size: 1.3rem; }
  .section h2 { font-size: 1.25rem; }
  .leistungen-grid { grid-template-columns: 1fr; }
  .compare-table { font-size: 14px; }
}