@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("/assets/Fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("/assets/Fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: #002a3b;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-statistiken {
  min-height: 100vh;
  overflow-x: hidden;
  background: #002a3b;
}

body.page-statistiken,
body.page-statistiken button,
body.page-statistiken input,
body.page-statistiken select,
body.page-statistiken textarea {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.page-statistiken #static-page-section {
  display: block;
  width: 100%;
  min-height: calc(100vh - 55px);
  overflow: hidden;
  background: #002a3b;
  color: #fff;
}

body.page-statistiken #static_holder {
  width: 100% !important;
  margin: 0 !important;
  background: none !important;
  padding: 0;
}

body.page-statistiken #static_holder > h1 {
  display: none;
}

body.page-statistiken .statistics-frame-wrap {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #002a3b;
}

body.page-statistiken .statistics-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border: 0;
  overflow: hidden;
  background: #002a3b;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.page-statistiken .statistics-frame::-webkit-scrollbar {
  display: none !important;
}

@media (min-width: 768px) {
  body.page-statistiken .statistics-frame {
    min-height: 1308px !important;
  }
}

@media (min-width: 1200px) {
  body.page-statistiken .statistics-frame {
    min-height: 950px !important;
  }
}

@media (max-width: 1279px) {
  body.page-statistiken #static-page-section {
    min-height: calc(100vh - 55px);
    padding-bottom: 0;
  }

  body.page-statistiken .statistics-frame-wrap,
  body.page-statistiken .statistics-frame {
    min-height: calc(100vh - 55px);
  }
}

@media (max-width: 767px) {
  body.page-statistiken .statistics-frame-wrap,
  body.page-statistiken .statistics-frame {
    min-height: calc(100vh - 55px);
  }
}
