/* HdM SEO LG – Stand-Block und Sortimentstabelle */
.hdm-stand { margin: 2rem 0 0; padding: .7rem 1rem; border-left: 3px solid #95B8A1; background: #F5F3F5; color: #042C57; font-size: .9rem; line-height: 1.5; border-radius: 4px; }
.hdm-stand strong { font-weight: 600; }
.hdm-stand__sep { margin: 0 .35rem; color: #95B8A1; }
@media (max-width: 767px) { .hdm-stand__sep { display: none; } .hdm-stand__who { display: block; } }

.hdm-sortiment-block h2.hdm-sortiment__sorte { margin: 2rem 0 .5rem; color: #042C57; }
.hdm-sortiment-block h3.hdm-sortiment__ausf { margin: 1.2rem 0 .5rem; font-size: 1.05rem; color: #034FA1; }
.hdm-sortiment__wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.hdm-sortiment { width: 100%; border-collapse: collapse; font-size: .95rem; }
table.hdm-sortiment th, table.hdm-sortiment td { padding: .55rem .7rem; border: 1px solid #DFCEBE; text-align: left; vertical-align: top; }
table.hdm-sortiment th { background: #034FA1; color: #fff; font-weight: 600; white-space: nowrap; }
table.hdm-sortiment tbody tr:nth-child(even) td { background: #F5F3F5; }
table.hdm-sortiment td:first-child { white-space: nowrap; font-weight: 600; color: #042C57; }
table.hdm-sortiment small { color: #6b7280; }
.hdm-sortiment__cta { margin: 1.5rem 0 0; }
.hdm-sortiment__btn { display: inline-block; margin-left: .5rem; padding: .55rem 1.1rem; background: #034FA1; color: #fff !important; border-radius: 999px; text-decoration: none; font-weight: 600; }
.hdm-sortiment__btn:hover { background: #042C57; }
