/*
Theme Name: Hestia Child
Template: hestia
*/

/* ===== GRUNDLAYOUT ===== */
body{background:#fff!important}
.navbar{background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,0.1)!important}
.navbar .navbar-nav>li>a{color:#333!important;font-weight:500}
.boxed-layout-header.page-header{display:none!important}
.header-small{display:none!important}
.hestia-top{display:none!important}
.entry-header .entry-title{display:none!important}
.main.main-raised{margin-top:70px!important;overflow:visible!important;box-shadow:none!important}
.copyright.pull-right{display:none!important}
footer.footer-black{background:#1a1a1a!important}

/* ===== PAGE WRAPPER ===== */
.xhv2-page{max-width:980px;margin:0 auto;padding:0 20px}

/* ===== HERO ===== */
.xhv2-hero{text-align:center;padding:50px 20px;border-bottom:3px solid #E0189A;margin-bottom:60px;background:#fff}
.xhv2-logo{max-width:500px;width:100%;margin:0 auto 24px;display:block}
.xhv2-hero-tag{font-size:16px;color:#E0189A;font-weight:600;margin-bottom:16px;text-align:center!important;display:block;width:100%}
.xhv2-hero h1{font-size:32px;font-weight:700;color:#222;line-height:1.3;margin-bottom:16px}
.xhv2-hero>p{font-size:17px;color:#555;line-height:1.7;margin-bottom:0;max-width:640px;margin-left:auto;margin-right:auto}

/* ===== BUTTONS ===== */
.xhv2-btn-main{display:inline-block;background:#E0189A;color:#fff!important;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:700;text-decoration:none!important;margin:6px}
.xhv2-btn-main:hover{background:#b80f7d;color:#fff!important}
.xhv2-btn-wa{display:inline-block;background:#25D366;color:#fff!important;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:700;text-decoration:none!important;margin:6px}
.xhv2-btn-wa:hover{background:#1da851;color:#fff!important}

/* ===== WAS IST XHEAVEN ===== */
.xhv2-was{background:#fdf0f8;border-left:4px solid #E0189A;padding:28px 32px;border-radius:0 10px 10px 0;margin-bottom:60px}
.xhv2-was h2{font-size:24px;color:#222;margin-bottom:12px}
.xhv2-intro{font-size:16px;color:#444;line-height:1.8;margin:0}

/* ===== LEISTUNGEN ===== */
.xhv2-leistungen{margin-bottom:60px}
.xhv2-leistungen h2{font-size:28px;color:#222;margin-bottom:30px;text-align:center}
.xhv2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.xhv2-card{background:#fff;border:1.5px solid #f0d0e8;border-radius:12px;padding:24px 20px;text-align:center}
.xhv2-card:hover{border-color:#E0189A}
.xhv2-card-icon{font-size:36px;margin-bottom:12px}
.xhv2-card h3{font-size:16px;font-weight:700;color:#222;margin-bottom:8px}
.xhv2-card p{font-size:14px;color:#666;line-height:1.6;margin:0}

/* ===== STEPS ===== */
.xhv2-steps{background:#fdf0f8;border-radius:14px;padding:40px 32px;margin-bottom:60px}
.xhv2-steps h2{font-size:28px;color:#222;margin-bottom:30px;text-align:center}
.xhv2-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.xhv2-step{background:#fff;border-radius:10px;padding:24px 20px}
.xhv2-step-num{font-size:42px;font-weight:900;color:#E0189A;line-height:1;margin-bottom:10px}
.xhv2-step h3{font-size:16px;font-weight:700;color:#222;margin-bottom:8px}
.xhv2-step p{font-size:14px;color:#666;line-height:1.6;margin:0}

/* ===== ABOUT ===== */
.xhv2-about{margin-bottom:60px;border-top:2px solid #f0d0e8;padding-top:40px}
.xhv2-about-inner{display:flex;gap:24px;align-items:flex-start}
.xhv2-about-avatar{width:70px;height:70px;min-width:70px;border-radius:50%;background:#E0189A;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.xhv2-about h3{font-size:22px;color:#222;margin-bottom:12px}
.xhv2-about p{font-size:15px;color:#444;line-height:1.7;margin-bottom:8px}
.xhv2-region{font-size:13px;color:#999!important}

/* ===== FAQ ===== */
.xhv2-faq{margin-bottom:60px;border-top:2px solid #f0d0e8;padding-top:40px}
.xhv2-faq h2{font-size:28px;color:#222;margin-bottom:24px}
.xhv2-faq-item{border-bottom:1px solid #f0d0e8;padding:16px 0}
.xhv2-faq-item h3{font-size:15px;font-weight:700;color:#222;margin-bottom:6px}
.xhv2-faq-item p{font-size:14px;color:#666;line-height:1.6;margin:0}

/* ===== CTA ===== */
.xhv2-cta{background:#1a1a1a;border-radius:14px;padding:50px 40px;text-align:center;margin-bottom:60px}
.xhv2-cta-logo{max-width:260px;width:100%;margin:0 auto 24px;display:block;border-radius:8px}
.xhv2-cta h2{font-size:28px;color:#fff;margin-bottom:8px}
.xhv2-cta>p{font-size:16px;color:#aaa;margin-bottom:28px}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .xhv2-grid,.xhv2-steps-grid{grid-template-columns:1fr}
  .xhv2-about-inner{flex-direction:column}
  .xhv2-hero h1{font-size:24px}
  .xhv2-cta{padding:36px 20px}
}

/* ===== NAVBAR LOGO ===== */
.navbar-brand p {
    display: none;
}
.navbar-brand::before {
    content: '';
    display: inline-block;
    background: url('https://xheaven.de/wp-content/uploads/2024/05/xheaven.jpg') no-repeat center/contain;
    width: 140px;
    height: 40px;
    vertical-align: middle;
}