@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;
}

:root {
  --sw-static-bg: #004560;
  --sw-static-dark: #002a3b;
  --sw-static-text: #ffffff;
  --sw-static-border: #34778f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--sw-static-bg);
  color: var(--sw-static-text);
  font-family: "Roboto Condensed", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-spielerinformationen {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sw-static-bg);
}

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

.sw-spielerinformationen-page {
  width: 100%;
  min-height: calc(100vh - 72px);
  background: var(--sw-static-bg);
  color: #fff;
}

.sw-spielerinformationen-section {
  width: 100%;
  padding: 30px 10px;
  position: relative;
  background-color: var(--sw-static-bg);
}

.sw-spielerinformationen-section .main-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.sw-spielerinformationen-section .section-header {
  margin: 0 0 15px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.sw-spielerinformationen-section .subtitle {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.sw-spielerinformationen-section p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.sw-spielerinformationen-section p:last-of-type {
  margin-bottom: 0;
}

.sw-spielerinformationen-section strong {
  font-weight: 700;
}

.sw-spielerinformationen-section ul,
.sw-spielerinformationen-section ol {
  margin: 0 0 20px;
  padding-inline-start: 15px;
}

.sw-spielerinformationen-section li {
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.sw-spielerinformationen-section li:last-of-type {
  padding-bottom: 0;
}

.sw-spielerinformationen-section .divider {
  height: 10px;
}

.sw-spielerinformationen-section .table {
  margin: 30px 0 20px;
  padding-bottom: 10px;
}

.sw-spielerinformationen-section table {
  width: 100%;
  min-width: 660px;
  border: 2px solid var(--sw-static-border);
  border-collapse: collapse;
  background-color: #fff;
  text-align: center;
}

.sw-spielerinformationen-section th {
  padding: 5px;
  border: 2px solid var(--sw-static-border);
  background-color: #fff;
  color: #004560;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  vertical-align: middle;
}

.sw-spielerinformationen-section td {
  padding: 5px;
  border: 1px solid #fff;
  background-color: #004560;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  vertical-align: middle;
}

.sw-spielerinformationen-section tbody th {
  padding: 5px 10px;
}

.sw-spielerinformationen-section .shrink {
  max-width: 95px;
}

.sw-spielerinformationen-section .shrink.medium {
  max-width: 127px;
}

body.page-spielerinformationen #footer-section {
  background: var(--sw-static-dark);
}

@media (min-width: 768px) {
  .sw-spielerinformationen-section {
    padding: 50px 10px;
  }

  .sw-spielerinformationen-section .divider {
    height: 20px;
  }
}

@media (max-width: 640px) {
  .sw-spielerinformationen-section .table {
    width: 100vw;
    overflow-x: auto;
    left: -10px;
    position: relative;
    padding: 0 0 10px;
    -webkit-overflow-scrolling: touch;
  }

  .sw-spielerinformationen-section table {
    margin: 0 10px;
  }
}

@media (max-width: 1279px) {
  body.page-spielerinformationen {
    padding-bottom: 55px;
  }
}
