@charset "UTF-8";
:root {
  /** Common-Font Family */
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-roboto-condensed: "Roboto Condensed", sans-serif;
  /** Common-Font Size */
  --font-size-max: 100%;
  --font-size-xx-small: .5rem;
  --font-size-x-small: .75rem;
  --font-size-small: .875rem;
  --font-size-regular: 1rem;
  --font-size-large: 1.25rem;
  --font-size-x-large: 1.5625rem;
  --font-size-xx-large: 1.9rem;
  /** Font Weight */
  --font-weight-regular: 400; /** Regular - 400 */
  --font-weight-medium: 500; /** Medium - 500 */
  --font-weight-bold: 600; /** Bold - 600 */
  --font-weight-black: 800; /** Black - 800 */
  /** Common Colors */
  --color-white: #FFFFFF;
  --color-black: #15191C;
  --color-grey: #B5B5B5;
  --color-grey-medium: #D7E0E9;
  --color-grey-light: #EEF2F6;
  --color-grey-lightest: #EEF2F6;
  --color-grey-dark: #707070;
  --color-grey-darkest: #3f3f3f;
  --color-blue: #206DC5;
  --color-blue-light: #CEEEF5;
  --color-blue-medium: #B5DEE6;
  --color-blue-medium-dark: #89bdcb;
  --color-blue-dark: #0C447C;
  --color-blue-darkest: #042E57;
  /*
    --color-green: #2DCC72 !important;
    --color-green-light: #CEF5DF;
    --color-green-light-medium: #90DCB1;
    --color-green-medium: #ACE3C4;
    --color-green-dark: #159C50;
    --color-green-darker: #1F6F52;
    --color-green-darkest: #024720;
  */
  --color-green: #53AF40 !important;
  --color-green-light: #D4E0C2;
  --color-green-light-medium: #BCDBA5;
  --color-green-medium: #C6EE9E;
  --color-green-dark: #479639;
  --color-green-darker: #005709;
  --color-green-darkest: #024720;
  --color-yellow: #FFED78;
  --color-yellow-light: #e8e8bf;
  --color-yellow-medium: #d5d594;
  --color-yellow-dark: #989839;
  --color-yellow-darkest: #818023;
  --color-red: #FF2E03;
  --color-red-lightest: #ffded1;
  --color-red-light: #EEC8BA;
  --color-red-light-medium: #E1A68F;
  --color-red-medium: #FF6241;
  --color-red-dark: #FF2C2C;
  --color-red-darker: #CF2502;
  --color-red-darkest: #791402;
  --color-turquoise: #44a696;
  --color-turquoise-light: #86eacc;
  --color-turquoise-dark: #2d7267;
  --color-orange: #da8e41;
  --color-orange-light: #ffc490;
  --color-orange-dark: #9a6732;
  --link-color: var(--color-blue-dark);
  --color-background: #fefefe;
  --color-xp: #000231;
  --color-te: #FE3339;
  --color-kr: #F57A2B;
  --color-ta: #F5BA21;
  --color-ms: #7D46C2;
  --color-st: #0B9D71;
  --color-fq: #77BA0D;
  --color-primary: var(--color-green);
  --color-primary-dark: var(--color-green-dark);
  --color-primary-light: var(--color-green-medium);
  --color-secondary: var(--color-blue);
  --color-secondary-dark: var(--color-blue-dark);
  --color-secondary-light: var(--color-blue-medium);
  --color-success: var(--color-green);
  --color-success-dark: var(--color-green-dark);
  --color-success-light: var(--color-green-medium);
  --color-error: var(--color-red);
  --color-error-dark: var(--color-red-dark);
  --color-error-light: var(--color-red-light);
  --color-warning: var(--color-yellow);
  --color-warning-dark: var(--color-yellow-dark);
  --color-warning-light: var(--color-yellow-light);
  --color-info: var(--color-blue-medium);
  --color-info-dark: var(--color-blue);
  --color-info-light: var(--color-blue-light);
  /*PRIMARY*/
  --pr-color: #2DCC72;
  --pr-color-high: #3AD984;
  /*SECONDARY*/
  --sd-color: #0C447C;
  --sd-color-high: #0069B9;
  /* EVENT */
  --color-event-blue: var(--color-blue);
  --color-event-blue-medium: var(--color-blue-medium);
  --color-event-blue-light: #186CFF;
  --color-event-blue-dark: var(--color-blue-dark);
  --color-event-blue-darkest: var(--color-blue-darkest);
}

.ofm-modal,
.spieler-modal,
.funcup-modal {
  /* roboto-condensed-300 - latin-ext_latin */
  /* roboto-condensed-regular - latin-ext_latin */
  /* roboto-condensed-700 - latin-ext_latin */
  /* roboto-300 - latin-ext_latin */
  /* roboto-regular - latin-ext_latin */
  /* roboto-500 - latin-ext_latin */
  /* roboto-700 - latin-ext_latin */
  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /*** The new CSS Reset - version 1.4.2 (last updated 30.11.2021) ***/
  /*
      Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
      - The "symbol *" part is to solve Firefox SVG sprite bug
   */
  /* Preferred box-sizing value */
  /* Remove list styles (bullets/numbers) */
  /* For images to not be able to exceed their container */
  /* removes spacing between cells in tables */
  /* revert the 'white-space' property for textarea elements on Safari */
  /* revert for bug in Chromium browsers
     - fix for the content editable attribute will work properly. */
  /* == START rotate animation == */
  /* == END rotate animation */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v19-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v19-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v19-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-ext_latin-300.woff") format("woff"), url("../fonts/roboto-condensed-v19-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/roboto-condensed-v19-latin-ext_latin-300.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v19-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v19-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v19-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-ext_latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v19-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v19-latin-ext_latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v19-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v19-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v19-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-ext_latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v19-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v19-latin-ext_latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-ext_latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-ext_latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-ext_latin-500.eot"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"), url("../fonts/roboto-v20-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/roboto-v20-latin-ext_latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-ext_latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "bauhaus";
  src: url("/public3/fonts/bauhaus_pl.eot"); /* IE9 Compat Modes */
  src: url("/public3/fonts/bauhaus_pl.eot?#iefix") format("embedded-opentype"), url("/public3/fonts/bauhaus_pl.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ofm-modal .fa,
.spieler-modal .fa,
.funcup-modal .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ofm-modal .fa-lg,
.spieler-modal .fa-lg,
.funcup-modal .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ofm-modal .fa-2x,
.spieler-modal .fa-2x,
.funcup-modal .fa-2x {
  font-size: 2em;
}
.ofm-modal .fa-3x,
.spieler-modal .fa-3x,
.funcup-modal .fa-3x {
  font-size: 3em;
}
.ofm-modal .fa-4x,
.spieler-modal .fa-4x,
.funcup-modal .fa-4x {
  font-size: 4em;
}
.ofm-modal .fa-5x,
.spieler-modal .fa-5x,
.funcup-modal .fa-5x {
  font-size: 5em;
}
.ofm-modal .fa-fw,
.spieler-modal .fa-fw,
.funcup-modal .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.ofm-modal .fa-ul,
.spieler-modal .fa-ul,
.funcup-modal .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ofm-modal .fa-ul > li,
.spieler-modal .fa-ul > li,
.funcup-modal .fa-ul > li {
  position: relative;
}
.ofm-modal .fa-li,
.spieler-modal .fa-li,
.funcup-modal .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ofm-modal .fa-li.fa-lg,
.spieler-modal .fa-li.fa-lg,
.funcup-modal .fa-li.fa-lg {
  left: -1.85714286em;
}
.ofm-modal .fa-border,
.spieler-modal .fa-border,
.funcup-modal .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.ofm-modal .fa-pull-left,
.spieler-modal .fa-pull-left,
.funcup-modal .fa-pull-left {
  float: left;
}
.ofm-modal .fa-pull-right,
.spieler-modal .fa-pull-right,
.funcup-modal .fa-pull-right {
  float: right;
}
.ofm-modal .fa.fa-pull-left,
.spieler-modal .fa.fa-pull-left,
.funcup-modal .fa.fa-pull-left {
  margin-right: 0.3em;
}
.ofm-modal .fa.fa-pull-right,
.spieler-modal .fa.fa-pull-right,
.funcup-modal .fa.fa-pull-right {
  margin-left: 0.3em;
}
.ofm-modal .pull-right,
.spieler-modal .pull-right,
.funcup-modal .pull-right {
  float: right;
}
.ofm-modal .pull-left,
.spieler-modal .pull-left,
.funcup-modal .pull-left {
  float: left;
}
.ofm-modal .fa.pull-left,
.spieler-modal .fa.pull-left,
.funcup-modal .fa.pull-left {
  margin-right: 0.3em;
}
.ofm-modal .fa.pull-right,
.spieler-modal .fa.pull-right,
.funcup-modal .fa.pull-right {
  margin-left: 0.3em;
}
.ofm-modal .fa-spin,
.spieler-modal .fa-spin,
.funcup-modal .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.ofm-modal .fa-pulse,
.spieler-modal .fa-pulse,
.funcup-modal .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ofm-modal .fa-rotate-90,
.spieler-modal .fa-rotate-90,
.funcup-modal .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ofm-modal .fa-rotate-180,
.spieler-modal .fa-rotate-180,
.funcup-modal .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ofm-modal .fa-rotate-270,
.spieler-modal .fa-rotate-270,
.funcup-modal .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ofm-modal .fa-flip-horizontal,
.spieler-modal .fa-flip-horizontal,
.funcup-modal .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ofm-modal .fa-flip-vertical,
.spieler-modal .fa-flip-vertical,
.funcup-modal .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.ofm-modal :root .fa-rotate-90, .ofm-modal :root .fa-rotate-180, .ofm-modal :root .fa-rotate-270, .ofm-modal :root .fa-flip-horizontal, .ofm-modal :root .fa-flip-vertical,
.spieler-modal :root .fa-rotate-90,
.spieler-modal :root .fa-rotate-180,
.spieler-modal :root .fa-rotate-270,
.spieler-modal :root .fa-flip-horizontal,
.spieler-modal :root .fa-flip-vertical,
.funcup-modal :root .fa-rotate-90,
.funcup-modal :root .fa-rotate-180,
.funcup-modal :root .fa-rotate-270,
.funcup-modal :root .fa-flip-horizontal,
.funcup-modal :root .fa-flip-vertical {
  filter: none;
}
.ofm-modal .fa-stack,
.spieler-modal .fa-stack,
.funcup-modal .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.ofm-modal .fa-stack-1x, .ofm-modal .fa-stack-2x,
.spieler-modal .fa-stack-1x,
.spieler-modal .fa-stack-2x,
.funcup-modal .fa-stack-1x,
.funcup-modal .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.ofm-modal .fa-stack-1x,
.spieler-modal .fa-stack-1x,
.funcup-modal .fa-stack-1x {
  line-height: inherit;
}
.ofm-modal .fa-stack-2x,
.spieler-modal .fa-stack-2x,
.funcup-modal .fa-stack-2x {
  font-size: 2em;
}
.ofm-modal .fa-inverse,
.spieler-modal .fa-inverse,
.funcup-modal .fa-inverse {
  color: #fff;
}
.ofm-modal .fa-glass:before,
.spieler-modal .fa-glass:before,
.funcup-modal .fa-glass:before {
  content: "\f000";
}
.ofm-modal .fa-music:before,
.spieler-modal .fa-music:before,
.funcup-modal .fa-music:before {
  content: "\f001";
}
.ofm-modal .fa-search:before,
.spieler-modal .fa-search:before,
.funcup-modal .fa-search:before {
  content: "\f002";
}
.ofm-modal .fa-envelope-o:before,
.spieler-modal .fa-envelope-o:before,
.funcup-modal .fa-envelope-o:before {
  content: "\f003";
}
.ofm-modal .fa-heart:before,
.spieler-modal .fa-heart:before,
.funcup-modal .fa-heart:before {
  content: "\f004";
}
.ofm-modal .fa-star:before,
.spieler-modal .fa-star:before,
.funcup-modal .fa-star:before {
  content: "\f005";
}
.ofm-modal .fa-star-o:before,
.spieler-modal .fa-star-o:before,
.funcup-modal .fa-star-o:before {
  content: "\f006";
}
.ofm-modal .fa-user:before,
.spieler-modal .fa-user:before,
.funcup-modal .fa-user:before {
  content: "\f007";
}
.ofm-modal .fa-film:before,
.spieler-modal .fa-film:before,
.funcup-modal .fa-film:before {
  content: "\f008";
}
.ofm-modal .fa-th-large:before,
.spieler-modal .fa-th-large:before,
.funcup-modal .fa-th-large:before {
  content: "\f009";
}
.ofm-modal .fa-th:before,
.spieler-modal .fa-th:before,
.funcup-modal .fa-th:before {
  content: "\f00a";
}
.ofm-modal .fa-th-list:before,
.spieler-modal .fa-th-list:before,
.funcup-modal .fa-th-list:before {
  content: "\f00b";
}
.ofm-modal .fa-check:before,
.spieler-modal .fa-check:before,
.funcup-modal .fa-check:before {
  content: "\f00c";
}
.ofm-modal .fa-remove:before, .ofm-modal .fa-close:before, .ofm-modal .fa-times:before,
.spieler-modal .fa-remove:before,
.spieler-modal .fa-close:before,
.spieler-modal .fa-times:before,
.funcup-modal .fa-remove:before,
.funcup-modal .fa-close:before,
.funcup-modal .fa-times:before {
  content: "\f00d";
}
.ofm-modal .fa-search-plus:before,
.spieler-modal .fa-search-plus:before,
.funcup-modal .fa-search-plus:before {
  content: "\f00e";
}
.ofm-modal .fa-search-minus:before,
.spieler-modal .fa-search-minus:before,
.funcup-modal .fa-search-minus:before {
  content: "\f010";
}
.ofm-modal .fa-power-off:before,
.spieler-modal .fa-power-off:before,
.funcup-modal .fa-power-off:before {
  content: "\f011";
}
.ofm-modal .fa-signal:before,
.spieler-modal .fa-signal:before,
.funcup-modal .fa-signal:before {
  content: "\f012";
}
.ofm-modal .fa-gear:before, .ofm-modal .fa-cog:before,
.spieler-modal .fa-gear:before,
.spieler-modal .fa-cog:before,
.funcup-modal .fa-gear:before,
.funcup-modal .fa-cog:before {
  content: "\f013";
}
.ofm-modal .fa-trash-o:before,
.spieler-modal .fa-trash-o:before,
.funcup-modal .fa-trash-o:before {
  content: "\f014";
}
.ofm-modal .fa-home:before,
.spieler-modal .fa-home:before,
.funcup-modal .fa-home:before {
  content: "\f015";
}
.ofm-modal .fa-file-o:before,
.spieler-modal .fa-file-o:before,
.funcup-modal .fa-file-o:before {
  content: "\f016";
}
.ofm-modal .fa-clock-o:before,
.spieler-modal .fa-clock-o:before,
.funcup-modal .fa-clock-o:before {
  content: "\f017";
}
.ofm-modal .fa-road:before,
.spieler-modal .fa-road:before,
.funcup-modal .fa-road:before {
  content: "\f018";
}
.ofm-modal .fa-download:before,
.spieler-modal .fa-download:before,
.funcup-modal .fa-download:before {
  content: "\f019";
}
.ofm-modal .fa-arrow-circle-o-down:before,
.spieler-modal .fa-arrow-circle-o-down:before,
.funcup-modal .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.ofm-modal .fa-arrow-circle-o-up:before,
.spieler-modal .fa-arrow-circle-o-up:before,
.funcup-modal .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.ofm-modal .fa-inbox:before,
.spieler-modal .fa-inbox:before,
.funcup-modal .fa-inbox:before {
  content: "\f01c";
}
.ofm-modal .fa-play-circle-o:before,
.spieler-modal .fa-play-circle-o:before,
.funcup-modal .fa-play-circle-o:before {
  content: "\f01d";
}
.ofm-modal .fa-rotate-right:before, .ofm-modal .fa-repeat:before,
.spieler-modal .fa-rotate-right:before,
.spieler-modal .fa-repeat:before,
.funcup-modal .fa-rotate-right:before,
.funcup-modal .fa-repeat:before {
  content: "\f01e";
}
.ofm-modal .fa-refresh:before,
.spieler-modal .fa-refresh:before,
.funcup-modal .fa-refresh:before {
  content: "\f021";
}
.ofm-modal .fa-list-alt:before,
.spieler-modal .fa-list-alt:before,
.funcup-modal .fa-list-alt:before {
  content: "\f022";
}
.ofm-modal .fa-lock:before,
.spieler-modal .fa-lock:before,
.funcup-modal .fa-lock:before {
  content: "\f023";
}
.ofm-modal .fa-flag:before,
.spieler-modal .fa-flag:before,
.funcup-modal .fa-flag:before {
  content: "\f024";
}
.ofm-modal .fa-headphones:before,
.spieler-modal .fa-headphones:before,
.funcup-modal .fa-headphones:before {
  content: "\f025";
}
.ofm-modal .fa-volume-off:before,
.spieler-modal .fa-volume-off:before,
.funcup-modal .fa-volume-off:before {
  content: "\f026";
}
.ofm-modal .fa-volume-down:before,
.spieler-modal .fa-volume-down:before,
.funcup-modal .fa-volume-down:before {
  content: "\f027";
}
.ofm-modal .fa-volume-up:before,
.spieler-modal .fa-volume-up:before,
.funcup-modal .fa-volume-up:before {
  content: "\f028";
}
.ofm-modal .fa-qrcode:before,
.spieler-modal .fa-qrcode:before,
.funcup-modal .fa-qrcode:before {
  content: "\f029";
}
.ofm-modal .fa-barcode:before,
.spieler-modal .fa-barcode:before,
.funcup-modal .fa-barcode:before {
  content: "\f02a";
}
.ofm-modal .fa-tag:before,
.spieler-modal .fa-tag:before,
.funcup-modal .fa-tag:before {
  content: "\f02b";
}
.ofm-modal .fa-tags:before,
.spieler-modal .fa-tags:before,
.funcup-modal .fa-tags:before {
  content: "\f02c";
}
.ofm-modal .fa-book:before,
.spieler-modal .fa-book:before,
.funcup-modal .fa-book:before {
  content: "\f02d";
}
.ofm-modal .fa-bookmark:before,
.spieler-modal .fa-bookmark:before,
.funcup-modal .fa-bookmark:before {
  content: "\f02e";
}
.ofm-modal .fa-print:before,
.spieler-modal .fa-print:before,
.funcup-modal .fa-print:before {
  content: "\f02f";
}
.ofm-modal .fa-camera:before,
.spieler-modal .fa-camera:before,
.funcup-modal .fa-camera:before {
  content: "\f030";
}
.ofm-modal .fa-font:before,
.spieler-modal .fa-font:before,
.funcup-modal .fa-font:before {
  content: "\f031";
}
.ofm-modal .fa-bold:before,
.spieler-modal .fa-bold:before,
.funcup-modal .fa-bold:before {
  content: "\f032";
}
.ofm-modal .fa-italic:before,
.spieler-modal .fa-italic:before,
.funcup-modal .fa-italic:before {
  content: "\f033";
}
.ofm-modal .fa-text-height:before,
.spieler-modal .fa-text-height:before,
.funcup-modal .fa-text-height:before {
  content: "\f034";
}
.ofm-modal .fa-text-width:before,
.spieler-modal .fa-text-width:before,
.funcup-modal .fa-text-width:before {
  content: "\f035";
}
.ofm-modal .fa-align-left:before,
.spieler-modal .fa-align-left:before,
.funcup-modal .fa-align-left:before {
  content: "\f036";
}
.ofm-modal .fa-align-center:before,
.spieler-modal .fa-align-center:before,
.funcup-modal .fa-align-center:before {
  content: "\f037";
}
.ofm-modal .fa-align-right:before,
.spieler-modal .fa-align-right:before,
.funcup-modal .fa-align-right:before {
  content: "\f038";
}
.ofm-modal .fa-align-justify:before,
.spieler-modal .fa-align-justify:before,
.funcup-modal .fa-align-justify:before {
  content: "\f039";
}
.ofm-modal .fa-list:before,
.spieler-modal .fa-list:before,
.funcup-modal .fa-list:before {
  content: "\f03a";
}
.ofm-modal .fa-dedent:before, .ofm-modal .fa-outdent:before,
.spieler-modal .fa-dedent:before,
.spieler-modal .fa-outdent:before,
.funcup-modal .fa-dedent:before,
.funcup-modal .fa-outdent:before {
  content: "\f03b";
}
.ofm-modal .fa-indent:before,
.spieler-modal .fa-indent:before,
.funcup-modal .fa-indent:before {
  content: "\f03c";
}
.ofm-modal .fa-video-camera:before,
.spieler-modal .fa-video-camera:before,
.funcup-modal .fa-video-camera:before {
  content: "\f03d";
}
.ofm-modal .fa-photo:before, .ofm-modal .fa-image:before, .ofm-modal .fa-picture-o:before,
.spieler-modal .fa-photo:before,
.spieler-modal .fa-image:before,
.spieler-modal .fa-picture-o:before,
.funcup-modal .fa-photo:before,
.funcup-modal .fa-image:before,
.funcup-modal .fa-picture-o:before {
  content: "\f03e";
}
.ofm-modal .fa-pencil:before,
.spieler-modal .fa-pencil:before,
.funcup-modal .fa-pencil:before {
  content: "\f040";
}
.ofm-modal .fa-map-marker:before,
.spieler-modal .fa-map-marker:before,
.funcup-modal .fa-map-marker:before {
  content: "\f041";
}
.ofm-modal .fa-adjust:before,
.spieler-modal .fa-adjust:before,
.funcup-modal .fa-adjust:before {
  content: "\f042";
}
.ofm-modal .fa-tint:before,
.spieler-modal .fa-tint:before,
.funcup-modal .fa-tint:before {
  content: "\f043";
}
.ofm-modal .fa-edit:before, .ofm-modal .fa-pencil-square-o:before,
.spieler-modal .fa-edit:before,
.spieler-modal .fa-pencil-square-o:before,
.funcup-modal .fa-edit:before,
.funcup-modal .fa-pencil-square-o:before {
  content: "\f044";
}
.ofm-modal .fa-share-square-o:before,
.spieler-modal .fa-share-square-o:before,
.funcup-modal .fa-share-square-o:before {
  content: "\f045";
}
.ofm-modal .fa-check-square-o:before,
.spieler-modal .fa-check-square-o:before,
.funcup-modal .fa-check-square-o:before {
  content: "\f046";
}
.ofm-modal .fa-arrows:before,
.spieler-modal .fa-arrows:before,
.funcup-modal .fa-arrows:before {
  content: "\f047";
}
.ofm-modal .fa-step-backward:before,
.spieler-modal .fa-step-backward:before,
.funcup-modal .fa-step-backward:before {
  content: "\f048";
}
.ofm-modal .fa-fast-backward:before,
.spieler-modal .fa-fast-backward:before,
.funcup-modal .fa-fast-backward:before {
  content: "\f049";
}
.ofm-modal .fa-backward:before,
.spieler-modal .fa-backward:before,
.funcup-modal .fa-backward:before {
  content: "\f04a";
}
.ofm-modal .fa-play:before,
.spieler-modal .fa-play:before,
.funcup-modal .fa-play:before {
  content: "\f04b";
}
.ofm-modal .fa-pause:before,
.spieler-modal .fa-pause:before,
.funcup-modal .fa-pause:before {
  content: "\f04c";
}
.ofm-modal .fa-stop:before,
.spieler-modal .fa-stop:before,
.funcup-modal .fa-stop:before {
  content: "\f04d";
}
.ofm-modal .fa-forward:before,
.spieler-modal .fa-forward:before,
.funcup-modal .fa-forward:before {
  content: "\f04e";
}
.ofm-modal .fa-fast-forward:before,
.spieler-modal .fa-fast-forward:before,
.funcup-modal .fa-fast-forward:before {
  content: "\f050";
}
.ofm-modal .fa-step-forward:before,
.spieler-modal .fa-step-forward:before,
.funcup-modal .fa-step-forward:before {
  content: "\f051";
}
.ofm-modal .fa-eject:before,
.spieler-modal .fa-eject:before,
.funcup-modal .fa-eject:before {
  content: "\f052";
}
.ofm-modal .fa-chevron-left:before,
.spieler-modal .fa-chevron-left:before,
.funcup-modal .fa-chevron-left:before {
  content: "\f053";
}
.ofm-modal .fa-chevron-right:before,
.spieler-modal .fa-chevron-right:before,
.funcup-modal .fa-chevron-right:before {
  content: "\f054";
}
.ofm-modal .fa-plus-circle:before,
.spieler-modal .fa-plus-circle:before,
.funcup-modal .fa-plus-circle:before {
  content: "\f055";
}
.ofm-modal .fa-minus-circle:before,
.spieler-modal .fa-minus-circle:before,
.funcup-modal .fa-minus-circle:before {
  content: "\f056";
}
.ofm-modal .fa-times-circle:before,
.spieler-modal .fa-times-circle:before,
.funcup-modal .fa-times-circle:before {
  content: "\f057";
}
.ofm-modal .fa-check-circle:before,
.spieler-modal .fa-check-circle:before,
.funcup-modal .fa-check-circle:before {
  content: "\f058";
}
.ofm-modal .fa-question-circle:before,
.spieler-modal .fa-question-circle:before,
.funcup-modal .fa-question-circle:before {
  content: "\f059";
}
.ofm-modal .fa-info-circle:before,
.spieler-modal .fa-info-circle:before,
.funcup-modal .fa-info-circle:before {
  content: "\f05a";
}
.ofm-modal .fa-crosshairs:before,
.spieler-modal .fa-crosshairs:before,
.funcup-modal .fa-crosshairs:before {
  content: "\f05b";
}
.ofm-modal .fa-times-circle-o:before,
.spieler-modal .fa-times-circle-o:before,
.funcup-modal .fa-times-circle-o:before {
  content: "\f05c";
}
.ofm-modal .fa-check-circle-o:before,
.spieler-modal .fa-check-circle-o:before,
.funcup-modal .fa-check-circle-o:before {
  content: "\f05d";
}
.ofm-modal .fa-ban:before,
.spieler-modal .fa-ban:before,
.funcup-modal .fa-ban:before {
  content: "\f05e";
}
.ofm-modal .fa-arrow-left:before,
.spieler-modal .fa-arrow-left:before,
.funcup-modal .fa-arrow-left:before {
  content: "\f060";
}
.ofm-modal .fa-arrow-right:before,
.spieler-modal .fa-arrow-right:before,
.funcup-modal .fa-arrow-right:before {
  content: "\f061";
}
.ofm-modal .fa-arrow-up:before,
.spieler-modal .fa-arrow-up:before,
.funcup-modal .fa-arrow-up:before {
  content: "\f062";
}
.ofm-modal .fa-arrow-down:before,
.spieler-modal .fa-arrow-down:before,
.funcup-modal .fa-arrow-down:before {
  content: "\f063";
}
.ofm-modal .fa-mail-forward:before, .ofm-modal .fa-share:before,
.spieler-modal .fa-mail-forward:before,
.spieler-modal .fa-share:before,
.funcup-modal .fa-mail-forward:before,
.funcup-modal .fa-share:before {
  content: "\f064";
}
.ofm-modal .fa-expand:before,
.spieler-modal .fa-expand:before,
.funcup-modal .fa-expand:before {
  content: "\f065";
}
.ofm-modal .fa-compress:before,
.spieler-modal .fa-compress:before,
.funcup-modal .fa-compress:before {
  content: "\f066";
}
.ofm-modal .fa-plus:before,
.spieler-modal .fa-plus:before,
.funcup-modal .fa-plus:before {
  content: "\f067";
}
.ofm-modal .fa-minus:before,
.spieler-modal .fa-minus:before,
.funcup-modal .fa-minus:before {
  content: "\f068";
}
.ofm-modal .fa-asterisk:before,
.spieler-modal .fa-asterisk:before,
.funcup-modal .fa-asterisk:before {
  content: "\f069";
}
.ofm-modal .fa-exclamation-circle:before,
.spieler-modal .fa-exclamation-circle:before,
.funcup-modal .fa-exclamation-circle:before {
  content: "\f06a";
}
.ofm-modal .fa-gift:before,
.spieler-modal .fa-gift:before,
.funcup-modal .fa-gift:before {
  content: "\f06b";
}
.ofm-modal .fa-leaf:before,
.spieler-modal .fa-leaf:before,
.funcup-modal .fa-leaf:before {
  content: "\f06c";
}
.ofm-modal .fa-fire:before,
.spieler-modal .fa-fire:before,
.funcup-modal .fa-fire:before {
  content: "\f06d";
}
.ofm-modal .fa-eye:before,
.spieler-modal .fa-eye:before,
.funcup-modal .fa-eye:before {
  content: "\f06e";
}
.ofm-modal .fa-eye-slash:before,
.spieler-modal .fa-eye-slash:before,
.funcup-modal .fa-eye-slash:before {
  content: "\f070";
}
.ofm-modal .fa-warning:before, .ofm-modal .fa-exclamation-triangle:before,
.spieler-modal .fa-warning:before,
.spieler-modal .fa-exclamation-triangle:before,
.funcup-modal .fa-warning:before,
.funcup-modal .fa-exclamation-triangle:before {
  content: "\f071";
}
.ofm-modal .fa-plane:before,
.spieler-modal .fa-plane:before,
.funcup-modal .fa-plane:before {
  content: "\f072";
}
.ofm-modal .fa-calendar:before,
.spieler-modal .fa-calendar:before,
.funcup-modal .fa-calendar:before {
  content: "\f073";
}
.ofm-modal .fa-random:before,
.spieler-modal .fa-random:before,
.funcup-modal .fa-random:before {
  content: "\f074";
}
.ofm-modal .fa-comment:before,
.spieler-modal .fa-comment:before,
.funcup-modal .fa-comment:before {
  content: "\f075";
}
.ofm-modal .fa-magnet:before,
.spieler-modal .fa-magnet:before,
.funcup-modal .fa-magnet:before {
  content: "\f076";
}
.ofm-modal .fa-chevron-up:before,
.spieler-modal .fa-chevron-up:before,
.funcup-modal .fa-chevron-up:before {
  content: "\f077";
}
.ofm-modal .fa-chevron-down:before,
.spieler-modal .fa-chevron-down:before,
.funcup-modal .fa-chevron-down:before {
  content: "\f078";
}
.ofm-modal .fa-retweet:before,
.spieler-modal .fa-retweet:before,
.funcup-modal .fa-retweet:before {
  content: "\f079";
}
.ofm-modal .fa-shopping-cart:before,
.spieler-modal .fa-shopping-cart:before,
.funcup-modal .fa-shopping-cart:before {
  content: "\f07a";
}
.ofm-modal .fa-folder:before,
.spieler-modal .fa-folder:before,
.funcup-modal .fa-folder:before {
  content: "\f07b";
}
.ofm-modal .fa-folder-open:before,
.spieler-modal .fa-folder-open:before,
.funcup-modal .fa-folder-open:before {
  content: "\f07c";
}
.ofm-modal .fa-arrows-v:before,
.spieler-modal .fa-arrows-v:before,
.funcup-modal .fa-arrows-v:before {
  content: "\f07d";
}
.ofm-modal .fa-arrows-h:before,
.spieler-modal .fa-arrows-h:before,
.funcup-modal .fa-arrows-h:before {
  content: "\f07e";
}
.ofm-modal .fa-bar-chart-o:before, .ofm-modal .fa-bar-chart:before,
.spieler-modal .fa-bar-chart-o:before,
.spieler-modal .fa-bar-chart:before,
.funcup-modal .fa-bar-chart-o:before,
.funcup-modal .fa-bar-chart:before {
  content: "\f080";
}
.ofm-modal .fa-twitter-square:before,
.spieler-modal .fa-twitter-square:before,
.funcup-modal .fa-twitter-square:before {
  content: "\f081";
}
.ofm-modal .fa-facebook-square:before,
.spieler-modal .fa-facebook-square:before,
.funcup-modal .fa-facebook-square:before {
  content: "\f082";
}
.ofm-modal .fa-camera-retro:before,
.spieler-modal .fa-camera-retro:before,
.funcup-modal .fa-camera-retro:before {
  content: "\f083";
}
.ofm-modal .fa-key:before,
.spieler-modal .fa-key:before,
.funcup-modal .fa-key:before {
  content: "\f084";
}
.ofm-modal .fa-gears:before, .ofm-modal .fa-cogs:before,
.spieler-modal .fa-gears:before,
.spieler-modal .fa-cogs:before,
.funcup-modal .fa-gears:before,
.funcup-modal .fa-cogs:before {
  content: "\f085";
}
.ofm-modal .fa-comments:before,
.spieler-modal .fa-comments:before,
.funcup-modal .fa-comments:before {
  content: "\f086";
}
.ofm-modal .fa-thumbs-o-up:before,
.spieler-modal .fa-thumbs-o-up:before,
.funcup-modal .fa-thumbs-o-up:before {
  content: "\f087";
}
.ofm-modal .fa-thumbs-o-down:before,
.spieler-modal .fa-thumbs-o-down:before,
.funcup-modal .fa-thumbs-o-down:before {
  content: "\f088";
}
.ofm-modal .fa-star-half:before,
.spieler-modal .fa-star-half:before,
.funcup-modal .fa-star-half:before {
  content: "\f089";
}
.ofm-modal .fa-heart-o:before,
.spieler-modal .fa-heart-o:before,
.funcup-modal .fa-heart-o:before {
  content: "\f08a";
}
.ofm-modal .fa-sign-out:before,
.spieler-modal .fa-sign-out:before,
.funcup-modal .fa-sign-out:before {
  content: "\f08b";
}
.ofm-modal .fa-linkedin-square:before,
.spieler-modal .fa-linkedin-square:before,
.funcup-modal .fa-linkedin-square:before {
  content: "\f08c";
}
.ofm-modal .fa-thumb-tack:before,
.spieler-modal .fa-thumb-tack:before,
.funcup-modal .fa-thumb-tack:before {
  content: "\f08d";
}
.ofm-modal .fa-external-link:before,
.spieler-modal .fa-external-link:before,
.funcup-modal .fa-external-link:before {
  content: "\f08e";
}
.ofm-modal .fa-sign-in:before,
.spieler-modal .fa-sign-in:before,
.funcup-modal .fa-sign-in:before {
  content: "\f090";
}
.ofm-modal .fa-trophy:before,
.spieler-modal .fa-trophy:before,
.funcup-modal .fa-trophy:before {
  content: "\f091";
}
.ofm-modal .fa-github-square:before,
.spieler-modal .fa-github-square:before,
.funcup-modal .fa-github-square:before {
  content: "\f092";
}
.ofm-modal .fa-upload:before,
.spieler-modal .fa-upload:before,
.funcup-modal .fa-upload:before {
  content: "\f093";
}
.ofm-modal .fa-lemon-o:before,
.spieler-modal .fa-lemon-o:before,
.funcup-modal .fa-lemon-o:before {
  content: "\f094";
}
.ofm-modal .fa-phone:before,
.spieler-modal .fa-phone:before,
.funcup-modal .fa-phone:before {
  content: "\f095";
}
.ofm-modal .fa-square-o:before,
.spieler-modal .fa-square-o:before,
.funcup-modal .fa-square-o:before {
  content: "\f096";
}
.ofm-modal .fa-bookmark-o:before,
.spieler-modal .fa-bookmark-o:before,
.funcup-modal .fa-bookmark-o:before {
  content: "\f097";
}
.ofm-modal .fa-phone-square:before,
.spieler-modal .fa-phone-square:before,
.funcup-modal .fa-phone-square:before {
  content: "\f098";
}
.ofm-modal .fa-twitter:before,
.spieler-modal .fa-twitter:before,
.funcup-modal .fa-twitter:before {
  content: "\f099";
}
.ofm-modal .fa-facebook-f:before, .ofm-modal .fa-facebook:before,
.spieler-modal .fa-facebook-f:before,
.spieler-modal .fa-facebook:before,
.funcup-modal .fa-facebook-f:before,
.funcup-modal .fa-facebook:before {
  content: "\f09a";
}
.ofm-modal .fa-github:before,
.spieler-modal .fa-github:before,
.funcup-modal .fa-github:before {
  content: "\f09b";
}
.ofm-modal .fa-unlock:before,
.spieler-modal .fa-unlock:before,
.funcup-modal .fa-unlock:before {
  content: "\f09c";
}
.ofm-modal .fa-credit-card:before,
.spieler-modal .fa-credit-card:before,
.funcup-modal .fa-credit-card:before {
  content: "\f09d";
}
.ofm-modal .fa-feed:before, .ofm-modal .fa-rss:before,
.spieler-modal .fa-feed:before,
.spieler-modal .fa-rss:before,
.funcup-modal .fa-feed:before,
.funcup-modal .fa-rss:before {
  content: "\f09e";
}
.ofm-modal .fa-hdd-o:before,
.spieler-modal .fa-hdd-o:before,
.funcup-modal .fa-hdd-o:before {
  content: "\f0a0";
}
.ofm-modal .fa-bullhorn:before,
.spieler-modal .fa-bullhorn:before,
.funcup-modal .fa-bullhorn:before {
  content: "\f0a1";
}
.ofm-modal .fa-bell:before,
.spieler-modal .fa-bell:before,
.funcup-modal .fa-bell:before {
  content: "\f0f3";
}
.ofm-modal .fa-certificate:before,
.spieler-modal .fa-certificate:before,
.funcup-modal .fa-certificate:before {
  content: "\f0a3";
}
.ofm-modal .fa-hand-o-right:before,
.spieler-modal .fa-hand-o-right:before,
.funcup-modal .fa-hand-o-right:before {
  content: "\f0a4";
}
.ofm-modal .fa-hand-o-left:before,
.spieler-modal .fa-hand-o-left:before,
.funcup-modal .fa-hand-o-left:before {
  content: "\f0a5";
}
.ofm-modal .fa-hand-o-up:before,
.spieler-modal .fa-hand-o-up:before,
.funcup-modal .fa-hand-o-up:before {
  content: "\f0a6";
}
.ofm-modal .fa-hand-o-down:before,
.spieler-modal .fa-hand-o-down:before,
.funcup-modal .fa-hand-o-down:before {
  content: "\f0a7";
}
.ofm-modal .fa-arrow-circle-left:before,
.spieler-modal .fa-arrow-circle-left:before,
.funcup-modal .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.ofm-modal .fa-arrow-circle-right:before,
.spieler-modal .fa-arrow-circle-right:before,
.funcup-modal .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.ofm-modal .fa-arrow-circle-up:before,
.spieler-modal .fa-arrow-circle-up:before,
.funcup-modal .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.ofm-modal .fa-arrow-circle-down:before,
.spieler-modal .fa-arrow-circle-down:before,
.funcup-modal .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.ofm-modal .fa-globe:before,
.spieler-modal .fa-globe:before,
.funcup-modal .fa-globe:before {
  content: "\f0ac";
}
.ofm-modal .fa-wrench:before,
.spieler-modal .fa-wrench:before,
.funcup-modal .fa-wrench:before {
  content: "\f0ad";
}
.ofm-modal .fa-tasks:before,
.spieler-modal .fa-tasks:before,
.funcup-modal .fa-tasks:before {
  content: "\f0ae";
}
.ofm-modal .fa-filter:before,
.spieler-modal .fa-filter:before,
.funcup-modal .fa-filter:before {
  content: "\f0b0";
}
.ofm-modal .fa-briefcase:before,
.spieler-modal .fa-briefcase:before,
.funcup-modal .fa-briefcase:before {
  content: "\f0b1";
}
.ofm-modal .fa-arrows-alt:before,
.spieler-modal .fa-arrows-alt:before,
.funcup-modal .fa-arrows-alt:before {
  content: "\f0b2";
}
.ofm-modal .fa-group:before, .ofm-modal .fa-users:before,
.spieler-modal .fa-group:before,
.spieler-modal .fa-users:before,
.funcup-modal .fa-group:before,
.funcup-modal .fa-users:before {
  content: "\f0c0";
}
.ofm-modal .fa-chain:before, .ofm-modal .fa-link:before,
.spieler-modal .fa-chain:before,
.spieler-modal .fa-link:before,
.funcup-modal .fa-chain:before,
.funcup-modal .fa-link:before {
  content: "\f0c1";
}
.ofm-modal .fa-cloud:before,
.spieler-modal .fa-cloud:before,
.funcup-modal .fa-cloud:before {
  content: "\f0c2";
}
.ofm-modal .fa-flask:before,
.spieler-modal .fa-flask:before,
.funcup-modal .fa-flask:before {
  content: "\f0c3";
}
.ofm-modal .fa-cut:before, .ofm-modal .fa-scissors:before,
.spieler-modal .fa-cut:before,
.spieler-modal .fa-scissors:before,
.funcup-modal .fa-cut:before,
.funcup-modal .fa-scissors:before {
  content: "\f0c4";
}
.ofm-modal .fa-copy:before, .ofm-modal .fa-files-o:before,
.spieler-modal .fa-copy:before,
.spieler-modal .fa-files-o:before,
.funcup-modal .fa-copy:before,
.funcup-modal .fa-files-o:before {
  content: "\f0c5";
}
.ofm-modal .fa-paperclip:before,
.spieler-modal .fa-paperclip:before,
.funcup-modal .fa-paperclip:before {
  content: "\f0c6";
}
.ofm-modal .fa-save:before, .ofm-modal .fa-floppy-o:before,
.spieler-modal .fa-save:before,
.spieler-modal .fa-floppy-o:before,
.funcup-modal .fa-save:before,
.funcup-modal .fa-floppy-o:before {
  content: "\f0c7";
}
.ofm-modal .fa-square:before,
.spieler-modal .fa-square:before,
.funcup-modal .fa-square:before {
  content: "\f0c8";
}
.ofm-modal .fa-navicon:before, .ofm-modal .fa-reorder:before, .ofm-modal .fa-bars:before,
.spieler-modal .fa-navicon:before,
.spieler-modal .fa-reorder:before,
.spieler-modal .fa-bars:before,
.funcup-modal .fa-navicon:before,
.funcup-modal .fa-reorder:before,
.funcup-modal .fa-bars:before {
  content: "\f0c9";
}
.ofm-modal .fa-list-ul:before,
.spieler-modal .fa-list-ul:before,
.funcup-modal .fa-list-ul:before {
  content: "\f0ca";
}
.ofm-modal .fa-list-ol:before,
.spieler-modal .fa-list-ol:before,
.funcup-modal .fa-list-ol:before {
  content: "\f0cb";
}
.ofm-modal .fa-strikethrough:before,
.spieler-modal .fa-strikethrough:before,
.funcup-modal .fa-strikethrough:before {
  content: "\f0cc";
}
.ofm-modal .fa-underline:before,
.spieler-modal .fa-underline:before,
.funcup-modal .fa-underline:before {
  content: "\f0cd";
}
.ofm-modal .fa-table:before,
.spieler-modal .fa-table:before,
.funcup-modal .fa-table:before {
  content: "\f0ce";
}
.ofm-modal .fa-magic:before,
.spieler-modal .fa-magic:before,
.funcup-modal .fa-magic:before {
  content: "\f0d0";
}
.ofm-modal .fa-truck:before,
.spieler-modal .fa-truck:before,
.funcup-modal .fa-truck:before {
  content: "\f0d1";
}
.ofm-modal .fa-pinterest:before,
.spieler-modal .fa-pinterest:before,
.funcup-modal .fa-pinterest:before {
  content: "\f0d2";
}
.ofm-modal .fa-pinterest-square:before,
.spieler-modal .fa-pinterest-square:before,
.funcup-modal .fa-pinterest-square:before {
  content: "\f0d3";
}
.ofm-modal .fa-google-plus-square:before,
.spieler-modal .fa-google-plus-square:before,
.funcup-modal .fa-google-plus-square:before {
  content: "\f0d4";
}
.ofm-modal .fa-google-plus:before,
.spieler-modal .fa-google-plus:before,
.funcup-modal .fa-google-plus:before {
  content: "\f0d5";
}
.ofm-modal .fa-money:before,
.spieler-modal .fa-money:before,
.funcup-modal .fa-money:before {
  content: "\f0d6";
}
.ofm-modal .fa-caret-down:before,
.spieler-modal .fa-caret-down:before,
.funcup-modal .fa-caret-down:before {
  content: "\f0d7";
}
.ofm-modal .fa-caret-up:before,
.spieler-modal .fa-caret-up:before,
.funcup-modal .fa-caret-up:before {
  content: "\f0d8";
}
.ofm-modal .fa-caret-left:before,
.spieler-modal .fa-caret-left:before,
.funcup-modal .fa-caret-left:before {
  content: "\f0d9";
}
.ofm-modal .fa-caret-right:before,
.spieler-modal .fa-caret-right:before,
.funcup-modal .fa-caret-right:before {
  content: "\f0da";
}
.ofm-modal .fa-columns:before,
.spieler-modal .fa-columns:before,
.funcup-modal .fa-columns:before {
  content: "\f0db";
}
.ofm-modal .fa-unsorted:before, .ofm-modal .fa-sort:before,
.spieler-modal .fa-unsorted:before,
.spieler-modal .fa-sort:before,
.funcup-modal .fa-unsorted:before,
.funcup-modal .fa-sort:before {
  content: "\f0dc";
}
.ofm-modal .fa-sort-down:before, .ofm-modal .fa-sort-desc:before,
.spieler-modal .fa-sort-down:before,
.spieler-modal .fa-sort-desc:before,
.funcup-modal .fa-sort-down:before,
.funcup-modal .fa-sort-desc:before {
  content: "\f0dd";
}
.ofm-modal .fa-sort-up:before, .ofm-modal .fa-sort-asc:before,
.spieler-modal .fa-sort-up:before,
.spieler-modal .fa-sort-asc:before,
.funcup-modal .fa-sort-up:before,
.funcup-modal .fa-sort-asc:before {
  content: "\f0de";
}
.ofm-modal .fa-envelope:before,
.spieler-modal .fa-envelope:before,
.funcup-modal .fa-envelope:before {
  content: "\f0e0";
}
.ofm-modal .fa-linkedin:before,
.spieler-modal .fa-linkedin:before,
.funcup-modal .fa-linkedin:before {
  content: "\f0e1";
}
.ofm-modal .fa-rotate-left:before, .ofm-modal .fa-undo:before,
.spieler-modal .fa-rotate-left:before,
.spieler-modal .fa-undo:before,
.funcup-modal .fa-rotate-left:before,
.funcup-modal .fa-undo:before {
  content: "\f0e2";
}
.ofm-modal .fa-legal:before, .ofm-modal .fa-gavel:before,
.spieler-modal .fa-legal:before,
.spieler-modal .fa-gavel:before,
.funcup-modal .fa-legal:before,
.funcup-modal .fa-gavel:before {
  content: "\f0e3";
}
.ofm-modal .fa-dashboard:before, .ofm-modal .fa-tachometer:before,
.spieler-modal .fa-dashboard:before,
.spieler-modal .fa-tachometer:before,
.funcup-modal .fa-dashboard:before,
.funcup-modal .fa-tachometer:before {
  content: "\f0e4";
}
.ofm-modal .fa-comment-o:before,
.spieler-modal .fa-comment-o:before,
.funcup-modal .fa-comment-o:before {
  content: "\f0e5";
}
.ofm-modal .fa-comments-o:before,
.spieler-modal .fa-comments-o:before,
.funcup-modal .fa-comments-o:before {
  content: "\f0e6";
}
.ofm-modal .fa-flash:before, .ofm-modal .fa-bolt:before,
.spieler-modal .fa-flash:before,
.spieler-modal .fa-bolt:before,
.funcup-modal .fa-flash:before,
.funcup-modal .fa-bolt:before {
  content: "\f0e7";
}
.ofm-modal .fa-sitemap:before,
.spieler-modal .fa-sitemap:before,
.funcup-modal .fa-sitemap:before {
  content: "\f0e8";
}
.ofm-modal .fa-umbrella:before,
.spieler-modal .fa-umbrella:before,
.funcup-modal .fa-umbrella:before {
  content: "\f0e9";
}
.ofm-modal .fa-paste:before, .ofm-modal .fa-clipboard:before,
.spieler-modal .fa-paste:before,
.spieler-modal .fa-clipboard:before,
.funcup-modal .fa-paste:before,
.funcup-modal .fa-clipboard:before {
  content: "\f0ea";
}
.ofm-modal .fa-lightbulb-o:before,
.spieler-modal .fa-lightbulb-o:before,
.funcup-modal .fa-lightbulb-o:before {
  content: "\f0eb";
}
.ofm-modal .fa-exchange:before,
.spieler-modal .fa-exchange:before,
.funcup-modal .fa-exchange:before {
  content: "\f0ec";
}
.ofm-modal .fa-cloud-download:before,
.spieler-modal .fa-cloud-download:before,
.funcup-modal .fa-cloud-download:before {
  content: "\f0ed";
}
.ofm-modal .fa-cloud-upload:before,
.spieler-modal .fa-cloud-upload:before,
.funcup-modal .fa-cloud-upload:before {
  content: "\f0ee";
}
.ofm-modal .fa-user-md:before,
.spieler-modal .fa-user-md:before,
.funcup-modal .fa-user-md:before {
  content: "\f0f0";
}
.ofm-modal .fa-stethoscope:before,
.spieler-modal .fa-stethoscope:before,
.funcup-modal .fa-stethoscope:before {
  content: "\f0f1";
}
.ofm-modal .fa-suitcase:before,
.spieler-modal .fa-suitcase:before,
.funcup-modal .fa-suitcase:before {
  content: "\f0f2";
}
.ofm-modal .fa-bell-o:before,
.spieler-modal .fa-bell-o:before,
.funcup-modal .fa-bell-o:before {
  content: "\f0a2";
}
.ofm-modal .fa-coffee:before,
.spieler-modal .fa-coffee:before,
.funcup-modal .fa-coffee:before {
  content: "\f0f4";
}
.ofm-modal .fa-cutlery:before,
.spieler-modal .fa-cutlery:before,
.funcup-modal .fa-cutlery:before {
  content: "\f0f5";
}
.ofm-modal .fa-file-text-o:before,
.spieler-modal .fa-file-text-o:before,
.funcup-modal .fa-file-text-o:before {
  content: "\f0f6";
}
.ofm-modal .fa-building-o:before,
.spieler-modal .fa-building-o:before,
.funcup-modal .fa-building-o:before {
  content: "\f0f7";
}
.ofm-modal .fa-hospital-o:before,
.spieler-modal .fa-hospital-o:before,
.funcup-modal .fa-hospital-o:before {
  content: "\f0f8";
}
.ofm-modal .fa-ambulance:before,
.spieler-modal .fa-ambulance:before,
.funcup-modal .fa-ambulance:before {
  content: "\f0f9";
}
.ofm-modal .fa-medkit:before,
.spieler-modal .fa-medkit:before,
.funcup-modal .fa-medkit:before {
  content: "\f0fa";
}
.ofm-modal .fa-fighter-jet:before,
.spieler-modal .fa-fighter-jet:before,
.funcup-modal .fa-fighter-jet:before {
  content: "\f0fb";
}
.ofm-modal .fa-beer:before,
.spieler-modal .fa-beer:before,
.funcup-modal .fa-beer:before {
  content: "\f0fc";
}
.ofm-modal .fa-h-square:before,
.spieler-modal .fa-h-square:before,
.funcup-modal .fa-h-square:before {
  content: "\f0fd";
}
.ofm-modal .fa-plus-square:before,
.spieler-modal .fa-plus-square:before,
.funcup-modal .fa-plus-square:before {
  content: "\f0fe";
}
.ofm-modal .fa-angle-double-left:before,
.spieler-modal .fa-angle-double-left:before,
.funcup-modal .fa-angle-double-left:before {
  content: "\f100";
}
.ofm-modal .fa-angle-double-right:before,
.spieler-modal .fa-angle-double-right:before,
.funcup-modal .fa-angle-double-right:before {
  content: "\f101";
}
.ofm-modal .fa-angle-double-up:before,
.spieler-modal .fa-angle-double-up:before,
.funcup-modal .fa-angle-double-up:before {
  content: "\f102";
}
.ofm-modal .fa-angle-double-down:before,
.spieler-modal .fa-angle-double-down:before,
.funcup-modal .fa-angle-double-down:before {
  content: "\f103";
}
.ofm-modal .fa-angle-left:before,
.spieler-modal .fa-angle-left:before,
.funcup-modal .fa-angle-left:before {
  content: "\f104";
}
.ofm-modal .fa-angle-right:before,
.spieler-modal .fa-angle-right:before,
.funcup-modal .fa-angle-right:before {
  content: "\f105";
}
.ofm-modal .fa-angle-up:before,
.spieler-modal .fa-angle-up:before,
.funcup-modal .fa-angle-up:before {
  content: "\f106";
}
.ofm-modal .fa-angle-down:before,
.spieler-modal .fa-angle-down:before,
.funcup-modal .fa-angle-down:before {
  content: "\f107";
}
.ofm-modal .fa-desktop:before,
.spieler-modal .fa-desktop:before,
.funcup-modal .fa-desktop:before {
  content: "\f108";
}
.ofm-modal .fa-laptop:before,
.spieler-modal .fa-laptop:before,
.funcup-modal .fa-laptop:before {
  content: "\f109";
}
.ofm-modal .fa-tablet:before,
.spieler-modal .fa-tablet:before,
.funcup-modal .fa-tablet:before {
  content: "\f10a";
}
.ofm-modal .fa-mobile-phone:before, .ofm-modal .fa-mobile:before,
.spieler-modal .fa-mobile-phone:before,
.spieler-modal .fa-mobile:before,
.funcup-modal .fa-mobile-phone:before,
.funcup-modal .fa-mobile:before {
  content: "\f10b";
}
.ofm-modal .fa-circle-o:before,
.spieler-modal .fa-circle-o:before,
.funcup-modal .fa-circle-o:before {
  content: "\f10c";
}
.ofm-modal .fa-quote-left:before,
.spieler-modal .fa-quote-left:before,
.funcup-modal .fa-quote-left:before {
  content: "\f10d";
}
.ofm-modal .fa-quote-right:before,
.spieler-modal .fa-quote-right:before,
.funcup-modal .fa-quote-right:before {
  content: "\f10e";
}
.ofm-modal .fa-spinner:before,
.spieler-modal .fa-spinner:before,
.funcup-modal .fa-spinner:before {
  content: "\f110";
}
.ofm-modal .fa-circle:before,
.spieler-modal .fa-circle:before,
.funcup-modal .fa-circle:before {
  content: "\f111";
}
.ofm-modal .fa-mail-reply:before, .ofm-modal .fa-reply:before,
.spieler-modal .fa-mail-reply:before,
.spieler-modal .fa-reply:before,
.funcup-modal .fa-mail-reply:before,
.funcup-modal .fa-reply:before {
  content: "\f112";
}
.ofm-modal .fa-github-alt:before,
.spieler-modal .fa-github-alt:before,
.funcup-modal .fa-github-alt:before {
  content: "\f113";
}
.ofm-modal .fa-folder-o:before,
.spieler-modal .fa-folder-o:before,
.funcup-modal .fa-folder-o:before {
  content: "\f114";
}
.ofm-modal .fa-folder-open-o:before,
.spieler-modal .fa-folder-open-o:before,
.funcup-modal .fa-folder-open-o:before {
  content: "\f115";
}
.ofm-modal .fa-smile-o:before,
.spieler-modal .fa-smile-o:before,
.funcup-modal .fa-smile-o:before {
  content: "\f118";
}
.ofm-modal .fa-frown-o:before,
.spieler-modal .fa-frown-o:before,
.funcup-modal .fa-frown-o:before {
  content: "\f119";
}
.ofm-modal .fa-meh-o:before,
.spieler-modal .fa-meh-o:before,
.funcup-modal .fa-meh-o:before {
  content: "\f11a";
}
.ofm-modal .fa-gamepad:before,
.spieler-modal .fa-gamepad:before,
.funcup-modal .fa-gamepad:before {
  content: "\f11b";
}
.ofm-modal .fa-keyboard-o:before,
.spieler-modal .fa-keyboard-o:before,
.funcup-modal .fa-keyboard-o:before {
  content: "\f11c";
}
.ofm-modal .fa-flag-o:before,
.spieler-modal .fa-flag-o:before,
.funcup-modal .fa-flag-o:before {
  content: "\f11d";
}
.ofm-modal .fa-flag-checkered:before,
.spieler-modal .fa-flag-checkered:before,
.funcup-modal .fa-flag-checkered:before {
  content: "\f11e";
}
.ofm-modal .fa-terminal:before,
.spieler-modal .fa-terminal:before,
.funcup-modal .fa-terminal:before {
  content: "\f120";
}
.ofm-modal .fa-code:before,
.spieler-modal .fa-code:before,
.funcup-modal .fa-code:before {
  content: "\f121";
}
.ofm-modal .fa-mail-reply-all:before, .ofm-modal .fa-reply-all:before,
.spieler-modal .fa-mail-reply-all:before,
.spieler-modal .fa-reply-all:before,
.funcup-modal .fa-mail-reply-all:before,
.funcup-modal .fa-reply-all:before {
  content: "\f122";
}
.ofm-modal .fa-star-half-empty:before, .ofm-modal .fa-star-half-full:before, .ofm-modal .fa-star-half-o:before,
.spieler-modal .fa-star-half-empty:before,
.spieler-modal .fa-star-half-full:before,
.spieler-modal .fa-star-half-o:before,
.funcup-modal .fa-star-half-empty:before,
.funcup-modal .fa-star-half-full:before,
.funcup-modal .fa-star-half-o:before {
  content: "\f123";
}
.ofm-modal .fa-location-arrow:before,
.spieler-modal .fa-location-arrow:before,
.funcup-modal .fa-location-arrow:before {
  content: "\f124";
}
.ofm-modal .fa-crop:before,
.spieler-modal .fa-crop:before,
.funcup-modal .fa-crop:before {
  content: "\f125";
}
.ofm-modal .fa-code-fork:before,
.spieler-modal .fa-code-fork:before,
.funcup-modal .fa-code-fork:before {
  content: "\f126";
}
.ofm-modal .fa-unlink:before, .ofm-modal .fa-chain-broken:before,
.spieler-modal .fa-unlink:before,
.spieler-modal .fa-chain-broken:before,
.funcup-modal .fa-unlink:before,
.funcup-modal .fa-chain-broken:before {
  content: "\f127";
}
.ofm-modal .fa-question:before,
.spieler-modal .fa-question:before,
.funcup-modal .fa-question:before {
  content: "\f128";
}
.ofm-modal .fa-info:before,
.spieler-modal .fa-info:before,
.funcup-modal .fa-info:before {
  content: "\f129";
}
.ofm-modal .fa-exclamation:before,
.spieler-modal .fa-exclamation:before,
.funcup-modal .fa-exclamation:before {
  content: "\f12a";
}
.ofm-modal .fa-superscript:before,
.spieler-modal .fa-superscript:before,
.funcup-modal .fa-superscript:before {
  content: "\f12b";
}
.ofm-modal .fa-subscript:before,
.spieler-modal .fa-subscript:before,
.funcup-modal .fa-subscript:before {
  content: "\f12c";
}
.ofm-modal .fa-eraser:before,
.spieler-modal .fa-eraser:before,
.funcup-modal .fa-eraser:before {
  content: "\f12d";
}
.ofm-modal .fa-puzzle-piece:before,
.spieler-modal .fa-puzzle-piece:before,
.funcup-modal .fa-puzzle-piece:before {
  content: "\f12e";
}
.ofm-modal .fa-microphone:before,
.spieler-modal .fa-microphone:before,
.funcup-modal .fa-microphone:before {
  content: "\f130";
}
.ofm-modal .fa-microphone-slash:before,
.spieler-modal .fa-microphone-slash:before,
.funcup-modal .fa-microphone-slash:before {
  content: "\f131";
}
.ofm-modal .fa-shield:before,
.spieler-modal .fa-shield:before,
.funcup-modal .fa-shield:before {
  content: "\f132";
}
.ofm-modal .fa-calendar-o:before,
.spieler-modal .fa-calendar-o:before,
.funcup-modal .fa-calendar-o:before {
  content: "\f133";
}
.ofm-modal .fa-fire-extinguisher:before,
.spieler-modal .fa-fire-extinguisher:before,
.funcup-modal .fa-fire-extinguisher:before {
  content: "\f134";
}
.ofm-modal .fa-rocket:before,
.spieler-modal .fa-rocket:before,
.funcup-modal .fa-rocket:before {
  content: "\f135";
}
.ofm-modal .fa-maxcdn:before,
.spieler-modal .fa-maxcdn:before,
.funcup-modal .fa-maxcdn:before {
  content: "\f136";
}
.ofm-modal .fa-chevron-circle-left:before,
.spieler-modal .fa-chevron-circle-left:before,
.funcup-modal .fa-chevron-circle-left:before {
  content: "\f137";
}
.ofm-modal .fa-chevron-circle-right:before,
.spieler-modal .fa-chevron-circle-right:before,
.funcup-modal .fa-chevron-circle-right:before {
  content: "\f138";
}
.ofm-modal .fa-chevron-circle-up:before,
.spieler-modal .fa-chevron-circle-up:before,
.funcup-modal .fa-chevron-circle-up:before {
  content: "\f139";
}
.ofm-modal .fa-chevron-circle-down:before,
.spieler-modal .fa-chevron-circle-down:before,
.funcup-modal .fa-chevron-circle-down:before {
  content: "\f13a";
}
.ofm-modal .fa-html5:before,
.spieler-modal .fa-html5:before,
.funcup-modal .fa-html5:before {
  content: "\f13b";
}
.ofm-modal .fa-css3:before,
.spieler-modal .fa-css3:before,
.funcup-modal .fa-css3:before {
  content: "\f13c";
}
.ofm-modal .fa-anchor:before,
.spieler-modal .fa-anchor:before,
.funcup-modal .fa-anchor:before {
  content: "\f13d";
}
.ofm-modal .fa-unlock-alt:before,
.spieler-modal .fa-unlock-alt:before,
.funcup-modal .fa-unlock-alt:before {
  content: "\f13e";
}
.ofm-modal .fa-bullseye:before,
.spieler-modal .fa-bullseye:before,
.funcup-modal .fa-bullseye:before {
  content: "\f140";
}
.ofm-modal .fa-ellipsis-h:before,
.spieler-modal .fa-ellipsis-h:before,
.funcup-modal .fa-ellipsis-h:before {
  content: "\f141";
}
.ofm-modal .fa-ellipsis-v:before,
.spieler-modal .fa-ellipsis-v:before,
.funcup-modal .fa-ellipsis-v:before {
  content: "\f142";
}
.ofm-modal .fa-rss-square:before,
.spieler-modal .fa-rss-square:before,
.funcup-modal .fa-rss-square:before {
  content: "\f143";
}
.ofm-modal .fa-play-circle:before,
.spieler-modal .fa-play-circle:before,
.funcup-modal .fa-play-circle:before {
  content: "\f144";
}
.ofm-modal .fa-ticket:before,
.spieler-modal .fa-ticket:before,
.funcup-modal .fa-ticket:before {
  content: "\f145";
}
.ofm-modal .fa-minus-square:before,
.spieler-modal .fa-minus-square:before,
.funcup-modal .fa-minus-square:before {
  content: "\f146";
}
.ofm-modal .fa-minus-square-o:before,
.spieler-modal .fa-minus-square-o:before,
.funcup-modal .fa-minus-square-o:before {
  content: "\f147";
}
.ofm-modal .fa-level-up:before,
.spieler-modal .fa-level-up:before,
.funcup-modal .fa-level-up:before {
  content: "\f148";
}
.ofm-modal .fa-level-down:before,
.spieler-modal .fa-level-down:before,
.funcup-modal .fa-level-down:before {
  content: "\f149";
}
.ofm-modal .fa-check-square:before,
.spieler-modal .fa-check-square:before,
.funcup-modal .fa-check-square:before {
  content: "\f14a";
}
.ofm-modal .fa-pencil-square:before,
.spieler-modal .fa-pencil-square:before,
.funcup-modal .fa-pencil-square:before {
  content: "\f14b";
}
.ofm-modal .fa-external-link-square:before,
.spieler-modal .fa-external-link-square:before,
.funcup-modal .fa-external-link-square:before {
  content: "\f14c";
}
.ofm-modal .fa-share-square:before,
.spieler-modal .fa-share-square:before,
.funcup-modal .fa-share-square:before {
  content: "\f14d";
}
.ofm-modal .fa-compass:before,
.spieler-modal .fa-compass:before,
.funcup-modal .fa-compass:before {
  content: "\f14e";
}
.ofm-modal .fa-toggle-down:before, .ofm-modal .fa-caret-square-o-down:before,
.spieler-modal .fa-toggle-down:before,
.spieler-modal .fa-caret-square-o-down:before,
.funcup-modal .fa-toggle-down:before,
.funcup-modal .fa-caret-square-o-down:before {
  content: "\f150";
}
.ofm-modal .fa-toggle-up:before, .ofm-modal .fa-caret-square-o-up:before,
.spieler-modal .fa-toggle-up:before,
.spieler-modal .fa-caret-square-o-up:before,
.funcup-modal .fa-toggle-up:before,
.funcup-modal .fa-caret-square-o-up:before {
  content: "\f151";
}
.ofm-modal .fa-toggle-right:before, .ofm-modal .fa-caret-square-o-right:before,
.spieler-modal .fa-toggle-right:before,
.spieler-modal .fa-caret-square-o-right:before,
.funcup-modal .fa-toggle-right:before,
.funcup-modal .fa-caret-square-o-right:before {
  content: "\f152";
}
.ofm-modal .fa-euro:before, .ofm-modal .fa-eur:before,
.spieler-modal .fa-euro:before,
.spieler-modal .fa-eur:before,
.funcup-modal .fa-euro:before,
.funcup-modal .fa-eur:before {
  content: "\f153";
}
.ofm-modal .fa-gbp:before,
.spieler-modal .fa-gbp:before,
.funcup-modal .fa-gbp:before {
  content: "\f154";
}
.ofm-modal .fa-dollar:before, .ofm-modal .fa-usd:before,
.spieler-modal .fa-dollar:before,
.spieler-modal .fa-usd:before,
.funcup-modal .fa-dollar:before,
.funcup-modal .fa-usd:before {
  content: "\f155";
}
.ofm-modal .fa-rupee:before, .ofm-modal .fa-inr:before,
.spieler-modal .fa-rupee:before,
.spieler-modal .fa-inr:before,
.funcup-modal .fa-rupee:before,
.funcup-modal .fa-inr:before {
  content: "\f156";
}
.ofm-modal .fa-cny:before, .ofm-modal .fa-rmb:before, .ofm-modal .fa-yen:before, .ofm-modal .fa-jpy:before,
.spieler-modal .fa-cny:before,
.spieler-modal .fa-rmb:before,
.spieler-modal .fa-yen:before,
.spieler-modal .fa-jpy:before,
.funcup-modal .fa-cny:before,
.funcup-modal .fa-rmb:before,
.funcup-modal .fa-yen:before,
.funcup-modal .fa-jpy:before {
  content: "\f157";
}
.ofm-modal .fa-ruble:before, .ofm-modal .fa-rouble:before, .ofm-modal .fa-rub:before,
.spieler-modal .fa-ruble:before,
.spieler-modal .fa-rouble:before,
.spieler-modal .fa-rub:before,
.funcup-modal .fa-ruble:before,
.funcup-modal .fa-rouble:before,
.funcup-modal .fa-rub:before {
  content: "\f158";
}
.ofm-modal .fa-won:before, .ofm-modal .fa-krw:before,
.spieler-modal .fa-won:before,
.spieler-modal .fa-krw:before,
.funcup-modal .fa-won:before,
.funcup-modal .fa-krw:before {
  content: "\f159";
}
.ofm-modal .fa-bitcoin:before, .ofm-modal .fa-btc:before,
.spieler-modal .fa-bitcoin:before,
.spieler-modal .fa-btc:before,
.funcup-modal .fa-bitcoin:before,
.funcup-modal .fa-btc:before {
  content: "\f15a";
}
.ofm-modal .fa-file:before,
.spieler-modal .fa-file:before,
.funcup-modal .fa-file:before {
  content: "\f15b";
}
.ofm-modal .fa-file-text:before,
.spieler-modal .fa-file-text:before,
.funcup-modal .fa-file-text:before {
  content: "\f15c";
}
.ofm-modal .fa-sort-alpha-asc:before,
.spieler-modal .fa-sort-alpha-asc:before,
.funcup-modal .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.ofm-modal .fa-sort-alpha-desc:before,
.spieler-modal .fa-sort-alpha-desc:before,
.funcup-modal .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.ofm-modal .fa-sort-amount-asc:before,
.spieler-modal .fa-sort-amount-asc:before,
.funcup-modal .fa-sort-amount-asc:before {
  content: "\f160";
}
.ofm-modal .fa-sort-amount-desc:before,
.spieler-modal .fa-sort-amount-desc:before,
.funcup-modal .fa-sort-amount-desc:before {
  content: "\f161";
}
.ofm-modal .fa-sort-numeric-asc:before,
.spieler-modal .fa-sort-numeric-asc:before,
.funcup-modal .fa-sort-numeric-asc:before {
  content: "\f162";
}
.ofm-modal .fa-sort-numeric-desc:before,
.spieler-modal .fa-sort-numeric-desc:before,
.funcup-modal .fa-sort-numeric-desc:before {
  content: "\f163";
}
.ofm-modal .fa-thumbs-up:before,
.spieler-modal .fa-thumbs-up:before,
.funcup-modal .fa-thumbs-up:before {
  content: "\f164";
}
.ofm-modal .fa-thumbs-down:before,
.spieler-modal .fa-thumbs-down:before,
.funcup-modal .fa-thumbs-down:before {
  content: "\f165";
}
.ofm-modal .fa-youtube-square:before,
.spieler-modal .fa-youtube-square:before,
.funcup-modal .fa-youtube-square:before {
  content: "\f166";
}
.ofm-modal .fa-youtube:before,
.spieler-modal .fa-youtube:before,
.funcup-modal .fa-youtube:before {
  content: "\f167";
}
.ofm-modal .fa-xing:before,
.spieler-modal .fa-xing:before,
.funcup-modal .fa-xing:before {
  content: "\f168";
}
.ofm-modal .fa-xing-square:before,
.spieler-modal .fa-xing-square:before,
.funcup-modal .fa-xing-square:before {
  content: "\f169";
}
.ofm-modal .fa-youtube-play:before,
.spieler-modal .fa-youtube-play:before,
.funcup-modal .fa-youtube-play:before {
  content: "\f16a";
}
.ofm-modal .fa-dropbox:before,
.spieler-modal .fa-dropbox:before,
.funcup-modal .fa-dropbox:before {
  content: "\f16b";
}
.ofm-modal .fa-stack-overflow:before,
.spieler-modal .fa-stack-overflow:before,
.funcup-modal .fa-stack-overflow:before {
  content: "\f16c";
}
.ofm-modal .fa-instagram:before,
.spieler-modal .fa-instagram:before,
.funcup-modal .fa-instagram:before {
  content: "\f16d";
}
.ofm-modal .fa-flickr:before,
.spieler-modal .fa-flickr:before,
.funcup-modal .fa-flickr:before {
  content: "\f16e";
}
.ofm-modal .fa-adn:before,
.spieler-modal .fa-adn:before,
.funcup-modal .fa-adn:before {
  content: "\f170";
}
.ofm-modal .fa-bitbucket:before,
.spieler-modal .fa-bitbucket:before,
.funcup-modal .fa-bitbucket:before {
  content: "\f171";
}
.ofm-modal .fa-bitbucket-square:before,
.spieler-modal .fa-bitbucket-square:before,
.funcup-modal .fa-bitbucket-square:before {
  content: "\f172";
}
.ofm-modal .fa-tumblr:before,
.spieler-modal .fa-tumblr:before,
.funcup-modal .fa-tumblr:before {
  content: "\f173";
}
.ofm-modal .fa-tumblr-square:before,
.spieler-modal .fa-tumblr-square:before,
.funcup-modal .fa-tumblr-square:before {
  content: "\f174";
}
.ofm-modal .fa-long-arrow-down:before,
.spieler-modal .fa-long-arrow-down:before,
.funcup-modal .fa-long-arrow-down:before {
  content: "\f175";
}
.ofm-modal .fa-long-arrow-up:before,
.spieler-modal .fa-long-arrow-up:before,
.funcup-modal .fa-long-arrow-up:before {
  content: "\f176";
}
.ofm-modal .fa-long-arrow-left:before,
.spieler-modal .fa-long-arrow-left:before,
.funcup-modal .fa-long-arrow-left:before {
  content: "\f177";
}
.ofm-modal .fa-long-arrow-right:before,
.spieler-modal .fa-long-arrow-right:before,
.funcup-modal .fa-long-arrow-right:before {
  content: "\f178";
}
.ofm-modal .fa-apple:before,
.spieler-modal .fa-apple:before,
.funcup-modal .fa-apple:before {
  content: "\f179";
}
.ofm-modal .fa-windows:before,
.spieler-modal .fa-windows:before,
.funcup-modal .fa-windows:before {
  content: "\f17a";
}
.ofm-modal .fa-android:before,
.spieler-modal .fa-android:before,
.funcup-modal .fa-android:before {
  content: "\f17b";
}
.ofm-modal .fa-linux:before,
.spieler-modal .fa-linux:before,
.funcup-modal .fa-linux:before {
  content: "\f17c";
}
.ofm-modal .fa-dribbble:before,
.spieler-modal .fa-dribbble:before,
.funcup-modal .fa-dribbble:before {
  content: "\f17d";
}
.ofm-modal .fa-skype:before,
.spieler-modal .fa-skype:before,
.funcup-modal .fa-skype:before {
  content: "\f17e";
}
.ofm-modal .fa-foursquare:before,
.spieler-modal .fa-foursquare:before,
.funcup-modal .fa-foursquare:before {
  content: "\f180";
}
.ofm-modal .fa-trello:before,
.spieler-modal .fa-trello:before,
.funcup-modal .fa-trello:before {
  content: "\f181";
}
.ofm-modal .fa-female:before,
.spieler-modal .fa-female:before,
.funcup-modal .fa-female:before {
  content: "\f182";
}
.ofm-modal .fa-male:before,
.spieler-modal .fa-male:before,
.funcup-modal .fa-male:before {
  content: "\f183";
}
.ofm-modal .fa-gittip:before, .ofm-modal .fa-gratipay:before,
.spieler-modal .fa-gittip:before,
.spieler-modal .fa-gratipay:before,
.funcup-modal .fa-gittip:before,
.funcup-modal .fa-gratipay:before {
  content: "\f184";
}
.ofm-modal .fa-sun-o:before,
.spieler-modal .fa-sun-o:before,
.funcup-modal .fa-sun-o:before {
  content: "\f185";
}
.ofm-modal .fa-moon-o:before,
.spieler-modal .fa-moon-o:before,
.funcup-modal .fa-moon-o:before {
  content: "\f186";
}
.ofm-modal .fa-archive:before,
.spieler-modal .fa-archive:before,
.funcup-modal .fa-archive:before {
  content: "\f187";
}
.ofm-modal .fa-bug:before,
.spieler-modal .fa-bug:before,
.funcup-modal .fa-bug:before {
  content: "\f188";
}
.ofm-modal .fa-vk:before,
.spieler-modal .fa-vk:before,
.funcup-modal .fa-vk:before {
  content: "\f189";
}
.ofm-modal .fa-weibo:before,
.spieler-modal .fa-weibo:before,
.funcup-modal .fa-weibo:before {
  content: "\f18a";
}
.ofm-modal .fa-renren:before,
.spieler-modal .fa-renren:before,
.funcup-modal .fa-renren:before {
  content: "\f18b";
}
.ofm-modal .fa-pagelines:before,
.spieler-modal .fa-pagelines:before,
.funcup-modal .fa-pagelines:before {
  content: "\f18c";
}
.ofm-modal .fa-stack-exchange:before,
.spieler-modal .fa-stack-exchange:before,
.funcup-modal .fa-stack-exchange:before {
  content: "\f18d";
}
.ofm-modal .fa-arrow-circle-o-right:before,
.spieler-modal .fa-arrow-circle-o-right:before,
.funcup-modal .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.ofm-modal .fa-arrow-circle-o-left:before,
.spieler-modal .fa-arrow-circle-o-left:before,
.funcup-modal .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.ofm-modal .fa-toggle-left:before, .ofm-modal .fa-caret-square-o-left:before,
.spieler-modal .fa-toggle-left:before,
.spieler-modal .fa-caret-square-o-left:before,
.funcup-modal .fa-toggle-left:before,
.funcup-modal .fa-caret-square-o-left:before {
  content: "\f191";
}
.ofm-modal .fa-dot-circle-o:before,
.spieler-modal .fa-dot-circle-o:before,
.funcup-modal .fa-dot-circle-o:before {
  content: "\f192";
}
.ofm-modal .fa-wheelchair:before,
.spieler-modal .fa-wheelchair:before,
.funcup-modal .fa-wheelchair:before {
  content: "\f193";
}
.ofm-modal .fa-vimeo-square:before,
.spieler-modal .fa-vimeo-square:before,
.funcup-modal .fa-vimeo-square:before {
  content: "\f194";
}
.ofm-modal .fa-turkish-lira:before, .ofm-modal .fa-try:before,
.spieler-modal .fa-turkish-lira:before,
.spieler-modal .fa-try:before,
.funcup-modal .fa-turkish-lira:before,
.funcup-modal .fa-try:before {
  content: "\f195";
}
.ofm-modal .fa-plus-square-o:before,
.spieler-modal .fa-plus-square-o:before,
.funcup-modal .fa-plus-square-o:before {
  content: "\f196";
}
.ofm-modal .fa-space-shuttle:before,
.spieler-modal .fa-space-shuttle:before,
.funcup-modal .fa-space-shuttle:before {
  content: "\f197";
}
.ofm-modal .fa-slack:before,
.spieler-modal .fa-slack:before,
.funcup-modal .fa-slack:before {
  content: "\f198";
}
.ofm-modal .fa-envelope-square:before,
.spieler-modal .fa-envelope-square:before,
.funcup-modal .fa-envelope-square:before {
  content: "\f199";
}
.ofm-modal .fa-wordpress:before,
.spieler-modal .fa-wordpress:before,
.funcup-modal .fa-wordpress:before {
  content: "\f19a";
}
.ofm-modal .fa-openid:before,
.spieler-modal .fa-openid:before,
.funcup-modal .fa-openid:before {
  content: "\f19b";
}
.ofm-modal .fa-institution:before, .ofm-modal .fa-bank:before, .ofm-modal .fa-university:before,
.spieler-modal .fa-institution:before,
.spieler-modal .fa-bank:before,
.spieler-modal .fa-university:before,
.funcup-modal .fa-institution:before,
.funcup-modal .fa-bank:before,
.funcup-modal .fa-university:before {
  content: "\f19c";
}
.ofm-modal .fa-mortar-board:before, .ofm-modal .fa-graduation-cap:before,
.spieler-modal .fa-mortar-board:before,
.spieler-modal .fa-graduation-cap:before,
.funcup-modal .fa-mortar-board:before,
.funcup-modal .fa-graduation-cap:before {
  content: "\f19d";
}
.ofm-modal .fa-yahoo:before,
.spieler-modal .fa-yahoo:before,
.funcup-modal .fa-yahoo:before {
  content: "\f19e";
}
.ofm-modal .fa-google:before,
.spieler-modal .fa-google:before,
.funcup-modal .fa-google:before {
  content: "\f1a0";
}
.ofm-modal .fa-reddit:before,
.spieler-modal .fa-reddit:before,
.funcup-modal .fa-reddit:before {
  content: "\f1a1";
}
.ofm-modal .fa-reddit-square:before,
.spieler-modal .fa-reddit-square:before,
.funcup-modal .fa-reddit-square:before {
  content: "\f1a2";
}
.ofm-modal .fa-stumbleupon-circle:before,
.spieler-modal .fa-stumbleupon-circle:before,
.funcup-modal .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.ofm-modal .fa-stumbleupon:before,
.spieler-modal .fa-stumbleupon:before,
.funcup-modal .fa-stumbleupon:before {
  content: "\f1a4";
}
.ofm-modal .fa-delicious:before,
.spieler-modal .fa-delicious:before,
.funcup-modal .fa-delicious:before {
  content: "\f1a5";
}
.ofm-modal .fa-digg:before,
.spieler-modal .fa-digg:before,
.funcup-modal .fa-digg:before {
  content: "\f1a6";
}
.ofm-modal .fa-pied-piper-pp:before,
.spieler-modal .fa-pied-piper-pp:before,
.funcup-modal .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.ofm-modal .fa-pied-piper-alt:before,
.spieler-modal .fa-pied-piper-alt:before,
.funcup-modal .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.ofm-modal .fa-drupal:before,
.spieler-modal .fa-drupal:before,
.funcup-modal .fa-drupal:before {
  content: "\f1a9";
}
.ofm-modal .fa-joomla:before,
.spieler-modal .fa-joomla:before,
.funcup-modal .fa-joomla:before {
  content: "\f1aa";
}
.ofm-modal .fa-language:before,
.spieler-modal .fa-language:before,
.funcup-modal .fa-language:before {
  content: "\f1ab";
}
.ofm-modal .fa-fax:before,
.spieler-modal .fa-fax:before,
.funcup-modal .fa-fax:before {
  content: "\f1ac";
}
.ofm-modal .fa-building:before,
.spieler-modal .fa-building:before,
.funcup-modal .fa-building:before {
  content: "\f1ad";
}
.ofm-modal .fa-child:before,
.spieler-modal .fa-child:before,
.funcup-modal .fa-child:before {
  content: "\f1ae";
}
.ofm-modal .fa-paw:before,
.spieler-modal .fa-paw:before,
.funcup-modal .fa-paw:before {
  content: "\f1b0";
}
.ofm-modal .fa-spoon:before,
.spieler-modal .fa-spoon:before,
.funcup-modal .fa-spoon:before {
  content: "\f1b1";
}
.ofm-modal .fa-cube:before,
.spieler-modal .fa-cube:before,
.funcup-modal .fa-cube:before {
  content: "\f1b2";
}
.ofm-modal .fa-cubes:before,
.spieler-modal .fa-cubes:before,
.funcup-modal .fa-cubes:before {
  content: "\f1b3";
}
.ofm-modal .fa-behance:before,
.spieler-modal .fa-behance:before,
.funcup-modal .fa-behance:before {
  content: "\f1b4";
}
.ofm-modal .fa-behance-square:before,
.spieler-modal .fa-behance-square:before,
.funcup-modal .fa-behance-square:before {
  content: "\f1b5";
}
.ofm-modal .fa-steam:before,
.spieler-modal .fa-steam:before,
.funcup-modal .fa-steam:before {
  content: "\f1b6";
}
.ofm-modal .fa-steam-square:before,
.spieler-modal .fa-steam-square:before,
.funcup-modal .fa-steam-square:before {
  content: "\f1b7";
}
.ofm-modal .fa-recycle:before,
.spieler-modal .fa-recycle:before,
.funcup-modal .fa-recycle:before {
  content: "\f1b8";
}
.ofm-modal .fa-automobile:before, .ofm-modal .fa-car:before,
.spieler-modal .fa-automobile:before,
.spieler-modal .fa-car:before,
.funcup-modal .fa-automobile:before,
.funcup-modal .fa-car:before {
  content: "\f1b9";
}
.ofm-modal .fa-cab:before, .ofm-modal .fa-taxi:before,
.spieler-modal .fa-cab:before,
.spieler-modal .fa-taxi:before,
.funcup-modal .fa-cab:before,
.funcup-modal .fa-taxi:before {
  content: "\f1ba";
}
.ofm-modal .fa-tree:before,
.spieler-modal .fa-tree:before,
.funcup-modal .fa-tree:before {
  content: "\f1bb";
}
.ofm-modal .fa-spotify:before,
.spieler-modal .fa-spotify:before,
.funcup-modal .fa-spotify:before {
  content: "\f1bc";
}
.ofm-modal .fa-deviantart:before,
.spieler-modal .fa-deviantart:before,
.funcup-modal .fa-deviantart:before {
  content: "\f1bd";
}
.ofm-modal .fa-soundcloud:before,
.spieler-modal .fa-soundcloud:before,
.funcup-modal .fa-soundcloud:before {
  content: "\f1be";
}
.ofm-modal .fa-database:before,
.spieler-modal .fa-database:before,
.funcup-modal .fa-database:before {
  content: "\f1c0";
}
.ofm-modal .fa-file-pdf-o:before,
.spieler-modal .fa-file-pdf-o:before,
.funcup-modal .fa-file-pdf-o:before {
  content: "\f1c1";
}
.ofm-modal .fa-file-word-o:before,
.spieler-modal .fa-file-word-o:before,
.funcup-modal .fa-file-word-o:before {
  content: "\f1c2";
}
.ofm-modal .fa-file-excel-o:before,
.spieler-modal .fa-file-excel-o:before,
.funcup-modal .fa-file-excel-o:before {
  content: "\f1c3";
}
.ofm-modal .fa-file-powerpoint-o:before,
.spieler-modal .fa-file-powerpoint-o:before,
.funcup-modal .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.ofm-modal .fa-file-photo-o:before, .ofm-modal .fa-file-picture-o:before, .ofm-modal .fa-file-image-o:before,
.spieler-modal .fa-file-photo-o:before,
.spieler-modal .fa-file-picture-o:before,
.spieler-modal .fa-file-image-o:before,
.funcup-modal .fa-file-photo-o:before,
.funcup-modal .fa-file-picture-o:before,
.funcup-modal .fa-file-image-o:before {
  content: "\f1c5";
}
.ofm-modal .fa-file-zip-o:before, .ofm-modal .fa-file-archive-o:before,
.spieler-modal .fa-file-zip-o:before,
.spieler-modal .fa-file-archive-o:before,
.funcup-modal .fa-file-zip-o:before,
.funcup-modal .fa-file-archive-o:before {
  content: "\f1c6";
}
.ofm-modal .fa-file-sound-o:before, .ofm-modal .fa-file-audio-o:before,
.spieler-modal .fa-file-sound-o:before,
.spieler-modal .fa-file-audio-o:before,
.funcup-modal .fa-file-sound-o:before,
.funcup-modal .fa-file-audio-o:before {
  content: "\f1c7";
}
.ofm-modal .fa-file-movie-o:before, .ofm-modal .fa-file-video-o:before,
.spieler-modal .fa-file-movie-o:before,
.spieler-modal .fa-file-video-o:before,
.funcup-modal .fa-file-movie-o:before,
.funcup-modal .fa-file-video-o:before {
  content: "\f1c8";
}
.ofm-modal .fa-file-code-o:before,
.spieler-modal .fa-file-code-o:before,
.funcup-modal .fa-file-code-o:before {
  content: "\f1c9";
}
.ofm-modal .fa-vine:before,
.spieler-modal .fa-vine:before,
.funcup-modal .fa-vine:before {
  content: "\f1ca";
}
.ofm-modal .fa-codepen:before,
.spieler-modal .fa-codepen:before,
.funcup-modal .fa-codepen:before {
  content: "\f1cb";
}
.ofm-modal .fa-jsfiddle:before,
.spieler-modal .fa-jsfiddle:before,
.funcup-modal .fa-jsfiddle:before {
  content: "\f1cc";
}
.ofm-modal .fa-life-bouy:before, .ofm-modal .fa-life-buoy:before, .ofm-modal .fa-life-saver:before, .ofm-modal .fa-support:before, .ofm-modal .fa-life-ring:before,
.spieler-modal .fa-life-bouy:before,
.spieler-modal .fa-life-buoy:before,
.spieler-modal .fa-life-saver:before,
.spieler-modal .fa-support:before,
.spieler-modal .fa-life-ring:before,
.funcup-modal .fa-life-bouy:before,
.funcup-modal .fa-life-buoy:before,
.funcup-modal .fa-life-saver:before,
.funcup-modal .fa-support:before,
.funcup-modal .fa-life-ring:before {
  content: "\f1cd";
}
.ofm-modal .fa-circle-o-notch:before,
.spieler-modal .fa-circle-o-notch:before,
.funcup-modal .fa-circle-o-notch:before {
  content: "\f1ce";
}
.ofm-modal .fa-ra:before, .ofm-modal .fa-resistance:before, .ofm-modal .fa-rebel:before,
.spieler-modal .fa-ra:before,
.spieler-modal .fa-resistance:before,
.spieler-modal .fa-rebel:before,
.funcup-modal .fa-ra:before,
.funcup-modal .fa-resistance:before,
.funcup-modal .fa-rebel:before {
  content: "\f1d0";
}
.ofm-modal .fa-ge:before, .ofm-modal .fa-empire:before,
.spieler-modal .fa-ge:before,
.spieler-modal .fa-empire:before,
.funcup-modal .fa-ge:before,
.funcup-modal .fa-empire:before {
  content: "\f1d1";
}
.ofm-modal .fa-git-square:before,
.spieler-modal .fa-git-square:before,
.funcup-modal .fa-git-square:before {
  content: "\f1d2";
}
.ofm-modal .fa-git:before,
.spieler-modal .fa-git:before,
.funcup-modal .fa-git:before {
  content: "\f1d3";
}
.ofm-modal .fa-y-combinator-square:before, .ofm-modal .fa-yc-square:before, .ofm-modal .fa-hacker-news:before,
.spieler-modal .fa-y-combinator-square:before,
.spieler-modal .fa-yc-square:before,
.spieler-modal .fa-hacker-news:before,
.funcup-modal .fa-y-combinator-square:before,
.funcup-modal .fa-yc-square:before,
.funcup-modal .fa-hacker-news:before {
  content: "\f1d4";
}
.ofm-modal .fa-tencent-weibo:before,
.spieler-modal .fa-tencent-weibo:before,
.funcup-modal .fa-tencent-weibo:before {
  content: "\f1d5";
}
.ofm-modal .fa-qq:before,
.spieler-modal .fa-qq:before,
.funcup-modal .fa-qq:before {
  content: "\f1d6";
}
.ofm-modal .fa-wechat:before, .ofm-modal .fa-weixin:before,
.spieler-modal .fa-wechat:before,
.spieler-modal .fa-weixin:before,
.funcup-modal .fa-wechat:before,
.funcup-modal .fa-weixin:before {
  content: "\f1d7";
}
.ofm-modal .fa-send:before, .ofm-modal .fa-paper-plane:before,
.spieler-modal .fa-send:before,
.spieler-modal .fa-paper-plane:before,
.funcup-modal .fa-send:before,
.funcup-modal .fa-paper-plane:before {
  content: "\f1d8";
}
.ofm-modal .fa-send-o:before, .ofm-modal .fa-paper-plane-o:before,
.spieler-modal .fa-send-o:before,
.spieler-modal .fa-paper-plane-o:before,
.funcup-modal .fa-send-o:before,
.funcup-modal .fa-paper-plane-o:before {
  content: "\f1d9";
}
.ofm-modal .fa-history:before,
.spieler-modal .fa-history:before,
.funcup-modal .fa-history:before {
  content: "\f1da";
}
.ofm-modal .fa-circle-thin:before,
.spieler-modal .fa-circle-thin:before,
.funcup-modal .fa-circle-thin:before {
  content: "\f1db";
}
.ofm-modal .fa-header:before,
.spieler-modal .fa-header:before,
.funcup-modal .fa-header:before {
  content: "\f1dc";
}
.ofm-modal .fa-paragraph:before,
.spieler-modal .fa-paragraph:before,
.funcup-modal .fa-paragraph:before {
  content: "\f1dd";
}
.ofm-modal .fa-sliders:before,
.spieler-modal .fa-sliders:before,
.funcup-modal .fa-sliders:before {
  content: "\f1de";
}
.ofm-modal .fa-share-alt:before,
.spieler-modal .fa-share-alt:before,
.funcup-modal .fa-share-alt:before {
  content: "\f1e0";
}
.ofm-modal .fa-share-alt-square:before,
.spieler-modal .fa-share-alt-square:before,
.funcup-modal .fa-share-alt-square:before {
  content: "\f1e1";
}
.ofm-modal .fa-bomb:before,
.spieler-modal .fa-bomb:before,
.funcup-modal .fa-bomb:before {
  content: "\f1e2";
}
.ofm-modal .fa-soccer-ball-o:before, .ofm-modal .fa-futbol-o:before,
.spieler-modal .fa-soccer-ball-o:before,
.spieler-modal .fa-futbol-o:before,
.funcup-modal .fa-soccer-ball-o:before,
.funcup-modal .fa-futbol-o:before {
  content: "\f1e3";
}
.ofm-modal .fa-tty:before,
.spieler-modal .fa-tty:before,
.funcup-modal .fa-tty:before {
  content: "\f1e4";
}
.ofm-modal .fa-binoculars:before,
.spieler-modal .fa-binoculars:before,
.funcup-modal .fa-binoculars:before {
  content: "\f1e5";
}
.ofm-modal .fa-plug:before,
.spieler-modal .fa-plug:before,
.funcup-modal .fa-plug:before {
  content: "\f1e6";
}
.ofm-modal .fa-slideshare:before,
.spieler-modal .fa-slideshare:before,
.funcup-modal .fa-slideshare:before {
  content: "\f1e7";
}
.ofm-modal .fa-twitch:before,
.spieler-modal .fa-twitch:before,
.funcup-modal .fa-twitch:before {
  content: "\f1e8";
}
.ofm-modal .fa-yelp:before,
.spieler-modal .fa-yelp:before,
.funcup-modal .fa-yelp:before {
  content: "\f1e9";
}
.ofm-modal .fa-newspaper-o:before,
.spieler-modal .fa-newspaper-o:before,
.funcup-modal .fa-newspaper-o:before {
  content: "\f1ea";
}
.ofm-modal .fa-wifi:before,
.spieler-modal .fa-wifi:before,
.funcup-modal .fa-wifi:before {
  content: "\f1eb";
}
.ofm-modal .fa-calculator:before,
.spieler-modal .fa-calculator:before,
.funcup-modal .fa-calculator:before {
  content: "\f1ec";
}
.ofm-modal .fa-paypal:before,
.spieler-modal .fa-paypal:before,
.funcup-modal .fa-paypal:before {
  content: "\f1ed";
}
.ofm-modal .fa-google-wallet:before,
.spieler-modal .fa-google-wallet:before,
.funcup-modal .fa-google-wallet:before {
  content: "\f1ee";
}
.ofm-modal .fa-cc-visa:before,
.spieler-modal .fa-cc-visa:before,
.funcup-modal .fa-cc-visa:before {
  content: "\f1f0";
}
.ofm-modal .fa-cc-mastercard:before,
.spieler-modal .fa-cc-mastercard:before,
.funcup-modal .fa-cc-mastercard:before {
  content: "\f1f1";
}
.ofm-modal .fa-cc-discover:before,
.spieler-modal .fa-cc-discover:before,
.funcup-modal .fa-cc-discover:before {
  content: "\f1f2";
}
.ofm-modal .fa-cc-amex:before,
.spieler-modal .fa-cc-amex:before,
.funcup-modal .fa-cc-amex:before {
  content: "\f1f3";
}
.ofm-modal .fa-cc-paypal:before,
.spieler-modal .fa-cc-paypal:before,
.funcup-modal .fa-cc-paypal:before {
  content: "\f1f4";
}
.ofm-modal .fa-cc-stripe:before,
.spieler-modal .fa-cc-stripe:before,
.funcup-modal .fa-cc-stripe:before {
  content: "\f1f5";
}
.ofm-modal .fa-bell-slash:before,
.spieler-modal .fa-bell-slash:before,
.funcup-modal .fa-bell-slash:before {
  content: "\f1f6";
}
.ofm-modal .fa-bell-slash-o:before,
.spieler-modal .fa-bell-slash-o:before,
.funcup-modal .fa-bell-slash-o:before {
  content: "\f1f7";
}
.ofm-modal .fa-trash:before,
.spieler-modal .fa-trash:before,
.funcup-modal .fa-trash:before {
  content: "\f1f8";
}
.ofm-modal .fa-copyright:before,
.spieler-modal .fa-copyright:before,
.funcup-modal .fa-copyright:before {
  content: "\f1f9";
}
.ofm-modal .fa-at:before,
.spieler-modal .fa-at:before,
.funcup-modal .fa-at:before {
  content: "\f1fa";
}
.ofm-modal .fa-eyedropper:before,
.spieler-modal .fa-eyedropper:before,
.funcup-modal .fa-eyedropper:before {
  content: "\f1fb";
}
.ofm-modal .fa-paint-brush:before,
.spieler-modal .fa-paint-brush:before,
.funcup-modal .fa-paint-brush:before {
  content: "\f1fc";
}
.ofm-modal .fa-birthday-cake:before,
.spieler-modal .fa-birthday-cake:before,
.funcup-modal .fa-birthday-cake:before {
  content: "\f1fd";
}
.ofm-modal .fa-area-chart:before,
.spieler-modal .fa-area-chart:before,
.funcup-modal .fa-area-chart:before {
  content: "\f1fe";
}
.ofm-modal .fa-pie-chart:before,
.spieler-modal .fa-pie-chart:before,
.funcup-modal .fa-pie-chart:before {
  content: "\f200";
}
.ofm-modal .fa-line-chart:before,
.spieler-modal .fa-line-chart:before,
.funcup-modal .fa-line-chart:before {
  content: "\f201";
}
.ofm-modal .fa-lastfm:before,
.spieler-modal .fa-lastfm:before,
.funcup-modal .fa-lastfm:before {
  content: "\f202";
}
.ofm-modal .fa-lastfm-square:before,
.spieler-modal .fa-lastfm-square:before,
.funcup-modal .fa-lastfm-square:before {
  content: "\f203";
}
.ofm-modal .fa-toggle-off:before,
.spieler-modal .fa-toggle-off:before,
.funcup-modal .fa-toggle-off:before {
  content: "\f204";
}
.ofm-modal .fa-toggle-on:before,
.spieler-modal .fa-toggle-on:before,
.funcup-modal .fa-toggle-on:before {
  content: "\f205";
}
.ofm-modal .fa-bicycle:before,
.spieler-modal .fa-bicycle:before,
.funcup-modal .fa-bicycle:before {
  content: "\f206";
}
.ofm-modal .fa-bus:before,
.spieler-modal .fa-bus:before,
.funcup-modal .fa-bus:before {
  content: "\f207";
}
.ofm-modal .fa-ioxhost:before,
.spieler-modal .fa-ioxhost:before,
.funcup-modal .fa-ioxhost:before {
  content: "\f208";
}
.ofm-modal .fa-angellist:before,
.spieler-modal .fa-angellist:before,
.funcup-modal .fa-angellist:before {
  content: "\f209";
}
.ofm-modal .fa-cc:before,
.spieler-modal .fa-cc:before,
.funcup-modal .fa-cc:before {
  content: "\f20a";
}
.ofm-modal .fa-shekel:before, .ofm-modal .fa-sheqel:before, .ofm-modal .fa-ils:before,
.spieler-modal .fa-shekel:before,
.spieler-modal .fa-sheqel:before,
.spieler-modal .fa-ils:before,
.funcup-modal .fa-shekel:before,
.funcup-modal .fa-sheqel:before,
.funcup-modal .fa-ils:before {
  content: "\f20b";
}
.ofm-modal .fa-meanpath:before,
.spieler-modal .fa-meanpath:before,
.funcup-modal .fa-meanpath:before {
  content: "\f20c";
}
.ofm-modal .fa-buysellads:before,
.spieler-modal .fa-buysellads:before,
.funcup-modal .fa-buysellads:before {
  content: "\f20d";
}
.ofm-modal .fa-connectdevelop:before,
.spieler-modal .fa-connectdevelop:before,
.funcup-modal .fa-connectdevelop:before {
  content: "\f20e";
}
.ofm-modal .fa-dashcube:before,
.spieler-modal .fa-dashcube:before,
.funcup-modal .fa-dashcube:before {
  content: "\f210";
}
.ofm-modal .fa-forumbee:before,
.spieler-modal .fa-forumbee:before,
.funcup-modal .fa-forumbee:before {
  content: "\f211";
}
.ofm-modal .fa-leanpub:before,
.spieler-modal .fa-leanpub:before,
.funcup-modal .fa-leanpub:before {
  content: "\f212";
}
.ofm-modal .fa-sellsy:before,
.spieler-modal .fa-sellsy:before,
.funcup-modal .fa-sellsy:before {
  content: "\f213";
}
.ofm-modal .fa-shirtsinbulk:before,
.spieler-modal .fa-shirtsinbulk:before,
.funcup-modal .fa-shirtsinbulk:before {
  content: "\f214";
}
.ofm-modal .fa-simplybuilt:before,
.spieler-modal .fa-simplybuilt:before,
.funcup-modal .fa-simplybuilt:before {
  content: "\f215";
}
.ofm-modal .fa-skyatlas:before,
.spieler-modal .fa-skyatlas:before,
.funcup-modal .fa-skyatlas:before {
  content: "\f216";
}
.ofm-modal .fa-cart-plus:before,
.spieler-modal .fa-cart-plus:before,
.funcup-modal .fa-cart-plus:before {
  content: "\f217";
}
.ofm-modal .fa-cart-arrow-down:before,
.spieler-modal .fa-cart-arrow-down:before,
.funcup-modal .fa-cart-arrow-down:before {
  content: "\f218";
}
.ofm-modal .fa-diamond:before,
.spieler-modal .fa-diamond:before,
.funcup-modal .fa-diamond:before {
  content: "\f219";
}
.ofm-modal .fa-ship:before,
.spieler-modal .fa-ship:before,
.funcup-modal .fa-ship:before {
  content: "\f21a";
}
.ofm-modal .fa-user-secret:before,
.spieler-modal .fa-user-secret:before,
.funcup-modal .fa-user-secret:before {
  content: "\f21b";
}
.ofm-modal .fa-motorcycle:before,
.spieler-modal .fa-motorcycle:before,
.funcup-modal .fa-motorcycle:before {
  content: "\f21c";
}
.ofm-modal .fa-street-view:before,
.spieler-modal .fa-street-view:before,
.funcup-modal .fa-street-view:before {
  content: "\f21d";
}
.ofm-modal .fa-heartbeat:before,
.spieler-modal .fa-heartbeat:before,
.funcup-modal .fa-heartbeat:before {
  content: "\f21e";
}
.ofm-modal .fa-venus:before,
.spieler-modal .fa-venus:before,
.funcup-modal .fa-venus:before {
  content: "\f221";
}
.ofm-modal .fa-mars:before,
.spieler-modal .fa-mars:before,
.funcup-modal .fa-mars:before {
  content: "\f222";
}
.ofm-modal .fa-mercury:before,
.spieler-modal .fa-mercury:before,
.funcup-modal .fa-mercury:before {
  content: "\f223";
}
.ofm-modal .fa-intersex:before, .ofm-modal .fa-transgender:before,
.spieler-modal .fa-intersex:before,
.spieler-modal .fa-transgender:before,
.funcup-modal .fa-intersex:before,
.funcup-modal .fa-transgender:before {
  content: "\f224";
}
.ofm-modal .fa-transgender-alt:before,
.spieler-modal .fa-transgender-alt:before,
.funcup-modal .fa-transgender-alt:before {
  content: "\f225";
}
.ofm-modal .fa-venus-double:before,
.spieler-modal .fa-venus-double:before,
.funcup-modal .fa-venus-double:before {
  content: "\f226";
}
.ofm-modal .fa-mars-double:before,
.spieler-modal .fa-mars-double:before,
.funcup-modal .fa-mars-double:before {
  content: "\f227";
}
.ofm-modal .fa-venus-mars:before,
.spieler-modal .fa-venus-mars:before,
.funcup-modal .fa-venus-mars:before {
  content: "\f228";
}
.ofm-modal .fa-mars-stroke:before,
.spieler-modal .fa-mars-stroke:before,
.funcup-modal .fa-mars-stroke:before {
  content: "\f229";
}
.ofm-modal .fa-mars-stroke-v:before,
.spieler-modal .fa-mars-stroke-v:before,
.funcup-modal .fa-mars-stroke-v:before {
  content: "\f22a";
}
.ofm-modal .fa-mars-stroke-h:before,
.spieler-modal .fa-mars-stroke-h:before,
.funcup-modal .fa-mars-stroke-h:before {
  content: "\f22b";
}
.ofm-modal .fa-neuter:before,
.spieler-modal .fa-neuter:before,
.funcup-modal .fa-neuter:before {
  content: "\f22c";
}
.ofm-modal .fa-genderless:before,
.spieler-modal .fa-genderless:before,
.funcup-modal .fa-genderless:before {
  content: "\f22d";
}
.ofm-modal .fa-facebook-official:before,
.spieler-modal .fa-facebook-official:before,
.funcup-modal .fa-facebook-official:before {
  content: "\f230";
}
.ofm-modal .fa-pinterest-p:before,
.spieler-modal .fa-pinterest-p:before,
.funcup-modal .fa-pinterest-p:before {
  content: "\f231";
}
.ofm-modal .fa-whatsapp:before,
.spieler-modal .fa-whatsapp:before,
.funcup-modal .fa-whatsapp:before {
  content: "\f232";
}
.ofm-modal .fa-server:before,
.spieler-modal .fa-server:before,
.funcup-modal .fa-server:before {
  content: "\f233";
}
.ofm-modal .fa-user-plus:before,
.spieler-modal .fa-user-plus:before,
.funcup-modal .fa-user-plus:before {
  content: "\f234";
}
.ofm-modal .fa-user-times:before,
.spieler-modal .fa-user-times:before,
.funcup-modal .fa-user-times:before {
  content: "\f235";
}
.ofm-modal .fa-hotel:before, .ofm-modal .fa-bed:before,
.spieler-modal .fa-hotel:before,
.spieler-modal .fa-bed:before,
.funcup-modal .fa-hotel:before,
.funcup-modal .fa-bed:before {
  content: "\f236";
}
.ofm-modal .fa-viacoin:before,
.spieler-modal .fa-viacoin:before,
.funcup-modal .fa-viacoin:before {
  content: "\f237";
}
.ofm-modal .fa-train:before,
.spieler-modal .fa-train:before,
.funcup-modal .fa-train:before {
  content: "\f238";
}
.ofm-modal .fa-subway:before,
.spieler-modal .fa-subway:before,
.funcup-modal .fa-subway:before {
  content: "\f239";
}
.ofm-modal .fa-medium:before,
.spieler-modal .fa-medium:before,
.funcup-modal .fa-medium:before {
  content: "\f23a";
}
.ofm-modal .fa-yc:before, .ofm-modal .fa-y-combinator:before,
.spieler-modal .fa-yc:before,
.spieler-modal .fa-y-combinator:before,
.funcup-modal .fa-yc:before,
.funcup-modal .fa-y-combinator:before {
  content: "\f23b";
}
.ofm-modal .fa-optin-monster:before,
.spieler-modal .fa-optin-monster:before,
.funcup-modal .fa-optin-monster:before {
  content: "\f23c";
}
.ofm-modal .fa-opencart:before,
.spieler-modal .fa-opencart:before,
.funcup-modal .fa-opencart:before {
  content: "\f23d";
}
.ofm-modal .fa-expeditedssl:before,
.spieler-modal .fa-expeditedssl:before,
.funcup-modal .fa-expeditedssl:before {
  content: "\f23e";
}
.ofm-modal .fa-battery-4:before, .ofm-modal .fa-battery:before, .ofm-modal .fa-battery-full:before,
.spieler-modal .fa-battery-4:before,
.spieler-modal .fa-battery:before,
.spieler-modal .fa-battery-full:before,
.funcup-modal .fa-battery-4:before,
.funcup-modal .fa-battery:before,
.funcup-modal .fa-battery-full:before {
  content: "\f240";
}
.ofm-modal .fa-battery-3:before, .ofm-modal .fa-battery-three-quarters:before,
.spieler-modal .fa-battery-3:before,
.spieler-modal .fa-battery-three-quarters:before,
.funcup-modal .fa-battery-3:before,
.funcup-modal .fa-battery-three-quarters:before {
  content: "\f241";
}
.ofm-modal .fa-battery-2:before, .ofm-modal .fa-battery-half:before,
.spieler-modal .fa-battery-2:before,
.spieler-modal .fa-battery-half:before,
.funcup-modal .fa-battery-2:before,
.funcup-modal .fa-battery-half:before {
  content: "\f242";
}
.ofm-modal .fa-battery-1:before, .ofm-modal .fa-battery-quarter:before,
.spieler-modal .fa-battery-1:before,
.spieler-modal .fa-battery-quarter:before,
.funcup-modal .fa-battery-1:before,
.funcup-modal .fa-battery-quarter:before {
  content: "\f243";
}
.ofm-modal .fa-battery-0:before, .ofm-modal .fa-battery-empty:before,
.spieler-modal .fa-battery-0:before,
.spieler-modal .fa-battery-empty:before,
.funcup-modal .fa-battery-0:before,
.funcup-modal .fa-battery-empty:before {
  content: "\f244";
}
.ofm-modal .fa-mouse-pointer:before,
.spieler-modal .fa-mouse-pointer:before,
.funcup-modal .fa-mouse-pointer:before {
  content: "\f245";
}
.ofm-modal .fa-i-cursor:before,
.spieler-modal .fa-i-cursor:before,
.funcup-modal .fa-i-cursor:before {
  content: "\f246";
}
.ofm-modal .fa-object-group:before,
.spieler-modal .fa-object-group:before,
.funcup-modal .fa-object-group:before {
  content: "\f247";
}
.ofm-modal .fa-object-ungroup:before,
.spieler-modal .fa-object-ungroup:before,
.funcup-modal .fa-object-ungroup:before {
  content: "\f248";
}
.ofm-modal .fa-sticky-note:before,
.spieler-modal .fa-sticky-note:before,
.funcup-modal .fa-sticky-note:before {
  content: "\f249";
}
.ofm-modal .fa-sticky-note-o:before,
.spieler-modal .fa-sticky-note-o:before,
.funcup-modal .fa-sticky-note-o:before {
  content: "\f24a";
}
.ofm-modal .fa-cc-jcb:before,
.spieler-modal .fa-cc-jcb:before,
.funcup-modal .fa-cc-jcb:before {
  content: "\f24b";
}
.ofm-modal .fa-cc-diners-club:before,
.spieler-modal .fa-cc-diners-club:before,
.funcup-modal .fa-cc-diners-club:before {
  content: "\f24c";
}
.ofm-modal .fa-clone:before,
.spieler-modal .fa-clone:before,
.funcup-modal .fa-clone:before {
  content: "\f24d";
}
.ofm-modal .fa-balance-scale:before,
.spieler-modal .fa-balance-scale:before,
.funcup-modal .fa-balance-scale:before {
  content: "\f24e";
}
.ofm-modal .fa-hourglass-o:before,
.spieler-modal .fa-hourglass-o:before,
.funcup-modal .fa-hourglass-o:before {
  content: "\f250";
}
.ofm-modal .fa-hourglass-1:before, .ofm-modal .fa-hourglass-start:before,
.spieler-modal .fa-hourglass-1:before,
.spieler-modal .fa-hourglass-start:before,
.funcup-modal .fa-hourglass-1:before,
.funcup-modal .fa-hourglass-start:before {
  content: "\f251";
}
.ofm-modal .fa-hourglass-2:before, .ofm-modal .fa-hourglass-half:before,
.spieler-modal .fa-hourglass-2:before,
.spieler-modal .fa-hourglass-half:before,
.funcup-modal .fa-hourglass-2:before,
.funcup-modal .fa-hourglass-half:before {
  content: "\f252";
}
.ofm-modal .fa-hourglass-3:before, .ofm-modal .fa-hourglass-end:before,
.spieler-modal .fa-hourglass-3:before,
.spieler-modal .fa-hourglass-end:before,
.funcup-modal .fa-hourglass-3:before,
.funcup-modal .fa-hourglass-end:before {
  content: "\f253";
}
.ofm-modal .fa-hourglass:before,
.spieler-modal .fa-hourglass:before,
.funcup-modal .fa-hourglass:before {
  content: "\f254";
}
.ofm-modal .fa-hand-grab-o:before, .ofm-modal .fa-hand-rock-o:before,
.spieler-modal .fa-hand-grab-o:before,
.spieler-modal .fa-hand-rock-o:before,
.funcup-modal .fa-hand-grab-o:before,
.funcup-modal .fa-hand-rock-o:before {
  content: "\f255";
}
.ofm-modal .fa-hand-stop-o:before, .ofm-modal .fa-hand-paper-o:before,
.spieler-modal .fa-hand-stop-o:before,
.spieler-modal .fa-hand-paper-o:before,
.funcup-modal .fa-hand-stop-o:before,
.funcup-modal .fa-hand-paper-o:before {
  content: "\f256";
}
.ofm-modal .fa-hand-scissors-o:before,
.spieler-modal .fa-hand-scissors-o:before,
.funcup-modal .fa-hand-scissors-o:before {
  content: "\f257";
}
.ofm-modal .fa-hand-lizard-o:before,
.spieler-modal .fa-hand-lizard-o:before,
.funcup-modal .fa-hand-lizard-o:before {
  content: "\f258";
}
.ofm-modal .fa-hand-spock-o:before,
.spieler-modal .fa-hand-spock-o:before,
.funcup-modal .fa-hand-spock-o:before {
  content: "\f259";
}
.ofm-modal .fa-hand-pointer-o:before,
.spieler-modal .fa-hand-pointer-o:before,
.funcup-modal .fa-hand-pointer-o:before {
  content: "\f25a";
}
.ofm-modal .fa-hand-peace-o:before,
.spieler-modal .fa-hand-peace-o:before,
.funcup-modal .fa-hand-peace-o:before {
  content: "\f25b";
}
.ofm-modal .fa-trademark:before,
.spieler-modal .fa-trademark:before,
.funcup-modal .fa-trademark:before {
  content: "\f25c";
}
.ofm-modal .fa-registered:before,
.spieler-modal .fa-registered:before,
.funcup-modal .fa-registered:before {
  content: "\f25d";
}
.ofm-modal .fa-creative-commons:before,
.spieler-modal .fa-creative-commons:before,
.funcup-modal .fa-creative-commons:before {
  content: "\f25e";
}
.ofm-modal .fa-gg:before,
.spieler-modal .fa-gg:before,
.funcup-modal .fa-gg:before {
  content: "\f260";
}
.ofm-modal .fa-gg-circle:before,
.spieler-modal .fa-gg-circle:before,
.funcup-modal .fa-gg-circle:before {
  content: "\f261";
}
.ofm-modal .fa-tripadvisor:before,
.spieler-modal .fa-tripadvisor:before,
.funcup-modal .fa-tripadvisor:before {
  content: "\f262";
}
.ofm-modal .fa-odnoklassniki:before,
.spieler-modal .fa-odnoklassniki:before,
.funcup-modal .fa-odnoklassniki:before {
  content: "\f263";
}
.ofm-modal .fa-odnoklassniki-square:before,
.spieler-modal .fa-odnoklassniki-square:before,
.funcup-modal .fa-odnoklassniki-square:before {
  content: "\f264";
}
.ofm-modal .fa-get-pocket:before,
.spieler-modal .fa-get-pocket:before,
.funcup-modal .fa-get-pocket:before {
  content: "\f265";
}
.ofm-modal .fa-wikipedia-w:before,
.spieler-modal .fa-wikipedia-w:before,
.funcup-modal .fa-wikipedia-w:before {
  content: "\f266";
}
.ofm-modal .fa-safari:before,
.spieler-modal .fa-safari:before,
.funcup-modal .fa-safari:before {
  content: "\f267";
}
.ofm-modal .fa-chrome:before,
.spieler-modal .fa-chrome:before,
.funcup-modal .fa-chrome:before {
  content: "\f268";
}
.ofm-modal .fa-firefox:before,
.spieler-modal .fa-firefox:before,
.funcup-modal .fa-firefox:before {
  content: "\f269";
}
.ofm-modal .fa-opera:before,
.spieler-modal .fa-opera:before,
.funcup-modal .fa-opera:before {
  content: "\f26a";
}
.ofm-modal .fa-internet-explorer:before,
.spieler-modal .fa-internet-explorer:before,
.funcup-modal .fa-internet-explorer:before {
  content: "\f26b";
}
.ofm-modal .fa-tv:before, .ofm-modal .fa-television:before,
.spieler-modal .fa-tv:before,
.spieler-modal .fa-television:before,
.funcup-modal .fa-tv:before,
.funcup-modal .fa-television:before {
  content: "\f26c";
}
.ofm-modal .fa-contao:before,
.spieler-modal .fa-contao:before,
.funcup-modal .fa-contao:before {
  content: "\f26d";
}
.ofm-modal .fa-500px:before,
.spieler-modal .fa-500px:before,
.funcup-modal .fa-500px:before {
  content: "\f26e";
}
.ofm-modal .fa-amazon:before,
.spieler-modal .fa-amazon:before,
.funcup-modal .fa-amazon:before {
  content: "\f270";
}
.ofm-modal .fa-calendar-plus-o:before,
.spieler-modal .fa-calendar-plus-o:before,
.funcup-modal .fa-calendar-plus-o:before {
  content: "\f271";
}
.ofm-modal .fa-calendar-minus-o:before,
.spieler-modal .fa-calendar-minus-o:before,
.funcup-modal .fa-calendar-minus-o:before {
  content: "\f272";
}
.ofm-modal .fa-calendar-times-o:before,
.spieler-modal .fa-calendar-times-o:before,
.funcup-modal .fa-calendar-times-o:before {
  content: "\f273";
}
.ofm-modal .fa-calendar-check-o:before,
.spieler-modal .fa-calendar-check-o:before,
.funcup-modal .fa-calendar-check-o:before {
  content: "\f274";
}
.ofm-modal .fa-industry:before,
.spieler-modal .fa-industry:before,
.funcup-modal .fa-industry:before {
  content: "\f275";
}
.ofm-modal .fa-map-pin:before,
.spieler-modal .fa-map-pin:before,
.funcup-modal .fa-map-pin:before {
  content: "\f276";
}
.ofm-modal .fa-map-signs:before,
.spieler-modal .fa-map-signs:before,
.funcup-modal .fa-map-signs:before {
  content: "\f277";
}
.ofm-modal .fa-map-o:before,
.spieler-modal .fa-map-o:before,
.funcup-modal .fa-map-o:before {
  content: "\f278";
}
.ofm-modal .fa-map:before,
.spieler-modal .fa-map:before,
.funcup-modal .fa-map:before {
  content: "\f279";
}
.ofm-modal .fa-commenting:before,
.spieler-modal .fa-commenting:before,
.funcup-modal .fa-commenting:before {
  content: "\f27a";
}
.ofm-modal .fa-commenting-o:before,
.spieler-modal .fa-commenting-o:before,
.funcup-modal .fa-commenting-o:before {
  content: "\f27b";
}
.ofm-modal .fa-houzz:before,
.spieler-modal .fa-houzz:before,
.funcup-modal .fa-houzz:before {
  content: "\f27c";
}
.ofm-modal .fa-vimeo:before,
.spieler-modal .fa-vimeo:before,
.funcup-modal .fa-vimeo:before {
  content: "\f27d";
}
.ofm-modal .fa-black-tie:before,
.spieler-modal .fa-black-tie:before,
.funcup-modal .fa-black-tie:before {
  content: "\f27e";
}
.ofm-modal .fa-fonticons:before,
.spieler-modal .fa-fonticons:before,
.funcup-modal .fa-fonticons:before {
  content: "\f280";
}
.ofm-modal .fa-reddit-alien:before,
.spieler-modal .fa-reddit-alien:before,
.funcup-modal .fa-reddit-alien:before {
  content: "\f281";
}
.ofm-modal .fa-edge:before,
.spieler-modal .fa-edge:before,
.funcup-modal .fa-edge:before {
  content: "\f282";
}
.ofm-modal .fa-credit-card-alt:before,
.spieler-modal .fa-credit-card-alt:before,
.funcup-modal .fa-credit-card-alt:before {
  content: "\f283";
}
.ofm-modal .fa-codiepie:before,
.spieler-modal .fa-codiepie:before,
.funcup-modal .fa-codiepie:before {
  content: "\f284";
}
.ofm-modal .fa-modx:before,
.spieler-modal .fa-modx:before,
.funcup-modal .fa-modx:before {
  content: "\f285";
}
.ofm-modal .fa-fort-awesome:before,
.spieler-modal .fa-fort-awesome:before,
.funcup-modal .fa-fort-awesome:before {
  content: "\f286";
}
.ofm-modal .fa-usb:before,
.spieler-modal .fa-usb:before,
.funcup-modal .fa-usb:before {
  content: "\f287";
}
.ofm-modal .fa-product-hunt:before,
.spieler-modal .fa-product-hunt:before,
.funcup-modal .fa-product-hunt:before {
  content: "\f288";
}
.ofm-modal .fa-mixcloud:before,
.spieler-modal .fa-mixcloud:before,
.funcup-modal .fa-mixcloud:before {
  content: "\f289";
}
.ofm-modal .fa-scribd:before,
.spieler-modal .fa-scribd:before,
.funcup-modal .fa-scribd:before {
  content: "\f28a";
}
.ofm-modal .fa-pause-circle:before,
.spieler-modal .fa-pause-circle:before,
.funcup-modal .fa-pause-circle:before {
  content: "\f28b";
}
.ofm-modal .fa-pause-circle-o:before,
.spieler-modal .fa-pause-circle-o:before,
.funcup-modal .fa-pause-circle-o:before {
  content: "\f28c";
}
.ofm-modal .fa-stop-circle:before,
.spieler-modal .fa-stop-circle:before,
.funcup-modal .fa-stop-circle:before {
  content: "\f28d";
}
.ofm-modal .fa-stop-circle-o:before,
.spieler-modal .fa-stop-circle-o:before,
.funcup-modal .fa-stop-circle-o:before {
  content: "\f28e";
}
.ofm-modal .fa-shopping-bag:before,
.spieler-modal .fa-shopping-bag:before,
.funcup-modal .fa-shopping-bag:before {
  content: "\f290";
}
.ofm-modal .fa-shopping-basket:before,
.spieler-modal .fa-shopping-basket:before,
.funcup-modal .fa-shopping-basket:before {
  content: "\f291";
}
.ofm-modal .fa-hashtag:before,
.spieler-modal .fa-hashtag:before,
.funcup-modal .fa-hashtag:before {
  content: "\f292";
}
.ofm-modal .fa-bluetooth:before,
.spieler-modal .fa-bluetooth:before,
.funcup-modal .fa-bluetooth:before {
  content: "\f293";
}
.ofm-modal .fa-bluetooth-b:before,
.spieler-modal .fa-bluetooth-b:before,
.funcup-modal .fa-bluetooth-b:before {
  content: "\f294";
}
.ofm-modal .fa-percent:before,
.spieler-modal .fa-percent:before,
.funcup-modal .fa-percent:before {
  content: "\f295";
}
.ofm-modal .fa-gitlab:before,
.spieler-modal .fa-gitlab:before,
.funcup-modal .fa-gitlab:before {
  content: "\f296";
}
.ofm-modal .fa-wpbeginner:before,
.spieler-modal .fa-wpbeginner:before,
.funcup-modal .fa-wpbeginner:before {
  content: "\f297";
}
.ofm-modal .fa-wpforms:before,
.spieler-modal .fa-wpforms:before,
.funcup-modal .fa-wpforms:before {
  content: "\f298";
}
.ofm-modal .fa-envira:before,
.spieler-modal .fa-envira:before,
.funcup-modal .fa-envira:before {
  content: "\f299";
}
.ofm-modal .fa-universal-access:before,
.spieler-modal .fa-universal-access:before,
.funcup-modal .fa-universal-access:before {
  content: "\f29a";
}
.ofm-modal .fa-wheelchair-alt:before,
.spieler-modal .fa-wheelchair-alt:before,
.funcup-modal .fa-wheelchair-alt:before {
  content: "\f29b";
}
.ofm-modal .fa-question-circle-o:before,
.spieler-modal .fa-question-circle-o:before,
.funcup-modal .fa-question-circle-o:before {
  content: "\f29c";
}
.ofm-modal .fa-blind:before,
.spieler-modal .fa-blind:before,
.funcup-modal .fa-blind:before {
  content: "\f29d";
}
.ofm-modal .fa-audio-description:before,
.spieler-modal .fa-audio-description:before,
.funcup-modal .fa-audio-description:before {
  content: "\f29e";
}
.ofm-modal .fa-volume-control-phone:before,
.spieler-modal .fa-volume-control-phone:before,
.funcup-modal .fa-volume-control-phone:before {
  content: "\f2a0";
}
.ofm-modal .fa-braille:before,
.spieler-modal .fa-braille:before,
.funcup-modal .fa-braille:before {
  content: "\f2a1";
}
.ofm-modal .fa-assistive-listening-systems:before,
.spieler-modal .fa-assistive-listening-systems:before,
.funcup-modal .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.ofm-modal .fa-asl-interpreting:before, .ofm-modal .fa-american-sign-language-interpreting:before,
.spieler-modal .fa-asl-interpreting:before,
.spieler-modal .fa-american-sign-language-interpreting:before,
.funcup-modal .fa-asl-interpreting:before,
.funcup-modal .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.ofm-modal .fa-deafness:before, .ofm-modal .fa-hard-of-hearing:before, .ofm-modal .fa-deaf:before,
.spieler-modal .fa-deafness:before,
.spieler-modal .fa-hard-of-hearing:before,
.spieler-modal .fa-deaf:before,
.funcup-modal .fa-deafness:before,
.funcup-modal .fa-hard-of-hearing:before,
.funcup-modal .fa-deaf:before {
  content: "\f2a4";
}
.ofm-modal .fa-glide:before,
.spieler-modal .fa-glide:before,
.funcup-modal .fa-glide:before {
  content: "\f2a5";
}
.ofm-modal .fa-glide-g:before,
.spieler-modal .fa-glide-g:before,
.funcup-modal .fa-glide-g:before {
  content: "\f2a6";
}
.ofm-modal .fa-signing:before, .ofm-modal .fa-sign-language:before,
.spieler-modal .fa-signing:before,
.spieler-modal .fa-sign-language:before,
.funcup-modal .fa-signing:before,
.funcup-modal .fa-sign-language:before {
  content: "\f2a7";
}
.ofm-modal .fa-low-vision:before,
.spieler-modal .fa-low-vision:before,
.funcup-modal .fa-low-vision:before {
  content: "\f2a8";
}
.ofm-modal .fa-viadeo:before,
.spieler-modal .fa-viadeo:before,
.funcup-modal .fa-viadeo:before {
  content: "\f2a9";
}
.ofm-modal .fa-viadeo-square:before,
.spieler-modal .fa-viadeo-square:before,
.funcup-modal .fa-viadeo-square:before {
  content: "\f2aa";
}
.ofm-modal .fa-snapchat:before,
.spieler-modal .fa-snapchat:before,
.funcup-modal .fa-snapchat:before {
  content: "\f2ab";
}
.ofm-modal .fa-snapchat-ghost:before,
.spieler-modal .fa-snapchat-ghost:before,
.funcup-modal .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.ofm-modal .fa-snapchat-square:before,
.spieler-modal .fa-snapchat-square:before,
.funcup-modal .fa-snapchat-square:before {
  content: "\f2ad";
}
.ofm-modal .fa-pied-piper:before,
.spieler-modal .fa-pied-piper:before,
.funcup-modal .fa-pied-piper:before {
  content: "\f2ae";
}
.ofm-modal .fa-first-order:before,
.spieler-modal .fa-first-order:before,
.funcup-modal .fa-first-order:before {
  content: "\f2b0";
}
.ofm-modal .fa-yoast:before,
.spieler-modal .fa-yoast:before,
.funcup-modal .fa-yoast:before {
  content: "\f2b1";
}
.ofm-modal .fa-themeisle:before,
.spieler-modal .fa-themeisle:before,
.funcup-modal .fa-themeisle:before {
  content: "\f2b2";
}
.ofm-modal .fa-google-plus-circle:before, .ofm-modal .fa-google-plus-official:before,
.spieler-modal .fa-google-plus-circle:before,
.spieler-modal .fa-google-plus-official:before,
.funcup-modal .fa-google-plus-circle:before,
.funcup-modal .fa-google-plus-official:before {
  content: "\f2b3";
}
.ofm-modal .fa-fa:before, .ofm-modal .fa-font-awesome:before,
.spieler-modal .fa-fa:before,
.spieler-modal .fa-font-awesome:before,
.funcup-modal .fa-fa:before,
.funcup-modal .fa-font-awesome:before {
  content: "\f2b4";
}
.ofm-modal .fa-handshake-o:before,
.spieler-modal .fa-handshake-o:before,
.funcup-modal .fa-handshake-o:before {
  content: "\f2b5";
}
.ofm-modal .fa-envelope-open:before,
.spieler-modal .fa-envelope-open:before,
.funcup-modal .fa-envelope-open:before {
  content: "\f2b6";
}
.ofm-modal .fa-envelope-open-o:before,
.spieler-modal .fa-envelope-open-o:before,
.funcup-modal .fa-envelope-open-o:before {
  content: "\f2b7";
}
.ofm-modal .fa-linode:before,
.spieler-modal .fa-linode:before,
.funcup-modal .fa-linode:before {
  content: "\f2b8";
}
.ofm-modal .fa-address-book:before,
.spieler-modal .fa-address-book:before,
.funcup-modal .fa-address-book:before {
  content: "\f2b9";
}
.ofm-modal .fa-address-book-o:before,
.spieler-modal .fa-address-book-o:before,
.funcup-modal .fa-address-book-o:before {
  content: "\f2ba";
}
.ofm-modal .fa-vcard:before, .ofm-modal .fa-address-card:before,
.spieler-modal .fa-vcard:before,
.spieler-modal .fa-address-card:before,
.funcup-modal .fa-vcard:before,
.funcup-modal .fa-address-card:before {
  content: "\f2bb";
}
.ofm-modal .fa-vcard-o:before, .ofm-modal .fa-address-card-o:before,
.spieler-modal .fa-vcard-o:before,
.spieler-modal .fa-address-card-o:before,
.funcup-modal .fa-vcard-o:before,
.funcup-modal .fa-address-card-o:before {
  content: "\f2bc";
}
.ofm-modal .fa-user-circle:before,
.spieler-modal .fa-user-circle:before,
.funcup-modal .fa-user-circle:before {
  content: "\f2bd";
}
.ofm-modal .fa-user-circle-o:before,
.spieler-modal .fa-user-circle-o:before,
.funcup-modal .fa-user-circle-o:before {
  content: "\f2be";
}
.ofm-modal .fa-user-o:before,
.spieler-modal .fa-user-o:before,
.funcup-modal .fa-user-o:before {
  content: "\f2c0";
}
.ofm-modal .fa-id-badge:before,
.spieler-modal .fa-id-badge:before,
.funcup-modal .fa-id-badge:before {
  content: "\f2c1";
}
.ofm-modal .fa-drivers-license:before, .ofm-modal .fa-id-card:before,
.spieler-modal .fa-drivers-license:before,
.spieler-modal .fa-id-card:before,
.funcup-modal .fa-drivers-license:before,
.funcup-modal .fa-id-card:before {
  content: "\f2c2";
}
.ofm-modal .fa-drivers-license-o:before, .ofm-modal .fa-id-card-o:before,
.spieler-modal .fa-drivers-license-o:before,
.spieler-modal .fa-id-card-o:before,
.funcup-modal .fa-drivers-license-o:before,
.funcup-modal .fa-id-card-o:before {
  content: "\f2c3";
}
.ofm-modal .fa-quora:before,
.spieler-modal .fa-quora:before,
.funcup-modal .fa-quora:before {
  content: "\f2c4";
}
.ofm-modal .fa-free-code-camp:before,
.spieler-modal .fa-free-code-camp:before,
.funcup-modal .fa-free-code-camp:before {
  content: "\f2c5";
}
.ofm-modal .fa-telegram:before,
.spieler-modal .fa-telegram:before,
.funcup-modal .fa-telegram:before {
  content: "\f2c6";
}
.ofm-modal .fa-thermometer-4:before, .ofm-modal .fa-thermometer:before, .ofm-modal .fa-thermometer-full:before,
.spieler-modal .fa-thermometer-4:before,
.spieler-modal .fa-thermometer:before,
.spieler-modal .fa-thermometer-full:before,
.funcup-modal .fa-thermometer-4:before,
.funcup-modal .fa-thermometer:before,
.funcup-modal .fa-thermometer-full:before {
  content: "\f2c7";
}
.ofm-modal .fa-thermometer-3:before, .ofm-modal .fa-thermometer-three-quarters:before,
.spieler-modal .fa-thermometer-3:before,
.spieler-modal .fa-thermometer-three-quarters:before,
.funcup-modal .fa-thermometer-3:before,
.funcup-modal .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.ofm-modal .fa-thermometer-2:before, .ofm-modal .fa-thermometer-half:before,
.spieler-modal .fa-thermometer-2:before,
.spieler-modal .fa-thermometer-half:before,
.funcup-modal .fa-thermometer-2:before,
.funcup-modal .fa-thermometer-half:before {
  content: "\f2c9";
}
.ofm-modal .fa-thermometer-1:before, .ofm-modal .fa-thermometer-quarter:before,
.spieler-modal .fa-thermometer-1:before,
.spieler-modal .fa-thermometer-quarter:before,
.funcup-modal .fa-thermometer-1:before,
.funcup-modal .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.ofm-modal .fa-thermometer-0:before, .ofm-modal .fa-thermometer-empty:before,
.spieler-modal .fa-thermometer-0:before,
.spieler-modal .fa-thermometer-empty:before,
.funcup-modal .fa-thermometer-0:before,
.funcup-modal .fa-thermometer-empty:before {
  content: "\f2cb";
}
.ofm-modal .fa-shower:before,
.spieler-modal .fa-shower:before,
.funcup-modal .fa-shower:before {
  content: "\f2cc";
}
.ofm-modal .fa-bathtub:before, .ofm-modal .fa-s15:before, .ofm-modal .fa-bath:before,
.spieler-modal .fa-bathtub:before,
.spieler-modal .fa-s15:before,
.spieler-modal .fa-bath:before,
.funcup-modal .fa-bathtub:before,
.funcup-modal .fa-s15:before,
.funcup-modal .fa-bath:before {
  content: "\f2cd";
}
.ofm-modal .fa-podcast:before,
.spieler-modal .fa-podcast:before,
.funcup-modal .fa-podcast:before {
  content: "\f2ce";
}
.ofm-modal .fa-window-maximize:before,
.spieler-modal .fa-window-maximize:before,
.funcup-modal .fa-window-maximize:before {
  content: "\f2d0";
}
.ofm-modal .fa-window-minimize:before,
.spieler-modal .fa-window-minimize:before,
.funcup-modal .fa-window-minimize:before {
  content: "\f2d1";
}
.ofm-modal .fa-window-restore:before,
.spieler-modal .fa-window-restore:before,
.funcup-modal .fa-window-restore:before {
  content: "\f2d2";
}
.ofm-modal .fa-times-rectangle:before, .ofm-modal .fa-window-close:before,
.spieler-modal .fa-times-rectangle:before,
.spieler-modal .fa-window-close:before,
.funcup-modal .fa-times-rectangle:before,
.funcup-modal .fa-window-close:before {
  content: "\f2d3";
}
.ofm-modal .fa-times-rectangle-o:before, .ofm-modal .fa-window-close-o:before,
.spieler-modal .fa-times-rectangle-o:before,
.spieler-modal .fa-window-close-o:before,
.funcup-modal .fa-times-rectangle-o:before,
.funcup-modal .fa-window-close-o:before {
  content: "\f2d4";
}
.ofm-modal .fa-bandcamp:before,
.spieler-modal .fa-bandcamp:before,
.funcup-modal .fa-bandcamp:before {
  content: "\f2d5";
}
.ofm-modal .fa-grav:before,
.spieler-modal .fa-grav:before,
.funcup-modal .fa-grav:before {
  content: "\f2d6";
}
.ofm-modal .fa-etsy:before,
.spieler-modal .fa-etsy:before,
.funcup-modal .fa-etsy:before {
  content: "\f2d7";
}
.ofm-modal .fa-imdb:before,
.spieler-modal .fa-imdb:before,
.funcup-modal .fa-imdb:before {
  content: "\f2d8";
}
.ofm-modal .fa-ravelry:before,
.spieler-modal .fa-ravelry:before,
.funcup-modal .fa-ravelry:before {
  content: "\f2d9";
}
.ofm-modal .fa-eercast:before,
.spieler-modal .fa-eercast:before,
.funcup-modal .fa-eercast:before {
  content: "\f2da";
}
.ofm-modal .fa-microchip:before,
.spieler-modal .fa-microchip:before,
.funcup-modal .fa-microchip:before {
  content: "\f2db";
}
.ofm-modal .fa-snowflake-o:before,
.spieler-modal .fa-snowflake-o:before,
.funcup-modal .fa-snowflake-o:before {
  content: "\f2dc";
}
.ofm-modal .fa-superpowers:before,
.spieler-modal .fa-superpowers:before,
.funcup-modal .fa-superpowers:before {
  content: "\f2dd";
}
.ofm-modal .fa-wpexplorer:before,
.spieler-modal .fa-wpexplorer:before,
.funcup-modal .fa-wpexplorer:before {
  content: "\f2de";
}
.ofm-modal .fa-meetup:before,
.spieler-modal .fa-meetup:before,
.funcup-modal .fa-meetup:before {
  content: "\f2e0";
}
.ofm-modal .sr-only,
.spieler-modal .sr-only,
.funcup-modal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ofm-modal .sr-only-focusable:active, .ofm-modal .sr-only-focusable:focus,
.spieler-modal .sr-only-focusable:active,
.spieler-modal .sr-only-focusable:focus,
.funcup-modal .sr-only-focusable:active,
.funcup-modal .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ofm-modal *:where(:not(div, iframe, canvas, b, i, img, svg, video, pre, code, i, br, textarea, .fi):not(svg *, symbol *)),
.spieler-modal *:where(:not(div, iframe, canvas, b, i, img, svg, video, pre, code, i, br, textarea, .fi):not(svg *, symbol *)),
.funcup-modal *:where(:not(div, iframe, canvas, b, i, img, svg, video, pre, code, i, br, textarea, .fi):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
.ofm-modal *,
.ofm-modal *::before,
.ofm-modal *::after,
.spieler-modal *,
.spieler-modal *::before,
.spieler-modal *::after,
.funcup-modal *,
.funcup-modal *::before,
.funcup-modal *::after {
  box-sizing: border-box;
}
.ofm-modal ol, .ofm-modal ul, .ofm-modal menu,
.spieler-modal ol,
.spieler-modal ul,
.spieler-modal menu,
.funcup-modal ol,
.funcup-modal ul,
.funcup-modal menu {
  list-style: none;
}
.ofm-modal img,
.spieler-modal img,
.funcup-modal img {
  max-width: 100%;
}
.ofm-modal table,
.spieler-modal table,
.funcup-modal table {
  border-collapse: collapse;
}
.ofm-modal textarea,
.spieler-modal textarea,
.funcup-modal textarea {
  white-space: revert;
}
.ofm-modal :where([contenteditable]),
.spieler-modal :where([contenteditable]),
.funcup-modal :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
.ofm-modal :root,
.ofm-modal body,
.spieler-modal :root,
.spieler-modal body,
.funcup-modal :root,
.funcup-modal body {
  font-family: Roboto, sans-serif !important;
}
.ofm-modal a,
.spieler-modal a,
.funcup-modal a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}
.ofm-modal a:hover,
.spieler-modal a:hover,
.funcup-modal a:hover {
  text-decoration: underline;
}
.ofm-modal strong,
.spieler-modal strong,
.funcup-modal strong {
  font-weight: 700;
}
.ofm-modal h1, .ofm-modal h2, .ofm-modal h3,
.spieler-modal h1,
.spieler-modal h2,
.spieler-modal h3,
.funcup-modal h1,
.funcup-modal h2,
.funcup-modal h3 {
  font-weight: 700;
  color: #000;
  margin: 0;
}
.ofm-modal h1.--center, .ofm-modal h2.--center, .ofm-modal h3.--center,
.spieler-modal h1.--center,
.spieler-modal h2.--center,
.spieler-modal h3.--center,
.funcup-modal h1.--center,
.funcup-modal h2.--center,
.funcup-modal h3.--center {
  text-align: center;
}
.ofm-modal .plain h2, .ofm-modal .plain h2, .ofm-modal .plain h3,
.spieler-modal .plain h2,
.spieler-modal .plain h2,
.spieler-modal .plain h3,
.funcup-modal .plain h2,
.funcup-modal .plain h2,
.funcup-modal .plain h3 {
  text-transform: none;
}
.ofm-modal h1,
.spieler-modal h1,
.funcup-modal h1 {
  margin: 0 0 20px 0;
}
.ofm-modal h1,
.spieler-modal h1,
.funcup-modal h1 {
  font-size: 24px;
  margin: 0 0 8px 0;
}
.ofm-modal h1.main,
.spieler-modal h1.main,
.funcup-modal h1.main {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 48px;
  font-weight: 800;
  color: #FFF;
  text-shadow: 1px 1px 10px #000000;
}
.ofm-modal h1.main strong,
.spieler-modal h1.main strong,
.funcup-modal h1.main strong {
  color: var(--sd-color);
}
.ofm-modal h4,
.spieler-modal h4,
.funcup-modal h4 {
  font-size: 1em;
  font-weight: 700;
  color: var(--color-black);
  margin: 15px 0 10px 0;
}
.ofm-modal h4.center,
.spieler-modal h4.center,
.funcup-modal h4.center {
  text-align: center;
}
.ofm-modal h4.center img,
.spieler-modal h4.center img,
.funcup-modal h4.center img {
  margin: 0 auto;
}
.ofm-modal p, .ofm-modal ul,
.spieler-modal p,
.spieler-modal ul,
.funcup-modal p,
.funcup-modal ul {
  margin: 10px 0;
  font-size: 0.9em;
  line-height: 150%;
}
.ofm-modal p.center, .ofm-modal ul.center,
.spieler-modal p.center,
.spieler-modal ul.center,
.funcup-modal p.center,
.funcup-modal ul.center {
  text-align: center;
}
.ofm-modal ul,
.spieler-modal ul,
.funcup-modal ul {
  padding-left: 10px;
}
.ofm-modal ul li,
.spieler-modal ul li,
.funcup-modal ul li {
  margin: 0 0 10px 0;
}
.ofm-modal i.quantity,
.spieler-modal i.quantity,
.funcup-modal i.quantity {
  font-style: normal;
  transition: all 1.5s ease-in-out;
}
.ofm-modal i.quantity.full,
.spieler-modal i.quantity.full,
.funcup-modal i.quantity.full {
  color: red;
}
.ofm-modal pre, .ofm-modal code,
.spieler-modal pre,
.spieler-modal code,
.funcup-modal pre,
.funcup-modal code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: var(--font-size-small);
  color: var(--color-green-dark);
  background-color: var(--color-grey-lightest);
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.ofm-modal pre,
.spieler-modal pre,
.funcup-modal pre {
  padding: 1rem 0.25rem 0.25rem 0.25rem;
}
@media screen and (max-width: 640px) {
  .ofm-modal h1,
  .spieler-modal h1,
  .funcup-modal h1 {
    font-size: 22px !important;
  }
  .ofm-modal h2,
  .spieler-modal h2,
  .funcup-modal h2 {
    font-size: 18px;
  }
}
.ofm-modal #hidden,
.spieler-modal #hidden,
.funcup-modal #hidden {
  display: none;
}
.ofm-modal .content-wrap,
.spieler-modal .content-wrap,
.funcup-modal .content-wrap {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .ofm-modal .content-wrap,
  .spieler-modal .content-wrap,
  .funcup-modal .content-wrap {
    padding: 0 10px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .ofm-modal body,
  .spieler-modal body,
  .funcup-modal body {
    background: url(../../img/bg.png) no-repeat;
    background-position: top center;
    background-attachment: unset;
    background-size: cover;
  }
}
@media screen and (min-width: 480px) {
  .ofm-modal .not-mobile,
  .spieler-modal .not-mobile,
  .funcup-modal .not-mobile {
    display: inline-block;
  }
  .ofm-modal .mobile,
  .spieler-modal .mobile,
  .funcup-modal .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .ofm-modal .not-mobile,
  .spieler-modal .not-mobile,
  .funcup-modal .not-mobile {
    display: none !important;
  }
  .ofm-modal .mobile,
  .spieler-modal .mobile,
  .funcup-modal .mobile {
    display: block !important;
  }
}
@media screen and (max-width: 410px) {
  .ofm-modal .content-wrap,
  .spieler-modal .content-wrap,
  .funcup-modal .content-wrap {
    padding: 0 5px;
  }
}
.ofm-modal body,
.spieler-modal body,
.funcup-modal body {
  background: url(../../img/bg.png) no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
.ofm-modal .content,
.spieler-modal .content,
.funcup-modal .content {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.ofm-modal .row,
.spieler-modal .row,
.funcup-modal .row {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
.ofm-modal .row.h-center,
.spieler-modal .row.h-center,
.funcup-modal .row.h-center {
  justify-content: center;
}
.ofm-modal .row.fullsize,
.spieler-modal .row.fullsize,
.funcup-modal .row.fullsize {
  width: calc(100% + 20px);
}
.ofm-modal .row.--center,
.spieler-modal .row.--center,
.funcup-modal .row.--center {
  justify-content: center;
}
.ofm-modal div[class*=col-],
.spieler-modal div[class*=col-],
.funcup-modal div[class*=col-] {
  max-width: 1024px;
  width: calc(100% - 20px);
  -ms-flex: 0 1 calc(100% - 20px);
  flex: 0 1 calc(100% - 20px);
  margin: 0 10px 20px 10px;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.ofm-modal div.col-md1,
.spieler-modal div.col-md1,
.funcup-modal div.col-md1 {
  flex-basis: calc(8.3333333333% - 20px);
  flex-basis: calc(8.3333333333% - 20px);
}
.ofm-modal div.col-md2,
.spieler-modal div.col-md2,
.funcup-modal div.col-md2 {
  flex-basis: calc(16.6666666667% - 20px);
  flex-basis: calc(16.6666666667% - 20px);
}
.ofm-modal div.col-md3,
.spieler-modal div.col-md3,
.funcup-modal div.col-md3 {
  flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
}
.ofm-modal div.col-md4,
.spieler-modal div.col-md4,
.funcup-modal div.col-md4 {
  flex-basis: calc(33.3333333333% - 20px);
  flex-basis: calc(33.3333333333% - 20px);
}
.ofm-modal div.col-md5,
.spieler-modal div.col-md5,
.funcup-modal div.col-md5 {
  flex-basis: calc(41.6666666667% - 20px);
  flex-basis: calc(41.6666666667% - 20px);
}
.ofm-modal div.col-md6,
.spieler-modal div.col-md6,
.funcup-modal div.col-md6 {
  flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.ofm-modal div.col-md7,
.spieler-modal div.col-md7,
.funcup-modal div.col-md7 {
  flex-basis: calc(58.3333333333% - 20px);
  flex-basis: calc(58.3333333333% - 20px);
}
.ofm-modal div.col-md8,
.spieler-modal div.col-md8,
.funcup-modal div.col-md8 {
  flex-basis: calc(66.6666666667% - 20px);
  flex-basis: calc(66.6666666667% - 20px);
}
.ofm-modal div.col-md9,
.spieler-modal div.col-md9,
.funcup-modal div.col-md9 {
  flex-basis: calc(75% - 20px);
  flex-basis: calc(75% - 20px);
}
.ofm-modal div.col-md10,
.spieler-modal div.col-md10,
.funcup-modal div.col-md10 {
  flex-basis: calc(83.3333333333% - 20px);
  flex-basis: calc(83.3333333333% - 20px);
}
.ofm-modal div.col-md11,
.spieler-modal div.col-md11,
.funcup-modal div.col-md11 {
  flex-basis: calc(91.6666666667% - 20px);
  flex-basis: calc(91.6666666667% - 20px);
}
.ofm-modal div.col-md12,
.spieler-modal div.col-md12,
.funcup-modal div.col-md12 {
  flex-basis: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}
.ofm-modal div.col-0,
.spieler-modal div.col-0,
.funcup-modal div.col-0 {
  display: none;
}
.ofm-modal div.col-12,
.spieler-modal div.col-12,
.funcup-modal div.col-12 {
  flex-basis: calc(100% - 20px);
  width: calc(100% - 20px);
}
@media screen and (min-width: 840px) {
  .ofm-modal div.col-1,
  .spieler-modal div.col-1,
  .funcup-modal div.col-1 {
    flex-basis: calc(8.3333333333% - 20px);
    width: calc(8.3333333333% - 20px);
  }
  .ofm-modal div.col-2,
  .spieler-modal div.col-2,
  .funcup-modal div.col-2 {
    flex-basis: calc(16.6666666667% - 20px);
    width: calc(16.6666666667% - 20px);
  }
  .ofm-modal div.col-3,
  .spieler-modal div.col-3,
  .funcup-modal div.col-3 {
    flex-basis: calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .ofm-modal div.col-4,
  .spieler-modal div.col-4,
  .funcup-modal div.col-4 {
    flex-basis: calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
  }
  .ofm-modal div.col-5,
  .spieler-modal div.col-5,
  .funcup-modal div.col-5 {
    flex-basis: calc(41.6666666667% - 20px);
    width: calc(41.6666666667% - 20px);
  }
  .ofm-modal div.col-6,
  .spieler-modal div.col-6,
  .funcup-modal div.col-6 {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .ofm-modal div.col-7,
  .spieler-modal div.col-7,
  .funcup-modal div.col-7 {
    flex-basis: calc(58.3333333333% - 20px);
    width: calc(58.3333333333% - 20px);
  }
  .ofm-modal div.col-8,
  .spieler-modal div.col-8,
  .funcup-modal div.col-8 {
    flex-basis: calc(66.6666666667% - 20px);
    width: calc(66.6666666667% - 20px);
  }
  .ofm-modal div.col-9,
  .spieler-modal div.col-9,
  .funcup-modal div.col-9 {
    flex-basis: calc(75% - 20px);
    width: calc(75% - 20px);
  }
  .ofm-modal div.col-10,
  .spieler-modal div.col-10,
  .funcup-modal div.col-10 {
    flex-basis: calc(83.3333333333% - 20px);
    width: calc(83.3333333333% - 20px);
  }
  .ofm-modal div.col-11,
  .spieler-modal div.col-11,
  .funcup-modal div.col-11 {
    flex-basis: calc(91.6666666667% - 20px);
    width: calc(91.6666666667% - 20px);
  }
  .ofm-modal div.col-12,
  .spieler-modal div.col-12,
  .funcup-modal div.col-12 {
    flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .ofm-modal div.col-12,
  .spieler-modal div.col-12,
  .funcup-modal div.col-12 {
    flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ofm-modal div.col-md-0,
  .spieler-modal div.col-md-0,
  .funcup-modal div.col-md-0 {
    display: none !important;
  }
  .ofm-modal div.col-md-12,
  .spieler-modal div.col-md-12,
  .funcup-modal div.col-md-12 {
    margin-right: 0 !important;
  }
  .ofm-modal div .row,
  .spieler-modal div .row,
  .funcup-modal div .row {
    margin: 0;
  }
  .ofm-modal div.col-md-1,
  .spieler-modal div.col-md-1,
  .funcup-modal div.col-md-1 {
    flex-basis: calc(8.3333333333% - 20px);
    width: calc(8.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-2,
  .spieler-modal div.col-md-2,
  .funcup-modal div.col-md-2 {
    flex-basis: calc(16.6666666667% - 20px);
    width: calc(16.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-3,
  .spieler-modal div.col-md-3,
  .funcup-modal div.col-md-3 {
    flex-basis: calc(25% - 20px);
    width: calc(25% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-4,
  .spieler-modal div.col-md-4,
  .funcup-modal div.col-md-4 {
    flex-basis: calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-5,
  .spieler-modal div.col-md-5,
  .funcup-modal div.col-md-5 {
    flex-basis: calc(41.6666666667% - 20px);
    width: calc(41.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-6,
  .spieler-modal div.col-md-6,
  .funcup-modal div.col-md-6 {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-7,
  .spieler-modal div.col-md-7,
  .funcup-modal div.col-md-7 {
    flex-basis: calc(58.3333333333% - 20px);
    width: calc(58.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-8,
  .spieler-modal div.col-md-8,
  .funcup-modal div.col-md-8 {
    flex-basis: calc(66.6666666667% - 20px);
    width: calc(66.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-9,
  .spieler-modal div.col-md-9,
  .funcup-modal div.col-md-9 {
    flex-basis: calc(75% - 20px);
    width: calc(75% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-10,
  .spieler-modal div.col-md-10,
  .funcup-modal div.col-md-10 {
    flex-basis: calc(83.3333333333% - 20px);
    width: calc(83.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-11,
  .spieler-modal div.col-md-11,
  .funcup-modal div.col-md-11 {
    flex-basis: calc(91.6666666667% - 20px);
    width: calc(91.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-12,
  .spieler-modal div.col-md-12,
  .funcup-modal div.col-md-12 {
    flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .ofm-modal div.col-md-1,
  .spieler-modal div.col-md-1,
  .funcup-modal div.col-md-1 {
    flex-basis: calc(8.3333333333% - 20px);
    width: calc(8.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-2,
  .spieler-modal div.col-md-2,
  .funcup-modal div.col-md-2 {
    flex-basis: calc(16.6666666667% - 20px);
    width: calc(16.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-3,
  .spieler-modal div.col-md-3,
  .funcup-modal div.col-md-3 {
    flex-basis: calc(25% - 20px);
    width: calc(25% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-4,
  .spieler-modal div.col-md-4,
  .funcup-modal div.col-md-4 {
    flex-basis: calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-5,
  .spieler-modal div.col-md-5,
  .funcup-modal div.col-md-5 {
    flex-basis: calc(41.6666666667% - 20px);
    width: calc(41.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-6,
  .spieler-modal div.col-md-6,
  .funcup-modal div.col-md-6 {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-7,
  .spieler-modal div.col-md-7,
  .funcup-modal div.col-md-7 {
    flex-basis: calc(58.3333333333% - 20px);
    width: calc(58.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-8,
  .spieler-modal div.col-md-8,
  .funcup-modal div.col-md-8 {
    flex-basis: calc(66.6666666667% - 20px);
    width: calc(66.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-9,
  .spieler-modal div.col-md-9,
  .funcup-modal div.col-md-9 {
    flex-basis: calc(75% - 20px);
    width: calc(75% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-10,
  .spieler-modal div.col-md-10,
  .funcup-modal div.col-md-10 {
    flex-basis: calc(83.3333333333% - 20px);
    width: calc(83.3333333333% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-11,
  .spieler-modal div.col-md-11,
  .funcup-modal div.col-md-11 {
    flex-basis: calc(91.6666666667% - 20px);
    width: calc(91.6666666667% - 20px);
    display: block;
  }
  .ofm-modal div.col-md-12,
  .spieler-modal div.col-md-12,
  .funcup-modal div.col-md-12 {
    flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .ofm-modal div.col-xs-0,
  .spieler-modal div.col-xs-0,
  .funcup-modal div.col-xs-0 {
    display: none !important;
  }
  .ofm-modal div.col-xs-12,
  .spieler-modal div.col-xs-12,
  .funcup-modal div.col-xs-12 {
    width: 100%;
    flex-basis: 100%;
    display: block;
  }
  .ofm-modal div.col-xs-1,
  .spieler-modal div.col-xs-1,
  .funcup-modal div.col-xs-1 {
    flex-basis: calc(8.3333333333% - 20px);
    width: calc(8.3333333333% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-2,
  .spieler-modal div.col-xs-2,
  .funcup-modal div.col-xs-2 {
    flex-basis: calc(16.6666666667% - 20px);
    width: calc(16.6666666667% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-3,
  .spieler-modal div.col-xs-3,
  .funcup-modal div.col-xs-3 {
    flex-basis: calc(25% - 20px);
    width: calc(25% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-4,
  .spieler-modal div.col-xs-4,
  .funcup-modal div.col-xs-4 {
    flex-basis: calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-5,
  .spieler-modal div.col-xs-5,
  .funcup-modal div.col-xs-5 {
    flex-basis: calc(41.6666666667% - 20px);
    width: calc(41.6666666667% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-6,
  .spieler-modal div.col-xs-6,
  .funcup-modal div.col-xs-6 {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-7,
  .spieler-modal div.col-xs-7,
  .funcup-modal div.col-xs-7 {
    flex-basis: calc(58.3333333333% - 20px);
    width: calc(58.3333333333% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-8,
  .spieler-modal div.col-xs-8,
  .funcup-modal div.col-xs-8 {
    flex-basis: calc(66.6666666667% - 20px);
    width: calc(66.6666666667% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-9,
  .spieler-modal div.col-xs-9,
  .funcup-modal div.col-xs-9 {
    flex-basis: calc(75% - 20px);
    width: calc(75% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-10,
  .spieler-modal div.col-xs-10,
  .funcup-modal div.col-xs-10 {
    flex-basis: calc(83.3333333333% - 20px);
    width: calc(83.3333333333% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-11,
  .spieler-modal div.col-xs-11,
  .funcup-modal div.col-xs-11 {
    flex-basis: calc(91.6666666667% - 20px);
    width: calc(91.6666666667% - 20px);
    display: block !important;
  }
  .ofm-modal div.col-xs-12,
  .spieler-modal div.col-xs-12,
  .funcup-modal div.col-xs-12 {
    flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
    display: block !important;
  }
}
.ofm-modal .m-0,
.spieler-modal .m-0,
.funcup-modal .m-0 {
  margin: 0 !important;
}
.ofm-modal .m-1,
.spieler-modal .m-1,
.funcup-modal .m-1 {
  margin: 0.25rem !important;
}
.ofm-modal .m-2,
.spieler-modal .m-2,
.funcup-modal .m-2 {
  margin: 0.5rem !important;
}
.ofm-modal .m-3,
.spieler-modal .m-3,
.funcup-modal .m-3 {
  margin: 1rem !important;
}
.ofm-modal .m-4,
.spieler-modal .m-4,
.funcup-modal .m-4 {
  margin: 1.5rem !important;
}
.ofm-modal .m-5,
.spieler-modal .m-5,
.funcup-modal .m-5 {
  margin: 3rem !important;
}
.ofm-modal .m-auto,
.spieler-modal .m-auto,
.funcup-modal .m-auto {
  margin: auto !important;
}
.ofm-modal .mx-0,
.spieler-modal .mx-0,
.funcup-modal .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.ofm-modal .mx-1,
.spieler-modal .mx-1,
.funcup-modal .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.ofm-modal .mx-2,
.spieler-modal .mx-2,
.funcup-modal .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.ofm-modal .mx-3,
.spieler-modal .mx-3,
.funcup-modal .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.ofm-modal .mx-4,
.spieler-modal .mx-4,
.funcup-modal .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.ofm-modal .mx-5,
.spieler-modal .mx-5,
.funcup-modal .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.ofm-modal .mx-auto,
.spieler-modal .mx-auto,
.funcup-modal .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.ofm-modal .my-0,
.spieler-modal .my-0,
.funcup-modal .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ofm-modal .my-1,
.spieler-modal .my-1,
.funcup-modal .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.ofm-modal .my-2,
.spieler-modal .my-2,
.funcup-modal .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.ofm-modal .my-3,
.spieler-modal .my-3,
.funcup-modal .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.ofm-modal .my-4,
.spieler-modal .my-4,
.funcup-modal .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.ofm-modal .my-5,
.spieler-modal .my-5,
.funcup-modal .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.ofm-modal .my-auto,
.spieler-modal .my-auto,
.funcup-modal .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.ofm-modal .mt-0,
.spieler-modal .mt-0,
.funcup-modal .mt-0 {
  margin-top: 0 !important;
}
.ofm-modal .mt-1,
.spieler-modal .mt-1,
.funcup-modal .mt-1 {
  margin-top: 0.25rem !important;
}
.ofm-modal .mt-2,
.spieler-modal .mt-2,
.funcup-modal .mt-2 {
  margin-top: 0.5rem !important;
}
.ofm-modal .mt-3,
.spieler-modal .mt-3,
.funcup-modal .mt-3 {
  margin-top: 1rem !important;
}
.ofm-modal .mt-4,
.spieler-modal .mt-4,
.funcup-modal .mt-4 {
  margin-top: 1.5rem !important;
}
.ofm-modal .mt-5,
.spieler-modal .mt-5,
.funcup-modal .mt-5 {
  margin-top: 3rem !important;
}
.ofm-modal .mt-auto,
.spieler-modal .mt-auto,
.funcup-modal .mt-auto {
  margin-top: auto !important;
}
.ofm-modal .mr-0,
.spieler-modal .mr-0,
.funcup-modal .mr-0 {
  margin-right: 0 !important;
}
.ofm-modal .mr-1,
.spieler-modal .mr-1,
.funcup-modal .mr-1 {
  margin-right: 0.25rem !important;
}
.ofm-modal .mr-2,
.spieler-modal .mr-2,
.funcup-modal .mr-2 {
  margin-right: 0.5rem !important;
}
.ofm-modal .mr-3,
.spieler-modal .mr-3,
.funcup-modal .mr-3 {
  margin-right: 1rem !important;
}
.ofm-modal .mr-4,
.spieler-modal .mr-4,
.funcup-modal .mr-4 {
  margin-right: 1.5rem !important;
}
.ofm-modal .mr-5,
.spieler-modal .mr-5,
.funcup-modal .mr-5 {
  margin-right: 3rem !important;
}
.ofm-modal .mr-auto,
.spieler-modal .mr-auto,
.funcup-modal .mr-auto {
  margin-right: auto !important;
}
.ofm-modal .mb-0,
.spieler-modal .mb-0,
.funcup-modal .mb-0 {
  margin-bottom: 0 !important;
}
.ofm-modal .mb-1,
.spieler-modal .mb-1,
.funcup-modal .mb-1 {
  margin-bottom: 0.25rem !important;
}
.ofm-modal .mb-2,
.spieler-modal .mb-2,
.funcup-modal .mb-2 {
  margin-bottom: 0.5rem !important;
}
.ofm-modal .mb-3,
.spieler-modal .mb-3,
.funcup-modal .mb-3 {
  margin-bottom: 1rem !important;
}
.ofm-modal .mb-4,
.spieler-modal .mb-4,
.funcup-modal .mb-4 {
  margin-bottom: 1.5rem !important;
}
.ofm-modal .mb-5,
.spieler-modal .mb-5,
.funcup-modal .mb-5 {
  margin-bottom: 3rem !important;
}
.ofm-modal .mb-auto,
.spieler-modal .mb-auto,
.funcup-modal .mb-auto {
  margin-bottom: auto !important;
}
.ofm-modal .ml-0,
.spieler-modal .ml-0,
.funcup-modal .ml-0 {
  margin-left: 0 !important;
}
.ofm-modal .ml-1,
.spieler-modal .ml-1,
.funcup-modal .ml-1 {
  margin-left: 0.25rem !important;
}
.ofm-modal .ml-2,
.spieler-modal .ml-2,
.funcup-modal .ml-2 {
  margin-left: 0.5rem !important;
}
.ofm-modal .ml-3,
.spieler-modal .ml-3,
.funcup-modal .ml-3 {
  margin-left: 1rem !important;
}
.ofm-modal .ml-4,
.spieler-modal .ml-4,
.funcup-modal .ml-4 {
  margin-left: 1.5rem !important;
}
.ofm-modal .ml-5,
.spieler-modal .ml-5,
.funcup-modal .ml-5 {
  margin-left: 3rem !important;
}
.ofm-modal .ml-auto,
.spieler-modal .ml-auto,
.funcup-modal .ml-auto {
  margin-left: auto !important;
}
.ofm-modal .p-0,
.spieler-modal .p-0,
.funcup-modal .p-0 {
  padding: 0 !important;
}
.ofm-modal .p-1,
.spieler-modal .p-1,
.funcup-modal .p-1 {
  padding: 0.25rem !important;
}
.ofm-modal .p-2,
.spieler-modal .p-2,
.funcup-modal .p-2 {
  padding: 0.5rem !important;
}
.ofm-modal .p-3,
.spieler-modal .p-3,
.funcup-modal .p-3 {
  padding: 1rem !important;
}
.ofm-modal .p-4,
.spieler-modal .p-4,
.funcup-modal .p-4 {
  padding: 1.5rem !important;
}
.ofm-modal .p-5,
.spieler-modal .p-5,
.funcup-modal .p-5 {
  padding: 3rem !important;
}
.ofm-modal .px-0,
.spieler-modal .px-0,
.funcup-modal .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.ofm-modal .px-1,
.spieler-modal .px-1,
.funcup-modal .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.ofm-modal .px-2,
.spieler-modal .px-2,
.funcup-modal .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.ofm-modal .px-3,
.spieler-modal .px-3,
.funcup-modal .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.ofm-modal .px-4,
.spieler-modal .px-4,
.funcup-modal .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.ofm-modal .px-5,
.spieler-modal .px-5,
.funcup-modal .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.ofm-modal .py-0,
.spieler-modal .py-0,
.funcup-modal .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ofm-modal .py-1,
.spieler-modal .py-1,
.funcup-modal .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.ofm-modal .py-2,
.spieler-modal .py-2,
.funcup-modal .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.ofm-modal .py-3,
.spieler-modal .py-3,
.funcup-modal .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.ofm-modal .py-4,
.spieler-modal .py-4,
.funcup-modal .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.ofm-modal .py-5,
.spieler-modal .py-5,
.funcup-modal .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.ofm-modal .pt-0,
.spieler-modal .pt-0,
.funcup-modal .pt-0 {
  padding-top: 0 !important;
}
.ofm-modal .pt-1,
.spieler-modal .pt-1,
.funcup-modal .pt-1 {
  padding-top: 0.25rem !important;
}
.ofm-modal .pt-2,
.spieler-modal .pt-2,
.funcup-modal .pt-2 {
  padding-top: 0.5rem !important;
}
.ofm-modal .pt-3,
.spieler-modal .pt-3,
.funcup-modal .pt-3 {
  padding-top: 1rem !important;
}
.ofm-modal .pt-4,
.spieler-modal .pt-4,
.funcup-modal .pt-4 {
  padding-top: 1.5rem !important;
}
.ofm-modal .pt-5,
.spieler-modal .pt-5,
.funcup-modal .pt-5 {
  padding-top: 3rem !important;
}
.ofm-modal .pr-0,
.spieler-modal .pr-0,
.funcup-modal .pr-0 {
  padding-right: 0 !important;
}
.ofm-modal .pr-1,
.spieler-modal .pr-1,
.funcup-modal .pr-1 {
  padding-right: 0.25rem !important;
}
.ofm-modal .pr-2,
.spieler-modal .pr-2,
.funcup-modal .pr-2 {
  padding-right: 0.5rem !important;
}
.ofm-modal .pr-3,
.spieler-modal .pr-3,
.funcup-modal .pr-3 {
  padding-right: 1rem !important;
}
.ofm-modal .pr-4,
.spieler-modal .pr-4,
.funcup-modal .pr-4 {
  padding-right: 1.5rem !important;
}
.ofm-modal .pr-5,
.spieler-modal .pr-5,
.funcup-modal .pr-5 {
  padding-right: 3rem !important;
}
.ofm-modal .pb-0,
.spieler-modal .pb-0,
.funcup-modal .pb-0 {
  padding-bottom: 0 !important;
}
.ofm-modal .pb-1,
.spieler-modal .pb-1,
.funcup-modal .pb-1 {
  padding-bottom: 0.25rem !important;
}
.ofm-modal .pb-2,
.spieler-modal .pb-2,
.funcup-modal .pb-2 {
  padding-bottom: 0.5rem !important;
}
.ofm-modal .pb-3,
.spieler-modal .pb-3,
.funcup-modal .pb-3 {
  padding-bottom: 1rem !important;
}
.ofm-modal .pb-4,
.spieler-modal .pb-4,
.funcup-modal .pb-4 {
  padding-bottom: 1.5rem !important;
}
.ofm-modal .pb-5,
.spieler-modal .pb-5,
.funcup-modal .pb-5 {
  padding-bottom: 3rem !important;
}
.ofm-modal .pl-0,
.spieler-modal .pl-0,
.funcup-modal .pl-0 {
  padding-left: 0 !important;
}
.ofm-modal .pl-1,
.spieler-modal .pl-1,
.funcup-modal .pl-1 {
  padding-left: 0.25rem !important;
}
.ofm-modal .pl-2,
.spieler-modal .pl-2,
.funcup-modal .pl-2 {
  padding-left: 0.5rem !important;
}
.ofm-modal .pl-3,
.spieler-modal .pl-3,
.funcup-modal .pl-3 {
  padding-left: 1rem !important;
}
.ofm-modal .pl-4,
.spieler-modal .pl-4,
.funcup-modal .pl-4 {
  padding-left: 1.5rem !important;
}
.ofm-modal .pl-5,
.spieler-modal .pl-5,
.funcup-modal .pl-5 {
  padding-left: 3rem !important;
}
.ofm-modal .rotate,
.spieler-modal .rotate,
.funcup-modal .rotate {
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ofm-modal .v-hidden,
.spieler-modal .v-hidden,
.funcup-modal .v-hidden {
  visibility: hidden !important;
}
.ofm-modal .v-visible,
.spieler-modal .v-visible,
.funcup-modal .v-visible {
  visibility: visible !important;
}
.ofm-modal .text-center,
.spieler-modal .text-center,
.funcup-modal .text-center {
  text-align: center !important;
}
.ofm-modal .text-left,
.spieler-modal .text-left,
.funcup-modal .text-left {
  text-align: left !important;
}
.ofm-modal .text-right,
.spieler-modal .text-right,
.funcup-modal .text-right {
  text-align: right !important;
}
.ofm-modal h1 .tooltip,
.spieler-modal h1 .tooltip,
.funcup-modal h1 .tooltip {
  top: -3px;
}
.ofm-modal .tooltip,
.spieler-modal .tooltip,
.funcup-modal .tooltip {
  display: inline-block;
  position: relative;
  top: -2px;
  cursor: pointer;
  border-radius: 100%;
  background: var(--color-blue);
  color: #FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
}
.ofm-modal .tooltip.--large .tooltip-text,
.spieler-modal .tooltip.--large .tooltip-text,
.funcup-modal .tooltip.--large .tooltip-text {
  bottom: auto;
  width: 540px;
  max-width: 70vw;
  top: 30px;
  right: -15px;
}
.ofm-modal .tooltip .tooltip-text,
.spieler-modal .tooltip .tooltip-text,
.funcup-modal .tooltip .tooltip-text {
  display: none;
  position: absolute;
  width: 220px;
  background: var(--color-blue-darkest);
  color: #FFF;
  padding: 10px;
  border-radius: 10px;
  z-index: 999;
  bottom: 30px;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  border: 4px solid #FFF;
}
.ofm-modal .tooltip:hover .tooltip-text,
.spieler-modal .tooltip:hover .tooltip-text,
.funcup-modal .tooltip:hover .tooltip-text {
  display: block;
}
.ofm-modal .tooltip-demand,
.ofm-modal .tooltip-storage,
.spieler-modal .tooltip-demand,
.spieler-modal .tooltip-storage,
.funcup-modal .tooltip-demand,
.funcup-modal .tooltip-storage {
  position: relative;
}
.ofm-modal .tooltip-demand .tooltip-text,
.ofm-modal .tooltip-storage .tooltip-text,
.spieler-modal .tooltip-demand .tooltip-text,
.spieler-modal .tooltip-storage .tooltip-text,
.funcup-modal .tooltip-demand .tooltip-text,
.funcup-modal .tooltip-storage .tooltip-text {
  display: none;
  position: absolute;
  width: auto;
  min-width: 120px;
  background: var(--color-blue-darkest);
  color: #FFF;
  padding: 5px;
  border-radius: 10px;
  z-index: 99;
  bottom: 20px;
  right: 0;
  font-size: 10px;
  font-family: Roboto;
  font-weight: 400;
  border: 2px solid #FFF;
  text-align: center;
}
.ofm-modal .tooltip-demand:hover .tooltip-text,
.ofm-modal .tooltip-storage:hover .tooltip-text,
.spieler-modal .tooltip-demand:hover .tooltip-text,
.spieler-modal .tooltip-storage:hover .tooltip-text,
.funcup-modal .tooltip-demand:hover .tooltip-text,
.funcup-modal .tooltip-storage:hover .tooltip-text {
  display: block;
}
.ofm-modal .tooltip-demand:hover .tooltip-text.disabled,
.ofm-modal .tooltip-storage:hover .tooltip-text.disabled,
.spieler-modal .tooltip-demand:hover .tooltip-text.disabled,
.spieler-modal .tooltip-storage:hover .tooltip-text.disabled,
.funcup-modal .tooltip-demand:hover .tooltip-text.disabled,
.funcup-modal .tooltip-storage:hover .tooltip-text.disabled {
  display: none !important;
}
.ofm-modal .tooltip-button,
.spieler-modal .tooltip-button,
.funcup-modal .tooltip-button {
  position: relative;
}
.ofm-modal .tooltip-button .tooltip-text,
.spieler-modal .tooltip-button .tooltip-text,
.funcup-modal .tooltip-button .tooltip-text {
  display: none;
  position: absolute;
  width: 150px;
  background: var(--color-blue-darkest);
  color: #FFF;
  padding: 10px;
  border-radius: 10px;
  z-index: 99;
  bottom: 40px;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  border: 4px solid #FFF;
}
.ofm-modal .tooltip-button:hover .tooltip-text,
.spieler-modal .tooltip-button:hover .tooltip-text,
.funcup-modal .tooltip-button:hover .tooltip-text {
  display: block;
}
.ofm-modal .tooltip-button:hover .tooltip-text.disabled,
.spieler-modal .tooltip-button:hover .tooltip-text.disabled,
.funcup-modal .tooltip-button:hover .tooltip-text.disabled {
  display: none !important;
}
.ofm-modal .tooltip-icon,
.spieler-modal .tooltip-icon,
.funcup-modal .tooltip-icon {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 5px;
  cursor: help;
}
.ofm-modal .tooltip-icon img,
.spieler-modal .tooltip-icon img,
.funcup-modal .tooltip-icon img {
  width: auto;
  height: 18px;
}
.ofm-modal .tooltip-icon .tooltip-text,
.spieler-modal .tooltip-icon .tooltip-text,
.funcup-modal .tooltip-icon .tooltip-text {
  display: none;
  position: absolute;
  width: 180px;
  background: var(--color-blue-darkest);
  color: #FFF;
  padding: 10px;
  border-radius: 10px;
  z-index: 99;
  top: 20px;
  right: -10px;
  font-size: 12px;
  font-weight: 400;
  border: 4px solid #FFF;
  text-align: center;
}
.ofm-modal .tooltip-icon:hover .tooltip-text,
.spieler-modal .tooltip-icon:hover .tooltip-text,
.funcup-modal .tooltip-icon:hover .tooltip-text {
  display: block;
}
.ofm-modal .tooltip-icon:hover .tooltip-text.disabled,
.spieler-modal .tooltip-icon:hover .tooltip-text.disabled,
.funcup-modal .tooltip-icon:hover .tooltip-text.disabled {
  display: none !important;
}
.ofm-modal .material-wrap.tooltip-button .tooltip-text,
.spieler-modal .material-wrap.tooltip-button .tooltip-text,
.funcup-modal .material-wrap.tooltip-button .tooltip-text {
  bottom: 0px;
  left: 0;
  width: 78px;
  height: 78px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 11px;
  border-radius: 5px;
  border: 1px solid var(--color-blue-darkest);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0.9;
  cursor: pointer;
  text-align: center;
}
.ofm-modal .material-wrap.tooltip-button .tooltip-text p, .ofm-modal .material-wrap.tooltip-button .tooltip-text span,
.spieler-modal .material-wrap.tooltip-button .tooltip-text p,
.spieler-modal .material-wrap.tooltip-button .tooltip-text span,
.funcup-modal .material-wrap.tooltip-button .tooltip-text p,
.funcup-modal .material-wrap.tooltip-button .tooltip-text span {
  font-size: 11px;
}
.ofm-modal .material-wrap.tooltip-button:hover .tooltip-text,
.spieler-modal .material-wrap.tooltip-button:hover .tooltip-text,
.funcup-modal .material-wrap.tooltip-button:hover .tooltip-text {
  display: flex;
}
.ofm-modal body,
.spieler-modal body,
.funcup-modal body {
  background: url(/bilder/back/back_v3.jpg) no-repeat top center #edf0f4;
  background-size: cover;
  background-attachment: fixed;
  font-family: verdana, arial, sans-serif;
}
.ofm-modal body.server2,
.spieler-modal body.server2,
.funcup-modal body.server2 {
  background: url(/bilder/back/back_v4.jpg) no-repeat top center fixed #edf0f4;
  background-size: cover;
  background-attachment: scroll;
}
.ofm-modal .tab,
.spieler-modal .tab,
.funcup-modal .tab {
  width: 100%;
  margin: -10px 0 0 0;
  background: var(--color-blue-dark);
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}
.ofm-modal .tab input,
.spieler-modal .tab input,
.funcup-modal .tab input {
  all: revert;
  width: 100%;
  margin: 5px 0;
}
.ofm-modal .headline,
.spieler-modal .headline,
.funcup-modal .headline {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#325c9c+0,143a7c+100 */
  background: linear-gradient(to right, rgb(50, 92, 156) 0%, rgb(20, 58, 124) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.ofm-modal .headline.--premium,
.spieler-modal .headline.--premium,
.funcup-modal .headline.--premium {
  background: linear-gradient(to right, rgb(235, 154, 32) 0%, rgb(204, 111, 41) 100%);
}
.ofm-modal .headline.--logbuch,
.spieler-modal .headline.--logbuch,
.funcup-modal .headline.--logbuch {
  background: linear-gradient(to right, rgb(46, 136, 170) 0%, rgb(41, 105, 114) 100%);
}
.ofm-modal ul.headline,
.spieler-modal ul.headline,
.funcup-modal ul.headline {
  padding: 0;
  margin: 0;
}
.ofm-modal ul.headline li,
.spieler-modal ul.headline li,
.funcup-modal ul.headline li {
  margin: 0;
  padding: 8.75px;
}
.ofm-modal .headline + .box,
.spieler-modal .headline + .box,
.funcup-modal .headline + .box {
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.ofm-modal .box,
.spieler-modal .box,
.funcup-modal .box {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
  border-radius: 10px;
  background: url(/bilder/bgBox.png);
  background-size: cover;
  margin-bottom: 0;
  color: var(--color-black);
}
.ofm-modal .box.--white,
.spieler-modal .box.--white,
.funcup-modal .box.--white {
  background: #FFF;
}
.ofm-modal .box.--noPadding,
.spieler-modal .box.--noPadding,
.funcup-modal .box.--noPadding {
  padding: 0;
}
.ofm-modal .box.--noMargin,
.spieler-modal .box.--noMargin,
.funcup-modal .box.--noMargin {
  margin: 0;
}
.ofm-modal .box.--tabview,
.spieler-modal .box.--tabview,
.funcup-modal .box.--tabview {
  border-radius: 0 0 10px 10px;
  margin: 0 0 10px 0;
}
.ofm-modal .box.--blue,
.spieler-modal .box.--blue,
.funcup-modal .box.--blue {
  background: url(/bilder/bgTC.png) no-repeat;
  background-size: cover;
  border: none;
}
.ofm-modal .box.--red,
.spieler-modal .box.--red,
.funcup-modal .box.--red {
  border: none;
  background: url(/bilder/bgTournament.png) no-repeat;
  background-size: 1280px;
  color: #FFF;
  position: relative;
  padding: 20px 40px;
}
.ofm-modal .box.--red:before,
.spieler-modal .box.--red:before,
.funcup-modal .box.--red:before {
  border-radius: 0 10px 10px 10px;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color-blue)+0,d60946+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgb(214, 9, 70) 0%, rgba(214, 9, 70, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(214, 9, 70) 0%, rgba(214, 9, 70, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(214, 9, 70) 0%, rgba(214, 9, 70, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-blue)", endColorstr="#00d60946",GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ofm-modal .box.--red .row,
.spieler-modal .box.--red .row,
.funcup-modal .box.--red .row {
  z-index: 2;
}
.ofm-modal .box .info,
.spieler-modal .box .info,
.funcup-modal .box .info {
  background: #FFF;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  height: 125px;
  color: #002243;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.ofm-modal .box .info .button-wrap,
.spieler-modal .box .info .button-wrap,
.funcup-modal .box .info .button-wrap {
  width: 100%;
}
.ofm-modal .box .info .button-wrap .button,
.spieler-modal .box .info .button-wrap .button,
.funcup-modal .box .info .button-wrap .button {
  height: 35px;
  margin: 3px 0;
}
.ofm-modal .box .--full,
.spieler-modal .box .--full,
.funcup-modal .box .--full {
  padding: 0;
}
.ofm-modal .box .--full .headline,
.spieler-modal .box .--full .headline,
.funcup-modal .box .--full .headline {
  width: calc(100% + 8px);
  margin: -4px 0 0 -4px;
}
.ofm-modal .box .headline,
.spieler-modal .box .headline,
.funcup-modal .box .headline {
  width: 100%;
  margin: 0 0 14px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#325c9c+0,143a7c+100 */
  background: linear-gradient(to right, rgb(50, 92, 156) 0%, rgb(20, 58, 124) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.2em !important;
  font-weight: 700;
  text-align: center;
}
.ofm-modal .box .headline.--center,
.spieler-modal .box .headline.--center,
.funcup-modal .box .headline.--center {
  text-align: center;
  justify-content: center;
}
.ofm-modal .box .headline.--descriptive,
.spieler-modal .box .headline.--descriptive,
.funcup-modal .box .headline.--descriptive {
  padding: 0;
}
.ofm-modal .box .headline.--descriptive span,
.spieler-modal .box .headline.--descriptive span,
.funcup-modal .box .headline.--descriptive span {
  padding: 10px;
}
.ofm-modal .box .headline.--descriptive span:first-of-type,
.spieler-modal .box .headline.--descriptive span:first-of-type,
.funcup-modal .box .headline.--descriptive span:first-of-type {
  background: var(--color-blue);
  border-radius: 15px 0 0 0;
  position: relative;
  margin-right: 15px;
}
.ofm-modal .box .headline.--descriptive span:first-of-type:after,
.spieler-modal .box .headline.--descriptive span:first-of-type:after,
.funcup-modal .box .headline.--descriptive span:first-of-type:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 19px 18px 19px;
  border-color: transparent transparent var(--color-blue) transparent;
  transform: rotate(90deg);
  position: absolute;
  right: -28px;
  top: 10px;
}
.ofm-modal .box .headline.--descriptive span:last-of-type,
.spieler-modal .box .headline.--descriptive span:last-of-type,
.funcup-modal .box .headline.--descriptive span:last-of-type {
  font-weight: 500;
}
.ofm-modal .line,
.spieler-modal .line,
.funcup-modal .line {
  margin: 0 0 10px;
  font-size: 0.9em;
  line-height: 150%;
  color: var(--color-black);
}
.ofm-modal .servertime-display,
.spieler-modal .servertime-display,
.funcup-modal .servertime-display {
  font-size: 11px;
  color: #95b7d5;
}
.ofm-modal .servertime-icon,
.spieler-modal .servertime-icon,
.funcup-modal .servertime-icon {
  position: relative;
  top: 3px;
  cursor: pointer;
}
.ofm-modal .kixx__wrap,
.spieler-modal .kixx__wrap,
.funcup-modal .kixx__wrap {
  width: auto;
  padding: 0 5px;
}
.ofm-modal .list,
.spieler-modal .list,
.funcup-modal .list {
  padding: 5px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.ofm-modal .list .position,
.spieler-modal .list .position,
.funcup-modal .list .position {
  margin-left: 2px;
}
.ofm-modal .list .lineup-details,
.spieler-modal .list .lineup-details,
.funcup-modal .list .lineup-details {
  min-width: 45px;
  display: flex;
}
.ofm-modal .list .lineup-details img,
.spieler-modal .list .lineup-details img,
.funcup-modal .list .lineup-details img {
  width: 24px;
  margin-left: 3px;
  cursor: pointer;
}
.ofm-modal .list.--center,
.spieler-modal .list.--center,
.funcup-modal .list.--center {
  flex-wrap: wrap;
  justify-content: center;
}
.ofm-modal .list.--center h4,
.spieler-modal .list.--center h4,
.funcup-modal .list.--center h4 {
  width: 100%;
  text-align: center;
}
.ofm-modal .list select,
.spieler-modal .list select,
.funcup-modal .list select {
  text-align: right;
}
@media screen and (max-width: 840px) {
  .ofm-modal .box .headline,
  .spieler-modal .box .headline,
  .funcup-modal .box .headline {
    font-size: 0.9em;
  }
  .ofm-modal .box .headline.--mobil-left,
  .spieler-modal .box .headline.--mobil-left,
  .funcup-modal .box .headline.--mobil-left {
    text-align: left;
  }
}
.ofm-modal .holdButtonProgress,
.spieler-modal .holdButtonProgress,
.funcup-modal .holdButtonProgress {
  z-index: 10;
  border-radius: 10px;
}
.ofm-modal .text-link,
.spieler-modal .text-link,
.funcup-modal .text-link {
  font-size: 12px;
  text-decoration: underline;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
  color: var(--color-blue-dark);
}
.ofm-modal .test,
.spieler-modal .test,
.funcup-modal .test {
  color: blue;
}
.ofm-modal .toggle-button,
.spieler-modal .toggle-button,
.funcup-modal .toggle-button {
  width: 50px;
  height: 24px;
  border: 1px solid var(--color-green);
  background: #FFF;
  border-radius: 25px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.ofm-modal .toggle-button:after,
.spieler-modal .toggle-button:after,
.funcup-modal .toggle-button:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 4px;
  top: 2px;
  background: var(--color-green);
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}
.ofm-modal .toggle-button.oldDesign:after,
.spieler-modal .toggle-button.oldDesign:after,
.funcup-modal .toggle-button.oldDesign:after {
  right: auto;
  left: 4px;
  transition: all 0.25s ease-in-out;
}
.ofm-modal .button-arrow,
.spieler-modal .button-arrow,
.funcup-modal .button-arrow {
  background: #FFF;
  border: 1px solid var(--color-grey-medium);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.ofm-modal .button-arrow:hover,
.spieler-modal .button-arrow:hover,
.funcup-modal .button-arrow:hover {
  background: var(--color-green) !important;
  border: 1px solid var(--color-green-dark);
}
.ofm-modal .button-arrow:hover span,
.spieler-modal .button-arrow:hover span,
.funcup-modal .button-arrow:hover span {
  color: #FFF !important;
}
.ofm-modal .button-arrow[disabled] span,
.spieler-modal .button-arrow[disabled] span,
.funcup-modal .button-arrow[disabled] span {
  color: var(--color-grey-medium);
}
.ofm-modal .button-arrow:nth-of-type(2),
.spieler-modal .button-arrow:nth-of-type(2),
.funcup-modal .button-arrow:nth-of-type(2) {
  margin-left: 5px;
}
.ofm-modal .button-arrow span,
.spieler-modal .button-arrow span,
.funcup-modal .button-arrow span {
  color: var(--color-black);
}
.ofm-modal .button-arrow:before,
.spieler-modal .button-arrow:before,
.funcup-modal .button-arrow:before {
  display: none;
}
.ofm-modal .button-arrow,
.spieler-modal .button-arrow,
.funcup-modal .button-arrow {
  background: #FFF;
  border: 1px solid var(--color-grey-medium);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.ofm-modal .button-arrow:hover:not([disabled]),
.spieler-modal .button-arrow:hover:not([disabled]),
.funcup-modal .button-arrow:hover:not([disabled]) {
  background: var(--color-green) !important;
  border: 1px solid var(--color-green-dark);
}
.ofm-modal .button-arrow:hover:not([disabled]) span,
.spieler-modal .button-arrow:hover:not([disabled]) span,
.funcup-modal .button-arrow:hover:not([disabled]) span {
  color: #FFF !important;
}
.ofm-modal .button-arrow[disabled],
.spieler-modal .button-arrow[disabled],
.funcup-modal .button-arrow[disabled] {
  cursor: not-allowed;
}
.ofm-modal .button-arrow[disabled] span,
.spieler-modal .button-arrow[disabled] span,
.funcup-modal .button-arrow[disabled] span {
  color: var(--color-grey-medium);
}
.ofm-modal .button-arrow:nth-of-type(2),
.spieler-modal .button-arrow:nth-of-type(2),
.funcup-modal .button-arrow:nth-of-type(2) {
  margin-left: 5px;
}
.ofm-modal .button-arrow span,
.spieler-modal .button-arrow span,
.funcup-modal .button-arrow span {
  color: var(--color-black);
}
.ofm-modal .button-arrow:before,
.spieler-modal .button-arrow:before,
.funcup-modal .button-arrow:before {
  display: none;
}
.ofm-modal .textButton,
.spieler-modal .textButton,
.funcup-modal .textButton {
  font-weight: 600;
  color: var(--color-blue-dark);
}
.ofm-modal .textButton:hover,
.spieler-modal .textButton:hover,
.funcup-modal .textButton:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ofm-modal .button,
.spieler-modal .button,
.funcup-modal .button {
  position: relative;
  width: auto;
  max-width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 0 4px;
  font-family: arial, sans-serif;
  color: var(--color-black);
  font-size: 11px;
  font-weight: 600;
  transition: all 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.ofm-modal .button:hover:after,
.spieler-modal .button:hover:after,
.funcup-modal .button:hover:after {
  transform: scale(1.02) perspective(10px);
}
.ofm-modal .button:active:after,
.spieler-modal .button:active:after,
.funcup-modal .button:active:after {
  transform: scale(0.95) perspective(10px);
}
.ofm-modal .button:before,
.spieler-modal .button:before,
.funcup-modal .button:before {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  margin: 0;
  border-radius: 50%;
  border: 0px solid transparent;
  border-color: var(--color-black) transparent var(--color-black) transparent;
  opacity: 0;
  transition: width 0.25s ease, margin 0.25s ease, opacity 0.25s ease;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ofm-modal .button:after,
.spieler-modal .button:after,
.funcup-modal .button:after {
  content: "";
  isolation: isolate;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.ofm-modal .button.loading:before,
.spieler-modal .button.loading:before,
.funcup-modal .button.loading:before {
  width: 16px;
  margin: 0 4px 0 0;
  opacity: 1;
  border: 2px solid transparent;
  border-color: var(--color-black) transparent var(--color-black) transparent;
  animation: loading-spinner 1.2s linear infinite;
}
.ofm-modal .button.primary:after,
.spieler-modal .button.primary:after,
.funcup-modal .button.primary:after {
  border: 1px solid oklch(from var(--color-green-darker) calc(l) c h);
  background: linear-gradient(0deg, oklch(from var(--color-green) calc(l) c h), oklch(from var(--color-green) calc(l + 0.2) c h) 60%);
}
.ofm-modal .button.primary:hover:after,
.spieler-modal .button.primary:hover:after,
.funcup-modal .button.primary:hover:after {
  background: linear-gradient(0deg, oklch(from var(--color-green) calc(l + 0.05) c h), oklch(from var(--color-green) calc(l + 0.25) c h) 60%);
}
.ofm-modal .button.secondary:after,
.spieler-modal .button.secondary:after,
.funcup-modal .button.secondary:after {
  border: 1px solid oklch(from var(--color-blue-darkest) calc(l) c h);
  background: linear-gradient(0deg, oklch(from var(--color-blue) calc(l) c h), oklch(from var(--color-blue) calc(l + 0.2) c h) 60%);
}
.ofm-modal .button.secondary:hover:after,
.spieler-modal .button.secondary:hover:after,
.funcup-modal .button.secondary:hover:after {
  background: linear-gradient(0deg, oklch(from var(--color-blue) calc(l + 0.05) c h), oklch(from var(--color-blue) calc(l + 0.25) c h) 60%);
}
.ofm-modal .button.warning,
.spieler-modal .button.warning,
.funcup-modal .button.warning {
  color: #fff;
}
.ofm-modal .button.warning:after,
.spieler-modal .button.warning:after,
.funcup-modal .button.warning:after {
  border: 1px solid oklch(from var(--color-red) calc(l - 0.5) c h);
  background: linear-gradient(0deg, oklch(from var(--color-red) calc(l - 0.1) c h), oklch(from var(--color-red) calc(l + 0.1) c h) 60%);
}
.ofm-modal .button.warning:hover:after,
.spieler-modal .button.warning:hover:after,
.funcup-modal .button.warning:hover:after {
  background: linear-gradient(0deg, oklch(from var(--color-red) calc(l + 0.05) c h), oklch(from var(--color-red) calc(l + 0.25) c h) 60%);
}
.ofm-modal .button.disabled,
.spieler-modal .button.disabled,
.funcup-modal .button.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.ofm-modal .button.disabled:after,
.spieler-modal .button.disabled:after,
.funcup-modal .button.disabled:after {
  opacity: 0.8;
  border: 1px solid oklch(from var(--color-grey-darkest) calc(l) c h);
  background: linear-gradient(0deg, oklch(from var(--color-grey-dark) calc(l) c h), oklch(from var(--color-grey-dark) calc(l + 0.1) c h) 60%);
}
.ofm-modal .button.disabled:hover:after,
.spieler-modal .button.disabled:hover:after,
.funcup-modal .button.disabled:hover:after {
  transform: none;
  border: 1px solid oklch(from var(--color-grey-darkest) calc(l) c h);
  background: linear-gradient(0deg, oklch(from var(--color-grey-dark) calc(l) c h), oklch(from var(--color-grey-dark) calc(l + 0.1) c h) 60%);
}
.ofm-modal .button.abort:after,
.spieler-modal .button.abort:after,
.funcup-modal .button.abort:after {
  border: 1px solid oklch(from var(--color-grey-darkest) calc(l) c h);
  background: linear-gradient(0deg, oklch(from var(--color-grey-dark) calc(l) c h), oklch(from var(--color-grey) calc(l + 0.1) c h) 60%);
}
.ofm-modal .button.abort:hover:after,
.spieler-modal .button.abort:hover:after,
.funcup-modal .button.abort:hover:after {
  background: linear-gradient(0deg, oklch(from var(--color-grey-dark) calc(l) c h), oklch(from var(--color-grey) calc(l + 0.15) c h) 60%);
}
.ofm-modal .button.tiny,
.spieler-modal .button.tiny,
.funcup-modal .button.tiny {
  font-size: 10px;
  height: 20px;
}
.ofm-modal .button.tiny:before,
.spieler-modal .button.tiny:before,
.funcup-modal .button.tiny:before {
  height: 12px;
}
.ofm-modal .button.tiny.loading:before,
.spieler-modal .button.tiny.loading:before,
.funcup-modal .button.tiny.loading:before {
  width: 12px;
}
.ofm-modal .button.tiny:after,
.spieler-modal .button.tiny:after,
.funcup-modal .button.tiny:after {
  border-radius: 4px;
}
.ofm-modal .button.small,
.spieler-modal .button.small,
.funcup-modal .button.small {
  height: 24px;
  padding: 0 5px;
}
.ofm-modal .button.small:after,
.spieler-modal .button.small:after,
.funcup-modal .button.small:after {
  border-radius: 5px;
}
.ofm-modal .button.medium,
.spieler-modal .button.medium,
.funcup-modal .button.medium {
  height: 32px;
  font-size: 14px;
}
.ofm-modal .button.medium.loading:before,
.spieler-modal .button.medium.loading:before,
.funcup-modal .button.medium.loading:before {
  width: 18px;
  height: 18px;
}
.ofm-modal .button.medium:after,
.spieler-modal .button.medium:after,
.funcup-modal .button.medium:after {
  border-radius: 5px;
}
.ofm-modal .upgradeTraining:hover + .button,
.spieler-modal .upgradeTraining:hover + .button,
.funcup-modal .upgradeTraining:hover + .button {
  content: "Upgrade";
}
.ofm-modal #inventar #startTraining,
.spieler-modal #inventar #startTraining,
.funcup-modal #inventar #startTraining {
  display: none !important;
}
.ofm-modal #booster-inv #boostTraining,
.spieler-modal #booster-inv #boostTraining,
.funcup-modal #booster-inv #boostTraining {
  display: none !important;
}
.ofm-modal .trainingOverview .button,
.ofm-modal .modal .button,
.spieler-modal .trainingOverview .button,
.spieler-modal .modal .button,
.funcup-modal .trainingOverview .button,
.funcup-modal .modal .button {
  width: auto;
  display: inline-block;
}
.ofm-modal .trainingOverview #openPack,
.ofm-modal .trainingOverview #openNextPack,
.ofm-modal .trainingOverview #openBooster,
.ofm-modal .trainingOverview #openNextBooster,
.ofm-modal .trainingOverview #boostTraining,
.ofm-modal .trainingOverview #startMatchNow,
.ofm-modal .trainingOverview #openReward, .ofm-modal .trainingOverview #openNextReward,
.ofm-modal .modal #openPack,
.ofm-modal .modal #openNextPack,
.ofm-modal .modal #openBooster,
.ofm-modal .modal #openNextBooster,
.ofm-modal .modal #boostTraining,
.ofm-modal .modal #startMatchNow,
.ofm-modal .modal #openReward,
.ofm-modal .modal #openNextReward,
.spieler-modal .trainingOverview #openPack,
.spieler-modal .trainingOverview #openNextPack,
.spieler-modal .trainingOverview #openBooster,
.spieler-modal .trainingOverview #openNextBooster,
.spieler-modal .trainingOverview #boostTraining,
.spieler-modal .trainingOverview #startMatchNow,
.spieler-modal .trainingOverview #openReward,
.spieler-modal .trainingOverview #openNextReward,
.spieler-modal .modal #openPack,
.spieler-modal .modal #openNextPack,
.spieler-modal .modal #openBooster,
.spieler-modal .modal #openNextBooster,
.spieler-modal .modal #boostTraining,
.spieler-modal .modal #startMatchNow,
.spieler-modal .modal #openReward,
.spieler-modal .modal #openNextReward,
.funcup-modal .trainingOverview #openPack,
.funcup-modal .trainingOverview #openNextPack,
.funcup-modal .trainingOverview #openBooster,
.funcup-modal .trainingOverview #openNextBooster,
.funcup-modal .trainingOverview #boostTraining,
.funcup-modal .trainingOverview #startMatchNow,
.funcup-modal .trainingOverview #openReward,
.funcup-modal .trainingOverview #openNextReward,
.funcup-modal .modal #openPack,
.funcup-modal .modal #openNextPack,
.funcup-modal .modal #openBooster,
.funcup-modal .modal #openNextBooster,
.funcup-modal .modal #boostTraining,
.funcup-modal .modal #startMatchNow,
.funcup-modal .modal #openReward,
.funcup-modal .modal #openNextReward {
  display: block;
}
.ofm-modal .trainingOverview #startTraining,
.ofm-modal .trainingOverview #boostTraining,
.ofm-modal .trainingOverview #startMatchNow,
.ofm-modal .trainingOverview #chooseBuff,
.ofm-modal .modal #startTraining,
.ofm-modal .modal #boostTraining,
.ofm-modal .modal #startMatchNow,
.ofm-modal .modal #chooseBuff,
.spieler-modal .trainingOverview #startTraining,
.spieler-modal .trainingOverview #boostTraining,
.spieler-modal .trainingOverview #startMatchNow,
.spieler-modal .trainingOverview #chooseBuff,
.spieler-modal .modal #startTraining,
.spieler-modal .modal #boostTraining,
.spieler-modal .modal #startMatchNow,
.spieler-modal .modal #chooseBuff,
.funcup-modal .trainingOverview #startTraining,
.funcup-modal .trainingOverview #boostTraining,
.funcup-modal .trainingOverview #startMatchNow,
.funcup-modal .trainingOverview #chooseBuff,
.funcup-modal .modal #startTraining,
.funcup-modal .modal #boostTraining,
.funcup-modal .modal #startMatchNow,
.funcup-modal .modal #chooseBuff {
  width: 100%;
}
.ofm-modal .trainingOverview .quantity.button,
.ofm-modal .modal .quantity.button,
.spieler-modal .trainingOverview .quantity.button,
.spieler-modal .modal .quantity.button,
.funcup-modal .trainingOverview .quantity.button,
.funcup-modal .modal .quantity.button {
  width: 90%;
  margin: 10px 0 20px 5%;
}
.ofm-modal .trainingOverview .col-3[data-tier=gold] .upgradeTraining,
.ofm-modal .modal .col-3[data-tier=gold] .upgradeTraining,
.spieler-modal .trainingOverview .col-3[data-tier=gold] .upgradeTraining,
.spieler-modal .modal .col-3[data-tier=gold] .upgradeTraining,
.funcup-modal .trainingOverview .col-3[data-tier=gold] .upgradeTraining,
.funcup-modal .modal .col-3[data-tier=gold] .upgradeTraining {
  border: 2px solid red !important;
}
.ofm-modal .modal#errorMessage .button,
.ofm-modal .modal#lineupHintModal .button,
.spieler-modal .modal#errorMessage .button,
.spieler-modal .modal#lineupHintModal .button,
.funcup-modal .modal#errorMessage .button,
.funcup-modal .modal#lineupHintModal .button {
  width: 100%;
}
.ofm-modal .modal#lineupHintModal .button,
.spieler-modal .modal#lineupHintModal .button,
.funcup-modal .modal#lineupHintModal .button {
  width: calc(50% - 10px);
  margin: 5px 5px 5px 0;
}
.ofm-modal .gold.wrap,
.spieler-modal .gold.wrap,
.funcup-modal .gold.wrap {
  width: auto;
  max-width: 100%;
  position: absolute;
  right: 310px;
  top: -10px;
}
@media screen and (max-width: 1024px) {
  .ofm-modal #modalTraining .filter .button,
  .ofm-modal #inventar .filter .button,
  .spieler-modal #modalTraining .filter .button,
  .spieler-modal #inventar .filter .button,
  .funcup-modal #modalTraining .filter .button,
  .funcup-modal #inventar .filter .button {
    font-size: 13px;
    padding: 5px 10px;
    margin-left: 0;
    margin-right: 5px;
    width: auto;
    flex-basis: auto;
  }
  .ofm-modal .button.buffButton #buffTitle, .ofm-modal .button .buffButton:hover #buffTitle,
  .ofm-modal .button.debuffButton #debuffTitle, .ofm-modal .button .debuffButton:hover #debuffTitle,
  .spieler-modal .button.buffButton #buffTitle,
  .spieler-modal .button .buffButton:hover #buffTitle,
  .spieler-modal .button.debuffButton #debuffTitle,
  .spieler-modal .button .debuffButton:hover #debuffTitle,
  .funcup-modal .button.buffButton #buffTitle,
  .funcup-modal .button .buffButton:hover #buffTitle,
  .funcup-modal .button.debuffButton #debuffTitle,
  .funcup-modal .button .debuffButton:hover #debuffTitle {
    font-size: 12px;
  }
  .ofm-modal .button.buffButton #buffEffect, .ofm-modal .button .buffButton:hover #buffEffect,
  .ofm-modal .button.debuffButton #debuffEffect, .ofm-modal .button .debuffButton:hover #debuffEffect,
  .spieler-modal .button.buffButton #buffEffect,
  .spieler-modal .button .buffButton:hover #buffEffect,
  .spieler-modal .button.debuffButton #debuffEffect,
  .spieler-modal .button .debuffButton:hover #debuffEffect,
  .funcup-modal .button.buffButton #buffEffect,
  .funcup-modal .button .buffButton:hover #buffEffect,
  .funcup-modal .button.debuffButton #debuffEffect,
  .funcup-modal .button .debuffButton:hover #debuffEffect {
    font-size: 8px;
    width: calc(100% - 6px);
    top: 18px;
  }
  .ofm-modal .button.moral:after,
  .ofm-modal .button.fitness:after,
  .ofm-modal .button.teamplay:after,
  .ofm-modal .button.bronce:after,
  .ofm-modal .button.silver:after,
  .ofm-modal .button.gold:after,
  .spieler-modal .button.moral:after,
  .spieler-modal .button.fitness:after,
  .spieler-modal .button.teamplay:after,
  .spieler-modal .button.bronce:after,
  .spieler-modal .button.silver:after,
  .spieler-modal .button.gold:after,
  .funcup-modal .button.moral:after,
  .funcup-modal .button.fitness:after,
  .funcup-modal .button.teamplay:after,
  .funcup-modal .button.bronce:after,
  .funcup-modal .button.silver:after,
  .funcup-modal .button.gold:after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ofm-modal .button.gruen.loading:before,
  .ofm-modal .button.gruen.anim:before,
  .spieler-modal .button.gruen.loading:before,
  .spieler-modal .button.gruen.anim:before,
  .funcup-modal .button.gruen.loading:before,
  .funcup-modal .button.gruen.anim:before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .ofm-modal .button.gruen:after, .ofm-modal .button[data-quantity]:after,
  .spieler-modal .button.gruen:after,
  .spieler-modal .button[data-quantity]:after,
  .funcup-modal .button.gruen:after,
  .funcup-modal .button[data-quantity]:after {
    margin-top: 20px;
  }
  .ofm-modal #cancelMatchKixx,
  .spieler-modal #cancelMatchKixx,
  .funcup-modal #cancelMatchKixx {
    margin-top: -7px;
  }
}

/**
 * OFM Modal System - Zentrale Styles
 *
 * Ersetzt Browser-Popups durch mobil-freundliche HTML-Dialoge
 * Verwendet natives <dialog>-Element fuer bessere Zugaenglichkeit
 */
body.ofm-modal-open {
  overflow: hidden;
}

.ofm-modal {
  padding: 0;
  border: none;
  background: transparent;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.ofm-modal[open] {
  visibility: visible;
  opacity: 1;
}
.ofm-modal--minimized {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
.ofm-modal::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.ofm-modal.ofm-modal--no-backdrop .ofm-modal__backdrop {
  display: none;
}
.ofm-modal--click-through {
  pointer-events: none;
}
.ofm-modal--click-through .ofm-modal__wrapper {
  pointer-events: auto;
}
.ofm-modal--click-through .ofm-modal__backdrop {
  pointer-events: none;
}

.ofm-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.ofm-modal__wrapper {
  position: relative;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
  overflow: hidden;
  transform: translateY(-20px) scale(0.95);
  transition: all 0.2s ease;
}
.ofm-modal[open] .ofm-modal__wrapper {
  transform: translateY(0) scale(1);
}
.ofm-modal__wrapper--dragging {
  transition: none;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.sm-tabs {
  display: flex !important;
  overflow: hidden;
}
.sm-tabs--rounded-top {
  border-radius: 10px 10px 0 0;
}
.sm-tabs--rounded-full {
  border-radius: 10px;
}

.sm-tab, .menu-modal__tabs a.menu-tab, .menu-modal__tabs a.menu-modal__tabs {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff !important;
  background: #325C9C !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 0;
  outline: none;
  line-height: 1.2;
}
.sm-tab:hover, .menu-modal__tabs a.menu-tab:hover, .menu-modal__tabs a.menu-modal__tabs:hover {
  background: #143A7C !important;
  text-decoration: none !important;
}
.sm-tab--active {
  background: #143A7C !important;
}
.sm-tab.--roundedNone, .menu-modal__tabs a.--roundedNone.menu-tab, .menu-modal__tabs a.--roundedNone.menu-modal__tabs {
  border-radius: 0 !important;
}

.sm-panel {
  display: none;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.sm-panel--active {
  display: block;
}

.sm-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #325C9C 0%, #143A7C 100%);
  color: #ffffff;
  padding: 12px 15px;
  border-radius: 0 0 10px 10px;
  height: 28px;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.sm-footer-bar--centered {
  justify-content: center;
  gap: 8px;
}
.sm-footer-bar--hidden {
  display: none !important;
}
.sm-footer-bar--visible {
  display: flex !important;
}

.sm-table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 10px !important;
}
.sm-table thead th {
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  padding: 8px 4px;
  text-align: center !important;
  background: #325C9C;
  height: 28px;
}
.sm-table thead th:nth-child(even) {
  background: #042E57;
}
.sm-table tbody tr {
  font-size: 10px !important;
  font-weight: 700 !important;
}
.sm-table tbody tr:nth-child(odd) {
  background: #fff;
}
.sm-table tbody tr:nth-child(even) {
  background: var(--color-grey-light);
}
.sm-table tbody tr:nth-child(even) td:nth-child(even) {
  background: var(--color-grey-medium);
}
.sm-table tbody td {
  padding: 0 4px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  color: #333333;
}
.sm-table tbody td:nth-child(even) {
  background: var(--color-grey-light);
}
.sm-table--sticky-header thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sm-table-wrapper {
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
}
.sm-table-wrapper--small {
  max-height: 150px;
}
.sm-table-wrapper--medium {
  height: 232px;
}

.sm-link {
  color: #0C447C !important;
}

.sm-value-negative {
  color: #e74c3c !important;
}

.menu-modal__tabs {
  min-width: 700px;
  display: flex;
  flex-direction: row !important;
  width: 100%;
  height: 28px;
  background: var(--color-blue-dark);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.menu-modal__tabs a.menu-tab, .menu-modal__tabs a.menu-modal__tabs {
  font-family: verdana, arial, sans-serif;
  position: relative;
}
.menu-modal__tabs a.menu-tab.menu-tab--active, .menu-modal__tabs a.menu-tab--active.menu-modal__tabs {
  background: var(--color-blue) !important;
}

.menu-tab__badge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #f44336;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
}

.ofm-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background: linear-gradient(90deg, #325C9C 0%, #143A7C 100%);
  color: var(--color-white);
  min-height: 44px;
  flex-shrink: 0;
  cursor: move;
}
@media screen and (max-width: 768px) {
  .ofm-modal__header {
    cursor: default;
  }
}

.ofm-modal__header-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.ofm-modal__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.ofm-modal__controls,
.ofm-modal-minimize-bar__controls {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  position: relative;
  left: 8px;
}

.ofm-modal__btn {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background: var(--color-blue-medium);
  color: var(--color-blue-darkest);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.15s ease;
  font-size: 20px;
}
.ofm-modal__btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
.ofm-modal__btn:active {
  background: rgba(255, 255, 255, 0.35);
}
.ofm-modal__btn i {
  font-size: 14px;
}
.ofm-modal__btn--copied {
  background: rgba(76, 175, 80, 0.4);
}

.ofm-modal__title-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 auto;
  max-width: 100%;
  overflow: hidden;
  cursor: text;
  height: 30px;
}

.ofm-modal__id-jump {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 1;
}
.ofm-modal__id-jump.ofm-modal__id-jump--enabled {
  display: flex;
}

.ofm-modal__title {
  transition: opacity 0.15s ease;
}

.ofm-modal__title-wrapper:hover .ofm-modal__id-jump.ofm-modal__id-jump--enabled,
.ofm-modal__title-wrapper:focus-within .ofm-modal__id-jump.ofm-modal__id-jump--enabled {
  opacity: 1;
}
.ofm-modal__title-wrapper:hover .ofm-modal__id-jump.ofm-modal__id-jump--enabled ~ .ofm-modal__title,
.ofm-modal__title-wrapper:focus-within .ofm-modal__id-jump.ofm-modal__id-jump--enabled ~ .ofm-modal__title {
  opacity: 0;
}

.ofm-modal__id-input {
  width: 90px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: var(--color-blue-darkest);
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease;
  -moz-appearance: textfield;
}
.ofm-modal__id-input:focus {
  outline: none;
  border-color: #fff;
  background: var(--color-blue-dark);
}
.ofm-modal__id-input::-webkit-outer-spin-button, .ofm-modal__id-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ofm-modal__id-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 4px;
  cursor: default;
  transition: all 0.2s ease;
  pointer-events: none;
}
.ofm-modal__id-confirm.ofm-modal__id-confirm--changed {
  background: #4caf50;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.ofm-modal__id-confirm.ofm-modal__id-confirm--changed:hover {
  background: #43a047;
}
.ofm-modal__id-confirm i {
  font-size: 12px;
}

.ofm-modal__content {
  flex: 1;
  overflow: hidden;
  position: relative;
  background: var(--color-white);
}
.ofm-modal__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ofm-modal__content::-webkit-scrollbar {
  width: 8px;
}
.ofm-modal__content::-webkit-scrollbar-track {
  background: var(--color-grey-light);
  border-radius: 4px;
}
.ofm-modal__content::-webkit-scrollbar-thumb {
  background: var(--color-grey);
  border-radius: 4px;
}
.ofm-modal__content::-webkit-scrollbar-thumb:hover {
  background: var(--color-grey-dark);
}

.spieler-modal {
  /* Transfer Slider Container */
  /* Transfer Slider mit Farbverlauf (Grün -> Gelb -> Rot) */
}
.spieler-modal input[type=range] {
  width: 100%;
  height: 10px;
  border: 1px solid #949494;
  background: linear-gradient(90deg, #3FB530 0%, #87DF30 25%, #FAF230 50%, #F0A330 75%, #DB3830 100%);
  padding: 0 20px;
}
.spieler-modal input[type=number], .spieler-modal input[type=text] {
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8FFB3;
  border: 1px solid var(--color-grey);
  text-align: center;
  font-family: verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: var(--color-black);
  border-radius: 5px;
}
.spieler-modal #currentBid + label {
  font-size: 11px;
  width: 100%;
  display: inline-block;
  color: var(--color-grey-dark);
  text-align: center;
  font-family: verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.spieler-modal .transfer-slider-container {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  flex: 1;
}
.spieler-modal #transferOutput {
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  background: #fff;
  color: var(--color-black);
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid var(--color-grey-medium);
}
.spieler-modal #transferOutput::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: var(--color-grey-medium);
}
.spieler-modal #transferInput {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(to right, #4caf50 0%, #ffeb3b 50%, #f44336 100%);
  outline: none;
  cursor: default;
}
.spieler-modal #transferInput::-webkit-slider-thumb {
  border-radius: 5px;
  border: 1px solid #949494;
  background: rgba(255, 255, 255, 0.8);
  -webkit-appearance: none;
  width: 10px;
  height: 16px;
  margin-top: -2px;
  cursor: grab;
}
.spieler-modal::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  margin-top: -1px;
}
.spieler-modal #transferInput::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #333333;
  cursor: default;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.spieler-modal #transferInput:disabled {
  opacity: 1;
}
.spieler-modal .transfer-range {
  margin: 20px 0 0 0;
  position: relative;
}
.spieler-modal #marketValue {
  position: absolute;
  width: 100%;
  top: -14px;
  font-family: verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.spieler-modal .range-button {
  position: absolute;
  z-index: 1;
  top: -1px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--color-grey);
  background: var(--color-blue-dark);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.spieler-modal .range-button:hover {
  background: var(--color-blue);
}
.spieler-modal .range-button.button__plus {
  right: 0;
  top: -1px;
}
.spieler-modal .range-button span {
  position: absolute;
  top: -15px;
  color: #15191C;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.ofm-modal__iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: none;
  display: block;
}

.ofm-modal-minimized-container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000000000;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}

.ofm-modal-minimize-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background: linear-gradient(90deg, #325C9C 0%, #143A7C 100%);
  color: var(--color-white);
  padding: 0 10px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 280px;
  min-width: 150px;
  display: none;
}
.ofm-modal-minimize-tab--visible {
  display: flex;
  animation: slideUp 0.2s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ofm-modal-minimize-tab__info {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
  cursor: pointer;
}
.ofm-modal-minimize-tab__info:hover .ofm-modal-minimize-tab__title {
  text-decoration: underline;
}

.position.tor {
  background: var(--color-green-dark);
}

.position.abw {
  background: #7600B9;
}

.position.mit {
  background: var(--sd-color-high);
}

.position.ang {
  background: var(--color-red);
}

.ofm-modal-minimize-tab__position {
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.ofm-modal-minimize-tab__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 0;
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.ofm-modal-minimize-tab__title img {
  display: inline;
  vertical-align: middle;
}

.ofm-modal-minimize-tab__details {
  font-size: 11px;
  opacity: 0.85;
  flex-shrink: 0;
  white-space: nowrap;
}

.ofm-modal-minimize-tab--player {
  max-width: 320px;
}

.ofm-modal-minimize-tab__controls {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  margin-left: 8px;
}
.ofm-modal-minimize-tab__controls .ofm-modal__btn {
  width: 26px;
  height: 26px;
}
.ofm-modal-minimize-tab__controls .ofm-modal__btn i {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .ofm-modal--responsive .ofm-modal__wrapper {
    width: 100% !important;
    max-width: 100vw;
    height: 100% !important;
    max-height: 100vh;
    border-radius: 0;
  }
  .ofm-modal--responsive .ofm-modal__wrapper .ofm-modal__btn--minimize {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .ofm-modal--responsive .ofm-modal__wrapper .ofm-modal__header {
    padding: 8px 12px;
  }
  .ofm-modal--responsive .ofm-modal__wrapper .ofm-modal__title {
    font-size: 14px;
  }
}

.funcup-modal {
  background: url(/010_funcup/bilder/funcup_head.png);
}
.funcup-modal .menu-modal__tabs .menu-tab, .funcup-modal .menu-modal__tabs .menu-modal__tabs {
  position: relative;
  height: 32px;
  flex-basis: min-content;
}
.funcup-modal .menu-modal__tabs .menu-tab #new_talk, .funcup-modal .menu-modal__tabs .menu-modal__tabs #new_talk {
  position: absolute;
  right: 0;
  top: 7px;
  background: var(--color-blue-darkest);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.funcup-modal__image {
  width: 120px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.funcup-modal__image img {
  max-height: 80px;
  width: auto;
}

.funcup-modal__info {
  width: calc(100% - 120px);
  height: 93px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.funcup-modal__info .funcup-modal__details {
  min-width: 240px;
}
.funcup-modal__info h4 {
  font-size: 20px;
  color: #fff;
  margin: 5px 0;
  font-style: italic;
}
.funcup-modal__info .funcup-modal__edition {
  color: #beef0f;
  font-size: 1.2rem;
  font-weight: 600;
}
.funcup-modal__info .text-small {
  font-size: 11px;
}

.funcup-modal__tier-info {
  width: 25px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
}

.funcup-modal__tier {
  width: 260px;
  height: 70px;
  margin-right: 10px;
}
.funcup-modal__tier .tier__progress {
  position: absolute;
  top: 20px;
  margin-left: 3px;
}
.funcup-modal__tier .tier__row {
  width: 190px;
  height: 17px;
  position: relative;
  left: 28px;
  top: 9px;
  font-size: 10px;
}
.funcup-modal__tier .tier__row span {
  position: absolute;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .funcup-modal__tier {
    display: none;
  }
  .funcup-modal__tier-info {
    display: flex;
  }
  .funcup-modal__tier-info:hover + .funcup-modal__tier {
    position: absolute;
    right: 30px;
    display: block;
  }
}

/*# sourceMappingURL=bundle.css.map */
