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 .hidebestyr {
  display: none; }
html body .Bestyr.dark .item-info > div:not(.item-teaser) * {
  color: #fff; }
html body .Bestyr.light .item-info > div:not(.item-teaser) * {
  color: #000; }
html body .Bestyr .km_design .km_rows {
  justify-content: center; }
  html body .Bestyr .km_design .km_rows .item-wrapper {
    min-width: 300px; }
    html body .Bestyr .km_design .km_rows .item-wrapper.big {
      flex: 0 0 100%; }
    html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content {
      position: relative; }
      html body .Bestyr .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 .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-image img, html body .Bestyr .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 .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-teaser {
        position: relative;
        max-height: 200px;
        overflow: hidden;
        margin-top: 0 !important; }
        html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-teaser table {
          max-width: 100%; }
        html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-teaser .see-more {
          cursor: pointer;
          position: absolute;
          bottom: 5px;
          color: #fff;
          background-color: rgba(29, 33, 41, 0.8);
          padding: 0px 0.8em;
          line-height: 2em;
          border-radius: 1em;
          width: calc(100% - 10px);
          display: flex;
          align-items: center;
          margin-left: -5px; }
          html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-teaser .see-more i {
            margin-left: auto; }
      html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content {
        padding: 0 10px !important; }
        html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams {
          margin-top: auto; }
          html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-inner {
            position: absolute;
            max-height: 0px;
            width: calc(100% - 20px);
            z-index: 3;
            bottom: 50px;
            background-color: #419ebf;
            overflow: hidden;
            transition: 0.3s ease all; }
            html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-inner.active {
              max-height: calc(100% - 55px); }
          html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .showteams {
            background-color: rgba(29, 33, 41, 0.2);
            padding: 0px 0.8em;
            line-height: 2em;
            border-radius: 1em;
            width: 100%;
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-top: auto; }
            html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .showteams i:not(.fa-arrow-up-right-and-arrow-down-left-from-center) {
              margin-right: 10px; }
            html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .showteams .fa-arrow-up-right-and-arrow-down-left-from-center {
              margin-left: auto; }
          html body .Bestyr .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 .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-item {
            width: 100%;
            margin: 3px 5px 3px 0 !important; }
            html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-item a {
              width: 100%;
              display: flex !important;
              align-items: center; }
              html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-item a .right {
                margin-left: auto;
                opacity: 0;
                transition: 0.2s linear all; }
              html body .Bestyr .km_design .km_rows .item-wrapper .item .item-content .item-info-content.teams .item-info-item a:hover .right {
                opacity: 1; }
    html body .Bestyr .km_design .km_rows .item-wrapper .item .item-info-item-content:hover {
      text-decoration: none !important; }
    html body .Bestyr .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; } }
