html body .title-name {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  margin-top: 25px;
  font-weight: 600; }
  html body .title-name::before {
    content: '';
    position: absolute;
    top: 50%;
    /* Vertically center the line */
    left: 0;
    right: 0;
    height: 1px;
    /* Adjust thickness as needed */
    background-color: black;
    /* Color of the line */
    transform: translateY(-50%);
    z-index: 1; }
  html body .title-name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 2; }
html body .hideinstruk {
  display: none; }
html body .InstrukSmall.dark .item-info > div:not(.item-teaser) * {
  color: #fff; }
html body .InstrukSmall.light .item-info > div:not(.item-teaser) * {
  color: #000; }
html body .InstrukSmall .km_design .km_rows {
  justify-content: center; }
  html body .InstrukSmall .km_design .km_rows .item-wrapper {
    min-width: 300px; }
    html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-image {
      margin: 0 auto 10px auto;
      border: none;
      width: 160px;
      height: 160px;
      background-color: rgba(0, 0, 0, 0.2);
      display: flex;
      border-radius: 100%;
      align-items: center;
      justify-content: center;
      font-size: 2.5em;
      font-weight: 600; }
      html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-image img, html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-image canvas {
        object-fit: cover;
        object-position: top;
        height: 100% !important;
        width: 100% !important; }
    html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-teaser {
      margin-top: 0 !important; }
      html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-teaser table {
        max-width: 100%; }
    html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-info-content {
      padding: 0 10px !important; }
      html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams {
        margin-top: auto; }
        html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .teams-header {
          width: 100%;
          font-weight: 600;
          margin-bottom: 5px; }
        html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-item {
          font-size: 0.8em;
          margin: 3px 5px 3px 0 !important; }
    html body .InstrukSmall .km_design .km_rows .item-wrapper .item .item-info-item-content:hover {
      text-decoration: none !important; }
    html body .InstrukSmall .km_design .km_rows .item-wrapper .item:hover .item-content .item-image canvas {
      transform: scale(1.1); }

@media screen and (max-width: 900px) {
  html body .InstrukSmall .km_design .km_rows .item-wrapper {
    flex-grow: 1 !important; } }
