/****************************************************************/
/* Base Stylesheet - http://getbase.org                         */
/* Author: Matthew Hartman - http://www.matthewhartman.com.au/  */
/* Version: 2.1.2 - Last Updated: June 12, 2015                 */
/* Edited by Markus Beil, WK EDV GmbH                           */
/****************************************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0215em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #ffffff;
  font-weight: 400;
  background: #f4f4f4;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #000000;
  background: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #e10019;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  margin: 0;
}
h1,
.h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-top: .6em;
  margin-bottom: .4em;
  color: #000000;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: .7em;
  margin-bottom: .2em;
  color: #000000;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-top: .6em;
  margin-bottom: .2em;
  color: #000000;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-top: .5em;
  margin-bottom: .2em;
  color: #000000;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-top: .4em;
  margin-bottom: .1em;
  color: #000000;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-top: .3em;
  margin-bottom: .1em;
  color: #000000;
  font-weight: 400;
}
b,
strong,
.strong {
  font-weight: 700;
}
em,
.em {
  font-style: italic;
}
abbr[title],
.abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background: #ff0;
  color: #000;
}
sub,
.sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.sup {
  top: -0.5em;
}
sub,
.sub {
  bottom: -0.25em;
}
del,
.del {
  text-decoration: line-through;
}
figure {
  margin: 1em 40px;
}
.no-margin figure {
  margin: 0;
}
hr,
.hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
ul,
ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}
blockquote,
.blockquote {
  font-family: sans-serif;
  font-weight: 400;
  color: #424242;
  font-style: italic;
  margin: 3em 0;
}
blockquote p,
.blockquote p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: .4em;
}
blockquote cite,
.blockquote cite {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  color: #777777;
}
caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: .5em 0;
}
table {
  font-size: 15px;
  font-size: 0.9375rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px none;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  color: #fff;
  padding: .8em .5em;
}
code,
kbd,
pre,
samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  color: #272727;
  background-color: #f1f1f1;
  font-weight: normal;
  padding: 5px;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7;
}
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 700;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: #333333;
}
input {
  line-height: normal;
}
.input {
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="date"] {
  height: 36px;
  padding: 0 .4em;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
select {
  text-transform: none;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clear:before,
.clear:after,
dl:before,
dl:after {
  content: " ";
  display: table;
}
.clear:after,
dl:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 719px) {
  .container,
  .container-full {
    width: 720px;
  }
  .tablet-container {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .tablet-container-full {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .container,
  .container-full {
    width: 960px;
  }
  .desktop-container {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .desktop-container-full {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .container,
  .container-full {
    width: 1120px;
  }
  .hd-container {
    width: 1120px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .hd-container-full {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333333%;
}
.push-2 {
  left: 16.66666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333333%;
}
.push-5 {
  left: 41.66666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333333%;
}
.push-8 {
  left: 66.66666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333%;
}
.push-11 {
  left: 91.66666667%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
.hide-mobile {
  display: none;
}
.show-mobile {
  display: block;
}
.show-mobile-inline-block {
  display: inline-block;
}
.show-mobile-inline {
  display: inline;
}
@media only screen and (min-width: 719px) {
  .col-tablet-1,
  .col-tablet-2,
  .col-tablet-3,
  .col-tablet-4,
  .col-tablet-5,
  .col-tablet-6,
  .col-tablet-7,
  .col-tablet-8,
  .col-tablet-9,
  .col-tablet-10,
  .col-tablet-11,
  .col-tablet-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
  .push-tablet-1 {
    left: 8.33333333%;
  }
  .push-tablet-2 {
    left: 16.66666667%;
  }
  .push-tablet-3 {
    left: 25%;
  }
  .push-tablet-4 {
    left: 33.33333333%;
  }
  .push-tablet-5 {
    left: 41.66666667%;
  }
  .push-tablet-6 {
    left: 50%;
  }
  .push-tablet-7 {
    left: 58.33333333%;
  }
  .push-tablet-8 {
    left: 66.66666667%;
  }
  .push-tablet-9 {
    left: 75%;
  }
  .push-tablet-10 {
    left: 83.33333333%;
  }
  .push-tablet-11 {
    left: 91.66666667%;
  }
  .pull-tablet-1 {
    left: -8.33333333%;
  }
  .pull-tablet-2 {
    left: -16.66666667%;
  }
  .pull-tablet-3 {
    left: -25%;
  }
  .pull-tablet-4 {
    left: -33.33333333%;
  }
  .pull-tablet-5 {
    left: -41.66666667%;
  }
  .pull-tablet-6 {
    left: -50%;
  }
  .pull-tablet-7 {
    left: -58.33333333%;
  }
  .pull-tablet-8 {
    left: -66.66666667%;
  }
  .pull-tablet-9 {
    left: -75%;
  }
  .pull-tablet-10 {
    left: -83.33333333%;
  }
  .pull-tablet-11 {
    left: -91.66666667%;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .show-tablet-inline-block {
    display: inline-block;
  }
  .show-tablet-inline {
    display: inline;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .tablet-no-push,
  .tablet-no-pull {
    left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-desktop-1 {
    width: 8.33333333%;
  }
  .col-desktop-2 {
    width: 16.66666667%;
  }
  .col-desktop-3 {
    width: 25%;
  }
  .col-desktop-4 {
    width: 33.33333333%;
  }
  .col-desktop-5 {
    width: 41.66666667%;
  }
  .col-desktop-6 {
    width: 50%;
  }
  .col-desktop-7 {
    width: 58.33333333%;
  }
  .col-desktop-8 {
    width: 66.66666667%;
  }
  .col-desktop-9 {
    width: 75%;
  }
  .col-desktop-10 {
    width: 83.33333333%;
  }
  .col-desktop-11 {
    width: 91.66666667%;
  }
  .col-desktop-12 {
    width: 100%;
  }
  .push-desktop-1 {
    left: 8.33333333%;
  }
  .push-desktop-2 {
    left: 16.66666667%;
  }
  .push-desktop-3 {
    left: 25%;
  }
  .push-desktop-4 {
    left: 33.33333333%;
  }
  .push-desktop-5 {
    left: 41.66666667%;
  }
  .push-desktop-6 {
    left: 50%;
  }
  .push-desktop-7 {
    left: 58.33333333%;
  }
  .push-desktop-8 {
    left: 66.66666667%;
  }
  .push-desktop-9 {
    left: 75%;
  }
  .push-desktop-10 {
    left: 83.33333333%;
  }
  .push-desktop-11 {
    left: 91.66666667%;
  }
  .pull-desktop-1 {
    left: -8.33333333%;
  }
  .pull-desktop-2 {
    left: -16.66666667%;
  }
  .pull-desktop-3 {
    left: -25%;
  }
  .pull-desktop-4 {
    left: -33.33333333%;
  }
  .pull-desktop-5 {
    left: -41.66666667%;
  }
  .pull-desktop-6 {
    left: -50%;
  }
  .pull-desktop-7 {
    left: -58.33333333%;
  }
  .pull-desktop-8 {
    left: -66.66666667%;
  }
  .pull-desktop-9 {
    left: -75%;
  }
  .pull-desktop-10 {
    left: -83.33333333%;
  }
  .pull-desktop-11 {
    left: -91.66666667%;
  }
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .show-desktop-inline-block {
    display: inline-block;
  }
  .show-desktop-inline {
    display: inline;
  }
  .desktop-no-padding {
    padding: 0;
  }
  .desktop-no-push,
  .desktop-no-pull {
    left: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .col-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-hd-1 {
    width: 8.33333333%;
  }
  .col-hd-2 {
    width: 16.66666667%;
  }
  .col-hd-3 {
    width: 25%;
  }
  .col-hd-4 {
    width: 33.33333333%;
  }
  .col-hd-5 {
    width: 41.66666667%;
  }
  .col-hd-6 {
    width: 50%;
  }
  .col-hd-7 {
    width: 58.33333333%;
  }
  .col-hd-8 {
    width: 66.66666667%;
  }
  .col-hd-9 {
    width: 75%;
  }
  .col-hd-10 {
    width: 83.33333333%;
  }
  .col-hd-11 {
    width: 91.66666667%;
  }
  .col-hd-12 {
    width: 100%;
  }
  .push-hd-1 {
    left: 8.33333333%;
  }
  .push-hd-2 {
    left: 16.66666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.33333333%;
  }
  .push-hd-5 {
    left: 41.66666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.33333333%;
  }
  .push-hd-8 {
    left: 66.66666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.33333333%;
  }
  .push-hd-11 {
    left: 91.66666667%;
  }
  .pull-hd-1 {
    left: -8.33333333%;
  }
  .pull-hd-2 {
    left: -16.66666667%;
  }
  .pull-hd-3 {
    left: -25%;
  }
  .pull-hd-4 {
    left: -33.33333333%;
  }
  .pull-hd-5 {
    left: -41.66666667%;
  }
  .pull-hd-6 {
    left: -50%;
  }
  .pull-hd-7 {
    left: -58.33333333%;
  }
  .pull-hd-8 {
    left: -66.66666667%;
  }
  .pull-hd-9 {
    left: -75%;
  }
  .pull-hd-10 {
    left: -83.33333333%;
  }
  .pull-hd-11 {
    left: -91.66666667%;
  }
  .hide-hd {
    display: none;
  }
  .show-hd {
    display: block;
  }
  .show-hd-inline-block {
    display: inline-block;
  }
  .show-hd-inline {
    display: inline;
  }
  .hd-no-padding {
    padding: 0;
  }
  .hd-no-push,
  .hd-no-pull {
    left: 0;
  }
}
html {
  overflow-x: hidden;
  background: #f4f4f4;
}
body {
  overflow-x: hidden;
}
h1.headline-box {
  background: #dedede;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  text-transform: uppercase;
  color: #e10019;
  margin: -10px -10px 10px -10px;
  padding: 3px 10px;
  text-align: left;
}
h1.headline-lines {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  color: #000;
  padding: 5px 0;
  vertical-align: middle;
}
.header {
  position: relative;
  background-color: #e10019;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe10019, endColorstr=#ffe10019);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe10019, endColorstr=#ffe10019);
  background-image: url("../Images/header-structure.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% 100%;
  /* For WebKit*/
  -moz-background-size: 100% 100%;
  /* Mozilla*/
  -o-background-size: 100% 100%;
  /* Opera*/
  background-size: 100% 100%;
  /* Generic*/
  z-index: 1;
  -webkit-box-shadow: inset 0px -25px 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -25px 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -25px 25px 5px rgba(0, 0, 0, 0.25);
}
.header .header-gradient {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}
.header #quicklinks-nav {
  background-color: #721111;
  background-color: rgba(114, 17, 17, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc721111, endColorstr=#cc721111);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc721111, endColorstr=#cc721111);
}
.header #quicklinks-nav #quicklinks-toggle {
  display: none;
  padding: 5px 15px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul,
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li,
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  border-top: 2px solid #fff;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li > a,
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li > a:hover,
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li > a:hover {
  color: #000;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li:last-child {
  border-bottom: 2px solid #fff;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li {
  border: none;
  width: auto;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li a {
  padding: 0;
  margin: 5px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs > a {
  display: block;
  text-indent: -9999px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-audi > a {
  background: url("../Images/sprite-audi.png?v=2") no-repeat;
  background-position: 0 0;
  width: 64px;
  height: 30px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-audi > a:hover {
  background-position: -64px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-mediamarkt > a {
  background: url("../Images/sprite-mediamarkt.png") no-repeat;
  background-position: 0 0;
  width: 139px;
  height: 23px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-mediamarkt > a:hover {
  background-position: -140px 0;
}

 .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-prosis > a {
  background: url("/fileadmin/user_upload/logo_prosis_w-v-2.png?v=3") no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-position: bottom;
  width: 98px;
  height: 30px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-prosis > a:hover {
  background: url("/fileadmin/user_upload/logo_prosis-v-2.png?v=3") no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-position: bottom;
  width: 98px;
  height: 30px;
}

.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-puma > a {
  background: url("../Images/sprite-puma.png?v=2") no-repeat;
  background-position: 0 0;
  width: 89px;
  height: 30px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-puma > a:hover {
  background-position: -89px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm > a {
  background: url("../Images/sprite-social.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-facebook > a {
  background-position: 0 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-facebook > a:hover {
  background-position: -30px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-twitter > a {
  background-position: 0 -30px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-twitter > a:hover {
  background-position: -30px -30px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-instagram > a {
  background-position: 0 -60px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-instagram > a:hover {
  background-position: -30px -60px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-youtube > a {
  background-position: 0 -90px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-youtube > a:hover {
  background-position: -30px -90px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-tumblr > a {
  background-position: 0 -120px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm-tumblr > a:hover {
  background-position: -30px -120px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #rss-feed-icon > a {
  background: url("../Images/sprite-rss.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #rss-feed-icon > a:hover {
  background-position: -30px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #esport-icon > a {
  background: url("../Images/sprite-esport.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #esport-icon > a:hover {
  background-position: -30px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language {
  position: relative;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > a {
  display: none;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div {
  display: block;
  position: relative;
  width: 100%;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li > a {
  display: block;
  height: 23px;
  width: 30px;
  text-indent: -9999px;
  background: url("../Images/sprite-langflags.png") no-repeat;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li > a#lang-de {
  background-position: 0 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li > a#lang-en {
  background-position: 0 -23px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search {
  position: relative;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > a {
  display: inline-block;
  background: url("../Images/sprite-search.png") no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > a:hover {
  background-position: -30px 0;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form input {
  padding: 0;
  height: 25px;
  margin: 0;
  border: 1px solid #dedede;
  color: #333333;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form input[type="text"] {
  margin: 2px 0 2px 2px;
  padding: 1px 5px;
  border-right: 0px;
  width: 250px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form .search-btn {
  margin: 2px 2px 2px 0;
  text-indent: -1000px;
  background: url("../Images/icon-search.png") no-repeat center left;
  width: 25px;
  height: 25px;
  border-left: 0px;
}
.header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form .search-btn:hover {
  background-position: center right;
}
.header #quicklinks-nav #quicklinks-btn {
  height: 40px;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.header #quicklinks-nav #quicklinks-btn > i {
  cursor: pointer;
  color: #000;
  opacity: 0.7;
}
.header .desktop-nav {
  display: none;
}
.header #mobile-nav {
  position: relative;
  min-height: 80px;
  margin: 2px -5px 0 -5px;
}
.header #mobile-nav #fci-logo-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center;
}
.header #mobile-nav #fci-logo-small img {
  max-width: 100% !important;
  height: auto;
}
.header #mobile-nav #brand-title-small {
  position: absolute;
  top: 18.5px;
  left: 75px;
  right: 55px;
  height: 45px;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 45px;
  line-height: 2.8125rem;
  letter-spacing: 0.1475em;
  text-transform: uppercase;
  text-align: left;
  color: #730000;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .col-12 > div {
  background-color: #737373;
  background-color: rgba(115, 115, 115, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc737373, endColorstr=#cc737373);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc737373, endColorstr=#cc737373);
}
.footer #footer-partner {
  text-align: center;
  padding: 10px;
}
.footer #footer-partner > h2 {
  text-align: left;
}
.footer #footer-partner > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer #footer-partner > ul > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer #footer-partner > ul > li.fpp > a {
  background: url("../Images/sprite-premiumpartner.png?version=8") no-repeat;
  width: 109px;
  height: 75px;
  display: block;
  text-indent: -9999px;
}
.footer #footer-partner > ul > li.fpp.p-bundesliga > a {
  background-position: 0 0;
}
.footer #footer-partner > ul > li.fpp.p-bundesliga > a:hover {
  background-position: -109px 0;
}
.footer #footer-partner > ul > li.fpp.p-cocacola > a {
  background-position: 0 0px;
}
.footer #footer-partner > ul > li.fpp.p-cocacola > a:hover {
  background-position: -109px 0px;
}
.footer #footer-partner > ul > li.fpp.p-herrnbrau > a {
  background-position: 0 -75px;
}
.footer #footer-partner > ul > li.fpp.p-herrnbrau > a:hover {
  background-position: -109px -75px;
}
.footer #footer-partner > ul > li.fpp.p-sap > a {
  background-position: 0 -225px;
}
.footer #footer-partner > ul > li.fpp.p-sap > a:hover {
  background-position: -109px -225px;
}
.footer #footer-partner > ul > li.fpp.p-donat > a {
  background-position: 0 -300px;
}
.footer #footer-partner > ul > li.fpp.p-donat > a:hover {
  background-position: -109px -300px;
}
.footer #footer-partner > ul > li.fpp.p-falken > a {
  background-position: 0 -375px;
}
.footer #footer-partner > ul > li.fpp.p-falken > a:hover {
  background-position: -109px -375px;
}
.footer #footer-partner > ul > li.fpp.p-rgs > a {
  background-position: -10px -375px;
}
.footer #footer-partner > ul > li.fpp.p-rgs > a:hover {
  background-position: -119px -375px;
}
.footer #footer-partner > ul > li.fpp.p-haendlmaier > a {
  background-position: 0 -525px;
}
.footer #footer-partner > ul > li.fpp.p-haendlmaier > a:hover {
  background-position: -109px -525px;
}
.footer #footer-partner > ul > li.fpp.p-moebelhof > a {
  background-position: 0 -525px;
}
.footer #footer-partner > ul > li.fpp.p-moebelhof > a:hover {
  background-position: -109px -525px;
}
.footer #footer-partner > ul > li.fpp.p-thirdliga > a {
  background: url("../Images/2_bl_logo_RGB_neg.png") no-repeat !important;
  background-size: contain !important;
}
.footer #footer-partner > ul > li.fpp.p-thirdliga > a:hover {
  background: url("../Images/2_bl_logo_RGB_pos.png") no-repeat !important; 
  background-size: contain !important;
}
.footer #footer-partner > ul > li.fpp.p-stadtwerke > a {
  background-position: 0 -300px;
}
.footer #footer-partner > ul > li.fpp.p-stadtwerke > a:hover {
  background-position: -109px -300px;
}
.footer #footer-partner > ul > li.fpp.p-audibkk > a {
  background-position: 0 -450px;
}
.footer #footer-partner > ul > li.fpp.p-audibkk > a:hover {
    background-position: -109px -450px;
}
.footer #footer-partner > ul > li.fpp.p-frankenbrunnen > a {
  background-position: 1px -680px;
}
.footer #footer-partner > ul > li.fpp.p-frankenbrunnen > a:hover {
    background-position: -109px -680px;
}
.footer #footer-partner > ul > li.fpp.p-mediamarkt-esports > a {
  background-position: 1px -834px;
}
.footer #footer-partner > ul > li.fpp.p-mediamarkt-esports > a:hover {
    background-position: -109px -834px;
}
.footer #footer-partner > ul > li.fpp.p-sailun > a {
  background-position: 1px -908px;
}
.footer #footer-partner > ul > li.fpp.p-sailun > a:hover {
    background-position: -109px -908px;
}
.footer #footer-partner > ul > li.fpp.p-fkt > a {
  background-position: 1px -982px;
}
.footer #footer-partner > ul > li.fpp.p-fkt > a:hover {
    background-position: -109px -982px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .footer #footer-partner > ul > li.fpp > a {
        height: 72px;
    }
    .footer #footer-partner > ul > li.fpp.p-moebelhof > a {
      background-position: 0 -406px;
    }
    .footer #footer-partner > ul > li.fpp.p-moebelhof > a:hover {
      background-position: -109px -406px;
    }
    .footer #footer-partner > ul > li.fpp.p-stadtwerke > a {
      background-position: 0 -226px;
    }
    .footer #footer-partner > ul > li.fpp.p-stadtwerke > a:hover {
      background-position: -109px -226px;
    }
    .footer #footer-partner > ul > li.fpp.p-frankenbrunnen > a {
      background-position: 1px -530px;
    }
    .footer #footer-partner > ul > li.fpp.p-frankenbrunnen > a:hover {
        background-position: -109px -530px;
    }
    .footer #footer-partner > ul > li.fpp.p-herrnbrau > a {
      background-position: 0 -52px;
    }
    .footer #footer-partner > ul > li.fpp.p-herrnbrau > a:hover {
      background-position: -109px -52px;
    }
    .footer #footer-partner > ul > li.fpp.p-audibkk > a {
      background-position: 0 -352px;
    }
    .footer #footer-partner > ul > li.fpp.p-audibkk > a:hover {
      background-position: -109px -352px;
    }
    .footer #footer-partner > ul > li.fpp.p-rgs > a {
      background-position: -10px -294px;
    }
    .footer #footer-partner > ul > li.fpp.p-rgs > a:hover {
      background-position: -119px -294px;
    }
    .footer #footer-partner > ul > li.fpp.p-mediamarkt-esports > a {
      background-position: 1px -648px;
    }
    .footer #footer-partner > ul > li.fpp.p-mediamarkt-esports > a:hover {
        background-position: -109px -648px;
    }
    .footer #footer-partner > ul > li.fpp.p-sailun > a {
      background-position: 1px -712px;
    }
    .footer #footer-partner > ul > li.fpp.p-sailun > a:hover {
        background-position: -109px -712px;
    }
    .footer #footer-partner > ul > li.fpp.p-fkt > a {
      background-position: 1px -772px;
    }
    .footer #footer-partner > ul > li.fpp.p-fkt > a:hover {
      background-position: -109px -772px;
    }
}
.footer #footer-socialmedia {
  text-align: center;
  padding: 10px 10px;
}
.footer #footer-socialmedia:before,
.footer #footer-socialmedia:after {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(255, 255, 255, 0.02)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.footer #footer-socialmedia:after {
  margin-bottom: 0;
  margin-top: 10px;
}
.footer #footer-socialmedia > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer #footer-socialmedia > ul > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  padding: 0;
  margin: 10px 0;
}
.footer #footer-socialmedia > ul > li.sm > a {
  background: url("../Images/sprite-social-footer.png?version=2") no-repeat;
  width: 111px;
  height: 42px;
  display: block;
  text-indent: -9999px;
}
.footer #footer-socialmedia > ul > li.sm-facebook > a {
  background-position: 0 0;
}
.footer #footer-socialmedia > ul > li.sm-facebook > a:hover {
  background-position: -111px 0;
}
.footer #footer-socialmedia > ul > li.sm-twitter > a {
  background-position: 0 -42px;
}
.footer #footer-socialmedia > ul > li.sm-twitter > a:hover {
  background-position: -111px -42px;
}
.footer #footer-socialmedia > ul > li.sm-youtube > a {
  background-position: 0 -84px;
}
.footer #footer-socialmedia > ul > li.sm-youtube > a:hover {
  background-position: -111px -84px;
}
.footer #footer-socialmedia > ul > li.sm-instagram > a {
  background-position: 0 -126px;
}
.footer #footer-socialmedia > ul > li.sm-instagram > a:hover {
  background-position: -111px -126px;
}
.footer #footer-socialmedia > ul > li.sm-tumblr > a {
  background-position: 0 -168px;
}
.footer #footer-socialmedia > ul > li.sm-tumblr > a:hover {
  background-position: -111px -168px;
}
.footer #footer-socialmedia > ul > li.sm-snapchat > a {
  background-position: 0 -210px;
}
.footer #footer-socialmedia > ul > li.sm-snapchat > a:hover {
  background-position: -111px -210px;
}
.footer #footer-socialmedia > ul > li.sm-vine > a {
  background-position: 0 -252px;
}
.footer #footer-socialmedia > ul > li.sm-vine > a:hover {
  background-position: -111px -252px;
}
.footer #footer-copyprint {
  padding: 10px;
}
.footer #footer-copyprint #footer-nav {
  text-align: center;
  overflow: hidden;
}
.footer #footer-copyprint #footer-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  position: relative;
}
.footer #footer-copyprint #footer-nav > ul > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  margin: 2px 10px;
}
.footer #footer-copyprint #footer-nav > ul > li > a {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.footer #footer-copyprint #footer-nav > ul > li > a:hover {
  color: #e10019;
}
.footer #footer-copyprint #copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #000;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
}
.contentwrapper {
  padding-top: 30px;
}
.contentwrapper img {
  max-width: 100% !important;
  height: auto;
}
.contentwrapper iframe {
  max-width: 100% !important;
}
.contentwrapper .fulltop > div,
.contentwrapper .content > div,
.contentwrapper .contentright > div,
.contentwrapper .centerright > div,
.contentwrapper .right > div,
.contentwrapper .fullbottom > div {
  background-color: #737373;
  background-color: rgba(115, 115, 115, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc737373, endColorstr=#cc737373);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc737373, endColorstr=#cc737373);
  margin: 0 0 30px 0;
  padding: 10px;
  position: relative;
}
.contentwrapper .fulltop > div.no-top-space,
.contentwrapper .content > div.no-top-space,
.contentwrapper .contentright > div.no-top-space,
.contentwrapper .centerright > div.no-top-space,
.contentwrapper .right > div.no-top-space,
.contentwrapper .fullbottom > div.no-top-space {
  margin-top: -30px !important;
}
.contentwrapper .fulltop > div.no-background,
.contentwrapper .content > div.no-background,
.contentwrapper .contentright > div.no-background,
.contentwrapper .centerright > div.no-background,
.contentwrapper .right > div.no-background,
.contentwrapper .fullbottom > div.no-background {
  background: none;
}
.contentwrapper .fulltop > div.no-inner-space,
.contentwrapper .content > div.no-inner-space,
.contentwrapper .contentright > div.no-inner-space,
.contentwrapper .centerright > div.no-inner-space,
.contentwrapper .right > div.no-inner-space,
.contentwrapper .fullbottom > div.no-inner-space {
  padding: 0 !important;
}
.contentwrapper .fulltop > div.headline-only,
.contentwrapper .content > div.headline-only,
.contentwrapper .contentright > div.headline-only,
.contentwrapper .centerright > div.headline-only,
.contentwrapper .right > div.headline-only,
.contentwrapper .fullbottom > div.headline-only {
  padding-bottom: 0;
}
/* page differentiation */
.home .header #quicklinks-nav {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.home .header #mobile-nav #fci-logo-small {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.home .header #mobile-nav #brand-title-small {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.home .contentwrapper {
  padding-top: 0;
}
.kader .kader-bild {
  overflow: hidden;
  margin: 0 -90px 10px !important;
}
.league-list ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.league-list ul:before,
.league-list ul:after {
  content: " ";
  display: table;
}
.league-list ul:after {
  clear: both;
}
.league-list ul li.league-list-item {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  width: 150px;
  height: 110px;
  margin: 5px;
  background-color: #dedede;
  background-color: rgba(222, 222, 222, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccdedede, endColorstr=#ccdedede);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccdedede, endColorstr=#ccdedede);
  text-align: center;
}
.league-list ul li.league-list-item .big-league-name {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 62px;
  line-height: 3.875rem;
}
/* ---- extensions ---- */
.grayscale img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.grayscale img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
/* typo3 tables */
table.datatable,
table.contenttable {
  margin: 0;
  width: 100%;
  border: 0px none;
}
table.datatable tr,
table.contenttable tr {
  border-bottom: 2px solid #333333;
}
table.datatable tr:nth-child(even),
table.contenttable tr:nth-child(even) {
  background-color: #dedede;
  background-color: rgba(222, 222, 222, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
}
table.datatable tr:last-child,
table.contenttable tr:last-child {
  border-bottom: none;
}
table.datatable thead tr:last-child,
table.contenttable thead tr:last-child {
  border-bottom: 2px solid #333333;
}
table.datatable td,
table.contenttable td,
table.datatable th,
table.contenttable th {
  padding: .3em;
  border-right: 2px solid #333333;
}
table.datatable td:last-child,
table.contenttable td:last-child,
table.datatable th:last-child,
table.contenttable th:last-child {
  border-right: none;
}
table.datatable td p,
table.contenttable td p,
table.datatable th p,
table.contenttable th p {
  margin: 0;
}
table.datatable th,
table.contenttable th {
  font-weight: normal;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  text-transform: uppercase;
}
.responsive-table {
  overflow-x: auto;
}
/* typo3 & other styling */
.csc-default:empty {
  display: none;
}
div.csc-textpic .csc-textpic-imagewrap figure {
  max-width: 100%;
  overflow: hidden;
  display: block;
}
div.csc-textpic-center .csc-textpic-imagewrap,
div.csc-textpic-center figure.csc-textpic-imagewrap {
  width: 100%;
  display: block;
}
div.csc-textpic-center .csc-textpic-center-outer {
  max-width: 100%;
  /* max. Groesse des Bildes */
}
div.csc-textpic-center .csc-textpic-center-inner {
  width: 100%;
}
div.csc-textpic .csc-textpic-imagecolumn {
  float: none !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
}
figcaption.csc-textpic-caption {
  display: block;
  font-size: 90%;
  margin-top: 5px;
}
.red {
  color: #e10019;
}
.red-bg {
  color: #fff;
  background-color: #e10019;
}
.red-bg a {
  color: #fff;
}
.red-bg a:hover {
  color: #333333;
}
.gray {
  color: #818181;
}
.gray-bg {
  color: #fff;
  background-color: #818181;
}
.gray-bg a {
  color: #fff;
}
.gray-bg a:hover {
  color: #333333;
}
.highlight {
  color: #000;
}
.highlight-bg {
  color: #fff;
  background-color: #000;
}
.highlight-bg a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.highlight-bg a:hover {
  background-color: #e10019;
}
.tooltip {
  cursor: pointer;
}
.tooltip-content {
  display: none;
}
.contact-form ol {
  list-style: none;
}
.contact-form ol > li {
  padding: 5px 0 !important;
}
.contact-form .csc-form-element-submit {
  text-align: right;
}
.competition-form h2,
.custom-form h2 {
  text-transform: uppercase;
}
.competition-form .form-group,
.custom-form .form-group {
  padding: 0 0 15px;
}
.competition-form .form-group .form-group,
.custom-form .form-group .form-group {
  padding: 0;
}
.competition-form .form-group label,
.custom-form .form-group label {
  padding: 3px 0;
  width: 100%;
}
.competition-form .form-group input[type="checkbox"],
.custom-form .form-group input[type="checkbox"],
.competition-form .form-group input[type="radio"],
.custom-form .form-group input[type="radio"] {
  width: 25px;
  cursor: pointer;
}
.competition-form fieldset,
.custom-form fieldset,
.competition-form fieldset.form-group,
.custom-form fieldset.form-group {
  padding: 0;
}
.competition-form fieldset > legend,
.custom-form fieldset > legend {
  width: 100%;
  padding: 10px 0 5px 0;
  text-decoration: underline;
  margin: 15px 0 5px 0;
}
.competition-form input[type="text"],
.custom-form input[type="text"],
.competition-form input[type="email"],
.custom-form input[type="email"],
.competition-form input[type="phone"],
.custom-form input[type="phone"],
.competition-form input[type="date"],
.custom-form input[type="date"] {
  width: 100%;
}
.competition-form textarea,
.custom-form textarea {
  width: 100%;
  min-height: 100px;
}
.competition-form .btn-group,
.custom-form .btn-group {
  text-align: center;
}
.competition-form span.error,
.custom-form span.error {
  color: red;
}
/* content styling */
.center-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.center-img-wrapper img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
}
ul.list-as-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.list-as-tabs > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  width: 100%;
}
ul.list-as-tabs > li > a {
  width: 100%;
  text-align: center;
}
.list-as-rows {
  zoom: 1;
  padding: 0;
  margin: 1em 0 2em 0;
}
.list-as-rows:before,
.list-as-rows:after {
  content: " ";
  display: table;
}
.list-as-rows:after {
  clear: both;
}
.list-as-rows li {
  float: left;
  width: 100%;
  padding: 2px;
  margin: 0;
  margin-left: 20px;
}
.about-schanzen-geber .stack .row {
  margin: 0;
  margin-bottom: 15px;
}
.about-schanzen-geber .stack .row:last-child {
  margin-bottom: 0px;
}
.about-schanzen-geber .stack .stack-title,
.about-schanzen-geber .stack .stack-img {
  padding: 0;
  min-height: 85px;
}
.about-schanzen-geber .stack p {
  margin: 0;
}
.about-schanzen-geber .stack .stack-title {
  background: url("../Images/bg-schanzer.jpg") center center;
}
.about-schanzen-geber .stack .stack-title .stack-title-num {
  width: 22%;
  height: 85px;
}
.about-schanzen-geber .stack .stack-title .stack-title-num > p {
  padding: 5px;
}
.about-schanzen-geber .stack .stack-title .stack-title-text {
  color: #000;
  text-align: center;
  width: 78%;
  height: 85px;
}
.about-schanzen-geber .stack .stack-title .stack-title-text .stack-title-text-head {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding: 5px;
}
.about-schanzen-geber .stack .stack-img {
  max-height: 160px;
  overflow: hidden;
}
.about-schanzen-geber .stack .stack-img a,
.about-schanzen-geber .stack .stack-img img {
  display: block;
}
.about-schanzen-geber .stack .stack-img .stack-img-wrap img {
  width: 100%;
  height: auto;
}
.about-schanzen-geber .stack .stack-img .stack-img-shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset -30px 0px 80px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -30px 0px 80px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset -30px 0px 80px 0px rgba(0, 0, 0, 0.5);
}
.about-schanzen-geber .stack .stack-img .stack-img-shadow:after {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  right: 10px;
  top: 42%;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}
.partner-hospitality .stack .row {
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
.partner-hospitality .stack .row:last-child {
  margin-bottom: 0px;
}
.partner-hospitality .stack .stack-title,
.partner-hospitality .stack .stack-img {
  padding: 0;
  min-height: 55px;
}
.partner-hospitality .stack p {
  margin: 0;
}
.partner-hospitality .stack .stack-title .stack-title-text {
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
.partner-hospitality .stack .stack-title .stack-title-text .stack-title-text-head {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: uppercase;
  padding: 5px;
}
.partner-hospitality .stack .stack-img {
  max-height: 160px;
  overflow: hidden;
}
.partner-hospitality .stack .stack-img a,
.partner-hospitality .stack .stack-img img {
  display: block;
}
.partner-hospitality .stack .stack-img .stack-img-wrap img {
  width: 100%;
  height: auto;
}
.partner-hospitality .stack .stack-img .stack-img-shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset -30px 0px 80px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -30px 0px 80px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset -30px 0px 80px 0px rgba(0, 0, 0, 0.5);
}
.partner-hospitality .stack .stack-img .stack-img-shadow:after {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  right: 10px;
  top: 42%;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}
.stadium-plan {
  zoom: 1;
  overflow: auto;
  padding-top: 0px !important;
}
.stadium-plan:before,
.stadium-plan:after {
  content: " ";
  display: table;
}
.stadium-plan:after {
  clear: both;
}
.stadium-plan area {
  cursor: pointer !important;
  background-color: brown;
}
.stadium-plan #ticket-blocks {
  width: 100%;
  text-align: center;
}
.stadium-plan #ticket-blocks #ticket-blocks-inner {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%;
}
.stadium-plan #ticket-desc {
  width: 100%;
}
.teambox {
  zoom: 1;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.teambox:before,
.teambox:after {
  content: " ";
  display: table;
}
.teambox:after {
  clear: both;
}
.teambox .teambox-img {
  float: left;
  padding-right: 10px;
}
.teambox .teambox-img > img {
  display: block;
  width: 100px !important;
}
.page-91 .teambox .teambox-img > img {
    display: block;
    width: 200px!important;
}
.page-128 .teambox .teambox-img > img {
    display: block;
    width: 200px !important;
}
.teambox .teambox-h2 {
  margin: 3px 0 0 0;
}
.teambox .teambox-h5 {
  color: #fff;
  margin: 0;
}
.teambox .teambox-h2:before,
.teambox .teambox-h3:before,
.teambox .teambox-h2:after,
.teambox .teambox-h3:after {
  display: none;
}
.teambox .teambox-text {
  margin: 5px 0 2px 0;
}
.teambox-side .teambox-img {
  text-align: center;
}
.all-news-link {
  padding-top: 0 !important;
}
.all-news-link p {
  margin: 0;
}
.abobutton {
  width: 100%;
}
/* ddslick */
.dd-select {
  border-radius: 0;
  border: 0px !important;
  position: relative;
  cursor: pointer;
  background: #000;
}
.dd-select:hover {
  background: #e10019 !important;
}
.dd-desc {
  color: #aaa;
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em;
}
.dd-selected {
  overflow: hidden;
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
.dd-selected:hover {
  color: #fff;
}
.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.dd-pointer-down {
  border: solid 5px transparent;
  border-top: solid 5px #fff;
}
.dd-pointer-up {
  border: solid 5px transparent !important;
  border-bottom: solid 5px #fff !important;
  margin-top: -8px;
}
.dd-options {
  border: solid 1px #ccc;
  border-top: none;
  list-style: none;
  box-shadow: 0px 1px 5px #ddd;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: auto;
}
.dd-option {
  padding: 10px;
  display: block;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
  border-bottom: none;
}
.dd-option:hover {
  background: #f3f3f3;
  color: #000;
}
.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-option-selected {
  background: #f6f6f6;
}
.dd-option-image,
.dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  max-width: 64px;
}
.dd-image-right {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
}
.dd-container {
  position: relative;
}
.dd-selected-text {
  font-weight: bold;
}
/* banners */
.tx-sf-banners {
  zoom: 1;
}
.tx-sf-banners:before,
.tx-sf-banners:after {
  content: " ";
  display: table;
}
.tx-sf-banners:after {
  clear: both;
}
.tx-sf-banners .banner {
  margin: 0 0 30px 0;
  float: none;
  width: 100%;
}
.tx-sf-banners .banner:last-child {
  margin-bottom: 0;
}
.tx-sf-banners .banner img {
  width: 100%;
  height: auto;
}
.tx-sf-banners .banner object,
.tx-sf-banners .banner embed {
  width: 100% !important;
}
.single-banner .tx-sf-banners .banner {
  margin: 0 0 30px 0;
  float: none;
  width: 100%;
}
.single-banner .tx-sf-banners .banner:last-child {
  margin: 0;
}
.single-banner .tx-sf-banners .banner img {
  width: 100%;
  height: auto;
}
.single-banner .tx-sf-banners .banner object,
.single-banner .tx-sf-banners .banner embed {
  width: 100% !important;
}
.no-flash .tx-sf-banners .banner object {
  display: none;
  margin: 0;
  padding: 0;
}
/* tx_news */
.news-list-view .article .news-img-wrap,
.news-search-result .article .news-img-wrap {
  margin: 0 0 10px 0;
  width: 100%;
}
.news-list-view .article .news-img-wrap a,
.news-search-result .article .news-img-wrap a {
  width: 100%;
  height: 100%;
}
.news-list-view .article .news-img-wrap img,
.news-search-result .article .news-img-wrap img {
  width: 100%;
  height: auto;
}
.news-list-view .count-msg,
.news-search-result .count-msg {
  padding: 0 0 10px 0;
}
.f3-widget-paginator {
  display: inline-block;
  padding-left: 0px;
  padding: 0;
  margin: 0;
}
.f3-widget-paginator > li {
  display: inline;
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: #333333;
  color: #fff;
}
.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
  background-color: #e10019 !important;
}
.f3-widget-paginator > li.current {
  padding: 1px 1px !important;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
  margin-left: 0px;
}
/* forms */
.form-group {
  padding: 0 0 5px;
}
.form-group > label {
  display: inline-block;
  width: 20%;
}
/* Formhandler */
.formhandler dt,
.formhandler dd {
  min-height: 40px;
  line-height: 40px;
  line-height: 2.5rem;
}
.formhandler input[type="text"],
.formhandler input[type="email"],
.formhandler input[type="phone"],
.formhandler input[type="date"] {
  width: 100%;
}
.formhandler select {
  width: 100%;
}
.formhandler textarea {
  line-height: 19px;
  line-height: 1.1875rem;
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
}
.formhandler span.requiredMark {
  padding: 0 5px 0 0;
  color: red;
}
.formhandler .form-section {
  margin-bottom: 20px;
}
.formhandler .form-section > p {
  margin: 0 0 0.5em 0;
  line-height: 25px;
  line-height: 1.5625rem;
}
.formhandler .form-section > p > label {
  line-height: 19px;
  line-height: 1.1875rem;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  white-space: normal;
  overflow: hidden;
}
.formhandler .form-section > p > span.form-input {
  width: 100%;
  display: inline-block;
}
.formhandler .form-section > p > span.form-input > input,
.formhandler .form-section > p > span.form-input select,
.formhandler .form-section > p > span.form-input textarea {
  width: 100%;
}
.formhandler .form-section > p > span.form-input > input#sender_zip,
.formhandler .form-section > p > span.form-input select#sender_zip,
.formhandler .form-section > p > span.form-input textarea#sender_zip {
  width: 20%;
}
.formhandler .form-section > p > span.form-input > input#sender_city,
.formhandler .form-section > p > span.form-input select#sender_city,
.formhandler .form-section > p > span.form-input textarea#sender_city {
  width: 77%;
}
.formhandler .form-section > p > span.form-input > textarea {
  line-height: 19px;
  line-height: 1.1875rem;
  height: 60px;
}
/* list rendering partner */
/* media gallery */
.fs-media-gallery > .thumbs-albums {
  zoom: 1;
  text-align: center;
}
.fs-media-gallery > .thumbs-albums:before,
.fs-media-gallery > .thumbs-albums:after {
  content: " ";
  display: table;
}
.fs-media-gallery > .thumbs-albums:after {
  clear: both;
}
.fs-media-gallery > .thumbs-albums .thumb {
  border: 0;
  margin: 5px;
  float: none;
  display: inline-block;
}
.fs-media-gallery > .album .thumbs {
  text-align: center;
}
.fs-media-gallery > .album .thumbs .thumb {
  border: 0;
  margin: 5px;
  float: none;
  display: inline-block;
}
.fs-media-gallery > .album .navigation {
  text-align: center;
}
/* flip media gallery */
.fanwall-popup-wrapper .mfp-content {
  height: 100%;
}
.fanwall-popup-wrapper #fanwall-popup {
  position: absolute;
  width: 85%;
  height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fanwall-popup-wrapper #fanwall-popup button.mfp-close {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  position: absolute;
  right: -9%;
  top: -5%;
}
.fanwall-popup-wrapper #fanwall-popup .album-title,
.fanwall-popup-wrapper #fanwall-popup .album-description,
.fanwall-popup-wrapper #fanwall-popup .album-link {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.fanwall-popup-wrapper #fanwall-popup .album-title {
  font-weight: bold;
}
.fanwall-popup-wrapper #fanwall-popup .album-link {
  padding: 10px;
}
.fanwall-popup-wrapper #fanwall-popup .album {
  display: table;
  width: 100%;
  position: relative;
  background: #333;
  padding: 5px;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row {
  display: table-row;
  width: 100%;
  text-align: center;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row > .album-img {
  display: table-cell;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row > .album-img > div {
  width: 100%;
  height: 100%;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row > .album-img .flip-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row > .album-img .flip-img {
  width: 100%;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row > .album-img .flip-img:before {
  content: "";
  float: left;
  padding-bottom: 59%;
}
.fanwall-popup-wrapper #fanwall-popup .album .album-row > .album-img .flip-img:after {
  content: "";
  display: table;
  clear: both;
}
.fanwall-popup-wrapper #fanwall-popup .album .thumbs {
  text-align: center;
}
.fanwall-popup-wrapper #fanwall-popup .album .thumbs .thumb {
  border: 0;
  border-radius: 0;
  margin: 0;
  float: none;
  display: inline-block;
}
/* faq */
.ext-faq ul {
  margin: 1em 0 1em 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.ext-faq .faq-question {
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.0215em;
}
.ext-faq .faq-question:before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 15px;
  display: inline-block;
}
.ext-faq .faq-question.active:before {
  font-family: 'FontAwesome';
  content: "\f107";
}
.ext-faq .faq-answer {
  padding-left: 25px;
}
/* new social media buttons */
div.social > ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.social > ul:before,
div.social > ul:after {
  content: " ";
  display: table;
}
div.social > ul:after {
  clear: both;
}
div.social > ul > li {
  float: left;
  width: 100%;
  height: 35px;
  margin: 0 0 5px 0;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
div.social > ul > li:last-child {
  margin: 0;
}
div.social > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
div.social > ul > li a:hover {
  color: #fff;
}
div.social > ul > li span.hovertext {
  display: none;
  line-height: 35px;
  line-height: 2.1875rem;
}
div.social > ul > li.facebook {
  background: #3b579d url("../Images/sprite-social-big.png") no-repeat 50% 0%;
}
div.social > ul > li.twitter {
  background: #08acee url("../Images/sprite-social-big.png") no-repeat 50% -35px;
}
div.social > ul > li.whatsapp {
  background: #58ad15 url("../Images/sprite-social-big.png") no-repeat 50% -70px;
}
/* fcimanager */
.tx-fcimanager {
  /* Standing/List */
  /* Standing/Overview */
  /* Schedule/Latest */
  /* Schedule/Minilist */
  /* Schedule/List */
  /* Schedule/Ticketlist */
  /* Player/List */
  /* Player/Listpicture */
  /* Player/Show */
  /* Player/Accounts */
  /* Ticker/List */
  /* Appointment/List */
  /* Video/List */
  /* Social/Overview */
}
.tx-fcimanager table .display-tablet {
  display: none;
}
.tx-fcimanager .standing-list table {
  margin: 20px 0 10px 0;
}
.tx-fcimanager .standing-list table th {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.tx-fcimanager .standing-list table tr,
.tx-fcimanager .standing-list table td {
  vertical-align: middle;
}
.tx-fcimanager .standing-list table tr {
  border-bottom: 2px solid #333333;
}
.tx-fcimanager .standing-list table tr:last-child {
  border-bottom: none;
}
.tx-fcimanager .standing-list table tr:nth-child(even) {
  background-color: #dedede;
  background-color: rgba(222, 222, 222, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
}
.tx-fcimanager .standing-list table tr.red {
  background: #e10019;
}
.tx-fcimanager .standing-list table tr.highlight-bg {
  background: #000;
}
.tx-fcimanager .standing-list table td,
.tx-fcimanager .standing-list table th {
  padding: .3em;
  border-right: 2px solid #333333;
}
.tx-fcimanager .standing-list table td:last-child,
.tx-fcimanager .standing-list table th:last-child {
  border-right: none;
}
.tx-fcimanager .standing-list table td a {
  color: #fff;
}
.tx-fcimanager .standing-list table td a:hover {
  color: #e10019;
}
.tx-fcimanager .standing-list table .place {
  width: 5% !important;
}
.tx-fcimanager .standing-list table td.place,
.tx-fcimanager .standing-list table td.placebefore {
  font-weight: bold;
}
.tx-fcimanager .standing-list table td.place > .fa,
.tx-fcimanager .standing-list table td.placebefore > .fa {
  font-weight: inherit;
}
.tx-fcimanager .standing-list table .playdays,
.tx-fcimanager .standing-list table .diff,
.tx-fcimanager .standing-list table .points,
.tx-fcimanager .standing-list table .team {
  padding: .1em;
}
.tx-fcimanager .standing-list table .team > img {
  float: left;
  margin-right: 2px;
}
.tx-fcimanager .standing-list table .team span {
  display: none;
}
.tx-fcimanager .standing-list table .team span.smalltitle {
  display: block;
}
.tx-fcimanager .standing-overview {
  cursor: pointer;
  margin-top: 3px;
  padding: 1px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tx-fcimanager .standing-overview > p {
  zoom: 1;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0;
  padding: 2px;
  border-bottom: 1px solid #333333;
  white-space: nowrap;
}
.tx-fcimanager .standing-overview > p:before,
.tx-fcimanager .standing-overview > p:after {
  content: " ";
  display: table;
}
.tx-fcimanager .standing-overview > p:after {
  clear: both;
}
.tx-fcimanager .standing-overview > p:last-child {
  padding: 0;
  border-bottom: none;
}
.tx-fcimanager .standing-overview > p > span.team {
  line-height: 22px;
  line-height: 1.375rem;
  display: none;
  float: left;
}
.tx-fcimanager .standing-overview > p > span.team.smalltitle {
  display: block;
}
.tx-fcimanager .standing-overview > p > span.teamlogo {
  line-height: 22px;
  line-height: 1.375rem;
  float: left;
  margin-right: 5px;
}
.tx-fcimanager .standing-overview > p > span.teamlogo > img {
  vertical-align: middle;
}
.tx-fcimanager .standing-overview > p > span.place {
  line-height: 22px;
  line-height: 1.375rem;
  float: left;
  width: 20px;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
.tx-fcimanager .standing-overview > p > span.points {
  line-height: 22px;
  line-height: 1.375rem;
  width: 20px;
  float: right;
  text-align: right;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.tx-fcimanager .schedule-latest > #teams {
  zoom: 1;
  margin: 5px 0 0 0;
}
.tx-fcimanager .schedule-latest > #teams:before,
.tx-fcimanager .schedule-latest > #teams:after {
  content: " ";
  display: table;
}
.tx-fcimanager .schedule-latest > #teams:after {
  clear: both;
}
.tx-fcimanager .schedule-latest > #teams > #home,
.tx-fcimanager .schedule-latest > #teams > #away,
.tx-fcimanager .schedule-latest > #teams #score {
  float: left;
  width: 33.33333333%;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.tx-fcimanager .schedule-latest > #teams > #score {
  line-height: 80px;
  line-height: 5rem;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  white-space: nowrap;
}
.tx-fcimanager .schedule-latest > #gametype {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.tx-fcimanager .schedule-latest > .linker {
  text-align: center;
}
.tx-fcimanager .schedule-latest > .linker p {
  margin: 0;
  border-top: 2px solid #fff;
}
.tx-fcimanager .schedule-latest > .linker p:last-child {
  border-bottom: 2px solid #fff;
}
.tx-fcimanager .schedule-latest > .linker.live > #ticker-link {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
.tx-fcimanager .schedule-latest > .linker.live > #ticker-link > a {
  padding: 3px 0;
}
.tx-fcimanager .schedule-latest > .linker.next > #clock {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 4px 0;
}
.tx-fcimanager .schedule-latest > .linker.next > #clock > span {
  padding: 0 1px 0 5px;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
.tx-fcimanager .schedule-latest > .linker.next > #playtime {
  padding: 3px 0;
}
.tx-fcimanager .schedule-latest > .linker.next > #ticket-link {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
.tx-fcimanager .schedule-latest > .linker.next > #ticket-link > a {
  padding: 3px 0;
}
.tx-fcimanager .schedule-latest > .linker.last > #report-link {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
.tx-fcimanager .schedule-latest > .linker.last > #report-link > a {
  padding: 3px 0;
}
.tx-fcimanager .schedule-minilist {
  cursor: pointer;
  margin-top: 3px;
  padding: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tx-fcimanager .schedule-minilist > p {
  zoom: 1;
  margin: 0;
  padding: 2px;
  border-bottom: 1px solid #333333;
  white-space: nowrap;
  overflow: hidden;
}
.tx-fcimanager .schedule-minilist > p:before,
.tx-fcimanager .schedule-minilist > p:after {
  content: " ";
  display: table;
}
.tx-fcimanager .schedule-minilist > p:after {
  clear: both;
}
.tx-fcimanager .schedule-minilist > p:last-child {
  padding: 0;
  border-bottom: none;
}
.tx-fcimanager .schedule-minilist > p.minilist-header {
  border-bottom: 2px solid #fff;
  background: #dedede;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.tx-fcimanager .schedule-minilist > p > span.playtime {
  float: left;
  display: block;
  width: 45%;
  line-height: 22px;
  line-height: 1.375rem;
}
.tx-fcimanager .schedule-minilist > p > span.teams {
  float: left;
  display: block;
  width: 40%;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  line-height: 1.375rem;
}
.tx-fcimanager .schedule-minilist > p > span.teams > img {
  vertical-align: middle;
}
.tx-fcimanager .schedule-minilist > p > span.score {
  float: right;
  display: block;
  width: 15%;
  text-align: center;
  line-height: 22px;
  line-height: 1.375rem;
}
.tx-fcimanager .schedule-list #tabs {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tx-fcimanager .schedule-list #tabs li a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  background-color: #000;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.tx-fcimanager .schedule-list #tabs li a:hover,
.tx-fcimanager .schedule-list #tabs li a:focus,
.tx-fcimanager .schedule-list #tabs li a.current {
  color: #fff;
  background-color: #e10019;
}
.tx-fcimanager .schedule-list #tabs li a:focus {
  outline: 0;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item {
  margin-bottom: 10px;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item img,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item img {
  vertical-align: middle;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info {
  zoom: 1;
  color: #333333;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 5px;
  background: #767676;
  background: -moz-linear-gradient(left, #353535 0%, #767676 10%, #767676 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #353535), color-stop(10%, #767676), color-stop(100%, #767676));
  background: -webkit-linear-gradient(left, #353535 0%, #767676 10%, #767676 100%);
  background: -o-linear-gradient(left, #353535 0%, #767676 10%, #767676 100%);
  background: -ms-linear-gradient(left, #353535 0%, #767676 10%, #767676 100%);
  background: linear-gradient(to right, #353535 0%, #767676 10%, #767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#767676', GradientType=1);
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info:before,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info:before,
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info:after,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info:after {
  content: " ";
  display: table;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info:after,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info:after {
  clear: both;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info.red,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info.red {
  color: #fff;
  background: #e10019;
  background: -moz-linear-gradient(left, #3e050a 0%, rgba(226, 0, 26, 0.95) 10%, rgba(226, 0, 26, 0.95) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e050a), color-stop(10%, rgba(226, 0, 26, 0.95)), color-stop(100%, rgba(226, 0, 26, 0.95)));
  background: -webkit-linear-gradient(left, #3e050a 0%, rgba(226, 0, 26, 0.95) 10%, rgba(226, 0, 26, 0.95) 100%);
  background: -o-linear-gradient(left, #3e050a 0%, rgba(226, 0, 26, 0.95) 10%, rgba(226, 0, 26, 0.95) 100%);
  background: -ms-linear-gradient(left, #3e050a 0%, rgba(226, 0, 26, 0.95) 10%, rgba(226, 0, 26, 0.95) 100%);
  background: linear-gradient(to right, #3e050a 0%, rgba(226, 0, 26, 0.95) 10%, rgba(226, 0, 26, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e050a', endColorstr='#e2001a', GradientType=1);
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info > div,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info > div {
  float: left;
  text-align: center;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams {
  text-transform: uppercase;
  width: 75%;
  height: 40px;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams > div,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams > div {
  line-height: 40px;
  line-height: 2.5rem;
  float: left;
  width: 33.33333333%;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span {
  display: none;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .standing,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .standing {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .matchday {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
  height: 40px;
  color: #fff;
  border-right: 1px solid #fff;
  width: 10%;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday:empty,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .matchday:empty {
  border: none;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .linker,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .linker {
  color: #fff;
  width: 15%;
  line-height: 40px;
  line-height: 2.5rem;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .linker > div,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .linker > div {
  border-left: 1px solid #fff;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details {
  zoom: 1;
  border-bottom: 2px solid #fff;
  padding: 5px;
  color: #333333;
  background: #D5D5D5;
  font-weight: bold;
  line-height: 26px;
  line-height: 1.625rem;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details:before,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details:before,
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details:after,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details:after {
  content: " ";
  display: table;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details:after,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details:after {
  clear: both;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details > div,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details > div {
  vertical-align: middle;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details > div > img,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details > div > img {
  float: left;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details > div > span,
.tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details > div > span {
  line-height: 26px;
  line-height: 1.625rem;
  padding-left: 10px;
  vertical-align: middle;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams {
  width: 100%;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday {
  width: 100%;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.0215em;
  line-height: 20px;
  line-height: 1.25rem;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday > span {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  text-transform: uppercase;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details {
  font-weight: normal;
  text-align: center;
}
.tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details > p {
  margin: 0.5em 0;
  line-height: 20px;
  line-height: 1.25rem;
}
.tx-fcimanager .schedule-list .schedule-list-table table {
  margin: 20px 0 10px 0;
}
.tx-fcimanager .schedule-list .schedule-list-table table th {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.tx-fcimanager .schedule-list .schedule-list-table table tr,
.tx-fcimanager .schedule-list .schedule-list-table table td {
  vertical-align: middle;
}
.tx-fcimanager .schedule-list .schedule-list-table table tr {
  border-bottom: 2px solid #333333;
}
.tx-fcimanager .schedule-list .schedule-list-table table tr:last-child {
  border-bottom: none;
}
.tx-fcimanager .schedule-list .schedule-list-table table tr:nth-child(even) {
  background-color: #dedede;
  background-color: rgba(222, 222, 222, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
}
.tx-fcimanager .schedule-list .schedule-list-table table tr.red {
  background: #e10019;
}
.tx-fcimanager .schedule-list .schedule-list-table table tr.highlight-bg {
  background: #000;
}
.tx-fcimanager .schedule-list .schedule-list-table table td,
.tx-fcimanager .schedule-list .schedule-list-table table th {
  padding: .3em;
  border-right: 2px solid #333333;
}
.tx-fcimanager .schedule-list .schedule-list-table table td:last-child,
.tx-fcimanager .schedule-list .schedule-list-table table th:last-child {
  border-right: none;
}
.tx-fcimanager .schedule-list .schedule-list-table table td a {
  color: #fff;
}
.tx-fcimanager .schedule-list .schedule-list-table table td a:hover {
  color: #e10019;
}
.tx-fcimanager .schedule-list .schedule-list-table > table th.place,
.tx-fcimanager .schedule-list .schedule-list-table > table td.place {
  padding-right: 2px;
}
.tx-fcimanager .schedule-list .schedule-list-table > table th.team,
.tx-fcimanager .schedule-list .schedule-list-table > table td.team {
  padding-left: 4px;
}
.tx-fcimanager .player-list table {
  margin: 20px 0 10px 0;
}
.tx-fcimanager .player-list table th {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.tx-fcimanager .player-list table tr,
.tx-fcimanager .player-list table td {
  vertical-align: middle;
}
.tx-fcimanager .player-list table tr {
  border-bottom: 2px solid #333333;
}
.tx-fcimanager .player-list table tr:last-child {
  border-bottom: none;
}
.tx-fcimanager .player-list table tr:nth-child(even) {
  background-color: #dedede;
  background-color: rgba(222, 222, 222, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59dedede, endColorstr=#59dedede);
}
.tx-fcimanager .player-list table tr.red {
  background: #e10019;
}
.tx-fcimanager .player-list table tr.highlight-bg {
  background: #000;
}
.tx-fcimanager .player-list table td,
.tx-fcimanager .player-list table th {
  padding: .3em;
  border-right: 2px solid #333333;
}
.tx-fcimanager .player-list table td:last-child,
.tx-fcimanager .player-list table th:last-child {
  border-right: none;
}
.tx-fcimanager .player-list table td a {
  color: #fff;
}
.tx-fcimanager .player-list table td a:hover {
  color: #e10019;
}
.tx-fcimanager .player-list table .num {
  padding-right: 10px;
  width: 45px;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
}
.tx-fcimanager .player-list table th,
.tx-fcimanager .player-list table td {
  padding-left: 4px;
}
.tx-fcimanager .player-list table a {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
}
.tx-fcimanager .player-list table a:hover {
  color: #e10019 !important;
}
.tx-fcimanager .player-listpicture .players {
  zoom: 1;
  text-align: center;
}
.tx-fcimanager .player-listpicture .players:before,
.tx-fcimanager .player-listpicture .players:after {
  content: " ";
  display: table;
}
.tx-fcimanager .player-listpicture .players:after {
  clear: both;
}
.tx-fcimanager .player-listpicture .player {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  width: 170px;
  text-align: center;
}
.tx-fcimanager .player-listpicture .player .playerimage {
  vertical-align: baseline;
  text-align: center;
  width: 170px;
  height: 130px;
}
.tx-fcimanager .player-listpicture .player .playername {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 5px 10px 5px;
  height: 40px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
}
.tx-fcimanager .player-listpicture .player .playername:hover {
  background-color: #e10019;
}
.tx-fcimanager .player-listpicture .player .playername > div {
  height: 100%;
  vertical-align: middle;
  line-height: 36px;
  float: left;
  overflow: hidden;
}
.tx-fcimanager .player-listpicture .player .playername > div > span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.tx-fcimanager .player-listpicture .player .playername > .pname {
  width: 75%;
}
.tx-fcimanager .player-listpicture .player .playername > .pname > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.tx-fcimanager .player-listpicture .player .playername > .pnum {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  height: 26px;
  color: #fff;
  border-right: 2px solid #fff;
  padding: 0 3px;
  margin: 5px 5px 5px 0;
}
.tx-fcimanager .player-show #player-picker {
  zoom: 1;
  margin-top: 25px;
  text-align: center;
}
.tx-fcimanager .player-show #player-picker:before,
.tx-fcimanager .player-show #player-picker:after {
  content: " ";
  display: table;
}
.tx-fcimanager .player-show #player-picker:after {
  clear: both;
}
.tx-fcimanager .player-show #player-picker > div {
  width: 220px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
}
.tx-fcimanager .player-show #player-picker #backlink {
  text-align: center;
  min-width: 150px;
  vertical-align: top;
  line-height: 40px;
  line-height: 2.5rem;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
}
.tx-fcimanager .player-show #player-numname {
  zoom: 1;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  line-height: 31px;
  line-height: 1.9375rem;
  font-size: 30px;
  font-size: 1.875rem;
  background: #000;
  margin-bottom: 10px;
}
.tx-fcimanager .player-show #player-numname:before,
.tx-fcimanager .player-show #player-numname:after {
  content: " ";
  display: table;
}
.tx-fcimanager .player-show #player-numname:after {
  clear: both;
}
.tx-fcimanager .player-show #player-numname > #num {
  background: #dedede;
  float: left;
  padding: 3px 10px 3px 5px;
  color: #e10019;
}
.tx-fcimanager .player-show #player-numname > #name {
  float: left;
  text-transform: uppercase;
  padding: 3px 5px;
}
.tx-fcimanager .player-show #player-detail {
  zoom: 1;
  position: relative;
}
.tx-fcimanager .player-show #player-detail:before,
.tx-fcimanager .player-show #player-detail:after {
  content: " ";
  display: table;
}
.tx-fcimanager .player-show #player-detail:after {
  clear: both;
}
.tx-fcimanager .player-show #player-detail #player-picture {
  height: 170px;
  text-align: center;
}
.tx-fcimanager .player-show #player-detail #player-info {
  background-color: #737373;
  background-color: rgba(115, 115, 115, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc737373, endColorstr=#cc737373);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc737373, endColorstr=#cc737373);
  position: relative;
}
.tx-fcimanager .player-show #player-detail #player-info p {
  border-bottom: 2px solid #fff;
  padding: 3px 3px;
  margin: 0;
}
.tx-fcimanager .player-show #player-detail #player-info #player-pos {
  color: #000;
  text-transform: uppercase;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 36px;
  line-height: 2.25rem;
  padding: 10px 0 10px 3px;
  border-top: 2px solid #fff;
}
.tx-fcimanager .player-show #player-detail #player-info .info-title {
  font-weight: bold;
  text-transform: uppercase;
}
.tx-fcimanager .player-show #player-detail #player-info .info-separator {
  padding: 0 7px;
}
.tx-fcimanager .player-accounts .player-account {
  border-bottom: 1px solid #fff;
}
.tx-fcimanager .player-accounts .player-account:last-child {
  border-bottom: 0;
}
.tx-fcimanager .player-accounts .player-account > p.account-img {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  background: url("../Images/sprite-social-footer.png?version=2") no-repeat;
  width: 50px;
  height: 48px;
  display: block;
}
.tx-fcimanager .player-accounts .player-account > h4 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0.0215em;
}
.tx-fcimanager .player-accounts .player-account > p {
  color: #000;
  font-style: italic;
}
.tx-fcimanager .player-accounts .player-account.account-homepage > p.account-img {
  background-position: -30px -291px;
}
.tx-fcimanager .player-accounts .player-account.account-social1 > p.account-img {
  background-position: -30px -40px;
}
.tx-fcimanager .player-accounts .player-account.account-social2 > p.account-img {
  background-position: -30px 3px;
}
.tx-fcimanager .player-accounts .player-account.account-social3 > p.account-img {
  background-position: -30px -123px;
}
.tx-fcimanager .player-accounts .player-account:hover.account-homepage > p.account-img {
  background-position: -141px -291px;
}
.tx-fcimanager .player-accounts .player-account:hover.account-social1 > p.account-img {
  background-position: -141px -40px;
}
.tx-fcimanager .player-accounts .player-account:hover.account-social2 > p.account-img {
  background-position: -141px 3px;
}
.tx-fcimanager .player-accounts .player-account:hover.account-social3 > p.account-img {
  background-position: -141px -123px;
}
.tx-fcimanager .ticker-list .effect {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.5) inset;
}
.tx-fcimanager .ticker-list .effect:before,
.tx-fcimanager .ticker-list .effect:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.tx-fcimanager .ticker-list .effect:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.tx-fcimanager .ticker-list #standing {
  overflow: auto;
  padding: 10px 5px;
  margin-bottom: 5px;
  color: #fff;
  background: #818181;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  zoom: 1;
}
.tx-fcimanager .ticker-list #standing:before,
.tx-fcimanager .ticker-list #standing:after {
  content: " ";
  display: table;
}
.tx-fcimanager .ticker-list #standing:after {
  clear: both;
}
.tx-fcimanager .ticker-list #standing .gametime {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.tx-fcimanager .ticker-list #standing .versus {
  float: left;
  height: 100px;
  width: 20%;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 100px;
  line-height: 6.25rem;
  text-align: center;
}
.tx-fcimanager .ticker-list #standing .home {
  width: 40%;
  float: left;
}
.tx-fcimanager .ticker-list #standing .home .team_logo {
  float: left;
  width: 95%;
  text-align: center;
}
.tx-fcimanager .ticker-list #standing .home .team_name {
  margin-top: 3px;
  text-transform: uppercase;
}
.tx-fcimanager .ticker-list #standing .away {
  width: 40%;
  float: right;
}
.tx-fcimanager .ticker-list #standing .away .team_logo {
  float: right;
  width: 95%;
  text-align: center;
}
.tx-fcimanager .ticker-list #standing .away .team_name {
  margin-top: 3px;
  text-transform: uppercase;
}
.tx-fcimanager .ticker-list #refresher {
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
  vertical-align: middle;
  margin-bottom: 5px;
  overflow: auto;
  zoom: 1;
}
.tx-fcimanager .ticker-list #refresher:before,
.tx-fcimanager .ticker-list #refresher:after {
  content: " ";
  display: table;
}
.tx-fcimanager .ticker-list #refresher:after {
  clear: both;
}
.tx-fcimanager .ticker-list #refresher img {
  vertical-align: middle;
}
.tx-fcimanager .ticker-list #refresher .tickerCountdown {
  font-weight: bold;
}
.tx-fcimanager .ticker-list #refresher #manualRefresh {
  float: left;
  padding-left: 1px;
  margin-right: 5px;
  vertical-align: middle;
}
.tx-fcimanager .ticker-list #refresher #autoRefresh {
  margin-right: 3px;
  height: 40px;
  overflow: hidden;
  vertical-align: middle;
}
.tx-fcimanager .ticker-list #messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tx-fcimanager .ticker-list #messages ul li {
  height: auto;
  margin: 0px 0px 0.3em;
  display: block;
  overflow: auto;
  position: relative;
  background-color: #d0d0d0;
  background-color: rgba(208, 208, 208, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccd0d0d0, endColorstr=#ccd0d0d0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccd0d0d0, endColorstr=#ccd0d0d0);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tx-fcimanager .ticker-list #messages ul li:nth-child(odd) {
  background-color: #b0b0b0;
  background-color: rgba(176, 176, 176, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99b0b0b0, endColorstr=#99b0b0b0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99b0b0b0, endColorstr=#99b0b0b0);
}
.tx-fcimanager .ticker-list #messages ul li > p {
  padding: 5px;
  margin: 0;
}
.tx-fcimanager .ticker-list #messages ul li > .tc-headline > .tc-type {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.tx-fcimanager .ticker-list #messages ul li > .tc-headline > .tc-date {
  display: block;
  font-size: 85%;
}
.tx-fcimanager .ticker-list #messages ul li > .tc-headline:empty {
  display: none;
}
.tx-fcimanager .ticker-list #messages ul li.tc-goal > .tc-headline,
.tx-fcimanager .ticker-list #messages ul li.tc-substitute > .tc-headline,
.tx-fcimanager .ticker-list #messages ul li.tc-redcard > .tc-headline,
.tx-fcimanager .ticker-list #messages ul li.tc-yellowcard > .tc-headline,
.tx-fcimanager .ticker-list #messages ul li.tc-dismissal > .tc-headline,
.tx-fcimanager .ticker-list #messages ul li.tc-tingler > .tc-headline,
.tx-fcimanager .ticker-list #messages ul li.tc-final > .tc-headline {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  border-bottom: 2px solid #fff;
}
.tx-fcimanager .ticker-list #messages ul li.tc-goal > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-substitute > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-redcard > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-yellowcard > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-dismissal > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-tingler > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-final > .tc-headline > .tc-type:before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.tx-fcimanager .ticker-list #messages ul li.tc-goal > .tc-headline > .tc-type:before {
  content: "\f1e3";
}
.tx-fcimanager .ticker-list #messages ul li.tc-dismissal > .tc-headline > .tc-type:before {
  content: "\f0c8";
  color: red;
}
.tx-fcimanager .ticker-list #messages ul li.tc-tingler > .tc-headline > .tc-type:before,
.tx-fcimanager .ticker-list #messages ul li.tc-final > .tc-headline > .tc-type:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22height%3A%2032px%3B%20width%3A%2032px%3B%22%3E%3Cdefs%3E%3C!--%20react-text%3A%204%20--%3E0%3C!--%20%2Freact-text%20--%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%200h512v512H0z%22%20fill%3D%22%23000%22%20opacity%3D%220%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23ffffff%22%20opacity%3D%221%22%20d%3D%22M93.75%2081.443c-5.38%200-12.368%202.49-22.358%208.967%203.966%204.682%208.167%209.687%2016.47%2019.256%205.782%206.663%2011.618%2013.29%2016.026%2018.088.038.042.055.055.092.096l30.894-17.932-14.652-14.148c-11.292-9.404-18.644-13.866-25.418-14.293-.345-.022-.696-.034-1.055-.034zm120.08%2015.082c-.885-.01-1.767-.006-2.643.01-10.46.193-20.2%202.23-26.742%205.424l-67.262%2039.038c2.45.544%204.885%201.196%207.287%202.02%2017.275%205.923%2033.093%2018.223%2049.568%2034.7l216.44%20213.5%2080.978-44.433L258.54%20111.38c-8.656-7.84-22.49-12.908-36.693-14.394-2.677-.28-5.363-.43-8.018-.46zM58.192%20102.74c-17.543%2020.723-20.57%2037.186-15.326%2057.004.692%202.618%203.057%206.357%206.373%2010.47%202.195-3.144%204.55-6.304%207.086-9.478%203.99-4.995%208.385-9.183%2013.085-12.558l-.106-.2%202.768-1.61c1.354-.862%202.73-1.66%204.13-2.393l11.868-6.89c-4.175-4.618-8.94-10.017-13.803-15.622-5.956-6.864-11.732-13.62-16.074-18.723zm184.093%2013.438l58.415%2061.67c-46.086-5.037-56.79%2013.2-69.027%2034.2l-57.334-59.304%2067.946-36.566zM103.702%20157.23c-.714-.016-1.43-.016-2.15.002-6.976.18-14.207%202.058-22.252%205.885-3.035%202.29-5.99%205.196-8.91%208.852-25.77%2032.264-30.45%2059.135-25.484%2083.477%204.965%2024.343%2020.536%2046.656%2037.916%2066.455%2013.314%2015.168%2028.86%2023.992%2048.472%2027.93%2019.614%203.94%2043.438%202.708%2071.98-3.475%2033.246-7.2%2066.01%208.42%2095.81%2027.665%2026.118%2016.868%2050.676%2037.09%2070.98%2049.95l8.79-18.935-217.52-214.57-.022-.022c-15.524-15.524-29.565-25.905-42.682-30.402-5.02-1.722-9.925-2.695-14.928-2.813zm367.08%20210.456l-73.45%2040.304-10.48%2022.567%2070.833-38.41%2013.096-24.46z%22%20transform%3D%22translate(0%2C%200)%20scale(1%2C%201)%20rotate(0%2C%20256%2C%20256)%22%20clip-path%3D%22false%22%20filter%3D%220%22%3E%3C%2Fpath%3E%3Cg%20font-family%3D%22Arial%2C%20Helvetica%2C%20sans-serif%22%20font-size%3D%22120%22%20font-style%3D%22normal%22%20font-weight%3D%22bold%22%20text-anchor%3D%22middle%22%20class%3D%22%22%20transform%3D%22translate(256%2C300)%22%20style%3D%22%22%3E%3Ctext%20stroke%3D%22%23000%22%20stroke-width%3D%2230%22%20opacity%3D%220%22%3E%3C%2Ftext%3E%3Ctext%20fill%3D%22%23fff%22%20opacity%3D%221%22%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.tx-fcimanager .ticker-list #messages ul li > .tc-image {
  max-width: 400px;
}
.tx-fcimanager .appointment-list #appointments > p {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0px 0px 0.3em;
  padding: 5px 0;
}
.tx-fcimanager .appointment-list #appointments > p > span {
  display: block;
  padding: 2px 0;
}
.tx-fcimanager .appointment-list #appointments > p > span.app-date {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #000;
}
.tx-fcimanager .appointment-list #appointments > p > span.app-title {
  padding: 0;
}
.tx-fcimanager .appointment-list #appointments > p > span.app-venue {
  font-style: italic;
  color: #000;
}
.tx-fcimanager .appointment-list #appointments > p > span.app-venue:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-right: 5px;
  color: #000;
}
.tx-fcimanager .appointment-list > input {
  width: 49%;
  font-family: 'FontAwesome', 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  padding: 0.2em 1em;
}
.tx-fcimanager .appointment-list > input#nextAppointments {
  float: right;
}
.tx-fcimanager .video-list .play-icon {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: transparent url('../Images/play-icon-small.png') center center no-repeat;
}
.tx-fcimanager .video-list .play-icon:hover {
  background-image: url('../Images/play-icon-red-small.png');
}
.tx-fcimanager .video-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.tx-fcimanager .video-list > ul:before,
.tx-fcimanager .video-list > ul:after {
  content: " ";
  display: table;
}
.tx-fcimanager .video-list > ul:after {
  clear: both;
}
.tx-fcimanager .video-list > ul > li {
  float: left;
  margin-right: 5%;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 30%;
}
.tx-fcimanager .video-list > ul > li img {
  display: block;
  min-width: 100%;
}
.tx-fcimanager .video-list > ul > li#first-video {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%;
}
.tx-fcimanager .video-list > ul > li#first-video .play-icon {
  background: transparent url('../Images/play-icon.png') center center no-repeat;
}
.tx-fcimanager .video-list > ul > li#first-video .play-icon:hover {
  background-image: url('../Images/play-icon-red.png');
}
.tx-fcimanager .video-list > ul > li:last-child {
  margin-right: 0;
}
.tx-fcimanager .social-overview .social-item {
  zoom: 1;
  min-height: 119px;
  border-bottom: 2px solid #fff;
}
.tx-fcimanager .social-overview .social-item:before,
.tx-fcimanager .social-overview .social-item:after {
  content: " ";
  display: table;
}
.tx-fcimanager .social-overview .social-item:after {
  clear: both;
}
.tx-fcimanager .social-overview .social-item:first-child {
  border-top: 2px solid #fff;
}
.tx-fcimanager .social-overview .social-item:last-child {
  margin-bottom: 25px;
}
.tx-fcimanager .social-overview .social-item > p {
  padding: 5px 0;
  margin: 0;
}
.tx-fcimanager .social-overview .social-item .social-img {
  display: none;
  width: 150px;
  height: 115px;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}
.tx-fcimanager .social-overview .social-item .social-link {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.tx-fcimanager .social-overview .social-item .social-link.link-twitter:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url('../Images/sprite-social.png') no-repeat;
  background-position: 0 -20px;
  background-size: 40px 100px;
  vertical-align: middle;
}
.tx-fcimanager .social-overview .social-item .social-link.link-facebook:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url('../Images/sprite-social.png') no-repeat;
  background-position: 0 0;
  background-size: 40px 100px;
  vertical-align: middle;
}
.tx-fcimanager .social-overview .social-item .social-link.link-instagram:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url('../Images/sprite-social.png') no-repeat;
  background-position: 0 -40px;
  background-size: 40px 100px;
  vertical-align: middle;
}
.tx-fcimanager .social-overview .social-item .social-date {
  float: right;
}
.tx-fcimanager .social-overview .flex-control-nav,
.tx-fcimanager .social-overview .flex-control-paging {
  right: 10px;
  bottom: 5px;
  height: 20px;
  width: 100%;
}
.tx-fcimanager .social-overview .flex-control-nav a,
.tx-fcimanager .social-overview .flex-control-paging a {
  width: 15px;
  height: 15px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9000000, endColorstr=#d9000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9000000, endColorstr=#d9000000);
}
.tx-fcimanager .social-overview .flex-control-nav a:hover,
.tx-fcimanager .social-overview .flex-control-paging a:hover,
.tx-fcimanager .social-overview .flex-control-nav a.flex-active,
.tx-fcimanager .social-overview .flex-control-paging a.flex-active {
  background-color: #e10019;
  background-color: rgba(225, 0, 25, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9e10019, endColorstr=#d9e10019);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9e10019, endColorstr=#d9e10019);
}
/* fcimanager partner-list & partner-category & partner-categories */
.partner-list > ul,
.partner-category > ul,
.partner-categories > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.partner-list > ul > li,
.partner-category > ul > li,
.partner-categories > ul > li {
  *zoom: 1;
  *display: inline;
  display: inline-block;
  margin: 0 4px 4px 4px;
}
.partner-categories > ul > li {
  margin: 10px;
  width: 31%;
  min-height: 75px;
}
.partner-popup {
  position: relative;
  background: #737373;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  text-align: left;
}
.partner-popup h1 {
  color: #fff;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding: 5px;
}
@media only screen and (min-width: 719px) {
  body {
    background: none;
  }
  .header .desktop-nav {
    display: block;
    position: relative;
    margin: 5px 0 0 0;
    text-align: center;
    zoom: 1;
  }
  .header .desktop-nav:before,
  .header .desktop-nav:after {
    content: " ";
    display: table;
  }
  .header .desktop-nav:after {
    clear: both;
  }
  .header .desktop-nav #brand-logo {
    float: left;
    width: 15%;
    display: block;
    position: absolute;
    top: 0;
  }
  .header .desktop-nav #brand-title {
    margin-top: 10px;
    font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
    letter-spacing: 0.0825em;
    font-weight: 400;
    letter-spacing: 0.1775em;
    text-transform: uppercase;
    text-align: right;
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 80px;
    line-height: 5rem;
    color: #730000;
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
  }
  .header .desktop-nav #nav {
    display: block;
    position: relative;
    margin-top: 10px;
    zoom: 1;
  }
  .header .desktop-nav #nav:before,
  .header .desktop-nav #nav:after {
    content: " ";
    display: table;
  }
  .header .desktop-nav #nav:after {
    clear: both;
  }
  .header .desktop-nav #nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
  }
  .header .desktop-nav #nav > ul:hover > li > a {
    color: #730000;
  }
  .header .desktop-nav #nav > ul > li {
    *zoom: 1;
    *display: inline;
    display: inline-block;
    margin: 0;
  }
  .header .desktop-nav #nav > ul > li > a {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
    letter-spacing: 0.0825em;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 0 7px;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: ease-out;
  }
  .header .desktop-nav #nav > ul > li > a:hover {
    color: #fff;
  }
  .header .desktop-nav #nav > ul > li > a.active {
    text-decoration: underline;
  }
  .header .desktop-nav #nav > ul > li > div {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 30px;
    min-height: 200px;
    left: 0;
    background: rgba(222, 222, 222, 0.8);
    background: -moz-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(222, 222, 222, 0.8) 50%, rgba(222, 222, 222, 0.65) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222, 222, 222, 0.65)), color-stop(50%, rgba(222, 222, 222, 0.8)), color-stop(100%, rgba(222, 222, 222, 0.65)));
    background: -webkit-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(222, 222, 222, 0.8) 50%, rgba(222, 222, 222, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(222, 222, 222, 0.8) 50%, rgba(222, 222, 222, 0.65) 100%);
    background: -ms-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(222, 222, 222, 0.8) 50%, rgba(222, 222, 222, 0.65) 100%);
    background: linear-gradient(to right, rgba(222, 222, 222, 0.65) 0%, rgba(222, 222, 222, 0.8) 50%, rgba(222, 222, 222, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede', GradientType=1);
  }
  .header .desktop-nav #nav > ul > li > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
    height: 100%;
    width: 95%;
    margin: 0 2%;
    padding: 10px 0;
  }
  .header .desktop-nav #nav > ul > li > div > ul:before,
  .header .desktop-nav #nav > ul > li > div > ul:after {
    content: " ";
    display: table;
  }
  .header .desktop-nav #nav > ul > li > div > ul:after {
    clear: both;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li {
    width: 25%;
    padding: 5px 15px 3px 15px;
    float: left;
    display: inline;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li > a {
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #818181;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li > a:hover,
  .header .desktop-nav #nav > ul > li > div > ul > li > a.active {
    color: #e10019;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li > a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    padding-left: 3px;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li.shortcut > span {
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #818181;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li ul li {
    text-align: left;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li ul li a {
    color: #333333;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
    padding: 2px 4px;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li ul li a:hover,
  .header .desktop-nav #nav > ul > li > div > ul > li ul li a.active {
    background: #e10019;
    color: #fff;
  }
  .header .desktop-nav #nav > ul > li > div > ul > li ul li a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    padding-left: 3px;
  }
  .header .desktop-nav #nav > ul > li > div:before,
  .header .desktop-nav #nav > ul > li > div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .header .desktop-nav #nav > ul > li > div:before {
    left: -100%;
    right: 100%;
    background: rgba(222, 222, 222, 0.65);
    background: -moz-linear-gradient(left, rgba(222, 222, 222, 0) 0%, rgba(51, 51, 51, 0.45) 85%, rgba(222, 222, 222, 0.65) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222, 222, 222, 0)), color-stop(85%, rgba(51, 51, 51, 0.45)), color-stop(100%, rgba(222, 222, 222, 0.65)));
    background: -webkit-linear-gradient(left, rgba(222, 222, 222, 0) 0%, rgba(51, 51, 51, 0.45) 85%, rgba(222, 222, 222, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(222, 222, 222, 0) 0%, rgba(51, 51, 51, 0.45) 85%, rgba(222, 222, 222, 0.65) 100%);
    background: -ms-linear-gradient(left, rgba(222, 222, 222, 0) 0%, rgba(51, 51, 51, 0.45) 85%, rgba(222, 222, 222, 0.65) 100%);
    background: linear-gradient(to right, rgba(222, 222, 222, 0) 0%, rgba(51, 51, 51, 0.45) 85%, rgba(222, 222, 222, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede', GradientType=1);
  }
  .header .desktop-nav #nav > ul > li > div:after {
    left: 100%;
    right: -100%;
    background: rgba(222, 222, 222, 0.65);
    background: -moz-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(51, 51, 51, 0.45) 15%, rgba(222, 222, 222, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222, 222, 222, 0.65)), color-stop(15%, rgba(51, 51, 51, 0.45)), color-stop(100%, rgba(222, 222, 222, 0)));
    background: -webkit-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(51, 51, 51, 0.45) 15%, rgba(222, 222, 222, 0) 100%);
    background: -o-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(51, 51, 51, 0.45) 15%, rgba(222, 222, 222, 0) 100%);
    background: -ms-linear-gradient(left, rgba(222, 222, 222, 0.65) 0%, rgba(51, 51, 51, 0.45) 15%, rgba(222, 222, 222, 0) 100%);
    background: linear-gradient(to right, rgba(222, 222, 222, 0.65) 0%, rgba(51, 51, 51, 0.45) 15%, rgba(222, 222, 222, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede', GradientType=1);
  }
  .header .desktop-nav #nav > ul > li > div.opened {
    display: block;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .header #mobile-nav {
    display: none;
  }
  .footer #footer-copyprint {
    zoom: 1;
  }
  .footer #footer-copyprint:before,
  .footer #footer-copyprint:after {
    content: " ";
    display: table;
  }
  .footer #footer-copyprint:after {
    clear: both;
  }
  .footer #footer-copyprint #footer-nav {
    text-align: left;
    float: left;
  }
  .footer #footer-copyprint #copyright {
    line-height: 25px;
    line-height: 1.5625rem;
    text-align: right;
    float: right;
  }
  /* page differentations */
  .home .header .desktop-nav #brand-logo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .home .header .desktop-nav #brand-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .kader .kader-bild {
    margin: 0 -300px 10px !important;
  }
  .kader .kader-bild div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
  }
  .about-schanzen-geber .stack .stack-title,
  .about-schanzen-geber .stack .stack-img {
    min-height: 150px;
  }
  .about-schanzen-geber .stack .stack-title .stack-title-num {
    height: 150px;
  }
  .about-schanzen-geber .stack .stack-title .stack-title-text {
    height: 150px;
  }
  .about-schanzen-geber .stack .stack-img {
    height: 150px;
  }
  .about-schanzen-geber .stack .stack-img .stack-img-wrap img {
    height: 150px;
    width: auto;
    max-width: 1000% !important;
    position: relative;
    left: 50%;
    margin-left: -50%;
  }
  .partner-hospitality .stack .stack-title .stack-title-text {
    height: 110px;
  }
  /* ---- extensions ---- */
  /* typo3 tables */
  table.datatable td,
  table.contenttable td,
  table.datatable th,
  table.contenttable th {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* typo3 */
  div.csc-textpic .csc-textpic-imagecolumn {
    float: left !important;
    margin-right: 10px !important;
    margin-bottom: 0;
  }
  /* content styling */
  .stadium-plan #ticket-blocks {
    width: 60%;
    float: left;
  }
  .stadium-plan #ticket-blocks #ticket-blocks-inner {
    width: auto;
    max-width: 100%;
  }
  .stadium-plan #ticket-desc {
    width: 40%;
    float: left;
  }
  .teambox .teambox-text {
    float: left;
  }
  .abobutton {
    width: auto;
  }
  .list-as-rows li {
    width: 47%;
  }
  /* banners */
  .tx-sf-banners .banner {
    margin: 0;
    float: left;
    width: 25%;
  }
  .tx-sf-banners .banner img {
    width: 98%;
  }
  .two-columns .tx-sf-banners .banner {
    float: none;
    width: 100%;
  }
  .two-columns .tx-sf-banners .banner img {
    width: 98%;
  }
  /* tx_news */
  .news-list-view .article .news-img-wrap,
  .news-search-result .article .news-img-wrap {
    margin: 0 10px 0 0;
    width: 150px;
    height: 115px;
    text-align: center;
    overflow: hidden;
  }
  .news-list-view .article .news-img-wrap img,
  .news-search-result .article .news-img-wrap img {
    height: 115px;
    width: 236px;
    max-width: 236px !important;
    position: relative;
    left: 50%;
    margin-left: -118px;
    object-fit: contain;
  }
  /* new social media buttons */
  div.social > ul > li.whatsapp {
    display: none;
  }
  /* fcimanager */
  .tx-fcimanager {
    /* Standing/List */
    /* Standing/Overview */
    /* Schedule/Latest */
    /* Schedule/Minilist */
    /* Schedule/List */
    /* Player/List */
    /* Player/Show */
    /* Social/Overview */
  }
  .tx-fcimanager table .display-tablet {
    display: table-cell;
  }
  .tx-fcimanager .standing-list table .place,
  .tx-fcimanager .standing-list table .playdays,
  .tx-fcimanager .standing-list table .diff,
  .tx-fcimanager .standing-list table .points,
  .tx-fcimanager .standing-list table .team {
    padding: .3em;
  }
  .tx-fcimanager .standing-list table .team > img {
    margin: 0 .3em;
  }
  .tx-fcimanager .standing-list table .team span.smalltitle {
    display: none;
  }
  .tx-fcimanager .standing-list table .team span.largetitle {
    display: block;
  }
  .tx-fcimanager .standing-overview > p > span.team.largetitle {
    display: block;
  }
  .tx-fcimanager .standing-overview > p > span.team.smalltitle {
    display: none;
  }
  .tx-fcimanager .schedule-latest > #teams > #score {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
  .tx-fcimanager .schedule-latest > .linker.next > #clock {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .tx-fcimanager .schedule-latest > .linker.next > #clock > span {
    font-size: 16px;
    font-size: 1rem;
  }
  .tx-fcimanager .schedule-minilist > p {
    font-size: 85%;
  }
  .tx-fcimanager .schedule-list #tabs li {
    *zoom: 1;
    *display: inline;
    display: inline-block;
  }
  .tx-fcimanager .schedule-list #tabs li a {
    width: auto;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info > div,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info > div {
    float: left;
    text-align: center;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams {
    text-transform: uppercase;
    width: 80%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams > div,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams > div {
    float: left;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team {
    width: 37.5%;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.home,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.home {
    text-align: right;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.home > span,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.home > span,
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.home img,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.home img {
    float: right;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.home img,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.home img {
    margin-left: 5px;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.away,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.away {
    text-align: left;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.away > span,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.away > span,
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.away img,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.away img {
    float: left;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team.away img,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team.away img {
    margin-right: 5px;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span {
    vertical-align: middle;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span.largetitle,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span.largetitle {
    display: none;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span.smalltitle,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span.smalltitle {
    display: block;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .standing,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .standing {
    font-size: 21px;
    font-size: 1.3125rem;
    width: 25%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .matchday {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 40px;
    line-height: 2.5rem;
    height: 40px;
    color: #fff;
    border-right: 1px solid #fff;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .linker,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .linker {
    color: #fff;
    width: 10%;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details > div,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details > div {
    float: left;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details .daytime,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details .daytime,
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details .location,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details .location {
    width: 45%;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams {
    width: 100%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team {
    width: 45%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .standing {
    width: 10%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday {
    border: 0;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.0215em;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday > span {
    font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
    letter-spacing: 0.0825em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .tx-fcimanager .player-list table th,
  .tx-fcimanager .player-list table td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .tx-fcimanager .player-show #player-picker {
    text-align: right;
  }
  .tx-fcimanager .player-show #player-picker > div {
    width: auto;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin: 0 0 5px 10px;
    float: right;
    text-transform: uppercase;
    text-align: left;
  }
  .tx-fcimanager .player-show #player-picker #backlink {
    vertical-align: top;
    line-height: 40px;
    line-height: 2.5rem;
    margin-right: 0;
  }
  .tx-fcimanager .player-show #player-picker #backlink > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tx-fcimanager .player-show #player-numname {
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .tx-fcimanager .player-show #player-numname > #num {
    padding: 3px 12px 3px 5px;
  }
  .tx-fcimanager .player-show #player-numname > #name {
    padding: 3px 5px;
  }
  .tx-fcimanager .player-show #player-detail p {
    padding: 3px 0;
  }
  .tx-fcimanager .player-show #player-detail #player-picture {
    float: left;
    z-index: 2;
    width: 32%;
    position: relative;
    height: auto;
  }
  .tx-fcimanager .player-show #player-detail #player-info {
    float: left;
    z-index: 1;
    width: 66%;
    position: relative;
    padding-top: 60px;
    background: transparent;
  }
  .tx-fcimanager .player-show #player-detail #player-info #player-pos {
    padding: 5px 0 5px 25%;
    margin-left: -25%;
  }
  .tx-fcimanager .social-overview .social-item > p {
    padding: 5px;
  }
  .tx-fcimanager .social-overview .social-item .social-img {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .header #quicklinks-nav {
    background: none;
  }
  .header #quicklinks-nav #quicklinks-toggle {
    display: block !important;
    padding: 0;
    zoom: 1;
    height: 40px;
  }
  .header #quicklinks-nav #quicklinks-toggle:before,
  .header #quicklinks-nav #quicklinks-toggle:after {
    content: " ";
    display: table;
  }
  .header #quicklinks-nav #quicklinks-toggle:after {
    clear: both;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li,
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li {
    width: auto;
    border: none;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    max-width: 60%;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul {
    text-align: left;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li > a {
    padding: 0 11px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li:not(:last-child):after {
    right: 0;
    height: 100%;
    content: "|";
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li:last-child {
    border: none;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul {
    text-align: right;
    float: left;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right > ul > li a {
    padding: 0;
    margin: 5px 5px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm,
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #rss-feed-icon {
    display: none;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #esport-icon {
    display: none;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language {
    overflow: visible;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > a {
    display: inline-block;
    background: url("../Images/sprite-lang.png") no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > a:hover {
    background-position: -30px 0;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 40px;
    right: 2.5px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div.showlang {
    visibility: visible;
    opacity: 1;
    width: 35px;
    height: 65px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li {
    *zoom: 1;
    *display: inline;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li > a {
    margin: 5px 0;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search {
    overflow: visible;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > a {
    display: inline-block;
    background: url("../Images/sprite-search.png") no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > a:hover {
    background-position: -30px 0;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 100%;
    width: 280px;
    height: 30px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div.showsearch {
    opacity: 1;
    visibility: visible;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form input {
    padding: 0;
    height: 25px;
    margin: 0;
    border: 1px solid #dedede;
    color: #333333;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form input[type="text"] {
    margin: 2px 0 2px 2px;
    padding: 1px 5px;
    border-right: 0px;
    width: 250px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form .search-btn {
    margin: 2px 2px 2px 0;
    text-indent: -1000px;
    background: url("../Images/icon-search.png") no-repeat center left;
    width: 25px;
    height: 25px;
    border-left: 0px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > div > form .search-btn:hover {
    background-position: center right;
  }
  .header #quicklinks-nav #quicklinks-btn {
    display: none;
  }
  .header .desktop-nav #brand-title {
    font-size: 95px;
    font-size: 5.9375rem;
    letter-spacing: 0.1975em;
  }
  .header .desktop-nav #nav > ul > li > a {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 0 10px;
  }
  /* new social media buttons */
  div.social > ul > li {
    float: left;
    width: 49%;
    margin: 0 10px 0 0;
  }
  div.social > ul > li:last-child {
    margin: 0;
  }
  div.social > ul > li.whatsapp {
    display: none;
  }
  div.social > ul > li:hover {
    background-image: none;
  }
  div.social > ul > li:hover span.hovertext {
    display: inline-block;
  }
  /* content styling */
  .partner-hospitality .stack .stack-title .stack-title-text {
    height: 160px;
  }
  .teambox .teambox-img > img {
    width: 130px !important;
  }
  .page-91 .teambox .teambox-img > img {
    width: 260px!important;
  }
  .page-128 .teambox .teambox-img > img {
   width: 260px !important;
  }
  .teambox-side {
    zoom: 1;
  }
  .teambox-side:before,
  .teambox-side:after {
    content: " ";
    display: table;
  }
  .teambox-side:after {
    clear: both;
  }
  .teambox-side .teambox-img {
    float: left;
    padding-right: 10px;
  }
  .teambox-side .headline-lines {
    overflow: hidden;
  }
  ul.list-as-tabs {
    display: -webkit-flex;
    display: flex;
  }
  ul.list-as-tabs > li {
    width: auto;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 5px;
  }
  /* banners */
  .tx-sf-banners .banner img,
  .two-columns .tx-sf-banners .banner img {
    width: 100%;
  }
  /* fcimanager */
  .tx-fcimanager {
    /* Schedule/Latest */
    /* Schedule/Minilist */
    /* Schedule/List */
    /* Player/Show */
    /* Social/Overview */
    /* Ticker/List */
  }
  .tx-fcimanager .schedule-latest > #teams > #score {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .tx-fcimanager .schedule-minilist > p {
    font-size: 100%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams {
    width: 88%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span.largetitle,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span.largetitle {
    display: block;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span.smalltitle,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span.smalltitle {
    display: none;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .matchday {
    width: 6%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .linker,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .linker {
    width: 6%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details .daytime,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details .daytime,
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details .location,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details .location {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 47%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams {
    width: 60%;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday {
    width: 20%;
    border-right: 1px solid #fff;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.0215em;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .matchday > span {
    font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
    letter-spacing: 0.0825em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .tx-fcimanager .player-show #player-numname {
    line-height: 42px;
    line-height: 2.625rem;
    font-size: 41px;
    font-size: 2.5625rem;
  }
  .tx-fcimanager .player-show #player-numname > #num {
    padding: 3px 15px 3px 5px;
  }
  .tx-fcimanager .player-show #player-numname > #name {
    padding: 3px 5px;
  }
  .tx-fcimanager .social-overview .social-item {
    border-top: 2px solid #fff;
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .tx-fcimanager .social-overview .social-item:last-child {
    margin-right: 0;
  }
  .tx-fcimanager .ticker-list #messages ul li > .tc-headline > .tc-date {
    float: right;
  }
}
@media only screen and (min-width: 1140px) {
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-left > ul > li > a {
    padding: 0 15px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm,
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #rss-feed-icon,
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #esport-icon {
    display: inline-block;
  }
  .header .desktop-nav #brand-title {
    font-size: 105px;
    font-size: 6.5625rem;
  }
  .header .desktop-nav #nav > ul > li > a {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 0 15px;
  }
  /* banners */
  .tx-sf-banners .banner {
    margin: 0 0 30px 0;
    float: none;
    width: 100%;
  }
  .tx-sf-banners .banner img {
    width: 100%;
  }
  .tx-sf-banners .banner:last-child {
    margin-bottom: 0;
  }
  .two-columns .tx-sf-banners .banner img {
    width: 100%;
  }
  /* fcimanager */
  .tx-fcimanager {
    /* Schedule/List */
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-info .teams .team > span,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-info .teams .team > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details .daytime,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details .daytime,
  .tx-fcimanager .schedule-list .schedule-ticketlist .schedule-list-item .schedule-details .location,
  .tx-fcimanager .schedule-list .schedule-list-responsive .schedule-list-item .schedule-details .location {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

 @media only screen and (max-width: 980px) {
 .footer #footer-partner > ul > li.fpp.p-thirdliga > a {
    background-position-x: center !important;
  }
  .footer #footer-partner > ul > li.fpp.p-thirdliga > a:hover {
    background-position-x: center !important;
  }
}


/* -------------------------------------------------------- */
/* A media query that captures:                             */
/*                                                          */
/* - Retina iOS devices                                     */
/* - Retina Macs running Safari                             */
/* - High DPI Windows PCs running IE 8 and above            */
/* - Low DPI Windows PCs with IE zoomed in                  */
/* - Android hdpi devices and above                         */
/* - Android tvdpi devices, including Google Nexus 7        */
/* - Chrome running on high DPI Macs and PCs                */
/*                                                          */
/* Please note that that this code assumes you'll swap a    */
/* 2× version of your images. If you'd like to supply       */
/* finer increments, other thresholds might be appropriate. */
/*                                                          */
/*                                @marcedwards from @bjango */
/* -------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-audi > a {
    background-image: url('../Images/sprite-audi.png?v=3');
    background-size: 128px 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-mediamarkt > a {
    background-image: url('../Images/sprite-mediamarkt-2x.png');
    background-size: 279px 23px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-prosis > a {
/*    background-image: url('../Images/sprite-prosis-2x.png?v=3'); 
    background-size: 196px 30px;*/
  background: url("/fileadmin/user_upload/logo_prosis_w-v-2.png?v=4") no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-position: bottom;
  width: 98px;
  height: 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .qs-puma > a {
    background-image: url('../Images/sprite-puma-2x.png?v=3');
    background-size: 178px 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right .sm > a {
    background-image: url('../Images/sprite-social-2x.png');
    background-size: 60px 150px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #rss-feed-icon > a {
    background-image: url('../Images/sprite-rss-2x.png');
    background-size: 60px 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #esport-icon > a {
    background-image: url('../Images/sprite-esport-2x.png');
    background-size: 60px 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-search > a {
    background-image: url('../Images/sprite-search-2x.png');
    background-size: 60px 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > a {
    background-image: url('../Images/sprite-lang-2x.png');
    background-size: 60px 30px;
  }
  .header #quicklinks-nav #quicklinks-toggle #quicklinks-right #quicklinks-language > div > ul > li > a {
    background-image: url('../Images/sprite-langflags-2x.png');
    background-size: 30px 46px;
  }
  .footer #footer-partner > ul > li.fpp > a {
    background-image: url('../Images/sprite-premiumpartner-2x.png?version=8');
    background-size: 218px 830px;
  }
  .footer #footer-socialmedia > ul > li.sm > a {
    background-image: url('../Images/sprite-social-footer-2x.png?version=2');
    background-size: 222px 336px;
  }
  /* Player/Accounts */
  .tx-fcimanager .player-accounts .player-account > p.account-img {
    background-image: url('../Images/sprite-social-footer-2x.png?version=2');
    background-size: 222px 336px;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
.no-background {
  background: transparent;
}
.no-border {
  border: 0;
}
.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 800;
}
.font-ultra-bold {
  font-weight: 900;
}
.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.font-rbblack {
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.force-underline {
  text-decoration: underline !important;
}
.force-white {
  color: #fff !important;
}
.text-left,
.align-left {
  text-align: left;
}
.text-right,
.align-right {
  text-align: right;
}
.text-center,
.align-center {
  text-align: center;
}
.text-justify,
.align-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}
.field-group label {
  padding-top: 8px;
}
.field {
  width: 100%;
}
.button,
.btn {
  border: none;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  background-color: #000;
  line-height: normal;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: 'RBNo21a-Black', 'Roboto Condensed', sans-serif;
  letter-spacing: 0.0825em;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover,
.btn:hover {
  background: #e10019;
  color: #fff;
}
.button:active,
.btn:active,
.button.active,
.btn.active {
  background: #e10019;
  color: #fff;
}
.button-link {
  color: #000000;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button-link:hover {
  text-decoration: none;
}
.button-link:active {
  outline: 0;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}
.hide {
  display: none;
}
.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  position: relative;
  display: block;
}
.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}
.select select {
  -webkit-appearance: none;
  width: 110%;
  height: 36px;
  padding: 0 .4em;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}
.select select:focus {
  outline: 0;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
.hide-img-audi{
        background: url('/fileadmin/user_upload/logo_audi_w_footer.png?v=2') no-repeat center right;
 	background-size: contain;
        display: block;
        height: 60px;
}
.hide-img-audi:hover {
        background: url('/fileadmin/user_upload/logo_audi_b_footer.png?v=2') no-repeat center right;
	background-size: contain;
}
.hide-img-prosis{
        background: url('/fileadmin/user_upload/logo_prosis_w-v-2.png?v=3') no-repeat center center;
 	background-size: contain;
        display: block;
        height: 60px;
}
.hide-img-prosis:hover {
        background: url('/fileadmin/user_upload/logo_prosis-v-2.png?v=3') no-repeat center center;
	background-size: contain;
}
.hide-img-puma{
        background: url('/fileadmin/partner/logos/puma_logo-white-v2.png') no-repeat center left;
        background-size: contain;
	display: block;
        height: 50px;
}
.hide-img-puma:hover {
        background: url('/fileadmin/partner/logos/puma_logo-black-v2.png') no-repeat center left;
	background-size: contain;
}
#puma {
 padding-top: 3px !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 720px) {
        .hide-img-audi{
                background: url('/fileadmin/user_upload/logo_audi_w_footer.png?v=2') no-repeat center right;
                display: block;
		background-size: contain;
        }
        .hide-img-audi:hover {
                background: url('/fileadmin/user_upload/logo_audi_b_footer.png?v=2') no-repeat center right;
                background-size: contain;
        }
                .hide-img-prosis{
                background: url('/fileadmin/user_upload/logo_prosis_w-v-2.png?v=3') no-repeat center center;
		background-size: contain;
                display: block;
        }
        .hide-img-prosis:hover {
                background: url('/fileadmin/user_upload/logo_prosis-v-2.png?v=3') no-repeat center center;
                background-size: contain;
        }
        .hide-img-puma{
                background: url('/fileadmin/partner/logos/puma_logo-white-v2.png') no-repeat center left;
		background-size: contain;
                display: block;
        }
        .hide-img-puma:hover {
                background: url('/fileadmin/partner/logos/puma_logo-black-v2.png') no-repeat center left;
                background-size: contain;
        }
	#puma {
		padding-top: 2px !important;
	}
}

.white-line::after{
	content: "";
	height: 1px;
	display: block;
	margin-top: 15px;
	background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
}
