/*
.nxs-one-whole {
  width: 58em;
}

.nxs-three-fourth {
  width: 42.5em;
}

.nxs-two-third {
  width: 37.4em;
}

.nxs-one-half {
  width: 27.2em;
}

.nxs-one-third {
  width: 16.9em;
}

.nxs-one-fourth {
  width: 11.8em;
}
*/
#nxs-container .club-stats-box h4 {
  font-size: 20px;
}

#nxs-container .club-stats-box h3 {
  font-size: 32px;
}

.club-stats-box {
  font-size: 100%;
  font-weight: 300;
  color: #000;
  margin: auto;
  border: solid 1px #d4d4d4;
  border-bottom: 0;
}

.club-stats-box strong {
  font-weight: 700;
}

.club-stats-box * {
  box-sizing: border-box;
}

.club-stats-box .row {
  display: flex;
  border-bottom: solid 1px #d4d4d4;
  width: 100%;
}

.club-stats-box .row:last-of-type {
  border-bottom: solid 1px #d4d4d4;
}

.club-stats-box .row-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
}

.club-stats-box .header__header {
  text-align: center;
  font-weight: 700;
  line-height: normal;
}

.club-stats-box .header__subheader {
  margin: 8px 0 0;
  text-align: center;
  text-transform: lowercase;
  line-height: normal;
}

.club-stats-box .stats__item {
  display: flex;
  align-items: center;
  width: calc(100% / 3);
  padding: 8px 16px;
  border-right: solid 1px #d4d4d4;
}

.club-stats-box .stats__item:last-of-type {
  border-right: 0;
}

.club-stats-box .stats__icon {
  min-width: 56px;
  max-width: 56px;
}

.club-stats-box .ahead .fill {
  fill: #fff;
}

.club-stats-box .ahead .outline,
.club-stats-box .ahead .dot {
  fill: #15c202;
}

.club-stats-box .against .fill {
  fill: #fff;
}

.club-stats-box .against .outline,
.club-stats-box .against .dot {
  fill: #f00;
}

.club-stats-box .average .fill {
  fill: #fff;
}

.club-stats-box .average .outline,
.club-stats-box .average .dot {
  fill: #000;
}

.club-stats-box svg {
  width: 100%;
  height: 100%;
  display: flex;
}

.club-stats-box .stats__info {
  flex-direction: column;
  padding: 0 0 0 16px;
  width: 100%;
  text-align: left;
}

.club-stats-box .stats__value {
  font-weight: 700;
}

.club-stats-box .stats__label {
  font-size: 15px;
  margin: 4px 0 0;
  line-height: normal;
}

aside .nxs-one-whole .club-stats-box .stats {
  flex-direction: column;
}

aside .nxs-one-whole .club-stats-box .stats__item {
  width: calc(100%);
  flex-direction: row;
  border: 0;
  margin: 0;
  border-bottom: solid 1px #c2c2c2;
}

aside .nxs-one-whole .club-stats-box .stats__item:last-of-type {
  border-bottom: 0;
  flex-grow: 2;
}

.nxs-one-whole .club-stats-box .stats__item {
  margin: 8px 0;
}

.nxs-three-fourth .club-stats-box .stats {
  flex-wrap: wrap;
}

.nxs-three-fourth .club-stats-box .stats__item {
  width: calc(100% / 2);
  flex-direction: row;
  margin: 8px 0 0;
}

.nxs-three-fourth .club-stats-box .stats__item:nth-of-type(2) {
  border-right: 0;
}

.nxs-three-fourth .club-stats-box .stats__item:last-of-type {
  border-top: solid 1px #c2c2c2;
  flex-grow: 2;
  min-height: 91px;
}

.nxs-two-third .club-stats-box .stats {
  flex-direction: column;
}

.nxs-two-third .club-stats-box .stats__item {
  width: calc(100%);
  flex-direction: row;
  border: 0;
  border-bottom: solid 1px #c2c2c2;
}

.nxs-two-third .club-stats-box .stats__item:last-of-type {
  border-bottom: 0;
  flex-grow: 2;
}

.nxs-one-third .club-stats-box .stats {
  flex-direction: column;
}

.nxs-one-third .club-stats-box .stats__item {
  width: calc(100%);
  flex-direction: row;
  border: 0;
  border-bottom: solid 1px #c2c2c2;
}

.nxs-one-third .club-stats-box .stats__item:last-of-type {
  border-bottom: 0;
}

.nxs-one-third .club-stats-box .stats__icon {
  min-width: 48px;
  max-width: 48px;
}

.nxs-one-third .club-stats-box:last-of-type {
  border-bottom: 0;
  flex-grow: 2;
}

.nxs-one-half .club-stats-box .stats {
  flex-direction: column;
}

.nxs-one-half .club-stats-box .stats__item {
  width: calc(100%);
  flex-direction: row;
  border: 0;
  border-bottom: solid 1px #c2c2c2;
}

.nxs-one-half .club-stats-box .stats__item:last-of-type {
  border-bottom: 0;
  flex-grow: 2;
}

.nxs-one-fourth .club-stats-box .stats {
  flex-direction: column;
}

.nxs-one-fourth .club-stats-box .stats__item {
  width: calc(100%);
  flex-direction: column;
  border: 0;
  border-bottom: solid 1px #c2c2c2;
}

.nxs-one-fourth .club-stats-box .stats__item:last-of-type {
  border-bottom: 0;
}

.nxs-one-fourth .club-stats-box .stats__icon {
  min-width: 48px;
  max-width: 48px;
}

.nxs-one-fourth .club-stats-box .stats__value {
  margin: 8px 0 0;
}

.nxs-one-fourth .club-stats-box .stats__info {
  text-align: center;
  padding: 0;
}

@media (min-width: 0px) and (max-width: 479px) {
  #nxs-container .club-stats-box h4 {
    font-size: 17.5px;
  }
  #nxs-container .club-stats-box h3 {
    font-size: 20px;
  }
  aside .club-stats-box .header__subheader,
  .nxs-one-whole .club-stats-box .header__subheader,
  .nxs-three-fourth .club-stats-box .header__subheader,
  .nxs-one-fourth .club-stats-box .header__subheader,
  .nxs-two-third .club-stats-box .header__subheader,
  .nxs-one-third .club-stats-box .header__subheader,
  .nxs-one-half .club-stats-box .header__subheader {
    font-size: 13px;
  }
  aside .club-stats-box .stats,
  .nxs-one-whole .club-stats-box .stats,
  .nxs-three-fourth .club-stats-box .stats,
  .nxs-one-fourth .club-stats-box .stats,
  .nxs-two-third .club-stats-box .stats,
  .nxs-one-third .club-stats-box .stats,
  .nxs-one-half .club-stats-box .stats {
    flex-direction: column;
  }
  aside .club-stats-box .stats__item,
  .nxs-one-whole .club-stats-box .stats__item,
  .nxs-three-fourth .club-stats-box .stats__item,
  .nxs-one-fourth .club-stats-box .stats__item,
  .nxs-two-third .club-stats-box .stats__item,
  .nxs-one-third .club-stats-box .stats__item,
  .nxs-one-half .club-stats-box .stats__item {
    width: calc(100%);
    flex-direction: row;
    border: 0;
    margin: 0;
    border-bottom: solid 1px #c2c2c2;
  }
  aside .club-stats-box .stats__item:last-of-type,
  .nxs-one-whole .club-stats-box .stats__item:last-of-type,
  .nxs-three-fourth .club-stats-box .stats__item:last-of-type,
  .nxs-one-fourth .club-stats-box .stats__item:last-of-type,
  .nxs-two-third .club-stats-box .stats__item:last-of-type,
  .nxs-one-third .club-stats-box .stats__item:last-of-type,
  .nxs-one-half .club-stats-box .stats__item:last-of-type {
    border-top: 0;
    border-bottom: 0;
    flex-grow: 2;
    min-height: auto;
  }
  aside .club-stats-box .stats__icon,
  .nxs-one-whole .club-stats-box .stats__icon,
  .nxs-three-fourth .club-stats-box .stats__icon,
  .nxs-one-fourth .club-stats-box .stats__icon,
  .nxs-two-third .club-stats-box .stats__icon,
  .nxs-one-third .club-stats-box .stats__icon,
  .nxs-one-half .club-stats-box .stats__icon {
    min-width: 42px;
    max-width: 42px;
  }
  aside .club-stats-box .stats__info,
  .nxs-one-whole .club-stats-box .stats__info,
  .nxs-three-fourth .club-stats-box .stats__info,
  .nxs-one-fourth .club-stats-box .stats__info,
  .nxs-two-third .club-stats-box .stats__info,
  .nxs-one-third .club-stats-box .stats__info,
  .nxs-one-half .club-stats-box .stats__info {
    text-align: left;
    padding: 0 0 0 16px;
  }
  aside .club-stats-box .stats__label,
  .nxs-one-whole .club-stats-box .stats__label,
  .nxs-three-fourth .club-stats-box .stats__label,
  .nxs-one-fourth .club-stats-box .stats__label,
  .nxs-two-third .club-stats-box .stats__label,
  .nxs-one-third .club-stats-box .stats__label,
  .nxs-one-half .club-stats-box .stats__label {
    font-size: 13.125px;
  }
}

@media (min-width: 480px) and (max-width: 719px) {
  #nxs-container .club-stats-box h4 {
    font-size: 20px;
  }
  #nxs-container .club-stats-box h3 {
    font-size: 20px;
  }
  aside .club-stats-box .header__subheader,
  .nxs-one-whole .club-stats-box .header__subheader,
  .nxs-three-fourth .club-stats-box .header__subheader,
  .nxs-one-fourth .club-stats-box .header__subheader,
  .nxs-two-third .club-stats-box .header__subheader,
  .nxs-one-third .club-stats-box .header__subheader,
  .nxs-one-half .club-stats-box .header__subheader {
    font-size: 13px;
  }
  aside .club-stats-box .stats,
  .nxs-one-whole .club-stats-box .stats,
  .nxs-three-fourth .club-stats-box .stats,
  .nxs-one-fourth .club-stats-box .stats,
  .nxs-two-third .club-stats-box .stats,
  .nxs-one-third .club-stats-box .stats,
  .nxs-one-half .club-stats-box .stats {
    flex-direction: column;
  }
  aside .club-stats-box .stats__item,
  .nxs-one-whole .club-stats-box .stats__item,
  .nxs-three-fourth .club-stats-box .stats__item,
  .nxs-one-fourth .club-stats-box .stats__item,
  .nxs-two-third .club-stats-box .stats__item,
  .nxs-one-third .club-stats-box .stats__item,
  .nxs-one-half .club-stats-box .stats__item {
    width: calc(100%);
    flex-direction: row;
    border: 0;
    margin: 0;
    border-bottom: solid 1px #c2c2c2;
  }
  aside .club-stats-box .stats__item:last-of-type,
  .nxs-one-whole .club-stats-box .stats__item:last-of-type,
  .nxs-three-fourth .club-stats-box .stats__item:last-of-type,
  .nxs-one-fourth .club-stats-box .stats__item:last-of-type,
  .nxs-two-third .club-stats-box .stats__item:last-of-type,
  .nxs-one-third .club-stats-box .stats__item:last-of-type,
  .nxs-one-half .club-stats-box .stats__item:last-of-type {
    border-top: 0;
    border-bottom: 0;
    flex-grow: 2;
    min-height: auto;
  }
  aside .club-stats-box .stats__icon,
  .nxs-one-whole .club-stats-box .stats__icon,
  .nxs-three-fourth .club-stats-box .stats__icon,
  .nxs-one-fourth .club-stats-box .stats__icon,
  .nxs-two-third .club-stats-box .stats__icon,
  .nxs-one-third .club-stats-box .stats__icon,
  .nxs-one-half .club-stats-box .stats__icon {
    min-width: 46px;
    max-width: 46px;
  }
  aside .club-stats-box .stats__info,
  .nxs-one-whole .club-stats-box .stats__info,
  .nxs-three-fourth .club-stats-box .stats__info,
  .nxs-one-fourth .club-stats-box .stats__info,
  .nxs-two-third .club-stats-box .stats__info,
  .nxs-one-third .club-stats-box .stats__info,
  .nxs-one-half .club-stats-box .stats__info {
    text-align: left;
    padding: 0 0 0 16px;
  }
  aside .club-stats-box .stats__label,
  .nxs-one-whole .club-stats-box .stats__label,
  .nxs-three-fourth .club-stats-box .stats__label,
  .nxs-one-fourth .club-stats-box .stats__label,
  .nxs-two-third .club-stats-box .stats__label,
  .nxs-one-third .club-stats-box .stats__label,
  .nxs-one-half .club-stats-box .stats__label {
    font-size: 13.125px;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  #nxs-container .club-stats-box h4 {
    font-size: 22.5px;
  }
  #nxs-container .club-stats-box h3 {
    font-size: 20px;
  }
  aside .club-stats-box .header__subheader,
  .nxs-one-whole .club-stats-box .header__subheader,
  .nxs-three-fourth .club-stats-box .header__subheader,
  .nxs-one-fourth .club-stats-box .header__subheader,
  .nxs-two-third .club-stats-box .header__subheader,
  .nxs-one-third .club-stats-box .header__subheader,
  .nxs-one-half .club-stats-box .header__subheader {
    font-size: 13px;
  }
  aside .club-stats-box .stats,
  .nxs-one-whole .club-stats-box .stats,
  .nxs-three-fourth .club-stats-box .stats,
  .nxs-one-fourth .club-stats-box .stats,
  .nxs-two-third .club-stats-box .stats,
  .nxs-one-third .club-stats-box .stats,
  .nxs-one-half .club-stats-box .stats {
    flex-wrap: wrap;
    flex-direction: row;
  }
  aside .club-stats-box .stats__item,
  .nxs-one-whole .club-stats-box .stats__item,
  .nxs-three-fourth .club-stats-box .stats__item,
  .nxs-one-fourth .club-stats-box .stats__item,
  .nxs-two-third .club-stats-box .stats__item,
  .nxs-one-third .club-stats-box .stats__item,
  .nxs-one-half .club-stats-box .stats__item {
    width: calc(100% / 2);
    flex-direction: row;
    border-bottom: 0;
    border-right: solid 1px #c2c2c2;
    margin: 8px 0 0;
  }
  aside .club-stats-box .stats__item:nth-of-type(2),
  .nxs-one-whole .club-stats-box .stats__item:nth-of-type(2),
  .nxs-three-fourth .club-stats-box .stats__item:nth-of-type(2),
  .nxs-one-fourth .club-stats-box .stats__item:nth-of-type(2),
  .nxs-two-third .club-stats-box .stats__item:nth-of-type(2),
  .nxs-one-third .club-stats-box .stats__item:nth-of-type(2),
  .nxs-one-half .club-stats-box .stats__item:nth-of-type(2) {
    border-right: 0;
  }
  aside .club-stats-box .stats__item:last-of-type,
  .nxs-one-whole .club-stats-box .stats__item:last-of-type,
  .nxs-three-fourth .club-stats-box .stats__item:last-of-type,
  .nxs-one-fourth .club-stats-box .stats__item:last-of-type,
  .nxs-two-third .club-stats-box .stats__item:last-of-type,
  .nxs-one-third .club-stats-box .stats__item:last-of-type,
  .nxs-one-half .club-stats-box .stats__item:last-of-type {
    border-top: solid 1px #c2c2c2;
    border-right: 0;
    flex-grow: 2;
    min-height: auto;
  }
  aside .club-stats-box .stats__icon,
  .nxs-one-whole .club-stats-box .stats__icon,
  .nxs-three-fourth .club-stats-box .stats__icon,
  .nxs-one-fourth .club-stats-box .stats__icon,
  .nxs-two-third .club-stats-box .stats__icon,
  .nxs-one-third .club-stats-box .stats__icon,
  .nxs-one-half .club-stats-box .stats__icon {
    min-width: 48px;
    max-width: 48px;
  }
  aside .club-stats-box .stats__info,
  .nxs-one-whole .club-stats-box .stats__info,
  .nxs-three-fourth .club-stats-box .stats__info,
  .nxs-one-fourth .club-stats-box .stats__info,
  .nxs-two-third .club-stats-box .stats__info,
  .nxs-one-third .club-stats-box .stats__info,
  .nxs-one-half .club-stats-box .stats__info {
    text-align: left;
    padding: 0 0 0 16px;
  }
  aside .club-stats-box .stats__label,
  .nxs-one-whole .club-stats-box .stats__label,
  .nxs-three-fourth .club-stats-box .stats__label,
  .nxs-one-fourth .club-stats-box .stats__label,
  .nxs-two-third .club-stats-box .stats__label,
  .nxs-one-third .club-stats-box .stats__label,
  .nxs-one-half .club-stats-box .stats__label {
    font-size: 13.125px;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  #nxs-container .club-stats-box h4 {
    font-size: 22.5px;
  }
  #nxs-container .club-stats-box h3 {
    font-size: 24px;
  }
  .club-stats-box .header__subheader {
    font-size: 13px;
  }
  .club-stats-box .stats__label {
    font-size: 13.125px;
  }
}

@media (min-width: 1200px) and (max-width: 2560px) {
  #nxs-container .club-stats-box h4 {
    font-size: 22.5px;
  }
  #nxs-container .club-stats-box h3 {
    font-size: 20px;
  }
  .club-stats-box .header__subheader {
    font-size: 13px;
  }
  .club-stats-box .stats__label {
    font-size: 15px;
  }
}

/*# sourceMappingURL=statistieken.min.css.map */
