@charset "UTF-8";
/* ----------------------------------------------
 *
 * basic stylesheet (part 2) for redbulls.com website Salzburg
 *
 * exa-online GmbH
 * -------------------------------------------- */
/* ----------------------------------------------
 * 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 .fantvContent .categories #liveTV .caption.liveDescription, .fantvContent .categories #liveTV .image-showcase figure .caption.liveDescription {
  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
 * -------------------------------------------- */
/* ----------------------------------------------
 * 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,
.fantvContent .categories #search-bar #searchInput,
h3,
h4,
h5,
.fantvContent .categories #liveTV .liveDescription,
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,
.fantvContent .categories #search-bar #searchInput,
h3,
h4,
h5,
.fantvContent .categories #liveTV .liveDescription,
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,
    .fantvContent .categories #search-bar #searchInput,
    h3,
    h4,
    h5,
    .fantvContent .categories #liveTV .liveDescription,
    h6 {
      line-height: 24px; } }
  /* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
  h1 a,
  h2 a,
  .fantvContent .categories #search-bar #searchInput a,
  h3 a,
  h4 a,
  h5 a,
  .fantvContent .categories #liveTV .liveDescription 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,
    .fantvContent .categories #search-bar #searchInput a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    .fantvContent .categories #liveTV .liveDescription 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, .fantvContent .categories #search-bar #searchInput {
  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, .fantvContent .categories #search-bar #searchInput {
      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, .fantvContent .categories #search-bar #searchInput {
      line-height: 56px; } }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/typo/_typography-rbs.sass */
h3 {
  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 {
      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, .fantvContent .categories #liveTV .liveDescription {
  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 {
  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 {
      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 #2 (RGS)
 * ---------------------------------------------- */
/* gegner */
/* ----------------------------------------------
 * gegner common
 * ---------------------------------------------- */
/* line 5, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/gegner/_gegner.sass */
#opponent {
  margin-top: 5em;
  background-color: transparent;
  color: white; }

/* staff */
/* ----------------------------------------------
 * staff common
 * ---------------------------------------------- */
/* line 5, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
#staff {
  color: white;
  text-transform: upperCase; }
  /* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff .hiddencontent {
    margin-top: 0; }
  /* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff .space {
    padding-bottom: 140px; }
  /* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff #staffHeader {
    border-bottom: 1px solid #cc0033; }
    /* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
    #staff #staffHeader h5.right, #staff #staffHeader .fantvContent .categories #liveTV .right.liveDescription, .fantvContent .categories #liveTV #staff #staffHeader .right.liveDescription {
      float: right;
      margin: 0 0 0 20px;
      display: block; }
  /* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff h1 {
    color: white; }
  /* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff section {
    margin-top: 10px; }
    /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
    #staff section h3.right {
      float: right;
      margin: 0 0 0 20px;
      display: block; }
  /* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff h2, #staff .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #staff #searchInput {
    color: white;
    border-bottom: none;
    margin-bottom: 0; }
  /* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/staff/_staff.sass */
  #staff h3 {
    padding-top: 0; }

/* 404 */
/* ----------------------------------------------
 * 404 common
 * ---------------------------------------------- */
/* line 6, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourofourPageRBS {
  background: url(/static/frontend/img/404/404_HG_320.jpg) no-repeat #0c2044;
  background-size: 100%;
  height: auto; }
  /* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
  .fourofourPageRBS #main, .fourofourPageRBS article {
    background: none transparent; }

/* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourofourPageRBS #logo {
  background: url(/static/frontend/img/soccer/salzburg/logos/logo.png) no-repeat;
  width: 50px; }

/* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourOfour .deephead {
  margin-top: 150px !important; }
/* line 21, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourOfour h1 {
  padding-bottom: 0 !important; }
/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourOfour h1, .fourOfour h2, .fourOfour .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .fourOfour #searchInput {
  border: none;
  text-align: center !important; }
/* line 26, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourOfour #fanarticle {
  background: none !important; }
/* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourOfour .line p {
  color: white;
  font-weight: bold; }
/* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/404/_404-rbs.sass */
.fourOfour .title-wrapper {
  margin-bottom: 0 !important; }

/* the teams dressing room */
/* ----------------------------------------------
 * Desktop stylesheet for the team header
 * -------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_header.sass */
#main-header {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_header.sass */
  #main-header .overlay {
    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%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

/* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_header.sass */
#ajaxcontent {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0c2044; }

/* line 39, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_header.sass */
map {
  z-index: 1; }

/* ----------------------------------------------
 * RB-S-only stylesheet for the dressing room, wardrobe carousel
 * -------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.fc-liefering #bullenherde .wardrobe h4 {
  line-height: 1.3em; }
/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.fc-liefering #bullenherde #player-stats-cup-button, .fc-liefering #bullenherde #player-stats-all-button {
  display: none; }

/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.player-search-label {
  text-indent: -900em;
  position: absolute; }

/* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#player-search-input {
  margin-left: 0.27em; }

/* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room {
  background-color: white;
  position: fixed;
  margin: 0 auto;
  padding: 0;
  bottom: -383px;
  z-index: 10;
  width: 100%; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  #dressing-room #wardrobeToggle {
    position: relative;
    padding-left: 25px;
    background-color: #cc0033; }
    /* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle #pull {
      width: 100px;
      height: 3em;
      width: 22px;
      float: left;
      cursor: pointer;
      background: #cc0033 url("/static/frontend/img/dressingroom/phone/lasche_auf.png") no-repeat 50%; }
    /* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle #pull.closed {
      background: #cc0033 url("/static/frontend/img/dressingroom/phone/lasche_zu.png") no-repeat 50%; }
    /* line 46, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle #pull.loading, #dressing-room #wardrobeToggle #pull.closed.loading {
      background: #cc0033 url(/static/frontend/img/progress.gif) no-repeat center center; }
    /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle #pull-m {
      background: #cc0033 url("/static/frontend/img/dressingroom/phone/lasche_auf.png") no-repeat 0;
      height: 45px;
      width: 22px;
      float: left;
      cursor: pointer;
      display: none; }
    /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle .player-search-bar {
      padding-left: 50px;
      margin-left: 20px;
      background: #cc0033 url("/static/frontend/img/dressingroom/phone/lupe.png") no-repeat 30px 11px; }
    /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle input {
      text-transform: uppercase;
      font-size: 2.5em;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      border: none;
      color: white;
      width: 90%;
      background-color: #cc0033; }
    /* line 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle input[type="search"]::-webkit-search-cancel-button {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    /* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #dressing-room #wardrobeToggle input:focus {
      outline: 0; }

/* junior pages */
/* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room.juniorRoom input {
  display: none; }
/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room.juniorRoom #wardrobeToggle .player-search-bar {
  height: 3em;
  background: none; }

/* junior pages end */
/* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.player-search-clear {
  right: 25px;
  bottom: 10px;
  position: absolute;
  background: url(../img/navigation/mobile/Suche_loeschen.png) no-repeat;
  height: 30px;
  width: 30px; }

/* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room ul {
  list-style: none;
  display: block;
  border-top: 3px solid #0f0f0f; }

/* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room li {
  color: #666666;
  text-align: center;
  background: transparent url("/static/frontend/img/dressingroom/wardrobe-empty.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: auto;
  display: block;
  float: left;
  min-height: 350px;
  width: 145px; }
  /* line 113, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  #dressing-room li.wardrobe-grid-grid-empty {
    display: none; }

/* line 118, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe-grid {
  background: #202020 url("/static/frontend/img/dressingroom/wardrobe-bg.png") repeat-x 0 3px; }

/* line 121, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe-grid-item {
  text-align: center; }

/* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe {
  text-align: center;
  max-width: 145px;
  margin: 0 auto 0 0;
  position: relative; }

/* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe a {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
/* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe h3.shirtnumber {
  font-size: 3em;
  padding: 37px 0 0 0;
  line-height: 1em;
  width: 98%;
  margin: 0;
  color: #240304;
  font-family: "futura_stdregular_number", Tahoma, Helvetica, sans-serif; }
/* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe h4 {
  font-size: 0.8em;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #240304;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  word-wrap: normal;
  text-transform: uppercase;
  font-family: "futura_stdregular_name", Tahoma, Helvetica, sans-serif; }
/* line 160, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.highlighted h3.shirtnumber {
  color: #cc0033; }
/* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.highlighted h4 {
  color: #cc0033; }
/* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe:hover h3.shirtnumber {
  color: #cc0033; }
/* line 167, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe:hover h4 {
  color: #cc0033; }

/* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe .light {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
/* line 179, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe:hover .door {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0)); }
/* line 181, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe:hover .light {
  background: -moz-radial-gradient(center, ellipse cover, rgba(168, 165, 158, 0.5) 0px, rgba(168, 165, 158, 0.3) 21%, rgba(205, 221, 234, 0.04) 89%, rgba(212, 232, 248, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0px, rgba(168, 165, 158, 0.5)), color-stop(21%, rgba(168, 165, 158, 0.3)), color-stop(89%, rgba(205, 221, 234, 0.04)), color-stop(100%), rgba(212, 232, 248, 0));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(168, 165, 158, 0.5) 0px, rgba(168, 165, 158, 0.3) 21%, rgba(205, 221, 234, 0.04) 89%, rgba(212, 232, 248, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(168, 165, 158, 0.5) 0px, rgba(168, 165, 158, 0.3) 21%, rgba(205, 221, 234, 0.04) 89%, rgba(212, 232, 248, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(168, 165, 158, 0.5) 0px, rgba(168, 165, 158, 0.3) 21%, rgba(205, 221, 234, 0.04) 89%, rgba(212, 232, 248, 0) 100%);
  background: radial-gradient(ellipse farthest-corner at center top, rgba(168, 165, 158, 0.5) 0px, rgba(168, 165, 158, 0.3) 21%, rgba(205, 221, 234, 0.04) 89%, rgba(212, 232, 248, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a8a59e', endColorstr='#00d4e8f8',GradientType=1 ); }

/* line 190, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.door {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/ie/teaser-gradient.png) repeat-x bottom left;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(#000000 10%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(#000000 10%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(#000000 10%, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(#000000 10%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(#000000 10%, rgba(0, 0, 0, 0)); }

/* line 200, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.highlighted .door {
  display: none; }

/* line 204, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe-grid-empty .wardrobe {
  width: 100%;
  padding: 5em; }
  /* line 207, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  .wardrobe-grid-empty .wardrobe span {
    margin: auto;
    padding: 2em;
    font-size: 2em; }
    /* line 211, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    .wardrobe-grid-empty .wardrobe span .pagination {
      background-color: white; }

/* line 214, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
a#grid-prev {
  width: 50px;
  height: 100px;
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1; }
  /* line 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  a#grid-prev:hover {
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -1378px;
    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 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
      a#grid-prev:hover {
        background-position: 0px -456px;
        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 226, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
a#grid-next {
  width: 50px;
  height: 100px;
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1; }
  /* line 234, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  a#grid-next:hover {
    background-image: url('/static/frontend/img/ui-s31a96b710b.png');
    background-position: 0 -1248px;
    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 234, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
      a#grid-next:hover {
        background-position: 0px -341px;
        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 238, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.pagination {
  min-height: 31px; }
  /* line 240, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  .pagination a.disabled {
    cursor: default; }

/* line 243, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.pagination a span {
  display: none; }

/* line 246, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#grid-pagination {
  text-align: center;
  padding: 5px; }

/* line 250, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#grid-pagination a {
  background-image: url('/static/frontend/img/ui-s31a96b710b.png');
  background-position: 0 -3705px;
  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 250, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #grid-pagination a {
      background-position: 0px -2716px;
      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 258, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#grid-pagination a.selected {
  background-image: url('/static/frontend/img/ui-s31a96b710b.png');
  background-position: 0 -3443px;
  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 258, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
    #grid-pagination a.selected {
      background-position: 0px -2337px;
      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 266, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#grid-pagination a span {
  display: none; }

/* line 269, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe-grid-paginate {
  float: none;
  clear: both; }

/* line 274, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room.opponent li {
  background: transparent url("/static/frontend/img/dressingroom/opponent/spint.jpg") no-repeat 0 0; }

/* line 279, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room.opponent .trikot {
  background: none; }
/* line 283, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
#dressing-room.opponent .wardrobe a {
  width: auto;
  left: 23px;
  top: 57px; }

/* line 290, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe h4 {
  font-size: 0.7em; }

/* line 294, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.trikot {
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot.png") no-repeat center top;
  width: 95%;
  min-height: 370px;
  margin-left: 2%; }

/* line 307, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer .trikot,
.wardrobe.Co-Trainer .trikot,
.wardrobe.Torwarttrainer .trikot,
.wardrobe.Athletiktrainer .trikot,
.wardrobe.staff .trikot,
.wardrobe.leihspieler .trikot {
  color: #cccccc;
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot-polo.png") no-repeat center top; }
/* line 310, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer h3.shirtnumber,
.wardrobe.Co-Trainer h3.shirtnumber,
.wardrobe.Torwarttrainer h3.shirtnumber,
.wardrobe.Athletiktrainer h3.shirtnumber,
.wardrobe.staff h3.shirtnumber,
.wardrobe.leihspieler h3.shirtnumber {
  color: #1e1819;
  margin: 5px 0 0 0;
  font-size: 2.5em;
  width: 98%; }
/* line 315, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer h4,
.wardrobe.Co-Trainer h4,
.wardrobe.Torwarttrainer h4,
.wardrobe.Athletiktrainer h4,
.wardrobe.staff h4,
.wardrobe.leihspieler h4 {
  color: #1e1819;
  margin: 2px 0 0 0;
  width: 98%; }
/* line 320, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer.highlighted h3.shirtnumber,
.wardrobe.Co-Trainer.highlighted h3.shirtnumber,
.wardrobe.Torwarttrainer.highlighted h3.shirtnumber,
.wardrobe.Athletiktrainer.highlighted h3.shirtnumber,
.wardrobe.staff.highlighted h3.shirtnumber,
.wardrobe.leihspieler.highlighted h3.shirtnumber {
  color: white; }
/* line 322, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer.highlighted h4,
.wardrobe.Co-Trainer.highlighted h4,
.wardrobe.Torwarttrainer.highlighted h4,
.wardrobe.Athletiktrainer.highlighted h4,
.wardrobe.staff.highlighted h4,
.wardrobe.leihspieler.highlighted h4 {
  color: white; }
/* line 325, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer:hover h3.shirtnumber,
.wardrobe.Co-Trainer:hover h3.shirtnumber,
.wardrobe.Torwarttrainer:hover h3.shirtnumber,
.wardrobe.Athletiktrainer:hover h3.shirtnumber,
.wardrobe.staff:hover h3.shirtnumber,
.wardrobe.leihspieler:hover h3.shirtnumber {
  color: white; }
/* line 327, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Cheftrainer:hover h4,
.wardrobe.Co-Trainer:hover h4,
.wardrobe.Torwarttrainer:hover h4,
.wardrobe.Athletiktrainer:hover h4,
.wardrobe.staff:hover h4,
.wardrobe.leihspieler:hover h4 {
  color: white; }

/* line 332, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.staff h3,
.wardrobe.leihspieler h3 {
  color: transparent !important; }

/* line 336, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.leihspieler .trikot {
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot-loan.png") no-repeat center top; }

/* line 340, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.staff .trikot {
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot-staff.png") no-repeat center top; }

/* line 346, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.en .wardrobe.staff h4:before {
  content: "Staff"; }
/* line 349, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.en .wardrobe.leihspieler h4:before {
  content: "On Loan"; }

/* line 353, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.de .wardrobe.staff h4:before {
  content: "Betreuer"; }
/* line 356, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.de .wardrobe.leihspieler h4:before {
  content: "Leihspieler"; }

/* line 361, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor .trikot {
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot-hueter.png") no-repeat center top;
  color: white; }
/* line 364, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor h3.shirtnumber {
  color: #242525;
  padding-top: 37px;
  width: 98%; }
/* line 368, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor h4 {
  color: #242525;
  width: 98%; }
/* line 372, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor.highlighted h3.shirtnumber {
  color: white; }
/* line 374, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor.highlighted h4 {
  color: white; }
/* line 377, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor:hover h3.shirtnumber {
  color: white; }
/* line 379, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.Tor:hover h4 {
  color: white; }

/* line 382, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.teamcaptain {
  position: absolute;
  background: transparent url("/static/frontend/img/dressingroom/rbs/kapitaensbinde.png") no-repeat center top;
  top: 274px;
  left: 70px;
  width: 38px;
  height: 21px; }

/* line 392, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.fc-liefering #bullenherde .wardrobe h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 23px; }

/********* */
/* juniors */
/********* */
/* line 405, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.boy h4, .wardrobe.girl h4 {
  padding-top: 35px;
  font-size: 3em !important;
  padding: 59px 0 0 0;
  line-height: 1em;
  width: 59px;
  margin: 0 auto;
  color: white;
  font-family: "futura_stdregular_number", Tahoma, Helvetica, sans-serif; }
/* line 414, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.boy h3, .wardrobe.girl h3 {
  display: none; }

/* line 419, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.boy .trikot {
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot-boy.png") no-repeat center top; }
/* line 421, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.boy a {
  font-size: 12px; }

/* line 426, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.girl .trikot {
  background: transparent url("/static/frontend/img/dressingroom/rbs/trikot-girl.png") no-repeat center top; }
/* line 428, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
.wardrobe.girl a {
  font-family: "futura_stdregular_number", Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px; }
  /* line 432, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  .wardrobe.girl a:after {
    content: "MÄDCHEN"; }
  /* line 434, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
  .wardrobe.girl a:hover {
    color: white; }

/* line 443, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.fc-liefering #bullenherde .wardrobe .trikot {
  background: transparent url("/static/frontend/img/dressingroom/fcl/trikot.png") no-repeat center top; }
/* line 447, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.fc-liefering #bullenherde .wardrobe.Cheftrainer .trikot, body.fc-liefering #bullenherde .wardrobe.Co-Trainer .trikot, body.fc-liefering #bullenherde .wardrobe.Torwarttrainer .trikot, body.fc-liefering #bullenherde .wardrobe.Athletiktrainer .trikot {
  background: transparent url("/static/frontend/img/dressingroom/fcl/trikot-polo.png") no-repeat center top; }
/* line 451, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.fc-liefering #bullenherde .wardrobe.Tor .trikot {
  background: transparent url("/static/frontend/img/dressingroom/fcl/trikot-hueter.png") no-repeat center top; }
/* line 455, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/team/_dressingroom-rbs.sass */
body.fc-liefering #bullenherde .wardrobe.staff .trikot {
  background: transparent url("/static/frontend/img/dressingroom/fcl/trikot-staff.png") no-repeat center top; }

/* the player detail */
/* ----------------------------------------------
 * player styles for the desktop version
 * ---------------------------------------------- */
/* line 5, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player {
  background-color: #0c2044;
  color: white; }

/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#bullishportrait {
  width: 100%;
  position: absolute; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #bullishportrait .spinner {
    background: #0c2044 url(/static/frontend/img/progress.gif) no-repeat center center;
    overflow: hidden; }
    /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #bullishportrait .spinner img {
      position: relative; }

/* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
body.fc-liefering #bullishportrait .spinner img {
  left: 20%; }

/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player-header {
  text-align: left;
  position: relative;
  margin: 0 10%;
  padding-top: 170px; }
  @media screen and (min-width: 400px) {
    /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-header {
      padding-top: 200px; } }
  @media screen and (min-width: 500px) {
    /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-header {
      padding-top: 230px; } }
  @media screen and (min-width: 550px) {
    /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-header {
      padding-top: 280px; } }
  @media screen and (min-width: 600px) {
    /* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-header {
      padding-top: 350px; } }
  /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-header h1 {
    font-size: 1.5em;
    color: white;
    border-top: 1px solid #cc0033;
    line-height: 1.75em;
    margin: 0; }
  /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-header h2, #player-header .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #player-header #searchInput {
    display: inline;
    line-height: 1em;
    font-size: 6em;
    color: white; }
  /* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-header h3 {
    text-transform: uppercase;
    display: inline-block;
    color: white;
    margin: 0 0 0 1em; }

/* line 53, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
.player-shop-link {
  float: right;
  right: 0;
  top: 4em;
  text-align: right; }

/* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
.player-profile {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin: 1em 0; }

/* line 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player-stats-header {
  width: 100%;
  position: relative;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }
  /* line 69, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-stats-header #player-stats-header-info {
    color: white;
    margin: 5em 10% 0 10%;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #cc0033; }
  /* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-stats-header #player-stats-buttonline {
    margin: 2em 0;
    text-align: center;
    display: block;
    width: 100%; }

/* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player-statistics {
  margin: auto;
  width: 300px;
  height: 620px;
  margin: 20px auto; }
  /* line 85, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-statistics #global, #player-statistics #season {
    position: relative; }
  /* line 87, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player-statistics #stats_holder {
    width: 100%;
    height: 100%; }
    /* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-statistics #stats_holder #stats_playtime {
      width: 300px;
      height: 300px;
      margin: 10px 0; }
    /* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-statistics #stats_holder #stats_row.one, #player-statistics #stats_holder #stats_row.two, #player-statistics #stats_holder #stats_row.three {
      width: 240px;
      height: 140px;
      padding: 10px 30px; }
      /* line 98, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
      #player-statistics #stats_holder #stats_row.one div, #player-statistics #stats_holder #stats_row.two div, #player-statistics #stats_holder #stats_row.three div {
        width: 80px;
        height: 140px;
        float: left; }
    /* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #player-statistics #stats_holder #stats_row.four {
      width: 260px;
      height: 400px;
      padding: 10px 20px; }
      /* line 106, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
      #player-statistics #stats_holder #stats_row.four #stats_changeIn {
        width: 120px;
        height: 100%;
        float: left;
        margin-right: 10px; }
      /* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
      #player-statistics #stats_holder #stats_row.four #stats_changeOut {
        width: 120px;
        height: 100%;
        float: right;
        margin-left: 10px; }

/* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#history_holder {
  display: none; }

/* line 120, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#history_holder_mobile {
  display: block;
  padding: 5%;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
  margin-bottom: 2em; }
  /* line 125, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #history_holder_mobile #hhm-header-info {
    border-bottom: 1px solid #cc0033;
    margin-bottom: 1.5em; }
  /* line 128, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #history_holder_mobile .hhm-header-content {
    width: 100%;
    clear: both; }
    /* line 131, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #history_holder_mobile .hhm-header-content .hhm-h-c-date {
      color: #cc0033;
      font-size: 1em;
      float: left;
      width: 25%;
      text-align: right;
      line-height: 1em; }
    /* line 138, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    #history_holder_mobile .hhm-header-content .hhm-h-c-team {
      color: white;
      font-size: 1.5em;
      text-transform: uppercase;
      padding-left: 7%;
      float: left;
      line-height: 1.5em;
      padding-bottom: 0.5em;
      width: 68%; }

/* line 148, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
article.date-teaser {
  padding: 1.5em;
  float: left;
  position: relative;
  background: transparent;
  color: white; }
  /* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  article.date-teaser h3 {
    font-size: 1.3em; }
  /* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  article.date-teaser a.content-main {
    padding: 0; }
  /* line 158, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  article.date-teaser span.day {
    color: white;
    font-size: 3em; }
  /* line 161, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  article.date-teaser span.month {
    color: white;
    font-size: 1em; }

/* line 165, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player .player-pagination {
  text-align: center; }

/* line 169, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player .videopreview, #player .imagegallery {
  clear: both;
  padding: 1.5em 0;
  border: none; }
  /* line 173, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player .videopreview figure.content, #player .imagegallery figure.content {
    width: 30%;
    float: left;
    margin-right: 1em; }
  /* line 177, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player .videopreview h3, #player .imagegallery h3 {
    display: block;
    color: white; }
  /* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player .videopreview figcaption, #player .imagegallery figcaption {
    display: none; }
/* line 182, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
#player #player-related-images, #player #player-related-videos {
  padding-left: 1em;
  position: relative; }
  /* line 185, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  #player #player-related-images h3, #player #player-related-videos h3 {
    color: white; }

/* line 188, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
.feature.player {
  padding: 1em; }
  /* line 190, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
  .feature.player a {
    text-decoration: none; }
    /* line 192, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    .feature.player a .spinner {
      width: 50%;
      margin: 1em auto;
      background-color: white; }
      /* line 196, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
      .feature.player a .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 200, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    .feature.player a blockquote p {
      margin-left: 0em; }

/* line 203, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
.player-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 203, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    .player-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 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
.player-pagination 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 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
    .player-pagination 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 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/player/_player-rbs.sass */
.player-pagination a span {
  display: none; }

/* ----------------------------------------------
 * Basic Stylesheet for the Mediasite
 * -------------------------------------------- */
/* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
#fantv a:visited, #fantv a:focus, #fantv a:active, #fantv a:hover, #fantv a:link, #fantv a {
  outline: none; }
/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
#fantv .title-wrapper {
  position: relative; }
  /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  #fantv .title-wrapper .fantvVideoWrapper {
    position: absolute;
    width: 100%;
    top: 2em;
    z-index: 2; }
    /* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    #fantv .title-wrapper .fantvVideoWrapper .fantvVideoContent {
      width: 65%;
      max-width: 1020px;
      margin: 0 auto; }
      /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      #fantv .title-wrapper .fantvVideoWrapper .fantvVideoContent figure {
        width: 85%;
        margin: 0 auto; }
        /* line 25, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        #fantv .title-wrapper .fantvVideoWrapper .fantvVideoContent figure .brightcove {
          border: 2px solid black; }
        /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        #fantv .title-wrapper .fantvVideoWrapper .fantvVideoContent figure .video {
          padding: 0 0 56.25% 0.1%;
          overflow: hidden; }
        /* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        #fantv .title-wrapper .fantvVideoWrapper .fantvVideoContent figure figcaption {
          font-weight: bold;
          margin-top: 2px; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  #fantv .title-wrapper .roundaboutWrapper {
    position: absolute;
    bottom: 0;
    width: 100%; }
  /* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  #fantv .title-wrapper ul {
    width: 65%;
    max-width: 1020px;
    margin: 0 auto; }
    /* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    #fantv .title-wrapper ul li {
      width: 85%;
      text-align: center;
      display: none;
      overflow: hidden; }
      /* line 46, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      #fantv .title-wrapper ul li .videoTitle {
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        font-size: 0.8em;
        color: white;
        text-shadow: 2px 0 #0c2044;
        line-height: 1.4em;
        height: 1.4em;
        visibility: hidden; }
      /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      #fantv .title-wrapper ul li a {
        width: 100%;
        height: 100%; }
        /* line 57, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        #fantv .title-wrapper ul li a .play-button {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 91px;
          height: 100px;
          margin-left: -45px;
          margin-top: -50px;
          background: none; }
        /* line 67, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        #fantv .title-wrapper ul li a:hover .play-button {
          background: none; }
      /* line 69, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      #fantv .title-wrapper ul li img {
        width: 98%;
        max-width: 98%;
        max-height: 100%;
        border: 2px solid black; }
    /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    #fantv .title-wrapper ul li.roundabout-in-focus .videoTitle {
      visibility: visible; }
    /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    #fantv .title-wrapper ul li.roundabout-in-focus a .play-button {
      background: url("../img/media/video-rot-46x50.png") no-repeat center center transparent; }
    /* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    #fantv .title-wrapper ul li.roundabout-in-focus a:hover .play-button {
      background: url("../img/media/video-blau-46x50.png") no-repeat center center transparent; }

/* line 84, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
.fantvContent {
  max-width: 1020px;
  margin: 0 auto;
  width: 87.5%;
  padding: 0 6.25%; }
  /* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  .fantvContent .mainTitle {
    text-align: center; }
    /* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    .fantvContent .mainTitle h1 {
      margin-top: 60px; }
      /* line 93, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .mainTitle h1 a {
        color: white; }
  /* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  .fantvContent .rbbuttonwrapperline {
    margin-top: 1.5em; }
  /* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  .fantvContent .archive {
    border-bottom: 1px solid white; }
    /* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    .fantvContent .archive .archiveContent .floatLeft {
      width: 100%;
      padding: 0;
      float: left; }
      /* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .archive .archiveContent .floatLeft a {
        position: relative;
        display: block;
        min-height: 60px; }
        /* line 108, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .archive .archiveContent .floatLeft a .videoIcon {
          position: absolute;
          width: 100%;
          height: 100%;
          min-height: 60px;
          left: 0;
          top: 0; }
      /* line 115, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .archive .archiveContent .floatLeft figcaption {
        margin: 0.2em 0 2em 0;
        color: white;
        font-weight: bold; }
      /* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .archive .archiveContent .floatLeft .videoIcon {
        background: url("../img/media/video-rot-46x50.png") no-repeat center center transparent; }
      /* line 122, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .archive .archiveContent .floatLeft:hover .videoIcon {
        background: url("../img/media/video-blau-46x50.png") no-repeat center center transparent; }
      /* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .archive .archiveContent .floatLeft:hover figcaption {
        color: #cc0033; }
  /* line 127, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  .fantvContent h2, .fantvContent .categories #search-bar #searchInput {
    border-bottom: none;
    text-align: left;
    border-top: 1px white solid;
    padding: 0.5em 0 0.3em; }
  /* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
  .fantvContent .categories {
    width: 100%;
    text-align: center;
    margin-bottom: 2em; }
    /* line 138, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    .fantvContent .categories #liveTV {
      height: 163px;
      width: 96%;
      padding: 0 2%;
      float: left;
      margin-top: 4em;
      background-color: #cc0033;
      text-align: left; }
      /* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #liveTV .liveIcon {
        background: url("/static/frontend/img/media/live_btn.png") no-repeat center center transparent;
        width: 100%;
        height: 48px;
        margin-top: -33px; }
      /* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #liveTV .liveDescription {
        color: white;
        border-bottom: 1px white solid;
        margin-bottom: 12px; }
      /* line 156, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #liveTV .liveTitle {
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
        font-size: 1.8em;
        text-transform: uppercase;
        line-height: 1em;
        padding-bottom: 4px;
        color: white;
        margin-top: 15px; }
      /* line 164, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #liveTV .liveDate {
        font-size: 1em;
        font-family: Lucida Grande, Helvetica, Arial, sans-serif;
        font-weight: bold;
        line-height: 3em;
        color: white; }
    /* line 171, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    .fantvContent .categories #search-bar {
      padding: 48px 2% 48px 2%;
      background: #cc0033;
      width: 96%;
      float: left;
      margin-left: 0; }
      /* line 177, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #search-bar form {
        margin-right: 0;
        position: relative;
        margin-left: 0; }
      /* line 181, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #search-bar #searchInput {
        border-bottom: 1px white solid;
        border-top: none;
        padding: 0;
        line-height: 74px;
        height: 74px;
        text-indent: 70px;
        background: url("/static/frontend/img/dressingroom/tablet/lupe.png") no-repeat top left #cc0033; }
      /* line 191, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories #search-bar .clearSearchButton {
        visibility: hidden; }
    /* line 193, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
    .fantvContent .categories .stapel-collection-wrapper {
      text-align: center;
      margin: 0 auto 2em; }
      /* line 196, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper {
        display: inline-block;
        width: 162px;
        height: 200px;
        padding: 16px 0 0 14px;
        margin: 9px 9px 9px 0;
        background: url(../img/media/stapel_middle.png) no-repeat;
        position: relative; }
        /* line 204, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper .fakeShadow {
          width: 148px;
          height: 148px;
          float: left;
          margin: 4px;
          position: absolute; }
        /* line 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper img {
          width: 148px;
          height: 148px;
          float: left;
          padding: 4px; }
        /* line 215, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper .videoIcon {
          position: absolute;
          width: 60px;
          height: 60px;
          margin-top: -30px;
          margin-left: -30px;
          left: 51%;
          top: 44%;
          background: url("../img/media/video-rot-46x50.png") no-repeat center center transparent; }
        /* line 225, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper:hover .videoIcon {
          background: url("../img/media/video-blau-46x50.png") no-repeat center center transparent; }
        /* line 227, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper:hover .fakeShadow {
          display: none; }
        /* line 229, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper:hover h5, .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper:hover #liveTV .liveDescription, .fantvContent .categories #liveTV .stapel-collection-wrapper .stapel-wrapper:hover .liveDescription {
          color: #cc0033; }
        /* line 231, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
        .fantvContent .categories .stapel-collection-wrapper .stapel-wrapper .categoryTitle {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
      /* line 237, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories .stapel-collection-wrapper .active h5, .fantvContent .categories .stapel-collection-wrapper .active #liveTV .liveDescription, .fantvContent .categories #liveTV .stapel-collection-wrapper .active .liveDescription {
        color: #cc0033; }
      /* line 239, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories .stapel-collection-wrapper .active .videoIcon {
        background: url("../img/media/video-blau-46x50.png") no-repeat center center transparent; }
      /* line 242, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories .stapel-collection-wrapper .inactive h5, .fantvContent .categories .stapel-collection-wrapper .inactive #liveTV .liveDescription, .fantvContent .categories #liveTV .stapel-collection-wrapper .inactive .liveDescription {
        color: white; }
      /* line 244, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories .stapel-collection-wrapper .inactive .videoIcon {
        background: url("../img/media/video-rot-46x50.png") no-repeat center center transparent; }
      /* line 246, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/media/_fantv-rbs.sass */
      .fantvContent .categories .stapel-collection-wrapper .inactive .fakeShadow {
        opacity: 0.6;
        background-color: black; }

/* the ticket */
/* ----------------------------------------------
 * Basic Stylesheet for tickets
 * -------------------------------------------- */
/* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
article.pageheader .overlay h1 {
  border: 0;
  margin-bottom: 23px;
  padding-bottom: 0px; }

/* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
h3#subtitle {
  font-size: 1.5em;
  max-width: 1020px;
  color: white;
  text-align: center;
  margin: 0 auto 20px auto;
  text-transform: uppercase; }

/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
#ticketing {
  color: white;
  width: 100%;
  font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }
  /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing h2, #ticketing .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing #searchInput {
    color: white;
    padding-bottom: 0.3em; }
  /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing #dauerkarten .button-content, #ticketing #vipkarten .button-content {
    display: none; }
  /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .vorverkaufsstellen-wrapper h2, #ticketing .vorverkaufsstellen-wrapper .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .vorverkaufsstellen-wrapper #searchInput, #ticketing .tageskarten-wrapper h2, #ticketing .tageskarten-wrapper .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .tageskarten-wrapper #searchInput, #ticketing .kategorien-wrapper h2, #ticketing .kategorien-wrapper .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .kategorien-wrapper #searchInput, #ticketing .dauerkarten-wrapper h2, #ticketing .dauerkarten-wrapper .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .dauerkarten-wrapper #searchInput {
    margin-top: 40px; }
  /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .vorverkaufsstellen-wrapper {
    padding-bottom: 50px;
    position: relative; }
    /* line 39, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .vorverkaufsstellen-wrapper .routeberechnen {
      position: absolute;
      bottom: 0;
      width: 100%; }
  /* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .facts_bigcontent {
    float: left;
    margin-right: 0.05em;
    font-size: 5em; }
  /* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .facts_smalltitle {
    font-weight: lighter;
    padding-top: 23px; }
  /* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing ul.red {
    list-style-position: outside;
    list-style-type: disc;
    margin: 30px 0 30px 20px; }
    /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing ul.red li {
      margin-bottom: 10px; }
      /* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      #ticketing ul.red li span {
        color: white;
        font-size: 1em;
        font-family: Lucida Grande, Helvetica, Arial, sans-serif;
        line-height: 1.5em; }
  /* line 61, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .routeberechnen {
    display: none; }
  /* line 63, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .routeberechnenmobile {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
  /* line 69, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .colwrapper {
    width: 100%;
    text-align: center; }
    /* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .colwrapper .col3 {
      width: 297px;
      margin: 0 20px 20px 20px;
      display: inline-block; }
      /* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      #ticketing .colwrapper .col3 a.rbbutton {
        width: 277px;
        padding-left: 10px;
        padding-right: 10px; }
      /* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      #ticketing .colwrapper .col3 h2, #ticketing .colwrapper .col3 .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .colwrapper .col3 #searchInput {
        color: #cc0033;
        font-size: 1.85em;
        line-height: 1.35em;
        padding-bottom: 0;
        margin-bottom: 10px; }
      /* line 86, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      #ticketing .colwrapper .col3 .spinner {
        background-color: transparent; }
  /* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .col1 {
    width: 96%;
    min-height: 200px;
    margin: 0 2%; }
    /* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .col1 a.rbbutton {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    /* line 96, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .col1 h2, #ticketing .col1 .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .col1 #searchInput {
      color: #cc0033;
      font-size: 1.85em;
      line-height: 1.35em;
      padding-bottom: 0;
      margin-bottom: 10px;
      text-align: center; }
    /* line 103, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .col1 .spinner {
      background-color: transparent; }
  /* line 105, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .routing {
    display: none; }
  /* line 107, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .anfahrtrba-selecter {
    margin: 1em 0; }
  /* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .anfahrtrba-label, #ticketing .anfahrttc-label {
    width: 76%;
    margin: 0 12% 1em; }
  /* line 112, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .optioncontent h2, #ticketing .optioncontent .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .optioncontent #searchInput, #ticketing .tabWrapper h2, #ticketing .tabWrapper .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .tabWrapper #searchInput {
    font-size: 1em; }
  /* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .tabWrapper h2, #ticketing .tabWrapper .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing .tabWrapper #searchInput {
    margin-top: 0px;
    line-height: 1em; }
  /* line 117, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .tabWrapper {
    padding-top: 25px; }
  /* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .tabWrapper .tab {
    overflow: hidden;
    height: 0px; }
  /* line 122, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .rbaoptiontwo, #ticketing .rbaoptionthree {
    display: none; }
  /* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .hinweis {
    background-color: #cc0033;
    padding: 10px 25px;
    margin-bottom: 1.5em;
    border-radius: 12px; }
    /* line 129, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .hinweis a {
      color: white;
      font-weight: bold; }
    /* line 132, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #ticketing .hinweis a:hover {
      color: white; }
  /* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .hiddencontent {
    margin-left: auto;
    margin-right: auto; }
  /* line 137, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .mobile {
    display: inline-block;
    width: 234px;
    margin-top: 10px; }
  /* line 141, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .tablet {
    display: none; }
  /* line 144, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #ticketing .separateLi li {
    margin-top: 1.5em; }

/* line 146, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.addresswhite {
  background: url(../img/icons/icon_location.png) no-repeat;
  background-position: 0 0.3em; }

/* line 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.linkwhite {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2250px;
  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 150, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    .linkwhite {
      background-position: 0px -1173px;
      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 153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.phonewhite {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2388px;
  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 153, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    .phonewhite {
      background-position: 0px -1421px;
      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 155, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.faxwhite {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3194px;
  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 155, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    .faxwhite {
      background-position: 0px -2655px;
      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 157, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.timewhite {
  background: url(../img/icons/icon_time.png) no-repeat;
  background-position: 0 0.3em; }

/* line 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.ticketwhite {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3785px;
  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 162, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    .ticketwhite {
      background-position: 0px -2415px;
      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 164, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.red {
  color: #cc0033; }

/* line 166, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.gamedates {
  margin: 1em 0 2em; }
  /* line 168, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  .gamedates #matchdayAway, .gamedates #matchdayHome, .gamedates .inline {
    display: none; }
  /* line 170, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  .gamedates .game-desc {
    margin-top: 2em; }

/* line 173, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.spantextleft div {
  margin-left: 0; }
  /* line 175, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  .spantextleft div p {
    line-height: 1.2em;
    margin: 6px 0; }

/* line 178, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.inlineBlock {
  width: 100%; }

/* line 180, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.sektoren, .stadion {
  text-align: center; }

/* line 182, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
img.sectoren {
  width: 30px;
  margin-right: 10px; }

/* line 185, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
img.sectorentabelle {
  width: 30px;
  margin-right: 0px; }

/* line 188, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.kategorien-wrapper {
  width: 100%;
  text-align: center;
  clear: both; }
  /* line 192, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  .kategorien-wrapper .kategorie-item {
    width: 100%;
    float: left;
    text-align: left;
    margin: 1em 0; }
    /* line 197, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    .kategorien-wrapper .kategorie-item .kategorieheadline {
      width: 100%;
      border-bottom: 1px solid #cc0033;
      margin-bottom: 5px; }
      /* line 201, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategorieheadline .kategorie-color {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 7px; }
        /* line 206, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
        .kategorien-wrapper .kategorie-item .kategorieheadline .kategorie-color img {
          width: auto;
          max-width: 100%;
          max-height: 100%; }
      /* line 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategorieheadline .blue {
        background-image: url('/static/frontend/img/ui-s31a96b710b.png');
        background-position: 0 -622px;
        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 210, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
          .kategorien-wrapper .kategorie-item .kategorieheadline .blue {
            background-position: 0px -1010px;
            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 212, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategorieheadline .yellow {
        background-image: url('/static/frontend/img/ui-s31a96b710b.png');
        background-position: 0 -967px;
        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 212, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
          .kategorien-wrapper .kategorie-item .kategorieheadline .yellow {
            background-position: 0px -1050px;
            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 214, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategorieheadline .red {
        background-image: url('/static/frontend/img/ui-s31a96b710b.png');
        background-position: 0 -732px;
        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 214, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
          .kategorien-wrapper .kategorie-item .kategorieheadline .red {
            background-position: 0px -1090px;
            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 216, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategorieheadline .white {
        background-image: url('/static/frontend/img/ui-s31a96b710b.png');
        background-position: 0 -1193px;
        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 216, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
          .kategorien-wrapper .kategorie-item .kategorieheadline .white {
            background-position: 0px -1393px;
            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 218, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategorieheadline .kategorietitle {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 30px; }
    /* line 222, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    .kategorien-wrapper .kategorie-item .kategoriecontent {
      width: 100%; }
      /* line 224, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategoriecontent .priceclass {
        font-family: Lucida Grande, Helvetica, Arial, sans-serif;
        float: left;
        margin-right: 7px; }
      /* line 228, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
      .kategorien-wrapper .kategorie-item .kategoriecontent .price {
        font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif; }

/* line 230, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
table.tageskartentkategorien {
  width: 50%;
  margin-top: 20px;
  margin-left: 25%;
  margin-right: 25%; }
  /* line 235, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  table.tageskartentkategorien td.left {
    text-align: left; }
  /* line 237, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  table.tageskartentkategorien td.right {
    text-align: right; }
  /* line 240, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  table.tageskartentkategorien .contentline .left {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif; }
  /* line 242, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  table.tageskartentkategorien .headerline {
    border-bottom: 1px solid #cc0033; }

/* line 245, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
#tickets-buttons, #anreise-buttons {
  display: none; }

/* line 247, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
h2.button-content, .fantvContent .categories #search-bar .button-content#searchInput {
  display: block; }

/* line 249, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
#nextGame {
  margin-top: 1.5em; }

/* line 251, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
#nextHomeGameContainer, #nextAwayGameContainer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px dotted white; }
  /* line 256, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #nextHomeGameContainer .fullwidth, #nextAwayGameContainer .fullwidth {
    margin: 0 auto;
    text-align: center; }
  /* line 259, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #nextHomeGameContainer .doublepoints, #nextAwayGameContainer .doublepoints {
    float: left;
    font-size: 5em;
    margin-top: 7px; }
  /* line 263, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
  #nextHomeGameContainer .teamlogo, #nextAwayGameContainer .teamlogo {
    float: left;
    height: auto;
    width: 45%; }
    /* line 267, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #nextHomeGameContainer .teamlogo img, #nextAwayGameContainer .teamlogo img {
      max-height: 50px;
      width: auto; }
    /* line 270, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
    #nextHomeGameContainer .teamlogo p, #nextAwayGameContainer .teamlogo p {
      font-size: 17px;
      font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
      text-transform: uppercase; }

/* line 274, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.verticalLine {
  width: 0px;
  display: none; }

/* line 278, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
#imp-fanshop-maps, #imp-arena-maps, #imp-sportscheck-maps, #rba-anfahrt-map-mobile {
  height: 300px;
  width: 90%;
  margin-top: 1.8em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8em;
  color: #0c2044; }

/*page tagestickets */
/* line 290, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/tickets/_tickets-rbs.sass */
.content.text h2 > p, .content.text .fantvContent .categories #search-bar #searchInput > p, .fantvContent .categories #search-bar .content.text #searchInput > p {
  line-height: 1.5em;
  margin-bottom: 0; }

/* download */
/* ----------------------------------------------
 * download common
 * ---------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
header {
  color: white; }
  /* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  header p {
    max-width: 1020px;
    margin: 0 auto; }

/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
#downloads {
  margin: 0 6.25%;
  color: white; }
  /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads h2, #downloads .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #downloads #searchInput {
    color: white; }
  /* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads .col2 table {
    width: 100%;
    margin-bottom: 50px; }
    /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
    #downloads .col2 table td.first {
      width: 110px; }
    /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
    #downloads .col2 table td {
      text-align: left;
      vertical-align: top; }
      /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
      #downloads .col2 table td .spinner {
        background-color: transparent; }
      /* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
      #downloads .col2 table td img {
        width: 100px;
        height: 100px; }
      /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
      #downloads .col2 table td a.rbbutton {
        width: 87%;
        margin-bottom: 10px;
        padding: 0.15em;
        font-size: 0.85em;
        line-height: 1.5em; }
      /* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
      #downloads .col2 table td a.rbbutton:hover, #downloads .col2 table td a.rbbutton:visited, #downloads .col2 table td a.rbbutton:active, #downloads .col2 table td a.rbbutton:focus {
        color: white; }
    /* line 40, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
    #downloads .col2 table th.autofirst img, #downloads .col2 table th.autosecond img, #downloads .col2 table th.autosecond, #downloads .col2 table th.autofirst {
      width: 50px;
      height: 100px; }
  /* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads .col2 table.cards p {
    margin: 0; }
  /* line 46, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads .col2 table.cards th.autosecond {
    width: 60px; }
  /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads .col2 table.audio p {
    margin: 0; }
  /* line 51, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads .col2 table.audio th.first {
    width: 110px; }
  /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
  #downloads .col2 table.audio th img {
    width: 100px;
    height: 100px; }

/* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
#downloads .inline {
  max-width: 1020px;
  margin: 0 auto; }

/* line 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/download/_download-rbs.sass */
#downloads .col2 table th.autofirst {
  paddin-right: 10px;
  width: 60px; }

/* abo */
/* ----------------------------------------------
 * Basic Stylesheet for abo
 * -------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table {
  min-width: 300px;
  margin: 10px 0 25px;
  width: 100%;
  display: block;
  overflow-x: auto; }
  /* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
  table.price_table td, table.price_table th {
    vertical-align: top;
    width: auto;
    padding-right: 20px; }
    /* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
    table.price_table td p, table.price_table th p {
      margin: 0;
      white-space: nowrap; }

/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table th {
  text-transform: none;
  padding-bottom: 5px; }

/* line 30, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table tr p {
  white-space: normal; }
/* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td {
  background-position: 15px 23px;
  background-repeat: no-repeat; }
/* line 35, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_red {
  background-image: url("/static/frontend/img/abo/red.jpg"); }
/* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_darkblue {
  background-image: url("/static/frontend/img/abo/darkblue.jpg"); }
/* line 39, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_mediumblue {
  background-image: url("/static/frontend/img/abo/mediumblue.jpg"); }
/* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_lightblue {
  background-image: url("/static/frontend/img/abo/lightblue.jpg"); }
/* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_yellow {
  background-image: url("/static/frontend/img/abo/yellow.jpg"); }
/* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_mauve {
  background-image: url("/static/frontend/img/abo/mauve.jpg"); }
/* line 47, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_orange {
  background-image: url("/static/frontend/img/abo/orange.jpg"); }
/* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_gold {
  background-image: url("/static/frontend/img/abo/gold.jpg"); }
/* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square p {
  white-space: normal; }
/* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square p:last-of-type {
  background-position: 15px bottom;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-bottom: 15px; }
/* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.red_square p:last-of-type {
  background-image: url("/static/frontend/img/abo/red.jpg"); }
/* line 63, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.darkblue p:last-of-type {
  background-image: url("/static/frontend/img/abo/darkblue.jpg"); }
/* line 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.mediumblue p:last-of-type {
  background-image: url("/static/frontend/img/abo/mediumblue.jpg"); }
/* line 69, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.lightblue p:last-of-type {
  background-image: url("/static/frontend/img/abo/lightblue.jpg"); }
/* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.yellow p:last-of-type {
  background-image: url("/static/frontend/img/abo/yellow.jpg"); }
/* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.mauve p:last-of-type {
  background-image: url("/static/frontend/img/abo/mauve.jpg"); }
/* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.orange p:last-of-type {
  background-image: url("/static/frontend/img/abo/orange.jpg"); }
/* line 81, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square.gold p:last-of-type {
  background-image: url("/static/frontend/img/abo/gold.jpg"); }

/* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
table.price_table td.square_red, table.price_table td.square_darkblue {
  width: 75px; }

/* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
.fc-liefering table.price_table td.square_orange {
  background-image: url("/static/frontend/img/abo/red.jpg"); }

/* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
.fc-liefering table.price_table p.square {
  background-position: 15px bottom;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-bottom: 15px; }
  /* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/abo/_abo-rbs.sass */
  .fc-liefering table.price_table p.square.orange {
    background-image: url("/static/frontend/img/abo/red.jpg"); }

/* fans on tour */
/* ----------------------------------------------
 * fans on tour common
 * ---------------------------------------------- */
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fansontour/_fansontour-rbs.sass */
.newsline-wrapper .newsline-imgage {
  float: left; }
/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fansontour/_fansontour-rbs.sass */
.newsline-wrapper .newsline-newswrapper .article-info .day {
  font-size: 1em; }

/* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fansontour/_fansontour-rbs.sass */
.rc-kidz .newsline-wrapper .newsline-newswrapper .article-info .day {
  font-size: 1.4em; }

/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fansontour/_fansontour-rbs.sass */
.rc-kidz article.date-teaser span.month {
  font-size: 1.4em; }

/* line 28, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fansontour/_fansontour-rbs.sass */
.newsline-wrapper .stapel-wrapper {
  height: 213px;
  padding: 16px 0 0 14px;
  width: 195px;
  background: url("../img/media/stapel.png") no-repeat; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/fansontour/_fansontour-rbs.sass */
  .newsline-wrapper .stapel-wrapper .image-showcase-wrapper {
    height: 165px;
    padding: 4px;
    width: 165px;
    margin: 0; }

/* vvk */
/* ----------------------------------------------
 * Basic Stylesheet for vorverkauf
 * -------------------------------------------- */
/* line 9, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/vorverkauf/_vorverkauf-rbs.sass */
.content-main .partnerpresale .circle {
  width: 24%;
  float: left;
  margin: 22px 0px;
  padding-right: 8%; }
  /* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/vorverkauf/_vorverkauf-rbs.sass */
  .content-main .partnerpresale .circle .spinner {
    background: transparent !important; }

/* news */
/* ----------------------------------------------
 * news common
 * ---------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/news/_news-rbs.css.sass */
header .subtitle h2, header .subtitle .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar header .subtitle #searchInput {
  color: #0c2044; }

/* line 11, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/news/_news-rbs.css.sass */
.playerPageLink {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline; }

/* right column */
/* ----------------------------------------------
 * Basic Stylesheet for right column
 * -------------------------------------------- */
/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.dark aside .image-showcase-wrapper h3 {
  color: white;
  padding-bottom: 28px; }
/* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.dark aside .image-showcase-wrapper .image-showcase {
  margin: 0 0 12px 0;
  padding-top: 18px; }
/* line 17, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.dark aside .dummySecondaryPhoto h3 {
  font-size: 2.1em;
  margin-bottom: 12px;
  display: inline-block; }

/* line 23, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
aside .image-showcase-wrapper, aside .dummySecondaryPhoto {
  margin-bottom: 18px; }
/* line 25, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
aside p {
  margin-top: 0; }
  /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
  aside p .spiner {
    margin-bottom: 12px; }

/* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
#club .content-main aside {
  margin: 27px 0 0 0; }

/* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-kidz .content-main aside {
  margin: -3px 0 0 0; }

/* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-scouting .content-main aside {
  margin: 3px 0 0 0; }

/* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-academy .content-main aside {
  margin: -18px 0 0 0; }

/* line 53, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-presale .content-main aside {
  margin: 8px 0 0 0; }

/* line 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-presale .content-main aside div p:first-child {
  margin-top: -3px; }
/* line 63, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-presale .content-main aside .static-textbox .kontzeiten {
  background-image: url("/static/frontend/img/icons/icon_clock.png"); }
/* line 65, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-presale .content-main aside .static-textbox .kontmailto {
  background-image: url("/static/frontend/img/icons/icon_email_white.png"); }
/* line 67, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-presale .content-main aside .static-textbox .konttel {
  background-image: url("/static/frontend/img/icons/icon_phone.png"); }

/* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.abo .content-main aside {
  margin: 8px 0 0 0; }

/* line 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-bonus .content-main aside .static-textbox h2, .rc-bonus .content-main aside .static-textbox .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .rc-bonus .content-main aside .static-textbox #searchInput {
  margin-top: -4px; }

/* line 85, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-vip .content-main aside {
  margin: -4px 0 0 0; }

/* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-fansontour .content-main aside {
  margin: -3px 0 0 0; }

/* line 96, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-guidedtour .content-main aside {
  margin: 9px 0 0 0; }
  /* line 99, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
  .rc-guidedtour .content-main aside .static-textbox h2, .rc-guidedtour .content-main aside .static-textbox .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .rc-guidedtour .content-main aside .static-textbox #searchInput {
    margin: 25px 0 0 0; }

/* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc_order .content-main aside {
  padding: 8px 0 0 0; }

/* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-shop .content-main aside {
  margin: 3px 0 0 0; }

/* line 114, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-press .content-main aside {
  margin: -5px 0 0 0; }

/* line 119, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.rc-bullscorner .content-main aside {
  margin: 3px 0 0 0; }

/* line 124, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
#ticketing .bigheaderdiv #anfahrt-maps {
  margin-top: 22px; }

/* line 129, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
.mobile-app .content-main aside {
  margin: 8px 0 0 0; }

/* line 134, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/rightcolumn/rightcolumn-rbs.css.sass */
aside h3 span.isc-text-title {
  line-height: 1em;
  display: inline-block;
  margin-top: 0.5em; }

/* trainingsplan */
/* ----------------------------------------------
 * Basic Stylesheet for trainings
 * -------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
.overlay h1 {
  border: 0;
  padding-bottom: 0px;
  margin: 0 auto 23px auto;
  text-align: center; }

/* line 14, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
h3#subtitle {
  font-size: 1.5em;
  max-width: 1020px;
  color: white;
  text-align: center;
  margin: 0 auto 20px auto;
  text-transform: uppercase; }

/* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training {
  position: relative; }
  /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
  #training .arrow-wrapper {
    width: 281px;
    z-index: 10;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -140px; }
    /* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
    #training .arrow-wrapper a img {
      width: auto; }
    /* line 34, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
    #training .arrow-wrapper .next-day {
      float: right; }
    /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
    #training .arrow-wrapper .training-divider {
      display: none; }
  /* line 38, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
  #training .inline {
    width: 281px;
    background: none;
    overflow: hidden; }
    /* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
    #training .inline .weekday {
      background: url(../img/trainings/hg-mob.jpg) no-repeat center 40px;
      border-right: 0 solid white;
      height: 100%;
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
      /* line 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
      #training .inline .weekday .trainings {
        height: 100%; }
        /* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
        #training .inline .weekday .trainings .matchday {
          height: 40px; }
          /* line 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
          #training .inline .weekday .trainings .matchday p {
            display: inline-block; }
        /* line 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
        #training .inline .weekday .trainings .trainingparts {
          height: 158.5px;
          padding: 3px 0 0; }
        /* line 59, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
        #training .inline .weekday .trainings .trainingparts-fullday {
          height: 322px;
          padding-top: 3px; }
        /* line 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
        #training .inline .weekday .trainings .trainingparts, #training .inline .weekday .trainings .trainingparts-fullday {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
        /* line 67, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
        #training .inline .weekday .trainings .matchday, #training .inline .weekday .trainings .trainingparts, #training .inline .weekday .trainings .trainingparts-fullday {
          border-bottom: 2px solid white;
          width: 281px;
          margin: 0 auto; }

/* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training {
  font-size: 0.85em;
  line-height: 1.2em; }
  /* line 75, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
  #training p, #training h3 {
    margin: 0; }
  /* line 77, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
  #training p {
    line-height: 1.2em; }

/* line 83, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .trainingparts-free h3 {
  color: #6e7f93; }

/* line 87, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .teamlogo, #training .teamname, #training span {
  display: inline-block; }
/* line 89, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .teamname {
  width: 40%; }
/* line 91, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .teamlogo {
  width: 30%; }
/* line 93, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .span {
  width: 20%; }
/* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training #logo_home {
  padding-right: 6%; }
/* line 97, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training #logo_away {
  padding-left: 6%; }

/* line 102, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .game h3 {
  margin-bottom: 4%; }
/* line 104, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/trainingsplan/_trainingsplan-rbs.sass */
#training .game .gamelocation {
  margin-top: 5%; }

/* history */
/* ----------------------------------------------
 * Basic Stylesheet for history
 * -------------------------------------------- */
/* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/history/_history-rbs.sass */
#club .dark aside .image-showcase-wrapper h3 span {
  display: inline-block; }

/* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/history/_history-rbs.sass */
#club ul {
  color: white;
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  list-style: none; }
  /* line 19, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/history/_history-rbs.sass */
  #club ul .content ul li:before {
    color: white;
    content: "• "; }
    /* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/history/_history-rbs.sass */
    #club ul .content ul li:before .image-showcase-wrapper {
      border: none; }
      /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/history/_history-rbs.sass */
      #club ul .content ul li:before .image-showcase-wrapper .isc-text-top {
        display: block;
        overflow: hidden; }

/* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/history/_history-rbs.sass */
#club aside ul {
  margin-left: 0; }

/* newsletter */
/* ----------------------------------------------
 * Basic Stylesheet for newsletter
 * -------------------------------------------- */
/* line 8, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
.newsletter form {
  padding-top: 1.8em; }
  /* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
  .newsletter form #formfields {
    width: 15em; }
    /* line 13, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
    .newsletter form #formfields table td, .newsletter form #formfields table th {
      padding: 3px 0 0 0; }
      /* line 15, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
      .newsletter form #formfields table td .attributeemail, .newsletter form #formfields table th .attributeemail {
        margin-right: 20px;
        font-family: Lucida Grande, Helvetica, Arial, sans-serif;
        font-size: 96%;
        font-weight: bold;
        display: inline-block; }
      /* line 21, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
      .newsletter form #formfields table td #form_EMAIL, .newsletter form #formfields table th #form_EMAIL {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        padding: 3px;
        margin-right: 0;
        width: 11.5em;
        color: #0c2044;
        border-color: #7c7c7c #c3c3c3 #dddddd;
        border-style: solid;
        border-width: 1px; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
  .newsletter form #actions input {
    margin: 6px 0 0 0;
    color: #0c2044;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 3px; }
/* line 41, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
.newsletter div#nlTeaserDiv {
  padding-bottom: 1.8em; }
/* line 44, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/newsletter/newsletter-rbs.css.sass */
.newsletter aside {
  margin-top: 8px;
  padding-bottom: 20px; }

/* line 2, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap .rectangle {
  max-height: 163px;
  max-width: 316px;
  height: 163px;
  width: 100%;
  margin: 39px auto 38px;
  background: url(../img/modules/map_austria.svg) no-repeat 30% transparent;
  position: relative; }
/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap img {
  width: 100%; }
/* line 12, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap h2, .awayMatchMap .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .awayMatchMap #searchInput {
  line-height: 1em;
  font-size: 2.1em;
  margin-top: 0.5em; }
/* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap .awayTeamList:last-child {
  border-bottom: 1px solid red; }
/* line 18, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap .awayTeamList {
  color: white;
  border-top: 1px solid red;
  display: flex;
  justify-content: flex-start;
  padding: 5px 0; }
  /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
  .awayMatchMap .awayTeamList.hover {
    color: #cc0033; }
  /* line 27, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
  .awayMatchMap .awayTeamList.hover:active, .awayMatchMap .awayTeamList.hover:visited {
    color: #cc0033; }
  /* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
  .awayMatchMap .awayTeamList:active, .awayMatchMap .awayTeamList:visited {
    color: white; }
    /* line 31, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
    .awayMatchMap .awayTeamList:active:hover, .awayMatchMap .awayTeamList:visited:hover {
      color: #cc0033; }
  /* line 33, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
  .awayMatchMap .awayTeamList h5, .awayMatchMap .awayTeamList .fantvContent .categories #liveTV .liveDescription, .fantvContent .categories #liveTV .awayMatchMap .awayTeamList .liveDescription {
    line-height: 30px;
    margin: 0;
    width: 85%; }
/* line 37, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap .awayTeam {
  background: url(../img/teams/logos/30px/sv-josko-ried.png) no-repeat center transparent;
  background-size: cover;
  width: 15%;
  height: 30px;
  float: left; }
/* line 43, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/modules/_awayMatchMap.sass */
.awayMatchMap .awayTeamMapIcon {
  background: url(../img/teams/logos/30px/sv-josko-ried.png) no-repeat center transparent;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block; }

/* club 100 */
/* line 3, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
body.editMode .grafikwand .mgnlEditor.mgnlEditorBar {
  width: 100% !important;
  position: relative;
  z-index: 3; }
/* line 7, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
body.editMode .grafikwand .grafikwandImage {
  margin: 20px 10px !important; }

/* line 10, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
.grafikwand {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="4"] .grafikwandImage {
      width: 22%;
      padding-bottom: 22%;
      margin-bottom: 4%; } }
  @media screen and (min-width: 721px) and (max-width: 1023px) {
    /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="4"] .grafikwandImage {
      width: 23.5%;
      padding-bottom: 23.5%;
      margin-bottom: 2%; } }
  @media screen and (max-width: 720px) {
    /* line 16, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="4"] .grafikwandImage {
      width: 100%;
      padding-bottom: 100%;
      margin-bottom: 4%; } }
  @media screen and (min-width: 1024px) {
    /* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="4"] .grafikwandImage:nth-of-type(4n+0), .grafikwand[data-layout="4"] .grafikwandImage:nth-of-type(4n+3), .grafikwand[data-layout="4"] .grafikwandImage:nth-of-type(4n+2) {
      margin-left: 4%; } }
  @media screen and (min-width: 721px) and (max-width: 1023px) {
    /* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="4"] .grafikwandImage:nth-of-type(4n+0), .grafikwand[data-layout="4"] .grafikwandImage:nth-of-type(4n+3), .grafikwand[data-layout="4"] .grafikwandImage:nth-of-type(4n+2) {
      margin-left: 2%; } }
  @media screen and (min-width: 1024px) {
    /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="3"] .grafikwandImage {
      width: 30%;
      padding-bottom: 30%;
      margin-bottom: 5%; } }
  @media screen and (min-width: 721px) and (max-width: 1023px) {
    /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="3"] .grafikwandImage {
      width: 31%;
      padding-bottom: 31%;
      margin-bottom: 3.5%; } }
  @media screen and (max-width: 720px) {
    /* line 36, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="3"] .grafikwandImage {
      width: 100%;
      padding-bottom: 100%;
      margin-bottom: 4%; } }
  @media screen and (min-width: 1024px) {
    /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="3"] .grafikwandImage:nth-of-type(3n+0), .grafikwand[data-layout="3"] .grafikwandImage:nth-of-type(3n+2) {
      margin-left: 5%; } }
  @media screen and (min-width: 721px) and (max-width: 1023px) {
    /* line 49, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand[data-layout="3"] .grafikwandImage:nth-of-type(3n+0), .grafikwand[data-layout="3"] .grafikwandImage:nth-of-type(3n+2) {
      margin-left: 3.5%; } }
  /* line 55, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
  .grafikwand .grafikwandImage {
    position: relative;
    cursor: pointer; }
    /* line 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand .grafikwandImage img {
      z-index: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      transition: 0.5s ease; }
    /* line 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand .grafikwandImage .bg-wrapper {
      z-index: 1;
      opacity: 0.5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%; }
    /* line 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand .grafikwandImage .text {
      z-index: 2;
      color: white;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    /* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand .grafikwandImage:hover img {
      transition: 0.5s ease;
      -webkit-filter: blur(3px);
      filter: blur(3px); }
    /* line 94, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
    .grafikwand .grafikwandImage:hover .overlay {
      opacity: 1; }

/* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/components/club100/_club100.sass */
article.pageheader .grafikwand .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  padding: 0;
  transition: 0.5s ease; }

/* line 20, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.mobileOnly {
  display: block; }

/* line 22, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.iconextraclass {
  margin-top: 0.5em; }
  /* line 24, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .iconextraclass h2, .iconextraclass .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .iconextraclass #searchInput {
    border-bottom: none;
    position: absolute;
    bottom: 0;
    margin-bottom: 0; }
  /* line 29, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .iconextraclass div, .iconextraclass span {
    padding-left: 25px;
    margin-left: 5px; }

/* line 32, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.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: 93%;
  color: white;
  cursor: pointer;
  margin-top: 1px; }

/* line 42, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.mobNavArrowDown {
  background: url(../img/navigation/mobile/retina/Pfeil_down.png) no-repeat 90% center #cc0033;
  background-size: 11px; }

/* line 45, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.mobNavArrowUp {
  background: url(../img/navigation/mobile/retina/Pfeil_up.png) no-repeat 90% center #cc0033;
  background-size: 11px; }

/* line 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_field_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2873px;
  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 48, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_field_white {
      background-position: 0px -2108px;
      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 50, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_star_white {
  background: url(../img/icons/icon_star.png) no-repeat; }

/* line 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_location_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2296px;
  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 52, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_location_white {
      background-position: 0px -1297px;
      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 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_group_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -1974px;
  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 54, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_group_white {
      background-position: 0px -1204px;
      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 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_person_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -1102px;
  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 56, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_person_white {
      background-position: 0px -863px;
      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 58, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_referee_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -1882px;
  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/common2-rbs.css.sass */
    .icon_referee_white {
      background-position: 0px -1328px;
      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 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_download_red {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3328px;
  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 60, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_download_red {
      background-position: 0px -2232px;
      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 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_trophy_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3417px;
  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 62, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_trophy_white {
      background-position: 0px -2139px;
      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 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_clock_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2570px;
  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 64, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_clock_white {
      background-position: 0px -1452px;
      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 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_cal_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2965px;
  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 66, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_cal_white {
      background-position: 0px -2594px;
      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 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_cup_white {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2480px;
  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 68, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .icon_cup_white {
      background-position: 0px -1924px;
      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 70, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_news_white {
  background: url(../img/home/icon_news_white.png) no-repeat 0 0 transparent; }

/* line 72, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_images_white {
  background: url(../img/home/icon_images_white.png) no-repeat 0 0 transparent; }

/* line 74, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_videos_white {
  background: url(../img/home/icon_videos_white.png) no-repeat 0 0 transparent; }

/* line 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.micwhite {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -2434px;
  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 76, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .micwhite {
      background-position: 0px -1543px;
      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 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.yellowcard {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -4285px;
  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 78, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .yellowcard {
      background-position: 0px -2868px;
      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 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.redcard {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -4239px;
  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 80, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .redcard {
      background-position: 0px -2837px;
      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 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.yellowredcard {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -3509px;
  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 82, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .yellowredcard {
      background-position: 0px -1984px;
      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 84, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.personwhite {
  background-image: url('/static/frontend/img/icons-sa089e2cd85.png');
  background-position: 0 -1102px;
  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 84, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .personwhite {
      background-position: 0px -863px;
      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 86, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.arrow_prev_darkblue_small {
  background: url(../img/ui/prev_darkblue_small.png); }

/* line 88, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.arrow_next_darkblue_small {
  background: url(../img/ui/next_darkblue_small.png); }

/* line 90, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.arrow_prev_darkblue_big {
  background: url(../img/ui/prev_darkblue_big.png); }

/* line 92, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.arrow_next_darkblue_big {
  background: url(../img/ui/next_darkblue_big.png); }

/* line 95, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.hiddencontent, .imagecontent, .fanworkcontent {
  margin-top: 1px;
  border-top: 1px solid #cc0033;
  padding: 1.8em 6.25%;
  display: none; }
  /* line 100, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .hiddencontent h2, .hiddencontent .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .hiddencontent #searchInput, .imagecontent h2, .imagecontent .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .imagecontent #searchInput, .fanworkcontent h2, .fanworkcontent .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .fanworkcontent #searchInput {
    border-bottom: 1px solid #cc0033;
    font-family: "Univers-CondensedBold", Tahoma, Helvetica, sans-serif;
    max-width: 100%; }

/* line 105, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.imagecontent, .fanworkcontent {
  display: block !important;
  border-top: none !important; }

/* line 109, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.altheader {
  display: none; }

/* line 111, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.distancediv {
  height: 1.8em;
  clear: both; }

/* line 116, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.iconextraclass p.altp {
  line-height: 19px;
  margin-bottom: 3px;
  margin-top: 0; }

/* line 122, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#kontakt p.altp, #impressum p.altp {
  line-height: 1.6em;
  margin-bottom: 0; }

/* line 130, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.mgnlEditor img {
  width: auto; }

/* line 133, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.mgnlBtn {
  background-color: #96b158 !important;
  color: #355500 !important;
  display: inline-block !important;
  padding: 0 6px !important;
  margin-left: 62px !important;
  height: auto !important; }
  /* line 140, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .mgnlBtn:hover {
    color: white !important; }
  /* line 142, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .mgnlBtn:visited {
    color: #355500 !important; }

/* line 151, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
* {
  outline: none !important; }

/* line 154, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
body {
  background: #0c2044;
  font-size: 14px;
  line-height: 21px;
  height: 100%;
  min-width: 320px; }

/* line 161, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
img {
  width: 100%; }
  /* line 163, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  img::selection, img::-moz-selection {
    background: transparent; }

/* line 166, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
ul {
  list-style: none outside none; }

/* line 170, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#ticketing ul, #fans ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Lucida Grande, Helvetica, Arial, sans-serif; }
  /* line 175, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #ticketing ul li, #fans ul li {
    padding-left: 20px;
    text-indent: -17px; }
  /* line 178, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #ticketing ul li:before, #fans ul li:before {
    content: "• ";
    color: #cc0033;
    padding-right: 7px; }

/* line 183, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#page {
  min-width: 100%;
  height: auto !important;
  min-height: 100%;
  height: 100%; }

/* line 189, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#main {
  position: relative;
  height: 100%;
  top: 0; }

/* line 197, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#main > .light header h1 {
  color: #0c2044;
  margin-bottom: 0; }

/* line 203, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article.pageheader .overlay h1 {
  height: auto; }

/* line 208, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.btn,
a.btn,
a.btn:visited,
input.btn,
input.btn[type="submit"],
button.btn {
  -moz-box-orient: vertical;
  background-color: #cc0033;
  border: 1px solid #0c2044;
  font-family: "Univers-ConBol", Lucida Grande, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  height: 2.34em;
  line-height: 2.34em;
  margin-bottom: 4px;
  overflow: visible;
  padding: 0 0.975em;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
  margin-top: 1em;
  color: white;
  text-decoration: none; }
  /* line 234, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .btn:hover,
  a.btn:hover,
  a.btn:visited:hover,
  input.btn:hover,
  input.btn[type="submit"]:hover,
  button.btn:hover {
    color: #0c2044; }

/* line 237, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon:before {
  font-family: "redbulls-icons";
  speak: none;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding-right: 0.6em;
  -webkit-font-smoothing: antialiased; }

/* line 239, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_weight:before {
  content: "\62"; }

/* line 241, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_wechsel:before {
  content: "\63"; }

/* line 243, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_vimeo:before {
  content: "\64"; }

/* line 245, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_tv:before {
  content: "\66"; }

/* line 247, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_trophy:before {
  content: "\67"; }

/* line 249, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_timeback:before {
  content: "\68"; }

/* line 251, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_time:before {
  content: "\69"; }

/* line 253, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_ticket:before {
  content: "\6a"; }

/* line 255, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_tablet:before {
  content: "\6b"; }

/* line 257, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_star:before {
  content: "\6c"; }

/* line 259, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_soundcloud:before {
  content: "\6d"; }

/* line 261, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_smartphone:before {
  content: "\6e"; }

/* line 263, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_share:before {
  content: "\6f"; }

/* line 265, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_settings:before {
  content: "\70"; }

/* line 267, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_setting:before {
  content: "\71"; }

/* line 269, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_search:before {
  content: "\72"; }

/* line 271, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_rss:before {
  content: "\73"; }

/* line 273, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_repeat:before {
  content: "\74"; }

/* line 275, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_referee:before {
  content: "\75"; }

/* line 277, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_print:before {
  content: "\76"; }

/* line 279, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_pinterest:before {
  content: "\77"; }

/* line 281, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_phone:before {
  content: "\78"; }

/* line 283, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_person:before {
  content: "\79"; }

/* line 285, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_paypal:before {
  content: "\7a"; }

/* line 287, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_mic:before {
  content: "\41"; }

/* line 289, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_lockopen:before {
  content: "\42"; }

/* line 291, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_lockclosed:before {
  content: "\43"; }

/* line 293, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_location:before {
  content: "\44"; }

/* line 295, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_link:before {
  content: "\45"; }

/* line 297, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_iphone:before {
  content: "\46"; }

/* line 299, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_height:before {
  content: "\47"; }

/* line 301, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_group:before {
  content: "\48"; }

/* line 303, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_goal:before {
  content: "\4a"; }

/* line 305, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_flickr:before {
  content: "\4b"; }

/* line 307, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_field:before {
  content: "\4c"; }

/* line 309, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_favourite:before {
  content: "\4d"; }

/* line 311, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_edit:before {
  content: "\4f"; }

/* line 313, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_comment:before {
  content: "\50"; }

/* line 315, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_clock:before {
  content: "\51"; }

/* line 317, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_carddouble:before {
  content: "\52"; }

/* line 319, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_card:before {
  content: "\53"; }

/* line 321, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_cal:before {
  content: "\54"; }

/* line 323, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_bookmark:before {
  content: "\55"; }

/* line 325, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.icon_ball:before {
  content: "\56"; }

/* line 328, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.spinner {
  display: none; }

/* line 332, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.js .spinner {
  display: block;
  clear: both;
  background: url(/static/frontend/img/progress.gif) no-repeat center center transparent;
  min-height: 2.6em;
  line-height: 0; }
  /* line 338, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .js .spinner img {
    display: block; }
  /* line 341, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .js .spinner.image-load-error img {
    width: auto; }
  /* line 343, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .js .spinner.is-loaded {
    background: none; }

/* line 347, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.top-picture .bug {
  display: block;
  position: relative; }
  /* line 350, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .top-picture .bug:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 0.5em;
    left: 50%;
    margin-left: -0.5em; }

/* line 363, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
a.backtotop {
  margin: 0.5em auto;
  width: 100%;
  display: block;
  text-align: center; }

/* line 369, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.meta {
  display: none; }

/* line 373, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.tweetpipe {
  width: 0;
  height: 0;
  position: absolute;
  left: 7%;
  bottom: -1.3em;
  border: solid transparent;
  border-top-color: #011e48;
  border-bottom-color: transparent;
  border-width: 1.4em 0 0 1.4em;
  border-style: solid; }

/* line 385, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.player-pagination {
  text-align: center; }

/* line 388, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
input::-webkit-input-placeholder {
  color: white !important;
  opacity: 1; }

/* line 391, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
input:-moz-placeholder {
  color: white !important;
  opacity: 1; }

/* line 394, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
input::-moz-placeholder {
  color: white !important;
  opacity: 1; }

/* line 397, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
input:-ms-input-placeholder {
  color: white !important;
  opacity: 1; }

/* MORE GENERAL STYLE RULES FOR EACH (mobile) PAGE */
/* line 406, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.hiddencontent h2, .hiddencontent .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .hiddencontent #searchInput {
  margin-top: 0; }

/* line 409, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.firstTop {
  padding-top: 0;
  margin-top: 0; }

/* headline with horizontal red line on both sides */
/* line 415, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.line, .lineh2 {
  padding: 0 6.25%;
  width: 87.5%;
  text-align: center; }
  /* line 419, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .line div, .lineh2 div {
    float: left;
    height: 1em;
    vertical-align: middle; }

/* line 425, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.line div {
  border-top: 1px solid #cc0033;
  width: 37%;
  margin: 1em 0 0; }
/* line 430, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.line h3, .line h2, .line .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar .line #searchInput {
  text-align: center;
  float: left;
  text-transform: uppercase;
  color: white;
  margin-top: 0.2em;
  width: 24%;
  margin-left: 1%;
  margin-right: 1%; }

/* line 442, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.tabletOnly {
  display: none; }

/* line 446, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
button {
  border: none;
  color: white; }

/* line 451, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
button.buttonNormal {
  background-color: #cc0033;
  height: 30px;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  /* line 457, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  button.buttonNormal h5, button.buttonNormal .fantvContent .categories #liveTV .liveDescription, .fantvContent .categories #liveTV button.buttonNormal .liveDescription {
    padding-top: 5px; }

/* line 460, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
button.large {
  background-color: #cc0033;
  height: 40px;
  width: 100%;
  text-align: center; }
  /* line 465, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  button.large h5, button.large .fantvContent .categories #liveTV .liveDescription, .fantvContent .categories #liveTV button.large .liveDescription {
    padding-top: 5px; }

/* line 472, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#page {
  margin-top: 62px; }

/* line 475, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.content-main {
  padding: 25px 6.25% 50px 6.25%; }

/* line 479, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.newsOverview article.dark article {
  padding-bottom: 1em; }
/* line 481, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.newsOverview article.dark .content-main {
  padding: 1em 4% 0; }
/* line 483, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.newsOverview article.dark .article-info {
  padding-top: 0; }

/* line 487, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .image-showcase-wrapper {
  margin: 0;
  padding: 0; }
  /* line 490, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  aside .image-showcase-wrapper .isc-text-count {
    white-space: nowrap; }

/* line 494, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article header {
  min-height: 0; }

/* line 498, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#ticketing h2, #ticketing .fantvContent .categories #search-bar #searchInput, .fantvContent .categories #search-bar #ticketing #searchInput {
  margin-top: 25px; }

/* line 503, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#pageFooter {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: center; }
  /* line 508, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #pageFooter .partnerLogoPanel {
    width: 100%;
    border-top: 1px solid #cc0033;
    padding: 1em 0 0;
    text-align: center; }
    /* line 513, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    #pageFooter .partnerLogoPanel img {
      width: 310px; }
  /* line 515, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #pageFooter ul.footer-main-nav {
    position: relative;
    margin-top: 0;
    left: 0;
    width: 92%;
    text-align: center;
    padding: 10px 4% 25px;
    list-style-type: none; }
  /* line 523, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #pageFooter > div {
    text-align: center; }
    /* line 525, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    #pageFooter > div span {
      color: white;
      font-size: 12px; }
  /* line 528, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #pageFooter .social-nav {
    padding: 0 4%; }
    /* line 530, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    #pageFooter .social-nav .clear {
      margin-top: 8px; }
    /* line 532, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    #pageFooter .social-nav a {
      margin: 0 8px; }
      /* line 534, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon {
        height: 40px;
        width: 40px; }
      /* line 537, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_snapchat {
        background: url(/static/frontend/img/social/snapchat.svg) no-repeat; }
      /* line 539, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_spotify {
        background: url(/static/frontend/img/social/spotify.svg) no-repeat; }
      /* line 541, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_whatsapp {
        background: url(/static/frontend/img/social/whatsapp.svg) no-repeat; }
      /* line 543, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_twitter {
        background: url(/static/frontend/img/social/twitter.svg) no-repeat; }
      /* line 545, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_facebook {
        background: url(/static/frontend/img/social/facebook.svg) no-repeat; }
      /* line 547, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_instagram {
        background: url(/static/frontend/img/social/instagram.svg) no-repeat; }
      /* line 549, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_youtube {
        background: url(/static/frontend/img/social/youtube.svg) no-repeat; }
      /* line 551, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
      #pageFooter .social-nav a .icon_giphy {
        background: url(/static/frontend/img/social/giphy.svg) no-repeat; }
  /* line 553, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  #pageFooter #naviRBSportLogo {
    display: none; }

/* line 557, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.is-loaded .spinner {
  background: none; }

/* rules for general spaces before and after images */
/* line 564, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.primary .pictures figure {
  padding: 0; }
  /* line 566, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .primary .pictures figure img {
    margin-bottom: 2em; }

/* line 571, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .secondary img {
  margin-bottom: 1em; }

/* line 576, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .secondary h3 {
  margin-bottom: 0.5em;
  padding: 0; }

/* line 582, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.rightCol #fanwork h3 {
  margin-bottom: 0.5em;
  padding: 0; }

/* line 588, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .secondary img {
  margin-bottom: 0.5em; }
/* line 590, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .secondary .image-showcase-wrapper {
  margin-bottom: 0.5em; }

/* line 596, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .image-showcase-wrapper .isc-list img {
  margin-bottom: 0; }

/* line 601, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .image-showcase-wrapper h3 {
  margin: 0; }
/* line 603, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
aside .image-showcase-wrapper h3.isc-text-top {
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0; }

/* line 611, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.dark aside .image-showcase-wrapper h3.isc-text-top {
  margin: 0;
  padding: 0; }

/* line 617, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#fullscreenSlideshowContainer .ui#fullscreen-close {
  margin: 0; }

/* line 620, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.is-loaded .spinner {
  background-image: none; }

/* rules for the universal location modul */
/* line 625, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.infoheader {
  width: 100%; }
  /* line 627, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .infoheader .imageHeader {
    margin-top: 2em;
    height: 60px; }
    /* line 630, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .infoheader .imageHeader .imgOne {
      float: left;
      height: 100%;
      margin-right: 2%;
      width: auto; }
    /* line 635, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .infoheader .imageHeader .imgTwo {
      float: left;
      height: 100%;
      padding-top: 3px;
      width: auto; }
    /* line 640, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .infoheader .imageHeader img {
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  /* line 644, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  .infoheader .infoHeaderContent {
    border-top: 1px solid #cc0033;
    clear: both;
    margin-bottom: 2em;
    padding-top: 10px; }
    /* line 649, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .infoheader .infoHeaderContent p {
      line-height: 19px;
      margin: 0 0 3px; }
    /* line 652, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    .infoheader .infoHeaderContent .icon_field_multi {
      font-weight: bold; }

/* line 656, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article:not(.dark) .infoheader .icon_field_multi {
  background: url(../img/icons/icon_field_darkblue.png) no-repeat left 0.1em; }
/* line 658, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article:not(.dark) .infoheader .icon_location_multi {
  background: url(../img/icons/icon_location_darkblue.png) no-repeat left 0.1em; }

/* line 661, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article.dark .infoheader .icon_field_multi {
  background: url(../img/icons/icon_field.png) no-repeat left 0.1em; }
/* line 663, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article.dark .infoheader .icon_location_multi {
  background: url(../img/icons/icon_location.png) no-repeat left 0.1em; }

/* line 667, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article.top-picture .hideOverlay .overlay {
  background: none;
  position: relative; }

/* line 671, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article.top-picture .titleTop .title {
  top: 0;
  bottom: auto; }

/* line 675, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
article.top-picture .title-wrapper.titleBelow {
  background-color: transparent; }
  /* line 677, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
  article.top-picture .title-wrapper.titleBelow .overlay {
    position: relative; }
    /* line 679, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
    article.top-picture .title-wrapper.titleBelow .overlay .title {
      position: relative; }

/* line 685, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#index .indexMainContentWrapper .indexContent .currentContentWrapper .currentContent .buttonLine .tipp3, #index .indexMainContentWrapper .indexContent .nextGame .currentContent .buttonLine .tipp3 {
  background-color: transparent;
  overflow: hidden; }
/* line 688, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
#index .indexMainContentWrapper .indexContent .contentWrapper.nextGame .buttonLine.threeButtons .tipp3 .innerWrapper {
  width: 100%; }

/* line 692, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.beeDoSel .beeDoNavi, .beeDoSel .currentImage .spinner {
  display: none; }
/* line 694, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.beeDoSel .item.tabletOnly + .item .currentImage .spinner {
  display: block; }

/* line 699, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.invisible {
  visibility: hidden; }

/* line 702, /Users/ringo/Documents/workspace-webstorm/frontend/source/static/frontend/css/common2-rbs.css.sass */
.activeOverlay .overlay {
  opacity: 1; }
