


:root {
  --blog-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}


.padding-blog {
  max-width: 1150px;
  margin: 4rem auto;
  padding-left: 0%;
  padding-right: 0%;
}
.grid-blog {
  display: grid;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 70% 28%;
  grid-auto-columns: 1fr;
}
.content-blog-wrap {
  display: flex;
  flex-flow: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 10px;
}
.inhalt-blog {
  display: flex;
  flex-flow: column;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff9;
  border: 1px solid #000;
  border-radius: 1px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.nav-blog {
  display: flex;
  flex-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.head-blog {
  display: flex;
  justify-content: space-between;
}


.blog-h1,
.blog-inhalt-h2,
.blog-h2,
.blog-h3 { text-wrap: initial; }

.blog-h1 {
  font-family: var(--blog-font);
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 20px 0 10px;
}
.sub-h1-blog {
  border-left: 3px solid #000;
  padding-left: 10px;
  font-family: var(--blog-font);
}
.blog-inhalt-h2 {
  margin: 1rem 0 0;
  font-family: var(--blog-font);
  font-size: 1rem;
  line-height: 1.1;
}
.blog-h2 {
  text-transform: none;
  border-bottom: 1px solid #000;
  margin: 10px 0 5px;
  font-family: var(--blog-font);
  font-size: 1.3rem;
  line-height: 1.1;
}

.blog-h3 {
  text-transform: none;
  border-bottom: 1px #000;
  margin: 0;
  font-family: var(--blog-font);
  font-size: 1.1rem;
  line-height: 1.1;
}
.paragraph-blog {
  font-family: var(--blog-font);
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
}

ul.list-blog {
  list-style: disc;
  margin: 0;
  padding-left: 24px;
  font-family: var(--blog-font);
  font-size: 0.9rem;
  font-weight: 300;
}

ul.list-blog li { margin: 0 0 4px; }
.head-t-blog {
  font-family: var(--blog-font);
  font-size: 0.8rem;
  text-decoration: none;
}


.inhalt-blog nav ol { list-style: none; padding-left: 0; margin: 0; }
.inhalt-blog nav li { margin-bottom: 10px; }
.inhalt-blog nav li:last-child { margin-bottom: 0; }
.inhalt-blog nav a {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: var(--blog-font);
  font-size: 0.9rem;
  font-weight: 300;
}


.mh-expert-card {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 1);
  margin-bottom: 2rem;
  position: relative;
  transition: transform 0.2s ease;
}
.mh-expert-card:hover { transform: translateY(-2px); }
.mh-expert-img-wrap { width: 100%; aspect-ratio: 1 / 1.1; position: relative; background: #d1d1cf; }
.mh-expert-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.mh-expert-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(110%);
  transition: filter 0.3s ease, transform 0.4s ease;
}
.mh-expert-card:hover .mh-expert-img { filter: grayscale(0%) contrast(100%); transform: scale(1.05); }
.mh-expert-nametag {
  position: absolute;
  bottom: -15px;
  right: 15px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 0.6rem 1rem;
  box-shadow: 4px 4px 0 #000000;
  z-index: 10;
  min-width: 140px;
}
.mh-expert-name {
  display: block;
  font-family: "Thunder", sans-serif;
  font-size: 1.4rem;
  line-height: 0.9;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.mh-expert-role {
  display: block;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.6;
}
.mh-expert-body { padding: 2.5rem 1.5rem 1.5rem 1.5rem; }

.mh-expert-bio { font-size: 0.85rem; line-height: 1.5; margin: 0; opacity: 0.9; color: #000; }
.mh-expert-cert-floating {
  position: absolute;
  bottom: -20px;
  left: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 4px 4px 0 #000;
  z-index: 10;
  padding: 0;
  appearance: none;
  transition: transform 0.2s ease;
}
.mh-expert-cert-floating:hover { transform: scale(1.1); }
.mh-expert-cert-floating img { width: 100%; height: 100%; object-fit: cover; }


.mh-diag-alert {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}
.mh-diag-alert-title {
  font-family: "Thunder", sans-serif;
  color: #ff3333;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 0.9;
}
.mh-diag-alert-text { font-size: 0.95rem; margin: 0; opacity: 0.9; line-height: 1.4; }


.mh-cert-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
.mh-cert-modal.is-open { display: flex; animation: mhCertFadeIn 0.3s ease; }
.mh-cert-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  max-width: 95vw;
  max-height: 90vh;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}
.mh-cert-content img { display: block; width: 100%; height: auto; max-height: 85vh; object-fit: contain; }
@keyframes mhCertFadeIn { from { opacity: 0; } to { opacity: 1; } }
.mh-cert-consent {
  padding: 20px;
  background: #ffffff;
  color: #000000;
  font-family: system-ui, -apple-system, sans-serif;
  max-width: 560px;
}
.mh-cert-consent-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.mh-cert-consent-body { font-size: 0.95rem; line-height: 1.45; }
.mh-cert-consent-body a { display: inline; color: #000; }
.mh-cert-consent-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 16px; }
.mh-cert-btn {
  appearance: none;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  border: 1px solid #000;
}
.mh-cert-btn--yes { background: #000; color: #fff; }
.mh-cert-btn--no { background: #fff; color: #000; }


@media screen and (min-width: 1920px) {
  .padding-blog { margin-top: 4rem; }
}
@media screen and (max-width: 991px) {
  .padding-blog { padding-left: 3%; padding-right: 3%; }
  .content-blog-wrap { margin-right: 10px; }
}
@media screen and (max-width: 767px) {
  .grid-blog { display: flex; flex-flow: column; }
  
  .padding-blog { padding-left: 5%; padding-right: 5%; margin-top: var(--m-sect-pad); }
  .content-blog-wrap { margin-right: 0; padding-left: 20px; padding-right: 20px; }
  .diagnose-blog { align-self: center; }
}
@media screen and (max-width: 479px) {
  
  .head-t-blog { font-size: 0.6rem; }
  .inhalt-blog { justify-content: flex-start; align-items: flex-start; }
  .inhalt-blog nav a { justify-content: flex-start; }
}
@media (max-width: 500px) {
  .mh-cert-badge { width: 70px; height: 70px; }
  .mh-expert-cert-floating { width: 70px; height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .mh-expert-card,
  .mh-expert-img,
  .mh-expert-cert-floating { transition: none; }
  .mh-cert-modal.is-open { animation: none; }
}



@media screen and (max-width: 767px) {
  .blog-h1 { font-size: 1.5rem; line-height: 1.15; margin-top: 24px; margin-bottom: 12px; }   
  .blog-h2 { font-size: 1.25rem; line-height: 1.2; margin-top: 28px; margin-bottom: 8px; }    
  .blog-h3 { font-size: 1.1rem; line-height: 1.25; margin-top: 18px; margin-bottom: 6px; }    
  
  .blog-inhalt-h2 { font-size: var(--m-fs-eyebrow); text-transform: uppercase; letter-spacing: .08em; }
}
@media screen and (max-width: 479px) {
  .blog-h1 { font-size: 1.375rem; }   
}
