@charset "UTF-8";
/* ----------------------------------------------
 *
 * basic stylesheet (part 1) for redbulls.com website Salzburg
 *
 * exa-online GmbH
 *
 * For IE9 pay attention to the browsers CSS limits: http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx
 * -------------------------------------------- */
/* ----------------------------------------------
 * import global, general css files (RBS)
 * ---------------------------------------------- */
/* ----------------------------------------------
 * reset styles
 * core/reset
 * ---------------------------------------------- */
/* HTML5 element display */
/* Add display for block-level HTML5 elements */
/* Addresses display not defined in IE6/7/8/9 & FF3 */
/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, video {
  display: block; }

/* Add display for embedded HTML5 elements */
/* Addresses display not defined in IE6/7/8/9 & FF3 */
/* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Base */
/* 1. Add font size */
/*    Addresses text resizing oddly in IE6/7 when body font-size is set using em units */
/*    http://clagnut.com/blog/348/#c790 */
/* 2. Add vertical scrollbar */
/*    Keeps page centred in all browsers regardless of content height */
/* 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted */
/*    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/ */
/* 4. Remove iOS text size adjust without disabling user zoom */
/*    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
/* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
html {
  font-size: 100%;
  /* 1 */
  /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/* Remove margin */
/* Addresses margins handled incorrectly in IE6/7 */
/* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif; }

/* Define base font-family */
/* Addresses font-family inconsistency between <textarea> and other form elements. */
/* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
button, input, select, textarea {
  font-family: sans-serif; }

/* 1. Remove border */
/*    Improves readability when inside <a> element in all browsers */
/* 2. Allow high quality bicubic image resampling */
/*    Improves readability when scaled in IE7 */
/*    Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
/* line 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/* Links */
/* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
a {
  color: #0000ee; }
  /* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
  a:visited {
    color: #551a8b; }
  /* line 79, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
  a:focus {
    outline: thin dotted; }
  /* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
  a:hover, a:active {
    outline: 0; }

/* Define outline as thin dotted */
/* Addresses outline displayed oddly in Chrome */
/* Remove outline */
/* Improves readability when focused and also mouse hovered in all browsers */
/* people.opera.com/patrickl/experiments/keyboard/test */
/* Typography */
/* Add bottom border */
/* Fixes styling not present in IE7/8/9 S5 Chrome */
/* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
abbr[title] {
  border-bottom: 1px dotted; }

/* Add bold font weight */
/* Fixes style set to 'bolder' in FF3/4 S4/5 Chrome */
/* line 101, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
b, strong {
  font-weight: bold; }

/* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
blockquote {
  margin: 1em 40px; }

/* Add italic font style */
/* Fixes styling not present in S5 Chrome */
/* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
dfn {
  font-style: italic; }

/* Add yellow background and black text */
/* Fixes styling not present in IE6/7/8/9 */
/* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
mark {
  background: yellow;
  color: black; }

/* Redeclare monospace font family */
/* en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
/* 1. Fixes font family set oddly in S5 Chrome */
/* 2. Fixes monospace font family set oddly in IE6 */
/* line 125, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: "courier new", monospace;
  /* 2 */
  font-size: 1em; }

/* Add line wrapping */
/* Improves readability of pre-formatted text in all browsers */
/* line 135, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Remove quotes */
/* 1. Addresses CSS quotes not supported in IE6/7 */
/* 2. Addresses quote property not supported in S4 */
/* 1 */
/* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
q {
  quotes: none; }
  /* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
  q:before, q:after {
    content: "";
    content: none; }

/* 2 */
/* Define font-size */
/* line 157, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
small {
  font-size: 75%; }

/* Position subscript and superscript content without affecting line-height */
/* Fixes alignment within multi-line text displayed oddly in all browsers */
/* gist.github.com/413930 */
/* line 164, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

/* line 177, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
sub {
  bottom: -0.25em; }

/* Lists */
/* line 182, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
ul, ol {
  margin: 0;
  padding: 0; }

/* line 186, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
dd {
  margin: 0; }

/* line 190, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
nav ul, nav ol {
  list-style: none; }

/* Figures */
/* Remove margin */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
/* line 198, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
figure, form {
  margin: 0; }

/* Forms */
/* Remove margin */
/* Fixes styling in IE6/7 */
/* Define consistent margin and padding */
/* line 208, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* Add negative left margin */
/* Fixes alignment displayed oddly in IE6/7 */
/* line 215, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
legend {
  *margin-left: -7px; }

/* 1. Define font-size as equal to ancestor's */
/* 2. Remove margin */
/*    Fixes different margins set in FF3/4 S5 Chrome */
/* 3. Define consistent vertical alignment display in all browsers */
/* line 223, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/* 1. Define line-height as normal */
/*    Addresses FF3/4 setting it using !important in the UA stylesheet */
/* 2. Make overflow visible */
/*    Fixes spacing displayed oddly in IE6/7 */
/* line 238, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
button, input {
  line-height: normal;
  /* 1 */
  *overflow: visible;
  /* 2 */ }

/* 1. Display hand cursor for clickable form elements */
/*    Improves usability and consistency of cursor style between image-type <input> and others */
/* 2. Define appearance for clickable form elements */
/*    Fixes inability to style clickable <input> types in iOS */
/* line 249, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
button {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }

/* line 256, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
input[type="button"] {
  cursor: pointer;
  /* 1 */ }

/* line 261, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
input[type="reset"], input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }
/* line 266, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }
/* line 268, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  /* line 273, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/* Define box sizing */
/* Addresses box sizing set to content-box in IE8/9 */
/* Define box sizing and appearance */
/* Addresses box sizing set to border-box in S5 Chrome (include -moz to future-proof) */
/* Addresses appearance set to searchfield in S5 Chrome */
/* Remove WebKit search decoration */
/* Addresses inner padding displaying oddly in S5 Chrome on OSX */
/* Remove inner padding and border */
/* Fixes appearance displayed oddly in FF3/4 */
/* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
/* line 290, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 1. Remove default vertical scrollbar */
/*    Fixes scrollbar displayed oddly in IE6/7/8/9 */
/* 2. Add top vertical alignment */
/*    Improves readability and aligment in all browsers */
/* line 299, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* Tables */
/* Remove most spacing between table cells */
/* Consistent vertical and horizontal alignment in all browsers */
/* line 310, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 314, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle; }

/* thumbnail captions in image galleries are hidden by default */
/* line 321, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_reset.sass */
.image-showcase figure h5.caption, .image-showcase figure .junior .statsPart .caption.statsText, .junior .statsPart .image-showcase figure .caption.statsText, .image-showcase figure .primary .bilanz .barWrapper .caption.wrapperTitle, .primary .bilanz .barWrapper .image-showcase figure .caption.wrapperTitle,
.image-showcase figure .secondary .bilanz .barWrapper .caption.wrapperTitle,
.secondary .bilanz .barWrapper .image-showcase figure .caption.wrapperTitle, .image-showcase figure #leaguePage .assistsWrapper .assistsContent .dataWrapper .caption.dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper .image-showcase figure .caption.dataSmallValue, .image-showcase figure #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .caption.teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .image-showcase figure .caption.teamname, .image-showcase figure #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .caption.position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .image-showcase figure .caption.position {
  display: none; }

/* ----------------------------------------------
 * defining global constants for RB-Salzburg only
 * core/constants
 * --------------------------------------------- */
/* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_constants-rbs.sass */
a {
  color: white;
  text-decoration: none;
  cursor: pointer; }
  /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:visited {
    color: white; }
  /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:focus {
    color: #cc0033; }
  /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:hover {
    color: #cc0033; }
  /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:active {
    color: #cc0033; }

/* ----------------------------------------------
 * defining custom mixins
 * core/mixins
 * -------------------------------------------- */
/* line 1, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/core/_extends.sass */
#schedules .schedulesContent .contentWrapper .whiteLine, #nextMatches .schedulesContent .contentWrapper .whiteLine, #schedules .schedulesContent .contentWrapper .redLine, #nextMatches .schedulesContent .contentWrapper .redLine, #results .resultsContent .contentWrapper .whiteLine, #results .resultsContent .contentWrapper .redLine {
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  font-size: 1.286em;
  line-height: 1.17em;
  text-transform: uppercase; }

/* ----------------------------------------------
 * defining sprite maps
 * core/sprites
 * ---------------------------------------------- */
/* typo and fonts related stuff */
/* ----------------------------------------------
 * basic typography presets
 * typo/typography for rbs
 * ---------------------------------------------- */
/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
body {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

/* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
.strong, .term,
.question,
strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

/* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
.small,
small {
  font-size: 9.8px;
  line-height: 1.4em; }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
.answer {
  font-weight: normal;
  -webkit-font-smoothing: auto; }

/* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
.break-words, h1,
h2,
.junior .statsPart .statsTeam,
.junior .datesContentWrapper .scores,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
#leaguePage .topDuoWrapper .topDuoContent .data .circle,
#leaguePage #spectatorFacts .specsContent h2,
h3,
.rbs #schedules .icon_ical_white .text,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
#leaguePage .topDuoWrapper .duoTeam,
#leaguePage .penaltyPlaceholder .penaltyTitle,
h4,
h5,
.junior .statsPart .statsText,
.primary .bilanz .barWrapper .wrapperTitle,
.secondary .bilanz .barWrapper .wrapperTitle,
#leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue,
#leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname,
#leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position,
h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

/* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h1,
h2,
.junior .statsPart .statsTeam,
.junior .datesContentWrapper .scores,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
#leaguePage .topDuoWrapper .topDuoContent .data .circle,
#leaguePage #spectatorFacts .specsContent h2,
h3,
.rbs #schedules .icon_ical_white .text,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
.primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
#leaguePage .topDuoWrapper .duoTeam,
#leaguePage .penaltyPlaceholder .penaltyTitle,
h4,
h5,
.junior .statsPart .statsText,
.primary .bilanz .barWrapper .wrapperTitle,
.secondary .bilanz .barWrapper .wrapperTitle,
#leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue,
#leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname,
#leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position,
h6 {
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 21px;
  margin: 0 0 4px 0; }
  @media screen and (min-width: 1024px) {
    /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h1,
    h2,
    .junior .statsPart .statsTeam,
    .junior .datesContentWrapper .scores,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    #leaguePage .topDuoWrapper .topDuoContent .data .circle,
    #leaguePage #spectatorFacts .specsContent h2,
    h3,
    .rbs #schedules .icon_ical_white .text,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    #leaguePage .topDuoWrapper .duoTeam,
    #leaguePage .penaltyPlaceholder .penaltyTitle,
    h4,
    h5,
    .junior .statsPart .statsText,
    .primary .bilanz .barWrapper .wrapperTitle,
    .secondary .bilanz .barWrapper .wrapperTitle,
    #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue,
    #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname,
    #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position,
    h6 {
      line-height: 24px; } }
  /* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
  h1 a,
  h2 a,
  .junior .statsPart .statsTeam a,
  .junior .datesContentWrapper .scores a,
  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome a,
  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest a,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome a,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest a,
  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints a,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints a,
  #leaguePage .topDuoWrapper .topDuoContent .data .circle a,
  #leaguePage #spectatorFacts .specsContent h2 a,
  h3 a,
  .rbs #schedules .icon_ical_white .text a,
  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a,
  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a,
  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a,
  #leaguePage .topDuoWrapper .duoTeam a,
  #leaguePage .penaltyPlaceholder .penaltyTitle a,
  h4 a,
  h5 a,
  .junior .statsPart .statsText a,
  .primary .bilanz .barWrapper .wrapperTitle a,
  .secondary .bilanz .barWrapper .wrapperTitle a,
  #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue a,
  #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname a,
  #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position a,
  h6 a {
    text-decoration: none; }
    /* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h1 a:hover,
    h2 a:hover,
    .junior .statsPart .statsTeam a:hover,
    .junior .datesContentWrapper .scores a:hover,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome a:hover,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest a:hover,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome a:hover,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest a:hover,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints a:hover,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints a:hover,
    #leaguePage .topDuoWrapper .topDuoContent .data .circle a:hover,
    #leaguePage #spectatorFacts .specsContent h2 a:hover,
    h3 a:hover,
    .rbs #schedules .icon_ical_white .text a:hover,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a:hover,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a:hover,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a:hover,
    .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a:hover,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a:hover,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a:hover,
    #leaguePage .topDuoWrapper .duoTeam a:hover,
    #leaguePage .penaltyPlaceholder .penaltyTitle a:hover,
    h4 a:hover,
    h5 a:hover,
    .junior .statsPart .statsText a:hover,
    .primary .bilanz .barWrapper .wrapperTitle a:hover,
    .secondary .bilanz .barWrapper .wrapperTitle a:hover,
    #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue a:hover,
    #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname a:hover,
    #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position a:hover,
    h6 a:hover {
      text-decoration: underline; }

/* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h1 {
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 34px; }
  @media screen and (min-width: 720px) {
    /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h1 {
      font-size: 5em;
      line-height: 81px; } }
  @media screen and (min-width: 1024px) {
    /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h1 {
      line-height: 92px; } }

/* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h2, .junior .statsPart .statsTeam, .junior .datesContentWrapper .scores, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage #spectatorFacts .specsContent h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 28px; }
  @media screen and (min-width: 720px) {
    /* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h2, .junior .statsPart .statsTeam, .junior .datesContentWrapper .scores, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage #spectatorFacts .specsContent h2 {
      font-size: 2.8em;
      line-height: 49px; } }
  @media screen and (min-width: 1024px) {
    /* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h2, .junior .statsPart .statsTeam, .junior .datesContentWrapper .scores, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage #spectatorFacts .specsContent h2 {
      line-height: 56px; } }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h3, .rbs #schedules .icon_ical_white .text, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, #leaguePage .topDuoWrapper .duoTeam, #leaguePage .penaltyPlaceholder .penaltyTitle {
  font-size: 1.286em;
  line-height: 21px;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    /* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h3, .rbs #schedules .icon_ical_white .text, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, #leaguePage .topDuoWrapper .duoTeam, #leaguePage .penaltyPlaceholder .penaltyTitle {
      font-size: 1.25em;
      line-height: 35px; } }

/* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h4 {
  font-family: Lucida Grande Bold, Helvetica, Arial, sans-serif;
  font-size: 1.286em;
  line-height: 21px; }
  @media screen and (min-width: 1024px) {
    /* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    h4 {
      font-size: 1.25em;
      line-height: 24px; } }

/* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h5, .junior .statsPart .statsText, .primary .bilanz .barWrapper .wrapperTitle,
.secondary .bilanz .barWrapper .wrapperTitle, #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position {
  text-transform: uppercase; }

/* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
p {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 21px; }
  @media screen and (min-width: 1024px) {
    /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    p {
      line-height: 24px; } }

/* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
.captureText, #leaguePage .dataText, #leaguePage .dataName, #leaguePage .dataTeam, #leaguePage .topDuoWrapper .topDuoContent .player .dataValue {
  font-family: Lucida Grande Bold, Helvetica, Arial, sans-serif;
  font-size: 0.857em;
  line-height: 18px; }
  @media screen and (min-width: 1024px) {
    /* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
    .captureText, #leaguePage .dataText, #leaguePage .dataName, #leaguePage .dataTeam, #leaguePage .topDuoWrapper .topDuoContent .player .dataValue {
      font-size: 0.875em;
      line-height: 20px; } }

/* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
.content.text {
  word-wrap: break-word; }

/* ----------------------------------------------
 * advanced typography presets, webfonts
 * typo/advanced-typography
 * ---------------------------------------------- */
/* ----------------------------------------------
 * defining custom mixins
 * core/mixins
 * -------------------------------------------- */
@font-face {
  font-family: "Univers-CondensedBold";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/univers67condensedbold.eot?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/univers67condensedbold.woff") format("woff"), url("/static/frontend/fonts/univers67condensedbold.ttf") format("truetype"), url("/static/frontend/fonts/univers67condensedbold.svg#univers67condensedbold") format("svg"); }

@font-face {
  font-family: "Blender-Heavy";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/Blender-Heavy.ttf") format("truetype"); }

@font-face {
  font-family: "Blender-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/Blender-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Blender-Book";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/BlenderPro-Book.otf") format("opentype"); }

@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/OpenSans-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/OpenSans-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "redbulls-icons";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/redbulls-icons.eot?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/redbulls-icons.woff") format("woff"), url("/static/frontend/fonts/redbulls-icons.ttf") format("truetype"), url("/static/frontend/fonts/redbulls-icons.svg#univers67condensedbold") format("svg"); }

@font-face {
  font-family: "futura_stdregular_name";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/trikot-name-webfont.eot?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/trikot-name-webfont.woff") format("woff"), url("/static/frontend/fonts/trikot-name-webfont.ttf") format("truetype"), url("/static/frontend/fonts/trikot-name-webfont.svg#trikot-name-webfont") format("svg"); }

@font-face {
  font-family: "futura_stdregular_number";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/trikot-nummern-webfont.eot?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/trikot-nummern-webfont.woff") format("woff"), url("/static/frontend/fonts/trikot-nummern-webfont.ttf") format("truetype"), url("/static/frontend/fonts/trikot-nummern-webfont.svg#trikot-nummern-webfont") format("svg"); }

@font-face {
  font-family: "komika-display-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/komika-display-webfont.eot?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/komika-display-webfont.woff") format("woff"), url("/static/frontend/fonts/komika-display-webfont.ttf") format("truetype"), url("/static/frontend/fonts/komika-display-webfont.svg#komika-display-webfont") format("svg"); }

@font-face {
  font-family: "a_bit_sketchy";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/a_bit_sketchy?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/a_bit_sketchy.woff") format("woff"), url("/static/frontend/fonts/a_bit_sketchy.ttf") format("truetype"), url("/static/frontend/fonts/a_bit_sketchy.svg#a_bit_sketchy") format("svg"); }

@font-face {
  font-family: "TrashHand";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend/fonts/trashhand-webfont?#iefix") format("embedded-opentype"), url("/static/frontend/fonts/trashhand-webfont.woff") format("woff"), url("/static/frontend/fonts/trashhand-webfont.woff2") format("woff2"), url("/static/frontend/fonts/trashhand-webfont.ttf") format("truetype"), url("/static/frontend/fonts/trashhand-webfont.svg#trashhand-webfont") format("svg"); }

/* ----------------------------------------------
 * import css files which style whole pages #1 (RGS)
 * ---------------------------------------------- */
/* index */
/* ----------------------------------------------
 * Basic Stylesheet for the Homepage
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
#matchdaytable .errorIndexPage {
  margin-top: 5em; }

/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
#page.startpage {
  background-color: #02060f; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #page.startpage article.indexdark, #page.startpage #pageFooter {
    z-index: 2; }

/* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
#main.startmain {
  height: 100vh;
  top: 0;
  background-size: 155% !important; }
  /* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain #pageFooter {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none; }
    /* line 25, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    #main.startmain #pageFooter .social-nav a {
      margin: 0 1%; }
      /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #main.startmain #pageFooter .social-nav a .icon {
        width: 13.8%;
        background-size: contain; }

@media screen and (min-width: 521px) and (max-width: 720px) {
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background: url("https://image.redbull.com/rbxapp06/0010/1/720/720/500/rbl/2016/5/2/e8e9fef1912121e064fa341b75b4f640.jpg") no-repeat; } }
@media screen and (max-width: 720px) {
  /* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background-position: 50% -9em; } }
@media screen and (max-width: 620px) {
  /* line 39, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background-position: 50% -7em; } }
@media screen and (min-width: 321px) and (max-width: 520px) {
  /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background: url("https://image.redbull.com/rbxapp06/0010/1/520/520/500/rbl/2016/5/2/e8e9fef1912121e064fa341b75b4f640.jpg") no-repeat; } }
@media screen and (max-width: 520px) {
  /* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background-position: 50% -6em; } }
@media screen and (max-width: 420px) {
  /* line 51, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background-position: 50% -5em; } }
@media screen and (min-width: 200px) and (max-width: 320px) {
  /* line 55, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #main.startmain {
    background: url("https://image.redbull.com/rbxapp06/0010/1/320/320/500/rbl/2016/5/2/e8e9fef1912121e064fa341b75b4f640.jpg") no-repeat 50% -4em; } }
/* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.confettiWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }
  /* line 71, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  .confettiWrapper .confettiContent {
    position: relative;
    height: 110%;
    width: 100%; }
    /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    .confettiWrapper .confettiContent > div {
      position: absolute; }
    /* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    .confettiWrapper .confettiContent .red {
      background-color: #cc0033; }
    /* line 79, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    .confettiWrapper .confettiContent .white {
      background-color: white; }

/* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
#index.confetti {
  position: relative; }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
#index {
  width: 100%;
  text-align: center; }
  /* line 86, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #index .preGameText {
    display: none; }
  /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #index .errorIndexPage {
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    font-size: 1.2em;
    color: white; }
  /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #index h2, #index .junior .statsPart .statsTeam, .junior .statsPart #index .statsTeam, #index .junior .datesContentWrapper .scores, .junior .datesContentWrapper #index .scores, #index .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .mdoresulthome, #index .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .mdoresultguest,
  #index .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .mdoresulthome,
  #index .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .mdoresultguest, #index .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .mdopoints,
  #index .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .mdopoints, #index #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #index .circle, #index #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #index h2 {
    color: white; }
  /* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
  #index .indexMainContentWrapper {
    width: 87.5%;
    margin: 6em 6.25% 0;
    display: none;
    overflow: hidden;
    z-index: 2;
    position: relative; }
    /* line 101, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    #index .indexMainContentWrapper .rbbutton {
      height: 1em;
      line-height: 1em; }
    /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    #index .indexMainContentWrapper .indexContentNavigation {
      height: 32px;
      width: 100%; }
      /* line 107, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContentNavigation .seasonTickets {
        display: none;
        visibility: hidden; }
      /* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContentNavigation .rbSelectBox {
        height: 32px;
        display: block; }
        /* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContentNavigation .rbSelectBox select {
          height: 100%; }
        /* line 115, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContentNavigation .rbSelectBox .selectTarget {
          padding: 0.4em 2%;
          margin: 0; }
      /* line 118, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContentNavigation .rbbuttonwrapperline {
        display: none; }
    /* line 120, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
    #index .indexMainContentWrapper .indexContent {
      height: 100%;
      display: inline-block;
      width: 100%; }
      /* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper {
        display: none;
        height: 100%;
        width: 100%; }
        /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper .rbbuttonwrapper {
          margin: 1em 0 2em;
          width: 100%; }
          /* line 131, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent .contentWrapper .rbbuttonwrapper .rbbutton {
            width: 100%;
            padding: 0.4em 0;
            margin: 5px 0; }
      /* line 135, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .currentContentWrapper:first-child {
        display: block; }
      /* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .indexVideo {
        position: relative; }
        /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .indexVideo a {
          position: absolute;
          bottom: 0;
          z-index: 99;
          left: 6.25%;
          margin-bottom: 0.6em; }
          /* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent .indexVideo a:hover {
            color: #cc0033; }
      /* line 149, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentImage, #index .indexMainContentWrapper .indexContent .actionContentWrapper .currentContent .currentImage {
        display: block; }
      /* line 153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentImage {
        margin: 2em 0; }
      /* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentFakePixel, #index .indexMainContentWrapper .indexContent .nextGame .currentFakePixel {
        background: none;
        display: none; }
      /* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent, #index .indexMainContentWrapper .indexContent .nextGame .currentContent {
        height: 100%;
        width: 100%; }
        /* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews {
          text-align: left;
          width: 100%;
          margin: 1em 0 2em;
          color: white; }
          /* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews h2, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .junior .statsPart .statsTeam, .junior .statsPart #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .statsTeam, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .junior .datesContentWrapper .scores, .junior .datesContentWrapper #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .scores, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .mdoresulthome, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .mdoresultguest,
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .mdoresulthome,
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .mdoresultguest, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .mdopoints,
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .mdopoints, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .circle, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews h2, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews h2, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .junior .statsPart .statsTeam, .junior .statsPart #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .statsTeam, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .junior .datesContentWrapper .scores, .junior .datesContentWrapper #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .scores, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .mdoresulthome, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .mdoresultguest,
          #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .mdoresulthome,
          #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .mdoresultguest, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .mdopoints,
          #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .mdopoints, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .circle, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews h2 {
            line-height: 1.25em;
            margin: 0; }
          /* line 170, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentNews .authorText, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentNews .authorText {
            text-transform: uppercase;
            font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
            padding-bottom: 0.4em;
            margin-bottom: 0.4em;
            border-bottom: 1px solid #cc0033; }
        /* line 177, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .currentButtonLine .iconButton, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .currentButtonLine .iconButton {
          background-position: left center;
          padding: 0 0 0 20px;
          margin-right: 1em;
          text-align: left;
          color: white;
          display: block;
          font-size: 1em; }
        /* line 185, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine {
          width: 100%; }
          /* line 187, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 {
            background-color: #007c30;
            text-align: center;
            display: inline-block;
            height: 25.2px;
            overflow: hidden;
            float: left;
            margin-bottom: 0.714em;
            width: 100%;
            position: relative; }
            /* line 197, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3 .img, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3 .text, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 .img, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 .text {
              position: absolute;
              top: 0;
              left: 0; }
            /* line 201, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3 .text, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 .text {
              width: 100%;
              font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
              color: white;
              line-height: 25.2px;
              text-transform: uppercase; }
            /* line 207, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3 .img, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 .img {
              width: 100px;
              height: 100%;
              background: url("/static/frontend/img/partner/tipp3.png") no-repeat right center;
              background-size: 100px; }
          /* line 212, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .rbbutton, #index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .rbbutton, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 {
            width: 100%;
            margin-bottom: 0.714em;
            padding-left: 0; }
      /* line 216, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .indexContentNavigation .rbSelectBox {
        display: block; }
      /* line 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .indexContentNavigation .rbbuttonwrapperline {
        display: none; }
      /* line 221, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #resultsLastGame {
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        line-height: 1em;
        width: 30%;
        float: left; }
        /* line 226, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #resultsLastGame .resultFinal {
          font-size: 4em;
          line-height: 1.1em;
          padding-bottom: 5px; }
        /* line 230, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #resultsLastGame .resultHalftime {
          font-size: 1.2em;
          line-height: 1em; }
      /* line 233, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam {
        float: right; }
      /* line 235, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlasthometeam, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam {
        max-width: 35%;
        width: 35%; }
        /* line 238, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlasthometeam p, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam p {
          margin-top: 0.4em; }
      /* line 240, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #lastGameContainer, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlasthometeam-reloc, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam-reloc {
        width: 100%; }
        /* line 242, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #lastGameContainer img, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlasthometeam-reloc img, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam-reloc img {
          max-height: 70px;
          width: auto;
          max-width: 100%; }
        /* line 246, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #lastGameContainer h1, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlasthometeam-reloc h1, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam-reloc h1 {
          color: white;
          margin-top: 1.8em;
          margin-left: 0.5em;
          margin-right: 0.5em; }
        /* line 251, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #lastGameContainer p, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlasthometeam-reloc p, #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #indexlastguestteam-reloc p {
          font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
          text-transform: uppercase;
          font-size: 1.2em; }
      /* line 255, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #landingpage_matchcircle {
        width: 80%;
        margin-left: 10%;
        margin-top: 1em;
        margin-bottom: 1em;
        display: block; }
      /* line 261, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .contentWrapper #matchDayModule #lastGameContainer {
        margin-top: 3em; }
      /* line 265, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .shopContentWrapper .currentContent, #index .indexMainContentWrapper .indexContent .actionContentWrapper .currentContent {
        position: relative;
        top: 0; }
      /* line 268, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent .shopContentWrapper .currentFakePixel, #index .indexMainContentWrapper .indexContent .actionContentWrapper .currentFakePixel {
        position: absolute;
        background: none;
        height: 100%;
        width: 100%;
        display: block; }
      /* line 276, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent #matchDayTable .rbbuttonwrapper {
        margin: 1em auto 1em;
        width: 100%; }
        /* line 279, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable .rbbuttonwrapper .rbbutton {
          width: 100%;
          padding: 0.4em 0; }
      /* line 282, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
      #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper {
        color: white;
        background: transparent;
        text-transform: uppercase;
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
        /* line 287, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .teamname {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        /* line 291, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .hl {
          font-size: 18px; }
        /* line 294, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper table {
          width: 100%;
          border-spacing: 0;
          border-collapse: collapse;
          table-layout: fixed; }
        /* line 300, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper thead th {
          padding: 10px 5px 5px 0;
          font-weight: normal; }
        /* line 303, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper thead .pad {
          padding-left: 10px; }
        /* line 305, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper thead .pad80 {
          padding-left: 80px; }
        /* line 308, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper tbody td {
          border-bottom: none;
          padding: 1px 0 1px 0;
          vertical-align: top; }
        /* line 314, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper tbody tr:first-child td {
          border-top: none;
          vertical-align: top; }
        /* line 317, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
        #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile {
          padding: 20px 0; }
          /* line 319, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .fstcol {
            width: 35px;
            text-align: center; }
            /* line 322, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .fstcol div {
              text-align: center;
              font-size: 1em; }
          /* line 325, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .sndcol {
            text-align: left; }
            /* line 327, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .sndcol div {
              text-align: left;
              font-size: 1em; }
          /* line 330, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .thirdcol {
            width: 35px;
            text-align: center; }
            /* line 333, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .thirdcol div {
              text-align: center;
              padding-left: 0;
              padding-right: 0;
              width: 100%;
              font-size: 1em; }
          /* line 339, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .fourthcol {
            width: 35px;
            text-align: center; }
            /* line 342, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .fourthcol div {
              text-align: center;
              padding-left: 0;
              padding-right: 0;
              width: 100%;
              font-size: 1em; }
          /* line 348, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .fifthcol {
            width: 35px;
            text-align: center; }
            /* line 351, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
            #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .fifthcol div {
              text-align: center;
              padding-left: 0;
              padding-right: 0;
              width: 100%;
              font-size: 1em; }
          /* line 357, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .space {
            padding: 0 5px 0 0;
            line-height: 28px; }
          /* line 361, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile thead th {
            padding: 10px 0 5px 0;
            font-weight: 400; }
          /* line 364, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile thead th.sndcol {
            padding-left: 5px; }
          /* line 366, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .position {
            width: 28px;
            background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat 1px 0px;
            background-size: 27px; }
          /* line 370, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
          #index .indexMainContentWrapper .indexContent #matchDayTable #indextablewrapper .indextable_mobile .truncate {
            white-space: nowrap; }

/* line 374, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.en.rbs .startpage #indexNaviNextGameButton {
  display: none; }
/* line 376, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.en.rbs .startpage #indexNaviLastGameButton {
  display: none; }
/* line 378, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.en.rbs .startpage #indexNaviTableButton {
  display: none; }
/* line 380, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.en.rbs .startpage #indexNaviActionButton {
  display: none; }
/* line 382, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.en.rbs .startpage #indexNaviShopButton {
  display: none; }

/* line 388, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.youtube .placeholder .image-still {
  top: 0 !important;
  margin-top: 0 !important; }

/* line 392, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.rbs .logo_bundesliga {
  position: absolute;
  right: 4%;
  top: 8px;
  width: 50px;
  height: 70px;
  background: url("/static/frontend/img/home/logo_bundesliga.png") no-repeat center center;
  background-size: 75% auto; }

/* line 401, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/index/_index-fcl.sass */
.fcl .logo_bundesliga {
  position: fixed;
  right: 4%;
  top: 70px;
  width: 43px;
  height: 70px;
  background: url("/static/frontend/img/home/logo_liga_sky.png") no-repeat center center;
  background-size: 90% auto; }

/* basic schedules */
/* line 3, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbs #schedules #leagueNextGamesS, .rbs #schedules #leagueNextGamesL {
  display: none;
  width: 87.5%;
  padding-left: 6.25%;
  padding-right: 6.25%; }
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbs #schedules .spinner {
  display: none; }
/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbs #schedules .icon_ical_white {
  background: url("/static/frontend/img/othericons/icon_ical_white-60px.png") no-repeat left center transparent;
  height: 60px;
  width: 60px;
  display: inline-block;
  margin: 20px 0; }
  /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
  .rbs #schedules .icon_ical_white .text {
    display: none; }
/* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbs #schedules .tipico {
  display: block;
  padding: 15px 0px 0 7px;
  width: 450px;
  max-width: 100%; }
/* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbs #schedules .notFixed {
  color: #cc0033;
  padding-left: 7px;
  padding-right: 10px;
  margin-bottom: 3px;
  font-weight: bold; }

/* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbs.en .lB {
  display: none; }

/* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbl .schedulesContent .results {
  cursor: pointer; }
  /* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
  .rbl .schedulesContent .results.active {
    overflow: hidden; }

/* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
.rbl #schedules .icon_field_white, .rbs #schedules .icon_field_white {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
#schedules, #nextMatches {
  padding-top: 4em;
  color: white; }
  /* line 51, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
  #schedules h1, #nextMatches h1 {
    color: white;
    text-align: center; }
  /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
  #schedules #seasonheader, #nextMatches #seasonheader {
    margin: 2em auto 0; }
  /* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
  #schedules #seasoncompetitions, #nextMatches #seasoncompetitions {
    width: auto;
    margin: 2em 6.25%;
    display: block;
    text-align: center; }
  /* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
  #schedules .schedulesContent, #nextMatches .schedulesContent {
    margin-top: 3em; }
    /* line 63, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
    #schedules .schedulesContent .rbSelectBox, #nextMatches .schedulesContent .rbSelectBox {
      width: 87.5%; }
    /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
    #schedules .schedulesContent .anfahrtrba-selecter, #nextMatches .schedulesContent .anfahrtrba-selecter {
      display: none; }
    /* line 69, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
    #schedules .schedulesContent .results, #nextMatches .schedulesContent .results {
      background-color: #0c2044;
      position: relative;
      margin: 0 6px 0;
      clear: both; }
    /* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
    #schedules .schedulesContent .contentWrapper, #nextMatches .schedulesContent .contentWrapper {
      display: none; }
      /* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper:first-child, #nextMatches .schedulesContent .contentWrapper:first-child {
        display: block; }
      /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .hiddencontent, #nextMatches .schedulesContent .contentWrapper .hiddencontent {
        min-height: 100px;
        padding-left: 6.25%;
        padding-right: 6.25%;
        width: 87.5%; }
        /* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .hiddencontent .spinner, #nextMatches .schedulesContent .contentWrapper .hiddencontent .spinner {
          background: url("/static/frontend/img/progress.gif") no-repeat;
          height: 100px;
          position: absolute;
          padding: 3px 0 0 54px;
          line-height: 2em;
          margin-left: 10px; }
      /* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .whiteLine, #nextMatches .schedulesContent .contentWrapper .whiteLine {
        color: white; }
      /* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .redLine, #nextMatches .schedulesContent .contentWrapper .redLine {
        color: #cc0033;
        padding-left: 5px; }
      /* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .whiteLine, #schedules .schedulesContent .contentWrapper .redLine, #nextMatches .schedulesContent .contentWrapper .whiteLine, #nextMatches .schedulesContent .contentWrapper .redLine {
        padding-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        /* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .whiteLine .teamlogo, #schedules .schedulesContent .contentWrapper .redLine .teamlogo, #nextMatches .schedulesContent .contentWrapper .whiteLine .teamlogo, #nextMatches .schedulesContent .contentWrapper .redLine .teamlogo {
          display: none;
          float: left; }
          /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
          #schedules .schedulesContent .contentWrapper .whiteLine .teamlogo img, #schedules .schedulesContent .contentWrapper .redLine .teamlogo img, #nextMatches .schedulesContent .contentWrapper .whiteLine .teamlogo img, #nextMatches .schedulesContent .contentWrapper .redLine .teamlogo img {
            width: auto; }
        /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .whiteLine .teamname, #schedules .schedulesContent .contentWrapper .whiteLine .daytime, #schedules .schedulesContent .contentWrapper .redLine .teamname, #schedules .schedulesContent .contentWrapper .redLine .daytime, #nextMatches .schedulesContent .contentWrapper .whiteLine .teamname, #nextMatches .schedulesContent .contentWrapper .whiteLine .daytime, #nextMatches .schedulesContent .contentWrapper .redLine .teamname, #nextMatches .schedulesContent .contentWrapper .redLine .daytime {
          float: left; }
        /* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .whiteLine .time, #schedules .schedulesContent .contentWrapper .redLine .time, #nextMatches .schedulesContent .contentWrapper .whiteLine .time, #nextMatches .schedulesContent .contentWrapper .redLine .time {
          width: auto; }
        /* line 112, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .whiteLine .goals, #schedules .schedulesContent .contentWrapper .redLine .goals, #nextMatches .schedulesContent .contentWrapper .whiteLine .goals, #nextMatches .schedulesContent .contentWrapper .redLine .goals {
          width: 40px; }
        /* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .whiteLine .goals, #schedules .schedulesContent .contentWrapper .whiteLine .time, #schedules .schedulesContent .contentWrapper .redLine .goals, #schedules .schedulesContent .contentWrapper .redLine .time, #nextMatches .schedulesContent .contentWrapper .whiteLine .goals, #nextMatches .schedulesContent .contentWrapper .whiteLine .time, #nextMatches .schedulesContent .contentWrapper .redLine .goals, #nextMatches .schedulesContent .contentWrapper .redLine .time {
          float: right;
          text-align: right; }
      /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .gamedates, #schedules .schedulesContent .contentWrapper .trainingdates, #nextMatches .schedulesContent .contentWrapper .gamedates, #nextMatches .schedulesContent .contentWrapper .trainingdates {
        margin: 15px 0; }
        /* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .gamedates .iconextraclass, #schedules .schedulesContent .contentWrapper .trainingdates .iconextraclass, #nextMatches .schedulesContent .contentWrapper .gamedates .iconextraclass, #nextMatches .schedulesContent .contentWrapper .trainingdates .iconextraclass {
          margin-top: 1px; }
      /* line 121, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .buyTicket button, #nextMatches .schedulesContent .contentWrapper .buyTicket button {
        margin-bottom: 20px;
        height: 30px; }
      /* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .trainingdates, #nextMatches .schedulesContent .contentWrapper .trainingdates {
        margin-top: 5px; }
      /* line 126, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .trainings, #nextMatches .schedulesContent .contentWrapper .trainings {
        margin: 0 6.25%;
        padding: 16px 6px 20px 6px;
        width: auto; }
        /* line 130, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .trainings:last-child, #nextMatches .schedulesContent .contentWrapper .trainings:last-child {
          border-bottom: none; }
        /* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .trainings .trainingparts, #nextMatches .schedulesContent .contentWrapper .trainings .trainingparts {
          padding-left: 40px; }
      /* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .results, #nextMatches .schedulesContent .contentWrapper .results {
        padding-top: 17px; }
      /* line 136, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper .results, #schedules .schedulesContent .contentWrapper .trainings, #nextMatches .schedulesContent .contentWrapper .results, #nextMatches .schedulesContent .contentWrapper .trainings {
        border-bottom: 1px solid #cc0033; }
        /* line 138, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results:hover, #schedules .schedulesContent .contentWrapper .trainings:hover, #nextMatches .schedulesContent .contentWrapper .results:hover, #nextMatches .schedulesContent .contentWrapper .trainings:hover {
          background-color: #253757; }
        /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results .matchday, #schedules .schedulesContent .contentWrapper .trainings .matchday, #nextMatches .schedulesContent .contentWrapper .results .matchday, #nextMatches .schedulesContent .contentWrapper .trainings .matchday {
          background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat center center;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          float: left;
          margin-top: 5px;
          overflow: hidden; }
        /* line 149, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results .game, #schedules .schedulesContent .contentWrapper .trainings .game, #nextMatches .schedulesContent .contentWrapper .results .game, #nextMatches .schedulesContent .contentWrapper .trainings .game {
          padding-left: 40px; }
          /* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
          #schedules .schedulesContent .contentWrapper .results .game button, #schedules .schedulesContent .contentWrapper .trainings .game button, #nextMatches .schedulesContent .contentWrapper .results .game button, #nextMatches .schedulesContent .contentWrapper .trainings .game button {
            display: none; }
        /* line 153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results .rbbuttonwrapper, #schedules .schedulesContent .contentWrapper .trainings .rbbuttonwrapper, #nextMatches .schedulesContent .contentWrapper .results .rbbuttonwrapper, #nextMatches .schedulesContent .contentWrapper .trainings .rbbuttonwrapper {
          display: block; }
        /* line 155, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results .rbbutton, #schedules .schedulesContent .contentWrapper .trainings .rbbutton, #nextMatches .schedulesContent .contentWrapper .results .rbbutton, #nextMatches .schedulesContent .contentWrapper .trainings .rbbutton {
          width: 100%;
          margin: 0;
          padding: 0.4em 0; }
        /* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results .eighth_final, #schedules .schedulesContent .contentWrapper .results .quarter_final, #schedules .schedulesContent .contentWrapper .results .semi_final, #schedules .schedulesContent .contentWrapper .trainings .eighth_final, #schedules .schedulesContent .contentWrapper .trainings .quarter_final, #schedules .schedulesContent .contentWrapper .trainings .semi_final, #nextMatches .schedulesContent .contentWrapper .results .eighth_final, #nextMatches .schedulesContent .contentWrapper .results .quarter_final, #nextMatches .schedulesContent .contentWrapper .results .semi_final, #nextMatches .schedulesContent .contentWrapper .trainings .eighth_final, #nextMatches .schedulesContent .contentWrapper .trainings .quarter_final, #nextMatches .schedulesContent .contentWrapper .trainings .semi_final {
          font-weight: bold;
          font-size: 22px; }
        /* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
        #schedules .schedulesContent .contentWrapper .results .runde, #schedules .schedulesContent .contentWrapper .trainings .runde, #nextMatches .schedulesContent .contentWrapper .results .runde, #nextMatches .schedulesContent .contentWrapper .trainings .runde {
          font-size: 18px; }
      /* line 164, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper #leagueNextGames, #schedules .schedulesContent .contentWrapper #cupNextGames, #nextMatches .schedulesContent .contentWrapper #leagueNextGames, #nextMatches .schedulesContent .contentWrapper #cupNextGames {
        display: block; }
      /* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_schedules.sass */
      #schedules .schedulesContent .contentWrapper #leagueNextGames .results:last-child, #schedules .schedulesContent .contentWrapper #cupNextGames .results:last-child, #schedules .schedulesContent .contentWrapper #cupResults .results:last-child, #schedules .schedulesContent .contentWrapper #leagueResults .results:last-child, #nextMatches .schedulesContent .contentWrapper #leagueNextGames .results:last-child, #nextMatches .schedulesContent .contentWrapper #cupNextGames .results:last-child, #nextMatches .schedulesContent .contentWrapper #cupResults .results:last-child, #nextMatches .schedulesContent .contentWrapper #leagueResults .results:last-child {
        border-bottom: none; }

/* results filter */
/* line 1, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results {
  padding-top: 4em;
  color: white; }
  /* line 4, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results h1 {
    color: white;
    text-align: center; }
  /* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results #resultsHeader {
    margin: 0 auto; }
    /* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
    #results #resultsHeader .line {
      margin-top: 0; }
      /* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
      #results #resultsHeader .line h3, #results #resultsHeader .line .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #results #resultsHeader .line .text, #results #resultsHeader .line .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #results #resultsHeader .line .mdoinfo,
      #results #resultsHeader .line .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #results #resultsHeader .line .mdoinfo, #results #resultsHeader .line .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #results #resultsHeader .line .mdoshortname, #results #resultsHeader .line .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #results #resultsHeader .line .mdoshortname,
      #results #resultsHeader .line .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #results #resultsHeader .line .mdoshortname,
      #results #resultsHeader .line .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #results #resultsHeader .line .mdoshortname, #results #resultsHeader .line #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #results #resultsHeader .line .duoTeam, #results #resultsHeader .line #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #results #resultsHeader .line .penaltyTitle {
        width: 24%; }
      /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
      #results #resultsHeader .line div {
        width: 37%; }
  /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results h3, #results .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #results .text, #results .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #results .mdoinfo,
  #results .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #results .mdoinfo, #results .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #results .mdoshortname, #results .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #results .mdoshortname,
  #results .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #results .mdoshortname,
  #results .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #results .mdoshortname, #results #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #results .duoTeam, #results #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #results .penaltyTitle {
    text-align: center;
    margin-top: 1%; }
  /* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .line {
    margin-top: 2em; }
    /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
    #results .line h3, #results .line .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #results .line .text, #results .line .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #results .line .mdoinfo,
    #results .line .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #results .line .mdoinfo, #results .line .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #results .line .mdoshortname, #results .line .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #results .line .mdoshortname,
    #results .line .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #results .line .mdoshortname,
    #results .line .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #results .line .mdoshortname, #results .line #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #results .line .duoTeam, #results .line #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #results .line .penaltyTitle {
      width: 50%; }
    /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
    #results .line div {
      width: 24%; }
  /* line 25, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .selectTarget {
    margin: 0;
    width: 100%;
    color: white; }
  /* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results option {
    color: white; }
  /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results #loadingSeasons {
    margin-left: 4.5%;
    padding-left: 45px; }
  /* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results #loadingSeasons.spinner {
    line-height: normal;
    background-position: left; }

/* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#resultsFilter {
  width: auto;
  margin: 2em 6.3% 0 6.3%; }
  /* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #resultsFilter .rbSelectBox {
    width: 40%;
    display: inline-block;
    margin: 1% 4.5%;
    padding: 0;
    height: 32px; }

/* line 53, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
.resultsFilterWrapper {
  width: 2%;
  height: 32px;
  display: inline-block; }

/* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .rbSelectBox {
  width: 87.5%; }
/* line 63, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .results {
  background-color: #0c2044;
  position: relative;
  cursor: default;
  padding: 15px 6px 0;
  display: none; }
  /* line 69, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results.isVisible {
    display: block; }
/* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .results.isVisible:last-child {
  border-bottom: none; }
/* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .whiteLine {
  color: white; }
/* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .redLine {
  color: #cc0033;
  padding-left: 5px; }
/* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .whiteLine, #results .resultsContent .contentWrapper .redLine {
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  /* line 86, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .whiteLine .teamlogo, #results .resultsContent .contentWrapper .redLine .teamlogo {
    display: none;
    float: left;
    width: 47px;
    height: 30px; }
    /* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
    #results .resultsContent .contentWrapper .whiteLine .teamlogo img, #results .resultsContent .contentWrapper .redLine .teamlogo img {
      width: auto; }
  /* line 93, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .whiteLine .teamname, #results .resultsContent .contentWrapper .whiteLine .daytime, #results .resultsContent .contentWrapper .redLine .teamname, #results .resultsContent .contentWrapper .redLine .daytime {
    float: left; }
  /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .whiteLine .time, #results .resultsContent .contentWrapper .redLine .time {
    width: auto; }
  /* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .whiteLine .goals, #results .resultsContent .contentWrapper .redLine .goals {
    width: 50px; }
  /* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .whiteLine .goals, #results .resultsContent .contentWrapper .whiteLine .time, #results .resultsContent .contentWrapper .redLine .goals, #results .resultsContent .contentWrapper .redLine .time {
    float: right;
    text-align: right; }
/* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .gamedates {
  margin: 15px 0 1em; }
  /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .gamedates .iconextraclass {
    margin-top: 4px; }
    /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
    #results .resultsContent .contentWrapper .gamedates .iconextraclass .icon_location_white {
      display: none; }
    /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
    #results .resultsContent .contentWrapper .gamedates .iconextraclass .icon_cal_white, #results .resultsContent .contentWrapper .gamedates .iconextraclass .icon_clock_white, #results .resultsContent .contentWrapper .gamedates .iconextraclass .icon_field_white, #results .resultsContent .contentWrapper .gamedates .iconextraclass .icon_group_white {
      line-height: 16px; }
/* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper #leagueResults, #results .resultsContent .contentWrapper #cupResults {
  margin: 0 6.25%;
  padding: 16px 6px 20px 6px;
  width: auto; }
/* line 115, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
#results .resultsContent .contentWrapper .results {
  border-bottom: 1px solid #cc0033; }
  /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results:hover {
    background-color: #253757; }
  /* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results .matchday {
    background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat center center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-top: 5px;
    overflow: hidden; }
  /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results .game {
    padding-left: 40px; }
  /* line 130, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results .rbbutton {
    width: 100%;
    margin: 0;
    padding: 0.4em 0; }
  /* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results .eighth_final, #results .resultsContent .contentWrapper .results .quarter_final, #results .resultsContent .contentWrapper .results .semi_final {
    font-weight: bold;
    font-size: 22px; }
  /* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
  #results .resultsContent .contentWrapper .results .runde {
    font-size: 18px; }

/* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_resultsArchive.sass */
.rbs #results .selectTarget {
  color: white;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 84.5%;
  padding-right: 25px;
  white-space: nowrap; }

/* basic nachwuchs */
/* ----------------------------------------------
 * nachwuchs rbs common
 * ---------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .overlay {
  padding: 0 6.25%; }
/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .title-wrapper .title, .junior .title-wrapper .juniorLeague, .junior .title-wrapper .location {
  display: inline-block; }
/* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .hiddencontent {
  width: 100%;
  padding: 1em 0 1.8em;
  border-top: none; }
  /* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .hiddencontent .altheader h2, .junior .hiddencontent .altheader .statsPart .statsTeam, .junior .statsPart .hiddencontent .altheader .statsTeam, .junior .hiddencontent .altheader .datesContentWrapper .scores, .junior .datesContentWrapper .hiddencontent .altheader .scores, .junior .hiddencontent .altheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .hiddencontent .altheader .mdoresulthome, .junior .hiddencontent .altheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .hiddencontent .altheader .mdoresultguest,
  .junior .hiddencontent .altheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .hiddencontent .altheader .mdoresulthome,
  .junior .hiddencontent .altheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .hiddencontent .altheader .mdoresultguest, .junior .hiddencontent .altheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .hiddencontent .altheader .mdopoints,
  .junior .hiddencontent .altheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .hiddencontent .altheader .mdopoints, .junior .hiddencontent .altheader #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data .junior .hiddencontent .altheader .circle, .junior .hiddencontent .altheader #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent .junior .hiddencontent .altheader h2 {
    color: white;
    text-align: center;
    border: none; }
/* line 21, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .achieve {
  text-align: center;
  margin-bottom: 2em; }
  /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .achieve .achieveImage {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 1em; }
  /* line 28, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .achieve .achieveTitle {
    margin-top: 1em;
    text-transform: uppercase; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .achieve .achieveText {
    font-size: 0.9em; }
/* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamWings .achieve .achieveTitle {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%; }
/* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamTable .hiddencontent {
  padding: 0;
  width: 100%; }
/* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamTable .space {
  padding: 5px 5px 5px 0;
  width: 100%; }
/* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior h1 {
  color: white;
  text-align: center; }
/* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .break {
  margin: 0 auto 1px;
  width: 100%; }
/* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .space {
  padding: 0 6.25%;
  width: 87.5%;
  margin: 0 auto; }
/* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .image-showcase-wrapper {
  border: none; }
/* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .isc-text-top {
  display: none; }
/* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior ul.isc-list li {
  width: 48%;
  margin: 0 1% 1% 1%; }
/* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior ul.isc-list li.show-all {
  padding-top: 48%; }
/* line 63, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .squaddistance {
  margin-bottom: 10px; }
/* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamSquad {
  width: 100%;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .juniorteamSquad .squadpart, .junior .juniorteamSquad .trainerpart {
    width: 100%; }
    /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .juniorteamSquad .squadpart .squadheader, .junior .juniorteamSquad .trainerpart .squadheader {
      height: 1.7em;
      border-bottom: 1px solid #cc0033; }
      /* line 73, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
      .junior .juniorteamSquad .squadpart .squadheader .squadtitle, .junior .juniorteamSquad .trainerpart .squadheader .squadtitle {
        float: left;
        font-size: 1em;
        line-height: 1.5em;
        text-transform: uppercase; }
  /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .juniorteamSquad .squadcontent, .junior .juniorteamSquad .trainercontent {
    padding: 7px 0; }
    /* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .juniorteamSquad .squadcontent .squadplayer, .junior .juniorteamSquad .squadcontent .squadtrainer, .junior .juniorteamSquad .trainercontent .squadplayer, .junior .juniorteamSquad .trainercontent .squadtrainer {
      height: 30px;
      line-height: 30px;
      width: 100%;
      clear: both;
      margin: 7px 0; }
      /* line 86, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
      .junior .juniorteamSquad .squadcontent .squadplayer .playernumber, .junior .juniorteamSquad .squadcontent .squadtrainer .playernumber, .junior .juniorteamSquad .trainercontent .squadplayer .playernumber, .junior .juniorteamSquad .trainercontent .squadtrainer .playernumber {
        width: 30px;
        background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat 0px 0px;
        text-align: center;
        float: left;
        margin-right: 10px; }
      /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
      .junior .juniorteamSquad .squadcontent .squadplayer .playername, .junior .juniorteamSquad .squadcontent .squadtrainer .playername, .junior .juniorteamSquad .trainercontent .squadplayer .playername, .junior .juniorteamSquad .trainercontent .squadtrainer .playername {
        float: left;
        text-transform: uppercase; }
  /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .juniorteamSquad .playername {
    font-size: 1.2em; }
/* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .gamedates {
  border-top: 1px solid #cc0033;
  padding-top: 1.5em;
  text-align: left;
  margin-bottom: 0; }
  /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .gamedates .inlineBlock {
    width: 100%; }
    /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .gamedates .inlineBlock .iconextraclass {
      margin-top: 0.2em; }
      /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
      .junior .gamedates .inlineBlock .iconextraclass span {
        padding-left: 22px;
        margin-left: 0; }
/* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior #juniorteam-lastmatch #juniorteam_matchcircle {
  width: 80%;
  margin-left: 10%; }
/* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamTopGame .gamedates {
  clear: both;
  border-top: 1px solid white; }
/* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior #juniorteam-nextmatch, .junior #juniorteam-lastmatch, .junior .topGameContainer {
  text-align: center; }
  /* line 118, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior #juniorteam-nextmatch .rbbuttonwrapper, .junior #juniorteam-lastmatch .rbbuttonwrapper, .junior .topGameContainer .rbbuttonwrapper {
    width: 100%;
    margin-top: 1em; }
    /* line 121, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior #juniorteam-nextmatch .rbbuttonwrapper .rbbutton, .junior #juniorteam-lastmatch .rbbuttonwrapper .rbbutton, .junior .topGameContainer .rbbuttonwrapper .rbbutton {
      width: 100%;
      margin: 0;
      padding: 0.8em 0; }
  /* line 125, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior #juniorteam-nextmatch #nextGameContainer, .junior #juniorteam-nextmatch #lastGameContainer, .junior #juniorteam-nextmatch #juniorteamlasthometeam-reloc, .junior #juniorteam-nextmatch #juniorteamlastguestteam-reloc, .junior #juniorteam-nextmatch .juniorTopGameHome, .junior #juniorteam-nextmatch .juniorTopGameGuest, .junior #juniorteam-lastmatch #nextGameContainer, .junior #juniorteam-lastmatch #lastGameContainer, .junior #juniorteam-lastmatch #juniorteamlasthometeam-reloc, .junior #juniorteam-lastmatch #juniorteamlastguestteam-reloc, .junior #juniorteam-lastmatch .juniorTopGameHome, .junior #juniorteam-lastmatch .juniorTopGameGuest, .junior .topGameContainer #nextGameContainer, .junior .topGameContainer #lastGameContainer, .junior .topGameContainer #juniorteamlasthometeam-reloc, .junior .topGameContainer #juniorteamlastguestteam-reloc, .junior .topGameContainer .juniorTopGameHome, .junior .topGameContainer .juniorTopGameGuest {
    display: inline-block;
    width: 100%; }
    /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior #juniorteam-nextmatch #nextGameContainer img, .junior #juniorteam-nextmatch #lastGameContainer img, .junior #juniorteam-nextmatch #juniorteamlasthometeam-reloc img, .junior #juniorteam-nextmatch #juniorteamlastguestteam-reloc img, .junior #juniorteam-nextmatch .juniorTopGameHome img, .junior #juniorteam-nextmatch .juniorTopGameGuest img, .junior #juniorteam-lastmatch #nextGameContainer img, .junior #juniorteam-lastmatch #lastGameContainer img, .junior #juniorteam-lastmatch #juniorteamlasthometeam-reloc img, .junior #juniorteam-lastmatch #juniorteamlastguestteam-reloc img, .junior #juniorteam-lastmatch .juniorTopGameHome img, .junior #juniorteam-lastmatch .juniorTopGameGuest img, .junior .topGameContainer #nextGameContainer img, .junior .topGameContainer #lastGameContainer img, .junior .topGameContainer #juniorteamlasthometeam-reloc img, .junior .topGameContainer #juniorteamlastguestteam-reloc img, .junior .topGameContainer .juniorTopGameHome img, .junior .topGameContainer .juniorTopGameGuest img {
      max-height: 70px;
      width: auto;
      max-width: 100%; }
    /* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior #juniorteam-nextmatch #nextGameContainer p, .junior #juniorteam-nextmatch #lastGameContainer p, .junior #juniorteam-nextmatch #juniorteamlasthometeam-reloc p, .junior #juniorteam-nextmatch #juniorteamlastguestteam-reloc p, .junior #juniorteam-nextmatch .juniorTopGameHome p, .junior #juniorteam-nextmatch .juniorTopGameGuest p, .junior #juniorteam-lastmatch #nextGameContainer p, .junior #juniorteam-lastmatch #lastGameContainer p, .junior #juniorteam-lastmatch #juniorteamlasthometeam-reloc p, .junior #juniorteam-lastmatch #juniorteamlastguestteam-reloc p, .junior #juniorteam-lastmatch .juniorTopGameHome p, .junior #juniorteam-lastmatch .juniorTopGameGuest p, .junior .topGameContainer #nextGameContainer p, .junior .topGameContainer #lastGameContainer p, .junior .topGameContainer #juniorteamlasthometeam-reloc p, .junior .topGameContainer #juniorteamlastguestteam-reloc p, .junior .topGameContainer .juniorTopGameHome p, .junior .topGameContainer .juniorTopGameGuest p {
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 1.2em; }
/* line 136, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior #nextGameContainer, .junior #lastGameContainer, .junior .topGameContainer {
  width: 100%;
  margin-top: 1em; }
  /* line 139, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior #nextGameContainer #juniorteamnexthometeam, .junior #nextGameContainer #juniorteamnextguestteam, .junior #nextGameContainer #juniorteamlasthometeam, .junior #nextGameContainer #juniorteamlastguestteam, .junior #nextGameContainer .juniorTopGameHome, .junior #nextGameContainer .juniorTopGameGuest, .junior #lastGameContainer #juniorteamnexthometeam, .junior #lastGameContainer #juniorteamnextguestteam, .junior #lastGameContainer #juniorteamlasthometeam, .junior #lastGameContainer #juniorteamlastguestteam, .junior #lastGameContainer .juniorTopGameHome, .junior #lastGameContainer .juniorTopGameGuest, .junior .topGameContainer #juniorteamnexthometeam, .junior .topGameContainer #juniorteamnextguestteam, .junior .topGameContainer #juniorteamlasthometeam, .junior .topGameContainer #juniorteamlastguestteam, .junior .topGameContainer .juniorTopGameHome, .junior .topGameContainer .juniorTopGameGuest {
    width: 45%; }
/* line 141, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .doublepoints {
  width: 10%; }
  /* line 143, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .doublepoints h1 {
    font-size: 4.5em;
    line-height: 55px;
    margin-top: 0; }
/* line 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamNews a.content-main:hover h5, .junior .juniorteamNews a.content-main:hover .statsPart .statsText, .junior .statsPart .juniorteamNews a.content-main:hover .statsText, .junior .juniorteamNews a.content-main:hover .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper .junior .juniorteamNews a.content-main:hover .wrapperTitle,
.junior .juniorteamNews a.content-main:hover .secondary .bilanz .barWrapper .wrapperTitle,
.secondary .bilanz .barWrapper .junior .juniorteamNews a.content-main:hover .wrapperTitle, .junior .juniorteamNews a.content-main:hover #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper .junior .juniorteamNews a.content-main:hover .dataSmallValue, .junior .juniorteamNews a.content-main:hover #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .junior .juniorteamNews a.content-main:hover .teamname, .junior .juniorteamNews a.content-main:hover #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .junior .juniorteamNews a.content-main:hover .position {
  color: white; }
/* line 152, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .juniorteamTopGame .hiddencontent {
  background-color: #cc0033; }
/* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .topGameInfo {
  text-align: left; }
/* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .statsPart {
  width: 50%;
  float: left;
  text-align: center;
  margin: 0.5em 0; }
  /* line 161, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .statsPart .borderCircle {
    width: 35%;
    border-radius: 50%;
    border: 5px solid #cc0033;
    display: inline-block;
    position: relative; }
    /* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .statsPart .borderCircle h2, .junior .statsPart .borderCircle .statsTeam, .junior .statsPart .borderCircle .datesContentWrapper .scores, .junior .datesContentWrapper .statsPart .borderCircle .scores, .junior .statsPart .borderCircle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .statsPart .borderCircle .mdoresulthome, .junior .statsPart .borderCircle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .statsPart .borderCircle .mdoresultguest,
    .junior .statsPart .borderCircle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .statsPart .borderCircle .mdoresulthome,
    .junior .statsPart .borderCircle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .statsPart .borderCircle .mdoresultguest, .junior .statsPart .borderCircle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .statsPart .borderCircle .mdopoints,
    .junior .statsPart .borderCircle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .junior .statsPart .borderCircle .mdopoints, .junior .statsPart .borderCircle #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data .junior .statsPart .borderCircle .circle, .junior .statsPart .borderCircle #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent .junior .statsPart .borderCircle h2 {
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -14px;
      color: white;
      border: none; }
  /* line 174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .statsPart .statsText {
    text-transform: uppercase;
    color: white;
    margin: 0.5em 0 0;
    height: 3em; }
  /* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .statsPart .statsTeam {
    text-transform: uppercase;
    color: #cc0033; }
/* line 184, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.junior .datesContentWrapper {
  margin: 1.5em 0; }
  /* line 186, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .nextGamesList {
    display: none; }
  /* line 188, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .viewPart {
    width: 100%;
    float: left; }
  /* line 191, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .home, .junior .datesContentWrapper .away, .junior .datesContentWrapper .scores {
    float: left; }
  /* line 193, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .gameView {
    clear: both;
    width: 100%; }
  /* line 196, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .teamname {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 204, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .teamlogo {
    display: none;
    width: 70px; }
    /* line 207, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .datesContentWrapper .teamlogo img {
      width: 100%; }
  /* line 209, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .nameRB {
    color: #cc0033; }
  /* line 211, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .scores {
    color: white; }
  /* line 214, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .home, .junior .datesContentWrapper .away {
    width: 38%; }
  /* line 216, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .scores {
    width: 24%; }
    /* line 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .datesContentWrapper .scores .homeScore, .junior .datesContentWrapper .scores .awayScore, .junior .datesContentWrapper .scores .kolon {
      float: left; }
    /* line 220, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .datesContentWrapper .scores .homeScore, .junior .datesContentWrapper .scores .awayScore {
      width: 42%; }
    /* line 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .datesContentWrapper .scores .kolon {
      width: 16%;
      text-align: center; }
    /* line 225, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .datesContentWrapper .scores .homeScore {
      text-align: right; }
    /* line 227, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    .junior .datesContentWrapper .scores .awayScore {
      text-align: left; }
  /* line 230, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .home .teamlogo {
    float: right;
    margin: 0 0 0 8px; }
  /* line 233, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .home .teamname {
    text-align: right; }
  /* line 236, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .away .teamlogo {
    float: left;
    margin: 0 8px 0 0; }
  /* line 239, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  .junior .datesContentWrapper .away .teamname {
    text-align: left; }

/* line 245, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
.rbs .junior #spieltagtabelle .no, .rbs .junior #spieltagtabelle .up, .rbs .junior #spieltagtabelle .down {
  background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat 8px 6px; }

/* line 249, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
#related-articles {
  padding-bottom: 30px; }
  /* line 251, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  #related-articles.spinner {
    background-position: center bottom; }
  /* line 253, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  #related-articles article {
    padding: 0;
    margin-bottom: 1em;
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%; }
    /* line 260, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    #related-articles article.newItem {
      opacity: 0; }
  /* line 262, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  #related-articles .article-image {
    float: left;
    top: 40px;
    margin-bottom: 1em;
    width: 22%; }
  /* line 267, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  #related-articles .article-info-rf {
    margin: 0 0 7px;
    margin-bottom: 1em;
    text-transform: uppercase; }
    /* line 271, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    #related-articles .article-info-rf h5, #related-articles .article-info-rf .junior .statsPart .statsText, .junior .statsPart #related-articles .article-info-rf .statsText, #related-articles .article-info-rf .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #related-articles .article-info-rf .wrapperTitle,
    #related-articles .article-info-rf .secondary .bilanz .barWrapper .wrapperTitle,
    .secondary .bilanz .barWrapper #related-articles .article-info-rf .wrapperTitle, #related-articles .article-info-rf #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #related-articles .article-info-rf .dataSmallValue, #related-articles .article-info-rf #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #related-articles .article-info-rf .teamname, #related-articles .article-info-rf #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #related-articles .article-info-rf .position {
      display: inline; }
    /* line 273, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    #related-articles .article-info-rf h3, #related-articles .article-info-rf .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #related-articles .article-info-rf .text, #related-articles .article-info-rf .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #related-articles .article-info-rf .mdoinfo,
    #related-articles .article-info-rf .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #related-articles .article-info-rf .mdoinfo, #related-articles .article-info-rf .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #related-articles .article-info-rf .mdoshortname, #related-articles .article-info-rf .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #related-articles .article-info-rf .mdoshortname,
    #related-articles .article-info-rf .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #related-articles .article-info-rf .mdoshortname,
    #related-articles .article-info-rf .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #related-articles .article-info-rf .mdoshortname, #related-articles .article-info-rf #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #related-articles .article-info-rf .duoTeam, #related-articles .article-info-rf #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #related-articles .article-info-rf .penaltyTitle {
      margin-left: 26%; }
    /* line 275, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
    #related-articles .article-info-rf > div {
      margin-bottom: 8px;
      padding-bottom: 5px;
      border-bottom: 1px solid #cc0033; }
  /* line 279, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/nachwuchs/_nachwuchs-rbs.sass */
  #related-articles button.moreContentBtn {
    display: none; }

/* the article */
/* ----------------------------------------------
 * Basic Stylesheet for articles
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
article.pageheader, article.pageheaderalt {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  background-color: white;
  color: #0c2044;
  position: relative; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.pageheader.darksite, article.pageheaderalt.darksite {
    background-color: #0c2044;
    color: white; }
  /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.pageheader.indexdark, article.pageheaderalt.indexdark {
    background-color: transparent;
    color: white; }
  /* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.pageheader .title-wrapper, article.pageheaderalt .title-wrapper {
    position: relative;
    background-color: black; }
  /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.pageheader .overlay, article.pageheaderalt .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzU1NjM3YyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzIwNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(12, 32, 68, 0) 0%, rgba(12, 32, 68, 0) 65%, #0c2044 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 32, 68, 0)), color-stop(65%, rgba(12, 32, 68, 0)), color-stop(100%, #0c2044));
    background: -webkit-linear-gradient(top, rgba(12, 32, 68, 0) 0%, rgba(12, 32, 68, 0) 65%, #0c2044 100%);
    background: -o-linear-gradient(top, rgba(12, 32, 68, 0) 0%, rgba(12, 32, 68, 0) 65%, #0c2044 100%);
    background: -ms-linear-gradient(top, rgba(12, 32, 68, 0) 0%, rgba(12, 32, 68, 0) 65%, #0c2044 100%);
    background: linear-gradient(to bottom, rgba(12, 32, 68, 0) 0%, rgba(12, 32, 68, 0) 65%, #0c2044 100%); }
  /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.pageheader .title, article.pageheaderalt .title {
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    right: 0em;
    width: 100%; }
    /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    article.pageheader .title h1, article.pageheaderalt .title h1 {
      max-width: 1020px;
      padding-bottom: 0.2em;
      color: white;
      margin: 0 4% 0.5em 4%;
      border-bottom: 1px solid #cc0033;
      text-align: center;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }

/* line 53, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
article {
  background-color: white;
  color: #0c2044;
  padding-bottom: 5em; }
  /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.dark {
    color: white;
    background-color: #0c2044; }
  /* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article a {
    color: #cc0033; }
    /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    article a:visited {
      color: #cc0033; }
    /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    article a:focus {
      color: #cc0033; }
    /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    article a:hover {
      color: #cc0033; }
    /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    article a:active {
      color: #cc0033; }
  /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article header {
    min-height: 40px; }
    /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    article header .title {
      max-width: 1020px;
      margin: 0 auto;
      padding: 3em 4% 0 4%; }
  /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article .load-more {
    text-align: center; }

/* line 73, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
article.top-picture header .title {
  padding: 0; }

/* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.overlay, .subtitle {
  padding: 0 6.25%; }
  /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .overlay h1, .subtitle h1 {
    max-width: 1020px;
    margin: 0.5em auto;
    text-align: left; }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.subtitle {
  max-width: 1020px;
  margin: 25px auto 0;
  min-height: 56px; }

/* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.article-info {
  color: #cc0033;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  font-size: 1.14286em;
  line-height: 1.5em;
  margin: 5% 6.25% 0.71429em;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #cc0033; }
  @media screen and (min-width: 1024px) {
    /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    .article-info {
      font-size: 1.4em; } }

/* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.date-teaser .article-info {
  margin: 0; }
/* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.date-teaser a {
  text-decoration: none; }
  /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .date-teaser a.content-main {
    color: white;
    color: white; }
    /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .date-teaser a.content-main:visited {
      color: white; }
    /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .date-teaser a.content-main:focus {
      color: #cc0033; }
    /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .date-teaser a.content-main:hover {
      color: #cc0033; }
    /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .date-teaser a.content-main:active {
      color: #cc0033; }

/* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.content-main {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 6.25%; }
  /* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .content-main ol {
    margin-left: 20px; }

/* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
blockquote {
  color: #717171;
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-style: italic;
  margin: 0.8em 0;
  padding: 0 2em;
  position: relative; }
  @media screen and (min-width: 720px) {
    /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    blockquote {
      padding: 0.1em 3em 0 3em; } }

/* line 129, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.contactPerson.feature figure .spinner {
  width: 50%;
  margin: 1em auto;
  background-color: white; }
  /* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .contactPerson.feature figure .spinner img {
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    -o-border-radius: 30em;
    -ms-border-radius: 30em;
    -khtml-border-radius: 30em;
    border-radius: 30em;
    behavior: url("/static/frontend/js/PIE.htc");
    position: relative; }
/* line 136, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.contactPerson.feature figure figcaption {
  color: #717171;
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-style: italic;
  margin: 0.8em 0;
  padding: 0 2em;
  position: relative; }
  /* line 143, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .contactPerson.feature figure figcaption .cp-mail {
    padding-left: 25px;
    background: url("/static/frontend/img/icons/icon_email_darkblue.png") no-repeat left 0.4em transparent; }
  /* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .contactPerson.feature figure figcaption .cp-phone {
    padding-left: 25px;
    background: url("/static/frontend/img/icons/icon_phone_darkblue.png") no-repeat left 0.3em transparent; }

/* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
blockquote p {
  margin-bottom: 0; }
/* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
blockquote p:first-child:before {
  color: #cc0033;
  content: "“";
  display: block;
  font-size: 4em;
  position: absolute;
  left: -0.15em;
  top: 0.175em; }

/* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
blockquote cite, blockquote .cp-name, .contactPerson figcaption cite, .contactPerson figcaption .cp-name {
  color: #cc0033;
  display: block; }
  /* line 168, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  blockquote cite:before, blockquote .cp-name:before, .contactPerson figcaption cite:before, .contactPerson figcaption .cp-name:before {
    content: "— "; }

/* line 172, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.content ul {
  margin: 0.5em 0; }
  /* line 174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .content ul li {
    line-height: 2em;
    padding-left: 1em;
    position: relative; }
    /* line 179, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    .content ul li:before {
      color: #cc0033;
      content: "• ";
      position: absolute;
      left: 0; }

/* line 187, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
article.dark .article-info {
  color: white;
  margin: 0;
  margin-bottom: 0.4em;
  padding-top: 1em; }
/* line 192, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
article.dark a {
  text-decoration: none; }
  /* line 194, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.dark a h3, article.dark a .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white article.dark a .text, article.dark a .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item article.dark a .mdoinfo,
  article.dark a .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item article.dark a .mdoinfo, article.dark a .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome article.dark a .mdoshortname, article.dark a .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest article.dark a .mdoshortname,
  article.dark a .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome article.dark a .mdoshortname,
  article.dark a .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest article.dark a .mdoshortname, article.dark a #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper article.dark a .duoTeam, article.dark a #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder article.dark a .penaltyTitle {
    color: white; }
  /* line 196, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article.dark a p {
    color: white; }

/* line 199, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.module.secondary {
  margin: 1em 0 0 0; }
  /* line 201, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .module.secondary:last-child {
    border-bottom: none; }
  /* line 203, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .module.secondary .animate {
    text-align: center;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    word-break: break-all;
    hyphens: auto; }
  /* line 208, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .module.secondary .value {
    color: #dadada;
    font-size: 63px;
    margin-top: 25px;
    line-height: 1em; }
  /* line 213, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .module.secondary .text {
    color: #717171;
    margin-bottom: 15px;
    text-align: center; }

/* line 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
.tags {
  padding-bottom: 1em; }
  /* line 220, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  .tags a {
    color: white;
    text-decoration: none;
    background-color: #0c2044;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    -khtml-border-radius: 2em;
    border-radius: 2em;
    behavior: url("/static/frontend/js/PIE.htc");
    margin-right: 0.5em;
    padding: 0 0.6em;
    white-space: nowrap;
    font-size: 0.9em; }
    /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .tags a:visited {
      color: white; }
    /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .tags a:focus {
      color: white; }
    /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .tags a:hover {
      color: white; }
    /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .tags a:active {
      color: white; }

/* line 232, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
article aside section.fansArticles, article .primary section.fansArticles {
  margin-bottom: 40px; }
  /* line 234, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
  article aside section.fansArticles .space, article .primary section.fansArticles .space {
    padding: 0;
    width: 100%; }
    /* line 237, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    article aside section.fansArticles .space h2, article aside section.fansArticles .space .junior .statsPart .statsTeam, .junior .statsPart article aside section.fansArticles .space .statsTeam, article aside section.fansArticles .space .junior .datesContentWrapper .scores, .junior .datesContentWrapper article aside section.fansArticles .space .scores, article aside section.fansArticles .space .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article aside section.fansArticles .space .mdoresulthome, article aside section.fansArticles .space .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article aside section.fansArticles .space .mdoresultguest,
    article aside section.fansArticles .space .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article aside section.fansArticles .space .mdoresulthome,
    article aside section.fansArticles .space .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article aside section.fansArticles .space .mdoresultguest, article aside section.fansArticles .space .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article aside section.fansArticles .space .mdopoints,
    article aside section.fansArticles .space .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article aside section.fansArticles .space .mdopoints, article aside section.fansArticles .space #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data article aside section.fansArticles .space .circle, article aside section.fansArticles .space #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent article aside section.fansArticles .space h2, article .primary section.fansArticles .space h2, article .primary section.fansArticles .space .junior .statsPart .statsTeam, .junior .statsPart article .primary section.fansArticles .space .statsTeam, article .primary section.fansArticles .space .junior .datesContentWrapper .scores, .junior .datesContentWrapper article .primary section.fansArticles .space .scores, article .primary section.fansArticles .space .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult section.fansArticles .space .mdoresulthome, article .primary section.fansArticles .space .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult section.fansArticles .space .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article .primary section.fansArticles .space .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article .primary section.fansArticles .space .mdoresultguest, article .primary section.fansArticles .space .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult section.fansArticles .space .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult article .primary section.fansArticles .space .mdopoints, article .primary section.fansArticles .space #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data article .primary section.fansArticles .space .circle, article .primary section.fansArticles .space #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent article .primary section.fansArticles .space h2 {
      margin: 0 0 17px; }
    /* line 239, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    article aside section.fansArticles .space .products, article .primary section.fansArticles .space .products {
      margin-bottom: 20px; }
      /* line 241, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
      article aside section.fansArticles .space .products .product, article .primary section.fansArticles .space .products .product {
        position: relative;
        margin-bottom: 10px;
        cursor: pointer; }
        /* line 245, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
        article aside section.fansArticles .space .products .product:empty, article .primary section.fansArticles .space .products .product:empty {
          display: none; }
        /* line 247, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
        article aside section.fansArticles .space .products .product a, article .primary section.fansArticles .space .products .product a {
          display: none;
          z-index: 10;
          background-color: #cc0033;
          -khtml-opacity: 0.9;
          -moz-opacity: 0.9;
          -ms-filter: alpha(opacity=90);
          filter: alpha(opacity=90);
          filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
          opacity: 0.9;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          text-align: center; }
          /* line 262, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
          article aside section.fansArticles .space .products .product a .productWrapper, article .primary section.fansArticles .space .products .product a .productWrapper {
            margin: 33% 0 0;
            vertical-align: middle; }
            /* line 265, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
            article aside section.fansArticles .space .products .product a .productWrapper p, article aside section.fansArticles .space .products .product a .productWrapper .price, article aside section.fansArticles .space .products .product a .productWrapper span, article .primary section.fansArticles .space .products .product a .productWrapper p, article .primary section.fansArticles .space .products .product a .productWrapper .price, article .primary section.fansArticles .space .products .product a .productWrapper span {
              color: white;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-filter: alpha(opacity=100);
              filter: alpha(opacity=100);
              filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
              opacity: 1;
              font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
              text-transform: uppercase; }
            /* line 275, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
            article aside section.fansArticles .space .products .product a .productWrapper p, article .primary section.fansArticles .space .products .product a .productWrapper p {
              margin: 0;
              font-size: 18px; }
            /* line 278, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
            article aside section.fansArticles .space .products .product a .productWrapper .price, article .primary section.fansArticles .space .products .product a .productWrapper .price {
              font-size: 24px;
              margin-top: 10px; }
            /* line 281, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
            article aside section.fansArticles .space .products .product a .productWrapper p:last-child, article .primary section.fansArticles .space .products .product a .productWrapper p:last-child {
              font-size: 16px;
              margin-top: 40px; }
            /* line 284, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
            article aside section.fansArticles .space .products .product a .productWrapper span, article .primary section.fansArticles .space .products .product a .productWrapper span {
              font-size: 13px;
              padding-right: 110px;
              background-image: url(../img/fans/shop/redbullshop_logo_Mobile.png);
              background-repeat: no-repeat;
              background-position: right center; }
      /* line 291, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
      article aside section.fansArticles .space .products .product.clicked a, article .primary section.fansArticles .space .products .product.clicked a {
        display: block; }
    /* line 293, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
    article aside section.fansArticles .space .rbbutton, article .primary section.fansArticles .space .rbbutton {
      position: static;
      float: none;
      padding: 0.3em 0.6em; }
      /* line 297, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
      article aside section.fansArticles .space .rbbutton p, article .primary section.fansArticles .space .rbbutton p {
        margin: 0; }
        /* line 299, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_article.sass */
        article aside section.fansArticles .space .rbbutton p span, article .primary section.fansArticles .space .rbbutton p span {
          color: white;
          font-size: 13px;
          font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
          padding-right: 110px;
          background-image: url(../img/fans/shop/redbullshop_logo_Mobile.png);
          background-repeat: no-repeat;
          background-position: right center; }

/* ----------------------------------------------
 * Basic Stylesheet for statistic modules within an article
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.primary,
.secondary {
  width: 100%; }
  /* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .elfgegenelf,
  .primary .bilanz,
  .secondary .elfgegenelf,
  .secondary .bilanz {
    width: 100%; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .bilanz,
  .secondary .bilanz {
    clear: both;
    height: 330px; }
    /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .bilanz .barWrapper,
    .secondary .bilanz .barWrapper {
      width: 20%;
      margin-left: 2.5%;
      margin-right: 2.5%;
      height: 100%;
      margin-top: 1.5em;
      float: left; }
      /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      .primary .bilanz .barWrapper .bilanzBar,
      .secondary .bilanz .barWrapper .bilanzBar {
        width: 46.66667%;
        margin-left: 1.66667%;
        margin-right: 1.66667%;
        height: 300px;
        float: left; }
      /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      .primary .bilanz .barWrapper .wrapperTitle,
      .secondary .bilanz .barWrapper .wrapperTitle {
        margin-top: 0.5em;
        text-align: center; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .direktvergleich,
  .secondary .direktvergleich {
    width: 100%; }
    /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .direktvergleich .rbSelectBox,
    .secondary .direktvergleich .rbSelectBox {
      width: 100%;
      margin-bottom: 20px; }
  /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .infospot,
  .secondary .infospot {
    width: 100%;
    height: 320px; }
  /* line 39, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .torart,
  .secondary .torart {
    width: 100%;
    height: 170px; }
  /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .torjaeger,
  .secondary .torjaeger {
    width: 100%;
    height: 350px; }
  /* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .sec-img-list,
  .secondary .sec-img-list {
    width: 100%;
    height: 172px; }
    /* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .sec-img-list li.sec-img-item,
    .secondary .sec-img-list li.sec-img-item {
      color: #0c2044;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      width: 100%;
      height: 100%;
      float: left;
      content: none; }
      /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      .primary .sec-img-list li.sec-img-item a.sec-img-item-link,
      .secondary .sec-img-list li.sec-img-item a.sec-img-item-link {
        width: 100%;
        height: 100%; }
  /* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .image-showcase-wrapper,
  .secondary .image-showcase-wrapper {
    border: none;
    margin-bottom: 2em; }
  /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary figcaption,
  .secondary figcaption {
    margin-top: 3px; }
    /* line 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary figcaption .captureText, .primary figcaption #leaguePage .dataText, #leaguePage .primary figcaption .dataText, .primary figcaption #leaguePage .dataName, #leaguePage .primary figcaption .dataName, .primary figcaption #leaguePage .dataTeam, #leaguePage .primary figcaption .dataTeam, .primary figcaption #leaguePage .topDuoWrapper .topDuoContent .player .dataValue, #leaguePage .topDuoWrapper .topDuoContent .player .primary figcaption .dataValue,
    .secondary figcaption .captureText,
    .secondary figcaption #leaguePage .dataText,
    #leaguePage .secondary figcaption .dataText,
    .secondary figcaption #leaguePage .dataName,
    #leaguePage .secondary figcaption .dataName,
    .secondary figcaption #leaguePage .dataTeam,
    #leaguePage .secondary figcaption .dataTeam,
    .secondary figcaption #leaguePage .topDuoWrapper .topDuoContent .player .dataValue,
    #leaguePage .topDuoWrapper .topDuoContent .player .secondary figcaption .dataValue {
      color: #717171; }
  /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .match-preview,
  .secondary .match-preview {
    padding: 20px 0; }
    /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .match-preview .match-dfb,
    .secondary .match-preview .match-dfb {
      height: 300px; }
      /* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      .primary .match-preview .match-dfb .match-item,
      .secondary .match-preview .match-dfb .match-item {
        float: left; }
    /* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .match-preview .match-list, .primary .match-preview .match-manual,
    .secondary .match-preview .match-list,
    .secondary .match-preview .match-manual {
      height: auto; }
    /* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .match-preview .match-list, .primary .match-preview .match-dfb, .primary .match-preview .match-manual,
    .secondary .match-preview .match-list,
    .secondary .match-preview .match-dfb,
    .secondary .match-preview .match-manual {
      width: 100%; }
      /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      .primary .match-preview .match-list .match-item, .primary .match-preview .match-dfb .match-item, .primary .match-preview .match-manual .match-item,
      .secondary .match-preview .match-list .match-item,
      .secondary .match-preview .match-dfb .match-item,
      .secondary .match-preview .match-manual .match-item {
        color: #0c2044;
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 1.5em;
        width: 100%;
        height: 100%; }
        /* line 85, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .primary .match-preview .match-list .match-item .matchday, .primary .match-preview .match-dfb .match-item .matchday, .primary .match-preview .match-manual .match-item .matchday,
        .secondary .match-preview .match-list .match-item .matchday,
        .secondary .match-preview .match-dfb .match-item .matchday,
        .secondary .match-preview .match-manual .match-item .matchday {
          width: 100%; }
        /* line 87, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .primary .match-preview .match-list .match-item .matchteams, .primary .match-preview .match-dfb .match-item .matchteams, .primary .match-preview .match-manual .match-item .matchteams,
        .secondary .match-preview .match-list .match-item .matchteams,
        .secondary .match-preview .match-dfb .match-item .matchteams,
        .secondary .match-preview .match-manual .match-item .matchteams {
          width: 100%;
          margin: 10px 0; }
          /* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchteams .matchicon, .primary .match-preview .match-dfb .match-item .matchteams .matchicon, .primary .match-preview .match-manual .match-item .matchteams .matchicon,
          .secondary .match-preview .match-list .match-item .matchteams .matchicon,
          .secondary .match-preview .match-dfb .match-item .matchteams .matchicon,
          .secondary .match-preview .match-manual .match-item .matchteams .matchicon {
            text-align: center; }
            /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .match-preview .match-list .match-item .matchteams .matchicon img, .primary .match-preview .match-dfb .match-item .matchteams .matchicon img, .primary .match-preview .match-manual .match-item .matchteams .matchicon img,
            .secondary .match-preview .match-list .match-item .matchteams .matchicon img,
            .secondary .match-preview .match-dfb .match-item .matchteams .matchicon img,
            .secondary .match-preview .match-manual .match-item .matchteams .matchicon img {
              width: 80px; }
          /* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchteams .matchiconwrapper, .primary .match-preview .match-dfb .match-item .matchteams .matchiconwrapper, .primary .match-preview .match-manual .match-item .matchteams .matchiconwrapper,
          .secondary .match-preview .match-list .match-item .matchteams .matchiconwrapper,
          .secondary .match-preview .match-dfb .match-item .matchteams .matchiconwrapper,
          .secondary .match-preview .match-manual .match-item .matchteams .matchiconwrapper {
            height: 60%;
            width: 100%; }
            /* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .match-preview .match-list .match-item .matchteams .matchiconwrapper .matchicon, .primary .match-preview .match-dfb .match-item .matchteams .matchiconwrapper .matchicon, .primary .match-preview .match-manual .match-item .matchteams .matchiconwrapper .matchicon,
            .secondary .match-preview .match-list .match-item .matchteams .matchiconwrapper .matchicon,
            .secondary .match-preview .match-dfb .match-item .matchteams .matchiconwrapper .matchicon,
            .secondary .match-preview .match-manual .match-item .matchteams .matchiconwrapper .matchicon {
              height: 100%;
              width: 100%;
              vertical-align: middle;
              text-align: center; }
              /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
              .primary .match-preview .match-list .match-item .matchteams .matchiconwrapper .matchicon img, .primary .match-preview .match-dfb .match-item .matchteams .matchiconwrapper .matchicon img, .primary .match-preview .match-manual .match-item .matchteams .matchiconwrapper .matchicon img,
              .secondary .match-preview .match-list .match-item .matchteams .matchiconwrapper .matchicon img,
              .secondary .match-preview .match-dfb .match-item .matchteams .matchiconwrapper .matchicon img,
              .secondary .match-preview .match-manual .match-item .matchteams .matchiconwrapper .matchicon img {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                display: inline; }
          /* line 107, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchteams .matchname, .primary .match-preview .match-dfb .match-item .matchteams .matchname, .primary .match-preview .match-manual .match-item .matchteams .matchname,
          .secondary .match-preview .match-list .match-item .matchteams .matchname,
          .secondary .match-preview .match-dfb .match-item .matchteams .matchname,
          .secondary .match-preview .match-manual .match-item .matchteams .matchname {
            height: 32%;
            padding: 4% 2%;
            width: 96%;
            text-align: center;
            text-transform: uppercase; }
          /* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchteams .matchhome, .primary .match-preview .match-dfb .match-item .matchteams .matchhome, .primary .match-preview .match-manual .match-item .matchteams .matchhome,
          .secondary .match-preview .match-list .match-item .matchteams .matchhome,
          .secondary .match-preview .match-dfb .match-item .matchteams .matchhome,
          .secondary .match-preview .match-manual .match-item .matchteams .matchhome {
            width: 40%;
            float: left;
            height: 100%;
            padding: 0 4%;
            margin: 0; }
          /* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchteams .matchpoints, .primary .match-preview .match-dfb .match-item .matchteams .matchpoints, .primary .match-preview .match-manual .match-item .matchteams .matchpoints,
          .secondary .match-preview .match-list .match-item .matchteams .matchpoints,
          .secondary .match-preview .match-dfb .match-item .matchteams .matchpoints,
          .secondary .match-preview .match-manual .match-item .matchteams .matchpoints {
            width: 4%;
            height: 65px;
            float: left;
            padding: 10px 0 0 0;
            margin: 0; }
            /* line 125, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .match-preview .match-list .match-item .matchteams .matchpoints .matchpoint1, .primary .match-preview .match-list .match-item .matchteams .matchpoints .matchpoint2, .primary .match-preview .match-dfb .match-item .matchteams .matchpoints .matchpoint1, .primary .match-preview .match-dfb .match-item .matchteams .matchpoints .matchpoint2, .primary .match-preview .match-manual .match-item .matchteams .matchpoints .matchpoint1, .primary .match-preview .match-manual .match-item .matchteams .matchpoints .matchpoint2,
            .secondary .match-preview .match-list .match-item .matchteams .matchpoints .matchpoint1,
            .secondary .match-preview .match-list .match-item .matchteams .matchpoints .matchpoint2,
            .secondary .match-preview .match-dfb .match-item .matchteams .matchpoints .matchpoint1,
            .secondary .match-preview .match-dfb .match-item .matchteams .matchpoints .matchpoint2,
            .secondary .match-preview .match-manual .match-item .matchteams .matchpoints .matchpoint1,
            .secondary .match-preview .match-manual .match-item .matchteams .matchpoints .matchpoint2 {
              width: 100%;
              height: 40%; }
            /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .match-preview .match-list .match-item .matchteams .matchpoints .mp1_ins, .primary .match-preview .match-list .match-item .matchteams .matchpoints .mp2_ins, .primary .match-preview .match-dfb .match-item .matchteams .matchpoints .mp1_ins, .primary .match-preview .match-dfb .match-item .matchteams .matchpoints .mp2_ins, .primary .match-preview .match-manual .match-item .matchteams .matchpoints .mp1_ins, .primary .match-preview .match-manual .match-item .matchteams .matchpoints .mp2_ins,
            .secondary .match-preview .match-list .match-item .matchteams .matchpoints .mp1_ins,
            .secondary .match-preview .match-list .match-item .matchteams .matchpoints .mp2_ins,
            .secondary .match-preview .match-dfb .match-item .matchteams .matchpoints .mp1_ins,
            .secondary .match-preview .match-dfb .match-item .matchteams .matchpoints .mp2_ins,
            .secondary .match-preview .match-manual .match-item .matchteams .matchpoints .mp1_ins,
            .secondary .match-preview .match-manual .match-item .matchteams .matchpoints .mp2_ins {
              background-color: #0c2044;
              width: 100%;
              max-width: 10px;
              height: 38%; }
          /* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchteams .matchguest, .primary .match-preview .match-dfb .match-item .matchteams .matchguest, .primary .match-preview .match-manual .match-item .matchteams .matchguest,
          .secondary .match-preview .match-list .match-item .matchteams .matchguest,
          .secondary .match-preview .match-dfb .match-item .matchteams .matchguest,
          .secondary .match-preview .match-manual .match-item .matchteams .matchguest {
            width: 40%;
            float: right;
            height: 100%;
            padding: 0 4%;
            margin: 0; }
        /* line 139, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .primary .match-preview .match-list .match-item .matchplace, .primary .match-preview .match-dfb .match-item .matchplace, .primary .match-preview .match-manual .match-item .matchplace,
        .secondary .match-preview .match-list .match-item .matchplace,
        .secondary .match-preview .match-dfb .match-item .matchplace,
        .secondary .match-preview .match-manual .match-item .matchplace {
          border-top: 1px solid #cc0033;
          padding-top: 15px; }
          /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchplace .matchdate, .primary .match-preview .match-dfb .match-item .matchplace .matchdate, .primary .match-preview .match-manual .match-item .matchplace .matchdate,
          .secondary .match-preview .match-list .match-item .matchplace .matchdate,
          .secondary .match-preview .match-dfb .match-item .matchplace .matchdate,
          .secondary .match-preview .match-manual .match-item .matchplace .matchdate {
            background: url(/static/frontend/img/icons/icon_calender_darkblue.png) no-repeat 0 center; }
          /* line 144, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchplace .matchtime, .primary .match-preview .match-dfb .match-item .matchplace .matchtime, .primary .match-preview .match-manual .match-item .matchplace .matchtime,
          .secondary .match-preview .match-list .match-item .matchplace .matchtime,
          .secondary .match-preview .match-dfb .match-item .matchplace .matchtime,
          .secondary .match-preview .match-manual .match-item .matchplace .matchtime {
            background: url(/static/frontend/img/icons/icon_clock_darkblue.png) no-repeat 0 center; }
          /* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchplace .matchlocation, .primary .match-preview .match-dfb .match-item .matchplace .matchlocation, .primary .match-preview .match-manual .match-item .matchplace .matchlocation,
          .secondary .match-preview .match-list .match-item .matchplace .matchlocation,
          .secondary .match-preview .match-dfb .match-item .matchplace .matchlocation,
          .secondary .match-preview .match-manual .match-item .matchplace .matchlocation {
            background: url(/static/frontend/img/icons/icon_location_darkblue.png) no-repeat 2px 5px; }
          /* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .match-preview .match-list .match-item .matchplace .matchlocationtext, .primary .match-preview .match-list .match-item .matchplace .matchdatetext, .primary .match-preview .match-list .match-item .matchplace .matchtimetext, .primary .match-preview .match-dfb .match-item .matchplace .matchlocationtext, .primary .match-preview .match-dfb .match-item .matchplace .matchdatetext, .primary .match-preview .match-dfb .match-item .matchplace .matchtimetext, .primary .match-preview .match-manual .match-item .matchplace .matchlocationtext, .primary .match-preview .match-manual .match-item .matchplace .matchdatetext, .primary .match-preview .match-manual .match-item .matchplace .matchtimetext,
          .secondary .match-preview .match-list .match-item .matchplace .matchlocationtext,
          .secondary .match-preview .match-list .match-item .matchplace .matchdatetext,
          .secondary .match-preview .match-list .match-item .matchplace .matchtimetext,
          .secondary .match-preview .match-dfb .match-item .matchplace .matchlocationtext,
          .secondary .match-preview .match-dfb .match-item .matchplace .matchdatetext,
          .secondary .match-preview .match-dfb .match-item .matchplace .matchtimetext,
          .secondary .match-preview .match-manual .match-item .matchplace .matchlocationtext,
          .secondary .match-preview .match-manual .match-item .matchplace .matchdatetext,
          .secondary .match-preview .match-manual .match-item .matchplace .matchtimetext {
            padding-left: 25px; }
  /* line 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .primary .matchdayoverview-preview,
  .secondary .matchdayoverview-preview {
    height: 450px; }
    /* line 152, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .primary .matchdayoverview-preview ul.matchdayoverview-list,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list {
      width: 100%;
      height: 475px; }
      /* line 155, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item {
        color: #0c2044;
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        width: 100%;
        height: 100%;
        float: left; }
        /* line 161, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .redLine,
        .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .redLine {
          display: inline-block;
          margin-bottom: 7px;
          border-bottom: 1px solid #cc0033;
          width: 35%;
          height: 13px; }
        /* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
        .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo {
          display: inline-block;
          color: #0c2044;
          width: 30%;
          line-height: 20px;
          text-align: center; }
        /* line 174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame,
        .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame {
          height: 36px;
          padding: 0; }
          /* line 177, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
          .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams {
            width: 100%;
            height: 100%; }
            /* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
            .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname {
              text-align: right; }
            /* line 182, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
            .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname {
              text-align: left; }
            /* line 184, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest,
            .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome,
            .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest {
              width: 35%;
              float: left;
              padding: 3px 0;
              height: 30px; }
              /* line 189, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
              .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname {
                height: 100%;
                width: 45%;
                float: left;
                text-transform: uppercase;
                line-height: 31px;
                word-wrap: normal; }
              /* line 197, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
              .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoiconwrapper, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoiconwrapper,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoiconwrapper,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoiconwrapper {
                height: 100%;
                width: 55%;
                float: left; }
                /* line 201, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
                .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoiconwrapper .mdoicon, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoiconwrapper .mdoicon,
                .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoiconwrapper .mdoicon,
                .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoiconwrapper .mdoicon {
                  height: 100%;
                  width: 100%;
                  vertical-align: middle;
                  text-align: center; }
                  /* line 206, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
                  .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoiconwrapper .mdoicon img, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoiconwrapper .mdoicon img,
                  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoiconwrapper .mdoicon img,
                  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoiconwrapper .mdoicon img {
                    max-height: 100%;
                    max-width: 100%;
                    width: auto;
                    display: inline; }
            /* line 211, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
            .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult,
            .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult {
              width: 30%;
              height: 100%;
              float: left; }
              /* line 215, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
              .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest {
                width: 45%;
                float: left;
                height: 100%;
                text-align: center;
                color: #0c2044;
                line-height: 34px;
                margin: 0; }
              /* line 224, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
              .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
              .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints {
                color: #0c2044;
                text-align: center;
                line-height: 34px;
                width: 10%;
                height: 100%;
                float: left;
                margin: 0; }

/* line 235, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.matchdayoverview-preview .caroufredsel_wrapper {
  left: 0 !important; }

/* line 238, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
#matchpagination-prev-wrapper {
  left: 0;
  width: 32px;
  height: 100px;
  position: absolute;
  top: 0; }
  /* line 244, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #matchpagination-prev-wrapper a.gridMatch-prev {
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -1647px;
    background-repeat: no-repeat;
    z-index: 1;
    display: block;
    position: relative;
    height: 100%;
    padding-right: 8px;
    left: -8px;
    width: 100%; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 244, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      #matchpagination-prev-wrapper a.gridMatch-prev {
        background-position: 0px -1545px;
        background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
        -webkit-background-size: 80px auto;
        -moz-background-size: 80px auto;
        -o-background-size: 80px auto;
        background-size: 80px auto; } }
    /* line 253, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    #matchpagination-prev-wrapper a.gridMatch-prev:hover {
      background-image: url('/static/frontend/img/ui-s31a96b710b.png');
      background-position: 0 -1647px;
      background-repeat: no-repeat;
      background-color: rgba(255, 255, 255, 0.5); }
      @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
        /* line 253, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        #matchpagination-prev-wrapper a.gridMatch-prev:hover {
          background-position: 0px -1545px;
          background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
          -webkit-background-size: 80px auto;
          -moz-background-size: 80px auto;
          -o-background-size: 80px auto;
          background-size: 80px auto; } }

/* line 257, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
#matchpagination-next-wrapper {
  right: 0;
  width: 32px;
  height: 100px;
  position: absolute;
  top: 0;
  margin-right: 8px; }
  /* line 264, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #matchpagination-next-wrapper a.gridMatch-next {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding-left: 8px;
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -1777px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 264, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
      #matchpagination-next-wrapper a.gridMatch-next {
        background-position: 0px -1660px;
        background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
        -webkit-background-size: 80px auto;
        -moz-background-size: 80px auto;
        -o-background-size: 80px auto;
        background-size: 80px auto; } }
    /* line 272, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    #matchpagination-next-wrapper a.gridMatch-next:hover {
      background-image: url('/static/frontend/img/ui-s31a96b710b.png');
      background-position: 0 -1777px;
      background-repeat: no-repeat;
      background-color: rgba(255, 255, 255, 0.5); }
      @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
        /* line 272, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        #matchpagination-next-wrapper a.gridMatch-next:hover {
          background-position: 0px -1660px;
          background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
          -webkit-background-size: 80px auto;
          -moz-background-size: 80px auto;
          -o-background-size: 80px auto;
          background-size: 80px auto; } }

/* line 276, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.gmp2 {
  width: 50px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  background: url(../img/ui/prev_darkblue_small.png) no-repeat left center transparent; }

/* line 284, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.gmn2 {
  width: 50px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url(../img/ui/next_darkblue_small.png) no-repeat right center transparent; }

/* line 294, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.matchPagination, .imageGalleryPagination {
  height: 31px;
  position: relative; }
  /* line 297, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .matchPagination a.disabled, .imageGalleryPagination a.disabled {
    cursor: default; }

/* line 300, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.matchPagination.gm2 {
  height: 40px;
  position: relative; }
  /* line 303, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .matchPagination.gm2 .colorSlayerLeft, .matchPagination.gm2 .colorSlayerRight {
    position: absolute;
    top: 0;
    width: 33%;
    height: 40px;
    z-index: 9; }
  /* line 309, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .matchPagination.gm2 .colorSlayerLeft {
    left: 0;
    background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(25%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  /* line 321, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .matchPagination.gm2 .colorSlayerRight {
    right: 0;
    background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  /* line 332, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .matchPagination.gm2 .mdospieltag-list {
    height: 40px;
    width: 50%;
    left: 25%;
    color: #0c2044; }
    /* line 337, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .matchPagination.gm2 .mdospieltag-list .mdospieltag-item {
      float: left;
      width: 100%;
      text-align: center;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
      @media screen and (max-width: 720px) {
        /* line 337, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .matchPagination.gm2 .mdospieltag-list .mdospieltag-item {
          font-size: 2.4em;
          line-height: 34px; } }
      @media screen and (min-width: 721px) and (max-width: 1024px) {
        /* line 337, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .matchPagination.gm2 .mdospieltag-list .mdospieltag-item {
          font-size: 2.4em;
          line-height: 81px; } }
      @media screen and (min-width: 1025px) {
        /* line 337, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
        .matchPagination.gm2 .mdospieltag-list .mdospieltag-item {
          line-height: 92px;
          font-size: 5em; } }

/* line 352, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.matchPagination a span, .imageGalleryPagination a span {
  display: none; }

/* line 355, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.grid-matchPagination, .grid-imageGalleryPagination {
  text-align: center;
  padding: 5px; }

/* line 359, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.grid-matchPagination a, .grid-imageGalleryPagination a {
  background-image: url('/static/frontend/img/ui-s31a96b710b.png');
  background-position: 0 -3595px;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  padding: 1px;
  margin: 0 5px;
  display: inline-block; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 359, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .grid-matchPagination a, .grid-imageGalleryPagination a {
      background-position: 0px -2393px;
      background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
      -webkit-background-size: 80px auto;
      -moz-background-size: 80px auto;
      -o-background-size: 80px auto;
      background-size: 80px auto; } }

/* line 367, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.grid-matchPagination a.selected, .grid-imageGalleryPagination a.selected {
  background-image: url('/static/frontend/img/ui-s31a96b710b.png');
  background-position: 0 -2167px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: default;
  display: inline-block; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 367, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .grid-matchPagination a.selected, .grid-imageGalleryPagination a.selected {
      background-position: 0px -985px;
      background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
      -webkit-background-size: 80px auto;
      -moz-background-size: 80px auto;
      -o-background-size: 80px auto;
      background-size: 80px auto; } }

/* line 375, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.grid-matchPagination a span, .grid-imageGalleryPagination a span {
  display: none; }

/* line 381, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
#blitztabelle {
  margin-bottom: 2em; }
  /* line 383, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
  /* line 388, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle tbody tr:first-child {
    border-top: 1px solid #cc0033; }
  /* line 390, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle tbody td {
    border-bottom: 1px solid #cc0033;
    padding: 7px 0px 6px 0;
    font-weight: bold; }
  /* line 394, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle tbody td:first-child {
    color: #cc0033; }
    /* line 396, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    #blitztabelle tbody td:first-child div {
      width: 38px; }
  /* line 398, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle tbody td:last-child {
    padding-right: 0px; }
  /* line 400, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle tbody img {
    width: auto;
    margin: 0; }
  /* line 403, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .up {
    background: url(/static/frontend/img/tables/rot_aufsteigend.png) no-repeat 3px 6px;
    height: 30px; }
  /* line 406, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .no {
    background: url(/static/frontend/img/tables/rot_gleich.png) no-repeat 3px 6px;
    height: 30px; }
  /* line 409, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .down {
    background: url(/static/frontend/img/tables/rot_absteigend.png) no-repeat 3px 6px;
    height: 30px; }
  /* line 412, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .icon {
    height: 38px; }
  /* line 414, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .center {
    text-align: center; }
  /* line 416, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .space {
    display: flex; }
  /* line 418, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .teamname {
    display: flex;
    margin: 0 0 0 0.5em; }
  /* line 421, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .teamlogo {
    display: flex; }
  /* line 423, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  #blitztabelle .points {
    margin: 0;
    width: 100%; }

/* line 427, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.teams {
  text-align: center; }
  /* line 429, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .teams .home {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    border-bottom: 3px solid #cc0033;
    margin-top: 10px; }
  /* line 435, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .teams .away {
    width: 48%;
    border-bottom: 3px solid #0c2044;
    display: inline-block;
    vertical-align: top; }
  /* line 440, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .teams img {
    width: auto;
    float: left;
    margin: 0 5px 3px 0;
    display: none; }
  /* line 445, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .teams .teamname {
    text-align: left;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

/* line 459, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
body.rbs .primary .bilanz .barWrapper .wrapperTitle, body.rbs .secondary .bilanz .barWrapper .wrapperTitle {
  font-size: 10px; }
/* line 462, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
body.rbs .teams .home, body.rbs .teams .away {
  width: 47%; }
  /* line 464, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  body.rbs .teams .home .teamname, body.rbs .teams .away .teamname {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
/* line 470, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
body.rbs .matchdayoverview-preview {
  height: 410px;
  overflow: hidden; }

/* line 481, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchhome .matchicon, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchhome .matchicon, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchhome .matchicon, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchhome .matchicon, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchhome .matchicon, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchhome .matchicon {
  width: 70%;
  float: left; }
  /* line 484, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchhome .matchicon img, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchhome .matchicon img, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchhome .matchicon img, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchhome .matchicon img, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchhome .matchicon img, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchhome .matchicon img {
    float: right;
    width: 60%;
    min-width: 80px;
    max-width: 147px; }
/* line 489, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchhome .matchresult, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchhome .matchresult, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchhome .matchresult, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchhome .matchresult, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchhome .matchresult, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchhome .matchresult {
  width: 25%;
  float: right;
  text-align: right; }
/* line 494, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchguest .matchicon, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchguest .matchicon, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchguest .matchicon, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchguest .matchicon, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchguest .matchicon, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchguest .matchicon {
  width: 70%;
  float: right; }
  /* line 497, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchguest .matchicon img, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchguest .matchicon img, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchguest .matchicon img, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchguest .matchicon img, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchguest .matchicon img, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchguest .matchicon img {
    float: left;
    width: 60%;
    min-width: 80px;
    max-width: 147px; }
/* line 502, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchguest .matchresult, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchguest .matchresult, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchguest .matchresult, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchguest .matchresult, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchguest .matchresult, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchguest .matchresult {
  width: 25%;
  float: left;
  text-align: left; }
/* line 506, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchresult, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchresult, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchresult, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchresult, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchresult, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchresult {
  font-size: 3em;
  line-height: 1.2em; }
/* line 509, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchname, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchname, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchname, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchname, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchname, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchname {
  clear: both; }
/* line 511, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
.newsDetail .primary .match-preview .match-list .match-item .matchteams.withresult .matchname.noicon, .newsDetail .primary .match-preview .match-dfb .match-item .matchteams.withresult .matchname.noicon, .newsDetail .primary .match-preview .match-manual .match-item .matchteams.withresult .matchname.noicon, .newsDetail .secondary .match-preview .match-list .match-item .matchteams.withresult .matchname.noicon, .newsDetail .secondary .match-preview .match-dfb .match-item .matchteams.withresult .matchname.noicon, .newsDetail .secondary .match-preview .match-manual .match-item .matchteams.withresult .matchname.noicon {
  padding-top: 4%; }

@media screen and (min-width: 1201px) {
  /* line 515, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .responsive_div + .overlay .title {
    bottom: 50px; }
    /* line 517, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .responsive_div + .overlay .title h1 {
      margin: 0 auto; } }
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 520, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
  .responsive_div + .overlay .title {
    bottom: 50px; }
    /* line 522, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/article/_stats-rbs.sass */
    .responsive_div + .overlay .title h1 {
      margin: 0 4%; } }
/* the season */
/* ----------------------------------------------
 * Basic Stylesheet for season
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasonheader {
  background-color: transparent;
  max-width: 1020px;
  color: white;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  margin: 0 auto; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #seasonheader #seasonselection {
    width: 80%;
    margin: 0 auto;
    font-size: 2.5em;
    line-height: 3em;
    height: 2em;
    position: relative; }
    /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #seasonheader #seasonselection .lastSeason {
      position: absolute;
      width: 35%;
      height: 100%;
      left: 0;
      float: left; }
      /* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #seasonheader #seasonselection .lastSeason .arrowBG {
        display: none;
        height: 100%;
        width: 40%;
        left: 0;
        float: left;
        background-image: url('/static/frontend/img/ui-s31a96b710b.png');
        background-position: 0 -1907px;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
          /* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
          #seasonheader #seasonselection .lastSeason .arrowBG {
            background-position: 0px -1130px;
            background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
            -webkit-background-size: 80px auto;
            -moz-background-size: 80px auto;
            -o-background-size: 80px auto;
            background-size: 80px auto; } }
      /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #seasonheader #seasonselection .lastSeason .color {
        display: none; }
    /* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #seasonheader #seasonselection .currentSeason {
      width: 70%;
      height: 100%;
      float: left;
      text-align: center;
      margin: 0 15%;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      /* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #seasonheader #seasonselection .currentSeason .wrapper {
        width: auto;
        overflow-x: scroll;
        position: absolute; }
      /* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #seasonheader #seasonselection .currentSeason .years {
        float: left;
        text-align: center; }
    /* line 51, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #seasonheader #seasonselection .nextSeason {
      position: absolute;
      width: 35%;
      height: 100%;
      float: right;
      right: 0;
      text-align: center; }
      /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #seasonheader #seasonselection .nextSeason .arrowBG {
        display: none;
        width: 40%;
        height: 100%;
        right: 0;
        float: right;
        background-image: url('/static/frontend/img/ui-s31a96b710b.png');
        background-position: 0 -2037px;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
          /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
          #seasonheader #seasonselection .nextSeason .arrowBG {
            background-position: 0px -1245px;
            background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
            -webkit-background-size: 80px auto;
            -moz-background-size: 80px auto;
            -o-background-size: 80px auto;
            background-size: 80px auto; } }
      /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #seasonheader #seasonselection .nextSeason .color {
        display: none; }

/* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.leagueTableHome, .leagueTableAway {
  display: none; }

/* line 71, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#league {
  display: none; }

/* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasonline {
  height: 2em;
  line-height: 2em;
  font-size: 2em; }

/* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasoncompetitions {
  display: none; }

/* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbs:not(.fc-liefering) #schedules #seasoncompetitions {
  display: none; }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasoncompetitions-selecter {
  height: 40px;
  display: block;
  width: 92%;
  margin: 2em 4%;
  text-align: center; }

/* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#labelcompetition {
  width: 80%;
  float: left;
  margin: 0 10%;
  padding: 0; }

/* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#matchday-teamswitch_mobileonly {
  margin-bottom: 2em; }

/* line 96, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#matchday {
  display: none;
  margin: 2em 7%;
  text-align: center; }

/* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#matchdayresults {
  display: none; }

/* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#mdr-homeicon_mobileonly, #mdr-guesticon_mobileonly {
  width: 42%;
  display: inline-block; }
  /* line 105, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #mdr-homeicon_mobileonly .teamlogo-wrapper img, #mdr-guesticon_mobileonly .teamlogo-wrapper img {
    max-height: 80px;
    max-width: 100%;
    width: auto; }

/* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standing {
  display: none; }

/* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#matchdayresults_mobileonly {
  display: block;
  height: 220px;
  margin-bottom: 1em;
  width: 100%; }

/* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standing_mobileonly {
  width: 190px;
  height: 190px;
  float: none;
  display: inline-block;
  border: 3px solid #7f8595;
  border-radius: 50%; }

/* line 123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standhome, #standguest {
  width: 40%;
  float: left;
  font-size: 7em;
  line-height: 1em;
  height: 100px;
  margin-top: 40px; }

/* line 130, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standhome {
  text-align: right; }

/* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standguest {
  text-align: left; }

/* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standpoints {
  width: 20%;
  float: left;
  font-size: 7em;
  line-height: 0.8em;
  height: 100px;
  margin-top: 40px; }

/* line 141, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#standhalftime {
  width: 100%;
  float: left;
  font-size: 1.5em;
  line-height: 1.5em;
  height: 30px; }

/* line 147, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#matchdayselection {
  width: 100%;
  height: 32px; }

/* line 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#labelhome, #labelguest {
  width: 40%;
  display: inline-block;
  margin: 0 3%;
  padding: 0;
  height: 100%; }

/* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#teamswitchwrapper_mobileonly {
  width: 32px;
  display: inline-block; }

/* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#teamswitchwrapper {
  width: 2%;
  height: 100%;
  display: inline-block; }

/* line 163, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#teamswitch {
  max-width: 18px;
  height: 18px;
  padding: 7px;
  content: " ";
  margin-bottom: 50%;
  background-color: #cc0033;
  cursor: pointer; }

/* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#teamswitchicon {
  width: 100%;
  height: 100%;
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3056px;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #teamswitchicon {
      background-position: 0px -2446px;
      background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
      -webkit-background-size: 56px auto;
      -moz-background-size: 56px auto;
      -o-background-size: 56px auto;
      background-size: 56px auto; } }

/* line 176, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbbuttonwrapperline {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

/* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbbuttonwrapper, .rbbuttonwrapperonred, .rbfaketabswrapper {
  display: inline-block;
  margin: 0 auto; }

/* line 183, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbbutton {
  background: #cc0033;
  display: block;
  float: left;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 1em;
  color: white;
  padding: 0.4em 0.6em;
  margin: 0 1px 0 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  cursor: pointer; }

/* line 198, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbs .startmain .rbbutton:last-child {
  margin: 0; }

/* line 200, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbbuttononred {
  background: #feffff;
  display: block;
  float: left;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 1em;
  color: #cc0033;
  padding: 0.4em 0.6em;
  margin: 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  cursor: pointer; }

/* line 217, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.currentbutton {
  background: #dadada;
  color: #0c2044;
  cursor: default; }

/* line 221, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.revertbug {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  border: solid transparent;
  border-top-color: #dadada;
  border-bottom-color: transparent;
  border-width: 0.6em 0.6em 0 0.6em;
  border-style: solid;
  margin-left: -0.6em; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 236, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .selectboxredbull {
    padding-right: 2em; } }
/* line 240, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.selectboxopponent {
  padding: 0.4em;
  margin: 0;
  width: 100%;
  background: #dadada;
  color: #cc0033;
  border: none;
  outline: none;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 259, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .selectboxopponent {
    padding-right: 2em; } }
/* line 262, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.selectboxredbull {
  padding: 0.4em;
  margin: 0;
  width: 100%;
  background: #cc0033;
  color: #dadada;
  border: none;
  outline: none;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 281, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .selectboxopponent {
    padding-right: 2em; } }
/* line 284, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.selectboxredbull {
  padding: 0.4em;
  margin: 0;
  width: 100%;
  background: #4099ff;
  color: white;
  border: none;
  outline: none;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 303, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .selectboxopponent {
    padding-right: 2em; } }
/* line 309, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox {
  display: inline-block;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  position: relative; }

/* line 317, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 10; }
/* line 325, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox .selectTarget {
  bottom: 0;
  left: 0;
  text-align: left;
  position: absolute;
  z-index: 1;
  padding: 0.4em;
  margin: 0 4% 0 0;
  width: 97%;
  background: #cc0033;
  color: white;
  text-overflow: ellipsis;
  font-size: 1em;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }
  /* line 340, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .rbSelectBox .selectTarget:before {
    content: url(../img/ui/dropdown-weiss-ohneL.png);
    z-index: 11;
    height: 25px;
    width: 32px;
    position: absolute;
    right: 1%; }
/* line 347, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox option {
  background: none repeat scroll 0 0 #cc0033;
  border: medium none;
  color: white;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }

/* line 356, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox.labelredbullselectbox option {
  background: #cc0033;
  color: #dadada; }
/* line 359, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox.labelredbullselectbox .selectTarget {
  background: #cc0033;
  color: #dadada; }
  /* line 362, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .rbSelectBox.labelredbullselectbox .selectTarget:before {
    content: url(../img/ui/dropdown-weiss-ohneL.png); }

/* line 365, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox.labelguestselectbox option {
  background: #4099ff;
  color: white; }
/* line 368, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox.labelguestselectbox .selectTarget {
  background: #4099ff;
  color: white; }
  /* line 371, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .rbSelectBox.labelguestselectbox .selectTarget:before {
    content: url(../img/ui/dropdown-weiss-ohneL.png); }

/* line 374, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox.labelopponentselectbox .selectTarget, .rbSelectBox.labelopponentselectbox option {
  background: #dadada;
  color: #cc0033; }
/* line 378, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbSelectBox.labelopponentselectbox .selectTarget:before {
  content: url(../img/ui/dropdown-rot-ohneL.png); }

/* line 384, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.seasonHistory {
  position: relative;
  width: 100%;
  background-color: transparent;
  max-width: 1020px;
  color: white;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  margin: 0 auto 6em auto; }
  /* line 392, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .seasonHistory #rbx_seasonHistory {
    z-index: 0; }
  /* line 394, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .seasonHistory .seasonNextDay {
    height: 30%;
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 45%;
    opacity: 0; }
  /* line 401, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .seasonHistory .seasonPrevDay {
    height: 30%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 45%;
    opacity: 0; }
  /* line 408, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .seasonHistory .seasonHistoryBtn {
    margin-top: 10px;
    height: 50px;
    float: left;
    background-color: #011e46;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    font-weight: bold;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 419, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .seasonHistory .btnSelected {
    opacity: 1;
    font-size: 20px;
    background-image: linear-gradient(bottom, #000000 0%, #011d46 49%);
    background-image: -o-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -moz-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -webkit-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -ms-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(0.49, #011d46));
    box-shadow: 8px 0px black;
    box-shadow: -8px 0px black; }
  /* line 430, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .seasonHistory .btnUnselected {
    opacity: 0.7;
    font-size: 14px; }

/* line 434, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#rbx_seasonHistory, #rbx_pokal {
  position: relative;
  width: 100%;
  background-color: transparent;
  max-width: 1020px;
  color: white;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }

/* line 441, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#rbx_pokal {
  margin: 3em auto; }
  /* line 443, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_pokal #pokal_btns {
    overflow: hidden;
    height: 50px;
    background-color: #011e46;
    opacity: 0.9;
    position: relative;
    top: -56px; }
  /* line 450, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_pokal .pokal_btn {
    width: 16%;
    padding-top: 10px;
    height: 50px;
    float: left;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    font-weight: bold;
    font-family: "Univers-CondensedBol", Tahoma, Helvetica, "sans-serif"; }
  /* line 461, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_pokal .pokal_btn_selected {
    opacity: 1;
    font-size: 20px;
    position: relative;
    background-image: linear-gradient(bottom, #000000 0%, #011d46 49%);
    background-image: -o-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -moz-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -webkit-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -ms-linear-gradient(bottom, black 0%, #011d46 49%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(0.49, #011d46)); }
  /* line 471, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_pokal .pokal_btn_unselected {
    font-size: 14px; }

/* line 474, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.rbx_tiMob, .rbx_tweets {
  display: block; }

/* line 476, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#season-content article, #seasonstatisticmoduls, #rbx_ticker {
  display: none; }
  /* line 478, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #season-content article #gameTime, #seasonstatisticmoduls #gameTime, #rbx_ticker #gameTime {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    position: absolute;
    top: 17%;
    left: 0;
    right: 0; }
  /* line 487, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #season-content article #progressBar, #seasonstatisticmoduls #progressBar, #rbx_ticker #progressBar {
    display: none;
    position: absolute;
    bottom: 22%;
    left: 35%;
    right: 35%;
    text-align: center;
    width: 30%;
    height: 8px; }
    /* line 496, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #season-content article #progressBar div, #seasonstatisticmoduls #progressBar div, #rbx_ticker #progressBar div {
      width: 0%;
      height: 100%;
      background-color: #cc0033; }
  /* line 501, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #season-content article #comments, #seasonstatisticmoduls #comments, #rbx_ticker #comments {
    display: none;
    padding-right: 10px;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    position: absolute;
    top: 38%;
    height: 32%;
    overflow-y: scroll;
    width: 50%;
    left: 25%; }
    /* line 511, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #season-content article #comments .comment, #seasonstatisticmoduls #comments .comment, #rbx_ticker #comments .comment {
      margin-top: 10px; }
      /* line 513, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #season-content article #comments .comment .headline, #seasonstatisticmoduls #comments .comment .headline, #rbx_ticker #comments .comment .headline {
        color: #cc0033; }
        /* line 515, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #season-content article #comments .comment .headline .time, #seasonstatisticmoduls #comments .comment .headline .time, #rbx_ticker #comments .comment .headline .time {
          width: 58px;
          display: block;
          float: left;
          text-align: right;
          font-weight: bold;
          display: inline-block;
          vertical-align: top; }
        /* line 523, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #season-content article #comments .comment .headline .margin, #seasonstatisticmoduls #comments .comment .headline .margin, #rbx_ticker #comments .comment .headline .margin {
          margin-left: 13px; }
        /* line 525, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #season-content article #comments .comment .headline .title, #seasonstatisticmoduls #comments .comment .headline .title, #rbx_ticker #comments .comment .headline .title {
          font-weight: bold;
          display: inline-block;
          vertical-align: top;
          width: 330px; }
        /* line 530, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #season-content article #comments .comment .headline img, #seasonstatisticmoduls #comments .comment .headline img, #rbx_ticker #comments .comment .headline img {
          width: auto;
          margin: 0px 10px; }
      /* line 533, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #season-content article #comments .comment .text, #seasonstatisticmoduls #comments .comment .text, #rbx_ticker #comments .comment .text {
        color: white;
        margin-left: 71px; }

/* line 537, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasonMobileMainContentButtons {
  padding: 2em 0; }

/* line 540, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#match-modules {
  background-color: #0c2044; }

/* line 543, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasonstatisticmoduls {
  width: 92%;
  padding: 0 4% 0; }

/* line 550, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#matchcontent button.buttonNormal {
  margin: 2em auto;
  font-weight: bold;
  display: block; }

/* line 556, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#match-modules, #seasonstatisticmoduls {
  max-width: 1020px;
  color: #0c2044;
  margin: 2.5em auto 0;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 557, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules .spinner, #seasonstatisticmoduls .spinner {
    margin-bottom: 80px; }
  /* line 559, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules #rbx_season_social, #seasonstatisticmoduls #rbx_season_social {
    display: none;
    width: 33%;
    left: 30%;
    position: relative;
    background-color: #000628;
    border-radius: 5px;
    padding: 25px;
    height: 150px;
    margin-bottom: 20px; }
    /* line 569, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .header, #seasonstatisticmoduls #rbx_season_social .header {
      font-weight: bold;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      border-bottom: 1px solid white;
      font-size: 42px;
      color: white;
      float: left;
      width: 100%;
      height: 35px; }
    /* line 578, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .imgs, #seasonstatisticmoduls #rbx_season_social .imgs {
      margin-top: 30px;
      width: 100%;
      text-align: center; }
      /* line 582, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #match-modules #rbx_season_social .imgs a, #seasonstatisticmoduls #rbx_season_social .imgs a {
        margin: 0 10px;
        text-decoration: none; }
      /* line 585, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #match-modules #rbx_season_social .imgs .img, #seasonstatisticmoduls #rbx_season_social .imgs .img {
        float: left; }
    /* line 587, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .icon, #seasonstatisticmoduls #rbx_season_social .icon {
      height: 40px;
      width: 40px;
      display: inline-block; }
    /* line 591, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .icon_facebook, #seasonstatisticmoduls #rbx_season_social .icon_facebook {
      background: url(../img/navigation/tablet/facebook.png) no-repeat; }
    /* line 593, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .icon_googleplus, #seasonstatisticmoduls #rbx_season_social .icon_googleplus {
      background: url(../img/navigation/tablet/google+.png) no-repeat; }
    /* line 595, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .icon_twitter, #seasonstatisticmoduls #rbx_season_social .icon_twitter {
      background: url(../img/navigation/tablet/twitter.png) no-repeat; }
    /* line 597, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_season_social .sub, #seasonstatisticmoduls #rbx_season_social .sub {
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      font-size: 26px;
      color: white;
      width: 100%;
      margin-top: 30px; }
  /* line 607, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules.dark, #seasonstatisticmoduls.dark {
    background-color: white;
    color: white; }
  /* line 610, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules a, #seasonstatisticmoduls a {
    color: #cc0033;
    text-decoration: underline; }
    /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    #match-modules a:visited, #seasonstatisticmoduls a:visited {
      color: #cc0033; }
    /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    #match-modules a:focus, #seasonstatisticmoduls a:focus {
      color: #cc0033; }
    /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    #match-modules a:hover, #seasonstatisticmoduls a:hover {
      color: #cc0033; }
    /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    #match-modules a:active, #seasonstatisticmoduls a:active {
      color: #cc0033; }
  /* line 613, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules #rbx_ticker, #seasonstatisticmoduls #rbx_ticker {
    width: 100%;
    display: none; }
    /* line 616, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules #rbx_ticker button, #seasonstatisticmoduls #rbx_ticker button {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      font-weight: bold; }
  /* line 622, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules .rbx_substitut, #seasonstatisticmoduls .rbx_substitut {
    width: 100%;
    height: 0;
    margin: 30px auto 0; }
  /* line 626, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules .rbx_saison_stats_part1, #seasonstatisticmoduls .rbx_saison_stats_part1 {
    width: 100%;
    height: 860px;
    max-width: 720px;
    margin: 0 auto; }
  /* line 631, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules .rbx_saison_stats_part2, #seasonstatisticmoduls .rbx_saison_stats_part2 {
    width: 100%;
    height: 330px;
    max-width: 720px;
    margin: 30px auto; }
  /* line 636, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules .rbx_tiMob, #seasonstatisticmoduls .rbx_tiMob {
    padding: 0 4% 2em;
    display: block;
    width: 92%;
    background-color: white; }
  /* line 641, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules #tweet-pag-season, #seasonstatisticmoduls #tweet-pag-season {
    text-align: center; }
  /* line 643, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #match-modules .rbx_tweets, #seasonstatisticmoduls .rbx_tweets {
    display: block;
    height: 250px;
    margin-top: 2em;
    width: 100%; }
    /* line 648, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules .rbx_tweets .season-tweet-mobile, #seasonstatisticmoduls .rbx_tweets .season-tweet-mobile {
      display: block;
      width: 100%; }
    /* line 651, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules .rbx_tweets .season-tweet-desktop, #seasonstatisticmoduls .rbx_tweets .season-tweet-desktop {
      display: none; }
    /* line 653, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #match-modules .rbx_tweets .tweet, #seasonstatisticmoduls .rbx_tweets .tweet {
      text-align: center;
      position: relative;
      background-color: #011e48;
      border-radius: 5px;
      margin: 0;
      padding: 0;
      float: left;
      margin-bottom: 50px; }
      /* line 662, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #match-modules .rbx_tweets .tweet p, #seasonstatisticmoduls .rbx_tweets .tweet p {
        font-weight: bold;
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        font-size: 12px;
        color: 3f 98ff;
        width: 33%;
        float: left;
        margin: 0; }
        /* line 670, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #match-modules .rbx_tweets .tweet p a, #seasonstatisticmoduls .rbx_tweets .tweet p a {
          text-decoration: none;
          line-height: 2.5em; }
        /* line 673, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #match-modules .rbx_tweets .tweet p .share, #seasonstatisticmoduls .rbx_tweets .tweet p .share {
          margin-top: 10px;
          height: 12px;
          width: 12%;
          margin-right: 2%;
          float: left; }
      /* line 679, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #match-modules .rbx_tweets .tweet .text, #seasonstatisticmoduls .rbx_tweets .tweet .text {
        margin: 10px;
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        font-size: 16px;
        color: white;
        border-bottom: 1px solid #3f98ff;
        min-height: 150px; }
        /* line 684, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #match-modules .rbx_tweets .tweet .text .highlighted, #seasonstatisticmoduls .rbx_tweets .tweet .text .highlighted {
          color: #3f98ff; }
        /* line 686, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #match-modules .rbx_tweets .tweet .text a, #seasonstatisticmoduls .rbx_tweets .tweet .text a {
          text-decoration: none;
          color: #3f98ff; }
      /* line 691, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #match-modules .rbx_tweets .tweet .bottom, #seasonstatisticmoduls .rbx_tweets .tweet .bottom {
        margin: 10px; }
        /* line 693, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #match-modules .rbx_tweets .tweet .bottom .timeElapsed, #seasonstatisticmoduls .rbx_tweets .tweet .bottom .timeElapsed {
          background: url(../img/social/twitter_bird.png) no-repeat left center;
          padding-left: 25px;
          font-weight: bold;
          font-size: 12px;
          font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
          color: white;
          margin-top: 10px;
          line-height: 1em; }
        /* line 702, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #match-modules .rbx_tweets .tweet .bottom .heading, #seasonstatisticmoduls .rbx_tweets .tweet .bottom .heading {
          margin-top: 20px;
          margin-bottom: 10px; }
          /* line 705, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
          #match-modules .rbx_tweets .tweet .bottom .heading .headingtext, #seasonstatisticmoduls .rbx_tweets .tweet .bottom .heading .headingtext {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px;
            font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
            color: white;
            width: 80%; }
          /* line 712, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
          #match-modules .rbx_tweets .tweet .bottom .heading .screenname, #seasonstatisticmoduls .rbx_tweets .tweet .bottom .heading .screenname {
            text-transform: uppercase;
            font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
            color: white;
            font-size: 20px; }

/* line 718, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#seasonstatisticmoduls {
  margin: 0 auto; }

/* line 721, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#rbx_matchinfo {
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  width: 100%;
  color: white; }
  /* line 725, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo .locationmap {
    height: 5em;
    width: 25%; }
    /* line 728, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo .locationmap img {
      width: auto;
      max-height: 100%;
      max-width: 100%; }
  /* line 732, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo #rbx_viewer {
    display: none; }
    /* line 734, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_viewer .match_heading {
      text-align: left; }
  /* line 736, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo #rbx_stadium {
    display: none;
    height: 100%; }
    /* line 739, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_stadium .bighead {
      width: 49%;
      margin-right: 2%;
      text-align: right; }
    /* line 743, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_stadium .smallheadwrapper {
      height: 3em;
      width: 24%;
      margin-top: 2em; }
    /* line 747, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_stadium .smallhead {
      height: 40%;
      width: 100%; }
    /* line 750, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_stadium div {
      float: left; }
  /* line 752, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo #rbx_magazine {
    height: 100%; }
    /* line 754, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_magazine .match_img {
      float: left;
      width: 30%; }
      /* line 757, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #rbx_matchinfo #rbx_magazine .match_img img {
        width: auto; }
    /* line 759, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_magazine .match_wrapper {
      margin-left: 5%;
      width: 65%; }
    /* line 762, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_magazine .bighead {
      margin-right: 2%;
      text-align: right;
      font-size: 2.5em; }
    /* line 766, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_magazine .smallheadwrapper {
      height: 2em;
      margin-top: 0.5em; }
    /* line 769, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_magazine .smallhead {
      height: 40%;
      width: 100%; }
    /* line 772, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_matchinfo #rbx_magazine div {
      float: left; }
  /* line 775, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo #rbx_stadium, #rbx_matchinfo #rbx_matchday, #rbx_matchinfo #rbx_viewer, #rbx_matchinfo #rbx_magazine {
    width: 100%;
    margin-bottom: 2em;
    min-height: 125px; }
  /* line 779, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo .bighead {
    font-size: 5em;
    line-height: 1em;
    font-weight: normal;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    word-wrap: break-word; }
  /* line 785, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo .smallhead {
    font-size: 1em;
    font-weight: normal;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 789, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo .match_heading {
    border-bottom: 1px solid #cc0033;
    font-weight: bold;
    width: 100%; }
  /* line 793, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo .match_content {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    margin-top: 0.5em; }
  /* line 796, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_matchinfo .iconextraclass {
    margin-top: 0;
    width: 100%; }

/* line 800, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#season-content {
  background-color: white;
  width: 100%;
  padding: 0; }
  /* line 804, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #season-content .content-main {
    background-color: white;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 4%; }
    /* line 809, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #season-content .content-main h3, #season-content .content-main .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #season-content .content-main .text, #season-content .content-main .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #season-content .content-main .mdoinfo,
    #season-content .content-main .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #season-content .content-main .mdoinfo, #season-content .content-main .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #season-content .content-main .mdoshortname, #season-content .content-main .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #season-content .content-main .mdoshortname,
    #season-content .content-main .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #season-content .content-main .mdoshortname,
    #season-content .content-main .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #season-content .content-main .mdoshortname, #season-content .content-main #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #season-content .content-main .duoTeam, #season-content .content-main #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #season-content .content-main .penaltyTitle {
      padding-top: 0.71429em; }
  /* line 811, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #season-content #season-content-mobile {
    padding: 50px 6.25%;
    display: block;
    background-color: #0c2044; }

/* line 816, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.moduleheader {
  position: relative;
  height: 50px;
  display: none; }
  /* line 820, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader .teamlogohome, .moduleheader .teamlogoguest {
    position: absolute;
    width: 77px;
    height: 50px;
    z-index: 2;
    top: 0; }
  /* line 826, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader .teamlogohome {
    left: 1%; }
  /* line 828, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader .teamlogoguest {
    right: 1%; }
    /* line 830, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    .moduleheader .teamlogoguest img {
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  /* line 834, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader h2, .moduleheader .junior .statsPart .statsTeam, .junior .statsPart .moduleheader .statsTeam, .moduleheader .junior .datesContentWrapper .scores, .junior .datesContentWrapper .moduleheader .scores, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints, .moduleheader #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data .moduleheader .circle, .moduleheader #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent .moduleheader h2 {
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    margin: 0; }
  /* line 839, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader h2 span, .moduleheader .junior .statsPart .statsTeam span, .junior .statsPart .moduleheader .statsTeam span, .moduleheader .junior .datesContentWrapper .scores span, .junior .datesContentWrapper .moduleheader .scores span, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span, .moduleheader #leaguePage .topDuoWrapper .topDuoContent .data .circle span, #leaguePage .topDuoWrapper .topDuoContent .data .moduleheader .circle span, .moduleheader #leaguePage #spectatorFacts .specsContent h2 span, #leaguePage #spectatorFacts .specsContent .moduleheader h2 span {
    display: inline-block;
    position: relative;
    color: #0c2044; }
  /* line 843, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader h2 span:after, .moduleheader .junior .statsPart .statsTeam span:after, .junior .statsPart .moduleheader .statsTeam span:after, .moduleheader .junior .datesContentWrapper .scores span:after, .junior .datesContentWrapper .moduleheader .scores span:after, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:after, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:after, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:after, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:after,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:after,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:after,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:after,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:after, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:after, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:after,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:after,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:after, .moduleheader #leaguePage .topDuoWrapper .topDuoContent .data .circle span:after, #leaguePage .topDuoWrapper .topDuoContent .data .moduleheader .circle span:after, .moduleheader #leaguePage #spectatorFacts .specsContent h2 span:after, #leaguePage #spectatorFacts .specsContent .moduleheader h2 span:after, .moduleheader h2 span:before, .moduleheader .junior .statsPart .statsTeam span:before, .junior .statsPart .moduleheader .statsTeam span:before, .moduleheader .junior .datesContentWrapper .scores span:before, .junior .datesContentWrapper .moduleheader .scores span:before, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:before, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:before, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:before, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:before,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:before,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:before,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:before,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:before, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:before, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:before,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:before,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:before, .moduleheader #leaguePage .topDuoWrapper .topDuoContent .data .circle span:before, #leaguePage .topDuoWrapper .topDuoContent .data .moduleheader .circle span:before, .moduleheader #leaguePage #spectatorFacts .specsContent h2 span:before, #leaguePage #spectatorFacts .specsContent .moduleheader h2 span:before {
    content: " ";
    display: block;
    height: 1px;
    width: 1000px;
    background: #cc0033;
    position: absolute;
    top: 50%; }
  /* line 851, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader h2 span:before, .moduleheader .junior .statsPart .statsTeam span:before, .junior .statsPart .moduleheader .statsTeam span:before, .moduleheader .junior .datesContentWrapper .scores span:before, .junior .datesContentWrapper .moduleheader .scores span:before, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:before, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:before, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:before, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:before,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:before,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:before,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:before,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:before, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:before, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:before,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:before,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:before, .moduleheader #leaguePage .topDuoWrapper .topDuoContent .data .circle span:before, #leaguePage .topDuoWrapper .topDuoContent .data .moduleheader .circle span:before, .moduleheader #leaguePage #spectatorFacts .specsContent h2 span:before, #leaguePage #spectatorFacts .specsContent .moduleheader h2 span:before {
    left: -1010px; }
  /* line 853, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .moduleheader h2 span:after, .moduleheader .junior .statsPart .statsTeam span:after, .junior .statsPart .moduleheader .statsTeam span:after, .moduleheader .junior .datesContentWrapper .scores span:after, .junior .datesContentWrapper .moduleheader .scores span:after, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:after, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:after, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:after, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:after,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span:after,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresulthome span:after,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span:after,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdoresultguest span:after, .moduleheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:after, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:after,
  .moduleheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span:after,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .moduleheader .mdopoints span:after, .moduleheader #leaguePage .topDuoWrapper .topDuoContent .data .circle span:after, #leaguePage .topDuoWrapper .topDuoContent .data .moduleheader .circle span:after, .moduleheader #leaguePage #spectatorFacts .specsContent h2 span:after, #leaguePage #spectatorFacts .specsContent .moduleheader h2 span:after {
    right: -1010px; }

/* line 859, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.lineup img {
  display: none; }
/* line 862, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.lineup h2 span, .lineup .junior .statsPart .statsTeam span, .junior .statsPart .lineup .statsTeam span, .lineup .junior .datesContentWrapper .scores span, .junior .datesContentWrapper .lineup .scores span, .lineup .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineup .mdoresulthome span, .lineup .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineup .mdoresultguest span,
.lineup .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome span,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineup .mdoresulthome span,
.lineup .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest span,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineup .mdoresultguest span, .lineup .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineup .mdopoints span,
.lineup .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints span,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineup .mdopoints span, .lineup #leaguePage .topDuoWrapper .topDuoContent .data .circle span, #leaguePage .topDuoWrapper .topDuoContent .data .lineup .circle span, .lineup #leaguePage #spectatorFacts .specsContent h2 span, #leaguePage #spectatorFacts .specsContent .lineup h2 span {
  color: white; }

/* line 865, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#rbx_season_lineup {
  display: none;
  margin: 0 auto 0;
  width: 100%;
  max-width: 1020px; }
  /* line 870, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_season_lineup .hidden {
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    z-index: -100; }
  /* line 876, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_season_lineup #rbx_season_lineup_home, #rbx_season_lineup #rbx_season_lineup_guest {
    margin-bottom: 25px;
    width: 80%;
    margin-left: 10%;
    margin-top: 25px; }
    /* line 881, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_season_lineup #rbx_season_lineup_home .content, #rbx_season_lineup #rbx_season_lineup_guest .content {
      display: block;
      width: 100%;
      margin-right: 5%; }
    /* line 885, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #rbx_season_lineup #rbx_season_lineup_home .heading, #rbx_season_lineup #rbx_season_lineup_guest .heading {
      border-bottom: 1px solid #cc0033;
      color: white;
      padding-bottom: 6px; }
  /* line 889, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #rbx_season_lineup #rbx_season_lineup_home_substitutes, #rbx_season_lineup #rbx_season_lineup_guest_substitutes {
    margin-top: 35px;
    width: 100%; }

/* line 893, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#season-quote {
  background-color: white;
  text-align: center;
  padding: 50px; }
  /* line 897, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #season-quote .player {
    max-width: 800px;
    margin: 0 auto; }

/* line 902, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#playerstatsWrapper {
  margin: 3em 6.25%;
  width: 87.5%; }

/* line 906, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#playerstats {
  display: none;
  margin: 60px auto; }
  /* line 910, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #playerstats .lineh2 div {
    margin-top: 8em; }

/* line 913, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.playerstats .away, .playerstats .home {
  width: 50%;
  float: left; }
  /* line 916, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .playerstats .away .shirtnumber, .playerstats .home .shirtnumber {
    display: none;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    color: white; }
  /* line 920, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .playerstats .away div, .playerstats .home div {
    height: 90px;
    border-bottom: 1px solid white;
    text-align: center; }
    /* line 924, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    .playerstats .away div img, .playerstats .home div img {
      height: 37px;
      width: auto;
      margin: 10px 0 0; }
  /* line 928, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .playerstats .away div:last-child, .playerstats .home div:last-child {
    border-bottom: none; }
  /* line 930, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .playerstats .away h5, .playerstats .away .junior .statsPart .statsText, .junior .statsPart .playerstats .away .statsText, .playerstats .away .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper .playerstats .away .wrapperTitle,
  .playerstats .away .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper .playerstats .away .wrapperTitle, .playerstats .away #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper .playerstats .away .dataSmallValue, .playerstats .away #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .playerstats .away .teamname, .playerstats .away #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .playerstats .away .position, .playerstats .home h5, .playerstats .home .junior .statsPart .statsText, .junior .statsPart .playerstats .home .statsText, .playerstats .home .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper .playerstats .home .wrapperTitle,
  .playerstats .home .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper .playerstats .home .wrapperTitle, .playerstats .home #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper .playerstats .home .dataSmallValue, .playerstats .home #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .playerstats .home .teamname, .playerstats .home #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .playerstats .home .position {
    color: white;
    line-height: 18px; }

/* line 936, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.playerstats .away div {
  padding-right: 2%; }

/* line 940, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.playerstats .home div {
  padding-left: 2%; }

/* line 943, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabBench, #tabSustitutes {
  display: none; }

/* line 946, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes.playerstats .away, #tabSustitutes.playerstats .home {
  width: 100%; }

/* line 950, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes h1 {
  float: left;
  line-height: 31px;
  padding-right: 12px;
  color: white; }
/* line 955, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes .away {
  border-top: 1px solid white; }
/* line 958, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes .away div, #tabSustitutes .home div {
  width: 49%; }
/* line 960, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes .away h5, #tabSustitutes .away .junior .statsPart .statsText, .junior .statsPart #tabSustitutes .away .statsText, #tabSustitutes .away .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #tabSustitutes .away .wrapperTitle,
#tabSustitutes .away .secondary .bilanz .barWrapper .wrapperTitle,
.secondary .bilanz .barWrapper #tabSustitutes .away .wrapperTitle, #tabSustitutes .away #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #tabSustitutes .away .dataSmallValue, #tabSustitutes .away #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #tabSustitutes .away .teamname, #tabSustitutes .away #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #tabSustitutes .away .position, #tabSustitutes .home h5, #tabSustitutes .home .junior .statsPart .statsText, .junior .statsPart #tabSustitutes .home .statsText, #tabSustitutes .home .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #tabSustitutes .home .wrapperTitle,
#tabSustitutes .home .secondary .bilanz .barWrapper .wrapperTitle,
.secondary .bilanz .barWrapper #tabSustitutes .home .wrapperTitle, #tabSustitutes .home #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #tabSustitutes .home .dataSmallValue, #tabSustitutes .home #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #tabSustitutes .home .teamname, #tabSustitutes .home #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #tabSustitutes .home .position {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }
/* line 965, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes .away div:nth-of-type(odd), #tabSustitutes .home div:nth-of-type(odd) {
  float: right;
  border-bottom: none;
  padding: 0 0 0 1%; }
  /* line 969, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #tabSustitutes .away div:nth-of-type(odd) h5, #tabSustitutes .away div:nth-of-type(odd) .junior .statsPart .statsText, .junior .statsPart #tabSustitutes .away div:nth-of-type(odd) .statsText, #tabSustitutes .away div:nth-of-type(odd) .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #tabSustitutes .away div:nth-of-type(odd) .wrapperTitle,
  #tabSustitutes .away div:nth-of-type(odd) .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper #tabSustitutes .away div:nth-of-type(odd) .wrapperTitle, #tabSustitutes .away div:nth-of-type(odd) #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #tabSustitutes .away div:nth-of-type(odd) .dataSmallValue, #tabSustitutes .away div:nth-of-type(odd) #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #tabSustitutes .away div:nth-of-type(odd) .teamname, #tabSustitutes .away div:nth-of-type(odd) #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #tabSustitutes .away div:nth-of-type(odd) .position, #tabSustitutes .home div:nth-of-type(odd) h5, #tabSustitutes .home div:nth-of-type(odd) .junior .statsPart .statsText, .junior .statsPart #tabSustitutes .home div:nth-of-type(odd) .statsText, #tabSustitutes .home div:nth-of-type(odd) .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #tabSustitutes .home div:nth-of-type(odd) .wrapperTitle,
  #tabSustitutes .home div:nth-of-type(odd) .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper #tabSustitutes .home div:nth-of-type(odd) .wrapperTitle, #tabSustitutes .home div:nth-of-type(odd) #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #tabSustitutes .home div:nth-of-type(odd) .dataSmallValue, #tabSustitutes .home div:nth-of-type(odd) #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #tabSustitutes .home div:nth-of-type(odd) .teamname, #tabSustitutes .home div:nth-of-type(odd) #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #tabSustitutes .home div:nth-of-type(odd) .position {
    color: #009245; }
/* line 972, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes .away div:nth-of-type(even), #tabSustitutes .home div:nth-of-type(even) {
  border-bottom: none;
  padding: 0 1% 0 0; }
  /* line 975, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #tabSustitutes .away div:nth-of-type(even) h5, #tabSustitutes .away div:nth-of-type(even) .junior .statsPart .statsText, .junior .statsPart #tabSustitutes .away div:nth-of-type(even) .statsText, #tabSustitutes .away div:nth-of-type(even) .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #tabSustitutes .away div:nth-of-type(even) .wrapperTitle,
  #tabSustitutes .away div:nth-of-type(even) .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper #tabSustitutes .away div:nth-of-type(even) .wrapperTitle, #tabSustitutes .away div:nth-of-type(even) #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #tabSustitutes .away div:nth-of-type(even) .dataSmallValue, #tabSustitutes .away div:nth-of-type(even) #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #tabSustitutes .away div:nth-of-type(even) .teamname, #tabSustitutes .away div:nth-of-type(even) #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #tabSustitutes .away div:nth-of-type(even) .position, #tabSustitutes .home div:nth-of-type(even) h5, #tabSustitutes .home div:nth-of-type(even) .junior .statsPart .statsText, .junior .statsPart #tabSustitutes .home div:nth-of-type(even) .statsText, #tabSustitutes .home div:nth-of-type(even) .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #tabSustitutes .home div:nth-of-type(even) .wrapperTitle,
  #tabSustitutes .home div:nth-of-type(even) .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper #tabSustitutes .home div:nth-of-type(even) .wrapperTitle, #tabSustitutes .home div:nth-of-type(even) #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #tabSustitutes .home div:nth-of-type(even) .dataSmallValue, #tabSustitutes .home div:nth-of-type(even) #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #tabSustitutes .home div:nth-of-type(even) .teamname, #tabSustitutes .home div:nth-of-type(even) #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #tabSustitutes .home div:nth-of-type(even) .position {
    color: #cc0033; }
/* line 977, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#tabSustitutes .away figure, #tabSustitutes .home figure {
  margin-top: 10px;
  text-align: center;
  width: 100%; }
  /* line 981, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #tabSustitutes .away figure .img_home, #tabSustitutes .away figure .img_away, #tabSustitutes .home figure .img_home, #tabSustitutes .home figure .img_away {
    width: auto;
    text-align: center; }

/* line 989, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.lineh2 {
  position: relative; }
  /* line 991, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .lineh2 img {
    width: auto;
    height: 40px;
    margin-top: 5px; }
  /* line 995, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .lineh2 h2, .lineh2 .junior .statsPart .statsTeam, .junior .statsPart .lineh2 .statsTeam, .lineh2 .junior .datesContentWrapper .scores, .junior .datesContentWrapper .lineh2 .scores, .lineh2 .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineh2 .mdoresulthome, .lineh2 .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineh2 .mdoresultguest,
  .lineh2 .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineh2 .mdoresulthome,
  .lineh2 .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineh2 .mdoresultguest, .lineh2 .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineh2 .mdopoints,
  .lineh2 .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .lineh2 .mdopoints, .lineh2 #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data .lineh2 .circle, .lineh2 #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent .lineh2 h2 {
    color: white; }
  /* line 997, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .lineh2 div {
    position: absolute;
    margin-top: 3em;
    text-align: center;
    width: 42.75%;
    left: 7.25%; }
  /* line 1003, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .lineh2 div:nth-child(3) {
    left: 50%; }
    /* line 1005, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    .lineh2 div:nth-child(3) img {
      margin-top: -25px; }

/* line 1008, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#topplayer {
  display: none; }

/* line 1011, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#topplayerWrapper {
  display: none;
  padding: 0 6.25%;
  margin-top: 50px; }
  /* line 1015, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #topplayerWrapper .category {
    width: 100%;
    clear: both;
    text-align: center;
    color: white;
    border-bottom: 2px solid #717171;
    padding-bottom: 2em; }
    /* line 1022, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #topplayerWrapper .category h3, #topplayerWrapper .category .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #topplayerWrapper .category .text, #topplayerWrapper .category .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #topplayerWrapper .category .mdoinfo,
    #topplayerWrapper .category .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #topplayerWrapper .category .mdoinfo, #topplayerWrapper .category .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #topplayerWrapper .category .mdoshortname, #topplayerWrapper .category .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #topplayerWrapper .category .mdoshortname,
    #topplayerWrapper .category .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #topplayerWrapper .category .mdoshortname,
    #topplayerWrapper .category .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #topplayerWrapper .category .mdoshortname, #topplayerWrapper .category #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #topplayerWrapper .category .duoTeam, #topplayerWrapper .category #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #topplayerWrapper .category .penaltyTitle {
      margin-top: 20px;
      margin-bottom: 1em; }
    /* line 1025, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #topplayerWrapper .category .home, #topplayerWrapper .category .away {
      float: left;
      width: 44%; }
    /* line 1028, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #topplayerWrapper .category .home {
      margin-right: 6%;
      min-height: 1px; }
      /* line 1031, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #topplayerWrapper .category .home .player {
        float: right; }
    /* line 1033, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #topplayerWrapper .category .away {
      margin-left: 6%; }
      /* line 1035, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #topplayerWrapper .category .away .player {
        float: left; }
    /* line 1037, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #topplayerWrapper .category .player {
      position: relative;
      width: 46%;
      margin: 1em 2%; }
      /* line 1041, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #topplayerWrapper .category .player .name {
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        color: #cc0033;
        text-transformation: uppercase; }
    /* line 1045, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #topplayerWrapper .category:last-child {
      border-bottom: none; }

/* line 1048, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#gamestats {
  display: none; }

/* line 1050, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
#gamestatsWrapper {
  display: none;
  margin-top: 30px; }
  /* line 1053, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  #gamestatsWrapper .row {
    border-bottom: 1px solid white;
    margin: 0 6.25%;
    width: 87.5%; }
    /* line 1057, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #gamestatsWrapper .row:last-child {
      border: none; }
    /* line 1059, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
    #gamestatsWrapper .row span {
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      display: inline-block;
      color: white;
      margin: 10px 0;
      vertical-align: middle;
      text-transform: uppercase; }
      /* line 1066, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.number {
        width: 9%; }
      /* line 1068, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.number:nth-child(1) {
        text-align: right; }
      /* line 1070, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.label {
        text-align: center;
        width: 28%;
        padding: 0 1%;
        text-overflow: ellipsis;
        overflow: hidden; }
      /* line 1076, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.visual {
        width: 25%; }
        /* line 1078, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
        #gamestatsWrapper .row span.visual div {
          height: 10px; }
      /* line 1080, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.visual:nth-child(2) > div {
        width: 50%;
        float: right; }
      /* line 1083, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.visual:nth-child(4) > div {
        width: 30%; }
      /* line 1086, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.visual .rb {
        background-color: #cc0033; }
      /* line 1088, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
      #gamestatsWrapper .row span.visual .nrb {
        background-color: white; }

/* line 1094, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspContainer {
  overflow: hidden;
  position: relative; }

/* line 1098, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspPane {
  position: absolute; }

/* line 1101, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

/* line 1109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

/* line 1117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspCap {
  display: none; }

/* line 1120, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspHorizontalBar .jspCap {
  float: left; }

/* line 1123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspTrack {
  background: #ddddee;
  position: relative; }

/* line 1127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspDrag {
  background: #cc0033;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

/* line 1135, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

/* line 1139, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }
  /* line 1146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
  .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }

/* line 1150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspVerticalBar .jspArrow {
  height: 16px; }

/* line 1153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

/* line 1158, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspVerticalBar .jspArrow:focus {
  outline: none; }

/* line 1161, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/*general stuff */
/* line 1169, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.left {
  float: left; }

/* line 1171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.paddown {
  padding-top: 10px; }

/* line 1174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.textright {
  text-align: right; }

/* line 1177, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.center {
  text-align: center; }

/* line 1180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_season-rbs.sass */
.clear {
  clear: both; }

/* ----------------------------------------------
 * Basic Stylesheet for league on mobile
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
#leaguePage {
  width: 100%; }
  /* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #leaguetable #leaguetableshowall {
    margin-top: 1em; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .dataName {
    color: #cc0033; }
  /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .dataValue {
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 28px;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    margin-bottom: 5px; }
    @media screen and (min-width: 720px) {
      /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .dataValue {
        font-size: 2.8em;
        line-height: 49px; } }
    @media screen and (min-width: 1024px) {
      /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .dataValue {
        line-height: 56px; } }
  /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .dataImage img, #leaguePage .duoTeamImage img {
    width: auto; }
  /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .hiddencontent {
    width: 87.5%;
    margin: 1px auto;
    padding: 20px 6.25%;
    max-width: 1200px; }
  /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .altheader h2, #leaguePage .altheader .junior .statsPart .statsTeam, .junior .statsPart #leaguePage .altheader .statsTeam, #leaguePage .altheader .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguePage .altheader .scores, #leaguePage .altheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage .altheader .mdoresulthome, #leaguePage .altheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage .altheader .mdoresultguest,
  #leaguePage .altheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage .altheader .mdoresulthome,
  #leaguePage .altheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage .altheader .mdoresultguest, #leaguePage .altheader .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage .altheader .mdopoints,
  #leaguePage .altheader .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage .altheader .mdopoints, #leaguePage .altheader .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data .altheader .circle, #leaguePage .altheader #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent .altheader h2 {
    border: none;
    text-align: center; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .assistsWrapper {
    margin-bottom: 15px;
    width: 100%; }
    /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .assistsWrapper .portrait {
      float: left;
      text-align: center; }
      /* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .assistsWrapper .portrait img {
        width: 60px;
        height: 60px; }
    /* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .assistsWrapper .assistsContent {
      width: 70%;
      margin-left: 2.5%;
      margin-right: 2.5%;
      float: left;
      position: relative; }
      /* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .assistsWrapper .assistsContent .assistsBar {
        position: absolute;
        width: 100%; }
      /* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .assistsWrapper .assistsContent .dataWrapper {
        width: 100%;
        position: absolute;
        left: 3px;
        display: none; }
        /* line 53, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
        #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue {
          margin: 0; }
  /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #scorerBox .scorerWrapper {
    margin: 1em 0 2em; }
    /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #scorerBox .scorerWrapper:last-child {
      margin-bottom: 0; }
    /* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #scorerBox .scorerWrapper .firstLine {
      width: 100%;
      position: relative; }
      /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .firstLine .scorerAssists, #leaguePage #scorerBox .scorerWrapper .firstLine .scorerGoals {
        width: 32.5%;
        float: left;
        position: absolute;
        bottom: 0;
        text-align: center; }
        /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
        #leaguePage #scorerBox .scorerWrapper .firstLine .scorerAssists .dataPoints, #leaguePage #scorerBox .scorerWrapper .firstLine .scorerGoals .dataPoints {
          display: none; }
        /* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
        #leaguePage #scorerBox .scorerWrapper .firstLine .scorerAssists .dataTitle, #leaguePage #scorerBox .scorerWrapper .firstLine .scorerGoals .dataTitle {
          font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
      /* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .firstLine .dataValue {
        margin-bottom: 0;
        line-height: 0.8em; }
      /* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .firstLine .scorerAssists {
        left: 0; }
      /* line 79, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .firstLine .scorerGoals {
        right: 0; }
      /* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .firstLine .scorerCircle {
        width: 25%;
        margin-left: 37.5%;
        margin-right: 37.5%;
        float: left; }
    /* line 85, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #scorerBox .scorerWrapper .secondLine {
      width: 100%;
      text-align: center;
      margin-top: 1.5em; }
      /* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .secondLine .dataValue {
        margin-bottom: 0;
        line-height: 1.2em; }
      /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #scorerBox .scorerWrapper .secondLine .dataImage {
        display: none; }
  /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #assistsBox .dataName {
    color: white; }
  /* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .topDuoWrapper .duoTeam {
    text-align: center; }
  /* line 101, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .topDuoWrapper .duoTeamImage {
    display: none; }
  /* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .topDuoWrapper .topDuoContent {
    margin-bottom: 25px; }
    /* line 105, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .topDuoWrapper .topDuoContent .player {
      width: 40%;
      float: left;
      text-align: center; }
      /* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .topDuoWrapper .topDuoContent .player .portrait img {
        width: 60px; }
    /* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .topDuoWrapper .topDuoContent .data {
      width: 20%;
      float: left;
      text-align: center; }
      /* line 118, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .topDuoWrapper .topDuoContent .data .circle {
        color: #cc0033;
        background-color: white;
        border-radius: 50% 50% 50% 50%;
        height: 34px;
        padding-top: 5px;
        width: 40px;
        margin: 13px auto; }
  /* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .penaltyPlaceholder {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    /* line 131, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .penaltyPlaceholder .penaltyStatsWrapper {
      width: 50%;
      text-align: center;
      display: inline-block; }
      /* line 135, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage .penaltyPlaceholder .penaltyStatsWrapper .dataValue.valueOne, #leaguePage .penaltyPlaceholder .penaltyStatsWrapper .dataValue.valueTwo, #leaguePage .penaltyPlaceholder .penaltyStatsWrapper .dataValue.valueThree {
        display: inline-block; }
    /* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .penaltyPlaceholder .penaltyTitle {
      text-align: center; }
  /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .supersubWrapper, #leaguePage .topKeeperWrapper {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 25px;
    text-align: center; }
  /* line 145, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .supersubCircle, #leaguePage .topKeeperCircle, #leaguePage .penaltyStatsCircle {
    width: 90%;
    margin: 0 5%; }
  /* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage .goalgetterWrapper {
    text-align: center;
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    float: left;
    margin-bottom: 35px; }
    /* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage .goalgetterWrapper .goalgetterCircle {
      width: 60%;
      margin: 0 20%; }
  /* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #spectatorFacts .specsContent .junior .statsPart .statsTeam, .junior .statsPart #leaguePage #spectatorFacts .specsContent .statsTeam, #leaguePage #spectatorFacts .specsContent .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguePage #spectatorFacts .specsContent .scores, #leaguePage #spectatorFacts .specsContent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #spectatorFacts .specsContent .mdoresulthome, #leaguePage #spectatorFacts .specsContent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #spectatorFacts .specsContent .mdoresultguest,
  #leaguePage #spectatorFacts .specsContent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #spectatorFacts .specsContent .mdoresulthome,
  #leaguePage #spectatorFacts .specsContent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #spectatorFacts .specsContent .mdoresultguest, #leaguePage #spectatorFacts .specsContent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #spectatorFacts .specsContent .mdopoints,
  #leaguePage #spectatorFacts .specsContent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #spectatorFacts .specsContent .mdopoints, #leaguePage #spectatorFacts .specsContent .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #spectatorFacts .specsContent .circle, #leaguePage #spectatorFacts .specsContent h2 {
    border-bottom: 0 none;
    margin: 20px 0 0 0; }
  /* line 163, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #spectatorFacts .specsContent .iconextraclass {
    margin: 0 0 0 -5px; }
  /* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #spectatorFacts .averageSpecs {
    display: none; }
  /* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #spectatorFacts .specsBarWrapper {
    height: auto;
    margin-top: 30px; }
    /* line 170, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox {
      width: 17.5%;
      margin-left: 1.25%;
      margin-right: 1.25%;
      float: left; }
      /* line 175, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsBar {
        height: 300px;
        margin-bottom: 10px;
        width: 100%; }
      /* line 179, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam {
        display: none;
        height: 40px; }
        /* line 182, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
        #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamlogo {
          display: none; }
        /* line 184, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
        #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname {
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          height: 2em;
          line-height: 1em;
          width: 100%; }
  /* line 195, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #fairPlayTable h2, #leaguePage #fairPlayTable .junior .statsPart .statsTeam, .junior .statsPart #leaguePage #fairPlayTable .statsTeam, #leaguePage #fairPlayTable .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguePage #fairPlayTable .scores, #leaguePage #fairPlayTable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #fairPlayTable .mdoresulthome, #leaguePage #fairPlayTable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #fairPlayTable .mdoresultguest,
  #leaguePage #fairPlayTable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #fairPlayTable .mdoresulthome,
  #leaguePage #fairPlayTable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #fairPlayTable .mdoresultguest, #leaguePage #fairPlayTable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #fairPlayTable .mdopoints,
  #leaguePage #fairPlayTable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguePage #fairPlayTable .mdopoints, #leaguePage #fairPlayTable .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #fairPlayTable .circle, #leaguePage #fairPlayTable #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #fairPlayTable h2 {
    margin-bottom: 20px; }
  /* line 197, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #fairPlayTable .wrapperRaw {
    font-weight: bold;
    display: none;
    text-align: left; }
    /* line 201, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam {
      height: 30px;
      margin-top: 18px;
      line-height: 30px; }
      /* line 205, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position {
        background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat;
        height: 30px;
        width: 30px;
        text-align: center;
        float: left;
        margin-right: 9px;
        line-height: 30px; }
      /* line 214, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .valueTeam {
        margin-top: 3px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    /* line 220, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #fairPlayTable .wrapperRaw .wrapperValues {
      margin-left: 40px; }
      /* line 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #leaguePage #fairPlayTable .wrapperRaw .wrapperValues .valueMatchs, #leaguePage #fairPlayTable .wrapperRaw .wrapperValues .valueYellow, #leaguePage #fairPlayTable .wrapperRaw .wrapperValues .valueYellowRed, #leaguePage #fairPlayTable .wrapperRaw .wrapperValues .valueRed, #leaguePage #fairPlayTable .wrapperRaw .wrapperValues .valuePoints {
        display: inline-block;
        width: 18.5%;
        height: 15px; }
    /* line 226, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #fairPlayTable .wrapperRaw .valueTeamImage {
      display: none;
      float: left; }
  /* line 229, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #fairPlayTable .wrapperRaw.permanent {
    display: block; }
  /* line 231, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #fairPlayTable .tableHead {
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #cc0033; }
    /* line 235, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #fairPlayTable .tableHead .wrapperTeam {
      display: none; }
    /* line 237, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #fairPlayTable .tableHead .valueYellow .yellowcard, #leaguePage #fairPlayTable .tableHead .valueRed .redcard, #leaguePage #fairPlayTable .tableHead .valueYellowRed .yellowredcard {
      width: 14px;
      height: 18px; }
  /* line 240, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #leaguePage #fairPlayTable .legend {
    margin: 20px 0;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 0.95em; }
    /* line 245, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #leaguePage #fairPlayTable .legend .yellowcard, #leaguePage #fairPlayTable .legend .yellowredcard, #leaguePage #fairPlayTable .legend .redcard {
      display: inline-block;
      height: 18px;
      padding-left: 18px;
      margin-right: 15px;
      line-height: 18px; }

/* line 252, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
#league, #seasonTable {
  width: 100%; }
  /* line 254, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #league h2, #league .junior .statsPart .statsTeam, .junior .statsPart #league .statsTeam, #league .junior .datesContentWrapper .scores, .junior .datesContentWrapper #league .scores, #league .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league .mdoresulthome, #league .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league .mdoresultguest,
  #league .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league .mdoresulthome,
  #league .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league .mdoresultguest, #league .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league .mdopoints,
  #league .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league .mdopoints, #league #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #league .circle, #league #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #league h2, #seasonTable h2, #seasonTable .junior .statsPart .statsTeam, .junior .statsPart #seasonTable .statsTeam, #seasonTable .junior .datesContentWrapper .scores, .junior .datesContentWrapper #seasonTable .scores, #seasonTable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable .mdoresulthome, #seasonTable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable .mdoresultguest,
  #seasonTable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable .mdoresulthome,
  #seasonTable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable .mdoresultguest, #seasonTable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable .mdopoints,
  #seasonTable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable .mdopoints, #seasonTable #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #seasonTable .circle, #seasonTable #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #seasonTable h2 {
    color: white;
    margin-left: 4%; }
  /* line 257, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #league .revertbug, #seasonTable .revertbug {
    bottom: -0.5em; }
  /* line 259, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #league #leaguetabletwrapper, #seasonTable #leaguetabletwrapper {
    background-color: #cc0033;
    width: 100%; }
  /* line 262, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #league #leaguetable, #seasonTable #leaguetable {
    width: 92%;
    padding: 1.8em 4%; }
    /* line 265, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #league #leaguetable #lt-matchday, #seasonTable #leaguetable #lt-matchday {
      color: white; }
    /* line 267, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #league #leaguetable #spieltagtabelle, #seasonTable #leaguetable #spieltagtabelle {
      padding-bottom: 0; }
      /* line 269, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #league #leaguetable #spieltagtabelle .table_mobile, #seasonTable #leaguetable #spieltagtabelle .table_mobile {
        padding: 0; }
      /* line 271, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
      #league #leaguetable #spieltagtabelle .hl, #league #leaguetable #spieltagtabelle .seasonOnly, #league #leaguetable #spieltagtabelle .currentmatchday, #seasonTable #leaguetable #spieltagtabelle .hl, #seasonTable #leaguetable #spieltagtabelle .seasonOnly, #seasonTable #leaguetable #spieltagtabelle .currentmatchday {
        display: none; }
    /* line 273, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
    #league #leaguetable h2, #league #leaguetable .junior .statsPart .statsTeam, .junior .statsPart #league #leaguetable .statsTeam, #league #leaguetable .junior .datesContentWrapper .scores, .junior .datesContentWrapper #league #leaguetable .scores, #league #leaguetable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league #leaguetable .mdoresulthome, #league #leaguetable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league #leaguetable .mdoresultguest,
    #league #leaguetable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league #leaguetable .mdoresulthome,
    #league #leaguetable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league #leaguetable .mdoresultguest, #league #leaguetable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league #leaguetable .mdopoints,
    #league #leaguetable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #league #leaguetable .mdopoints, #league #leaguetable #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #league #leaguetable .circle, #league #leaguetable #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #league #leaguetable h2, #seasonTable #leaguetable h2, #seasonTable #leaguetable .junior .statsPart .statsTeam, .junior .statsPart #seasonTable #leaguetable .statsTeam, #seasonTable #leaguetable .junior .datesContentWrapper .scores, .junior .datesContentWrapper #seasonTable #leaguetable .scores, #seasonTable #leaguetable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable #leaguetable .mdoresulthome, #seasonTable #leaguetable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable #leaguetable .mdoresultguest,
    #seasonTable #leaguetable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable #leaguetable .mdoresulthome,
    #seasonTable #leaguetable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable #leaguetable .mdoresultguest, #seasonTable #leaguetable .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable #leaguetable .mdopoints,
    #seasonTable #leaguetable .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #seasonTable #leaguetable .mdopoints, #seasonTable #leaguetable #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #seasonTable #leaguetable .circle, #seasonTable #leaguetable #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #seasonTable #leaguetable h2 {
      display: inline; }
  /* line 275, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #league .rbbuttonwrapperline, #seasonTable .rbbuttonwrapperline {
    height: 40px;
    clear: both; }

/* line 280, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
#seasonTable {
  text-align: center; }
  /* line 282, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/season/_league.sass */
  #seasonTable #leaguetableshowall {
    display: none; }

/* the search */
/* ----------------------------------------------
 * search results common
 * ---------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
.search-pagination a {
  background-image: url('/static/frontend/img/ui-s31a96b710b.png');
  background-position: 0 -3595px;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  padding: 1px;
  margin: 0 5px;
  display: inline-block; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    .search-pagination a {
      background-position: 0px -2393px;
      background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
      -webkit-background-size: 80px auto;
      -moz-background-size: 80px auto;
      -o-background-size: 80px auto;
      background-size: 80px auto; } }

/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
.search-pagination a.selected {
  background-image: url('/static/frontend/img/ui-s31a96b710b.png');
  background-position: 0 -3150px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: default;
  display: inline-block; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    .search-pagination a.selected {
      background-position: 0px -2774px;
      background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
      -webkit-background-size: 80px auto;
      -moz-background-size: 80px auto;
      -o-background-size: 80px auto;
      background-size: 80px auto; } }

/* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
.search-pagination a span {
  display: none; }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
#searchPage {
  padding: 20px 4% 4% 4%;
  top: 0;
  bottom: 0;
  height: 100%;
  color: white;
  background-color: #cc0033; }
  /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage .space {
    padding-left: 4%; }
  /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage header.textblock {
    border-bottom: 1px solid white;
    margin-bottom: 1em; }
  /* line 39, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage header {
    line-height: 5em;
    margin-right: 0; }
    /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage header h3, #searchPage header .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #searchPage header .text, #searchPage header .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #searchPage header .mdoinfo,
    #searchPage header .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #searchPage header .mdoinfo, #searchPage header .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #searchPage header .mdoshortname, #searchPage header .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #searchPage header .mdoshortname,
    #searchPage header .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #searchPage header .mdoshortname,
    #searchPage header .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #searchPage header .mdoshortname, #searchPage header #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #searchPage header .duoTeam, #searchPage header #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #searchPage header .penaltyTitle {
      display: inline;
      color: white; }
  /* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage a {
    color: white;
    text-decoration: none; }
  /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage .search-pagination a.selected {
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -1022px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
      #searchPage .search-pagination a.selected {
        background-position: 0px -955px;
        background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
        -webkit-background-size: 80px auto;
        -moz-background-size: 80px auto;
        -o-background-size: 80px auto;
        background-size: 80px auto; } }
  /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage #searchresults-bar {
    margin-top: 2em;
    background: url(../img/dressingroom/phone/lupe.png) no-repeat 0 center;
    width: 92%;
    margin-left: 4%; }
    /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage #searchresults-bar form {
      margin-left: 36px;
      position: relative; }
    /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage #searchresults-bar #searchresultsInput {
      text-transform: uppercase;
      font-size: 3em;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      border: none;
      color: white;
      width: 84%;
      opacity: 1;
      background-color: #cc0033; }
    /* line 71, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage #searchresults-bar #searchButton {
      display: none; }
    /* line 73, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage #searchresults-bar input:focus {
      outline: 0; }
    /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage #searchresults-bar .clearSearchButton {
      margin-top: 0.8em;
      right: 0;
      cursor: pointer; }
  /* line 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage article {
    padding: 0 10px 0 0;
    margin-bottom: 1em;
    border-bottom: 1px solid white;
    background-color: #cc0033; }
    /* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage article figure {
      display: none;
      max-width: 72px; }
    /* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage article h3, #searchPage article .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #searchPage article .text, #searchPage article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #searchPage article .mdoinfo,
    #searchPage article .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #searchPage article .mdoinfo, #searchPage article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #searchPage article .mdoshortname, #searchPage article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #searchPage article .mdoshortname,
    #searchPage article .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #searchPage article .mdoshortname,
    #searchPage article .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #searchPage article .mdoshortname, #searchPage article #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #searchPage article .duoTeam, #searchPage article #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #searchPage article .penaltyTitle, #searchPage article p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: white; }
    /* line 96, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage article h3, #searchPage article .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white #searchPage article .text, #searchPage article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #searchPage article .mdoinfo,
    #searchPage article .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #searchPage article .mdoinfo, #searchPage article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #searchPage article .mdoshortname, #searchPage article .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #searchPage article .mdoshortname,
    #searchPage article .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #searchPage article .mdoshortname,
    #searchPage article .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #searchPage article .mdoshortname, #searchPage article #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper #searchPage article .duoTeam, #searchPage article #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder #searchPage article .penaltyTitle {
      margin-top: 0; }
  /* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage figure {
    padding: 0 0.5em 0.5em 0; }
  /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage .whirligig, #searchPage .whirligig-mobile {
    position: relative; }
    /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig .item, #searchPage .whirligig .m-page, #searchPage .whirligig-mobile .item, #searchPage .whirligig-mobile .m-page {
      float: left; }
    /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig .m-page, #searchPage .whirligig-mobile .m-page {
      margin-top: 1em; }
      /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
      #searchPage .whirligig .m-page section, #searchPage .whirligig-mobile .m-page section {
        width: 95%; }
    /* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig .search-pagination, #searchPage .whirligig-mobile .search-pagination {
      margin-top: 0.5em;
      padding-bottom: 0.8em;
      text-align: center; }
    /* line 115, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #article-items .item, #searchPage .whirligig #player-items .item, #searchPage .whirligig #page-items .item, #searchPage .whirligig-mobile #article-items .item, #searchPage .whirligig-mobile #player-items .item, #searchPage .whirligig-mobile #page-items .item {
      float: none;
      position: relative; }
    /* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #video-items .item, #searchPage .whirligig-mobile #video-items .item {
      position: relative;
      width: 100%; }
    /* line 122, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #video-items figcaption, #searchPage .whirligig-mobile #video-items figcaption {
      margin: 0 0 2em 0; }
      /* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
      #searchPage .whirligig #video-items figcaption span, #searchPage .whirligig-mobile #video-items figcaption span {
        padding-right: 8px; }
    /* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items figure, #searchPage .whirligig-mobile #player-items figure {
      text-align: center;
      height: 374px; }
    /* line 130, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items img, #searchPage .whirligig-mobile #player-items img {
      width: auto; }
    /* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items .playerInfo, #searchPage .whirligig-mobile #player-items .playerInfo {
      position: absolute;
      bottom: 0;
      padding-left: 4%;
      width: 92%; }
    /* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items .playerNumber, #searchPage .whirligig-mobile #player-items .playerNumber {
      color: white;
      display: inline;
      line-height: 1em;
      font-size: 6em; }
    /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items .playerPosition, #searchPage .whirligig-mobile #player-items .playerPosition {
      color: white;
      display: inline;
      font-size: 14px;
      text-transform: uppercase; }
    /* line 147, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items .playerName, #searchPage .whirligig-mobile #player-items .playerName {
      padding-top: 5px;
      color: white;
      border-top: 1px solid white;
      margin: 0;
      text-align: center; }
    /* line 153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
    #searchPage .whirligig #player-items .profileButton, #searchPage .whirligig-mobile #player-items .profileButton {
      text-transform: uppercase;
      background-color: white;
      color: #cc0033;
      padding: 0.3em;
      width: 16em;
      text-align: center;
      margin: 2em auto 0;
      font-weight: bold; }
  /* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  #searchPage #mobile-pages #image-items .item {
    width: 50%; }

/* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
#filter > div {
  display: none; }

/* line 176, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
#search-footer {
  z-index: 1;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 0;
  background-color: #cc0033; }

@media screen and (min-width: 1025px) and (max-width: 1550px) {
  /* line 189, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/search/_searchresults.sass */
  .bkc #searchPage .space {
    padding: 0 4% 0 25%;
    width: 71%; } }
/* the kontakt */
/* ----------------------------------------------
 * Stylesheet for kontakt
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
#kontakt {
  margin: 0;
  width: 100%;
  max-width: 1020px; }
  /* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .rouberbutton {
    width: 92%;
    padding: 0.4em 4%;
    text-decoration: none;
    color: white;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
    /* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt .rouberbutton:hover {
      color: white;
      text-decoration: none; }
  /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kont-fanbeauftragte, #kontakt #kont-vippartner, #kontakt #kont-anfahrt, #kontakt #kont-email {
    margin-top: 1px; }
  /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .mobileopenclose {
    text-transform: uppercase;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0.2em 4% 0;
    width: 92%;
    color: white; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .mobNavArrowDown {
    background: url(../img/navigation/mobile/Pfeil_down.png) no-repeat 90% center #cc0033; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .mobNavArrowUp {
    background: url(../img/navigation/mobile/Pfeil_up.png) no-repeat 90% center #cc0033; }
  /* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .hiddencontent {
    margin-top: 1px;
    border-top: 1px solid #cc0033;
    padding: 1.8em 4%;
    width: 92%;
    display: none; }
    /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt .hiddencontent h2, #kontakt .hiddencontent .junior .statsPart .statsTeam, .junior .statsPart #kontakt .hiddencontent .statsTeam, #kontakt .hiddencontent .junior .datesContentWrapper .scores, .junior .datesContentWrapper #kontakt .hiddencontent .scores, #kontakt .hiddencontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .hiddencontent .mdoresulthome, #kontakt .hiddencontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .hiddencontent .mdoresultguest,
    #kontakt .hiddencontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .hiddencontent .mdoresulthome,
    #kontakt .hiddencontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .hiddencontent .mdoresultguest, #kontakt .hiddencontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .hiddencontent .mdopoints,
    #kontakt .hiddencontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .hiddencontent .mdopoints, #kontakt .hiddencontent #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #kontakt .hiddencontent .circle, #kontakt .hiddencontent #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #kontakt .hiddencontent h2 {
      border-bottom: 1px solid #cc0033;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      max-width: 100%; }
  /* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kont-k-i-fax, #kontakt #kont-k-i-link, #kontakt #kont-fb-i-mailto, #kontakt #kont-fb-i-bmailto, #kontakt #kont-fb-i-fb, #kontakt #kont-fb-i-fba, #kontakt #kont-fb-i-bfb, #kontakt #kont-k-i-adresse, #kontakt #kont-a-i-adresse, #kontakt #kont-e-i-adresse {
    margin-top: 0; }
  /* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kont-fanbeauftragte-info .iconextraclass {
    margin-top: 1em; }
  /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kont-fanbeauftragte-source #kont-kontakt {
    margin-top: 20px; }
  /* line 51, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .iconextraclass {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    margin-top: 1.5em; }
    /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt .iconextraclass h2, #kontakt .iconextraclass .junior .statsPart .statsTeam, .junior .statsPart #kontakt .iconextraclass .statsTeam, #kontakt .iconextraclass .junior .datesContentWrapper .scores, .junior .datesContentWrapper #kontakt .iconextraclass .scores, #kontakt .iconextraclass .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .iconextraclass .mdoresulthome, #kontakt .iconextraclass .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .iconextraclass .mdoresultguest,
    #kontakt .iconextraclass .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .iconextraclass .mdoresulthome,
    #kontakt .iconextraclass .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .iconextraclass .mdoresultguest, #kontakt .iconextraclass .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .iconextraclass .mdopoints,
    #kontakt .iconextraclass .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #kontakt .iconextraclass .mdopoints, #kontakt .iconextraclass #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #kontakt .iconextraclass .circle, #kontakt .iconextraclass #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #kontakt .iconextraclass h2 {
      border-bottom: none;
      position: relative;
      bottom: 0;
      margin-bottom: 0; }
    /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt .iconextraclass div {
      padding-left: 25px;
      margin-left: 5px; }
    /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt .iconextraclass .fanbeauftragteheader {
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 1em;
      border-bottom: 1px solid #cc0033;
      height: auto; }
  /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt a {
    text-decoration: none; }
    /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt a:hover {
      text-decoration: none; }
  /* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kont-anfahrt-maps {
    width: 85%;
    height: 400px;
    margin-top: 1.8em; }
  /* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kont-anfahrt-maps-routeberechnen {
    margin: 1em 0 1.5em;
    width: 100%;
    height: 40px; }
  /* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt .altheader {
    display: none; }
  /* line 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  #kontakt #kontaktemailform {
    width: 100%;
    display: block;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    text-align: center;
    margin-top: 1.5em; }
    /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .form-row, #kontakt #kontaktemailform .button-wrapper {
      margin-bottom: 0.5em; }
    /* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .required {
      text-align: left;
      font-size: 0.8em; }
    /* line 93, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform fieldset.inputfields {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      border: none; }
    /* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform fieldset.buttons {
      width: 100%;
      padding: 0 2px;
      margin: 0;
      border: none; }
    /* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform input, #kontakt #kontaktemailform textarea {
      font-size: 1.2em;
      line-height: 1.3em;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      width: 100%;
      max-width: 291px;
      padding-left: 5px; }
    /* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform select {
      font-size: 1.2em;
      line-height: 1.3em;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      width: 100%; }
    /* line 115, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .form-row input {
      padding-top: 4px; }
    /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .button-wrapper input {
      padding: 0.4em 0.8em;
      max-width: 99%; }
    /* line 120, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .submit {
      height: auto; }
    /* line 122, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .form-row textarea {
      border: 2px inset;
      padding: 4px 0 0 5px; }
    /* line 125, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform #kontsubject {
      background: none; }
      /* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
      #kontakt #kontaktemailform #kontsubject option {
        color: #0c2044; }
    /* line 129, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    #kontakt #kontaktemailform .firstchoice {
      color: #717171; }

/* line 135, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.rbl #kontakt #kont-vp-info .kontmailto {
  padding-left: 25px; }

/* line 138, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontadresse {
  background: url(../img/icons/icon_location_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontzeiten {
  background: url(../img/icons/icon_clock_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.konttel {
  background: url(../img/icons/icon_phone_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontfax {
  background: url(../img/icons/icon_fax_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontmailto {
  color: #cc0033;
  background: url(../img/icons/icon_email_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 158, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontlink {
  color: #cc0033;
  background: url(../img/icons/icon_link_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 163, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontregister {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3963px;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 163, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    .kontregister {
      background-position: 0px -2744px;
      background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
      -webkit-background-size: 56px auto;
      -moz-background-size: 56px auto;
      -o-background-size: 56px auto;
      background-size: 56px auto; } }

/* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontgroup {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -1836px;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    .kontgroup {
      background-position: 0px -1390px;
      background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
      -webkit-background-size: 56px auto;
      -moz-background-size: 56px auto;
      -o-background-size: 56px auto;
      background-size: 56px auto; } }

/* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontperson {
  background: url(../img/icons/icon_person_darkblue.png) no-repeat;
  background-position: 0 0.3em; }

/* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontball {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -1056px;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
    .kontball {
      background-position: 0px -770px;
      background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
      -webkit-background-size: 56px auto;
      -moz-background-size: 56px auto;
      -o-background-size: 56px auto;
      background-size: 56px auto; } }

/* line 173, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.kontarena {
  background: url(../img/icons/icon_field_darkblue.png) no-repeat;
  background-position: 0 0.3em; }
  /* line 176, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
  .kontarena p {
    font-weight: bold; }

/* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
#fans .kontmailto {
  background: url(../img/icons/icon_email_white.png) no-repeat;
  background-position: 0 0.3em; }

/* line 184, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/kontakt/_kontakt.sass */
.rbs #kontakt .kontarena {
  margin-left: 2px;
  padding-left: 28px; }

/* the club */
/* ----------------------------------------------
 * Stylesheet for club
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#club {
  color: white;
  width: 100%;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club h2, #club .junior .statsPart .statsTeam, .junior .statsPart #club .statsTeam, #club .junior .datesContentWrapper .scores, .junior .datesContentWrapper #club .scores, #club .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .mdoresulthome, #club .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .mdoresultguest,
  #club .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .mdoresulthome,
  #club .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .mdoresultguest, #club .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .mdopoints,
  #club .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .mdopoints, #club #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #club .circle, #club #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #club h2 {
    color: white;
    padding-bottom: 0.3em; }
  /* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club ul {
    list-style: disc outside none;
    color: #cc0033;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    margin-left: 20px; }
    /* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club ul li span {
      color: white; }
  /* line 21, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .infogallery {
    display: none; }
  /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #orb-archivments h2, #club #orb-archivments .junior .statsPart .statsTeam, .junior .statsPart #club #orb-archivments .statsTeam, #club #orb-archivments .junior .datesContentWrapper .scores, .junior .datesContentWrapper #club #orb-archivments .scores, #club #orb-archivments .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #orb-archivments .mdoresulthome, #club #orb-archivments .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #orb-archivments .mdoresultguest,
  #club #orb-archivments .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #orb-archivments .mdoresulthome,
  #club #orb-archivments .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #orb-archivments .mdoresultguest, #club #orb-archivments .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #orb-archivments .mdopoints,
  #club #orb-archivments .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #orb-archivments .mdopoints, #club #orb-archivments #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #club #orb-archivments .circle, #club #orb-archivments #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #club #orb-archivments h2 {
    padding-left: 27px;
    line-height: 1.1em;
    padding-bottom: 4px; }
  /* line 28, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #orb-arch-list img {
    display: none; }
  /* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #rba-place-info, #club #tc-place-info {
    clear: both;
    padding-top: 10px;
    border-top: 1px solid #cc0033;
    margin-bottom: 2em; }
  /* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .facts_bigcontent {
    text-align: center;
    font-size: 5em;
    line-height: 1em;
    margin-top: 0.3em; }
  /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .facts_smalltitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em; }
  /* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .bigsizenumber {
    font-size: 5em;
    line-height: 1em;
    border-bottom: 1px solid #cc0033; }
  /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #toplisthomegames h2, #club #toplisthomegames .junior .statsPart .statsTeam, .junior .statsPart #club #toplisthomegames .statsTeam, #club #toplisthomegames .junior .datesContentWrapper .scores, .junior .datesContentWrapper #club #toplisthomegames .scores, #club #toplisthomegames .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #toplisthomegames .mdoresulthome, #club #toplisthomegames .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #toplisthomegames .mdoresultguest,
  #club #toplisthomegames .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #toplisthomegames .mdoresulthome,
  #club #toplisthomegames .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #toplisthomegames .mdoresultguest, #club #toplisthomegames .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #toplisthomegames .mdopoints,
  #club #toplisthomegames .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #toplisthomegames .mdopoints, #club #toplisthomegames #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #club #toplisthomegames .circle, #club #toplisthomegames #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #club #toplisthomegames h2 {
    border-bottom: none; }
  /* line 67, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .topwatchlistwrapper {
    padding: 10px 0;
    height: 90px;
    border-top: 1px solid #cc0033;
    clear: both; }
    /* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club .topwatchlistwrapper .position {
      width: 15%;
      margin-right: 2%;
      height: 80px;
      float: left;
      background: url(../img/tables/weiss_ring.png) no-repeat center center; }
      /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
      #club .topwatchlistwrapper .position div {
        text-align: center;
        line-height: 80px; }
    /* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club .topwatchlistwrapper .counter {
      width: 40%;
      float: left;
      height: 20px;
      text-align: left;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      font-size: 1.2em; }
    /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club .topwatchlistwrapper .result {
      width: 40%;
      float: right;
      height: 20px;
      text-align: right;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      font-size: 1.2em; }
    /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club .topwatchlistwrapper .iconextraclass {
      height: 70px; }
  /* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .historywrapper {
    padding-left: 0;
    margin-left: 0; }
  /* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .spielfeldimg {
    width: 90%; }
  /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .anfahrtrba-label, #club .anfahrttc-label {
    width: 92%;
    margin: 0 4%; }
  /* line 105, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .optioncontent h2, #club .optioncontent .junior .statsPart .statsTeam, .junior .statsPart #club .optioncontent .statsTeam, #club .optioncontent .junior .datesContentWrapper .scores, .junior .datesContentWrapper #club .optioncontent .scores, #club .optioncontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .optioncontent .mdoresulthome, #club .optioncontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .optioncontent .mdoresultguest,
  #club .optioncontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .optioncontent .mdoresulthome,
  #club .optioncontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .optioncontent .mdoresultguest, #club .optioncontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .optioncontent .mdopoints,
  #club .optioncontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club .optioncontent .mdopoints, #club .optioncontent #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #club .optioncontent .circle, #club .optioncontent #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #club .optioncontent h2 {
    font-size: 1em; }
  /* line 107, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .rbaoptiontwo, #club .rbaoptionthree, #club #trainingscenter-button-content, #club .tcoptiontwo, #club .tcoptionthree {
    display: none; }
  /* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #tc-content-header {
    margin-top: 3em;
    position: relative;
    height: 60px; }
    /* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club #tc-content-header .locationmap {
      width: auto;
      float: left;
      height: 100%; }
      /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
      #club #tc-content-header .locationmap img {
        width: auto;
        max-width: 100%;
        max-height: 100%; }
    /* line 121, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club #tc-content-header .tc-header-title {
      width: 80%;
      position: absolute;
      left: 17%;
      bottom: 0; }
      /* line 126, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
      #club #tc-content-header .tc-header-title h2, #club #tc-content-header .tc-header-title .junior .statsPart .statsTeam, .junior .statsPart #club #tc-content-header .tc-header-title .statsTeam, #club #tc-content-header .tc-header-title .junior .datesContentWrapper .scores, .junior .datesContentWrapper #club #tc-content-header .tc-header-title .scores, #club #tc-content-header .tc-header-title .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #tc-content-header .tc-header-title .mdoresulthome, #club #tc-content-header .tc-header-title .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #tc-content-header .tc-header-title .mdoresultguest,
      #club #tc-content-header .tc-header-title .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #tc-content-header .tc-header-title .mdoresulthome,
      #club #tc-content-header .tc-header-title .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #tc-content-header .tc-header-title .mdoresultguest, #club #tc-content-header .tc-header-title .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #tc-content-header .tc-header-title .mdopoints,
      #club #tc-content-header .tc-header-title .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #tc-content-header .tc-header-title .mdopoints, #club #tc-content-header .tc-header-title #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #club #tc-content-header .tc-header-title .circle {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
  /* line 131, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #tc_shorthistory p {
    margin: 0.2em 0; }
  /* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #partner-content {
    width: 92%;
    margin: 0 4%; }
    /* line 136, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club #partner-content .rbmainlogo {
      width: 35%;
      margin: 0 32.5%; }
    /* line 139, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club #partner-content .rbxlogo {
      width: 35%;
      margin: 2em 32.5%; }
    /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club #partner-content .partnerlinecircle {
      width: 100%; }
      /* line 144, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
      #club #partner-content .partnerlinecircle div {
        width: 15%;
        margin: 0 2.5% 1em;
        float: left; }
    /* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club #partner-content .partnerlinesecond {
      clear: both;
      width: 50%;
      margin: 0 25%; }
      /* line 152, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
      #club #partner-content .partnerlinesecond div {
        width: 40%;
        float: left;
        margin: 0 5% 1em; }
  /* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .rba-logoanfahrt, #club #tc-anfahrt-routeberechnen, #club #rba-anfahrt-routeberechnen {
    display: none; }

/* line 164, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#club #grounds .icon_field_white p {
  font-weight: bold; }

/* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#club #viewerrecord {
  display: none; }
  /* line 169, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club #viewerrecord h2, #club #viewerrecord .junior .statsPart .statsTeam, .junior .statsPart #club #viewerrecord .statsTeam, #club #viewerrecord .junior .datesContentWrapper .scores, .junior .datesContentWrapper #club #viewerrecord .scores, #club #viewerrecord .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #viewerrecord .mdoresulthome, #club #viewerrecord .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #viewerrecord .mdoresultguest,
  #club #viewerrecord .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #viewerrecord .mdoresulthome,
  #club #viewerrecord .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #viewerrecord .mdoresultguest, #club #viewerrecord .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #viewerrecord .mdopoints,
  #club #viewerrecord .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #club #viewerrecord .mdopoints, #club #viewerrecord #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #club #viewerrecord .circle, #club #viewerrecord #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #club #viewerrecord h2 {
    padding-top: 1em; }

/* line 175, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds #anfahrt-maps.rbsmaps {
  margin-bottom: 30px; }
/* line 178, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds #rba-anfahrt-routeberechnen {
  margin: 0 auto;
  width: 100%; }
  /* line 181, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #grounds #rba-anfahrt-routeberechnen a {
    float: none; }
/* line 184, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds .anfahrtwrapper {
  margin-top: 20px;
  float: none;
  margin-right: 4%; }
  /* line 189, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #grounds .anfahrtwrapper .rba-logoanfahrt img {
    width: auto; }
  /* line 192, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #grounds .anfahrtwrapper .locationmap {
    padding-right: 4%; }
  /* line 196, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #grounds .anfahrtwrapper .iconextraclass div:first-child {
    font-weight: bold; }
/* line 199, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds #anfahrt-maps {
  margin-top: 30px; }
/* line 202, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds .rbSelectBox .selectTarget {
  padding: 0.4em 2%;
  width: 96%; }
/* line 206, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds .anfahrtrba-label {
  width: 100%;
  margin: 0; }
/* line 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#grounds .image-showcase-wrapper h3.isc-text-top, #grounds .image-showcase-wrapper .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white #grounds .image-showcase-wrapper .isc-text-top.text, #grounds .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #grounds .image-showcase-wrapper .isc-text-top.mdoinfo,
#grounds .image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #grounds .image-showcase-wrapper .isc-text-top.mdoinfo, #grounds .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #grounds .image-showcase-wrapper .isc-text-top.mdoshortname, #grounds .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #grounds .image-showcase-wrapper .isc-text-top.mdoshortname,
#grounds .image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #grounds .image-showcase-wrapper .isc-text-top.mdoshortname,
#grounds .image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #grounds .image-showcase-wrapper .isc-text-top.mdoshortname, #grounds .image-showcase-wrapper #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper #grounds .image-showcase-wrapper .isc-text-top.duoTeam, #grounds .image-showcase-wrapper #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder #grounds .image-showcase-wrapper .isc-text-top.penaltyTitle {
  color: white;
  padding-bottom: 0.3em;
  line-height: 28px;
  font-size: 1.8em; }

/* line 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#club .topwatchlistwrapper .position {
  width: 12%; }
/* line 220, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
#club .topwatchlistwrapper .iconextraclass {
  margin-left: 50px; }
  /* line 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .topwatchlistwrapper .iconextraclass .icon_field_white {
    background: url(../img/icons/icon_field.png) no-repeat;
    background-position: 0 1.1em; }
    /* line 225, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
    #club .topwatchlistwrapper .iconextraclass .icon_field_white .altp {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block; }
  /* line 231, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club/_club-rbs.sass */
  #club .topwatchlistwrapper .iconextraclass .icon_star_white .altp {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block; }

/* the impressum */
/* ----------------------------------------------
 * Stylesheet for imressum 
 * -------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
.rouberbutton, #hb-morebutton {
  width: 92%;
  padding: 0.4em 4%;
  text-decoration: none;
  color: white;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  .rouberbutton:hover, #hb-morebutton:hover {
    color: white;
    text-decoration: none; }
  /* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  .rouberbutton:active, #hb-morebutton:active {
    color: white;
    text-decoration: none; }
  /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  .rouberbutton:visited, #hb-morebutton:visited {
    color: white;
    text-decoration: none; }

/* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
.fanshopicon {
  width: auto; }

/* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
#impressum {
  margin: 0;
  width: 100%;
  max-width: 1020px; }
  /* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #imp-fanshop, #impressum #imp-rechtliches, #impressum #imp-email {
    margin-top: 1px; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .mobileopenclose {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0.2em 4% 0;
    width: 92%;
    color: white;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .mobNavArrowDown {
    background: url(../img/navigation/mobile/Pfeil_down.png) no-repeat 90% center #cc0033; }
  /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .mobNavArrowUp {
    background: url(../img/navigation/mobile/Pfeil_up.png) no-repeat 90% center #cc0033; }
  /* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .hiddencontent {
    margin-top: 1px;
    border-top: 1px solid #cc0033;
    padding: 1.8em 4%;
    width: 92%;
    display: none; }
    /* line 51, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .hiddencontent h2, #impressum .hiddencontent .junior .statsPart .statsTeam, .junior .statsPart #impressum .hiddencontent .statsTeam, #impressum .hiddencontent .junior .datesContentWrapper .scores, .junior .datesContentWrapper #impressum .hiddencontent .scores, #impressum .hiddencontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .hiddencontent .mdoresulthome, #impressum .hiddencontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .hiddencontent .mdoresultguest,
    #impressum .hiddencontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .hiddencontent .mdoresulthome,
    #impressum .hiddencontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .hiddencontent .mdoresultguest, #impressum .hiddencontent .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .hiddencontent .mdopoints,
    #impressum .hiddencontent .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .hiddencontent .mdopoints, #impressum .hiddencontent #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #impressum .hiddencontent .circle, #impressum .hiddencontent #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #impressum .hiddencontent h2 {
      border-bottom: 1px solid #cc0033;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      max-width: 100%; }
  /* line 55, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #imp-k-i-fax, #impressum #imp-k-i-link, #impressum #imp-k-i-adresse, #impressum #imp-f-i-adresse, #impressum #imp-r-i-vereinsregister, #impressum #imp-e-i-adresse {
    margin-top: 0; }
  /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .iconextraclass {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    margin-top: 1.5em; }
    /* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .iconextraclass h2, #impressum .iconextraclass .junior .statsPart .statsTeam, .junior .statsPart #impressum .iconextraclass .statsTeam, #impressum .iconextraclass .junior .datesContentWrapper .scores, .junior .datesContentWrapper #impressum .iconextraclass .scores, #impressum .iconextraclass .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .iconextraclass .mdoresulthome, #impressum .iconextraclass .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .iconextraclass .mdoresultguest,
    #impressum .iconextraclass .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .iconextraclass .mdoresulthome,
    #impressum .iconextraclass .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .iconextraclass .mdoresultguest, #impressum .iconextraclass .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .iconextraclass .mdopoints,
    #impressum .iconextraclass .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #impressum .iconextraclass .mdopoints, #impressum .iconextraclass #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #impressum .iconextraclass .circle, #impressum .iconextraclass #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #impressum .iconextraclass h2 {
      border-bottom: none;
      margin-bottom: 0;
      position: relative;
      line-height: 1.2em; }
    /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .iconextraclass div {
      padding-left: 25px;
      margin-left: 5px; }
    /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .iconextraclass .rechtlichesheader {
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 1em;
      border-bottom: 1px solid #cc0033;
      height: auto; }
  /* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impadresse {
    background: url(../img/icons/icon_location_darkblue.png) no-repeat;
    background-position: 0 0.4em; }
  /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impzeiten {
    background: url(../img/icons/icon_clock_darkblue.png) no-repeat;
    background-position: 0 0.3em; }
  /* line 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .imptel {
    background: url(../img/icons/icon_phone_darkblue.png) no-repeat;
    background-position: 0 0.38em; }
  /* line 87, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impfax {
    background: url(../img/icons/icon_fax_darkblue.png) no-repeat;
    background-position: 0 0.38em; }
  /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impmailto {
    color: #cc0033;
    text-decoration: none;
    background: url(../img/icons/icon_email_darkblue.png) no-repeat;
    background-position: 0 0.38em; }
  /* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .implink {
    color: #cc0033;
    background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
    background-position: 0 -1562px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
      #impressum .implink {
        background-position: 0px -987px;
        background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
        -webkit-background-size: 56px auto;
        -moz-background-size: 56px auto;
        -o-background-size: 56px auto;
        background-size: 56px auto; } }
    /* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .implink img {
      width: 68%; }
  /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impregister {
    background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
    background-position: 0 -3963px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
      #impressum .impregister {
        background-position: 0px -2744px;
        background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
        -webkit-background-size: 56px auto;
        -moz-background-size: 56px auto;
        -o-background-size: 56px auto;
        background-size: 56px auto; } }
  /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impgroup {
    background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
    background-position: 0 -1836px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
      #impressum .impgroup {
        background-position: 0px -1390px;
        background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
        -webkit-background-size: 56px auto;
        -moz-background-size: 56px auto;
        -o-background-size: 56px auto;
        background-size: 56px auto; } }
  /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impperson {
    background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
    background-position: 0 -2112px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
      #impressum .impperson {
        background-position: 0px -1111px;
        background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
        -webkit-background-size: 56px auto;
        -moz-background-size: 56px auto;
        -o-background-size: 56px auto;
        background-size: 56px auto; } }
  /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .impball {
    background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
    background-position: 0 -1056px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
      #impressum .impball {
        background-position: 0px -770px;
        background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
        -webkit-background-size: 56px auto;
        -moz-background-size: 56px auto;
        -o-background-size: 56px auto;
        background-size: 56px auto; } }
  /* line 110, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum a {
    text-decoration: none; }
    /* line 112, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum a:hover {
      text-decoration: none; }
  /* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #imp-r-i-haftung {
    margin-top: 2em; }
  /* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #haftungsbeschluss {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative; }
  /* line 121, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .shortmessage {
    height: 150px !important; }
    /* line 123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .shortmessage .hb-text {
      width: 100%;
      height: 100%; }
    /* line 126, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum .shortmessage .hb-gradient {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  /* line 138, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum .altheader {
    display: none; }
  /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #imp-fanshop-maps {
    width: 85%;
    height: 400px;
    margin-top: 1.8em; }
  /* line 144, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #imp-fanshop-maps-routeberechnen, #impressum #hb-morebutton-wrapper {
    margin: 1em 0 1.5em;
    width: 100%;
    height: 40px; }
  /* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
  #impressum #impressumemailform {
    width: 100%;
    display: block;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    text-align: center;
    margin-top: 1.5em; }
    /* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .form-row, #impressum #impressumemailform .button-wrapper {
      margin-bottom: 0.5em; }
    /* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .required {
      text-align: left;
      font-size: 0.8em; }
    /* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform fieldset.inputfields, #impressum #impressumemailform .required {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      border: none; }
    /* line 164, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform fieldset.buttons {
      width: 100%;
      padding: 0 2px;
      margin: 0;
      border: none; }
    /* line 169, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform input, #impressum #impressumemailform textarea {
      font-size: 1.2em;
      line-height: 1.3em;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      width: 100%;
      max-width: 291px;
      padding-left: 5px; }
    /* line 176, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform select {
      font-size: 1.2em;
      line-height: 1.3em;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      width: 100%; }
    /* line 181, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .form-row input {
      padding-top: 4px; }
    /* line 183, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .button-wrapper input {
      padding: 0.4em 0.8em;
      max-width: 99%; }
    /* line 186, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .submit {
      height: auto; }
    /* line 188, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .form-row textarea {
      border: 2px inset;
      padding: 4px 0 0 5px; }
    /* line 191, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform #impsubject {
      background: none; }
      /* line 193, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
      #impressum #impressumemailform #impsubject option {
        color: #0c2044; }
    /* line 195, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
    #impressum #impressumemailform .firstchoice {
      color: #717171; }

/* line 199, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
#impressum #imp-kontakt-content {
  margin-bottom: 1.8em; }

/* line 202, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/impressum/_impressum.sass */
.rbs #impressum .kontarena {
  margin-left: 2px;
  padding-left: 28px; }

/* fans */
/* ----------------------------------------------
 * fans common
 * ---------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
h1.white {
  color: white; }

/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans h4 {
  text-transform: uppercase;
  font-weight: bold; }
/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans .count {
  white-space: nowrap; }
/* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans ul.isc-list li {
  padding: 0;
  text-indent: 0;
  line-height: 1em;
  display: inline-block;
  width: 49%;
  margin: 0 1% 1% 0; }
  /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans ul.isc-list li:before {
    content: "";
    padding-right: 0; }
  /* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans ul.isc-list li.show-all {
    background-color: #cc0033;
    padding-top: 49%;
    position: relative;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    text-transform: uppercase; }
    /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans ul.isc-list li.show-all a {
      color: white;
      text-decoration: none;
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 0;
      top: 0;
      padding: 45% 0; }
      /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      #fans ul.isc-list li.show-all a:visited {
        color: white; }
      /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      #fans ul.isc-list li.show-all a:focus {
        color: white; }
      /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      #fans ul.isc-list li.show-all a:hover {
        color: white; }
      /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      #fans ul.isc-list li.show-all a:active {
        color: white; }
/* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans #representatives h4:empty {
  border: none; }
/* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans .image-showcase-wrapper h3.isc-text-top, #fans .image-showcase-wrapper .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white #fans .image-showcase-wrapper .isc-text-top.text, #fans .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #fans .image-showcase-wrapper .isc-text-top.mdoinfo,
#fans .image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #fans .image-showcase-wrapper .isc-text-top.mdoinfo, #fans .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #fans .image-showcase-wrapper .isc-text-top.mdoshortname, #fans .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #fans .image-showcase-wrapper .isc-text-top.mdoshortname,
#fans .image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #fans .image-showcase-wrapper .isc-text-top.mdoshortname,
#fans .image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #fans .image-showcase-wrapper .isc-text-top.mdoshortname, #fans .image-showcase-wrapper #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper #fans .image-showcase-wrapper .isc-text-top.duoTeam, #fans .image-showcase-wrapper #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder #fans .image-showcase-wrapper .isc-text-top.penaltyTitle {
  color: white;
  line-height: 2em;
  font-size: 1.8em; }

/* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans, #medien {
  margin: 0 0 0 0;
  width: 100%;
  color: white; }
  /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans a, #medien a {
    text-decoration: none; }
    /* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans a:hover, #medien a:hover {
      text-decoration: none; }
  /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #kontakt, #medien #kontakt {
    margin: 0;
    width: 100%;
    max-width: 30000px; }
  /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans h2, #fans .junior .statsPart .statsTeam, .junior .statsPart #fans .statsTeam, #fans .junior .datesContentWrapper .scores, .junior .datesContentWrapper #fans .scores, #fans .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans .mdoresulthome, #fans .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans .mdoresultguest,
  #fans .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans .mdoresulthome,
  #fans .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans .mdoresultguest, #fans .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans .mdopoints,
  #fans .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans .mdopoints, #fans #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #fans .circle, #fans #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #fans h2, #medien h2, #medien .junior .statsPart .statsTeam, .junior .statsPart #medien .statsTeam, #medien .junior .datesContentWrapper .scores, .junior .datesContentWrapper #medien .scores, #medien .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresulthome, #medien .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresultguest,
  #medien .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresulthome,
  #medien .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresultguest, #medien .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdopoints,
  #medien .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdopoints, #medien #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #medien .circle, #medien #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #medien h2 {
    color: white;
    line-height: 2em; }
  /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans h4, #medien h4 {
    border-bottom: 1px solid #cc0033;
    margin-top: 0.8em;
    font-size: 1.2em;
    line-height: 1.3em; }
  /* line 71, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #pics h3.isc-text-top, #fans #pics .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white #fans #pics .isc-text-top.text, #fans #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #fans #pics .isc-text-top.mdoinfo,
  #fans #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #fans #pics .isc-text-top.mdoinfo, #fans #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #fans #pics .isc-text-top.mdoshortname, #fans #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #fans #pics .isc-text-top.mdoshortname,
  #fans #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #fans #pics .isc-text-top.mdoshortname,
  #fans #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #fans #pics .isc-text-top.mdoshortname, #fans #pics #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper #fans #pics .isc-text-top.duoTeam, #fans #pics #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder #fans #pics .isc-text-top.penaltyTitle, #medien #pics h3.isc-text-top, #medien #pics .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white #medien #pics .isc-text-top.text, #medien #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien #pics .isc-text-top.mdoinfo,
  #medien #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien #pics .isc-text-top.mdoinfo, #medien #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien #pics .isc-text-top.mdoshortname, #medien #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien #pics .isc-text-top.mdoshortname,
  #medien #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien #pics .isc-text-top.mdoshortname,
  #medien #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien #pics .isc-text-top.mdoshortname, #medien #pics #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper #medien #pics .isc-text-top.duoTeam, #medien #pics #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder #medien #pics .isc-text-top.penaltyTitle {
    color: white;
    margin-bottom: 0.2em;
    line-height: 2em; }
    /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #pics h3.isc-text-top .isc-text-count, #fans #pics .rbs #schedules .icon_ical_white .isc-text-top.text .isc-text-count, .rbs #schedules .icon_ical_white #fans #pics .isc-text-top.text .isc-text-count, #fans #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #fans #pics .isc-text-top.mdoinfo .isc-text-count,
    #fans #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo .isc-text-count,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #fans #pics .isc-text-top.mdoinfo .isc-text-count, #fans #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #fans #pics .isc-text-top.mdoshortname .isc-text-count, #fans #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #fans #pics .isc-text-top.mdoshortname .isc-text-count,
    #fans #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname .isc-text-count,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #fans #pics .isc-text-top.mdoshortname .isc-text-count,
    #fans #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname .isc-text-count,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #fans #pics .isc-text-top.mdoshortname .isc-text-count, #fans #pics #leaguePage .topDuoWrapper .isc-text-top.duoTeam .isc-text-count, #leaguePage .topDuoWrapper #fans #pics .isc-text-top.duoTeam .isc-text-count, #fans #pics #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle .isc-text-count, #leaguePage .penaltyPlaceholder #fans #pics .isc-text-top.penaltyTitle .isc-text-count, #medien #pics h3.isc-text-top .isc-text-count, #medien #pics .rbs #schedules .icon_ical_white .isc-text-top.text .isc-text-count, .rbs #schedules .icon_ical_white #medien #pics .isc-text-top.text .isc-text-count, #medien #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien #pics .isc-text-top.mdoinfo .isc-text-count,
    #medien #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo .isc-text-count,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien #pics .isc-text-top.mdoinfo .isc-text-count, #medien #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien #pics .isc-text-top.mdoshortname .isc-text-count, #medien #pics .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien #pics .isc-text-top.mdoshortname .isc-text-count,
    #medien #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname .isc-text-count,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien #pics .isc-text-top.mdoshortname .isc-text-count,
    #medien #pics .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname .isc-text-count,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien #pics .isc-text-top.mdoshortname .isc-text-count, #medien #pics #leaguePage .topDuoWrapper .isc-text-top.duoTeam .isc-text-count, #leaguePage .topDuoWrapper #medien #pics .isc-text-top.duoTeam .isc-text-count, #medien #pics #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle .isc-text-count, #leaguePage .penaltyPlaceholder #medien #pics .isc-text-top.penaltyTitle .isc-text-count {
      color: #717171; }
  /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans .iconextraclass, #medien .iconextraclass {
    margin-top: 0; }
  /* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans .space, #medien .space {
    padding: 0 6.25%;
    margin: 0 auto;
    max-width: 1020px; }
  /* line 85, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans .hiddencontent, #medien .hiddencontent {
    margin-bottom: 0.8em;
    padding-top: 0.8em; }
    /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans .hiddencontent.fanclubs-images, #medien .hiddencontent.fanclubs-images {
      display: block;
      margin-bottom: 0;
      padding-bottom: 1em; }
    /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans .hiddencontent.fanclubs-fanarbeit, #medien .hiddencontent.fanclubs-fanarbeit {
      display: block;
      margin: 0;
      border-top: none;
      padding-top: 0;
      padding-bottom: 1em; }
  /* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans .image-showcase-wrapper, #medien .image-showcase-wrapper {
    margin: 0;
    border: none;
    padding: 0.5em 0 0; }
  /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanarticle, #medien #fanarticle {
    background-color: white;
    color: #0c2044; }
    /* line 107, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #fanarticle h2, #fans #fanarticle .junior .statsPart .statsTeam, .junior .statsPart #fans #fanarticle .statsTeam, #fans #fanarticle .junior .datesContentWrapper .scores, .junior .datesContentWrapper #fans #fanarticle .scores, #fans #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .mdoresulthome, #fans #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .mdoresultguest,
    #fans #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .mdoresulthome,
    #fans #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .mdoresultguest, #fans #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .mdopoints,
    #fans #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .mdopoints, #fans #fanarticle #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #fans #fanarticle .circle, #fans #fanarticle #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #fans #fanarticle h2, #medien #fanarticle h2, #medien #fanarticle .junior .statsPart .statsTeam, .junior .statsPart #medien #fanarticle .statsTeam, #medien #fanarticle .junior .datesContentWrapper .scores, .junior .datesContentWrapper #medien #fanarticle .scores, #medien #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .mdoresulthome, #medien #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .mdoresultguest,
    #medien #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .mdoresulthome,
    #medien #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .mdoresultguest, #medien #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .mdopoints,
    #medien #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .mdopoints, #medien #fanarticle #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #medien #fanarticle .circle, #medien #fanarticle #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #medien #fanarticle h2 {
      color: #0c2044; }
    /* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #fanarticle h2.center, #fans #fanarticle .junior .statsPart .center.statsTeam, .junior .statsPart #fans #fanarticle .center.statsTeam, #fans #fanarticle .junior .datesContentWrapper .center.scores, .junior .datesContentWrapper #fans #fanarticle .center.scores, #fans #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .center.mdoresulthome, #fans #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .center.mdoresultguest,
    #fans #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .center.mdoresulthome,
    #fans #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .center.mdoresultguest, #fans #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .center.mdopoints,
    #fans #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanarticle .center.mdopoints, #fans #fanarticle #leaguePage .topDuoWrapper .topDuoContent .data .center.circle, #leaguePage .topDuoWrapper .topDuoContent .data #fans #fanarticle .center.circle, #medien #fanarticle h2.center, #medien #fanarticle .junior .statsPart .center.statsTeam, .junior .statsPart #medien #fanarticle .center.statsTeam, #medien #fanarticle .junior .datesContentWrapper .center.scores, .junior .datesContentWrapper #medien #fanarticle .center.scores, #medien #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .center.mdoresulthome, #medien #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .center.mdoresultguest,
    #medien #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .center.mdoresulthome,
    #medien #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .center.mdoresultguest, #medien #fanarticle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .center.mdopoints,
    #medien #fanarticle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .center.mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanarticle .center.mdopoints, #medien #fanarticle #leaguePage .topDuoWrapper .topDuoContent .data .center.circle, #leaguePage .topDuoWrapper .topDuoContent .data #medien #fanarticle .center.circle {
      border: none;
      margin-bottom: 0; }
    /* line 112, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #fanarticle .rbshoplogo img, #medien #fanarticle .rbshoplogo img {
      width: auto; }
    /* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #fanarticle .line, #medien #fanarticle .line {
      margin-top: -1.3em;
      margin-left: 0; }
      /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
      #fans #fanarticle .line div, #medien #fanarticle .line div {
        border-top: 1px solid #cc0033;
        float: left;
        height: 1em;
        margin: 20px 0 0;
        vertical-align: middle;
        width: 38%; }
      /* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
      #fans #fanarticle .line p, #medien #fanarticle .line p {
        width: 24%;
        text-align: center;
        float: left;
        font-weight: bold; }
    /* line 129, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #fanarticle .products, #medien #fanarticle .products {
      text-align: center; }
      /* line 131, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
      #fans #fanarticle .products .bold, #medien #fanarticle .products .bold {
        font-weight: bold; }
      /* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
      #fans #fanarticle .products p, #medien #fanarticle .products p {
        margin: 0; }
  /* line 138, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanwork .halfWidth h2, #fans #fanwork .halfWidth .junior .statsPart .statsTeam, .junior .statsPart #fans #fanwork .halfWidth .statsTeam, #fans #fanwork .halfWidth .junior .datesContentWrapper .scores, .junior .datesContentWrapper #fans #fanwork .halfWidth .scores, #fans #fanwork .halfWidth .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanwork .halfWidth .mdoresulthome, #fans #fanwork .halfWidth .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanwork .halfWidth .mdoresultguest,
  #fans #fanwork .halfWidth .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanwork .halfWidth .mdoresulthome,
  #fans #fanwork .halfWidth .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanwork .halfWidth .mdoresultguest, #fans #fanwork .halfWidth .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanwork .halfWidth .mdopoints,
  #fans #fanwork .halfWidth .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #fans #fanwork .halfWidth .mdopoints, #fans #fanwork .halfWidth #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #fans #fanwork .halfWidth .circle, #medien #fanwork .halfWidth h2, #medien #fanwork .halfWidth .junior .statsPart .statsTeam, .junior .statsPart #medien #fanwork .halfWidth .statsTeam, #medien #fanwork .halfWidth .junior .datesContentWrapper .scores, .junior .datesContentWrapper #medien #fanwork .halfWidth .scores, #medien #fanwork .halfWidth .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanwork .halfWidth .mdoresulthome, #medien #fanwork .halfWidth .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanwork .halfWidth .mdoresultguest,
  #medien #fanwork .halfWidth .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanwork .halfWidth .mdoresulthome,
  #medien #fanwork .halfWidth .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanwork .halfWidth .mdoresultguest, #medien #fanwork .halfWidth .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanwork .halfWidth .mdopoints,
  #medien #fanwork .halfWidth .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien #fanwork .halfWidth .mdopoints, #medien #fanwork .halfWidth #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #medien #fanwork .halfWidth .circle {
    color: #cc0033;
    text-align: left;
    border: none; }
  /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanwork .halfWidth a, #medien #fanwork .halfWidth a {
    text-decoration: none; }
  /* line 144, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanwork .halfWidth .iconextraclass, #medien #fanwork .halfWidth .iconextraclass {
    float: left;
    margin-top: 15px; }
  /* line 149, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanclubs .fanlogos, #medien #fanclubs .fanlogos {
    margin-bottom: 1em; }
  /* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanclubs .circle, #medien #fanclubs .circle {
    border-radius: 50%;
    background-color: white;
    padding: 0;
    height: 11em;
    width: 11em;
    overflow: hidden;
    text-align: center;
    margin: 2em auto; }
    /* line 160, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
    #fans #fanclubs .circle .spinner, #medien #fanclubs .circle .spinner {
      background-color: white; }
  /* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanclubs img, #medien #fanclubs img {
    width: 65%;
    margin: 2em auto; }
  /* line 166, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanclubs .iconextraclass div, #medien #fanclubs .iconextraclass div {
    margin: 0 auto;
    width: 12em;
    padding-left: 0; }
  /* line 174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans #fanclubs .fanlogos .iconextraclass span, #medien #fanclubs .fanlogos .iconextraclass span {
    position: relative;
    left: -12px;
    margin-left: 0; }
  /* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans .fanshop img, #medien .fanshop img {
    display: block;
    float: left;
    width: 32.3%;
    padding-right: 1%; }
  /* line 185, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
  #fans .fanshop img:last-child, #medien .fanshop img:last-child {
    padding-right: 0; }

/* line 189, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
#fans h4 {
  line-height: 1.6em;
  margin-bottom: 6px; }

/* line 193, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fans/_fans.sass */
.floatLeft {
  padding-bottom: 5px;
  text-align: center; }

/* ----------------------------------------------
 * import css files for modules (RBS)
 * ---------------------------------------------- */
/* basic header navigation */
/* ----------------------------------------------
 * header and navigation common for Salzburg
 * ---------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
#menu-main {
  margin: 0;
  z-index: 300;
  font-size: 1em;
  overflow: scroll;
  overflow-x: hidden;
  display: none;
  top: -1000px;
  padding-top: 60px;
  overflow-y: scroll;
  position: fixed;
  background-color: transparent;
  width: 100%; }
  /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-main .left {
    overflow: hidden;
    width: 100%;
    background-color: #cc0033;
    position: relative;
    float: none; }
    /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main .left #restoreNaviBtn {
      left: -25px;
      display: block;
      position: absolute;
      width: 25px;
      height: 100%;
      cursor: pointer;
      z-index: 1;
      background: url(../img/others/rbs/restore-navi-btn.png) no-repeat 50% 50% white;
      max-width: 5%; }
    /* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main .left #navigation {
      width: 100%;
      padding: 0;
      margin-top: 2em; }
      /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main .left #navigation #main-nav {
        position: relative;
        margin-top: 0.5em;
        margin-left: 0; }
        @media screen and (max-width: 1024px) {
          /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav {
            min-height: 100px; } }
        /* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav a {
          font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
          font-size: 1.3em;
          text-transform: uppercase;
          display: block;
          line-height: 2em;
          padding: 0.7em 1em 0 1em;
          position: relative; }
          /* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav a:hover {
            color: white; }
          /* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav a:focus {
            color: white; }
        /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav a.arrowDown {
          background: url(../img/navigation/mobile/retina/Pfeil_down.png) no-repeat 90% 68%;
          background-size: 11px; }
        /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav a.arrowUp {
          background: url(../img/navigation/mobile/retina/Pfeil_up.png) no-repeat 90% 68%;
          background-size: 11px; }
        /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav .sub-nav {
          display: none; }
          /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav .sub-nav a {
            line-height: 1.5em;
            font-size: 14px;
            padding-left: 2.5em;
            padding-bottom: 0.5em; }
        /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav ul {
          display: none; }
        /* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav li {
          border-bottom: 1px solid white;
          padding: 9px 6.25% 4px; }
          /* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav li h3 a, #menu-main .left #navigation #main-nav li .rbs #schedules .icon_ical_white .text a, .rbs #schedules .icon_ical_white #menu-main .left #navigation #main-nav li .text a, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a, .primary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdoinfo a,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdoinfo a, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a, .primary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a, .primary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a, #menu-main .left #navigation #main-nav li #leaguePage .topDuoWrapper .duoTeam a, #leaguePage .topDuoWrapper #menu-main .left #navigation #main-nav li .duoTeam a, #menu-main .left #navigation #main-nav li #leaguePage .penaltyPlaceholder .penaltyTitle a, #leaguePage .penaltyPlaceholder #menu-main .left #navigation #main-nav li .penaltyTitle a {
            font-size: 18px;
            line-height: 21px;
            padding: 0;
            text-decoration: none; }
          /* line 86, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav li h3 a.arrowRight, #menu-main .left #navigation #main-nav li .rbs #schedules .icon_ical_white .text a.arrowRight, .rbs #schedules .icon_ical_white #menu-main .left #navigation #main-nav li .text a.arrowRight, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a.arrowRight, .primary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdoinfo a.arrowRight,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo a.arrowRight,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdoinfo a.arrowRight, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a.arrowRight, .primary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a.arrowRight, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a.arrowRight, .primary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a.arrowRight,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a.arrowRight,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname a.arrowRight,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a.arrowRight,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list #menu-main .left #navigation #main-nav li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname a.arrowRight, #menu-main .left #navigation #main-nav li #leaguePage .topDuoWrapper .duoTeam a.arrowRight, #leaguePage .topDuoWrapper #menu-main .left #navigation #main-nav li .duoTeam a.arrowRight, #menu-main .left #navigation #main-nav li #leaguePage .penaltyPlaceholder .penaltyTitle a.arrowRight, #leaguePage .penaltyPlaceholder #menu-main .left #navigation #main-nav li .penaltyTitle a.arrowRight {
            background: url(../img/ui/next-white.png) no-repeat 100% 68%;
            background-size: 12px; }
        /* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav li.activeSub {
          padding: 0;
          border-bottom: none; }
          /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav li.activeSub > h3, #menu-main .left #navigation #main-nav .rbs #schedules .icon_ical_white li.activeSub > .text, .rbs #schedules .icon_ical_white #menu-main .left #navigation #main-nav li.activeSub > .text, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item li.activeSub > .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #menu-main .left #navigation #main-nav li.activeSub > .mdoinfo,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item li.activeSub > .mdoinfo,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #menu-main .left #navigation #main-nav li.activeSub > .mdoinfo, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome li.activeSub > .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #menu-main .left #navigation #main-nav li.activeSub > .mdoshortname, #menu-main .left #navigation #main-nav .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest li.activeSub > .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #menu-main .left #navigation #main-nav li.activeSub > .mdoshortname,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome li.activeSub > .mdoshortname,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #menu-main .left #navigation #main-nav li.activeSub > .mdoshortname,
          #menu-main .left #navigation #main-nav .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest li.activeSub > .mdoshortname,
          .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #menu-main .left #navigation #main-nav li.activeSub > .mdoshortname, #menu-main .left #navigation #main-nav #leaguePage .topDuoWrapper li.activeSub > .duoTeam, #leaguePage .topDuoWrapper #menu-main .left #navigation #main-nav li.activeSub > .duoTeam, #menu-main .left #navigation #main-nav #leaguePage .penaltyPlaceholder li.activeSub > .penaltyTitle, #leaguePage .penaltyPlaceholder #menu-main .left #navigation #main-nav li.activeSub > .penaltyTitle {
            display: none; }
          /* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
          #menu-main .left #navigation #main-nav li.activeSub ul {
            display: block; }
        /* line 96, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav .sub-nav {
          display: block; }
        /* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav #juniors a {
          display: inline-block;
          background: white;
          padding: 0;
          margin: 2px;
          color: #cc0033;
          border: 0px solid white;
          border-radius: 22px 22px 22px 22px;
          width: 42px;
          text-align: center;
          font-size: 20px;
          line-height: 42px; }
        /* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main .left #navigation #main-nav #juniors a.disabled {
          color: #dadada;
          cursor: default; }

/* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
#search-bar {
  background: url(../img/dressingroom/phone/lupe.png) no-repeat 0 center;
  margin-left: 6.25%; }
  /* line 120, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #search-bar form {
    margin-right: 80px;
    margin-left: 30px; }
    /* line 123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #search-bar form #searchInput {
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      border: none;
      color: white;
      width: 100%;
      background-color: #cc0033;
      text-transform: uppercase;
      font-size: 2.5em; }
    /* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #search-bar form .clearSearchButton {
      position: absolute;
      background: url(../img/navigation/mobile/Suche_loeschen.png) no-repeat;
      height: 30px;
      width: 30px;
      cursor: pointer;
      visibility: hidden; }
    /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #search-bar form #searchButton {
      display: none; }
    /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #search-bar form input:focus {
      outline: 0; }

/* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
#menu-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 303; }
  /* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-bar .mbarContent {
    height: 60px;
    padding-right: 4%;
    width: 96%;
    background-color: #0c2044;
    border-bottom: 2px solid #cc0033; }
  /* line 158, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-bar .logo {
    display: none;
    margin: 0.8em 0;
    float: left;
    height: 42px;
    text-indent: -900em;
    z-index: 305; }
    /* line 166, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar .logo:not(.logo-fcl) {
      width: 169px;
      background: url(../img/soccer/salzburg/logos/logo.png) no-repeat top left; }
    /* line 169, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar .logo.logo-fcl {
      width: 145px;
      background: url(../img/soccer/liefering/logos/logo-fcl.png) no-repeat top left/auto 112px; }
  /* line 173, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-bar .tab {
    display: none;
    background-color: transparent;
    border: none;
    position: static;
    top: 0;
    width: auto; }
  /* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-bar #zero {
    display: inline-block;
    background: url(../img/navigation/menu-closed.png) no-repeat;
    height: 40px;
    width: 20px;
    margin: 0;
    padding: 20px 0 0 40px;
    overflow: hidden;
    background-position: 20px; }
    /* line 189, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar #zero span {
      display: none; }
  /* line 192, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-bar h5, #menu-bar .junior .statsPart .statsText, .junior .statsPart #menu-bar .statsText, #menu-bar .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #menu-bar .wrapperTitle,
  #menu-bar .secondary .bilanz .barWrapper .wrapperTitle,
  .secondary .bilanz .barWrapper #menu-bar .wrapperTitle, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .dataSmallValue, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .teamname, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .position {
    display: inline-block;
    color: white;
    cursor: pointer;
    margin-top: 35px;
    margin-right: 14px; }
    /* line 198, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar h5.right, #menu-bar .junior .statsPart .right.statsText, .junior .statsPart #menu-bar .right.statsText, #menu-bar .primary .bilanz .barWrapper .right.wrapperTitle, .primary .bilanz .barWrapper #menu-bar .right.wrapperTitle,
    #menu-bar .secondary .bilanz .barWrapper .right.wrapperTitle,
    .secondary .bilanz .barWrapper #menu-bar .right.wrapperTitle, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .right.dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .right.dataSmallValue, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .right.teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .right.teamname, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .right.position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .right.position {
      display: none; }
    /* line 200, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar h5:hover, #menu-bar .junior .statsPart .statsText:hover, .junior .statsPart #menu-bar .statsText:hover, #menu-bar .primary .bilanz .barWrapper .wrapperTitle:hover, .primary .bilanz .barWrapper #menu-bar .wrapperTitle:hover,
    #menu-bar .secondary .bilanz .barWrapper .wrapperTitle:hover,
    .secondary .bilanz .barWrapper #menu-bar .wrapperTitle:hover, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue:hover, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .dataSmallValue:hover, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname:hover, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .teamname:hover, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position:hover, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .position:hover {
      color: white; }
    /* line 202, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar h5.right, #menu-bar .junior .statsPart .right.statsText, .junior .statsPart #menu-bar .right.statsText, #menu-bar .primary .bilanz .barWrapper .right.wrapperTitle, .primary .bilanz .barWrapper #menu-bar .right.wrapperTitle,
    #menu-bar .secondary .bilanz .barWrapper .right.wrapperTitle,
    .secondary .bilanz .barWrapper #menu-bar .right.wrapperTitle, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .right.dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .right.dataSmallValue, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .right.teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .right.teamname, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .right.position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .right.position {
      float: right; }
      /* line 204, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-bar h5.right:hover a, #menu-bar .junior .statsPart .right.statsText:hover a, .junior .statsPart #menu-bar .right.statsText:hover a, #menu-bar .primary .bilanz .barWrapper .right.wrapperTitle:hover a, .primary .bilanz .barWrapper #menu-bar .right.wrapperTitle:hover a,
      #menu-bar .secondary .bilanz .barWrapper .right.wrapperTitle:hover a,
      .secondary .bilanz .barWrapper #menu-bar .right.wrapperTitle:hover a, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .right.dataSmallValue:hover a, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .right.dataSmallValue:hover a, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .right.teamname:hover a, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .right.teamname:hover a, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .right.position:hover a, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .right.position:hover a {
        display: block; }
    /* line 206, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar h5.right, #menu-bar .junior .statsPart .right.statsText, .junior .statsPart #menu-bar .right.statsText, #menu-bar .primary .bilanz .barWrapper .right.wrapperTitle, .primary .bilanz .barWrapper #menu-bar .right.wrapperTitle,
    #menu-bar .secondary .bilanz .barWrapper .right.wrapperTitle,
    .secondary .bilanz .barWrapper #menu-bar .right.wrapperTitle, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .right.dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .right.dataSmallValue, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .right.teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .right.teamname, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .right.position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .right.position {
      background: url(../img/navigation/mobile/retina/Pfeil_down.png) no-repeat 19px 9px;
      background-size: 10px;
      color: white; }
    /* line 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar h5 a, #menu-bar .junior .statsPart .statsText a, .junior .statsPart #menu-bar .statsText a, #menu-bar .primary .bilanz .barWrapper .wrapperTitle a, .primary .bilanz .barWrapper #menu-bar .wrapperTitle a,
    #menu-bar .secondary .bilanz .barWrapper .wrapperTitle a,
    .secondary .bilanz .barWrapper #menu-bar .wrapperTitle a, #menu-bar #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue a, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-bar .dataSmallValue a, #menu-bar #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname a, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-bar .teamname a, #menu-bar #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position a, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-bar .position a {
      display: none; }
  /* line 212, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-bar a.logo.right {
    float: right;
    display: block; }
    /* line 215, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar a.logo.right:not(.logo-fcl) {
      width: 50px;
      background-size: 50px; }
    /* line 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-bar a.logo.right.logo-fcl {
      width: 43px;
      background-size: 43px; }

/* line 223, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
.clearSearchButton {
  right: 5%;
  margin-top: 0.5em; }

/* line 230, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
#menu-main #footer {
  width: 91%;
  padding: 0 5% 0 4%;
  margin: 4em auto 2em; }
  /* line 234, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-main #footer .copyRight {
    text-align: center; }
    /* line 236, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer .copyRight:hover {
      color: white; }
    /* line 238, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer .copyRight p {
      margin-top: 15px; }
  /* line 241, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-main #footer ul.footer-main-nav {
    position: relative;
    text-align: center;
    width: auto;
    margin-top: 5px;
    margin-left: 0;
    border-top: none;
    padding: 0; }
    /* line 249, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer ul.footer-main-nav li {
      font-size: 1em; }
      /* line 251, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer ul.footer-main-nav li h5, #menu-main #footer ul.footer-main-nav li .junior .statsPart .statsText, .junior .statsPart #menu-main #footer ul.footer-main-nav li .statsText, #menu-main #footer ul.footer-main-nav li .primary .bilanz .barWrapper .wrapperTitle, .primary .bilanz .barWrapper #menu-main #footer ul.footer-main-nav li .wrapperTitle,
      #menu-main #footer ul.footer-main-nav li .secondary .bilanz .barWrapper .wrapperTitle,
      .secondary .bilanz .barWrapper #menu-main #footer ul.footer-main-nav li .wrapperTitle, #menu-main #footer ul.footer-main-nav li #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-main #footer ul.footer-main-nav li .dataSmallValue, #menu-main #footer ul.footer-main-nav li #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-main #footer ul.footer-main-nav li .teamname, #menu-main #footer ul.footer-main-nav li #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-main #footer ul.footer-main-nav li .position {
        padding-left: 0.25em;
        padding-right: 0.25em;
        font-size: 14px; }
        /* line 255, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
        #menu-main #footer ul.footer-main-nav li h5 a, #menu-main #footer ul.footer-main-nav li .junior .statsPart .statsText a, .junior .statsPart #menu-main #footer ul.footer-main-nav li .statsText a, #menu-main #footer ul.footer-main-nav li .primary .bilanz .barWrapper .wrapperTitle a, .primary .bilanz .barWrapper #menu-main #footer ul.footer-main-nav li .wrapperTitle a,
        #menu-main #footer ul.footer-main-nav li .secondary .bilanz .barWrapper .wrapperTitle a,
        .secondary .bilanz .barWrapper #menu-main #footer ul.footer-main-nav li .wrapperTitle a, #menu-main #footer ul.footer-main-nav li #leaguePage .assistsWrapper .assistsContent .dataWrapper .dataSmallValue a, #leaguePage .assistsWrapper .assistsContent .dataWrapper #menu-main #footer ul.footer-main-nav li .dataSmallValue a, #menu-main #footer ul.footer-main-nav li #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam .teamname a, #leaguePage #spectatorFacts .specsBarWrapper .specsBarBox .specsTeam #menu-main #footer ul.footer-main-nav li .teamname a, #menu-main #footer ul.footer-main-nav li #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam .position a, #leaguePage #fairPlayTable .wrapperRaw .wrapperTeam #menu-main #footer ul.footer-main-nav li .position a {
          text-decoration: none;
          font-weight: normal;
          padding: 0; }
  /* line 260, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-main #footer .social-nav {
    margin: 0 0 8px 0;
    font-size: 1em;
    float: left;
    max-width: 70%; }
    /* line 265, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer .social-nav div {
      float: left;
      padding-left: 5px; }
    /* line 268, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer .social-nav a {
      margin: 0 0.1em 0 0.1em; }
      /* line 270, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon {
        height: 39px;
        width: 39px;
        background-repeat: no-repeat; }
      /* line 274, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_whatsapp {
        background-image: url("../img/social/whatsapp_white.svg"); }
      /* line 276, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_snapchat {
        background-image: url("../img/social/snapchat_white.svg"); }
      /* line 278, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_spotify {
        background-image: url("../img/social/spotify_white.svg"); }
      /* line 280, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_facebook {
        background-image: url("../img/social/facebook_white.svg"); }
      /* line 282, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_twitter {
        background-image: url("../img/social/twitter_white.svg"); }
      /* line 284, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_instagram {
        background-image: url("../img/social/instagram_white.svg"); }
      /* line 286, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_youtube {
        background-image: url("../img/social/youtube_white.svg"); }
      /* line 288, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav a .icon_giphy {
        background-image: url("../img/social/giphy_white.svg"); }
    /* line 291, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer .social-nav .clear {
      margin-top: 95px;
      text-align: center; }
      /* line 294, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav .clear a {
        margin: 0;
        display: inline-block; }
      /* line 297, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
      #menu-main #footer .social-nav .clear p {
        margin: 0; }
  /* line 300, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-main #footer .mobClear {
    clear: both;
    display: block; }
  /* line 303, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
  #menu-main #footer #naviRBSportLogo {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px auto;
    padding: 0;
    width: 75px;
    top: 0;
    float: right;
    left: 0; }
    /* line 312, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/header/_header-rbs.sass */
    #menu-main #footer #naviRBSportLogo img {
      width: 100%;
      max-width: 100%; }

/* basic footer */
/* ----------------------------------------------
 * footer common
 * ---------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
iframe {
  border: 0; }

/* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
#footer {
  margin: 20px auto;
  width: 268px;
  position: relative; }

/* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
ul.footer-main-nav {
  position: relative;
  margin-top: 0;
  left: 0;
  width: 92%;
  text-align: center;
  list-style-type: none; }
  /* line 21, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
  ul.footer-main-nav li {
    display: inline-block;
    color: white;
    padding-left: 2px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
    /* line 28, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    ul.footer-main-nav li a {
      text-transform: uppercase;
      padding: 0 0.5em 0 0;
      color: white; }
      /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
      ul.footer-main-nav li a:hover {
        color: white; }
    /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    ul.footer-main-nav li a.icon_lock {
      background: url(../img/navigation/mobile/gesperrt.png) no-repeat;
      margin-left: 1.5em; }
  /* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
  ul.footer-main-nav li.tipico {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px; }

/* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
.social-nav {
  color: white;
  text-align: center;
  margin-bottom: 13px; }
  /* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
  .social-nav a {
    margin: 0 5px; }
    /* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a:hover {
      color: white; }
    /* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon {
      height: 40px;
      width: 40px;
      display: inline-block; }
    /* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_snapchat {
      background: url(/static/frontend/img/social/snapchat.svg) no-repeat; }
    /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_spotify {
      background: url(/static/frontend/img/social/spotify.svg) no-repeat; }
    /* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_whatsapp {
      background: url(/static/frontend/img/social/whatsapp.svg) no-repeat; }
    /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_twitter {
      background: url(/static/frontend/img/social/twitter.svg) no-repeat; }
    /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_facebook {
      background: url(/static/frontend/img/social/facebook.svg) no-repeat; }
    /* line 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_instagram {
      background: url(/static/frontend/img/social/instagram.svg) no-repeat; }
    /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_youtube {
      background: url(/static/frontend/img/social/youtube.svg) no-repeat; }
    /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
    .social-nav a .icon_giphy {
      background: url(/static/frontend/img/social/giphy.svg) no-repeat; }
  /* line 73, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
  .social-nav .clear {
    margin-top: 1em;
    text-align: center; }

/* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/footer/_footer-rbs.sass */
#naviRBSportLogo {
  left: 66px;
  position: absolute;
  top: 60px;
  width: 120px;
  display: block; }

/* the modules */
/* ----------------------------------------------
 * modules common
 * ---------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.goalgettermodulesuperdiv, .assistsmodulesuperdiv {
  width: 100%;
  clear: both; }
  /* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
  .goalgettermodulesuperdiv .modulesubdiv, .assistsmodulesuperdiv .modulesubdiv {
    width: 30%;
    margin: 0 1.666%;
    float: left; }

/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.modulerow {
  width: 100%;
  clear: both; }

/* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.circlesmodulesubdiv {
  float: left;
  height: 180px; }

/* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.circlecols-1 {
  width: 60%;
  margin: 0 20%;
  height: 270px; }

/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.circlecols-2 {
  width: 46%;
  margin: 0 2%; }

/* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.circlecols-3 {
  width: 30.333%;
  margin: 0 1.5%; }

/* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.circlecols-4 {
  width: 22%;
  margin: 0 1.5%; }

/* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.goaltimesiconwrapper {
  width: 36px;
  margin: 0 auto;
  height: 36px;
  text-align: center;
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -166px;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
    .goaltimesiconwrapper {
      background-position: 0px -161px;
      background-image: url('/static/frontend/img/icons-2x-s2b58f81f67.png');
      -webkit-background-size: 56px auto;
      -moz-background-size: 56px auto;
      -o-background-size: 56px auto;
      background-size: 56px auto; } }

/* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
.modulegoaltimessuperdiv {
  width: 100%;
  height: 250px; }
  /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
  .modulegoaltimessuperdiv .modulerow {
    height: 100%; }
  /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_modules.sass */
  .modulegoaltimessuperdiv .modulegoaltimessubdiv {
    width: 10.666%;
    height: 100%;
    margin: 0 3%;
    float: left; }

/* ----------------------------------------------
 * table common
 * ---------------------------------------------- */
/* line 5, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
#leaguetable #spieltagtabelle, #leaguetable #qualification {
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  color: white;
  background-color: #cc0033;
  text-transform: uppercase;
  padding-bottom: 3em; }
  /* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle .tableFinalRoundsWrapper, #leaguetable #qualification .tableFinalRoundsWrapper {
    display: none;
    margin: 2em 0 1em; }
    /* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .tableFinalRoundsContent, #leaguetable #qualification .tableFinalRoundsWrapper .tableFinalRoundsContent {
      margin-bottom: 2em; }
    /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .tableFinalRoundsWrapper h2, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .statsTeam, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .scores, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .mdoresulthome, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .mdoresultguest,
    #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .mdoresulthome,
    #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .mdoresultguest, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .mdopoints,
    #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .mdopoints, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .circle, #leaguetable #qualification .tableFinalRoundsWrapper h2, #leaguetable #qualification .tableFinalRoundsWrapper .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #qualification .tableFinalRoundsWrapper .statsTeam, #leaguetable #qualification .tableFinalRoundsWrapper .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #qualification .tableFinalRoundsWrapper .scores, #leaguetable #qualification .tableFinalRoundsWrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .tableFinalRoundsWrapper .mdoresulthome, #leaguetable #qualification .tableFinalRoundsWrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .tableFinalRoundsWrapper .mdoresultguest,
    #leaguetable #qualification .tableFinalRoundsWrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .tableFinalRoundsWrapper .mdoresulthome,
    #leaguetable #qualification .tableFinalRoundsWrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .tableFinalRoundsWrapper .mdoresultguest, #leaguetable #qualification .tableFinalRoundsWrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .tableFinalRoundsWrapper .mdopoints,
    #leaguetable #qualification .tableFinalRoundsWrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .tableFinalRoundsWrapper .mdopoints, #leaguetable #qualification .tableFinalRoundsWrapper #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #qualification .tableFinalRoundsWrapper .circle {
      display: block;
      width: 100%;
      margin: 0;
      text-align: left;
      border-bottom: 1px solid white; }
    /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine {
      border-bottom: 1px solid white;
      position: relative;
      padding: 4px 0; }
      /* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
      #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .leg, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .leg {
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 2em;
        text-transform: uppercase; }
      /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
      #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper {
        display: block;
        text-align: center; }
        /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper div, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper div {
          font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
          font-size: 1em;
          line-height: 2em;
          float: left;
          text-transform: uppercase; }
        /* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .homeTeam, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .homeTeam {
          text-align: right; }
        /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .awayTeam, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .awayTeam {
          text-align: left; }
        /* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .homeTeam, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .awayTeam, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .homeTeam, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .awayTeam {
          width: 40%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .resultsWrapper, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .resultsWrapper {
          width: 20%;
          text-align: center; }
          /* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
          #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .resultsWrapper span, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .matchWrapper .resultsWrapper span {
            font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
            font-size: 2em;
            line-height: 1em;
            display: inline-block; }
      /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
      #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper {
        text-align: center; }
        /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchDate, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchTime, #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchPlace, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchDate, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchTime, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchPlace {
          text-overflow: ellipsis;
          display: inline-block;
          font-weight: bold;
          font-size: 0.8em; }
        /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchDate, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchDate {
          text-align: right;
          width: 39%; }
        /* line 67, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchTime, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchTime {
          text-align: center;
          width: 20%; }
        /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
        #leaguetable #spieltagtabelle .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchPlace, #leaguetable #qualification .tableFinalRoundsWrapper .finalRoundLine .dateWrapper .matchPlace {
          text-align: left;
          width: 39%; }
  /* line 73, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle h2, #leaguetable #spieltagtabelle .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #spieltagtabelle .statsTeam, #leaguetable #spieltagtabelle .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #spieltagtabelle .scores, #leaguetable #spieltagtabelle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .mdoresulthome, #leaguetable #spieltagtabelle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .mdoresultguest,
  #leaguetable #spieltagtabelle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .mdoresulthome,
  #leaguetable #spieltagtabelle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .mdoresultguest, #leaguetable #spieltagtabelle .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .mdopoints,
  #leaguetable #spieltagtabelle .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .mdopoints, #leaguetable #spieltagtabelle #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #spieltagtabelle .circle, #leaguetable #spieltagtabelle #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #leaguetable #spieltagtabelle h2, #leaguetable #qualification h2, #leaguetable #qualification .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #qualification .statsTeam, #leaguetable #qualification .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #qualification .scores, #leaguetable #qualification .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .mdoresulthome, #leaguetable #qualification .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .mdoresultguest,
  #leaguetable #qualification .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .mdoresulthome,
  #leaguetable #qualification .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .mdoresultguest, #leaguetable #qualification .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .mdopoints,
  #leaguetable #qualification .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .mdopoints, #leaguetable #qualification #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #qualification .circle, #leaguetable #qualification #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #leaguetable #qualification h2 {
    display: inline;
    margin-left: 4%; }
  /* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle .hl, #leaguetable #qualification .hl {
    color: white;
    text-align: center;
    display: block;
    margin: 0;
    width: 100%; }
  /* line 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle table, #leaguetable #qualification table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    line-height: 22px; }
  /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle thead th, #leaguetable #qualification thead th {
    padding: 30px 5px 10px 0; }
  /* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle thead .pad, #leaguetable #qualification thead .pad {
    padding-left: 10px; }
  /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle thead .pad80, #leaguetable #qualification thead .pad80 {
    padding-left: 80px; }
  /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle tbody td, #leaguetable #qualification tbody td {
    padding: 1px 0 1px 0;
    vertical-align: top; }
  /* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle tbody tr:first-child td, #leaguetable #qualification tbody tr:first-child td {
    vertical-align: top; }
  /* line 101, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
  #leaguetable #spieltagtabelle .table_mobile, #leaguetable #qualification .table_mobile {
    padding: 1.5em 4% 0; }
    /* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile h2, #leaguetable #spieltagtabelle .table_mobile .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #spieltagtabelle .table_mobile .statsTeam, #leaguetable #spieltagtabelle .table_mobile .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #spieltagtabelle .table_mobile .scores, #leaguetable #spieltagtabelle .table_mobile .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .table_mobile .mdoresulthome, #leaguetable #spieltagtabelle .table_mobile .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .table_mobile .mdoresultguest,
    #leaguetable #spieltagtabelle .table_mobile .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .table_mobile .mdoresulthome,
    #leaguetable #spieltagtabelle .table_mobile .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .table_mobile .mdoresultguest, #leaguetable #spieltagtabelle .table_mobile .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .table_mobile .mdopoints,
    #leaguetable #spieltagtabelle .table_mobile .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #spieltagtabelle .table_mobile .mdopoints, #leaguetable #spieltagtabelle .table_mobile #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #spieltagtabelle .table_mobile .circle, #leaguetable #qualification .table_mobile h2, #leaguetable #qualification .table_mobile .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #qualification .table_mobile .statsTeam, #leaguetable #qualification .table_mobile .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #qualification .table_mobile .scores, #leaguetable #qualification .table_mobile .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .table_mobile .mdoresulthome, #leaguetable #qualification .table_mobile .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .table_mobile .mdoresultguest,
    #leaguetable #qualification .table_mobile .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .table_mobile .mdoresulthome,
    #leaguetable #qualification .table_mobile .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .table_mobile .mdoresultguest, #leaguetable #qualification .table_mobile .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .table_mobile .mdopoints,
    #leaguetable #qualification .table_mobile .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .table_mobile .mdopoints, #leaguetable #qualification .table_mobile #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #qualification .table_mobile .circle {
      margin-left: 0; }
    /* line 105, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile .space, #leaguetable #qualification .table_mobile .space {
      padding: 5px 5px 5px 0; }
    /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile thead th, #leaguetable #qualification .table_mobile thead th {
      padding: 10px 5px 5px 0;
      text-transform: none;
      font-weight: 400; }
    /* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile tr:last-child td, #leaguetable #qualification .table_mobile tr:last-child td {
      border: none; }
    /* line 115, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile .position, #leaguetable #qualification .table_mobile .position {
      color: white;
      width: 32px;
      height: 26px;
      padding: 4px 0 0 2px;
      background: url(/static/frontend/img/tables/weiss_ring.png) no-repeat 3px 0px; }
    /* line 121, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile .truncate, #leaguetable #qualification .table_mobile .truncate {
      margin-top: 4px;
      white-space: nowrap;
      width: 180px;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
    #leaguetable #spieltagtabelle .table_mobile .valign, #leaguetable #qualification .table_mobile .valign {
      margin-top: 4px; }

/* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
#leaguetable #qualification .leagueTableInternational .static-textbox h2, #leaguetable #qualification .leagueTableInternational .static-textbox .junior .statsPart .statsTeam, .junior .statsPart #leaguetable #qualification .leagueTableInternational .static-textbox .statsTeam, #leaguetable #qualification .leagueTableInternational .static-textbox .junior .datesContentWrapper .scores, .junior .datesContentWrapper #leaguetable #qualification .leagueTableInternational .static-textbox .scores, #leaguetable #qualification .leagueTableInternational .static-textbox .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .leagueTableInternational .static-textbox .mdoresulthome, #leaguetable #qualification .leagueTableInternational .static-textbox .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .leagueTableInternational .static-textbox .mdoresultguest,
#leaguetable #qualification .leagueTableInternational .static-textbox .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .leagueTableInternational .static-textbox .mdoresulthome,
#leaguetable #qualification .leagueTableInternational .static-textbox .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .leagueTableInternational .static-textbox .mdoresultguest, #leaguetable #qualification .leagueTableInternational .static-textbox .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .leagueTableInternational .static-textbox .mdopoints,
#leaguetable #qualification .leagueTableInternational .static-textbox .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #leaguetable #qualification .leagueTableInternational .static-textbox .mdopoints, #leaguetable #qualification .leagueTableInternational .static-textbox #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #leaguetable #qualification .leagueTableInternational .static-textbox .circle {
  margin: 0 0 1em; }

/* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
.fc-liefering #leaguePage #leagueTableInternational, .fc-liefering #leaguePage #leagueTableCup {
  display: none; }

/* line 144, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_table.sass */
.table-rbs tbody tr:nth-child(6) td {
  border-bottom: 3px solid white !important; }

/* ----------------------------------------------
 * Stylesheet for the RBS timetable widget
 * provided by: SALZBURGER VERKEHRSVERBUND GmbH
 * -------------------------------------------- */
@media screen and (max-width: 475px) {
  /* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
  .HafasMapWidget {
    width: 100% !important; } }
/* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
.locations input[type="text"] {
  padding: 0px 5px !important; }

/* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm {
  background-color: #cc0033;
  width: 375px;
  height: 165px;
  padding: 20px;
  color: white;
  text-transform: uppercase;
  margin: 0 auto; }
  @media screen and (max-width: 475px) {
    /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
    #hafasForm {
      width: 272px;
      padding: 5px; } }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .hafasFormHeadline {
  margin-bottom: 10px;
  font-size: 18px; }

/* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .locations {
  clear: both; }

/* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .draggableLocation.destination,
#hafasForm .draggableLocation.departure {
  background: none; }

/* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm input[type=text],
#hafasForm select.stopInput {
  border: none;
  color: black; }

/* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .stopInput {
  background-color: white;
  height: 25px;
  line-height: 10px;
  border: none;
  margin-left: 5px;
  width: 275px;
  box-shadow: none; }
  @media screen and (max-width: 475px) {
    /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
    #hafasForm .stopInput {
      width: 205px; } }

/* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .hafasVonBis {
  width: 50px;
  float: left;
  line-height: 25px; }

/* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .submitButton {
  height: 25px;
  position: absolute;
  background: none;
  text-shadow: none;
  font-weight: normal;
  line-height: 10px;
  box-shadow: none;
  background-color: #0c2044;
  width: 100px;
  border: none;
  border-radius: 0;
  right: 20px; }
  @media screen and (max-width: 475px) {
    /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
    #hafasForm .submitButton {
      width: 90px !important;
      right: 0; } }

/* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .timeInput,
#hafasForm .dateInput {
  height: 15px;
  background-color: white;
  line-height: 15px;
  text-align: center; }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .dateInput {
  width: 130px; }
  @media screen and (min-width: 381px) and (max-width: 475px) {
    /* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
    #hafasForm .dateInput {
      width: 90px; } }
  @media screen and (max-width: 380px) {
    /* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
    #hafasForm .dateInput {
      width: 75px; } }

/* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .timeNowWrapper {
  display: none; }

/* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .dateTimeWrapper {
  padding: 0;
  border: 0; }

/* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .hafasTimeInputText {
  float: left;
  line-height: 25px;
  width: 40px; }

/* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .hafasDateInputText {
  float: left;
  margin-right: 10px;
  line-height: 25px; }

/* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .depArrWrapper {
  position: absolute;
  top: 107px; }

/* line 112, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .depArrButton {
  line-height: 15px;
  padding: 5px;
  color: white;
  border: none;
  background-image: url(../img/othericons/timetable/hafas-not-checked.svg);
  background-size: 15px 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0px 4px; }

/* line 123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .depArrButton.active {
  background-image: url(../img/othericons/timetable/hafas-checked.svg); }

/* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .dateInputWrapper {
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 475px) {
    /* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
    #hafasForm .section.dateTime .dateInputWrapper {
      margin-right: 0; } }

/* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
.hfsSuggestList a {
  color: black; }

/* line 136, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .depArrButtonWrapper {
  float: left;
  width: 50%; }

/* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .sc_clearBoth {
  clear: both; }

/* line 143, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .timeWrapper {
  float: left; }

/* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .timeInputWrapper {
  float: right;
  margin-left: 15px; }

/* line 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .dateWrapper {
  float: right; }

/* line 153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.dateTime .timeInputWrapper input {
  width: 60px; }

/* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section {
  margin-bottom: 10px; }

/* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/timetable/_timetable-rbs.sass */
#hafasForm .section.bordered {
  border: none; }

/* basic social stuff */
/* ----------------------------------------------
 * Basic Stylesheet for gigya sharing
 * -------------------------------------------- */
/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
.gig-share-bar-container table tbody td {
  width: 60px;
  display: inline; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
  .gig-share-bar-container table tbody td img {
    width: 40px;
    height: 40px; }

/* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
.socialbuttons {
  height: 48px;
  position: relative; }
  /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
  .socialbuttons #gigyabar {
    position: relative;
    margin: 0.5em auto;
    width: 180px;
    z-index: 5; }
  /* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
  .socialbuttons .fakebuttons {
    position: absolute;
    width: 180px;
    right: 8px;
    left: 0;
    margin: 0 auto; }
    /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
    .socialbuttons .fakebuttons span {
      padding: 0 10px 0 10px; }
      /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
      .socialbuttons .fakebuttons span .spinner {
        left: -47px;
        margin-top: -58px;
        position: relative;
        z-index: 5;
        display: none; }
    /* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
    .socialbuttons .fakebuttons img {
      width: auto; }
    /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
    .socialbuttons .fakebuttons .pinit-container {
      display: none; }
  /* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
  .socialbuttons .gig-share-bar-container > table td:nth-child(4) {
    display: none; }

/* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
.fc-liefering .gig-share-bar-container > table td:nth-child(3) {
  display: none; }

/* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
#player .socialbuttons {
  margin-top: 4em;
  float: none;
  left: 0px; }

/* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
#fullscreen-caption .socialbuttons #gigyabar {
  margin: 0 !important;
  float: right;
  width: 245px; }
  /* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
  #fullscreen-caption .socialbuttons #gigyabar span {
    padding: 0 10px; }
/* line 67, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
#fullscreen-caption .socialbuttons .fakebuttons {
  left: auto;
  width: 245px; }
/* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
#fullscreen-caption .pinit-container {
  display: inline-block !important; }
/* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
#fullscreen-caption .gig-button-container {
  padding: 0 10px; }
/* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/social/_gigyashare.sass */
#fullscreen-caption .gig-share-bar-container > table td:nth-child(4) {
  display: inline; }

/* ----------------------------------------------------------------------------------------------------
 * Some styles that make our modules look good in magnolia edit mode or that make them editable at all.
 * ------------------------------------------------------------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .currentFakePixel {
  z-index: 0 !important;
  top: 30% !important; }
/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .currentImage {
  top: 30% !important; }
/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .indexContentNavigation {
  top: 4em !important; }
/* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .paperBall {
  display: none; }
/* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .wingsSubPage .caroufredsel_wrapper {
  overflow: scroll !important;
  height: 400px !important; }
/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode #training .inline {
  overflow: visible !important; }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .beeDoSel .currentFakePixel {
  top: 30px !important; }
/* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/magnoliaEditMode/_edit.sass */
.editMode .beeDoSel .currentImage {
  top: 30px !important; }

/* ----------------------------------------------
 * import css files styles related to media (RBS)
 * ---------------------------------------------- */
/* media related */
/* ----------------------------------------------
 * Basic Stylesheet for videos, galleries
 * -------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
.videopreview, .imagegallery, .image-showcase-wrapper {
  clear: both; }
  /* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
  .videopreview figure, .imagegallery figure, .image-showcase-wrapper figure {
    margin-bottom: 1em; }

/* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
.videopreview figcaption, .imagegallery figcaption, .image-showcase-wrapper figcaption {
  color: #717171;
  font-size: 0.9em; }

/* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
.videopreview span.count:before, .imagegallery span.count:before, .image-showcase-wrapper span.count:before {
  content: " " "·" " "; }

/* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
.videopreview span.count, .imagegallery span.count, .image-showcase-wrapper span.count {
  color: #808594;
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
  text-transform: none; }

/* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
.videopreview h3.isc-text-top, .videopreview .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white .videopreview .isc-text-top.text, .videopreview .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .videopreview .isc-text-top.mdoinfo,
.videopreview .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .videopreview .isc-text-top.mdoinfo, .videopreview .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .videopreview .isc-text-top.mdoshortname, .videopreview .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .videopreview .isc-text-top.mdoshortname,
.videopreview .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .videopreview .isc-text-top.mdoshortname,
.videopreview .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .videopreview .isc-text-top.mdoshortname, .videopreview #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper .videopreview .isc-text-top.duoTeam, .videopreview #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder .videopreview .isc-text-top.penaltyTitle, .imagegallery h3.isc-text-top, .imagegallery .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white .imagegallery .isc-text-top.text, .imagegallery .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .imagegallery .isc-text-top.mdoinfo,
.imagegallery .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .imagegallery .isc-text-top.mdoinfo, .imagegallery .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .imagegallery .isc-text-top.mdoshortname, .imagegallery .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .imagegallery .isc-text-top.mdoshortname,
.imagegallery .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .imagegallery .isc-text-top.mdoshortname,
.imagegallery .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .imagegallery .isc-text-top.mdoshortname, .imagegallery #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper .imagegallery .isc-text-top.duoTeam, .imagegallery #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder .imagegallery .isc-text-top.penaltyTitle, .image-showcase-wrapper h3.isc-text-top, .image-showcase-wrapper .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white .image-showcase-wrapper .isc-text-top.text, .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .image-showcase-wrapper .isc-text-top.mdoinfo,
.image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .image-showcase-wrapper .isc-text-top.mdoinfo, .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .image-showcase-wrapper .isc-text-top.mdoshortname, .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .image-showcase-wrapper .isc-text-top.mdoshortname,
.image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .image-showcase-wrapper .isc-text-top.mdoshortname,
.image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .image-showcase-wrapper .isc-text-top.mdoshortname, .image-showcase-wrapper #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper .image-showcase-wrapper .isc-text-top.duoTeam, .image-showcase-wrapper #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder .image-showcase-wrapper .isc-text-top.penaltyTitle {
  color: #0c2044;
  font-size: 2.1em;
  text-transform: uppercase;
  display: inline; }
/* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_media.sass */
.videopreview h3.isc-text-bottom, .videopreview .rbs #schedules .icon_ical_white .isc-text-bottom.text, .rbs #schedules .icon_ical_white .videopreview .isc-text-bottom.text, .videopreview .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .videopreview .isc-text-bottom.mdoinfo,
.videopreview .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .videopreview .isc-text-bottom.mdoinfo, .videopreview .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .videopreview .isc-text-bottom.mdoshortname, .videopreview .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .videopreview .isc-text-bottom.mdoshortname,
.videopreview .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .videopreview .isc-text-bottom.mdoshortname,
.videopreview .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .videopreview .isc-text-bottom.mdoshortname, .videopreview #leaguePage .topDuoWrapper .isc-text-bottom.duoTeam, #leaguePage .topDuoWrapper .videopreview .isc-text-bottom.duoTeam, .videopreview #leaguePage .penaltyPlaceholder .isc-text-bottom.penaltyTitle, #leaguePage .penaltyPlaceholder .videopreview .isc-text-bottom.penaltyTitle, .imagegallery h3.isc-text-bottom, .imagegallery .rbs #schedules .icon_ical_white .isc-text-bottom.text, .rbs #schedules .icon_ical_white .imagegallery .isc-text-bottom.text, .imagegallery .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .imagegallery .isc-text-bottom.mdoinfo,
.imagegallery .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .imagegallery .isc-text-bottom.mdoinfo, .imagegallery .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .imagegallery .isc-text-bottom.mdoshortname, .imagegallery .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .imagegallery .isc-text-bottom.mdoshortname,
.imagegallery .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .imagegallery .isc-text-bottom.mdoshortname,
.imagegallery .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .imagegallery .isc-text-bottom.mdoshortname, .imagegallery #leaguePage .topDuoWrapper .isc-text-bottom.duoTeam, #leaguePage .topDuoWrapper .imagegallery .isc-text-bottom.duoTeam, .imagegallery #leaguePage .penaltyPlaceholder .isc-text-bottom.penaltyTitle, #leaguePage .penaltyPlaceholder .imagegallery .isc-text-bottom.penaltyTitle, .image-showcase-wrapper h3.isc-text-bottom, .image-showcase-wrapper .rbs #schedules .icon_ical_white .isc-text-bottom.text, .rbs #schedules .icon_ical_white .image-showcase-wrapper .isc-text-bottom.text, .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .image-showcase-wrapper .isc-text-bottom.mdoinfo,
.image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .image-showcase-wrapper .isc-text-bottom.mdoinfo, .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .image-showcase-wrapper .isc-text-bottom.mdoshortname, .image-showcase-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .image-showcase-wrapper .isc-text-bottom.mdoshortname,
.image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .image-showcase-wrapper .isc-text-bottom.mdoshortname,
.image-showcase-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .image-showcase-wrapper .isc-text-bottom.mdoshortname, .image-showcase-wrapper #leaguePage .topDuoWrapper .isc-text-bottom.duoTeam, #leaguePage .topDuoWrapper .image-showcase-wrapper .isc-text-bottom.duoTeam, .image-showcase-wrapper #leaguePage .penaltyPlaceholder .isc-text-bottom.penaltyTitle, #leaguePage .penaltyPlaceholder .image-showcase-wrapper .isc-text-bottom.penaltyTitle {
  color: #717171;
  font-size: 2.1em;
  text-transform: uppercase;
  display: none; }

/* ----------------------------------------------
 * Basic Stylesheet for image
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_image.sass */
figcaption {
  position: relative; }

/* ----------------------------------------------
 * Basic Stylesheet for videos
 * -------------------------------------------- */
/* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
.video-js .vjs-rb-big-play-circle {
  background: transparent url("/static/frontend/img/media/video-rot-91x100.png") no-repeat scroll center center/10% auto !important;
  height: 100% !important;
  top: 0 !important;
  transform: none !important;
  width: 100% !important; }

/* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
.indexMainContentWrapper .video-js .vjs-rb-big-play-circle {
  background-size: 80px auto !important; }

/* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
.liveStreamWrapper .video-js .vjs-rb-big-play-circle {
  background: none !important; }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
.video {
  width: 100%;
  padding: 0 0 56.25% 0;
  clear: both;
  position: relative;
  background: black;
  cursor: pointer; }
  /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
  .video iframe, .video object, .video embed, .video span, .video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
  .video a {
    overflow: hidden; }
  /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
  .video span a img {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -157px; }
  /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
  .video .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: auto; }
    /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
    .video .placeholder .spinner {
      height: 100%; }
    /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
    .video .placeholder .image-still {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
    .video .placeholder .play-button {
      position: absolute;
      background: url("../img/media/video-rot-46x50.png") no-repeat center center transparent;
      width: 46px;
      height: 50px;
      background-size: 100%;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -20px; }
    /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
    .video .placeholder:hover .play-button {
      background: url("../img/media/video-blau-46x50.png") no-repeat center center transparent; }
  /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
  .video.brightcove .placeholder {
    z-index: 1; }

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
  /* line 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_video-rbs.sass */
  .video {
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px; } }
/* line 1, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreenSlideshowContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 321;
  color: white; }
  /* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreenSlideshowContainer.visible {
    display: block; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreenSlideshowContainer .slide {
    position: absolute;
    top: 50%;
    left: 50%; }

/* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreenSlideshowSlideContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  .fullscreen #fullscreenSlideshowSlideContainer {
    top: 0;
    bottom: 0; }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreenSlideshowContainer .ui {
  position: fixed;
  z-index: 999; }
  /* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreenSlideshowContainer .ui#fullscreen-close, #fullscreenSlideshowContainer .ui#fullscreen-toggle {
    position: relative;
    height: 40px;
    padding-left: 0;
    width: 40px;
    text-indent: 999em;
    background-color: white; }
  /* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreenSlideshowContainer .ui#fullscreen-close {
    margin: 0 40px 0 0; }

/* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-toggle {
  display: none; }
  /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  .fullscreen-capable #fullscreen-toggle {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    margin: 0 -4px 0 0;
    background: url(/static/frontend/img/lightbox/mobile/fullscreen_icon.png) no-repeat; }
    /* line 7, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
    .fullscreen-capable #fullscreen-toggle {
      *display: inline; }

/* line 46, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-close {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  background: url(/static/frontend/img/lightbox/mobile/close_icon.png) no-repeat; }
  /* line 7, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
  #fullscreen-close {
    *display: inline; }

/* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-close,
#fullscreen-toggle {
  font-size: 9.8px;
  line-height: 1.4em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  padding-left: 16px;
  margin: 0; }
  /* line 55, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  .fullscreen #fullscreen-close, .fullscreen
  #fullscreen-toggle {
    margin: 0;
    padding: 0;
    color: transparent;
    text-indent: 0;
    line-height: 1em;
    font-size: 2em;
    top: 20px;
    right: 20px; }
    /* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
    .fullscreen #fullscreen-close#fullscreen-close:before, .fullscreen
    #fullscreen-toggle#fullscreen-close:before {
      left: auto;
      right: 0;
      font-size: 1em;
      font-family: normal;
      width: 2.5em;
      height: 2.5em; }
  /* line 71, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreen-close#fullscreen-close:before,
  #fullscreen-toggle#fullscreen-close:before {
    content: "×";
    font-size: 1.3em;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    color: black; }
  /* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreen-close#fullscreen-toggle:before,
  #fullscreen-toggle#fullscreen-toggle:before {
    position: absolute;
    width: 10px;
    height: 10px;
    left: -10px;
    top: 50%;
    margin-top: -5px; }

/* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-controls {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

/* line 96, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreenSlideshowContainer.fullscreen .ui#fullscreen-close {
  position: fixed; }

/* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(/static/frontend/img/progress.gif) no-repeat center center;
  background-color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-logo {
  top: 20px;
  left: 20px; }

/* line 118, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-prev,
#fullscreen-next,
#fullscreen-close,
#fullscreen-toggle {
  color: white;
  font-weight: bold;
  cursor: pointer; }

/* line 126, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-prev {
  left: 0; }
  /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreen-prev > span {
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -1907px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
      #fullscreen-prev > span {
        background-position: 0px -1130px;
        background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
        -webkit-background-size: 80px auto;
        -moz-background-size: 80px auto;
        -o-background-size: 80px auto;
        background-size: 80px auto; } }

/* line 131, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-next {
  right: 0; }
  /* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreen-next > span {
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -2037px;
    background-repeat: no-repeat; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
      /* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
      #fullscreen-next > span {
        background-position: 0px -1245px;
        background-image: url('/static/frontend/img/ui-2x-s37a86e0885.png');
        -webkit-background-size: 80px auto;
        -moz-background-size: 80px auto;
        -o-background-size: 80px auto;
        background-size: 80px auto; } }

/* line 136, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-prev,
#fullscreen-next {
  position: absolute;
  height: 100px;
  line-height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -50px;
  text-align: center; }
  /* line 145, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  #fullscreen-prev > span,
  #fullscreen-next > span {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    width: 60px;
    height: 100px;
    text-indent: -999em; }
    /* line 7, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
    #fullscreen-prev > span,
    #fullscreen-next > span {
      *display: inline; }

/* line 152, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
#fullscreen-caption {
  bottom: 0;
  text-align: left;
  width: 100%;
  left: 0;
  line-height: 1em; }

/* line 159, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
.fullscreen-caption-content {
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000);
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000);
  color: white;
  padding: 80px 20px 10px 20px;
  line-height: 2em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  /* line 169, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  .fullscreen-caption-content div.title {
    text-transform: uppercase;
    border-bottom: 1px solid #cc0033;
    width: 100%;
    margin-right: 20px; }
  /* line 174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  .fullscreen-caption-content span.caption {
    font-size: 0.85em; }
  /* line 176, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_lightbox.sass */
  .fullscreen-caption-content span.count {
    display: none; }

/* line 1, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
.image-showcase-wrapper {
  margin: 1em 0;
  padding: 1em 0 0 0;
  border-bottom: 1px solid #dadada; }

/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
.isc-list {
  margin: 0;
  padding: 0;
  line-height: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

/* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
.isc-item {
  width: 32%;
  display: inline-block; }
  /* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
  .isc-item .isc-item-image img {
    width: 100%; }

/* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
ul.isc-list li {
  padding: 0;
  text-indent: 0;
  line-height: 1em;
  display: inline-block;
  width: 49.5%;
  margin: 0 0 1% 0; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
  ul.isc-list li:nth-child(odd) {
    margin-right: 1%; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
  ul.isc-list li:before {
    content: ""; }
  /* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
  ul.isc-list li.show-all {
    background-color: #cc0033;
    padding-top: 49%;
    position: relative;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    text-transform: uppercase; }
    /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
    ul.isc-list li.show-all a {
      color: white;
      text-decoration: none;
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 0;
      top: 0;
      padding: 45% 0; }
      /* line 18, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      ul.isc-list li.show-all a:visited {
        color: white; }
      /* line 21, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      ul.isc-list li.show-all a:focus {
        color: white; }
      /* line 24, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      ul.isc-list li.show-all a:hover {
        color: white; }
      /* line 27, /Users/ringo/.rvm/gems/ruby-1.9.3-p551/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
      ul.isc-list li.show-all a:active {
        color: white; }

/* line 53, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
div.image-showcase figure {
  border: none;
  margin: 0;
  padding: 0; }

/* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_imageshowcase-rbs.sass */
.isc-text-count {
  font-size: 14px; }

/* ----------------------------------------------
 * Basic Stylesheet for the Mediasite Salzburg
 * -------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien figcaption {
  margin: 0.2em 0 2em 0;
  color: #717171; }
/* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien .space {
  padding: 0;
  width: 100%; }
/* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien h2, #medien .junior .statsPart .statsTeam, .junior .statsPart #medien .statsTeam, #medien .junior .datesContentWrapper .scores, .junior .datesContentWrapper #medien .scores, #medien .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresulthome, #medien .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresultguest,
#medien .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresulthome,
#medien .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdoresultguest, #medien .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdopoints,
#medien .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #medien .mdopoints, #medien #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #medien .circle, #medien #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #medien h2 {
  border-bottom: none;
  text-align: center; }
/* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien .isc-text-top {
  display: none; }
/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien .rbbutton {
  float: none;
  width: 10em;
  margin: 0 auto; }
  /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #medien .rbbutton a {
    color: white; }
/* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien .stapel-collection-center {
  width: 100%;
  text-align: center; }
/* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien .stapel-collection-wrapper {
  display: inline-block;
  margin: 0 auto; }
  /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #medien .stapel-collection-wrapper .loadmoregalleries {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    padding: 15px 0 0 13px;
    margin: 35px 0; }
    /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien .stapel-collection-wrapper .loadmoregalleries .media_moregalleries {
      width: 100%;
      height: 100%;
      color: white;
      background-color: #cc0033;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 1em;
      line-height: 100px; }
  /* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #medien .stapel-collection-wrapper .stapel-wrapper {
    float: left;
    display: block;
    width: 131px;
    height: 134px;
    padding: 11px 0 0 9px;
    margin: 35px 0;
    background: url(../img/media/stapel_mobile.png) no-repeat; }
    /* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien .stapel-collection-wrapper .stapel-wrapper:nth-of-type(odd) {
      clear: both; }
    /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien .stapel-collection-wrapper .stapel-wrapper .image-showcase-wrapper {
      width: 100px;
      height: 100px;
      padding: 4px; }
      /* line 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
      #medien .stapel-collection-wrapper .stapel-wrapper .image-showcase-wrapper ul.isc-list li {
        width: 100%; }
    /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien .stapel-collection-wrapper .stapel-wrapper h3.isc-text-top, #medien .stapel-collection-wrapper .stapel-wrapper .rbs #schedules .icon_ical_white .isc-text-top.text, .rbs #schedules .icon_ical_white #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.text, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.mdoinfo,
    #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-top.mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.mdoinfo, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.mdoshortname, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.mdoshortname,
    #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-top.mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.mdoshortname,
    #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-top.mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.mdoshortname, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .topDuoWrapper .isc-text-top.duoTeam, #leaguePage .topDuoWrapper #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.duoTeam, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .penaltyPlaceholder .isc-text-top.penaltyTitle, #leaguePage .penaltyPlaceholder #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-top.penaltyTitle {
      display: none; }
    /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien .stapel-collection-wrapper .stapel-wrapper h3.isc-text-bottom, #medien .stapel-collection-wrapper .stapel-wrapper .rbs #schedules .icon_ical_white .isc-text-bottom.text, .rbs #schedules .icon_ical_white #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.text, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoinfo,
    #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoinfo, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname,
    #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname,
    #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname,
    .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .topDuoWrapper .isc-text-bottom.duoTeam, #leaguePage .topDuoWrapper #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.duoTeam, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .penaltyPlaceholder .isc-text-bottom.penaltyTitle, #leaguePage .penaltyPlaceholder #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.penaltyTitle {
      display: block; }
      /* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
      #medien .stapel-collection-wrapper .stapel-wrapper h3.isc-text-bottom .isc-text-title, #medien .stapel-collection-wrapper .stapel-wrapper .rbs #schedules .icon_ical_white .isc-text-bottom.text .isc-text-title, .rbs #schedules .icon_ical_white #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.text .isc-text-title, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo .isc-text-title, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoinfo .isc-text-title,
      #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo .isc-text-title,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoinfo .isc-text-title, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname .isc-text-title, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-title, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname .isc-text-title, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-title,
      #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname .isc-text-title,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-title,
      #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname .isc-text-title,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-title, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .topDuoWrapper .isc-text-bottom.duoTeam .isc-text-title, #leaguePage .topDuoWrapper #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.duoTeam .isc-text-title, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .penaltyPlaceholder .isc-text-bottom.penaltyTitle .isc-text-title, #leaguePage .penaltyPlaceholder #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.penaltyTitle .isc-text-title {
        color: white !important;
        font-size: 14px;
        line-height: 17px;
        margin-top: 1.5em;
        display: block; }
      /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
      #medien .stapel-collection-wrapper .stapel-wrapper h3.isc-text-bottom .isc-text-count, #medien .stapel-collection-wrapper .stapel-wrapper .rbs #schedules .icon_ical_white .isc-text-bottom.text .isc-text-count, .rbs #schedules .icon_ical_white #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.text .isc-text-count, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoinfo .isc-text-count,
      #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .isc-text-bottom.mdoinfo .isc-text-count,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoinfo .isc-text-count, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-count, #medien .stapel-collection-wrapper .stapel-wrapper .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname .isc-text-count, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-count,
      #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .isc-text-bottom.mdoshortname .isc-text-count,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-count,
      #medien .stapel-collection-wrapper .stapel-wrapper .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .isc-text-bottom.mdoshortname .isc-text-count,
      .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.mdoshortname .isc-text-count, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .topDuoWrapper .isc-text-bottom.duoTeam .isc-text-count, #leaguePage .topDuoWrapper #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.duoTeam .isc-text-count, #medien .stapel-collection-wrapper .stapel-wrapper #leaguePage .penaltyPlaceholder .isc-text-bottom.penaltyTitle .isc-text-count, #leaguePage .penaltyPlaceholder #medien .stapel-collection-wrapper .stapel-wrapper .isc-text-bottom.penaltyTitle .isc-text-count {
        font-family: Lucida Grande, Helvetica, Arial, sans-serif;
        color: #717171 !important;
        font-size: 14px;
        line-height: 17px;
        display: block;
        text-transform: none; }
/* line 87, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #medienvertreter h4 {
  border-bottom: 1px solid #cc0033;
  text-transform: uppercase;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
/* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #medienvertreter li {
  list-style: disc;
  margin-left: 1em;
  color: #cc0033; }
  /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #medien #medienvertreter li p {
    color: white; }
/* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #medienvertreter .distancediv {
  height: 1em;
  display: block; }
/* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #medienvertreter .rbbutton {
  width: 16em;
  margin-top: 1em; }
/* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #medienvertreter .approach {
  margin: 1em auto;
  text-align: center;
  width: 50%; }
/* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #audio {
  display: none; }
/* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien #fantickeronmobile, #medien #fanradioonmobile, #medien #rbap_open_mobile {
  text-transform: uppercase;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 0.2em 4% 0;
  width: 92%;
  color: white;
  cursor: pointer;
  background: url(../img/icons/icon_link.png) no-repeat 90% center #cc0033;
  display: block;
  margin-bottom: 1px; }
/* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien a {
  text-decoration: none; }
  /* line 126, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #medien a:hover {
    text-decoration: none; }

/* line 130, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien.booklets .mobileopenclose {
  display: none; }
/* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#medien.booklets .hiddencontent {
  display: block; }
  /* line 135, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #medien.booklets .hiddencontent .stapel-collection-wrapper .stapel-wrapper {
    float: none;
    display: inline-block;
    vertical-align: top;
    background: url(../img/media/booklet/stapel_mobile.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
    /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien.booklets .hiddencontent .stapel-collection-wrapper .stapel-wrapper:nth-of-type(odd) {
      clear: none; }
    /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #medien.booklets .hiddencontent .stapel-collection-wrapper .stapel-wrapper .image-showcase-wrapper {
      width: 75px;
      padding: 0 4px 4px 4px; }
      /* line 145, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
      #medien.booklets .hiddencontent .stapel-collection-wrapper .stapel-wrapper .image-showcase-wrapper img {
        width: 75px; }

/* line 152, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
header .socialSpots #hotspot_fb, header .socialSpots #hotspot_twitter, header .socialSpots #hotspot_inst, header .socialSpots #hotspot_gplus, header .socialSpots #hotspot_youtube {
  position: absolute;
  height: 39px;
  width: 39px;
  cursor: pointer; }
/* line 158, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
header .socialSpots #hotspot_fb {
  background: url("../img/social/mobile/facebook.png") no-repeat;
  left: 2%;
  bottom: 17%; }
/* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
header .socialSpots #hotspot_twitter {
  background: url("../img/social/mobile/twitter.png") no-repeat;
  left: 15%;
  bottom: 45%; }
/* line 166, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
header .socialSpots #hotspot_inst {
  background: url("../img/social/mobile/instagram.png") no-repeat;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 70px; }
/* line 172, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
header .socialSpots #hotspot_gplus {
  background: url("../img/social/mobile/google+.png") no-repeat;
  right: 15%;
  bottom: 45%; }
/* line 176, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
header .socialSpots #hotspot_youtube {
  background: url("../img/social/mobile/youtube.png") no-repeat;
  right: 2%;
  bottom: 17%; }

/* line 181, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
.iframeWrapper {
  max-width: 1280px !important;
  height: 960px;
  padding: 0 4%;
  margin: 0 auto; }
  /* line 186, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  .iframeWrapper iframe {
    width: 100%;
    height: 100%; }

/* line 193, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
#pressTeaser {
  margin-bottom: 10px; }
  /* line 195, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #pressTeaser h2, #pressTeaser .junior .statsPart .statsTeam, .junior .statsPart #pressTeaser .statsTeam, #pressTeaser .junior .datesContentWrapper .scores, .junior .datesContentWrapper #pressTeaser .scores, #pressTeaser .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #pressTeaser .mdoresulthome, #pressTeaser .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #pressTeaser .mdoresultguest,
  #pressTeaser .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresulthome,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #pressTeaser .mdoresulthome,
  #pressTeaser .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdoresultguest,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #pressTeaser .mdoresultguest, #pressTeaser .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #pressTeaser .mdopoints,
  #pressTeaser .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult .mdopoints,
  .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoresult #pressTeaser .mdopoints, #pressTeaser #leaguePage .topDuoWrapper .topDuoContent .data .circle, #leaguePage .topDuoWrapper .topDuoContent .data #pressTeaser .circle, #pressTeaser #leaguePage #spectatorFacts .specsContent h2, #leaguePage #spectatorFacts .specsContent #pressTeaser h2 {
    margin-top: 18px; }
  /* line 197, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #pressTeaser .left {
    width: 50%;
    text-align: center; }
    /* line 200, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #pressTeaser .left .imgWrapper {
      background: url("../img/media/booklet/stapel_mobile.png") no-repeat center;
      height: 130px; }
      /* line 203, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
      #pressTeaser .left .imgWrapper img {
        width: 75px;
        margin: 9px 4px 0 0; }
    /* line 206, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
    #pressTeaser .left p {
      text-align: center;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      margin-top: 0; }
  /* line 213, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #pressTeaser .btn {
    margin-top: 0;
    border: 0 none;
    font-weight: bold; }
  /* line 217, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
  #pressTeaser a:visited, #pressTeaser a:hover {
    color: white; }

/* line 227, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
.mobile-app aside .secondary .content img {
  margin-bottom: 25px; }

/* line 233, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
.rc-press h3, .rc-press .rbs #schedules .icon_ical_white .text, .rbs #schedules .icon_ical_white .rc-press .text, .rc-press .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .rc-press .mdoinfo,
.rc-press .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdoinfo,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .rc-press .mdoinfo, .rc-press .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .rc-press .mdoshortname, .rc-press .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname, .primary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .rc-press .mdoshortname,
.rc-press .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdohome .rc-press .mdoshortname,
.rc-press .secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .mdoshortname,
.secondary .matchdayoverview-preview ul.matchdayoverview-list li.matchdayoverview-item .mdogame .mdoteams .mdoguest .rc-press .mdoshortname, .rc-press #leaguePage .topDuoWrapper .duoTeam, #leaguePage .topDuoWrapper .rc-press .duoTeam, .rc-press #leaguePage .penaltyPlaceholder .penaltyTitle, #leaguePage .penaltyPlaceholder .rc-press .penaltyTitle {
  line-height: 1em; }

/* line 238, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_mediasite-rbs.sass */
.iframe-substitute {
  display: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */
/* pswp = photoswipe */
/* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  /* line 25, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
/* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp--open {
  display: block; }

/* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

/* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* line 55, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

/* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
/* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

/* line 123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

/* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

/* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/* stretched thumbnail or div placeholder element (see below), style is added to avoid flickering in webkit/blink when layers overlap */
/* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/* div element that matches size of large image, large image loads on top of it */
/* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__img--placeholder--blank {
  background: #222222; }

/* line 155, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/* Error message appears when image is not loaded (JS option errorMsg controls markup) */
/* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #cccccc; }

/* line 174, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipe.sass */
.pswp__error-msg a {
  color: #cccccc;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* 1. Buttons */
/* line 5, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 21, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

/* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button:active {
  outline: none;
  opacity: 0.9; }

/* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

/* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/vendor/photoswipe/default_skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

/* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.app .pswp__button {
  background-image: url(../../../img/vendor/photoswipe/default_skin.png); }

/* line 46, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--close {
  background-position: 0 -44px; }

/* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--share {
  background-position: -44px -44px; }

/* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--fs, .app .pswp__button--fs, .app .pswp--supports-fs .pswp__button--fs {
  display: none; }

/* line 55, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.app .pswp__button--arrow--right, .app .pswp__button--arrow--left {
  background-image: none; }

/* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--supports-fs .pswp__button--fs {
  display: block; }

/* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

/* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

/* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* line 71, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
/* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible; }

/* Arrow buttons hit area (icon is added to :before pseudo-element) */
/* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  cursor: pointer;
  z-index: 98;
  transition: all 0.5s;
  background: none;
  transform: translateY(-50%); }

/* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--left {
  left: 0; }

/* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--right {
  right: 0; }

/* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
  content: "";
  width: 30px;
  height: 10px;
  position: absolute;
  background: white; }

/* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--left::before {
  transform: rotate(-45deg);
  top: 19px;
  left: 14px; }
/* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--left::after {
  transform: rotate(45deg);
  top: 34px;
  left: 14px; }

/* line 123, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--right::before {
  transform: rotate(45deg);
  top: 19px;
  right: 14px; }
/* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__button--arrow--right::after {
  transform: rotate(-45deg);
  top: 34px;
  right: 14px; }

/* 2. Share modal/popup and links */
/* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 141, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

/* line 157, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-modal--hidden {
  display: none; }

/* line 160, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: white;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

/* line 178, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

/* line 185, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: black; }

/* line 188, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

/* line 191, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

/* line 194, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-modal--fade-in {
  opacity: 1; }

/* line 196, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
/* line 202, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

/* line 205, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: white;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

/* line 219, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: white; }

/* line 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

/* line 225, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
a.pswp__share--twitter:hover {
  background: #55acee;
  color: white; }

/* line 229, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
a.pswp__share--pinterest:hover {
  background: #cccccc;
  color: #ce272d; }

/* line 233, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
a.pswp__share--download:hover {
  background: #dddddd; }

/* 3. Index indicator ("1 of X" counter) */
/* line 237, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-family: fontFamily("base");
  font-size: fontSize("s");
  line-height: 44px;
  color: white;
  opacity: 0.75;
  padding: 0 10px; }

/* 4. Caption */
/* line 250, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

/* line 258, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__caption small {
  font-size: 11px;
  color: #bbbbbb; }

/* line 262, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__caption__center {
  width: calc(100% - 40px);
  margin: 20px 20px;
  color: white; }
  /* line 267, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
  .pswp__caption__center .title {
    text-transform: uppercase;
    border-bottom: 1px solid #cc0033;
    width: 100%;
    padding-bottom: 5px; }
  /* line 275, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
  .pswp__caption__center .caption {
    font-size: 0.85em;
    padding-top: 10px;
    line-height: 1em;
    display: block; }

/* line 283, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
/* line 288, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__caption--fake {
  visibility: hidden; }

/* 5. Loading indicator (preloader) You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */
/* line 292, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

/* line 305, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

/* line 310, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__preloader--active {
  opacity: 1; }

/* line 313, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

/* line 315, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

/* line 318, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

/* line 322, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

/* line 332, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

/* line 340, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

/* 6. Additional styles */
/* root element of UI */
/* line 357, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
/* line 364, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

/* line 371, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 381, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

/* line 385, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 390, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 395, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui--idle .pswp__top-bar {
  opacity: 1; }

/* line 398, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1; }

/* pswp__ui--hidden class is added when controls are hidden, e.g. when user taps to toggle visibility of controls */
/* line 403, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 411, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

/* line 416, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp__element--disabled {
  display: none !important; }

/* line 419, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/vendor/_photoswipeSkin.sass */
.pswp--minimal--dark .pswp__top-bar {
  background: none; }
