/* Schloss Hilbringen Blog Styles */
.section-title-top{color:var(--primary);font-size:13px;text-transform:uppercase;letter-spacing:1.6px;font-weight:bold;margin-bottom:10px;}
.lead{color:var(--text-light);font-size:17px;max-width:820px;}
.blog-page-wrap{padding:70px 0;}
.blog-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:38px;align-items:stretch;}
.blog-card,.blog-detail-card,.related-card{background:#fff;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--border);}
.blog-card{display:flex;flex-direction:column;height:100%;}
.blog-card-image{display:block;background:#eee;}
.blog-card-image img{width:100%;height:220px;object-fit:cover;display:block;}
.blog-card-body{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1;}
.blog-date{font-size:14px;color:var(--primary);font-weight:700;}
.blog-card h2{font-size:24px;line-height:1.22;margin:0;color:var(--primary-dark);}
.blog-card p{color:var(--text-light);margin:0;}
.blog-card .btn{align-self:flex-start;margin-top:auto;}
.blog-detail-card{padding:36px;margin-top:38px;}
.blog-feature-image{width:100%;max-width:760px;margin:0 0 30px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);}
.blog-feature-image img{width:100%;height:auto;max-height:430px;object-fit:cover;}
.blog-content{max-width:820px;}
.blog-content h2{font-size:30px;line-height:1.2;margin:30px 0 12px;color:var(--primary-dark);}
.blog-content h3{font-size:24px;line-height:1.25;margin:26px 0 10px;color:var(--primary-dark);}
.blog-content p,.blog-content li{font-size:17px;color:var(--text-light);margin:0 0 18px;}
.blog-content ul,.blog-content ol{padding-left:24px;margin:0 0 18px;}
.blog-content blockquote{border-left:4px solid var(--primary);padding:16px 20px;background:#f7f1f1;border-radius:16px;margin:26px 0;color:var(--text);}
.blog-content img{max-width:100%;border-radius:20px;box-shadow:var(--shadow);margin:22px 0;}
.blog-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:30px 0;max-width:820px;}
.blog-gallery img{width:100%;height:260px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow);}
.blog-back{margin-top:30px;}
.related-posts{max-width:900px;margin:42px auto 0;padding-top:34px;border-top:1px solid #e5e5e5;}
.related-posts h2{margin:6px 0 22px;color:var(--primary-dark);}
.related-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.related-card{display:flex;flex-direction:column;min-height:100%;}
.related-card-image{display:block;background:#eee;}
.related-card-image img{width:100%;height:160px;object-fit:cover;display:block;}
.related-card-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1;}
.related-card h3{font-size:20px;line-height:1.25;margin:0;color:var(--primary-dark);}
.related-card p{margin:0;color:var(--text-light);font-size:15px;}
.related-card .btn{align-self:flex-start;margin-top:auto;}
@media(max-width:1000px){.blog-list-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:900px){.related-posts-grid{grid-template-columns:1fr;}.related-card-image img{height:210px;}}
@media(max-width:760px){.blog-page-wrap{padding:48px 0;}.blog-list-grid{grid-template-columns:1fr;gap:22px;}.blog-card-image img{height:210px;}.blog-detail-card{padding:24px;margin-top:28px;}.blog-feature-image{max-width:100%;}.blog-feature-image img{max-height:none;}.blog-gallery{grid-template-columns:1fr;}.blog-gallery img{height:auto;}.blog-content h2{font-size:25px}.blog-content h3{font-size:21px}}
