@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);.breakdance .bde-section-78-100 .section-container{display:flex;flex-direction:column}.breakdance .bde-section-78-100 .section-container{--bde-section-width:100%}.breakdance .bde-code-block-78-101{width:100%}*{box-sizing:border-box;text-transform:none!important}body{margin:0;padding:0;font-family:'Inter',sans-serif;color:#1a1a1a;background:#fff}.hz-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.hz-header-inner{max-width:1400px;margin:0 auto;padding:16px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}.hz-logo-text{font-family:Georgia,'Times New Roman',serif;font-size:18px;color:#2e3192;text-decoration:none;font-weight:400}.hz-logo{text-decoration:none}.hz-nav{display:flex;align-items:center;gap:8px}.hz-nav-link{display:flex;align-items:center;gap:6px;padding:10px 16px;min-height:48px;color:#1a1a1a;text-decoration:none;font-family:'Inter',sans-serif;font-size:15px;font-weight:500;transition:color 0.2s ease}.hz-nav-link:hover{color:#2e3192}.hz-nav-link-active{color:#2e3192}.hz-nav-arrow{transition:transform 0.2s ease}.hz-nav-dropdown{position:relative}.hz-dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,0.08);padding:12px 0;min-width:240px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s ease}.hz-dropdown-open .hz-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.hz-dropdown-menu a{display:flex;align-items:center;padding:10px 20px;min-height:44px;color:#1a1a1a;text-decoration:none;font-family:'Inter',sans-serif;font-size:14px;transition:all 0.15s ease}.hz-dropdown-menu a:hover{background:#f5f5f5;color:#2e3192;padding-left:24px}.hz-header-right{display:flex;align-items:center;gap:24px}.hz-header-phone{display:flex;align-items:center;gap:8px;color:#4a4a4a;text-decoration:none;font-family:'Inter',sans-serif;font-size:15px;font-weight:500}.hz-header-phone:hover{color:#2e3192}.hz-header-cta{padding:12px 24px;min-height:48px;background:#2e3192;color:#ffffff!important;text-decoration:none;font-family:'Inter',sans-serif;font-size:16px;font-weight:500;border-radius:6px;transition:all 0.2s ease}.hz-header-cta:hover{background:#1e2167}.hz-section-header{text-align:center;margin-bottom:40px}.hz-section-header h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(26px,3vw,32px);font-weight:400;color:#1a1a1a;margin:0 0 12px 0}.hz-section-header h2 em{font-style:italic;color:#2e3192}.hz-section-header p{font-family:'Inter',sans-serif;font-size:16px;color:#4a4a4a;margin:0}.hz-blog-hero{padding:140px 40px 60px;background:linear-gradient(135deg,#ffffff 0%,#f4f4fa 50%,#e8e9f5 100%);text-align:center}.hz-blog-hero-inner{max-width:700px;margin:0 auto}.hz-breadcrumb-inline{font-family:'Inter',sans-serif;font-size:14px;color:#757575;margin-bottom:20px}.hz-breadcrumb-inline a{color:#757575;text-decoration:none;transition:color 0.2s ease}.hz-breadcrumb-inline a:hover{color:#2e3192}.hz-breadcrumb-inline span{margin:0 8px}.hz-breadcrumb-inline span:last-child{color:#2e3192;margin:0}.hz-blog-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,5vw,48px);font-weight:400;color:#1a1a1a;margin:0 0 16px 0;line-height:1.2}.hz-blog-hero h1 em{font-style:italic;color:#2e3192}.hz-blog-hero-desc{font-family:'Inter',sans-serif;font-size:18px;color:#4a4a4a;line-height:1.6;margin:0}.hz-blog-featured{padding:0 40px;margin-top:-20px;position:relative;z-index:10}.hz-blog-featured-inner{max-width:1100px;margin:0 auto}.hz-featured-card{display:grid;grid-template-columns:480px 1fr;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,0.08);text-decoration:none;transition:all 0.3s ease}.hz-featured-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(46,49,146,0.15)}.hz-featured-image{position:relative;height:320px;overflow:hidden}.hz-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.hz-featured-card:hover .hz-featured-image img{transform:scale(1.05)}.hz-featured-badge{position:absolute;top:20px;left:20px;padding:6px 14px;background:#2e3192;color:#fff;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;border-radius:4px}.hz-featured-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.hz-featured-meta{display:flex;align-items:center;gap:16px;margin-bottom:16px}.hz-featured-category{padding:4px 12px;background:#e8e9f5;color:#2e3192;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;border-radius:4px}.hz-featured-date{font-family:'Inter',sans-serif;font-size:14px;color:#757575}.hz-featured-content h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(22px,2.5vw,28px);font-weight:400;color:#1a1a1a;margin:0 0 12px 0;line-height:1.3}.hz-featured-content p{font-family:'Inter',sans-serif;font-size:16px;color:#4a4a4a;line-height:1.6;margin:0 0 20px 0}.hz-featured-link{display:inline-flex;align-items:center;gap:8px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;color:#2e3192;transition:gap 0.2s ease}.hz-featured-card:hover .hz-featured-link{gap:12px}.hz-blog-filter{padding:40px 40px 0;background:#fff}.hz-blog-filter-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hz-filter-label{font-family:'Inter',sans-serif;font-size:14px;font-weight:500;color:#757575}.hz-filter-tags{display:flex;flex-wrap:wrap;gap:8px}.hz-filter-tag{padding:8px 16px;background:#f5f5f5;color:#4a4a4a;font-family:'Inter',sans-serif;font-size:14px;font-weight:500;border:none;border-radius:20px;cursor:pointer;transition:all 0.2s ease}.hz-filter-tag:hover{background:#e8e9f5;color:#2e3192}.hz-filter-tag-active{background:#2e3192;color:#fff}.hz-filter-tag-active:hover{background:#1e2167;color:#fff}.hz-blog-grid-section{padding:40px 40px 80px;background:#fff}.hz-blog-grid-inner{max-width:1100px;margin:0 auto}.hz-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hz-article-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;border:1px solid #e5e5e5;transition:all 0.3s ease}.hz-article-card:hover{border-color:transparent;box-shadow:0 8px 32px rgba(46,49,146,0.12);transform:translateY(-4px)}.hz-article-image{position:relative;height:180px;overflow:hidden}.hz-article-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.hz-article-card:hover .hz-article-image img{transform:scale(1.05)}.hz-article-content{padding:24px;flex:1;display:flex;flex-direction:column}.hz-article-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px}.hz-article-category{padding:3px 10px;background:#f5f5f5;color:#2e3192;font-family:'Inter',sans-serif;font-size:11px;font-weight:600;border-radius:4px}.hz-article-date{font-family:'Inter',sans-serif;font-size:13px;color:#757575}.hz-article-content h3{font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:400;color:#1a1a1a;margin:0 0 8px 0;line-height:1.35}.hz-article-content p{font-family:'Inter',sans-serif;font-size:14px;color:#4a4a4a;line-height:1.5;margin:0;flex:1}.hz-blog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:48px}.hz-pagination-current,.hz-pagination-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-family:'Inter',sans-serif;font-size:15px;border-radius:6px;text-decoration:none;transition:all 0.2s ease}.hz-pagination-current{background:#2e3192;color:#fff;font-weight:600}.hz-pagination-link{background:#f5f5f5;color:#4a4a4a}.hz-pagination-link:hover{background:#e8e9f5;color:#2e3192}.hz-pagination-dots{font-family:'Inter',sans-serif;font-size:15px;color:#757575;padding:0 4px}.hz-pagination-next{display:flex;align-items:center;gap:8px;padding:10px 20px;height:40px;background:#f5f5f5;color:#4a4a4a;font-family:'Inter',sans-serif;font-size:15px;font-weight:500;border-radius:6px;text-decoration:none;margin-left:8px;transition:all 0.2s ease}.hz-pagination-next:hover{background:#2e3192;color:#fff}.hz-blog-rechtsgebiete{padding:80px 40px;background:#f5f5f5}.hz-blog-rechtsgebiete-inner{max-width:1100px;margin:0 auto}.hz-rechtsgebiete-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hz-rg-card{display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border-radius:8px;text-decoration:none;transition:all 0.3s ease}.hz-rg-card:hover{background:#2e3192;transform:translateY(-2px)}.hz-rg-icon{width:44px;height:44px;background:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#2e3192;flex-shrink:0;transition:all 0.3s ease}.hz-rg-card:hover .hz-rg-icon{background:rgba(255,255,255,0.15);color:#fff}.hz-rg-card span{font-family:'Inter',sans-serif;font-size:15px;font-weight:500;color:#1a1a1a;transition:color 0.3s ease}.hz-rg-card:hover span{color:#fff}.hz-cta-banner-section{padding:60px 24px;background:linear-gradient(135deg,#2e3192 0%,#1e2167 100%);position:relative;overflow:hidden}.hz-cta-circle{position:absolute;border:1px solid rgba(255,255,255,0.1);border-radius:50%}.hz-cta-circle-1{top:-100px;right:-100px;width:300px;height:300px}.hz-cta-circle-2{bottom:-50px;left:-50px;width:200px;height:200px}.hz-cta-banner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;position:relative;z-index:1}.hz-cta-text h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(24px,3vw,32px);font-weight:400;color:#fff;margin:0 0 8px 0}.hz-cta-text p{font-family:'Inter',sans-serif;font-size:16px;color:rgba(255,255,255,0.8);margin:0}.hz-cta-buttons{display:flex;gap:16px;flex-wrap:wrap}.hz-cta-btn-primary{display:inline-flex;align-items:center;padding:14px 28px;min-height:48px;background:#fff;color:#2e3192;border-radius:6px;text-decoration:none;font-family:'Inter',sans-serif;font-weight:500;font-size:15px;transition:all 0.2s ease}.hz-cta-btn-primary:hover{background:#f5f5f5;transform:translateY(-2px)}.hz-cta-btn-outline{display:inline-flex;align-items:center;padding:14px 28px;min-height:48px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,0.4);border-radius:6px;text-decoration:none;font-family:'Inter',sans-serif;font-weight:500;font-size:15px;transition:all 0.2s ease}.hz-cta-btn-outline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.6)}@media (max-width:1024px){.hz-header-inner{padding:16px 24px}.hz-nav{display:none}.hz-header-phone{display:none}.hz-blog-hero{padding:120px 24px 40px}.hz-blog-featured{padding:0 24px}.hz-featured-card{grid-template-columns:1fr}.hz-featured-image{height:240px}.hz-featured-content{padding:28px}.hz-blog-filter{padding:32px 24px 0}.hz-blog-filter-inner{flex-direction:column;align-items:flex-start}.hz-blog-grid-section{padding:32px 24px 60px}.hz-blog-grid{grid-template-columns:repeat(2,1fr)}.hz-blog-rechtsgebiete{padding:60px 24px}.hz-rechtsgebiete-grid{grid-template-columns:repeat(2,1fr)}.hz-cta-banner{flex-direction:column;text-align:center}.hz-cta-buttons{justify-content:center}}@media (max-width:640px){.hz-blog-hero h1{font-size:32px}.hz-blog-grid{grid-template-columns:1fr}.hz-rechtsgebiete-grid{grid-template-columns:1fr}.hz-pagination-link:not(:nth-child(-n+3)):not(:last-of-type){display:none}}.breakdance .bde-code-block-78-101{display:block}