@charset "UTF-8";
@import url("/typo3conf/ext/dmp/Resources/Public/Fonts/Abadi/font-view-counter.php");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --blue-dark: #172869;
  --blue-night: #080f26;
  --blue-ultralight: #f2f5f9;
  --blue: #00338d;
  --color-contrast: white;
  --danger: #fa1f4b;
  --font-family-sans-serif: Fira Sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --font-family-serif: Abadi MT Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --forest-green-dark: #437534;
  --forest-green: #209041;
  --gold-dark: #8f730a;
  --gold: #bd9c28;
  --gray-dark: #323232;
  --gray-light: #e6e8ef;
  --gray: #c1c6d7;
  --link: #06c;
  --link-color: var(--text-color);
  --link-color-hover: #172869;
  --link-background-hover: var(--text-color);
  --red-dark: #8c1e0f;
  --red-light: #e51f14;
  --red: #d52b1e;
  --success: #0eec6b;
  --table-highlight: rgba(0, 51, 141, 0.05);
  --tacha-dark: #a89a4f;
  --tacha-light: #c7b462;
  --tacha: #6e662e;
  --text-color: var(--color-contrast);
  --warning: #ffb02a;
  --women-dark: #6a0f44;
  --women: #9f286d;
  --std-background-gradient: linear-gradient(225deg, #123075 0%, #092056 100%);
  --button-background: #00338d;
  --button-color: var(--color-contrast);
  --button-background-hover: #f2f5f9;
  --button-color-hover: #00338d;
  --tab-color: var(--blue-dark);
  --tab-background: transparent;
  --tab-color-hover: var(--blue-dark);
  --tab-background-hover: transparent;
  --tab-border-color-hover: var(--blue);
  --tab-color-active: var(--blue-dark);
  --tab-background-active: var(--blue-dark);
  --tab-border-color-active: var(--blue-dark);
  --table-border-color: var(--blue-ultralight);
}

@media screen and (min-width: 0) {
  html:not(.disable-font-scaling) {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html:not(.disable-font-scaling) {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html:not(.disable-font-scaling) {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  html:not(.disable-font-scaling) {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  html:not(.disable-font-scaling) {
    font-size: 16px;
  }
}

body {
  font-family: "Fira Sans", system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", sans-serif;
  letter-spacing: 0.1px;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Abadi MT Condensed", system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", sans-serif;
  font-weight: 900;
  color: var(--text-color);
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
h1 .no-hyphens,
.h1 .no-hyphens,
h2 .no-hyphens,
.h2 .no-hyphens,
h3 .no-hyphens,
.h3 .no-hyphens,
h4 .no-hyphens,
.h4 .no-hyphens,
h5 .no-hyphens,
.h5 .no-hyphens,
h6 .no-hyphens,
.h6 .no-hyphens {
  -webkit-hyphens: none;
  hyphens: none;
}

h1,
.h1 {
  text-align: center;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}

h2,
.h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}

h3,
.h3 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.875rem;
  }
}

h4,
.h4 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 2.375rem;
  }
}

h5,
.h5 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.625rem;
  }
}

h6,
.h6 {
  padding: 0.5rem 0;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

a {
  text-decoration: underline;
  color: var(--link-color);
}
@media (hover: hover) {
  a {
    transition: outline 125ms ease-out, background 125ms ease-out, color 125ms ease-out;
  }
}
a:not(.button, .discreet, [type=button]) {
  outline: 4px solid transparent;
}
a:focus-visible, a:hover {
  color: var(--link-color-hover);
  background: var(--link-background-hover);
  text-decoration: none;
}
a:focus-visible:not(.button, .discreet, [type=button], [role=tab]), a:hover:not(.button, .discreet, [type=button], [role=tab]) {
  outline: 4px solid var(--link-background-hover);
}

p {
  margin: 0;
  padding: 1rem 0;
  color: var(--text-color);
}
p.lead {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  p.lead {
    padding: 5rem 0;
  }
}
p.lead:first-child {
  padding-top: 0;
}
p.lead:last-child {
  padding-bottom: 0;
}

p + h1,
p + .h1,
p + h2,
p + .h2,
p + h3,
p + .h3,
p + h4,
p + .h4,
p + h5,
p + .h5,
p + h6,
p + .h6 {
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  p + h1,
  p + .h1,
  p + h2,
  p + .h2,
  p + h3,
  p + .h3,
  p + h4,
  p + .h4,
  p + h5,
  p + .h5,
  p + h6,
  p + .h6 {
    padding-top: 7rem;
  }
}

blockquote p,
.lead {
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  blockquote p,
  .lead {
    line-height: 1.3846153846;
  }
}

.small {
  font-size: 0.875rem;
  line-height: 1.3571428571;
}

.text-center {
  text-align: center;
}

.category {
  color: var(--accent-color);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .category {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.frame-type-text ul,
.frame-type-textpic ul {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .frame-type-text ul,
  .frame-type-textpic ul {
    padding-left: 38px;
  }
}
.frame-type-text ul li,
.frame-type-textpic ul li {
  position: relative;
  line-height: 1.5;
  padding: 0.5rem 0;
}
.frame-type-text ul li::before,
.frame-type-textpic ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--red);
  margin-top: 10px;
  margin-left: -14px;
}
@media screen and (min-width: 768px) {
  .frame-type-text ul li::before,
  .frame-type-textpic ul li::before {
    margin-top: 12px;
    margin-left: -22px;
  }
}

.button,
button {
  border: none;
  cursor: pointer;
}
.button:not(.discreet),
button:not(.discreet) {
  display: inline-block;
  background: var(--button-background);
  color: var(--button-color);
  padding: 1.1875rem 2.25rem;
  border-radius: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) {
  .button:not(.discreet),
  button:not(.discreet) {
    transition: color 250ms ease-out, background 250ms ease-out;
  }
}
.button:not(.discreet):focus, .button:not(.discreet):hover, .button:not(.discreet):active,
button:not(.discreet):focus,
button:not(.discreet):hover,
button:not(.discreet):active {
  background: var(--button-background-hover);
  color: var(--button-color-hover);
  outline: none;
}
.button.discreet,
button.discreet {
  background: transparent;
  padding: 0;
}
.button.icon-button,
button.icon-button {
  padding: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: var(--gray-light);
  color: var(--blue-dark);
  font-size: 1.5rem;
  font-weight: normal;
  transition: background 250ms ease-out;
}
.button.icon-button:focus-visible, .button.icon-button:hover,
button.icon-button:focus-visible,
button.icon-button:hover {
  text-decoration: none;
  background: var(--gray);
}

img:not(.not-responsive) {
  max-width: 100%;
  height: auto;
}

figure {
  display: block;
  margin: 0;
}

.frame-type-image img,
.frame-type-textpic img {
  display: block;
}
.frame-type-image figcaption,
.frame-type-textpic figcaption {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  padding-top: 0.5rem;
}
.frame-type-image .ce-center figure img,
.frame-type-textpic .ce-center figure img {
  margin-left: auto;
  margin-right: auto;
}
.frame-type-image .ce-inner .image:last-child,
.frame-type-textpic .ce-inner .image:last-child {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .frame-type-image .ce-inner .image:last-child,
  .frame-type-textpic .ce-inner .image:last-child {
    padding-bottom: 5rem;
  }
}
.frame-type-image .ce-inner .image:last-child.-w-caption,
.frame-type-textpic .ce-inner .image:last-child.-w-caption {
  padding-bottom: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .frame-type-image .ce-inner .image:last-child.-w-caption,
  .frame-type-textpic .ce-inner .image:last-child.-w-caption {
    padding-bottom: 3.3125rem;
  }
}
.frame-type-image.frame-layout-9 figcaption,
.frame-type-textpic.frame-layout-9 figcaption {
  width: calc(var(--container-max-width) - 24px);
  margin-right: auto;
  margin-left: auto;
}

.frame-default.frame-type-image {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/FiraSans/fira-sans-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/FiraSans/fira-sans-v17-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/FiraSans/fira-sans-v17-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/FiraSans/fira-sans-v17-latin-700italic.woff2") format("woff2");
}
@font-face {
  font-family: "Abadi MT Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/Abadi/e18bfb42-1bae-4fa7-b497-c3249291afed.woff2") format("woff2");
}
@font-face {
  font-family: "Abadi MT Condensed";
  font-style: normal;
  font-weight: 900;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/Abadi/da9b1d72-39fd-4b4a-a8e3-cca0316cf78e.woff2") format("woff2");
}
@font-face {
  font-family: "LFV-Icons";
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/LFV-Icons/LFV-Icons.ttf?7ok96") format("truetype"), url("/typo3conf/ext/dmp/Resources/Public/Fonts/LFV-Icons/LFV-Icons.woff?7ok96") format("woff"), url("/typo3conf/ext/dmp/Resources/Public/Fonts/LFV-Icons/LFV-Icons.svg?7ok96#LFV-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lfv-icon,
[class^=icon-],
[class*=" icon-"] {
  font-family: "LFV-Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu::before {
  content: "m";
}

.icon-arrow-big-right::before {
  content: "\e901";
}

.icon-chevron-up::before {
  content: "▵";
}

.icon-chevron-right::before {
  content: "▹";
}

.icon-chevron-down::before {
  content: "▿";
}

.icon-chevron-left::before {
  content: "◃";
}

.icon-arrow-up::before {
  content: "⭡";
}

.icon-arrow-right::before {
  content: "⭢";
}

.icon-arrow-down::before {
  content: "⭣";
}

.icon-arrow-left::before {
  content: "⭠";
}

.icon-download::before {
  content: "💾";
}

.icon-close::before {
  content: "x";
}

.icon-arrow-hero::before {
  content: "⬇";
}

.icon-overview::before {
  content: "◳";
}

@font-face {
  font-display: block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/dmp/Resources/Public/Fonts/MaterialIcons/material-icons-v142-latin-regular.woff2") format("woff2");
}
.material-icon::before {
  font-family: "Material Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icon-autorenew::before {
  content: "\e863";
}

.material-icon-sports_soccer::before {
  content: "\ea2f";
}

.material-icon-stadium::before {
  content: "\eb90";
}

.material-icon-confirmation_number::before {
  content: "\e638";
}

.material-icon-directions_bus::before {
  content: "\e530";
}

.material-icon-fastfood::before {
  content: "\e57a";
}

.material-icon-groups::before {
  content: "\f233";
}

.material-icon-live_tv::before {
  content: "\e639";
}

.material-icon-language::before {
  content: "\e894";
}

.material-icon-newspaper::before {
  content: "\eb81";
}

.material-icon-warning::before {
  content: "\e002";
}

.material-icon-input::before {
  content: "\e890";
}

.material-icon-output::before {
  content: "\ebbe";
}

.material-icon-grid_on::before {
  content: "\e3ec";
}

@media screen and (min-width: 0) {
  body {
    --container-max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  body {
    --container-max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  body {
    --container-max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  body {
    --container-max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --container-max-width: 1084px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    --container-max-width: 1084px;
  }
}

.profile-info {
  container: table-container/inline-size;
}

table.contenttable {
  border-collapse: separate;
  border-spacing: 0.5rem 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
  padding: 1rem 0;
  overflow-x: auto;
  color: var(--text-color);
}
@media screen and (max-width: 575.98px) {
  table.contenttable {
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-left: calc(12px - 0.5rem);
    margin-right: -12px;
    padding-right: calc(12px - 0.5rem);
  }
}
table.contenttable th,
table.contenttable td {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  text-align: left;
  padding: 0.875rem 0.5rem;
  border-top: 1px solid var(--table-border-color);
  vertical-align: top;
}
@container table-container (width < 600px) {
  table.contenttable th,
  table.contenttable td {
    display: block;
  }
}
table.contenttable th.text-right,
table.contenttable td.text-right {
  text-align: right;
}
table.contenttable th {
  background: var(--table-highlight);
}
@container table-container (width < 600px) {
  table.contenttable th {
    padding-bottom: 0.5rem;
  }
}
@container table-container (width < 600px) {
  table.contenttable td {
    border-top: none;
    padding-top: 0.5rem;
  }
}
table.contenttable th.highlight,
table.contenttable td.highlight {
  background: var(--table-highlight);
}
table.contenttable tr:last-child th,
table.contenttable tr:last-child td {
  border-bottom: 1px solid var(--table-border-color);
}
@container table-container  (width < 600px) {
  table.contenttable tr:last-child th {
    border-bottom: none;
  }
}
table.contenttable[data-is-overflowing=true] {
  display: block;
  width: auto;
}
@media screen and (min-width: 576px) {
  table.contenttable[data-is-overflowing=true] {
    margin-right: calc(-1 * (50vw - var(--container-max-width) / 2 + 12px));
  }
}
@media screen and (min-width: 768px) {
  table.contenttable[data-is-overflowing=true] {
    margin-right: calc(-1 * (50vw - var(--container-max-width) / 2 + 12px + var(--container-max-width) / 12));
  }
}
table.contenttable[data-number-of-columns="2"] th,
table.contenttable[data-number-of-columns="2"] td {
  width: 50%;
}

.tabs-header-container {
  position: relative;
}

.tabs-header-viewport {
  display: flex;
  overflow-x: auto;
  margin: 1.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .tabs-header-viewport {
    margin-top: 0;
  }
}

[role=tablist] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (min-width: 768px) {
  [role=tablist] {
    margin-left: calc(1 * (50vw - var(--container-max-width) / 2 + 12px));
    margin-right: calc(1 * (50vw - var(--container-max-width) / 2 + 12px));
  }
}

[role=tab] {
  display: block;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: var(--tab-color, var(--blue-dark));
  background: var(--tab-background, transparent);
  transition: border-bottom-color 250ms ease-out, background 250ms ease-out;
  white-space: nowrap;
  padding: 1.875rem 1.875rem 2.0625rem;
}
[role=tab]:hover, [role=tab]:focus-visible {
  color: var(--tab-color-hover, var(--blue-dark));
  background: var(--tab-background-hover, transparent);
  border-bottom-color: var(--tab-border-color-hover, var(--blue));
}
[role=tab][aria-selected=true] {
  color: var(--tab-color-active, var(--blue-dark));
  background: var(--tab-background-active, transparent);
  border-bottom-color: var(--tab-border-color-active, var(--blue));
}

[role=tabpanel] {
  background: var(--tab-background-active);
}

[role=tabpanel][aria-expanded=false] {
  display: none;
}

[role=tabpanel] > .frame > .frame-inner > header h1,
[role=tabpanel] > .frame > .frame-inner > header h2,
[role=tabpanel] > .frame > .frame-inner > header h3 {
  padding-top: 0;
}

blockquote {
  margin: 1rem 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  blockquote {
    padding: 1.5rem;
  }
}
blockquote p {
  font-weight: bold;
  margin: 0;
}
blockquote p:first-child {
  margin-top: 1.5rem;
}
blockquote::before {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  background: var(--red);
  border-right: 5px solid var(--frame-color, white);
  border-top: 5px solid transparent;
}

p + blockquote {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

blockquote + p {
  margin-top: -1rem;
}

.frame-default {
  --space-extra-small: 0;
  --space-small: 0.5rem;
  --space-medium: 1rem;
  --space-large: 1.5rem;
  --space-extra-large: 2rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .frame-default {
    --space-small: 2.5rem;
    --space-medium: 5rem;
    --space-large: 7.5rem;
    --space-extra-large: 10rem;
    padding: 5rem 0;
  }
}

.content > .frame-default:first-child {
  padding-top: 0;
}
.content > .frame-default:first-child h1 {
  padding-top: 0;
}

.frame-type-header .frame-inner,
.frame-type-text .frame-inner {
  margin: 0 auto;
  width: calc(var(--container-max-width) / 1 - 24px);
}
@media screen and (min-width: 768px) {
  .frame-type-header .frame-inner,
  .frame-type-text .frame-inner {
    width: calc(var(--container-max-width) / 1.2 - 24px);
  }
}

.frame-default + .frame-type-textpic:not(.frame-skewed) {
  padding-top: 0;
}

.frame-type-textpic header,
.frame-type-textpic .ce-bodytext {
  margin: 0 auto;
  width: calc(var(--container-max-width) / 1 - 24px);
}
@media screen and (min-width: 768px) {
  .frame-type-textpic header,
  .frame-type-textpic .ce-bodytext {
    width: calc(var(--container-max-width) / 1.2 - 24px);
  }
}
.frame-type-textpic .ce-bodytext .button:not(.discreet) {
  margin-top: 4rem;
}
.frame-type-textpic header + .ce-textpic {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .frame-type-textpic header + .ce-textpic {
    padding-top: 5rem;
  }
}
.frame-type-textpic.frame-layout-6 {
  padding-bottom: 0;
}
.frame-type-textpic.frame-layout-6 .ce-gallery {
  margin: 0 auto;
  width: calc(var(--container-max-width) / 1 - 24px);
}
@media screen and (min-width: 768px) {
  .frame-type-textpic.frame-layout-6 .ce-gallery {
    width: calc(var(--container-max-width) / 1.2 - 24px);
  }
}
.frame-type-textpic.frame-layout-6 .image {
  justify-content: start;
  max-width: 163px;
  padding: 0.75rem 0;
}
.frame-type-textpic.frame-layout-6 p:first-child {
  padding-top: 0;
}
.frame-type-textpic.frame-layout-6 p:last-child {
  padding-bottom: 0;
}

.frame-type-html .ce-bodytext {
  margin: 0 auto;
  width: calc(var(--container-max-width) / 1 - 24px);
}
@media screen and (min-width: 768px) {
  .frame-type-html .ce-bodytext {
    width: calc(var(--container-max-width) / 1.2 - 24px);
  }
}

.frame-type-textmedia .ce-bodytext {
  margin: 0 auto;
  width: calc(var(--container-max-width) / 1 - 24px);
}
@media screen and (min-width: 768px) {
  .frame-type-textmedia .ce-bodytext {
    width: calc(var(--container-max-width) / 1.2 - 24px);
  }
}
.frame-type-textmedia .video-embed {
  width: calc(var(--container-max-width) - 24px);
  margin-right: auto;
  margin-left: auto;
  overflow: clip;
  border-radius: 0.5rem;
}
.frame-type-textmedia .video-embed iframe {
  display: block;
  max-width: 100%;
  height: 56.2264150943vw;
}
@media screen and (min-width: 576px) {
  .frame-type-textmedia .video-embed iframe {
    height: calc(0.5622641509 * var(--container-max-width));
  }
}

.teaser + .frame-default.frame-type-menu_subpages {
  padding-top: 0;
}

.frame-layout-1 {
  --frame-color: var(--color-contrast);
  --frame-color-dark: var(--color-contrast);
  --text-color: var(--blue-dark);
  --link-color: var(--text-color);
  --link-color-hover: var(--color-contrast);
  --link-background-hover: var(--blue);
  --button-background: #00338d;
  --button-color: var(--color-contrast);
  --button-background-hover: #f2f5f9;
  --button-color-hover: #00338d;
}

.frame-layout-2 {
  --frame-color: var(--forest-green);
  --frame-color-dark: var(--forest-green-dark);
}

.frame-layout-3 {
  --frame-color: var(--women);
  --frame-color-dark: var(--women-dark);
}

.frame-layout-4 {
  --frame-color: var(--gold);
  --frame-color-dark: var(--gold-dark);
}

.frame-layout-5 {
  --frame-color: var(--red-light);
  --frame-color-dark: var(--red-light-dark);
}

.frame-skewed {
  background: var(--frame-color);
  position: relative;
  padding: calc(1rem + 5.3472222222vw) 0;
  overflow-x: clip;
  margin-top: 3.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .frame-skewed {
    padding: calc(5rem + 5.3472222222vw) 0;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
.frame-skewed::before, .frame-skewed::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  scale: 1.2;
  height: 5.3472222222vw;
  background: url("/typo3conf/ext/dmp/Resources/Public/Images/slash-blue-dark.svg") no-repeat;
}
.frame-skewed::before {
  scale: -1.2;
  top: 0;
}

.frame-default.frame-space-before-extra-small {
  padding-top: var(--space-extra-small);
}

.frame-default.frame-space-before-small {
  padding-top: var(--space-small);
}

.frame-default.frame-space-before-medium {
  padding-top: var(--space-medium);
}

.frame-default.frame-space-before-large {
  padding-top: var(--space-large);
}

.frame-default.frame-space-before-extra-large {
  padding-top: var(--space-extra-large);
}

.frame-default.frame-space-after-extra-small {
  padding-bottom: var(--space-extra-small);
}

.frame-default.frame-space-after-small {
  padding-bottom: var(--space-small);
}

.frame-default.frame-space-after-medium {
  padding-bottom: var(--space-medium);
}

.frame-default.frame-space-after-large {
  padding-bottom: var(--space-large);
}

.frame-default.frame-space-after-extra-large {
  padding-bottom: var(--space-extra-large);
}

.navbar-button {
  background: var(--accent-color);
  border: none;
  appearance: none;
  color: var(--color-contrast);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease-in-out, background-color 250ms ease-in-out;
  cursor: pointer;
  width: 64px;
  height: 64px;
  text-decoration: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.navbar-button:focus-visible, .navbar-button:hover {
  outline: none;
  opacity: 0.5;
  color: var(--color-contrast);
  background: var(--accent-color-hover);
}
body.home .navbar-button.back-to-home, body.home .navbar-button.navbar-open-button {
  visibility: hidden;
}

.navbar-button.logo-image-wrapper {
  height: auto;
}
.navbar-button.logo-image-wrapper:focus-visible, .navbar-button.logo-image-wrapper:hover {
  opacity: 1;
}

#page-header {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: -64px;
  transition: top 250ms ease-out;
}
body.home #page-header {
  position: absolute;
  top: 0;
}

#page-header.attached {
  top: 0;
}
html.scroll-dir-top #page-header {
  top: 0;
}

@media screen and (min-width: 768px) {
  #page-header {
    top: 0;
  }
}
#page-header .navbar-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: var(--blue-dark);
}
#page-header .logo-image-wrapper {
  padding: 4px 0;
  max-height: 64px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
body.home #page-header .logo-image-wrapper {
  pointer-events: none;
  max-height: 96px;
}

#page-header .logo-image-wrapper .logo-image {
  max-height: 100%;
}

nav > ul.nav {
  list-style: none;
  padding: 1rem;
  margin: 0;
}
nav > ul.nav li a.button {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  margin-bottom: 2px;
  text-align: left;
}
nav > ul.nav li a.button .link-icon,
nav > ul.nav li a.button .link-text {
  display: inline-block;
}
nav > ul.nav li a.button .link-icon {
  width: 40px;
  opacity: 0.5;
}
nav > ul.nav li a.button .link-icon::before {
  vertical-align: middle;
}
nav > ul.nav li a.button .link-text {
  vertical-align: middle;
  line-height: 1.5;
}

#navbar-collapse {
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  z-index: 2;
  background: linear-gradient(225deg, #123075 0%, #092056 100%);
  opacity: 1;
  transition: opacity 250ms ease-out 125ms, top 250ms ease-out;
}
#navbar-collapse[aria-hidden=true] {
  top: -100lvh;
  opacity: 0;
}
#navbar-collapse .navbar-toggler {
  position: absolute;
  right: 0;
}
#navbar-collapse .navbar-collapse-inner {
  margin: 0 auto;
  max-width: var(--container-max-width);
  padding: 128px 12px 1rem;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  min-height: 100svh;
}
#navbar-collapse .navbar-collapse-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navbar-collapse .website-link {
  font-size: 0.875rem;
  color: var(--color-contrast);
  margin-top: auto;
  padding-top: 3.875rem;
}
#navbar-collapse .website-link:focus-visible, #navbar-collapse .website-link:hover {
  text-decoration: underline;
}

html.navigation-open body {
  overflow: hidden;
  height: 100vh;
}

.navigation-inline {
  margin-top: 2.5rem;
}

footer.footer {
  background: linear-gradient(225deg, #123075 0%, #092056 100%);
  text-align: center;
  border-top: 15px solid var(--background);
}
footer.footer a {
  color: var(--color-contrast);
  text-decoration: none;
}
footer.footer a:focus-visible, footer.footer a:hover {
  color: var(--blue-dark);
}
footer.footer .website-link {
  font-size: 1.2rem;
  margin-top: 46px;
  margin-bottom: 70px;
  line-height: 1;
  font-family: "Abadi MT Condensed", system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
footer.footer .footer-bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 24px;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
}
footer.footer .footer-bottom > div {
  flex-basis: 50%;
  text-align: right;
}
footer.footer .footer-bottom > div:last-child {
  text-align: left;
}

html.popup-open body {
  overflow: hidden;
  height: 100lvh;
}

dialog {
  --popup-background: #172869;
  background: var(--popup-background);
  border: none;
  margin: 0;
  padding: 0 0 4rem;
  width: 100vw;
  max-width: 100vw;
  height: 100lvh;
  max-height: 100lvh;
}
dialog .popup-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.home dialog .popup-header {
  background: var(--blue-dark);
}

.profile-back-number {
  margin: 0 auto;
  line-height: 46px;
  text-align: center;
  font-weight: normal;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #00338d;
  font-family: "Fira Sans", system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", sans-serif;
}

.profiles {
  padding-bottom: 1rem;
}

.profile .profile-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.profile .profile-image .profile-image-placeholder {
  aspect-ratio: 1/1;
  background: #00338d;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: clip;
  padding: 0.5rem;
}
.profile .profile-image .profile-image-placeholder .profile-image-placeholder-icon {
  font-size: 700%;
  color: #172869;
}
.profile h4 {
  text-align: center;
  font-size: 1.25rem;
}
.profile h4 .profile-back-number {
  margin-bottom: 0.5rem;
}
.profile h4 .profile-name {
  -webkit-hyphens: none;
  hyphens: none;
}
.profile .profile-heading-link {
  width: 100%;
  display: block;
}
.profile .profile-position {
  text-align: center;
  font-size: 0.875rem;
}
.profile table th {
  text-align: left;
}
.profile table th::first-letter {
  text-transform: uppercase;
}

.profiles.coach .profile:not(.-w-image) h4,
.profiles.referee .profile:not(.-w-image) h4,
.profiles.assists .profile:not(.-w-image) h4,
.profiles.video-referees .profile:not(.-w-image) h4 {
  text-align: left;
}

.team-line {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: bold;
}
.team-line .team-logo img {
  display: block;
  max-width: 34px;
  height: auto;
}

.match-header .teams {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem;
  justify-content: space-around;
}
.match-header .teams .team-line {
  font-weight: bold;
  flex-basis: calc(50% - 0.5rem);
  flex-flow: column;
  gap: 0.1rem;
  justify-content: flex-end;
}
.match-header .teams .team-line .team-logo img {
  max-width: 32px;
}
.match-header .teams .team-line.team-guest {
  justify-content: flex-start;
}
.match-header .teams .team-divider {
  flex-shrink: 1;
  flex-grow: 0;
  width: 1rem;
  text-align: center;
}
.match-header .match-date {
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}
.match-header .stadium {
  text-align: center;
  font-size: 0.875rem;
}

.match-line-up section,
.match-line-up .tab-content {
  padding: 0 1rem;
}
.match-line-up .tab-header h2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
}
.match-line-up .tab-header .team-logo img {
  width: 32px;
  height: auto;
  display: block;
  max-width: none;
}
.match-line-up .tab-header a {
  padding: 1rem;
}
.match-line-up .profiles,
.match-line-up .profiles.players,
.match-line-up .profiles.substitutes,
.match-line-up .profiles.assists,
.match-line-up .profiles.video-referee {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc(170px - 1rem), 1fr));
  width: 100%;
}
.match-line-up .carousel .profile {
  width: 100%;
  padding: 0 1rem;
}

.match-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .to-top-link {
    position: sticky;
    top: calc(100% - 56px);
    bottom: 0;
    display: inline-flex;
  }
}

.to-top-link.icon-button {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .to-top-link.icon-button {
    opacity: 0;
    transition: background 250ms ease-out, opacity 250ms ease-out;
  }
  .to-top-link.icon-button.show {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .to-top-link.icon-button {
    position: absolute;
    right: 15px;
    margin-top: -71px;
  }
}
.to-top-link.icon-button:focus-visible, .to-top-link.icon-button:hover {
  text-decoration: none;
  background: var(--gray);
}

.language-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  gap: 24px;
}
.language-menu > li {
  flex-basis: 50%;
  text-align: right;
}
.language-menu > li:last-child {
  text-align: left;
}
.language-menu .language-link {
  text-transform: uppercase;
}

.latest-news {
  margin: 1rem;
  display: flex;
  flex-flow: row;
  background: #00338d;
  align-items: center;
}
.latest-news .latest-news-image {
  flex-basis: 33.3%;
  flex-shrink: 0;
}
.latest-news .latest-news-image img {
  display: block;
}
.latest-news .latest-news-inner h2 {
  padding: 0;
  font-size: 1.2rem;
}
.latest-news .latest-news-inner p {
  font-size: 1rem;
}
.latest-news .latest-news-inner p:first-child {
  padding-top: 0;
}
.latest-news .latest-news-inner p:last-child {
  padding-bottom: 0;
}
.latest-news .latest-news-inner .latest-news-headline,
.latest-news .latest-news-inner .latest-news-content {
  padding: 1rem 1rem 0;
}
.latest-news .latest-news-inner .latest-news-content:last-child {
  padding-bottom: 1rem;
}
.latest-news .latest-news-inner .latest-news-headline a {
  text-decoration: none;
  outline: none;
}
.latest-news .latest-news-inner .latest-news-headline a:hover, .latest-news .latest-news-inner .latest-news-headline a:focus {
  outline: none;
}
.latest-news .latest-news-inner .latest-news-headline h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.latest-news .latest-news-inner .latest-news-headline .latest-news-icon {
  transition: opacity 250ms ease-out;
  opacity: 0.5;
  margin-top: 2px;
  line-height: 1;
}
.latest-news .latest-news-inner .latest-news-headline a:hover .latest-news-icon {
  opacity: 1;
}
.latest-news .latest-news-inner .latest-news-more-link {
  padding: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: right;
  font-family: "Abadi MT Condensed", system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", sans-serif;
}
.latest-news .latest-news-inner .latest-news-more-link .latest-news-text {
  flex-grow: 1;
}
.latest-news .latest-news-inner .latest-news-more-link .lfv-icon {
  flex-grow: 0;
  margin-top: -2px;
}

.bus-departure {
  padding: 0 1rem;
}
.bus-departure .bus-departure-iframe {
  border: none;
  display: block;
  width: 100%;
  height: 220px;
}

.carousel {
  --progress-bar-height: 0;
}
.carousel[data-carousel-options-progress=true] {
  --progress-bar-height: 5px;
}
.carousel .carousel-inner {
  position: relative;
}

button.carousel-button {
  font-family: "LFV-Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: var(--color-contrast);
  font-size: 1.5rem;
  z-index: 1;
  top: calc(min(400px, 100vw - 2rem) - 3rem - 1rem);
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  opacity: 0.5;
  background: var(--blue-dark);
  transition: opacity 250ms ease-out;
  padding: 0;
  text-align: center;
}
button.carousel-button:hover, button.carousel-button:focus-visible {
  opacity: 1;
  background: var(--blue-dark);
}
button.carousel-button.prev {
  left: 2rem;
}
button.carousel-button.next {
  right: 2rem;
}
button.carousel-button[disabled] {
  cursor: not-allowed;
  opacity: 0.2;
}

.carousel.layout-gallery .carousel-viewport {
  overflow: hidden;
}
.carousel.layout-gallery .carousel-container {
  display: flex;
  align-items: flex-start;
}
.carousel.layout-gallery .carousel-slide {
  flex: 0 0 auto;
}
.carousel.layout-gallery .carousel-main {
  position: relative;
  margin-bottom: 1rem;
}
.carousel.layout-gallery .carousel-main .carousel-slide {
  position: relative;
  padding: 0;
  width: 100vw;
}
.carousel.layout-gallery .carousel-main .carousel-slide img {
  margin: 0 auto;
}

.browser-warning-no-script {
  --text-color: var(--color-contrast);
  background: var(--red);
  text-align: center;
  font-weight: bold;
}

.overflow-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  pointer-events: none;
  background-image: linear-gradient(90deg, var(--background) 17%, rgba(var(--background-rgb), 0) 100%);
  transition: opacity 250ms;
  opacity: 0;
}
.overflow-indicator.-left {
  left: 0;
}
.overflow-indicator.-right {
  right: 0;
  scale: -1;
}

.clipped-left .overflow-indicator.-left {
  opacity: 1;
}

.clipped-right .overflow-indicator.-right {
  opacity: 1;
}

.page-not-found-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.3125rem;
}
.page-not-found-wrapper .page-not-found {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .page-not-found-wrapper .page-not-found {
    gap: 5rem;
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
}
html.show-grid body::before {
  z-index: 10001;
  font-family: Menlo, "Courier New", Courier, monospace;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  top: 0;
  color: #555;
  padding: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 0;
  pointer-events: none;
}
@media (min-width: 0) {
  html.show-grid body::before {
    content: "XS | 0 < [100%] < 575.98px ";
  }
}
@media (min-width: 576px) {
  html.show-grid body::before {
    content: "SM | 576px < [540px] < 767.98px ";
  }
}
@media (min-width: 768px) {
  html.show-grid body::before {
    content: "MD | 768px < [720px] < 991.98px ";
  }
}
@media (min-width: 992px) {
  html.show-grid body::before {
    content: "LG | 992px < [960px] < 1199.98px ";
  }
}
@media (min-width: 1200px) {
  html.show-grid body::before {
    content: "XL | 1200px < [1084px] < 1399.98px ";
  }
}
@media (min-width: 1400px) {
  html.show-grid body::before {
    content: "XXL | 1400px < [1084px] < 1000000px ";
  }
}

html.show-grid::after {
  content: "";
  position: fixed;
  inset: 0;
  text-align: center;
  width: 100vw;
  margin: 0 auto;
  z-index: 10000;
  display: block;
  pointer-events: none;
  background: repeating-linear-gradient(to right, transparent 0, transparent 12px, rgba(255, 0, 0, 0.05) 12px, rgba(255, 0, 0, 0.05) calc(8.3333333333% - 12px), transparent calc(8.3333333333% - 12px), transparent calc(8.3333333333%));
  width: 100%;
}
@media (min-width: 0) {
  html.show-grid::after {
    width: 100%;
  }
}
@media (min-width: 576px) {
  html.show-grid::after {
    width: 540px;
  }
}
@media (min-width: 768px) {
  html.show-grid::after {
    width: 720px;
  }
}
@media (min-width: 992px) {
  html.show-grid::after {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  html.show-grid::after {
    width: 1084px;
  }
}
@media (min-width: 1400px) {
  html.show-grid::after {
    width: 1084px;
  }
}

body {
  --background: #172869;
  --background-rgb: 23, 40, 105;
  --text-color: var(--color-contrast);
  padding-top: 64px;
  background: #172869;
  color: var(--text-color);
}
body #main-container {
  background: var(--background);
  padding-bottom: 1px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 768px) {
  .if-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .if-desktop {
    display: none !important;
  }
}

#content {
  padding-top: 3rem;
}
body.line-up-page {
  --background: #080f26;
  --background-rgb: 8, 15, 38;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_fonts.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_reset.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_colors.scss%22,%22file:///home/web-stage/vendor/iresults/styles-lib/_screen.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_typography.scss%22,%22file:///home/web-stage/vendor/iresults/styles-lib/screen/_utility.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/_variables.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_buttons.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_images.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/_mixins.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_icons.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_container.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_table.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_tabs.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_content-elements.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_navigation.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_footer.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_popup.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_back-number.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_profile.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_team.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_match-header.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_match-line-up.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_match-notes.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_to-top-link.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_language-menu.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_latest-news.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_bus-departure.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_carousel.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_browser-warning.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_overflow-indicator.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_page-not-found.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/components/_accessibility.scss%22,%22file:///home/web-stage/vendor/iresults/styles-lib/_debug.scss%22,%22file:///home/web-stage/vendor/iresults/styles-lib/_container.scss%22,%22file:///home/web-stage/public/typo3conf/ext/dmp/Resources/Private/Stylesheets/dmp.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22%7D */
