.hm-fixed-side{padding:0 0 24px;box-shadow:var(--hm-panel-shadow)}
.hm-fixed-links,.home-link-list{display:grid;gap:var(--hm-menu-gap);padding:25px var(--hm-bar-inset) 0}
.hm-fixed-links a,.home-link-list a,.hm-fixed-links .menu-item a{height:var(--hm-menu-height);display:flex;align-items:center;justify-content:flex-start;padding:0 12px 0 var(--hm-bar-text-start);background:var(--hm-green);color:#fff;font-family:var(--hm-heading-font);font-size:18px;font-weight:800;line-height:1;box-shadow:var(--hm-shadow);border-radius:var(--hm-menu-radius);text-align:left}
.hm-fixed-side-right .hm-fixed-links a,.column-family .home-link-list a{background:var(--hm-orange)}
.hm-fixed-links a:hover,.hm-fixed-links a.is-current,.hm-fixed-links .current-menu-item>a,.home-link-list a:hover{background:var(--hm-blue)}
.hm-fixed-links b,.home-link-list b{display:none}
.concept-tile{display:block;margin:30px 32px 0;color:#111}.concept-tile strong,.concept-tile small{display:block}.concept-tile strong{font-size:16px;font-weight:700;line-height:1.25}.concept-tile small{font-size:16px;margin-top:6px;line-height:1.25}.concept-tile img{display:block;width:auto;max-width:150px;max-height:82px;margin:10px auto 0;object-fit:contain}
.column-body{padding-top:25px}.column-news .column-body{padding:25px 0 0}.news-list{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#fff}.news-card{min-height:194px;background:var(--hm-news)}.news-thumb{display:none}.news-card-copy{padding:29px 29px 20px}.news-card h3{margin:0 0 10px;font-size:20px;line-height:1.1;font-weight:800}.news-date{font-size:11px;color:#4a5661;margin-bottom:14px}.news-card p{font-size:15px;line-height:1.42;margin:0}
.hm-content-section{display:flex;flex-wrap:wrap;gap:24px;margin:0 0 24px}.hm-content-group{display:flex;flex-wrap:wrap;gap:20px;width:100%}.hm-content-column{flex:1 1 240px;min-width:0}.hm-content-image{margin:0 0 22px}.hm-content-image img{display:block;margin:auto}.hm-content-list{padding-left:20px}.hm-button{display:inline-flex;align-items:center;min-height:36px;padding:6px 18px;background:var(--hm-orange);color:#fff;font-weight:700;box-shadow:var(--hm-shadow)}.hm-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hm-gallery img{width:100%;height:170px;object-fit:cover}.hm-divider{border:0;border-top:1px solid #d8dee7;margin:24px 0}

/* Step 2: lightweight content components for imported Elementor pages */
.hm-content-section{display:block;margin:0 0 22px}.hm-content-group{display:flex;flex-wrap:wrap;gap:22px;margin:0 0 20px}.hm-content-column{flex:1 1 260px}
.hm-richtext>p:first-child{margin-top:0}.hm-richtext ul{padding-left:20px}.hm-richtext strong{font-weight:700}
.hm-icon-box{padding:16px 18px;background:#f4f6f8;border-left:4px solid var(--hm-blue);margin:0 0 18px}.hm-icon-box h3{margin:0 0 6px}
.hm-image-box{height:100%;padding:15px;background:#f7f8f9;box-shadow:0 2px 7px rgba(0,0,0,.11)}
.hm-button-row{display:inline-block;margin:0 8px 14px 0}.hm-button{border-radius:3px;text-decoration:none}.hm-button:hover{background:var(--hm-blue);color:#fff}
.hm-video{position:relative;overflow:hidden;margin:16px 0 24px;aspect-ratio:16/9;background:#111}.hm-video iframe{width:100%;height:100%;border:0}
.hm-gallery{grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 26px}.hm-gallery figure{margin:0}.hm-gallery figcaption{font-size:13px;padding:6px 2px}.hm-gallery img{height:180px}
.hm-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hm-person{padding:14px;background:#f5f6f7;text-align:center}.hm-person img{width:100%;aspect-ratio:1/1;object-fit:cover}.hm-person h3{margin:10px 0 2px}.hm-person p{font-size:15px;margin:0}
.hm-links-about a{background:var(--hm-blue)}.hm-links-about a:hover,.hm-links-about a.is-current,.hm-links-about .current-menu-item>a{background:var(--hm-orange)}

/* v1.13.4 — aligned news grid */
.column-news .column-body{
  padding:25px var(--hm-bar-inset) var(--hm-bar-inset);
}
.news-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:1fr;
  gap:5px;
  background:transparent;
  align-items:stretch;
}
.news-card{
  min-width:0;
  min-height:194px;
  height:100%;
  display:flex;
  background:var(--hm-news);
  border-radius:3px;
  overflow:hidden;
}
.news-card-copy{
  width:100%;
  padding:29px 29px 20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.news-card h3{
  width:100%;
  margin:0 0 10px;
}
.news-date{
  width:100%;
  margin-bottom:14px;
}
.news-card p{
  width:100%;
  margin:0;
}

/* v1.13.4 — first consistent formatting pass for subpage content */
.hm-section-content .hm-fixed-content-body{
  padding:30px 34px 44px;
}
.hm-section-content .hm-content-section,
.hm-section-content .hm-content-group{
  width:100%;
}
.hm-section-content h1,
.hm-section-content h2,
.hm-section-content h3,
.hm-section-content p,
.hm-section-content ul,
.hm-section-content ol{
  max-width:100%;
}
.hm-section-content h2:first-child,
.hm-section-content h1:first-child{
  margin-top:0;
}
.hm-section-content img{
  border-radius:3px;
}
.hm-section-content .hm-image-box,
.hm-section-content .hm-icon-box,
.hm-section-content .hm-person{
  border-radius:3px;
  overflow:hidden;
}

/* v1.13.6 — unified side navigation and aligned news start */
.hm-fixed-links,
.home-link-list{
  padding-top:25px;
}
.hm-fixed-links > li,
.hm-fixed-links .menu-item,
.home-link-list > li{
  list-style:none;
  margin:0;
  padding:0;
  min-width:0;
}
.hm-fixed-links > li::marker,
.hm-fixed-links .menu-item::marker,
.home-link-list > li::marker{
  content:"";
}
.hm-fixed-links > li > a,
.hm-fixed-links .menu-item > a,
.home-link-list > li > a{
  width:100%;
}
.hm-fixed-side-left .hm-fixed-links,
.hm-fixed-side-right .hm-fixed-links{
  grid-template-columns:minmax(0,1fr);
  gap:var(--hm-menu-gap);
}
.column-news .column-body{
  padding-top:25px;
}

/* v1.13.16 — Aktuelles: korrektes Zielgruppenmenü und klar gegliederte Übersicht */
.hm-news-archive{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  background:#fff;
  border-radius:3px;
  overflow:hidden;
}
.hm-news-archive .news-card{
  min-height:210px;
  border-radius:0;
  border-right:4px solid #fff;
  border-bottom:4px solid #fff;
}
.hm-news-archive .news-card:nth-child(2n){
  border-right:0;
}
.hm-news-archive .news-card-copy{
  padding:28px 30px 25px;
}
.hm-news-archive .news-card h3{
  font-size:20px;
  line-height:1.15;
  margin:0 0 10px;
}
.hm-news-archive .news-card h3 a{
  color:#111;
  text-decoration:none;
}
.hm-news-archive .news-card h3 a:hover{
  color:var(--hm-blue);
}
.hm-news-archive .news-date{
  padding-bottom:12px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(35,79,136,.22);
}
.hm-news-archive .news-card p{
  font-size:15px;
  line-height:1.45;
}
.hm-pagination{
  margin-top:24px;
}
@media(max-width:1040px){
  .hm-news-archive{grid-template-columns:1fr}
  .hm-news-archive .news-card,
  .hm-news-archive .news-card:nth-child(2n){border-right:0}
}
