@media (max-width: 1440px) {
  .member-image img,
  .commissions-image img {
    max-height: 352px;
  }
}

@media (max-width: 1200px) {
  .member-image img,
  .commissions-image img {
    max-height: 292px;
  }
}

@media (max-width: 1080px) {
}

@media (max-width: 992px) {
  .member-image img,
  .commissions-image img {
    max-height: 212px;
  }
}

@media (max-width: 840px) {
  .header-searchbar-item {
    width: 120px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
  :root {
    --statcol-single: 48px;
    --statcol-double: 84px;

    --bar-width: 24px;
    --bar-height: 2px;
    --hamburger-gap: 4px;
    --foreground: white;
    --background: white;
    --hamburger-margin: 0;
    --animation-timing: 200ms ease-in-out;
    --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
  }
  .header-container {
    height: 110px !important;
  }
  .header-logo {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  #header .header-logo {
    margin-bottom: 0;
  }
  #header .header-logo img {
    width: 240px !important;
    height: 50px !important;
  }

  .header-navigation {
    width: 100%;
  }
  .header-searchbar {
    display: none;
  }
  .header-navigation svg {
    width: 26px;
  }
  .header-elements {
    gap: 0.5rem;
  }
  .custom-language-switcher {
    font-size: 16px;
    width: auto;
    padding-right: 0.5rem;
  }
  .hamburger-menu-wrapper {
    position: relative;
    top: -2px;
  }
  .sidebar {
    width: 90%;
  }
  .streethockey-header .col-md-12 {
    height: initial;
    min-height: 100px;
  }
  .gc-header-navigation__categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* zwei gleich breite Spalten */
    gap: 1rem;
    width: 100%;
  }
  .resultbox-small {
    flex-flow: column;
    gap: 0;
    align-items: flex-end;
  }
  .resultbox-small__itemleft {
    flex-flow: column;
    width: 100%;
  }
  .resultbox-small__itemleft__microleft {
    text-align: left;
  }
  .resultbox-small__item--teamhome,
  .resultbox-small__item--teamguest {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .result-home-mobile,
  .result-guest-mobile {
    display: block;
  }
  .resultbox-small__score,
  .statsbox-body__leftcol__teamname.statcol-half {
    display: none;
  }
  .resultbox-small__status {
    padding: 0 1rem 0.3rem 1rem;
  }
  .statsbox-body__leftcol__ranking.statcol-rank {
    width: var(--statcol-single);
  }
  .statsbox-body__leftcol__teamname {
    width: 100%;
  }
  .statsbox-body {
    height: auto;
    flex-flow: column;
    align-items: initial;
  }
  .statsbox-body__rightcol {
    height: 50px;
    justify-content: flex-end;
  }
  .scorer-team-mobile {
    display: block;
  }
  .statcol-half {
    align-items: flex-start;
    flex-flow: column;
    width: 100%;
  }
  .gameEvents__period__events {
    flex-flow: column;
  }
  .match-data__item__title {
    width: 270px;
  }
  .news-header-headline {
    font-size: 36px;
  }
  .tabs.tabs-simple .nav-tabs {
    flex-flow: column;
  }
  .tab-content-text {
    padding: 1rem 0;
    font-size: 18px;
  }
  .resultslider--box--week span {
    font-size: 1.4rem;
  }
  .resultslider .owl-carousel.stage-margin .owl-stage-outer {
    top: 1px;
  }
  .member-image img,
  .commissions-image img {
    max-height: initial;
  }
}

@media (max-width: 576px) {
  .resultslider .owl-item {
    width: 90%;
  }
  .resultslider--box {
    font-size: 0.65rem;
  }
  .resultslider--box--week span {
    font-size: 1.2rem;
  }
}
