/*
 * SAM-PRO Business v359
 * Quick-Check-Ergebnisfeld und Consulting-Untermenü.
 */

/* Quick-Check: vier Ergebnisse füllen ihre Quadranten vollständig und ausgewogen. */
html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-card--grid{
  display:flex !important;
  align-items:stretch !important;
  padding:9px !important;
}

html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-cards{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  grid-template-rows:repeat(2,minmax(0,1fr)) !important;
  align-items:stretch !important;
  align-content:stretch !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  gap:1px !important;
}

html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-mini-card{
  display:grid !important;
  grid-template-columns:52px minmax(0,1fr) !important;
  gap:16px !important;
  align-items:center !important;
  align-content:center !important;
  align-self:stretch !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  padding:18px 19px !important;
}

html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-check{
  align-self:center !important;
  width:50px !important;
  height:50px !important;
  min-width:50px !important;
  min-height:50px !important;
  margin:0 !important;
}

html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-mini-card > div:last-child{
  align-self:center !important;
  min-width:0 !important;
}

html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-mini-card h4{
  margin:0 0 6px !important;
  font-size:15px !important;
  line-height:1.24 !important;
}

html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-mini-card p{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.42 !important;
}

/* Hauptnavigation: hochwertiges, zweispaltiges Consulting-Untermenü. */
html body .site-header.sampro-v7-header .sampro-consulting-menu-parent{
  position:relative !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > a{
  padding-right:34px !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > a::before{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  right:16px !important;
  width:7px !important;
  height:7px !important;
  margin-top:-5px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) !important;
  transition:transform .18s ease, margin-top .18s ease !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent:hover > a::before,
html body .site-header.sampro-v7-header .sampro-consulting-menu-parent:focus-within > a::before,
html body .site-header.sampro-v7-header .sampro-consulting-menu-parent.submenu-open > a::before{
  margin-top:-1px !important;
  transform:rotate(225deg) !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent::after{
  content:"" !important;
  position:absolute !important;
  top:100% !important;
  left:0 !important;
  width:100% !important;
  height:10px !important;
}

html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent > .sub-menu{
  position:absolute !important;
  z-index:10000 !important;
  top:calc(100% + 8px) !important;
  left:0 !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:3px !important;
  width:min(560px,calc(100vw - 32px)) !important;
  margin:0 !important;
  padding:9px !important;
  overflow:visible !important;
  border:1px solid #dbe4ee !important;
  border-top:3px solid #c9952d !important;
  border-radius:13px !important;
  background:#fff !important;
  box-shadow:none !important;
  list-style:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  transform:translateY(8px) !important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease !important;
}

html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent:hover > .sub-menu,
html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent:focus-within > .sub-menu,
html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent.submenu-open > .sub-menu{
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > .sub-menu > li{
  position:relative !important;
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > .sub-menu > li > a{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  min-height:46px !important;
  padding:10px 13px 10px 30px !important;
  border:1px solid transparent !important;
  border-radius:9px !important;
  background:transparent !important;
  color:#0b2f63 !important;
  font-size:13.5px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
  text-decoration:none !important;
  text-align:left !important;
  white-space:normal !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > .sub-menu > li > a::before{
  content:"" !important;
  position:absolute !important;
  left:13px !important;
  top:50% !important;
  width:7px !important;
  height:7px !important;
  margin-top:-4px !important;
  border-top:2px solid #c9952d !important;
  border-right:2px solid #c9952d !important;
  transform:rotate(45deg) !important;
}

html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > .sub-menu > li > a:hover,
html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > .sub-menu > li > a:focus-visible,
html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > .sub-menu > li.current-menu-item > a{
  border-color:#dbe5f0 !important;
  background:#f5f8fc !important;
  color:#0b4f9c !important;
  outline:none !important;
}

html body .site-header.sampro-v7-header .sampro-submenu-toggle{
  display:none !important;
}

html body .site-header.sampro-v7-header .sampro-submenu-toggle .screen-reader-text{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  margin:-1px !important;
  padding:0 !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  clip-path:inset(50%) !important;
  border:0 !important;
  white-space:nowrap !important;
}

@media (max-width:1100px){
  html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-cards{
    height:auto !important;
    grid-template-rows:repeat(2,auto) !important;
  }

  html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-mini-card{
    min-height:108px !important;
  }
}

@media (max-width:900px){
  html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > a{
    padding-right:44px !important;
  }

  html body .site-header.sampro-v7-header .sampro-consulting-menu-parent > a::before{
    display:none !important;
  }

  html body .site-header.sampro-v7-header .sampro-submenu-toggle{
    position:absolute !important;
    z-index:2 !important;
    top:3px !important;
    right:4px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:34px !important;
    height:34px !important;
    padding:0 !important;
    border:1px solid #d8e2ed !important;
    border-radius:50% !important;
    background:#fff !important;
    color:#0b2f63 !important;
    cursor:pointer !important;
  }

  html body .site-header.sampro-v7-header .sampro-submenu-toggle > span:first-child{
    width:8px !important;
    height:8px !important;
    margin-top:-4px !important;
    border-right:2px solid currentColor !important;
    border-bottom:2px solid currentColor !important;
    transform:rotate(45deg) !important;
    transition:transform .18s ease,margin-top .18s ease !important;
  }

  html body .site-header.sampro-v7-header .sampro-submenu-toggle[aria-expanded="true"] > span:first-child{
    margin-top:4px !important;
    transform:rotate(225deg) !important;
  }

  html body .site-header.sampro-v7-header .sampro-consulting-menu-parent::after{
    display:none !important;
  }

  html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent > .sub-menu{
    position:static !important;
    display:none !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:min(560px,calc(100vw - 40px)) !important;
    margin:6px 0 4px !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:none !important;
  }

  html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent.submenu-open > .sub-menu{
    display:grid !important;
  }
}

@media (max-width:560px){
  html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-cards{
    grid-template-columns:1fr !important;
    grid-template-rows:auto !important;
  }

  html body .sampro-topic-v271[data-topic="sam-quick-check"] .sampro-topic-v271__result-mini-card{
    min-height:0 !important;
    padding:15px !important;
  }

  html body .site-header.sampro-v7-header .sampro-consulting-menu-parent,
  html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent > .sub-menu{
    width:100% !important;
  }

  html body .site-header.sampro-v7-header .sampro-v7-menu > li.sampro-consulting-menu-parent > .sub-menu{
    grid-template-columns:1fr !important;
  }
}
